/* CSS Document */

#priceTool 
{ 
POSITION: absolute; 
VISIBILITY: hidden; 
BACKGROUND-COLOR: #FDFDFD; 
LAYER-BACKGROUND-COLOR: white;  
width: 300px;
PADDING: 3px; z-index: 50;y-index: 500;
border: 1px groove #D1E5A2;

}

#priceTool b {

	 font-variant:normal;

}


b {
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
}

i {
	font-family: Arial, Helvetica, sans-serif;
	color: Green;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
}


