
.banner{
	height: 150px;
	background-image: url("/static/home/img/banner_downloads.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

.container{
	margin-top: 20px;
}
.breadcrumb{
	padding: 0;
	background-color: #f8f8f8;
	/*margin: 0;*/
	/*border: 1px solid green;*/
}
.breadcrumb a{
	color: #777;
	text-decoration: none;
}
.breadcrumb a:hover{
	color: #e62129;
}
.list-box{
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

.list-box .handle {
	padding-bottom: 15px;
}
.list-box .handle #file-search-btn{
	cursor: pointer;
}
.list-box .handle #file-search-title{
	border: none;
	background: none;
}


.empty{
	text-align: center;
}


.div-files-header{
	padding-left: 20px;
	border: 1px solid #ccc;
	border-bottom: none;
	height: 30px;
	line-height: 30px;
}

.row{
	margin: 0;
}
.file-items{
	border: 1px solid #ccc;
}
.file-item+.file-item{
	border-top: 1px solid #ccc;
}
.file-item{
	padding: 10px;
}
.file-item div{
	padding: 6px 0;
}
.file-item:hover{
	background-color: #efefef;
}
.item-download{
	text-align: right;
}