/* 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; 
	overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
overflow-x: auto;
}

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: #007ac3;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 5px 0px;
	color: #007ac3;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 -10px; /*Changed for the indent of options and specs*/
	color: #007ac3;
}

.liNoStyle{
	margin:0 0 5px -15px;
	list-style:none;
}

input {
	font-size: 11px;
}

.blue {
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #007ac3;
}

.lecroyblue {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #007ac3;
}

#container {
	width: 962px;
	background-image: url(../images/side_shadow.gif);
	background-position: right;
	background-repeat: repeat-y;
	margin-left:auto;
	margin-right:auto;
}

#content {
	width: 951px;
	background-color: #00557a;
	background-image: url(../images/block.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}

#contentASP {
	width: 951px;
	background-color: #fff;
	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;
}

ul li.noArrow {
	margin: 15px 0px 0px 6px;
	padding: 0px 0px 0px 10px;	
	color: #000;
	background-image: none;
}

#content #contentLeft ul li.current {
	margin: 15px 0px 0px 6px;
	padding: 0px 0px 0px 10px;	
	color: #008ece;
	background-image: none;
}

#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.current ul {
	margin: 0px 0px 0px 6px;
	padding: 0;	
	border-right: none;
	font-weight: normal;
}

#content #contentLeft li.current ul a:link, #content #contentLeft li ul a:active, #content #contentLeft li ul a:visited  {
	color: #008ece;
	text-decoration: none; 
}

#content #contentLeft li.current ul a:hover  {
	color: #003e5a;
	text-decoration: none; 
}

#content #contentLeft li.current ul li {
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	background-image: none;
	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: none;
	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 ul {
	padding: 0;
	margin: 0;
}

#content #contentMiddle ul li {
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	list-style-type: none;
}

#content #contentMiddle li ul {
	list-style-type: none;	
}

#content #contentMiddle li ul li {
	list-style-type: none;
	font-weight: normal;	
}


#content #contentMiddle .intro {
	padding: 90px 0px 0px 20px;
}

#content #contentMiddle .intro2 {
	padding: 90px 10px 0px 20px;
}

#content #contentMiddle .intro2 ul {
	list-style-type: none;
	margin: 0px 0px 0px 23px;
}

#content #contentMiddle .intro2 ul li {
	padding: 2px 5px;
	list-style-type: circle;
	font-weight: normal;
}

#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: 28px;
	line-height: 28px;	
}

#content #contentMiddle .tabs ul {
	background-image: url(../images/tabs/square.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding: 0px 1px;
	height: 25px;
	line-height: 25px;	
}

#content #contentMiddle .tabs ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;	
	display: inline;
}

#content #contentMiddle .tabs .serialOptions {
	padding: 5px;
	font-size: 10px;
	font-weight: ;
	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 25px;
}

#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: ;
	color: #008ecc;
	cursor: pointer;
	background-image: url(../images/tabs/quick_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-left: 15px;
}

#content .title {
	font-size: 10px;
	font-weight: ;
	color: #008ecc;
	cursor: pointer;
	padding-left: 55px;
}

#content .videoTitle {
	padding-left: 150px;
}

#content #contentMiddle .tabs .title2 {
	font-size: 11px;
	font-weight: ;
	color: #008ecc;
}

#content #contentMiddle .tabs .title.active {
	background-position: 0 -10px;
}

#content #contentMiddle .tabs .title a {
	color: #008ecc;
	text-decoration: none;
}

#content #specs {
	clear: both;
	display: none;
	padding-top: 10px;
	min-height: 1px;
}

#content #contentMiddle .tabs .cell {
	padding: 5px 0px 5px 20px; /*Indent for options, probes, etc. */
	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;
	height: 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 {
	background:none;
	margin-left: 0;
	padding: 0px 0px 0px 15px;
	height:auto;
	line-height:2em;
}

#content #contentMiddle .tabs .overview ul li {
	padding: 0px 0px 0px 5px;
	margin: 0;
	display:list-item;
	font-weight: normal;
	list-style:disc;
}

