@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFFFFF;
	background-image: none;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/border2.gif);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	height: auto;
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	/*background-image: url(../images/border.gif);*/
	background-repeat: repeat-y;
	overflow: visible;
}
.oneColFixCtrHdr #container #menu {
	background-image: url(../images/menu.gif);
	height: 240px;
	font-size: 150%;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 740px;
	text-align: center;
	padding-top: 15px;
	vertical-align: middle;
	white-space: normal;
	line-height: 125%;
	clear: both;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container #btm_border {
	background-image: url(../images/btm_border.gif);
	height: 15px;
	clear: both;
}
.oneColFixCtrHdr #container #mainContent #main_left {
	width: auto;
	line-height: normal;
}
.oneColFixCtrHdr #container #mainContent #main_right {
	float: right;
	width: 460px;
	line-height: normal;
}
.oneColFixCtrHdr #container #header #headerRight {
	float: right;
	width: 590px;
	padding-right: 10px;
	clear: none;
}
.oneColFixCtrHdr #header #headerRight {
	float: right;
	width: 700px;
	padding-right: 0px;
	padding-top: 0px;
	height: 100px;
	margin-top: 25px;
}
.oneColFixCtrHdr #header #search {
	float: right;
	width: 690px;
	height: 150px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.oneColFixCtrHdr #header #logo {
	float: none;
	height: 170px;
	width: 270px;
	margin-top: 10px;
}

/* *******************     STYLES BEGIN HERE     ******************* */
.style1 {font-size: 90%}
.style2 {font-family: "palatino linotype", palatino, serif, "Times New Roman";color: #6C3996; font-size:160%}
.style3 {color: #4e9b8f; font-size: 110%}
.style4 {font-size: 100%;color: #999999;}
.style5 {font-size: 120%}
.style6 {color: #6C3996}
.style7 {font-family: "palatino linotype", palatino, serif, "Times New Roman";color: #6C3996; font-size:200%}
.style8 {color: #d42121}

img.floatLeft { 
    float: left;
	margin-right: 10px; 
}




/* *******************     LINK STYLES BEGIN HERE     ******************* */

/* ******** normal body links ******* */
a:link {
	color: #4e9b8f;
}
a:visited {
	color: #4e9b8f;
}
a:hover {
	color: #4e9b8f;
}

/* ******** small links ******* */
a.small:link {
	text-decoration: none;
	color: #4e9b8f;
}
a.small:visited {
	text-decoration: none;
	color: #4e9b8f;
}
a.small:hover {
	text-decoration: underline;
	color: #4e9b8f;
}
a.small:active {
	text-decoration: none;
}

/* ******** white nav links ******* */
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a.nav:active {
	text-decoration: none;
}
/* ******** big purple links ******* */
a.purple:link {
	color: #6C3996;
	text-decoration: none;
}
a.purple:visited {
	color: #6C3996;
	text-decoration: none;
}
a.purple:hover {
	text-decoration: underline;
	color: #6C3996;
	
}
a.purple:active {
	color: #6C3996;
	text-decoration: none;
}

/* ******** underline purple (current page) links ******* */
a.current:link {
	color: #6C3996 ;
	text-decoration: underline;
}
a.current:visited {
	color: #6C3996;
	text-decoration: underline;
}
a.current:hover {
	text-decoration: underline;
	color: #6C3996;
	
}
a.current:active {
	color: #6C3996;
	text-decoration: underline;
}.oneColFixCtrHdr #container #mainContent #main_left #form {
	float: right;
	width: 470px;
	padding-right: 20px;
	padding-left: 10px;
}
.oneColFixCtrHdr #header #cse-search-box {
	height: auto;
	float: right;
	width: auto;
}

/* ********** Search styles ********** */
/*Top categories*/
.main_cat1 {font-size: 16px; font-weight: bold; color:#4e9b8f; text-align:left ;}
.main_cat2 {font-size: 12px; font-weight: bold; color:#4e9b8f; text-align:left ;}
.cat1:visited {font-size: 17px; font-weight: bold; color:#4e9b8f; text-align:left ;}

/*Small urls*/
.url {color: #6C3996; text-align:left ;}


a:visited{color:#4e9b8f}
hr{color:#999999;}

/*Page descriptions*/
.description{font-size: 14px; text-align:left ;}

/* */
td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; }

/* Title/link of pages */
.title{font-family: "palatino linotype", palatino, serif, "Times New Roman"; color:#4e9b8f; font-size:17px; font-weight:bold}



.searchBox{border:none;}

#result_report {
	text-align:left ;
	padding:3px;
	background-color:#FFFFFF; 
	font-weight: bold;
	color:#6C3996;
	margin-bottom:14px;
}

.catBanner {
	padding:3px;
	margin-top:15px;
	background-color:#e5ecf9; 
	font-weight: bold
}
.webPageBanner {
	padding:3px;
	margin-top:20px;
	background-color:#e5ecf9; 
	font-weight: bold
}

hr{color:#000066;}
hr.powered{width:550; color: #000066}

/*main results table */
#results{width: 780;}

h1 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #000066;
	}

#other_pages {
	text-align:left;
}

#powered_by {
	margin:0 auto;
	margin-top:20px;
	padding-top:10px;
	font-size:10px;
	text-align:center;
	vertical-align: center;
}

#common_report {
		text-align:left;
}

#cat_table {
		width:600px;
		margin-top:20px;
		padding-top:10px;
		padding-bottom:20px;
		border-top:1px solid #AAAAAA;
		border-bottom:1px solid #AAAAAA;

}

#cat_main {
	font-weight: bold;
}

.divline{
	margin-top:20px;
	margin-bottom:-5px;
	border-bottom:1px solid #DDDDDD;
}

#sub_cat {
	font-size:12px;
}

.idented {
	margin-left:30px;
}

#did_you_mean {
	font-size: 14px; 
	text-align:left ;
	margin:10px;

}
.oneColFixCtrHdr #header #search {
	float: right;
	width: 560px;
}
.oneColFixCtrHdr #container #mainContent #main_left #prodCont #prodImg {
	height: 200px;
	width: 150px;
	padding-right: 20px;
	float: left;
	padding-top: 10px;
}
.oneColFixCtrHdr #container #mainContent #main_left #prodCont {
	clear: both;
	width: auto;
	margin: 0px;
	padding: 0px;
	height: 250px;
	border-top: thin dotted #4e9b8f;
}
.oneColFixCtrHdr #container #mainContent #main_left #prodCont #prodFacts {
	float: left;
	height: 40px;
	width: 150px;
	padding-right: 20px;
	clear: left;
}
.oneColFixCtrHdr #container #mainContent #main_left #prodCont #prodPrice {
	float: right;
	height: 50px;
	width: 140px;
	padding-left: 20px;
	text-align: right;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #mainContent #main_left #prodCont #prodCart {
	text-align: right;
	height: 200px;
	width: 150px;
	padding-left: 20px;
	float: right;
	clear: right;
}

#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: 20px; }

#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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ color:#6C3996; font: 110% palatino, serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 20px; color: #6C3996; }
#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: #999; }
.oneColFixCtrHdr #container #mainContent #main_left #leftImage {
	float: left;
	height: 250px;
	padding-right: 20px;
}
