/*CSS to customise offer listing table*/

table {
	border-bottom: 1px solid #003300;
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	background: url(/images/classic/offer-top-hot.gif) #eeeadc;
	background-repeat: no-repeat;
	background-position: left top;
}
table a:link, table a:visited {
	color: #790000;
}
table thead th {
	color: #660000;
}
table a:hover {
	color: #990000;
}
tbody, th, td {
	border-top: 1px solid #003300;
}
th {
	border-left: 1px solid #003300;
}
td {
	border-right: 1px solid #003300;
}
.offerLoc {
	width: 36%;
}
.offerHotel {
	width: 42%;
	color: #333;
}
.offerPrice {
	width: 22%;
	color: #fff;
	text-indent: 10px;
}
.date {
	color: #003300;
}

/*Offer navigation*/

#offerNav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#offerNav ul a:link, #offerNav ul a:visited {
	display: block;
	width: 260px;
	height: 30px;
	line-height: 29px;
	color: #333;
	text-decoration: none;
	background: #fff url("../images/classic/buttons/offer-nav-button.gif") no-repeat left top;
	text-indent: 25px;
	font-weight: 700;
}
#offerNav ul a:hover, #offerNav ul a:active, #offerNav ul #on {
	background: #fff url("../images/classic/buttons/offer-nav-button.gif") no-repeat right top;
	color: #330000;
	font-weight: 700;
}
#offerNav li {
	display: inline;
}
#offerNav li.first a {
	height: 30px;
	line-height: 30px;
}
#offerNav h2 {
	margin-bottom: 10px;
}
#col2 {	
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #cc9;
}
#offerSort {
	clear: both;
	width: 580px;
	height: 40px;
}
#offerSort a, #offerSort a:link {
	float: left;
	width: 116px;
	height: 40px;
	color: #fff;
	font-size: 1.0em;
	font-weight: 500;
	background: url("../images/Buttons/hco-tab.gif") no-repeat top;
	text-decoration: none;
	text-align: center;
}
#offerSort a:hover, #offerSort a:active {
	background-position: bottom;
	color: #660000;
}
div #restel ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	line-height: 2em;
	font-size: 1em;
	font-weight: bold;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #003300;
}

/* CQ MAP INCLUDE 
div#col1{
top:0
}
div#col2{
border-style:none;
border-width:0;
}
#findByMap {
	width: 110px;
	height: 205px;
	background-image: url(/images/uk-hotels-map.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
*/

