/***********************************************************************

	TITLE: 		Airotronics Style Sheet for Product Detail Pages
	FILE: 		productstyles.css
	VERSION: 	080306

***********************************************************************/

/*--------------------------[ general layout ]--------------------------*/
#productcontent {
	width: 710px;
	background-color: #FFFFFF;
	float: left;
	clear: both;
    }
	
/*--------------------------[ product list styles ]--------------------------*/
#productDescrip {
	padding: 1px 0;
}
#productDescrip .section {
	/*clear: both;*/
	display: block;
	background: url(../images/container_productdetail1.gif) no-repeat;
	margin: 6px 0;
	padding: 10px 0 0 0;
	width: 710px;
	}
#productDescrip .productpict {
	display: inline;
	float: left;
	height: 160px;
	margin: 0 15px 0 10px;
	width: 160px;
	border: 1px solid #587B8B;
	padding: 10px;
	background-color: #F3F6F6;
	}
#productDescrip .timingdiag {
	display: inline;
	float: left;
	margin: 0 10px 0 0px;
	width: 300px;
	border: 1px solid #587B8B;
	padding: 10px;
	background-color: #F3F6F6;
	}
#productDescrip .description {
	display: inline;
	float: left;
	width: 490px;
	}
#productDescrip .timingdescription {
	display: inline;
	float: left;
	width: 350px;
	margin: 0 15px 0 10px;
	}
#productDescrip .sectionClose {
	background: url(../images/container_productdetail2.gif) no-repeat bottom left;
	clear: both;
	display: block;
	height: 9px;
	font-size: 0;
	}
#productDescrip p {
	margin: 0;
	padding: 0;
	line-height: 14px;
	}
#productDescrip h3 {
	background: transparent url(../images/bullet_arrow.gif) no-repeat 0 3px;
	border: none;
	color: #004096;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin: 0;
	padding: 0 0 4px 15px;
	font-weight: normal;
	}
#productDescrip .specscontainer {
	/*clear: both;*/
	background: url(../images/container_productspecs1.gif) no-repeat;
	display: block;
	margin: 10px 0;
	padding: 0px 0px 0px 0px;
	width: 710px;
	}
#productDescrip .specsHeader {
	background: url(../images/header_features.gif) no-repeat bottom left;
	clear: both;
	display: block;
	height: 20px;
	font-size: 0;
	}
#productDescrip .featureslist {
	display: inline;
	float: left;
	width: 338px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
#productDescrip .specsClose {
	background: url(../images/container_productspecs2.gif) no-repeat bottom left;
	clear: both;
	display: block;
	height: 9px;
	font-size: 0;
	}
#bullistfeatures ul {
	margin:0 0 0px 15px;
	color: #000000;
	}
#bullistfeatures ul li { margin:0 0 8px 0; list-style-image: url(../images/bullet_square.gif); }
#bullistfeatures ul ul { margin:5px 0 5px 15px; }
#bullistfeatures ul ul li { list-style-image: url(../images/bullet_square.gif); }
#productDescrip .specswiring {
	background: url(../images/header_wiring.gif) no-repeat bottom left;
	clear: both;
	display: block;
	height: 20px;
	font-size: 0;
	}
.specssubblue {
	color: #004096;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
    }
#productDescrip .specifications {
	background: url(../images/header_specifications.gif) no-repeat bottom left;
	clear: both;
	display: block;
	height: 20px;
	font-size: 0;
	}
	
/*-----[ Tool Bar ]---------------------------------------------------------------------------*/

#toolBar {
	background: #fff;
	width: 480px;
	border-top: 1px dotted #286BA3;
	float: left;
	margin-top: 8px;
	margin-bottom: 0px;
	}
#toolBar ul {
	width: 480px;
	list-style-type: none;
	margin-top: 8px;
	margin-left: 0px;
	margin-bottom: 0px;
	}
#toolBar li {
	float: left;
	margin: 0 15px 0 0px;
	height: 25px;	
	}
#toolBar li img {
	vertical-align: middle;
	margin-right: 5px;
	}
#toolBar a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #484848;
	}
#toolBar a:link {
	color: #108BCE;
	text-decoration: none;
	}
#toolBar a:visited {
	color: #108BCE;
	text-decoration: none;
	}
#toolBar a:hover {
	color: #587B8B;
	text-decoration: underline;
	}
#toolBar a:active {
	color: #108BCE;
	text-decoration: none;
	}
	
/*-----[ Timing Mode and Main Lead Text Paragraph styles ]-------------------------------------*/
#leadin {
	margin-top: 8px;
	}
#leadin p {
	margin-top: 6px;
	padding: 0;
	line-height: 16px;
	}
	
/*-----[ Diagram Link Style ]-------------------------------------*/
#dialink {
	width: 705px;
	text-align: center;
	margin-top: 10px;
	}
#dialink a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #484848;
	}
#dialink a:link {
	color: #108BCE;
	text-decoration: none;
	}
#dialink a:visited {
	color: #108BCE;
	text-decoration: none;
	}
#dialink a:hover {
	color: #587B8B;
	text-decoration: underline;
	}
#dialink a:active {
	color: #108BCE;
	text-decoration: none;
	}