/* Changes to site layout */

#col1 {
	
}

#body .bodypadding {

}




.holidayswrapper {
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 11px;
	border-bottom-width: 0;
	border-style: solid;
}

h2.heading {
	margin-bottom: 10px;
	font-size: 16px;
}

	h3.heading {
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: normal;
	}

.tabs {
	margin-left: 0;
}

.tabs li {
	list-style: none;
	display: block;
	float: left;
	position: relative;
	margin-right: 7px;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 60px;
}

.tabs li.selected {
	padding-top: 6px;
	padding-bottom: 12px;
}

.tabs li.unselected {
	background-color: #dcdcdc;
	padding-top: 6px;
	padding-bottom: 6px;
	top: 6px;
	background-position: bottom;
	background-repeat: repeat-x;
}

.tabs li.unselected a, .tabs li.unselected a strong {
	color: #333;
}

.tabs li.selected a, .tabs li.selected a strong, .tabs li.selected a span {
	color: #fff;
}

.tabs li a {
	font-weight: normal;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

	.tabs li a, .tabs li a strong, .tabs li a span {
		font-size: 16px;
		font-weight: 600;
	}
	
	.tabs li.small a {
		font-size: 15px;
	}

.tabs li a.help {
	float: right;
	margin-right: 10px;
	cursor: help;
}

.tabs li .slider {
	width: 11px;
	height: 17px;
	float: right;
	position: relative;
	display: block;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-left: 10px;
}

	.tabs li.selected .slider {
		background-image: url('/images/nav_down_light.png');
	}
	
	.tabs li.unselected .slider {
		background-image: url('/images/nav_down_dark.png');
	}
	
	.tabs li .sub-title {
		font-size: 12px;
		color: #fff;
		padding: 0 12px;
		line-height: 1.3em;
	}
	
		.tabs li.selected .sub-title {
			color: #fff;
		}


p.ordering {
	text-align: center;
	padding: 8px 0 8px 0;
	background: #DCDCDC;
	margin-bottom: 10px;
	margin-top: 0;
}

p.ordering a, p.ordering label {
	font-size: 12px;
	color: #000;
}

p.ordering label {
	padding-right: 6px;
	margin-bottom: 0;
}

p.ordering a {
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

p.ordering a.selected {
	text-decoration: underline;
}


.paging {
	clear: both;
	width: 100%;
}

.paging a {
	color: #000;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

.paging li {
	float: left;
	list-style: none;
}

.paging a.selected {
	text-decoration: underline;
}

.paging .next a, .paging .previous a {
	padding: 0px;
}

.paging .next {
	float: right;
}

.paging .pages {
	width: 440px;
}

.paging li.pages {
	text-align: center;
}


.description {
	padding-bottom: 0;
}

	.col1-inner > .description {
		padding-bottom: 20px;
	}

	.description a {
		font-weight: bold;
	}
	
	.otherWebsites h3 {
		margin-top: 20px;
		font-size: 14px;
	}
	
	.otherWebsites p.links {
		line-height: 3em;
	}

p.moreresults {
	display: none;
	text-align: center;
	margin-bottom: 20px;
}

p.moreresults a {
	cursor: pointer;
	position: relative;
}

p.moreresults .loading {
	display: none;
	margin-left: 5px;
	position: absolute;
	left: 110px;
}

p.recordcount {
	margin-top: 10px;
	margin-bottom: 10px;
}

.holidays {
	padding: 0 0 0 0;
	margin-top: 10px;
	display: block;
	position: relative;
	
}

.ajax {
	display: none;
}

.holiday {
	margin-bottom: 20px;
	border: 1px solid #999;
}

.holiday .callus {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.holiday p.duration {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 12px;
}

.holiday .callus a {
	cursor: pointer;
}

.holiday .padding {
	padding: 7px;
	padding-top: 4px;
}

.holiday .body .padding {
	margin-top: 3px;
}

.holiday .header {
	background-color: #336600;
}

.holiday .header h2 {
	position: relative;
	z-index: 1;
	padding-top: 2px;
	margin: 0;
	color: #fff;
	line-height: 1.2em;
	font-size: 14px;
}

.holiday .header h2 a {
	color: #fff;
	font-size: 14px;
}

.holiday .header a.wishlist {
	display: block;
	position: relative;
	z-index: 2;
	float: right;
	width: 19px;
	height: 19px;
	background-color: none;
	background-repeat: no-repeat;
	cursor: pointer;
}

.holiday .header span.privatewishlist {
	position: relative;
	float: right;
	color: #fff;
	top: 2px;
	font-weight: bold;
	margin-right: 7px;
}

.holiday .header a.unselected {
	background-image: url('/images/addtowishlist_unselected.png');
}

.holiday .header a.unselected:hover {
	background-image: url('/images/addtowishlist_selected.png');
}

.holiday .header a.selected {
	background-image: url('/images/addtowishlist_selected.png');
}

.holiday .header a.selected:hover {
	background-image: url('/images/addtowishlist_unselected.png');
}

.holiday .header a.loading, .holiday .header a.loading:hover {
	background: url('/images/ajax-loader.gif') 0px 0px no-repeat;
}

.holiday .image {
	border: 1px solid #999;
	font-size: 0px;
	
}

.holiday .buywrapper {
	position: relative;
}

.holiday .image a {
	display: block;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	max-height: 180px;
	position: relative;
	
}
	
	.holiday img.hfh-recommended {
		position: absolute;
		width: 80px;
		height: auto;
		z-index: 2;
		right: 0;
		top: 5px;
	}

.holiday .description {
	position: relative;
}

	.holidays .holiday .description .readable {
		max-height: 155px;
		overflow: hidden;
		z-index: 1;
	}
	
	@media (min-width: 980px) and (max-width: 1199px) {
		.holidays .holiday .description .readable {
			max-height: 135px;
		}
	} 

	
	.holidays .holiday [data-readmore-toggle] {
		z-index: 2;
		position: relative;
		margin-top: 5px;
	}
	
	.holidays .holiday [aria-expanded=false]:before {
		bottom: 20px;
	}

.holiday .description .padding {
	padding: 0px;
	padding-left: 7px;
	padding-right: 7px;
	border-right: 1px solid #ccc;
}

.holiday .description p {
	line-height: 1.5em;
	margin-bottom: 6px;
}

.holiday .description p, .holiday .description a {
	font-size: 14px;
	font-weight: 400;
}

.holiday .description a {
	font-weight: bold;
}

	.holiday .description a.readmore {
		font-weight: normal;
	}

.holiday .grade {
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
}

.holiday .buy table th {
	text-align: left;
	padding-left: 0px;
	padding-right: 10px;
}

.holiday .buy {
	margin-bottom: 0;
}

.holiday .buy .price {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 3px;
}

.holiday .buy label {
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
}

.holiday .buy label.duration, 
.holiday .buy label.returndate {
	display: inline;
	margin-right: 6px;
}

.holiday .buy label.pricesfrom {
	margin-top: 0;
}

.holiday .buy .pricesfrom,
.holiday .buy .departuredate,
.holiday .buy .arrivaldate {
	line-height: 1.2em;
	font-size: 14px;
	font-weight: 600;
	margin-top: 3px;
	margin-bottom: 5px;
}

.holiday .departuredate {
	margin-top: 8px;
}

	.holidays .buy .departuredate {
		margin-top: 8px;
	}

.holiday .buy select {
	margin-top: 3px;
	margin-bottom: 8px;
	border: 1px solid #999;
	max-width: 100%;
}

	.holidays .holiday .buy select {
		width: 100%;
	}

	.requesteddeparturedate {
		padding: 2px 0px;
		border: 1px solid #999;
		background: url('/images/calendar.gif') center right 6px no-repeat !important;
		width: 133px;
		margin-bottom: 5px !important;
		cursor: text !important;
	}
	
	.holiday .buy .departureinfo {
		margin-top: 5px;
	}

.holiday .buy select.recommended {
	color: #fff
}

.holiday .buy select option {
	color: #000;
}

.holiday .buy select option.recommended {
	color: #fff;
}

.holiday .buy select option.notrecommended {
	color: #000;
	background-color: #fff;
}


/* Late Deals */

.holiday .latedeals {
	background: #E7E7E7;
	padding: 0;
}

.holiday .latedeals .padding {
	padding: 8px;
	margin: 0;
}

.holiday .latedeals .latedeal {
	padding-bottom: 3px;
}

.holiday .latedeals h3 {
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 14px;
	position: relative;
}

.holiday .latedeals p {
	margin-bottom: 0px;
	line-height: 1.3em;
	font-size: 13px;
	position: relative;
	z-index: 1;
}

.holiday .latedeals span {
	font-size: 12px;
	font-weight: bold;
}

.holiday .latedeals a.button {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 5px;
	width: 134px;
	position: relative;
	color: #fff;
	z-index: 2;
	min-height: inherit;
	line-height: inherit;
}

	.holiday .latedeals a.button:hover {
		text-decoration: none;
	}
	
	#bookNowOverlay.modal .modal-body {
		padding-top: 0;
	}
	
	#bookNowOverlay h4 {
		margin-top: 10px;
		font-size: 14px;
		margin-bottom: 0;
	}
	
	#bookNowOverlay .button {
		min-height: inherit;
		line-height: inherit;
		width: auto;
		padding: 5px 15px;
	}




.holiday .button {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	margin-bottom: 0;
	display: block;
	text-align: center;
}
	
	.holiday .buy .button {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	

.holiday a.notes, .holiday a.overview {
	font-size: 14px;
	font-weight: bold;
	margin-top: 7px;
	cursor: pointer;
}

.holiday a.notes {
	padding-top: 3px;
	padding-bottom: 3px;
}

.holiday .recommendation {
	border-top: 1px solid #ccc;
	padding-right: 10px;
	padding-left: 45px;
	padding-top: 8px;
	padding-bottom: 0px;
	background: url('/images/recommendation.gif') #E7E7E7 no-repeat 6px 0px;
	margin-bottom: 5px;
	min-height: 35px;
}

.holiday .recommendation a.more {
	float: right;
	font-weight: bold;
}

.holiday .recommendation h3 {
	margin: 5px 180px 0 0;
	padding-bottom: 10px;
	font-size: 12px;
}

.holiday .recommendation p {
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 12px;
}

.holiday .recommendation p.more {
	text-align: right;
}

.holiday .recommendation p.more a {
	font-weight: bold;
}


.otherresults .item {
	margin-top: 5px;
	margin-bottom: 25px;
}

	.otherresults .item h2 {
		font-size: 14px;
		line-height: 1.1em;
	}
	
	.otherresults .item a {
		line-height: 1.2em;
		font-size: 12px;
	}
	
	.otherresults .item p {
		font-size: 12px;
	}
	
	.otherresults .item p.summary, 
	.otherresults .item p.date {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
		.otherresults .item img.wp-post-image {
			float: left;
			margin-right: 10px;
			margin-bottom: 15px;
			max-width: 211px;
		}
	
	.otherresults .item p.date {
		font-style: italic;
	}
	
	.otherresults .grade {
		border: none;
		padding: 0px;
	}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	.tabs li a, .tabs li a strong, .tabs li a span {
		font-size: 12px;
	}
	
	.tabs li a {
		padding: 0 10px;
	}
	

}

