/* CSS Document */

/* start of product page CSS */
		
#productlisting	{
	margin: 20px 0 10px 0;
}
#productlisting h2	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B70A0A;
	border-bottom: 1px solid #797A7C;
	margin: 10px 0 0 0;
}
#interiorContent img	{
	float: right;
	display: inline;
	margin: 0 0 15px 15px;
}
.listrow	{
	float: left;
	display:block;
	width: 580px;
	margin-bottom: 15px;
	margin-top: 5px;
}
.listitem	{
	width: 275px;
	float: left;
	display: inline;
	padding: 0 15px 0 0;
}
.listrow img	{
	border: thin ridge #000;
	display: inline;
	float:left !important;
	margin: 0 8px 0 0 !important;
}
.listrow a:hover img	{
	border: thin ridge #0033ab !important;
}		
.listrow h3	{
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.listrow p	{
	margin: 0 !important;
	padding: 0;
	font-size: 11px;
}
table.techspecs	{
	margin-top: 15px;
	width: 546px;
	border: 1px #050193 ridge;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.techspecs td {
	border: 1px #050193 ridge;
	border-collapse: collapse;
	border-spacing: 0px;	
}
.techspecsheader	{
	font-weight:bold;
	background-color: #d5d5d5;
}
#relatedproducts	{
	margin: 0 0 20px 0;
	width: 580px;
}
#relatedproducts h2	{
	font-size:18px;
	color: #b70a0a !important;
	border-bottom:1px solid #797A7C;
}
.relatedproduct	{
	width: 75px;
	padding: 0 18px 0 19px;
	float: left;
	display: inline;
	text-align: center;
	font-size: 11px;
}
.relatedproduct img	{
	border: thin ridge #000;
	display: inline;
	float: left;
	margin: 0 0 8px 0 !important;
}
.relatedproduct a:hover img	{
	border: thin ridge #0033ab !important;
}
.docdetails	{
	font-size: 10px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.breadCrumb	{
	font-size: 10px;
}
/* end of product page CSS */
