.price_header{
	background-color: #6699FF;
	color: white;
	border-bottom: 2px solid black;
	padding: 24px 4px 4px 4px;
}


.price_name{
}
.price_descr{
	font-size: 12px;
	color: #888888;
}
.price_hotname{
	font-weight: bold;
	color: red;
}
.price_hotdescr{
	font-weight: bold;
	font-size: 12px;
	color: #888888;
}



.price_item{
	border-bottom: 1px solid black;
	padding: 4px;
}
.price_price{
	border-bottom: 1px solid black;
	text-align: right;
}



a.price_hotname_small{
	text-decoration: none;
}
a.price_hotname_small:hover{
	text-decoration: underline;
}
.price_price_small{
	text-align: right;
}




a.price_arrows{
	font-size: 18px;
	color: white;
	text-decoration: none;
}
a.price_arrows:hover{
	color: #dddddd;
	text-decoration: none;
}
