﻿.ProductDetails
{
	position: absolute;
	z-index: 2;
	width: 768px;
	height: 546px;
	background-color: white;
	-moz-box-shadow: 6px 6px 6px #c8c7c7;
	-webkit-box-shadow: 6px 6px 6px #c8c7c7;
	box-shadow: 6px 6px 6px #000;
    
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#c8c7c7')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#c8c7c7');
	
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 16px;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
}
.ProductDetails.top{top: 0px;}
.ProductDetails.middle{top: 91px;}
.ProductDetails.bottom{top: 182px;}
.ProductDetails.left{left: 0px;}
.ProductDetails.center{left: 256px;}
.ProductDetails.right{right: 0px;}

.ProductDetails .content
{
	position: relative;
	height: 100%;
    color: #333333;
	margin-left: 20px;
	margin-right: 20px;
}

.ProductDetailsClose
{
	position: absolute;
	right: -15px;
	top: 5px;
}
.ProductDetailsInfo
{
	z-index:1;
	position: absolute;
	top:20px; left:0;
	width: 240px;
	overflow: hidden;
	line-height: 14px;
}
.CatDetailsInfo
{
	z-index:1;
	position: absolute;
	top:20px; left:20;
	overflow: hidden;
	line-height: 14px;
}
.ProductDetailsInfo .specs
{
	height:320px;
	overflow:hidden;
}
.ProductDetailsControls
{
	position: absolute;
	bottom:40px; left:0;
}
.ProductDetailsControls .combo
{
	width: 120px;
	height: 20px;	
}
.ProductDetailsControls .oldPrice
{
	font-size: 0.8em;
	color: #f1641f;
	text-decoration: line-through;
}
.ProductDetailsControls .salePrice
{
	font-size: 1em;
	color: #000000;
	text-decoration: none;
}
.ProductDetailsControls .fromText
{
	font-size: 0.8em;
}
.ProductDetailsControls .forText
{
	font-size: 0.8em;
}
.ProductDetailsImage
{
	position: absolute;
	right: 0px;
	top: 30px;
	width: 480px;
	height: 500px;
}

.ProductDetailsImage .imageArea
{
    position: relative;
}
.ProductDetailsImage .imageArea .imageViewer
{
    position: relative;
    z-index: 1;
}
.ProductDetailsImage .imageArea .imageZoom
{
    position: absolute;
    top: 150px;
    left: 150px;
    height: 180px;
    z-index: 0;
}
.ProductDetailsImage .tblViewer
{
	width: 100%;
	height: 100%;	
}
.ProductDetailsImage .tcViewer
{
	text-align: center;
	vertical-align: middle;	
}

.bottomSpace
{
	margin-bottom: 10px;
}
.ProductDetails .strong
{
	font-size: 16px;
	font-weight: bold;
}
.ProductDetails .strong
{
	font-weight: bold;
}

.shower
{
	width: 320px;
	height: 320px;
	text-align: center !important;
	vertical-align: middle !important;
}

.ob_show_changer, .ob_show_changer .ob_show_changernumber, .ob_show_changer .ob_show_changernumber_over, .ob_show_changer .ob_show_changernumber_selected
{
	font-family: Helvetica, "Arial, Liberation Sans", sans-serif !important;
	font-size: 16px !important;
	color: #666 !important;
	line-height: 16px !important;
}
.ob_show_changer, .ob_show_changer .ob_show_changernumber, .ob_show_changer .ob_show_changernumber_over
{
	font-weight: normal !important;
}
.ob_show_changer .ob_show_changernumber_selected
{
	font-weight: bold !important;
}
.ob_show_panel
{
	overflow: hidden !important;	
	margin: auto !important;
	text-align: center !important;
}
input.tiny {width: 20px;}
