/*
URI: http://www.last-minute-ski-deals.co.uk
Version: Home page 1.0
Author: Matt Branthwaite
*/

@import url(base.css);

/*
----------------------------------------------------------------
	S T R U C T U R E
---------------------------------------------------------------- */
	
#home-container {
	width: 615px;
	padding: 15px 0;
	margin: 0;
	height: 1%;
	background: transparent url("images/home/container-bg.png") left top repeat-y;
	}
	
#content {
	float: left;
	width: 415px;
	padding: 0 10px 0;
	}

#sidebar {
	float: right;
	width: 160px;
	font-size: 0.9em;
	padding-right: 10px;
	}
	
#home-container-end {
	clear: both;
	}
	
.h-divider hr {
	display: none;
	}
.h-divider {
	height: 1px;
	background-color: #d6d6d6;
	margin: 15px 0;
	}

#home-container input,
#home-container select {
	font-size: 0.9em;
	}

	
/*
----------------------------------------------------------------
	H E A D E R S
---------------------------------------------------------------- */

.section-header {
	position: relative;
	height: 46px;
	overflow: hidden;
	font-size: 18px;
	line-height: 46px;
	z-index: 1;
	padding: 0;
	margin: 0 0 6px;
	}

.section-header span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	}
	
#header-home-welcome {
	width: 118px;
	height: 43px;
	margin-right: 10px;
	float: left;
	}	
#header-home-welcome span {
	background: transparent url("images/home/header-welcome.png") left top no-repeat;
	}
	
#header-home-recommendations {
	height: 46px;
	}
#header-home-recommendations span {
	background: transparent url("images/home/header-recommendations.png") left top no-repeat;
	}
	
#header-home-offers {
	height: 46px;
	}
#header-home-offers span {
	background: transparent url("images/home/header-offers.png") left top no-repeat;
	}
	
#header-home-dates {
	height: 46px;
	}
#header-home-dates span {
	background: transparent url("images/home/header-dates.png") left top no-repeat;
	}
	
#header-latest-news {
	height: 44px;
	}
#header-latest-news span {
	background: transparent url("images/home/header-latest-news.png") left top no-repeat;
	}
	
/* right sidebar */
#header-home-late-deals {
	height: 38px;
	}
#header-home-late-deals span {
	background: transparent url("images/home/header-late-deals.png") left top no-repeat;
	}
	
#header-home-popular-resorts {
	height: 42px;
	}
#header-home-popular-resorts span {
	background: transparent url("images/home/header-popular-resorts.png") left top no-repeat;
	}
	
#header-home-enewsletter{
	height: 38px;
	}
#header-home-enewsletter span {
	background: transparent url("images/home/header-enewsletter.png") left top no-repeat;
	}
	
#header-home-holiday-extras {
	height: 38px;
	}
#header-home-holiday-extras span {
	background: transparent url("images/home/header-holiday-extras.png") left top no-repeat;
	}
	
#header-home-short-breaks {
	height: 38px;
	}
#header-home-short-breaks span {
	background: transparent url("images/home/header-short-breaks.png") left top no-repeat;
	}
	
#header-home-superior-chalets {
	height: 38px;
	}
#header-home-superior-chalets span {
	background: transparent url("images/home/header-luxury-chalets.png") left top no-repeat;
	}
	
	
/*
----------------------------------------------------------------
	M O D U L E S
---------------------------------------------------------------- */

.mod-footer {
	font-size: 0.9em;
	}

/* WELCOME */
#mod-welcome p {
	font-size: 0.9em;
	}
	
/* RECOMMENDATIONS */
#recommendations-list {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#recommendations-list li {
	list-style: none;
	padding: 32px 0 0;
	margin: 0 0 0 17px;
	float: left;
	background: transparent url("images/home/recommendation-top.png") left top no-repeat;
	}
	
#recommendations-list li.new-row {
	margin-left: 0;
	clear:left;
	}

#recommendations-list a {
	display: block;
	padding-bottom: 10px;
	width: 90px;
	text-align: center;
	text-decoration: none;
	color: #3d3d3d;
	background: transparent url("images/home/recommendation-body.png") left bottom no-repeat;
	}
	
#recommendations-list a img { padding: 2px; border: 2px solid #fff; }
#recommendations-list a:hover img { border: 2px solid #ca0000; }
	
#recommendations-list a em {
	display: block;
	padding-top: 2px;
	}
	
#recommendations-list a .ski-resort {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 13px;
	}
	
