/* CSS Document */

.price{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;	
	text-decoration: none;
	background-color: #ebeff0;
    display:block;
	line-height:20px;
	color:#4c4d4e;
	padding-left:20px;
	
	
	
}

.price:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;	
	text-decoration:none;
	background-color:#ffe470;
    display:block;
	line-height:20px;
	color:#0c466b;
	padding-left:20px;			
}

.pricenew{
	font-family: Tahoma;
	font-size: 11px;
	color: #878989;
	font-weight:bold;
	text-decoration:none;
	
}




