/* -- SEARCH -- */
.searchbox {
	background:#2d2f37;
	padding:10px 10px 5px 10px;
	overflow:hidden;
	margin-bottom:10px;
}
	.searchbox input, .searchbox select {
		font-size:.8em;
		margin:0 0 5px 0;
		padding:2px;
		vertical-align:top;
	}
#fbpch3, #pfh3, #qsh3 {
	background-repeat:no-repeat;
	height:10px;
	margin:0 0 5px 0;
}
	#fbpch3 {
		background-image: url(images/fbpch3.gif);
	}
	#pfh3 {
		background-image: url(images/pfh3.gif);
	}
	#qsh3 {
		background-image: url(images/qsh3.gif);
	}
.find {
	background:url(images/b_find.gif) no-repeat;
	width:30px;
	height:20px;
	margin:0 0 0 15px;
	padding:0;
}
#search_content {
	position: absolute;
	left: 52px;
	top: 270px;
	width: 790px;
}
	#sidebar, #smc {
		height: 350px;
		overflow:auto;
	}
	#sidebar {
		width:240px;
		float:right;
	}
	#smc {
		width:530px;
		padding-right:10px;
	}
		#results {
			height:270px;
			overflow:auto;
			margin-bottom:3px;
		}

/* -- RESULTS -- */
.sagain, .nextpage {
	float:right;
}
.nextpage {
	background-image:url(images/b_nextpage.gif);
	width:59px;
	height:20px;
}
.invresult {
	background:#2d2f37;
	padding:5px 10px 2px 10px;
	overflow:hidden;
	margin-bottom:5px;
}
	.invresult td {
	vertical-align:top;
	padding: 5px 0 0 0;
	}
	.invresult img {
	vertical-align:middle;
	margin: 0 10px 0 3px;
	}
	.invresultimg {
	border:1px solid #151B37;
	width:110px;
	}
	.invresultimg2 {
	background-color:#151B37;
	display:block;
	margin: 0 10px 0 3px;
	padding:2px 0;
	font-size:.8em;
	}
		.invresultimg2:link, .invresultimg2:visited {
		text-decoration:none;
		}
		.invresultimg2:hover, .invresultimg2:active {
		text-decoration:none;
		}
		.invresultimg2 img {
		border:none;
		}
	.invresult p {
	margin:0 0 5px 0;
	padding:0;
	}
	.refid {
	padding: 3px;
	background-color: #151B37;
	display:block;
	margin-bottom:3px;
	}
	.invresult form {
	display:inline;
	margin:0;
	padding:0;
	}

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

/* -- SIDEBAR -- */
.shopbycategories ul {
	margin:0 5px;
	padding:0;
	list-style-type:none;
}
	.shopbycategories li {
		margin:0 0 5px 0;
		padding:0;
	}
		.shopbycategories a {
			display:block;
			padding:2px;
		}
		.shopbycategories a:hover, .shopbycategories a:active {
			background-color:#2c2e35;
			text-decoration:none;
		}


/* -- DEFAULTS -- */
body {
	color:#FFF;
	background-color:#151720;
	font-family:Verdana, Geneva, sans-serif;
	font-size : 11px;
	}
img {border:none;}
i {
	display:none;
}
a {
	margin:0;
	padding:0;
}
a:link, a:visited {
	 color: #d1e0ff;
	 text-decoration: none;
}
a:hover, a:active {
	color:#FFF;
	text-decoration:underline;
}
h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#FFF;
	margin:0 0 5px 0;
}


/* -- LAYOUT -- */
#featurePopup{
	display:none;
	background-color: #101016;
	border: solid;
	border-width: 1px;
	border-color: #3a3b3f;
	color: #DDD;
	padding: 2em;
}

#featureInfoBox{
	width: 100%;
	height: 100%;
}

#featureInfoCloseButton{
	position: absolute;
	top: 0px;
	left: 100%;
	margin-left: -6px;
	margin-top: -6px;
}

#mainwrapper{
	position: relative;
	margin: auto;
	width: 873px;
	height: 680px;
	overflow:hidden;
	margin-bottom: 0px;
}
#mainBackdrop{
	background-image: url(images/background_middle.png);
	position: absolute;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}
