/* info_links_box styles */
/*This box sits in content_lft and contains links to PDF downloads and news/other pages related to the topic/products on the page*/
#info_links_box {
	background-color: #F4F4F4;
	border: 1px solid #677AB9;
	margin:0px 0px 20px 0px;
	padding:0;
	font-size: 10px;
/*	width:280px;*/
	width:300px;

}

#info_links_box h2, #info_links_box h3 {
	margin-top: 0px;
	padding:4px 0 4px 10px;
	font-weight: bold;
	border: 1px solid #132D47;
	background-color:#25366E /*#0C2061*/;
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	margin-bottom: 5px;
}
#info_links_box ul {
	padding-left:40px;
	margin-left:20px;}

#info_links_box ul li {
	background-image:url(/images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	}

#info_links_box ul li, #info_links_box ol li  {
	font-size: 10px;
	list-style-type: none;
	padding-left: 19px;
	margin-left: -38px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align:left;
}

/*Product Spec table styles*/

.product_spec_table {
	margin-bottom:30px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #3B5673;
	border: 1px solid #5F88A9;}
	
.product_spec_table td {
	padding-top:3px;
	padding-bottom:3px;}	
	
	
.product_spec_table .dark_row {
	background-color:#F0F2F4;
	
}


.small_table_txt_bold {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold;
	padding-bottom:3px;
}


