/* 
Styles for Specs Model Page 
Date: August 2010 
Author: Mende Williams
Notes: 
  +  properties are listed in alphabetical order 
  +  font size values are based on an 18px or 1.125em line height. this includes the combination of font size, line height, and top and bottom margins. please be mindful of this if altering any of these values.  *there are some exceptions to this. 
  +  please preserve formatting 
*/

/*----------------------------------------------------------
  =import applicable styles
----------------------------------------------------------*/
@import url("_bzGlobal.css");

/*----------------------------------------------------------
  =page styles
----------------------------------------------------------*/
.breadcrumbs {
	float: none;
	width: 100%;
}
.article {
	width: 719px;
}
/*----------------------------------------------------------
  =left column
----------------------------------------------------------*/
.columnLeft { 
	float: left; 
	margin-right: 20px; 
	/*padding-top: 18px;*/ 
	width: 218px; 
}
.columnLeft img { 
	border: none; 
	margin-top: 18px; 
}
.caption { 	
	border-bottom: 1px solid #ccc;
	color: #999; 
	font: 0.625em/1.6363em Verdana,Geneva,sans-serif;
	padding-bottom: 17px;
	width: 100%;
}
.columnLeft h5 {
	font-size: .75em;
	margin-top: 18px;
}
/*----------------------------------------------------------
  =right column
----------------------------------------------------------*/
.columnRight { 
	float: right; 
	width: 480px; 
}
.columnRight table {
	width: 480px;
}
.columnRight tr {
	background: #f0f0f0;
}
.columnRight tr.striped {
	background: #e1e1e1;
}
.columnRight td, .columnRight th {
	padding: 5px 10px;	
}
.rfqGo { 
	font-weight: bold; 
	text-align: right; 
}
.rfqGo img { 
	border: none; 
	display: block; 
	float: right; 
	margin-left: 15px; 
	padding: 0; 
}
.rfqGo a { 	
	color: #666; 
	text-decoration: none; 
}
.rfqGo a:hover { 
	color:#E45503; 
	text-decoration: underline; 
}
/*----------------------------------------------------------
  =spec manufacturer + model lists
----------------------------------------------------------*/
.lists { 
	border-top: 4px solid #ccc; 
	clear: both; 
	overflow: auto; 
}
.lists ul { 
	float: left; 
	width: 204px; 
}
.lists p { 
	clear: both; 
}