#recommendations-list a strong {
	display: block;
	text-decoration: underline;
	color: #ca0000;
	font-size: 1.5em;
	}
	
	
/* SPECIAL OFFERS */
#offers-list {
	list-style: none;
	padding: 0;
	}
	
#offers-list li {
	list-style: none;
	display: block;
	width: 411px;
	padding: 10px 0 0;
	margin: 5px 0 0;
	background: transparent url("images/home/offer-top.png") left top no-repeat;
	}
	
#offers-list a {
	display: block;
	padding: 0 5px 10px 35px;
	background: transparent url("images/home/offer-body.png") left bottom no-repeat;
	}
	
/* DATES */
#dates-table-wrapper {
	background: #fff url("images/home/dates-body-bg.png") left top repeat-y;
	}

#dates-table {
	width: 410px;
	margin: 0;
	padding: 0;
	border-top
	}
	
#dates-table .top-left {
	background: #ca0000 url("images/home/dates-top-left.png") left top no-repeat;
	}
	
#dates-table .top-right {
	background: #ca0000 url("images/home/dates-top-right.png") right top no-repeat;
	}

#dates-table td,
#dates-table th {
	padding: 2px 5px;
	}
	
#dates-table th.resort-col-head,
#dates-table th.resort-col {
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	}
	
#dates-table th.resort-col {
	color: #3d3d3d;
	border-bottom: solid 1px #ca0000;
	}

#dates-table th.resort-col-head,
#dates-table th.date-col-head {
	border-left: solid 1px #fff;
	color: #fff;
	background-color: #ca0000;
	}
	
#dates-table th.date-col-head {
	width: 60px;
	}

#dates-table td {
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-left: solid 1px #ca0000;
	border-bottom: solid 1px #ca0000;
	}

#dates-table th em {
	display: block;
	font-size: 0.9em;
	line-height: 0.9em;
	font-style: normal;
	font-weight: normal;
	}
	
#mod-dates form {
	margin: 0;
	padding: 0;
	}

#mod-dates fieldset {
	position: relative;
	border: 0;
	padding: 0 10px 10px;
	margin: 0;
	background: #fff url("images/home/dates-bottom-bg.png") left bottom no-repeat;
	}
	
#mod-dates fieldset legend {
	display: block;
	padding: 0;
	margin: 10px 0;
	text-indent: 0;
	color: #ca0000;
	font-weight: bold;
	}
	
#mod-dates label {
	display: none;
	}
	
#cmbAvail {
	width: 128px;
	}

#cmbResort {
	width: 158px;
	}

	

/* POPULAR RESORTS */
#mod-popular-resorts ul {
	list-style: none;
	padding: 0;
	}
	
#mod-popular-resorts li {
	list-style: none;
	padding: 3px 5px;
	margin: 0;
	border-top: solid 1px #d6d6d6;
	}
	
#mod-popular-resorts li.first {
	border-top: 0;
	}
	
#mod-popular-resorts img {
	margin-right: 6px;
	}
	
/* ENEWSLETTER */
#mod-newsletter form {
	}

#mod-newsletter fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	}

#mod-newsletter legend {
	display: none;
	}

/* HOLIDAY EXTRAS */
#mod-holiday-extras ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#mod-holiday-extras li {
	list-style: none;
	padding: 9px 5px 9px 50px;
	margin: 0;
	border-top: solid 1px #d6d6d6;
	}
	
#mod-holiday-extras li.first {
	border: 0;
	}
	
#he-insurance {
	background: transparent url("/i/images/home/img-he-si.png") 3px 50% no-repeat;
	}
#he-car-hire {
	background: transparent url("/i/images/home/img-he-ch.png") 3px 50% no-repeat;
	}
#he-airport-parking {
	background: transparent url("/i/images/home/img-he-ap.png") 3px 50% no-repeat;
	}
#he-airport-transfers {
	background: transparent url("/i/images/home/img-he-at.png") 3px 50% no-repeat;
	}
#he-airport-hotels {
	background: transparent url("/i/images/home/img-he-ah.png") 3px 50% no-repeat;
	}
#he-airport-lounges {
	background: transparent url("/i/images/home/img-he-al.png") 3px 50% no-repeat;
	}
	
/* SIDEBAR IMGS */
#mod-late-deals-ad a img,
#mod-superior a img,
#mod-short-breaks a img {
	border: solid 2px #d6d6d6;
	display: block;
	margin: 4px 0;
	}

#mod-late-deals-ad a:hover img,	
#mod-superior a:hover img,
#mod-short-breaks a:hover img {
	border: solid 2px #ca0000;
	}

