#priceTable tr th {
	font-size: 0.7em;
	color: #C7AA6B;
	background-color: #4D4842;
}
#priceTable .big th {
	font-size: 1.1em;
}

#priceTable .r1 {
	background-color: #CDCDCD;
}
#priceTable .r2 {
	background-color: #FFF;
}
#priceTable .break {
	background-color: #FFF;
}
#priceTable td {
	font-size: 0.75em;
	color: #666;
	text-align: center;
}
#priceTable .left {
	text-align: left;
}
#priceTable .gap td{
	background-color: #FFF;
	height: 10px;
}
#priceTable tr:hover {
	background-color: #0F9;
}

