#content #squares {
	left: 190px;
	padding-top: 7px;
	border-top: 2px solid #666666;
	width: auto;
}
#content #priceTable {
	color: black;
	font-size: 9px;
	width: 685px;
}
#content #priceTableDiv {
	float: left;
	width: 685px;
	margin-bottom: 100px;
}
#content #priceTable th {
	color: white;
	background-color: #A7A8AA;
	border-top: 2px solid #AF1023;
	line-height: 16px;
	padding: 0 5px;
	text-align: left;
}
#content #priceTable td {
	padding: 5px 10px 5px 5px;
	line-height: 11px;
	vertical-align: top;
	
}
#content #priceTable td.nobrk {
	white-space: nowrap;
}
#content #priceTable .evenLines {
	background-color: #E6E6E6;
}
#content #priceTable .tableFoot {
	background-color: #A7A8AA;
	color: white;
}