#prices_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 430px;
	color: #454C66;
}

table#prices_table th{
	clear: left;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	text-align: left;
	padding-left: 6px;
	font-weight: bold;
	font-size: 11px;
}

table#prices_table td{
	clear: left;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 12px;
}
.discount_cell {
	color: #8F94A3;
	border-bottom-color: #8F94A3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #8F94A3;
	border-top-style: solid;
	border-top-width: 1px;
}
.area_d_price_cell {
	color: #e19634;
	width: 54px;
}
.area_c_price_cell {
	color: #3690c0;
	width: 54px;
}
.area_b_price_cell {
	color: #f1120b;
	width: 54px;
}
.area_a_price_cell {
	color: #6bbc37;
	width: 54px;
}
.premium_price_cell {
	color: #8f1586;
	width: 54px;
}
.area_d_header_cell {
	color: #FFFFFF;
	background-color: #e19634;
}
.area_c_header_cell {
	color: #FFFFFF;
	background-color: #3690c0;
}
.area_b_header_cell {
	color: #FFFFFF;
	background-color: #f1120b;
}
.area_a_header_cell {
	color: #FFFFFF;
	background-color: #6bbc37;
}
.premium_header_cell {
	color: #FFFFFF;
	background-color: #8f1586;
}
.prices_title_cell {
	color: #FFFFFF;
	background-color: #A2A5B2;
	text-transform: uppercase;
}
.discount_info_cell {
	color: #8F94A3;
	font-size: xx-small;
	text-transform: uppercase;
}
.underlined_cell {
	border-bottom-color: #8F94A3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}