/********************************************************
*   Jeremy Graef Changes 10-Dec-08                      *
*   added classes 'secondLevel' to UL and LI            *
*   changed line-height in UL (above) to 2em            *
*   added OL and OL LI                                  *
********************************************************/
#content #contentMiddle .tabs .overview ol {
	background:none;
	margin-left: 0;
	padding: 0px 0px 0px 15px;
	height:auto;
	line-height:2em;
}

#content #contentMiddle .tabs .overview ol li {
	padding: 0px 0px 0px 5px;
	margin: 0;
	display:list-item;
	font-weight: bold;
	list-style:decimal;
}
/********************************************************
*   End Jeremy Graef Changes 10-Dec-08                  *
********************************************************/

#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;
	font-weight:bold;
	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 .vidlist {
	cursor: pointer;
	font-weight:bold;
	padding: 8px 10px;
	margin: 1px 0px;
	background-image: url(../images/icons/icons_plus-minus.gif);
	background-repeat: no-repeat;
	background-color: #007ac3;
	background-position: right 10px;
	color:#fff;
}

.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;
}

.accordion .faq {
	margin: 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 2px 10px;
}

#categoryBottom .content .quote .cell {
	border-bottom: 1px solid #ccc;
	padding: 3px 0px 3px 0px;
}

.cell {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #f1f1f1;
}

.cellOption {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #f1f1f1;
	font-weight: bold;
}

.cellBottom {
	padding: 5px 0px 5px 0px;
}

.cellOption .title {
	color: #000000;
	font-size: 14px;
}

a.info{
    position:relative; /*this is the key*/
    z-index:1; 
    text-decoration:none
}

a.info:hover{z-index:2;}

a.info span{display: none; height: 136px; padding-top: 10px;}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-270px; 
	left:0px; 
	width:177px;
	height: 136px;
    text-align: center;
	background-image: url("images/balloon.gif");
	background-repeat: no-repeat;

}
ul li.sdlink 
{
    list-style:none;
	margin: 0px;
	padding: 5px 0px 9px 28px;
	background-image: url(../images/icons/icons_link.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	width:250px;
}
ul li.sdlink:hover
{
    background-color:#efefef;
}
.sasr {
	cursor:pointer;
}
.round {
	/*	background:url(/images/200h1w_bg.gif);
	background-color:#efefef;
	margin:0px;
	color:#111;
background-color:#f00;*/
}
.round:hover {
	/*	background:url(/images/200h1w_bg_rev.gif) repeat;
	background-color:#e2e2e2;*/
}
.pic_caption{
	color:#999;
	font-size:9px;
}
/*Rounded is for USB Mobile T2 page (and others)*/
.rounded {
	background-color:#8ff7b7;
	margin:5px;
	padding:5px;
}
.HTMLoverview, .HTMLoverview tr td {
	font-size:11px;
	background-color:#FFF;
}
.pad15 {
	padding-left:15px;
	padding-bottom:15px;
}
tr.oddRow td{
	background-color:#ebebeb;
	border-bottom:dashed 1px #222;
	border-top:dashed 1px #222;
	padding:2px 0 3px 0;
}
#content #contentMiddle .tabs .overview ul li.pdf {
	padding: 0px 0px 0px 30px;
	margin: 0;
	display:list-item;
	list-style:none;
	font-weight: normal;
	background-image: url(../images/icons/icons_pdf.gif);
	background-repeat: no-repeat;
}
#content #contentMiddle ul li.links {
	list-style:none;
	margin:0;
	padding:5px 0px 9px 28px;
	background-image: url(../images/icons/icons_link.gif);
	background-repeat: no-repeat;
}
/*Sets all Images to make sure nothing is on the right side of the image (no other image or floating div) and gives it a 2px pad on the botton*/
#content #contentMiddle .tabs .overview img{
	/*display:block;*/
	clear:right;
	padding-bottom:2px;
}
