/*****   Spec Table  *****/

table.standard td{
	padding: 10px;
	vertical-align: top;	
	border-bottom: dotted 1px #CCCCCC;
	text-align: left;

}
table.standard th{
	padding: 10px;
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	border-bottom: dotted 1px #CCCCCC;
}

/***** Header *****/

h1.product {
	font-size: 20px;
	color: #000000;
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-weight: normal;
	line-height: 20px;
	
}

h2.product {
	padding-top:0px;
	margin-top:0px;
	font-size:14px;
	color:#666666;
	font-weight: normal;
	
}

h2.bold {
	padding-top:0px;
	margin-top:0px;
	font-size:16px;
	color:#666666;
	font-weight: bold;
	
}
h3 {
	padding-top:0px;
	margin-top:0px;
	font-size:12px;
	color:#000000;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}
/***** Paragraphs *****/

p.itemlookup {
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom:0px;
	font-weight: bold;
}

p.webcode {
	font-weight: normal;
	padding-top:0px;
	margin-top:0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.section {
	padding-bottom: 8px;
	padding-top: 20px;
	margin-bottom: 8px;
	margin-right: 10px;
	clear:both;
}

div.section .clear {
	display:block;
	clear:both;
}

div.section p {
	margin-bottom: 10px;
	
}

div.sectionline {
	padding-bottom: 8px;
	padding-top: 20px;
	margin-bottom: 8px;
	margin-right: 10px;
	border-bottom: #999999 dotted 1px;
	clear:both;
}

div.sectionline .clear {
	display:block;
	clear:both;
}

div.sectionline p {
	margin-bottom: 10px;
	
}
/* IMAGES */
div.left {
	float: left;
	padding-right: 10px;
}

div.right {
	float: right;
	padding-left: 10px;
}

/***** Elements *****/

hr.orange {
	border: 1px #FDC005 dotted;
	width: 730px;
}

/* Edit Notes*/
.red {
	color: #FF3300;
	font-size: 14px;
}
	
/* Collapse/Expand sidenav Menu*/
.mC {width:175px; margin:0px; float:left;}
.mL {display:none; margin-bottom:0px;}
.mO {margin-left:12px; font-weight:normal;}
h4.grey {color:#555555;}
.mH {
	color:#000; cursor:pointer;  font-weight:normal;
	padding-left:13px;
	background:url(/images/icons/tree_plus.gif) no-repeat left 50%;
}
.mH_selected {
	color:#000; cursor:pointer;  font-weight:normal;
	padding-left:13px;
	background:url(/images/icons/tree_minus.gif) no-repeat left 50%;
}

/* Icons */

.icon_access {
		background: url(/images/icons/accessories.png) no-repeat top left;
		padding-left:20px;
}

.icon_read {
		background: url(/images/icons/read.png) no-repeat top left;
		padding-left:20px;
}

.icon_specs {
		background: url(/images/icons/specs.png) no-repeat top left;
		padding-left:20px;
}

.icon_pdf {
		background: url(/images/icons/pdf.png) no-repeat top left;
		padding-left:20px;
}
.icon_anchor {
		background: url(/images/icons/anchor.png) no-repeat top left;
		padding-right: 20px;
}
.icon_arrow {
		background: url(/images/icons/anchor.png) no-repeat top left;
		padding-left: 20px;
}
.icon_arrowup {
		background: url(/images/icons/arrow_up.png) no-repeat top left;
		padding-left: 20px;
}
.icon_find {
		background: url(/images/icons/find.png) no-repeat top left;
		padding-left:20px;
}
.icon_video {
		background: url(/images/icons/video.png) no-repeat top left;
		padding-left:20px;
}

.icon_orangeglass {
		background: url(/images/icons/orangeglass.png) no-repeat top left;
		padding-left:20px;
}

.icon_orangeglass a{
		font-size:14px;
		font-weight:bold;
		text-decoration:none;
		
}
.icon_orangeglass a:hover{
		color: #F8981D;
		
}

/* Modal Window */
.jqmWindow {
    display: none;
    
    position: absolute;
    top: 8%;
    left: 48%;
    
    margin-left: -250px;
    width: 500px;
    
    background-color: #fff;
    border: 1px solid #000;
    padding: 12px;
}
.jqmOverlay { 
	background-color:#003366;
	z-index:2998;
}
#modalwindow {
	width:620px;
	/*position:fixed;*/
	z-index:25;
}
#modalwindow iframe {
	width:610px;
	height:540px;
	border:none;
	overflow:scroll;
	overflow-y: scroll;
	overflow-x: hidden;
}
/* End Modal Window */

/* Lightbox *?
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/icons/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/icons/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

