/*
Version: Late deals CSS
Author: Matt Branthwaite
Date: 24 Nov 06
Site: Framed Catchall
*/
@import url(/i/css/footer.css);

/*
-----------------------------------------------------
	B A S E
----------------------------------------------------- */

body {
	padding: 0;
	margin: 0;
	font: normal 11px Verdana, sans-serif;
	}
	
a {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
	}
a:hover {
	color: #fff;
	background-color:#CC6600;
	}
	
h1 {
	color: #c60000;
	font-size: 24px;
	line-height: 25px;
	}
	
img {
	border: 0;
	}

.cb {
	clear: both;
	}
	
#container {
	width: 615px;
	margin: 10px 0;
	}
#content {
	margin: 0 15px;
	}
	
/*
-----------------------------------------------------
	S E A R C H   F O R M
----------------------------------------------------- */
#deal-search {
	position: relative;
	margin: 0 auto 20px auto;
	width:  500px;
	height: 340px;
	_height: 340px;
	background: #c60000 url("images/latedeals/form-bg-ski-deals.jpg") left top no-repeat;
	}
	

#deal-search form {
	position: absolute;
	right: 75px;
	top: 30px;
	padding: 0;
	width: 190px;
	}

#deal-search form fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	}

#deal-search form legend {
	display: none;
	}
	
#deal-search form p {
	margin: 0;
	padding: 10px 8px;
	border-top: 1px solid #b6c5e4;
	}

#deal-search form p.first {
	margin: 0;
	padding: 0 8px 8px;
	border-top: 0;
	}
	
#deal-search form br {
	display: none;
	}
	
#deal-search form label {
	display: block;
	margin: 0 0 3px;
	color: #fff;
	font-weight: bold;
	}
	
#deal-table form .first label {
	margin-top: 0;
	}

#cmbResort,
#cmbAvail,
#cmbGroupMin,
#cmbRating,
#cmbPrice {
	width: 170px;
	}
	
/*
-----------------------------------------------------
	S E A R C H   R E S U L T S
----------------------------------------------------- */
	
#dealTable {
	border-collapse: collapse;
	margin: 0 0 20px;
	padding: 0;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 585px;
	font-size: 10px;
	line-height: 15px;
	background-color: #fff;
	}

/* deal table base */
#dealTable a,
#dealTable a:hover {
	color: #151515;
	}
	
#dealTable th,
#dealTable td {
	text-align: left;
	padding: 5px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	}

/* deal table header */
#dealTable th {
	background-color: #000;
	text-align: center;
	line-height: 26px;
	padding: 4px 5px;
	font-size: 10px;
	}
	
#dealTable th a {
	color: #888;
	}

#dealTable th a:hover {
	color: #fff;
	background: none;
	}
	
/* deal table columns */
#dealTable .country-name,
#dealTable .sleeps {
	display: block;
	}
	
#dealTable .chalet-name,
#dealTable .resort-name {
	font-weight: bold;
	}
	
#dealTable .flights,
#dealTable .spaces,
#dealTable .rating {
	text-align: center;
	}
	
/* rating logo and text */	
#dealTable .rating span {
	position: relative;
	display: block;
	vertical-align: 50%;
	height: 18px;
	width: 23px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	}

#dealTable .rating img {
	position: absolute;
	right: 0;
	top: 1px;
	}
	
#dealTable .date {
	width: 60px;
	}

#dealTable .price,
#dealTable .save {
	text-align: right;
	font-weight: bold;
	}
	
#dealTable td.price a {
	color: #c60000;
	font-size: 14px;
	font-weight: bold;
	}
	
#dealTable td.price a:hover {
	color: #fff;
	background: none;
	}

/*
-----------------------------------------------------
 tr hover states
----------------------------------------------------- */
#dealTable tr:hover,
#dealTable tr.sfhover {
	background-color: #c60000;
	cursor: pointer;
	color: #fff;
	}

#dealTable tr {
	cursor: pointer;
	}

#dealTable tr#dealTableHeader {
	cursor: default;
	}

#dealTable tr:hover a,	
#dealTable tr.sfhover a {
	color: #fff;
	}
	
	
/* results alert */
#results-alert {
	font-size: 13px;
	color: #666666;
	margin-bottom: 25px;
	line-height: 20px;
	}
	
#results-alert strong {
	color: #000;
	}
	
/* key */
#results-key {
	background-color: #ccc;
	padding: 10px;
	}
	
#results-key dt {
	display: block;
	width: 60px;
	background-color: red;
	float: left;
	font-weight: bold;
	}
	
#results-key dd {
	display: block;
	width: 505px;
	}
	
/*
-----------------------------------------------------
F O O T E R   from   main_style.css
----------------------------------------------------- */
	
A.navFooter:link, A.navFooter:active, A.navFooter:visited {font-size: 9px; line-height: 16px; color: #999999; font-weight: normal; text-decoration: underline;}
A.navFooter:hover {font-size: 9px; line-height: 16px; color: #CCCCCC; font-weight: normal; text-decoration: none; background-color:#000000;}

.navFooter {
	font-size: 9px;
	font-weight:normal;
	color: #999999;
	line-height: 16px;
}
.navSmall {
	font-family: Verdana;
	font-size: 9px;
	line-height: 10px;
}
