/* 
    Document   : shipping-stats
    Created on : 1/09/2011, 5:29:03 PM
    Author     : Dan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#shipping-stats{

    font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #2F2F2F;
margin: 5px 0px;

}
#shipping-stats-info{
    cursor: pointer;

}

#shipping-tooltip{
    cursor: pointer;
}

/* tooltip styling */
.shipping-tool-tip {
	display:none;
	background: transparent url(../images/box-60-219DAF.png) no-repeat;
        font-family: Verdana;
        font-size: 10px;
        width:233px;
        height:60px;
	color:#FFF;
} 