            
.product_left {
    position: relative; 
    background-color: #f0efed;      
    float: left;      
    font-size: 1.1em;     
    margin-right: 2px;
    margin-bottom: 4px;    
}

.product_right {
    position: relative; 
    background-color: #f0efed;      
    float: left;  
    margin-bottom: 4px;   
    font-size: 1.1em;     
}


.product_left, .product_right {
    background:url("../SiteArt/productboxbg.jpg"); 
    width: 188px; 
}

/* Header tags */

/* productname */
.product_left h2, .product_right h2 { 
    color: #000;
    font-size: 1.1em;   
     padding: 0;
     margin: 2px 0px 4px 0px;
     height: 30px;
}

/* brand */
.product_left h3, .product_right h3 { 
    color: #000;
    font-size: 0.9em;   
    margin: 2px 0px 6px 0px;
}

/* singular */
.product_left h4, .product_right h4 { 
    
    color: #959595;
    font-size: 0.9em;    
    padding: 0px; 
    margin: 2px 2px 6px 2px;
}

/* free text */
.product_left p.free, .product_right p.free { 
    position: relative;
    color: #000;
    font-weight: bold;
}
     
/* prices */
     
.product_left .product_price .product_normalprice, .product_right .product_price .product_normalprice { 
    
     
    color: #000;
    padding-left:10px;
    font-size: 1.5em;
    font-weight: bold;    
}

.product_left .product_price .product_discountprice, .product_right .product_price .product_discountprice {             

    color: #959595;  
}


/* bottombar */
.orderbar {
    position: relative;
    padding: 2px;
    background-color: #dadada;
    margin: 2px 2px 2px 2px;
    height: 20px;;
    
}

.orderbar .product_exbtw {
    position:absolute;
    padding-top:3px;   
    font-size: 1em;
    color: #333;   
 
}

/* image */
.productimage {border: 1px solid #ebebeb;}
.product_price {position: relative;text-align:right;margin-bottom: 12px;}  
