    #instead_tabs
    {
        overflow:hidden;
        margin-bottom:10px;
        
        
        }
    #showProduct_displayImage
    {
        border:1px solid #dddddd; 
        width:478px;
        position:relative;
        float:left;
        margin-right:10px;
        border-radius: 3px;
        z-index:0;
        }
    #showProduct_primaryImage
    {
        float:right;
        margin-top:30px;
        }
    #showProduct_right
    {
        float:left;
        width:250px;
        overflow:hidden;
        }
    #showProduct_zoomTxt
    {
        display:block;
        clear:both; 
        }
    .showProduct_header
    {
        display:block;
        font-weight:bold;
        position:relative;
        margin-bottom:20px;
        }
   #showProduct_box
   {
     border:1px solid #dddddd; 
     border-radius: 3px;
      padding:2px;
      margin-bottom:5px;
       }
    #showProduct_priceBox
    {
     background-image:url('/images/layout/groenbaggrund.png');
     height:85px;
     display:block;
     line-height:85px;
     padding-left:20px;
     border:1px solid #dddddd; 
     border-radius: 3px;
     margin-bottom:10px;
        }
    .showProduct_smallTxt
    {
        display:inline-block;
        }
    .showProduct_bigTxt
    {
        font-size:32px;
        display:inline-block;
        margin-left:5px;
        
        }
    .showProduct_white
    {
        color:#fff;
        }
    .showProduct_bold
    {
        font-weight:bold;
        
        }
    .showProduct_right
    {
        float:right;
        
        }
    .showProduct_qty
    {
        width:86px;
        padding:2px;
        margin:2px;
        
        }
    .showProduct_BasketBtn
    {
        display:block; 
        clear:both;
        
        }
    .showProduct_clear
    {
        display:block;
        clear:both;
        height:1px;
        position:relative;
        
        }
    #showProduct_zoomTxt 
    {
        display:block;
        height:35px;
        line-height:35px;
        clear:both;
        
        }
    #showProduct_descriptionBox
    {
        width:478px;
        position:relative;
        float:left;
        overflow:hidden;
        margin-right:10px;
    }
    
    #showProduct_bottomRightBox
    {
        float:left;
        width:250px;
        overflow:hidden;
    }
    
    #showProduct_onStockPopup
    {
        background-image:url('/images/icons/StockIndicator.png');
        display:block;
        width:90px;
        height:92px;
        position:absolute;
        right:15px;
        margin-top:-20px;
        z-index:10;
        }
    #showProduct_relatedProducts
    {
        display:block;
        position:relative;
        overflow:hidden;
        height:200px;
        clear:both;
        margin-top:20px;
        
        }
    #related_tabs
    {
        display:block;
        overflow:hidden;
        margin-top:20px;
        
        
        }
    #showProduct_secondImages
    {
        position:relative;
        width:80px;
        overflow:hidden;
        float:left;
        margin-left:10px;
        margin-top:10px;
        margin-bottom:10px;
        }
        
        .showProduct_infoBox
        {
            color:#999999;
            font-size:10px;
            margin-bottom:10px;
            display:block;
            overflow:hidden;
                }
        
        .showProduct_infoBox label
        {
            display:inline-block;
            width:70px;
            margin-left:80px;
            
            }
        .showProduct_infoBox span,.showProduct_infoBox a
        {
            width:90px;
            display:inline-block;
             font-size:10px;
             text-decoration:none;
             color:#999999;
             
            }
            
            #tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	padding: 5px;
	display:block;
	border:1px solid #bdbdbd;
	border-radius:2px;
    background-color:#dddddd;
	text-align:left;
	
}
#tooltip h3, #tooltip div { margin: 0;font-size:13px; font-weight:normal;	font-family:Arial; }

