/*

*/
.recommended_product {
	display:				block;
	clear:					both;
	background-image:		url(recommended_background.jpg);
	background-repeat:		repeat-x;
	background-position:	0 100%;
	
	margin-bottom:			15px;
	padding-left:			6px;
	padding-right:			6px;
	min-height:				105px;
}
.recommended_product p {
	line-height:			12pt!important;
}
.recommended_product img {
	float:					left;
	margin:					0 5px 5px 0;
	background-image:		url(recommended_image_border.gif);
	background-repeat:		no-repeat;
	padding:				6px;
	margin-top:				4px;	
}
.recommended_product strong {
	color:					#003399;
}

/*

*/
.product_pdf {
	float:					left;
	width:					240px;
}
.product_pdf a {
	display:				block;
	text-decoration:		none;
	font-weight:			bold;
	font-size:				
}
.product_pdf .details {
	float:					left;
	width:					140px;
}

.product_pdf img {
	float:					left;
	clear:					left;
	margin:					3px 10px 0 0;
}

.product_pdf .name {
	display:				block;
	min-height:				64px;
	color:					#003399;
	line-height:			11pt!important;
	font-size:				9pt;
}

.product_pdf .brochure {
	display:				block;
	background-image:		url(pdf_icon.gif);
	background-repeat:		no-repeat;
	
	height:					22px;
	padding-left:			26px;
	color:					#FF9900;
}

/*

*/
.f_download {
	display:				block;
	height:					36px;
}

.f_download a {
	float:					left;
	line-height:			55px;
	
	background-repeat:		no-repeat;
	background-color:		#f6f6f6;
	background-position:	6px 50%;
	padding:				3px 15px 3px 42px;
	height: 				60px;
	
	border:					1px #8E4891 dashed;
}

.f_download.type_pdf a {
	background-image:		url(icon_pdf2.gif);
}

.f_download.type_document a {
	background-image:		url(icon_doc2.gif);
}
