@charset "utf-8";
/* CSS Document */

.prices{
	margin:20px 0 40px 0;
	}

.prices table{
	margin-bottom:10px;
	border-collapse:collapse;
	color:#fff;
	}
.prices th{
	padding-right:3px;
	font-weight:normal;
	color:#f06eaa;
	text-align:right;
	}
tr.top th{
	font-size:12px;
	text-align:center;
	}
.prices td{
	width:80px;
	border:1px solid #330228;
	text-align:center;
	}
td.price1{
	background-color:#f06eaa;
	}
td.price2{
	background-color:#b6427d;
	}
td.price3{
	background-color:#761e4b;
	}
td.price4{
	background-color:#570d33;
	}
	
table.normal, .normal td{
	border:none;
	color:#898989;
	text-align:left;
	
	}
.normal td{
	width: 233px;
	padding:0 5px 10px 0;
	}
.normal strong{
	font-size:14px;
	font-weight:normal;
	color:#ec008c;
	}
