#prices {
font-family:Verdana;
font-size: 12px;
font-weight:normal;
width:95%;
padding:0px;
margin:0px;
}

#prices div {
	width: 48%;
	margin: 5px;
	float: left;
}

#prices p {
	margin: 5px;
	font-weight: bold;
}
#prices div table {
	width: 100%;
	margin-bottom: 20px;
}


#prices div table td {
	border: 1px solid #FFFFFF;
}

#prices div table {
	border-collapse: collapse;
}

#prices div table td{
	vertical-align: top;
	padding:3px 3px 3px 5px;
}

#prices div table td.head {
	font-size: 14px;
	font-weight: bold;
	background-color:#003;
}

#prices div table td.measure {
	text-align: right;
	font-size: 12px;
	background-color:#300;
}

#prices div table td.product {
	border-right: none;
	text-align: left;
}

#prices div table td.price {
	border-left: none;
	text-align: right;
}



