/* ---------------------------- Products Section --------------------------------- */



#attachments {
	font-family:Arial, Helvetica, sans-serif;
	width:165px;
	min-height:100px;
	margin:0px 0px 10px 10px;
	padding:10px;
	border:1px dashed #CCCCCC;
	float:right;
}

#attachments h5 {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#666666;
	text-decoration:underline;
}

#attachments .attitem {
	margin:10px auto; 
	background: url('images/pdfdownload2.jpg') no-repeat top center;
	background-size: 50%; 

/*	background: url('images/pdfdownload.png') no-repeat top center; */
	width:130px;
	height:120px;
	border:1px none #FF0000;
	overflow:hidden;
}

#attachments .attitem a {
	width:46px;
	height:27px;
	float:right;
	margin:0px 20px 0px 0px;
	border:1px none #FF0000;
}

#attachments .attitem .aspacer {
	height:2px;
	width:100px;
	float:right;
}

#attachments .attitem p {
	font-size:10px;
	font-weight:bold;
	color:#333333;
	clear:right;
	margin:0px;
	padding:0px;
	text-align:center;
	vertical-align:bottom;
}

