


/* CSS Document */

#trib_shell
{ 
	height:500px;
 	width: 876px;
}
.shadow{
/*border:1px solid silver;*/
font:10pt arial;
position:relative;
display:inline;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:50
}
#shellQV {
	margin-top: 75px;
	width:876px;
	z-index: 55;
	display: block;
	height: 300px;
	position: absolute;
}
#mainQV {
	opacity: 1;
	/* position: absolute; */
	width: 876px;
	height: 530px;
	overflow: hidden;
	z-index: 0;
	padding: 0;
}

#div_container {
	height: auto;
	display: block;
	float: left;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#div_thumbs {
	background-color: #FFFFFF;
	position: relative;
	height: 273px;
	border-top: 1px solid #f5f5f5;
}

#div_thumbs div {
	margin: 8px 10px 1px 10px;
}

#div_thumbs div.paging {
	text-align: right;
	margin: 0 15px 0 10px;
}

#div_thumbs img {
	margin: 15px 13px 11px 13px;
	border: 3px solid #f2f2f2;
}

#div_qvpaging {
	height: 20px;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 2px solid #ebebeb;
}

#div_qvpaging #prev {
	float: left;
	width: 100px;
}

#div_qvpaging #next {
	float: right;
	text-align: right;
	width: 100px;
}

#div_btns {
	display:inline;
	float:left;
	height: 135px;
	width: 29px;
	vertical-align: middle;
	z-index: 90;
	margin-top: 70px;
}

div#div_btns  a
{
	width:25px;
		display:block;
}


div#div_btns  a span
{
	
		display:none;
}


div.img10 img
{ margin:10px;
	
	}
.over
{
z-index: 125;
}

.under
{
z-index: 105;
}


a#tab, a#tab:link, a #tab:visited, a#tab:hover,a#tab:active {
	height: 135px;
	display: block;
	width: 25px;
	background-repeat: no-repeat;
}

#shellQV .inactiveLeft{
	background-position: 0 0;
}

#shellQV .activeLeft {
	background-position: -29px 0;
}

#shellQV .activeRight{
	background-position: -60px 0;
}

.btn_ad {
	margin-top: 70px;
}

#dhtmltooltip {
	position: absolute;
	width: 100px;
	border: 1px solid #cccccc;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid : DXImageTransform . Microsoft .
		Shadow(color = gray, direction = 135);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.message_a{
	padding: 2px 2px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.message_b{
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#cccccc;
	font-style:bold;
}

/* ----------------------------------------------------------------------------------------- */

/* easyViewer quick view */
/*#productContent{display:none;left:-150px;position:relative;top:172px;z-index:209;}
#productContent {position: absolute;left: 95px;top: 150px;z-index: 209;display: none;}*/
#productContentShadow {position: absolute;z-index: 109;opacity: 0.3;filter: Alpha(Opacity=30);display: none;}
#tblQuickView, #tblQuickViewShadow {width: 606px;border-collapse: collapse;}
#productContent td.cellT, #productContent td.cellB {width: 590px;}

#productContent #quickViewHeaderHolder{height: 36px;}
#productContent #quickViewHeader{padding: 10px 0px 0px 25px;float: left;color : #000000;font-size : 12pt;font-weight : bold;}
#productContent #quickViewClose{float: right;padding: 10px 12px 0px 0px;}
#productContent #quickViewLeft{padding: 14px 0px 0px 25px;float: left;width: 290px;text-align : left;}
#productContent #quickViewDesc {color: #000000;}
#productContent #quickViewImgHolder {padding: 12px 0px 8px 5px;}
#productContent #quickViewRight {padding: 10px 0px 3px 8px;float: left;width: 280px;text-align : left;}
