/* Main Styles */
/*@import "header.css";*/
@import "footer.css";
@import "category.css";
@import "configure.css";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #8d8d8d;
	margin: 0; 
}

a:link, a:active, a:visited {
	color: #008ecd;
	text-decoration: none; 
}

a:hover {
	color: #003e5a;
	text-decoration: none; 
}

p {
	margin-top: 8px;
	line-height: 15px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 5px 0px;
	color: #006c9c;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 5px 0px;
	color: #006c9c;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #006c9c;
}

input {
	font-size: 11px;
}

.blue {
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #006c9c;
}

#container {
	width: 962px;
	background-image: url(../images/side_shadow.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#content {
	width: 951px;
	background-color: #00557a;
	background-image: url(../images/block.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}

#content .contentPadding {
	background-color: #00557a;
	background-image: url(../images/block.gif);
	background-repeat: repeat-x;
}

#content .leftNav {
	background-image: url(../images/leftNavBG.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#content #contentLeft {
	width: 194px;
	height: auto;
	background-color: #fff;
	background-image: url(../images/topBlock.gif);
	background-repeat: repeat-x;
	float: left;	
}

#content #contentLeft ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 10px 0px;	
	border-right: 1px solid #008ece;
	font-weight: bold;
}

#content #contentLeft ul a:link, #content #contentLeft ul a:active, #content #contentLeft ul a:visited  {
	color: #000;
	text-decoration: none; 
}

#content #contentLeft ul a:hover  {
	color: #003e5a;
	text-decoration: none; 
}

#content #contentLeft ul li {
	margin: 15px 0px 0px 6px;
	padding: 0px 0px 0px 10px;
	background-image: url(../images/icons/icons_lft_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#content #contentLeft ul li.current {
	margin: 15px 0px 0px 6px;
	padding: 0px 0px 0px 10px;	
	color: #008ece;
	background-image: url(../images/icons/spacer.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#content #contentLeft ul li.current a:link, #content #contentLeft ul li.current a:active, #content #contentLeft ul li.current a:visited {
	color: #008ece;
	text-decoration: none;
}

#content #contentLeft ul li.current a:hover {
	color: #003e5a;
	text-decoration: none; 
}

#content #contentLeft li ul {
	margin: 0px 0px 0px 6px;
	padding: 0;	
	border-right: none;
	font-weight: normal;
}

#content #contentLeft li ul a:link, #content #contentLeft li ul a:active, #content #contentLeft li ul a:visited  {
	color: #008ece;
	text-decoration: none; 
}

#content #contentLeft li ul a:hover  {
	color: #003e5a;
	text-decoration: none; 
}

#content #contentLeft li ul li {
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	background-image: url(../images/icons/spacer.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#content #contentLeft li ul li.current {
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	background-image: url(../images/icons/spacer.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#content #contentMiddle {
	width: 540px;
	height: auto;
	background-color: #fff;
	background-image: url(../images/topBlock.gif);
	background-repeat: repeat-x;
	float: left;
}

#content #contentMiddle .intro {
	padding: 90px 0px 0px 20px;
}

#content #contentMiddle .intro2 {
	padding: 90px 10px 0px 20px;
}

#content #contentMiddle .content2 {
	padding: 5px 15px;
}

#content #contentMiddle .tabs {
	width: 508px;
	margin: 0 auto;
	padding: 5px 15px;
	font-size: 11px;
}

#content #contentMiddle .tabs .tab {
	background-image: url(../images/tabs/square.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 1px;
	height: 25px;
	line-height: 28px;	
}

#content #contentMiddle .tabs .serialOptions {
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

#content #contentMiddle .tabs .serialOptions .blueBox {
	background-color: #d8f4ff;
	height: 10px;
	width: 10px;
	border: 1px solid #e8e8e8;
}

#content #contentMiddle .tabs .serialOptions .greenBox {
	background-color: #d5fed6;
	height: 10px;
	width: 10px;
	border: 1px solid #e8e8e8;
}

#content #contentMiddle .tabs .bg {
	background-image: url(../images/tabs/tab_fade.gif);
	background-repeat: no-repeat;
	background-position: 0 24px;
}

#content #contentMiddle .tabs .quickBox {
	margin: 5px 3px 1px 3px;
	padding: 2px;
	background-color: #f1f1f1;
	clear: both;
}

#content #contentMiddle .tabs .quickBoxBlue {
	margin: 5px 3px 1px 3px;
	padding: 2px;
	background-color: #d8f4ff;
	clear: both;
}

#content #contentMiddle .tabs .quickBoxGreen {
	margin: 5px 3px 1px 3px;
	padding: 2px;
	background-color: #d5fed6;
	clear: both;
}

