/* 
 *
 *	Product styles
 *
 */
 
div.specContentWrapper{
	margin-top: 12px;
	margin-bottom: 70px;
}


#keyBenefitsTitle {
	background: #fff url(../images/custom_build/wbap1.gif) no-repeat;
	width: 108px;
	height: 14px;
	margin-bottom: 20px;
}


#furtherInfoTitle {
	background: #fff url(../images/product/title_further_info.gif) no-repeat;
	width: 132px;
	height: 12px;
	/*margin-left: 146px;*/
	margin-bottom: 20px;
}

.detailInfoRightCol {
	margin-left: 40px;
}

ul.list {
	list-style:	none;
}


ul.list li {
	background: #fff url(../images/icon_list.gif) 0 5px no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #666666;
}


div.specification {
	background: #fff url(../images/product/icon_notes.gif) 0 0 no-repeat;
	width: 298px;
	/*height: 31px;*/
	margin-bottom: 20px;
}


div.schematic {
	background: #fff url(../images/product/icon_schema.gif) 0 0 no-repeat;
	width: 298px;
	margin-bottom: 20px;
}


div.pdf {
	background: #fff url(../images/product/icon_pdf.gif) 0 0 no-repeat;
	width: 298px;
}


.specification ul, .schematic ul ,.pdf ul {
	list-style: none;
	padding-top: 15px;
	padding-left: 45px;
}


.detailInfoRightCol ul li a{
	color: #666666;
	font-size: 11px;
	background: #fff url(../images/icon_list.gif) 0 5px no-repeat;
	padding-left: 15px;
	text-decoration: underline;
}


.detailInfoRightCol ul li a:hover {
	color:red;
}



/*
 *
 *	Specifications
 *
 */

#specsTitle {
	width: 93px;
	height: 11px;
	background: #fff url(../images/product/title_specs.gif) 0 0 no-repeat;
	margin-top: 3px;
}


.specCatHeading {
	border-right: 1px solid #fff;
	font-weight: bold;
	padding-left: 16px;
}


.specNormHeading {
	font-weight: bold;
}


.overallHeading {
	font-weight: bold;
	padding-left: 17px;
}


.dimTable {
	margin-bottom: 10px;
}

.dimTable tr td{
	border-bottom: 1px solid #ffffff;
	padding-bottom: 4px;
	padding-top: 4px;
}

.dimTable tr.odd {
	background: #F2F2F2;
}

.dimTable tr.even {
	background: #F7F7F7;
}

table tr.odd {
	background: #F2FAFD;
}

.spectd{
	padding-left: 17px;
	font-size: 11px;
	color: #1465B0;
	padding-bottom: 4px;
	padding-top: 4px;
}


.tableSpec tr td {
	border-bottom: 1px solid #ffffff;
}

.specColHeading {
	border-right: 1px solid #fff;
	font-weight: bold;
	padding-left: 16px;
	font-size: 11px;
	padding-bottom: 4px;
	padding-top: 4px;
	color: #1465B0;
}








/*
 *
 *	Product Landding Page
 *
*/
div#products {
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	width: 760px;
	border-top:  solid 1px #e5e5e5;
	background:  #fff url(/images/bg_column.gif) 0 0 repeat-y;
}


div#products div.row {
	border-bottom:  solid 1px #e5e5e5;
	float:  left;
	width:  100%;
}


div#products div.list-wrap {
	width:  237px;
	float:  left;
	margin: 0;
	padding:  8px;
}


div#products div.row ul {
	list-style: none;
	padding: 7px 0 ;
}


div#products div.row ul li {
	padding:  2px 5px;
}


div#products div.row ul li a {
	color: #009ada;
	text-decoration:  none;
	
}


div#products div.row ul li a:hover {
	text-decoration:  underline;
}


div#products div.list-wrap h2 {
	background:  #009ada;
	color:  #fff;
	font-size:   12px;
	padding:  3px;
}

