/* Product Details Styles*/
.pd_rmb .ProductContainer {
	float: left;
	width: 500px;
}

.pd_rmb  .ProductImgLarge span
{
	position:absolute;
	bottom:-22px;
	margin-bottom: 0px;
	left:5px;
	height: 20px;
	padding-left: 15px;
	background: url('/DesktopModules/ShopCatalog/Images/icon_Magnifier.gif') no-repeat;
}
.pd_rmb  .ProductImgLarge a,
.pd_rmb  .ProductImgLarge a:visited
{
	color: #000;
}
.pd_rmb  .ProductImgLarge a:hover
{
	color: #777;	
}

.pd_rmb .ProductImgLarge 
{
	position:relative;
	display:block;
	cursor: pointer;
	margin-bottom: 20px;
	width: 250px;
}

.pd_rmb .Contentcontainer {
	
}

.pd_rmb div.DescriptionContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.pd_rmb .ContentWrapper {
	margin-top: 10px;
	padding: 20px;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.pd_rmb .tabs {
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	margin-top: 10px;
}

.pd_rmb .tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px solid #777;
}

.pd_rmb .tabs li a.current {
	color: #000;
	text-decoration: none;
}


   
.pd_rmb .ProductTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;    
}

.pd_rmb .div_available {
    margin-top: 8px;
	display: block;
}

.pd_rmb .div_available li, .pd_rmb .div_available a:link, .pd_rmb .div_available a:visited {
    list-style-type: circle;
}

.pd_rmb .label {
	font-weight: bold; 
}

.pd_rmb .PresentationsContainer {
    float: right;
	margin-right: 6px;
}

.pd_rmb .Presentations {
	padding: 5px;
}

.pd_rmb .Presentations H2 {
	font-size: 13px;
	color: #29241f;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}

.pd_rmb .PresentationContainer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  	border: 5px solid #d3e8c5;
	width: 170px; 
	padding: 8px;
	margin-bottom: 8px;
	
}

.pd_rmb .PresentationDisplayName
{
	font-size: 14px;
	color: #004b8d;
	font-weight: bold; 
}

.pd_rmb .ShortDescription
{
   margin-bottom: 8px;
}

.pd_rmb .PriceOld
{
	font-size: 12px;
	color: #999;
    text-decoration: line-through;    
}
.pd_rmb .Price
{
	font-size: 16px;
	font-weight: bold;
}

.pd_rmb .Savings
{
	font-size: 11px;
	display: block;
}
.pd_rmb .Weight
{

}

.pd_rmb .AddToCart {
	margin-top: 8px;
}

/* Product properties*/

.pd_rmb .ProdProperty
{
 font-weight: bold;   
}

.pd_rmb .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_rmb .simple_overlay .close {
	background-image:url(/desktopmodules/Shopcatalog/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}