.price_detail_table
{
	width:100%;
	border:solid 1px darkgreen;
}
.price_detail_table td
{
	font-size:8pt;
	font-weight:normal;
}

.tdright
{
	text-align:right;
	padding-left:5px;
	white-space:nowrap;
}

.price_head_tr td
{
	background-color:#528800;color:white;font-weight:bold;

}
.price_room_tr td
{
	background-color:#8CBF40;color:white;

}

.price_detail_period
{
	white-space:nowrap;
}


.price_detail_total td
{
	font-weight:bold;
	border-top:solid 1px silver;
	padding-top:5px;
}

.price_detail_discount td
{
	/*font-size:8pt;*/
	color:#404040;
}

.price_detail_extrabed td
{
	/*font-size:8pt;*/
	color:#404040;
}
.price_detail_fee td
{
	/*font-size:8pt;*/
	color:#404040;
}
.price_detail_noautoprice td
{
	color:#A32929;
}

.price_priceerror td
{
	background-color:#A32929;color:white;font-weight:bold;
}

