/* Product Details Styles*/
.pd_DipasaUSA .container
{
    width:100%;
    padding-top: 5px;
}
.pd_DipasaUSA .enlarge
{	 
	font-family: Tahoma;
	font-size: 12px;
	color: #29241f;
	line-height: 18px;
	font-weight: normal; 
	z-index:3;
}

.pd_DipasaUSA .ProductImageWrapper
{
    padding: 5px;
	border: 1px solid #587b68;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px 5px 0px 5px;
	width:118px;
	cursor: pointer;
    float:right;text-align:center;   
}

.pd_DipasaUSA .ProductContainer
{
    float: left;
}

.pd_DipasaUSA .DescriptionContainer
{
    overflow:auto;
    /*width:350px;*/
	font-size: 12px;
	color: #29241f;
	line-height: 18px;
	padding: 5px;
}
.pd_DipasaUSA .DescriptionContainer li
{
    list-style-type: circle;
}
.pd_DipasaUSA .ProductTitle
{
	font-size: 13px;
	font-weight: bold;    
}

.pd_DipasaUSA .div_available
{
    margin-top: 8px;    
}
.pd_DipasaUSA .div_available ul
{
    margin: 10px;   
    padding: 10px;  
}

.pd_DipasaUSA .div_available li, .pd_DipasaUSA .div_available a:link, .pd_DipasaUSA .div_available a:visited
{
    list-style-type: disc;
}

.pd_DipasaUSA .label
{
       font-weight: bold; 
}
.pd_DipasaUSA .PresentationsContainer
{
	clear:both;
	}
.pd_DipasaUSA .Presentations
{
    width: 100%; 
    clear: both;  
}

.pd_DipasaUSA H2
{
	font-size: 13px;
	color: #29241f;
	font-weight: bold;    
}

.pd_DipasaUSA .PresentationContainer
{
  	border: 1px solid #cdd7d1;
	width: 225px; 
	float: left; 
	height:100px;
	padding: 2px;
	background-color: #eff5ef;
	margin:1px;  
	font-size: 12px;
}

.pd_DipasaUSA .PresentationDisplayName
{
   	height: 35px;
	font-size: 13px;
	color: #29241f;
	line-height: 18px;
	font-weight: bold; 
	text-align:center;
}

.pd_DipasaUSA .Properties
{
   
}

.pd_DipasaUSA .PriceOld
{
    text-decoration: line-through;    
}
.pd_DipasaUSA .Price
{
    font-size: 110%;
    font-weight: bold;
    color: #d91717;
}

.pd_DipasaUSA .Savings
{

}
.pd_DipasaUSA .Weight
{

}

/* MODAL POPUP STYLES */
.pd_DipasaUSA .PopupControl
{
    min-width: 250px;
    min-height:480px;  
    cursor:pointer;
    padding: 5px;
    background-color:#ffffff;
}
.pd_DipasaUSA .modalBackground
    {
              background-color:#999999;
              filter:alpha(opacity=70);
              opacity:0.7;
    } 
.pd_DipasaUSA .tabs
{
	margin:10px 0 25px;
	padding:0;
}
.pd_DipasaUSA .tabs li
{
	border-right:1px solid #777777;
	display:inline;
	margin:0 6px 0 0;
	padding:0 6px 0 0;
}
.pd_DipasaUSA .tabs li a.current
{
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}