﻿table.hotels td
{
	text-align:left;
}

table.hotels td.hotel_header
{
	font-weight:bold;
	color:Black;
	font-size:20px;
}

table.hotels td.hotel_description
{
	color:black;
}

table.hotel_prices td
{
	border-bottom:solid 1px #898989;
}

table.hotel_prices td.hotel_room_name
{
	font-size:14px;
	color:Black;
	font-weight:bold;
}

td.hotel_room_name a
{
	font-size:14px;
	color:Black;
	font-weight:bold;
	text-decoration:underline;
}

td.hotel_room_name a:hover
{
	text-decoration:none;
}


table.hotel_prices td.hotel_room_name span.meal
{
	color:#898989;
	font-weight:normal;
	font-size:12px;
}

table.hotel_prices td.hotel_price
{
	font-size:12px;
	color:Black;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}

table.hotel_prices tr.AlternatingRow td
{
	background-color:#f2f2f2;
}

span.location
{
	color:#898989;
	font-style:italic;
}

span.normal
{
	font-weight:normal;
	color:#898989;
}