#bdLeftBorder{
	background-image: url(images/background_border_left.jpg);
	position: absolute;
	width: 5px;
	height: 663px;
	top: 0px;
	left: 0px;
}
#bdRightBorder{
	background-image: url(images/background_border_right.jpg);
	position: absolute;
	width: 5px;
	height: 663px;
	top: 0px;
	left: 868px;
}

.main {
	position: absolute;
	width: 100%;
	height: 100%;
}
.slideshow {position: absolute;
	top: 4px;
	left: 357px;
	width: 512px;
	height: 235px;}

.scroll {position: absolute;
	 left: 67px;
	 top: 340px;
	 overflow: scroll;
	 overflow-x: hidden;
	 overflow-y: scroll;
	 width: 500px;
	 height: 270px;}

.noscroll {position: absolute;
	 left: 67px;
	 top: 340px;
	 overflow: scroll;
	 overflow-x: hidden;
	 overflow-y: hidden;
	 width: 500px;
	 height: 270px;}

.s1 {width: 470px;}

.footer {position: absolute;
	 top: 663px;
	 color : #465061;}

.text2 {
	 color : #465061;
	 text-decoration: none;}

.text2 a:href {
	 color : #465061;
	 text-decoration: none;}

.text2 a:hover {
	 color : #667183;
	 text-decoration: none;}

.text2 a:active {
       color : #465061;
       text-decoration: none;}

.text2 a:visited {
       color : #465061;
       text-decoration: none;}

.text {
       color : #a0abbf;}

.text a:href {
       color : #a0abbf;}

.text a:hover {
       color : #cdd7e9;}

.text a:active {
       color : #a0abbf;}

.text a:visited {
       color : #a0abbf;}

.logo {position: absolute;
       left: 60px;
       top: 28px;
       width: 261px;
       height: 143px;}

#home{
	position: absolute;
	z-index:8;
	top: 215px;
	left: 52px;
	width:45px;
	height: 36px;
	background-image: url(images/links/home1.png);
}
	#home a {
	width:45px;
	height: 36px;
	display:block;
	}
	#home a:link, #home a:visited {
		background-image: url(images/links/home1.png);
	}
	#home a:hover, #home a:active {
		background-image: url(images/links/home2.png);
	}

#services {position: absolute;
	z-index:8;
	left: 140px;
	top: 215px;
	width: 39px;
	height: 36px;
	}
	#services a {
	width: 39px;
	height: 36px;
	display:block;
	}
	#services a:link, #services a:visited {
		background-image: url(images/links/services1.png);
	}
	#services a:hover, #services a:active {
		background-image: url(images/links/services2.png);
	}
#brands {position: absolute;
	z-index:8;
	left: 228px;
	top: 215px;
	width: 35px;
	height: 36px;}
#brands a {
	width: 35px;
	height: 36px;
	display:block;
	}
	#brands a:link, #brands a:visited {
		background-image: url(images/links/brands1.png);
	}
	#brands a:hover, #brands a:active {
		background-image: url(images/links/brands2.png);
	}
#knowledge {position: absolute;
	z-index:8;
	left: 310px;
	top: 215px;
	width: 53px;
	height: 36px;}
	#knowledge a {
	width: 53px;
	height: 36px;
	display:block;
	}
	#knowledge a:link, #knowledge a:visited {
		background-image: url(images/links/knowledge1.png);
	}
	#knowledge a:hover, #knowledge a:active {
		background-image: url(images/links/knowledge2.png);
	}
#contact {position: absolute;
	z-index:8;
	left: 409px;
	top: 215px;
	width:37px;
	height: 36px;}
	#contact a {
	width:37px;
	height: 36px;
	display:block;
	}
	#contact a:link, #contact a:visited {
		background-image: url(images/links/contact1.png);
	}
	#contact a:hover, #contact a:active {
		background-image: url(images/links/contact2.png);
	}
.line1 {position: absolute;
       left: 63px;
       top: 243px;
       width: 374px;
       height: 15px;
       z-index: 8;
       }
