﻿dl.product-detail {
    clear: both;
}

a.tipenabled {
    cursor: pointer; float: left; text-indent: -99999px; width: 25px; height: 25px; margin-right: 10px; display: block;
}

div.tooltip dd {
    width: 50px;
    height: 50px;
    display: block;
    text-indent: -99999px;
}

/* tooltip element */
div.tooltip { 
    background:transparent url(images/tooltip/black_arrow.png) no-repeat scroll 0 0; 
    font-size:13px; 
    height:82px; 
    padding:20px; 
    width:169px; 
    font-size:13px; 
    display:none; 
    color:#fff; 
} 
 
/* tooltip title element (h3) */ 
div.tooltip h3 { 
    margin:0; 
    font-size:15px; 
    color:#fff; 
}