/* Product Details Styles*/
.pd_Default .container
{
    width:100%;
    padding-top: 5px;
}


.pd_Default .ProductImageWrapper span
{
	position:absolute;
	bottom:5px;
	left:5px;
	height: 15px;
	padding-left: 15px;
	background: url('/DesktopModules/ShopCatalog/Images/icon_Magnifier.gif') no-repeat;
}
.pd_Default .ProductImgLarge a,
.pd_Default .ProductImgLarge a:visited
{
	color: #000;
}


.pd_Default .Contentcontainer
{

}
.pd_Default div.DescriptionContainer
{
   
}
.pd_Default .DescriptionContainer
{
	font-size: 12px;
	color: #29241f;
	line-height: 18px;
}
.pd_Default .TabMenu
{
    
    }
    
.pd_Default .ProductTitle
{
	font-size: 13px;
	font-weight: bold;    
}

.pd_Default .div_available
{
    margin-top: 8px;    
}

.pd_Default .div_available li, .pd_Default .div_available a:link, .pd_Default .div_available a:visited
{
    list-style-type: circle;
}

.pd_Default .label
{
       font-weight: bold; 
}

.pd_Default .Presentations
{
    width: 500px;   
}

.pd_Default H2
{
	font-size: 13px;
	color: #29241f;
	font-weight: bold;    
}

.pd_Default .PresentationContainer
{
  	border: 1px solid #cdd7d1;
	width: 120px; 
	float: left; 
	min-height:120px;
	padding: 2px;
	background-color: #eff5ef;
	margin:2px;  
	font-size: 12px;
}

.pd_Default .PresentationDisplayName
{
   	height: 55px;
	font-size: 13px;
	color: #29241f;
	font-weight: bold; 
}
.pd_Default .ShortDescription
{
    
    }
.pd_Default .Properties
{
   
}

.pd_Default .PriceOld
{
    text-decoration: line-through;    
}
.pd_Default .Price
{

}

.pd_Default .Savings
{

}
.pd_Default .Weight
{

}


/* TABS */
    /* root element for tabs  */
.pd_Default ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	
}

/* single tab */
.pd_Default ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
	list-style: none;
}

/* link inside the tab. uses a background image */
.pd_Default ul.tabs a { 
	background: url(images/tabs.png) no-repeat -652px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

.pd_Default ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
.pd_Default ul.tabs a:hover {
	background-position: -652px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.pd_Default ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -652px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
.pd_Default ul.tabs a.w1 			{ background-position: -519px 0; width:134px; }
.pd_Default ul.tabs a.w1:hover 	{ background-position: -519px -31px; }
.pd_Default ul.tabs a.w1.current { background-position: -519px -62px; }

/* width 2 */
.pd_Default ul.tabs a.w2 			{ background-position: -366px -0px; width:154px; }
.pd_Default ul.tabs a.w2:hover 	{ background-position: -366px -31px; }
.pd_Default ul.tabs a.w2.current { background-position: -366px -62px; }


/* width 3 */
.pd_Default ul.tabs a.w3 			{ background-position: -193px -0px; width:174px; }
.pd_Default ul.tabs a.w3:hover 	{ background-position: -193px -31px; }
.pd_Default ul.tabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
.pd_Default ul.tabs a.w4 			{ background-position: -0px -0px; width:194px; }
.pd_Default ul.tabs a.w4:hover 	{ background-position: -0px -31px; }
.pd_Default ul.tabs a.w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
.pd_Default div.panes div.pane {
	display:none;		
}

.pd_Default .simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.pd_Default .simple_overlay .close {
	background-image:url(/desktopmodules/Shopcatalog/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

