@charset "utf-8";
/* CSS Document */

#Downloads {}
.downloads {}
.downloads .pageBanner {
	background-image:url(../images/pageBannerImg_downloads.jpg);
}
.downloads .pageBox {}
/*------------------------------------------------------*/
.itemBox_D {
	width:680px;
	padding:10px;
	margin-bottom:5px;
	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.itemBox_D:after {
	height:0px;
	display:block;
	content:" ";
	clear:both;
}
.itemBox_D:hover {
	background-color:#fdf9ec;
}
.itemBox_D .date {
	float:left;
	color:#1b3f94;
}
.itemBox_D .dataBox {
	padding-left:90px;
}
.itemBox_D .dataBox a.downloadsBtn {
	width:20px;
	height:20px;
	display:inline-block;
	text-indent:-20000px;
	background-image:url(../images/downloads_btn.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-left:10px;
	vertical-align: middle;
	overflow:hidden;
}
.itemBox_D .dataBox a.downloadsBtn:hover {
	background-position:left bottom;
}