#content #contentMiddle .tabs .quickSpecs {
	margin: 2px 0px 0px 0px;
	padding: 4px;
	background-color: #fff;
	position: relative;
}

#content #contentMiddle .tabs .quickSpecs .checkBox {
	position: absolute;
	right: 0px;
	top: 0px;
}

#content #contentMiddle .tabs .title {
	font-size: 10px;
	font-weight: bold;
	color: #008ecc;
	cursor: pointer;
	background-image: url(../images/tabs/quick_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-left: 15px;
}

#content #contentMiddle .tabs .title2 {
	font-size: 11px;
	font-weight: bold;
	color: #008ecc;
}

#content #contentMiddle .tabs .title.active {
	background-position: 0 -10px;
}

#content #contentMiddle .tabs .title a {
	color: #008ecc;
	text-decoration: none;
}

#content #contentMiddle .tabs .quickSpecs #specs {
	clear: both;
	display: none;
	padding-top: 10px;
	min-height: 1px;
}

#content #contentMiddle .tabs .cell {
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #f1f1f1;
}

#content #contentMiddle .tabs .cellBottom {
	padding: 5px 0px 5px 10px;
}

#content #contentMiddle .tabs .overview {
	font-size: 11px;
	padding: 5px 10px;
	margin: 0px 0px 8px 0px;
	overflow:auto;
	}

#content #contentMiddle .tabs .overview .overviewLeft {
	float: left;
	width: 225px;
	padding: 5px 25px 10px 0px;
}

#content #contentMiddle .tabs .overview .overviewRight {
	float: right;
	width: 200px;
	text-align: right;
	padding: 5px 25px 10px 0px;
}

#content #contentMiddle .tabs .overview .searchResults {
	clear: both;
}

#content #contentMiddle .tabs .overview ul {
	padding: 10px 0px 0px 15px;
	margin: 0;
}

#content #contentMiddle .tabs .overview ul li {
	padding: 0px 0px 5px 5px;
	margin: 0;
}

#content #contentMiddle .tabs .modelCompare {
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	margin: 10px 0px
}

#content #contentRight {
	width: 203px;
	height: auto;
	background-color: #ebebeb;
	background-image: url(../images/topBlock.gif);
	background-repeat: repeat-x;
	float: left;	
	padding-top: 70px;
}

#content #contentRight .greyPadding {
	width: 203px;
	height: 30px;
	background-color: #ebebeb;
}

#content .contentRight {
	background-color: #ebebeb;
}

#content .contentRight .resources {
	padding: 5px 12px;
}

#content .contentRight .resources ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .contentRight .resources ul li.pdf {
	margin: 0;
	padding: 5px 0px 9px 28px;
	background-image: url(../images/icons/icons_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#content .contentRight .resources ul li.vid {
	margin: 0;
	padding: 5px 0px 9px 28px;
	background-image: url(../images/icons/icons_vid.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#content .contentRight .resources ul li.software {
	margin: 0;
	padding: 5px 0px 9px 28px;
	background-image: url(../images/icons/icons_software.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#content .contentRight .resources ul li.link {
	margin: 0;
	padding: 5px 0px 9px 28px;
	background-image: url(../images/icons/icons_link.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#content .contentRight .divider {
	border-top: 1px solid #cecece;
	height: 2px;
	margin: 5px 0px 10px 0px;
}

.tooltip {
	height: 110px;
	overflow: hidden;
	font-size: 10px;
}

.tooltip ul {
	list-style-type: none;
	padding: 5px 0px 0px 0px;
	margin: 0;
}

.tooltip ul li {
	padding: 0px 0px 4px 5px;
	margin: 0;
}

.accordion {
	border: 1px solid #dfdfdf;
	background-color: #fff;
	width: 460px;
	margin: 0 auto;
}

.accordion .list {
	cursor: pointer;
	height: 13px;
	padding: 8px 10px;
	margin: 1px 0px;
	background-image: url(../images/icons/icons_plus-minus.gif);
	background-repeat: no-repeat;
	background-color: #f1f1f1;
	background-position: right 10px;
}

.accordion .list.active {
	background-position: right -30px;
}

.accordion p.faq {
	margin: 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 2px 10px;
}

#productDetails {
	background-image:url(../images/tabs/tab_j_product_details.gif);
}
#productLine {
	background-image:url(../images/tabs/tab_j_productline.gif);
}
#overview {
	background-image:url(../images/tabs/tab_j_overview.gif);
}
#specsTab {
	background-image:url(../images/tabs/tab_j_specs.gif);
}
#probes {
	background-image:url(../images/tabs/tab_j_probes.gif);
}
#options {
	background-image:url(../images/tabs/tab_j_options.gif);
}
#tabtr {
	line-height:2em;
	background-color: #ebebeb;
	font-size: 11px;
	font-weight: bold;
	color: #008ecc;
}	
