﻿@charset "utf-8";
/* CSS Document */
/* Clearfix */
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
/* /END Clearfix */
/* */

body {
	/*background: url("../../SiteCollectionImages/Core/mightybg.jpg") repeat scroll 0 0 #FFFFFF !important;*/
	background:#d8d4cb;
	color: #4A4A4A;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin: 0;
	overflow: visible !important;
	padding: 0;
	position: relative;
	text-align: left;
}
.twitter {
	display: none !important;
}
#s4-workspace {
	overflow:visible;
}


h1 {
	color: #524D02;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px;
	text-transform: uppercase;
}

h2 {
	color: #524D02 !important;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0 5px;
}

h3 {
	color: #524D02 !important;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	text-transform: uppercase;
}

h4 {
	border-bottom: 1px dotted #524D02;
	color: #524D02 !important;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 20px 0 5px;
	text-transform: uppercase;
}

p {
	line-height:22px; margin:0 0 10px 0;
}
a, a:visited {
	color: #524D02;
	text-decoration: underline;
}
a:hover { text-decoration:none; }

img { border:0; }

/* ********************************************************************************************** */
/* CROSS SELL */
/* ********************************************************************************************** */
.crossSell{
	height:30px;
	width:100%;
	font-size:.70em;
	font-family:Arial, Helvetica, sans-serif;
	background: #121111; /* Old browsers */
	background: -moz-linear-gradient(top, #2d2d2d 88%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(88%,#2d2d2d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2d2d2d 88%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2d2d2d 88%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2d2d2d 88%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2d2d2d 88%,#000000 100%); /* W3C */
	color:#9e9d9d;
	float:left;
	position:relative;
	border-bottom:1px solid #666;
	z-index:97;
}

#crossSellList { padding:0px; margin:0px; float:left; position:relative; top:0px; left:0px;  width:100%; overflow:visible; }

#crossSellList li
{
	display: inline-block;
	list-style-type: none;
	padding: 8px 15px 0px 15px;
	height:22px;
	border-right:1px solid #9D9D9D;
	cursor:pointer;
	float:left;
	position:relative;
	width:auto;
	margin:0;
}
#crossSellList li:hover { background: #FFF; }

#crossSellList li:hover span, #crossSellList li:hover a {color:#121111;}
#crossSellList li.left:hover span {color:#FFF;}
#crossSellList li.active {background:#FFF; border-bottom:1px solid #FFF;}
#crossSellList li.active span { color:#121111;}
#crossSellList li span {color:#FFF; font-weight:bold;}
#crossSellList li.right { float:right; border-right:none; border-left:1px solid #9D9D9D; }
#crossSellList li a { color:#FFF; padding: 8px 0px 8px 0px; }



#crossSellList li ul {
	position:absolute;
	display:none;
	top:31px;
	right:0px;
	width:250px;
	border:5px solid #FFF;
	background:#FFF;
	padding:0px;
	-webkit-box-shadow: 0px 3px 2px -1px #808080;
	box-shadow: 0px 3px 2px -1px #808080;
	z-index:30;
}

#crossSellList ul li {
	float:left;
	width:250px;
	height:41px;
	padding:0px;
	margin:0px;
	border:none;
	background:#F2F2F2;
	z-index:100;
	display:block;
}
#crossSellList ul li a {
	display:block!important;
	width:235px;
	height:40px;
	line-height:40px;
	padding:0 0 0 15px;
	background-image:url(../../SiteCollectionImages/core/thllogos_icons.png);
	background-repeat:no-repeat;
	border-bottom:1px solid #FFF;
	color:#121111;
	z-index:100;
	float:left;
	text-decoration:none;
}

#crossSellList ul li a.kea 		{ background-position:195px 0px; }
#crossSellList ul li a.maui 	{ background-position:195px -40px; }
#crossSellList ul li a.united 	{ background-position:195px -80px; }
#crossSellList ul li a.britz 	{ background-position:195px -120px; }
#crossSellList ul li a.alpha 	{ background-position:195px -160px; }
#crossSellList ul li a.mighty 	{ background-position:195px -200px; }
#crossSellList ul li a.roadbear	{ background-position:195px -240px; }
#crossSellList ul li a.motek	{ background-position:195px -280px; }


#crossSellList ul li a.current { background-color:#FFF;}
#crossSellList ul li a:hover { background-color:#CDCDCD; text-decoration:none; color:#000; }

#crossSellList ul li.close {
	display: inline-block;
	list-style-type: none;
	height:22px;
	cursor:pointer;
	float:left;
	position:relative;
	background:#FFF;
	line-height:22px;
	color:#121111;
	text-align:center;
}
#crossSellList ul li.close:hover {text-decoration:underline;}

#crossSellList li.left {
	margin: 0px;
	padding:0px;
	height:30px;
	border:none;
	line-height:30px;
	position:relative;
	cursor:default;
}
#crossSellList li.left:hover { background:transparent;}
#crossSellList li.left span {
	position:relative;
	top:-10px;
	padding-left:15px;
}
#crossSellList li.left i {
	position:relative;
	top:-12px;
}

#crossSellList li.left ul {

	display:inline-block;
	position:relative;
	padding:0px;
	width:auto;
	padding:0px;
	top:0px;
	left:15px;
	border:none;
	background:transparent;
	-webkit-box-shadow: none;
	box-shadow: none;


}
#crossSellList li.left ul li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	padding:0px;
	width:70px;
	height:30px;
	background-color:transparent;
}
#crossSellList li.left li a {
	width:70px;
	height:30px;
	line-height:40px;
	padding: 0px 0px 0px 15px;
	background-image:url(../../SiteCollectionImages/core/thllogos_icons.png);
	background-repeat:no-repeat;
	background-color:transparent;
	margin-bottom:1px;
	border-bottom:none;
	text-indent:-9999px;
	overflow:hidden;

}

#crossSellList li.left ul li a.kea 		{ background-position:0px -5px; }
#crossSellList li.left ul li a.maui 	{ background-position:0px -45px; }
#crossSellList li.left ul li a.united 	{ background-position:0px -85px; }
#crossSellList li.left ul li a.britz 	{ background-position:0px -125px; }
#crossSellList li.left ul li a.alpha 	{ background-position:0px -165px; }
#crossSellList li.left ul li a.mighty 	{ background-position:0px -205px; }
#crossSellList li.left ul li a.roadbear	{ background-position:0px -245px; }
#crossSellList li.left ul li a.kea.current,		#crossSellList li.left ul li a.kea:hover 		{ background-position:-100px -5px; }
#crossSellList li.left ul li a.maui.current, 	#crossSellList li.left ul li a.maui:hover  		{ background-position:-100px -45px; }
#crossSellList li.left ul li a.united.current,	#crossSellList li.left ul li a.maui:hover 		{ background-position:-100px -45px; }
#crossSellList li.left ul li a.united.current,	#crossSellList li.left ul li a.united:hover  	{ background-position:-100px -85px; }
#crossSellList li.left ul li a.britz.current,	#crossSellList li.left ul li a.britz:hover  	{ background-position:-100px -125px; }
#crossSellList li.left ul li a.alpha.current, 	#crossSellList li.left ul li a.alpha:hover 		{ background-position:-100px -165px; }
#crossSellList li.left ul li a.mighty.current,	#crossSellList li.left ul li a.mighty:hover  	{ background-position:-100px -205px; }
#crossSellList li.left ul li a.roadbear.current,#crossSellList li.left ul li a.roadbear:hover	{ background-position:-100px -245px; }


/********** CROSS SELL **********/


#header {
	background: #EE3124;
	float: left;
	margin-top: 0;
	padding: 34px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 90;
	box-shadow: 0 8px 12px -10px #000000 inset;
}

#mightyHeader {
	margin: 0 auto;
	padding: 10px 0 12px;
	position: relative;
	width: 1000px;
	z-index: 1;
}


#header #logo {
	cursor: pointer;
	display: block;
	float:left;
	width: 266px;
	padding:0 0 0 0;
}
#header #logo img { width:100%; }

#mightyapp{
	position:absolute; bottom:0; right:40%; margin:0 auto; width:250px;
	background-size: 2px 2px;
	background-color: #3e431b;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
	background-image: linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
	background-color: #3e431b\9;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-webkit-box-shadow: 0 -1px 2px 0 #000000;
	box-shadow: 0 -1px 2px 0 #000000;
	color:#FFF;
	text-transform:none;
	text-transform:uppercase;
	font-weight:bold;
}
#mightyapp .tab {
	float:left; width:90%; margin:1%; padding:6px 4%; border-left:1px dashed #EE3124; border-right:1px dashed #EE3124; border-top:1px dashed #EE3124;
	-webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;
	-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-ms-transition: all .2s linear;-o-transition: all .2s linear; transition: all .2s linear;

}
#mightyapp:hover .tab {
	padding-bottom:10px;
}

#contact-intro {
	float:right; padding: 2px 0; display:block; text-transform:uppercase; margin:-10px 10px 0 0;
	background:#da291c; text-align:center; color:#FFF; text-decoration:none;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	-webkit-box-shadow: 0 1px 2px 1px #000000;
	box-shadow: 0 1px 2px 1px #000000;
}
#contact-intro span.contactborder {
	float:left; display:block; padding:8px 18px; color:#FFF; text-decoration:none;  text-shadow: 0 -1px 1px #a2150b;
	border-bottom:1px dashed #a2150b; border-left:1px dashed #a2150b; border-right:1px dashed #a2150b;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
#contact-intro span a { color:#FFF; text-decoration:none; }
#contact-intro span a:first-child { margin-right:14px; border-right:1px solid #a2150b; padding-right:10px; }
#contact-intro span a:hover { color:#000; text-shadow:none; }


#mobile-menu {
	display:none; cursor:pointer;
	float:right; padding: 2px;  text-transform:uppercase; margin:-10px 10px 0 0;
	background:#da291c; text-align:center; color:#FFF; text-decoration:none;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	-webkit-box-shadow: 0 1px 2px 1px #000000;
	box-shadow: 0 1px 2px 1px #000000;
}
#mobile-menu span.contactborder {
	float:left; display:block; padding:16px 18px; color:#FFF; text-decoration:none;  text-shadow: 0 -1px 1px #a2150b; font-size:20px;
	border-bottom:1px dashed #a2150b; border-left:1px dashed #a2150b; border-right:1px dashed #a2150b;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
#mobile-menu span a { color:#FFF; text-decoration:none; }
#mobile-menu:hover span a { color:#000; text-shadow:none; }

#mainmenu {
	background: #D3D2CB;
	float: left;
	height: 58px;
	width: 100%;
	z-index: 20;
	border-bottom:2px solid #afaeaa;
	border-top:1px solid #E3E3D8;

}
#topmenu {
	font-family: Arial,Verdana,Tahoma;
	font-size: 0.8em;
	font-weight: bold;
	height: 59px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 1000px;
}

#topmenu #sideNavBox {
	margin-left:0;
}

#topmenu ul {
	height: 59px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 1000px;
	z-index: 999;
	list-style-type: none;
}

#topmenu li { float: left; list-style: none outside none; position: relative; }

#topmenu li a { float:left; padding:22px 15px; height:14px; color:#2c2c2c; text-decoration:none; border-right:1px solid #9C9C96; border-left:1px solid #E3E3D8; text-transform:uppercase;  }

#topmenu ul ul { display:none; position:absolute; top:58px; left:1px; width:260px; padding:5px; background:#6c6c6a; height:auto; z-index:9999; }
#topmenu ul li:hover ul { display:block; }
#topmenu ul ul li { float:left; width:260px; }
#topmenu ul ul li a { height:auto; padding: 10px; width:240px; border-left:none; border-right:none; color:#FFF;  }
#topmenu ul ul li a:hover {background:#D3D2CB; color:#000;}

#topmenu li.selected > a { background:#EE3124; color:#FFF; }
#topmenu li a:hover, #topmenu li a.childhovered { background:#6c6c6a; color:#FFF;  }
#topmenu li.selected ul li.selected a { background:#EE3124; color:#FFF; }
/* START HOMEPAGE MAIN */

#container { float:left; width:100%; margin:0; padding:0; overflow:hidden; }

#welcomebanner { float: left; height: auto; width: 100%; }
.welcomecontainer { margin: 0 auto; position: relative; width: 1000px; z-index:1;   }


#bookingControlWrapper  {
	float: left;
	height: auto;
	width: 235px;
	background-size: 2px 2px;
	background-color: #3e431b;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
	background-image: linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
	background-color: #3e431b\9;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0 3px 3px 0 #000000;
	box-shadow: 0 3px 3px 0 #000000;
}
#bookingWidget {
	float:left; width:96%; margin:0 2% 5px;
	border-left:1px dashed #ee3124;
	border-right:1px dashed #ee3124;
	border-bottom:1px dashed #ee3124;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}


#bookingcontrol  {
	float: left;
	height: auto;
	width: 96%;
	padding: 0 2% 2% 2%;
	text-align:center;
	background-size: 2px 2px;
	background-color: #3e431b;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
	background-image: linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
	background-color: #3e431b\9;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0 3px 3px 0 #000000;
	box-shadow: 0 3px 3px 0 #000000;
}
#bookingcontrolTop.SearchBox_Wrapper  {
	float: left;
	height: auto;
	width: 88%;
	margin: 0 4% 0;
	text-align:center;
	padding: 0 2% 1% 2%;
	background-color: #3e431b!important;

	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0 3px 3px 0 #000000;
	box-shadow: 0 3px 3px 0 #000000;
}
#quoteTitle {
	float:left; width:96%; height:auto; padding:12% 2% 2% 2%;
	color:#FFF; text-transform:uppercase; font-size:24px; font-weight:bold;
	border-left:1px dashed #b1b49d;
	border-right:1px dashed #b1b49d;
	border-bottom:1px dashed #b1b49d;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow:inset 0 8px 12px -10px #000000;
	box-shadow:inset 0 8px 12px -10px #000000;
	position:relative;
}
.MobileQuoteOpen {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:65px;
}
#quoteTitle span { float:left; width:100%; font-size:12px; }

#vehicleTabs {
	float: left;
	height: auto;
	width: 88%;
	margin:0;
	padding:0 6%;
}
#vehicleTabs li {
	float: left; list-style-type:none;
	color:#FFF;
	width:50%;
	margin-top:1px;
	cursor:pointer;
	text-transform:uppercase;

}
#vehicleTabs li span {
	float:left;
	width:100%;
	text-align:center;
	background:#000;
	opacity:.5;
	padding:8px 0;
	font-weight:bold;
	-webkit-box-shadow:inset 0 8px 10px -8px #000000;
	box-shadow:inset 0 8px 10px -8px #000000;
}
#vehicleTabs li span:hover { opacity:1; }
#vehicleTabs li span.TabSelected {
	opacity:1;
	background:#ee3124;
}

#bookingHolder { float:left; display:block; width:100%; }
.booking-form { float:left; width:88%; padding:0 6%; position:relative; }
.booking-form label { float:left; width:100%; padding:5px 0; color:#B1B499; font-size:16px; font-weight:bold; }

.booking-form #vehicleModel,
.booking-form #pickUpLoc,
.booking-form #dropOffLoc,
.booking-form #countrOfRes { width:100%; margin-bottom:10px; }

.booking-form #numberAdults { width:48%; margin-right:2%; float:left; margin-bottom:10px;}
.booking-form #numberChildren { width:48%; float:right; margin-bottom:10px; }

.pickupHalf { float:left; width:50%; margin-top:-10px; margin-bottom:10px; }
.pickupHalf label { font-size:12px; }
.pickupHalf #pickUpDate, .pickupHalf #dropOffDate { width:83%; float:left; }
.pickupHalf #pickUpTime, .pickupHalf #dropOffTime { width:98%; float:right; }

#searchButton {
	float:left;
	width:99%;
	padding:8px 0;
	border:1px solid #ec4539;
	background: #da291c; /* Old browsers */
	background: -moz-linear-gradient(top, #e15449 46%, #da291c 54%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,#e15449), color-stop(54%,#da291c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e15449 46%,#da291c 54%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e15449 46%,#da291c 54%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e15449 46%,#da291c 54%); /* IE10+ */
	background: linear-gradient(to bottom, #e15449 46%,#da291c 54%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e15449', endColorstr='#da291c',GradientType=0 ); /* IE6-9 */
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:22px;
	text-align:center;
	font-weight:bold;
	-webkit-box-shadow: 0 0 3px 2px #2c2c2c;
	box-shadow: 0 0 3px 2px #2c2c2c;
	margin:8px 0 20px 0;
}
#searchButton:hover {
	border:1px solid #a53028;
	background: #981d14; /* Old browsers */
	background: -moz-linear-gradient(top, #9d3b33 46%, #981d14 54%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,#9d3b33), color-stop(54%,#981d14)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9d3b33 46%,#981d14 54%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9d3b33 46%,#981d14 54%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9d3b33 46%,#981d14 54%); /* IE10+ */
	background: linear-gradient(to bottom, #9d3b33 46%,#981d14 54%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d3b33', endColorstr='#981d14',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:inset 1px 1px 3px 1px #2c2c2c;
	box-shadow:inset 1px 1px 3px 1px #2c2c2c;
}
.booking-form .spinner {
	bottom: 55px;
	display: inline-block;
	height: 16px;
	position: absolute;
	right: 20px;
	width: 16px;
}
.requiredBox {
	color: #FFFFFF;
	float: left;
	text-align: center;
	width: 100%;
	margin:10px 0;
	display:none;
}
.requiredBox .requiredBoxExample {
	background: none repeat scroll 0 0 #DF2720;
	border: 1px solid #1C1C1C;
	display: inline-block;
	height: 15px;
	position: relative;
	top: 4px;
	width: 15px;
}


#mightySlide {
	float: right;
	height: auto;
	position: relative;
	width: 750px;
	overflow:hidden;

}
#mightySlide .slideloading {
	background: #d8d4cb;
	height: 455px;
	left: 0;
	position: absolute;
	top: 0;
	width: 750px;
	z-index: 99999;
}
#mightySlide .slideloading .loadingani {
	background: url("../../SiteCollectionImages/Core/slideloader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	height: 50px;
	margin: 190px 0 0 340px;
	width: 50px;
}

#mightySpecial {
	float: right;
	margin:10px 0 0 0;
	height: 120px;
	width: 745px;
	position:relative;
	border: 4px solid #FFFFFF;
	box-shadow: 0 0 3px 2px #383838;
}

#AdContainer { float:left; width:100%; height:120px; overflow:hidden; position:relative; background:#EE3124; }

.specialContent {
	background: #EE3124;
	cursor: pointer;
	display: block;
	float: left;
	height: 120px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-decoration: none !important;
	width: 745px;
	top:120px;
	z-index:1;
}
.specialContent.adactive { z-index:2; }

.specialContent .pricepoint {
	color: #FFF;
	float: left;
	font-size: 56px;
	font-weight:thin;
	height: 88px;
	text-align: left;
	width: 55px;
	margin:20px 0 0 0px;
}
.specialContent .details {
	color: #FFFFFF;
	float: left;
	font-size: 18px;
	font-weight: bold;
	height: auto;
	line-height: 28px;
	text-align: center;
	width: 530px;
	padding:10px 0 0;
}
.specialContent .details span.big {
	font-size: 32px;
}

.specialContent .details span.small {
	font-size: 13px;
	margin-top: 10px;
}
.specialContent .footer {
	color: #FFFFFF;
	float: left;
	font-size: 10px;
	height: 20px;
	margin-top: 0px;
	text-align: center;
	width: 530px;
	padding:0 0 10px 0;
}
.specialContent .image {
	color: #FFF;
	float: right;
	height: 300px;
	width: 160px;
	background:#FFF;
	border-color: transparent transparent transparent #535126;
	border: 10px solid #535126;
	border-radius: 350px 0 0 350px;
	margin-top:-100px;
	margin-right:-20px;
}
.specialContent .image img { margin:100px 0 0 0; }

/**************************************************/
/*Specials table
/**************************************************/

table.promotions-table{
	border-collapse: collapse;
}

table.promotions-table td, th{
	border: 1px solid #C0C0C0;
	padding:4px;
	font-size:small;
	text-align:left;

}
table.promotions-table th{
	text-transform:uppercase;
	color:#333333;
}
table.promotions-table td.first{
	font-weight:bold;
	color:#444444;
}


/* ************************************************************************ */
/* Social/Competition stuff  */
/* ************************************************************************ */

#bookingSocial {
	box-shadow: 0 -8px 12px -10px #000000 inset;
	float: left;
	height: auto;
	margin-top: 15px;
	overflow: visible;
	width: 100%;
	z-index: 17;
	padding:0 0 30px 0;
}
.bookingSocial-container {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
.competition {
	float: left;
	height: auto;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 48%;
}
.comptitle, .socialtitles {
	float: left;
	height: 16px;
	margin-bottom: 34px;
	margin-top: 26px;
	width: 100%;
	border-bottom:1px solid #828282;
	text-align:center;
}
.comptitle a, .socialtitles a {
	display:inline-block;
	text-transform:uppercase;
	font-size:18px;
	padding:5px 15px;
	background:#D8D4CB;
	text-decoration:none;
	color:#828282;
}
.comptitle a:hover, .socialtitles a:hover { color:#3E431B; }

.comppic {
	float:left;
	color:#f7f9f9;
	margin:0% 5% 0 5%;
	width:90%;
	height:auto;
	background-color: #3e431b;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 3px 0 #000000;
	box-shadow: 0 0 3px 0 #000000;
	text-align:center;
}
.comppic span.container {
	float:left;
	margin:1%;
	width:88%;
	padding:0 5% 5%;
	height:auto;
	border:1px dashed #B1B49D;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.comppic .info {
	float:left;
	width:100%;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	font-style:italic;
}
.comppic .info img { max-width:100%; height:auto; }
.comppic .intro {
	font-size: 14px;
	font-style:italic;
	line-height: 18px;
	margin: 10px 0 8px;
	padding: 0 !important;
	color:#FFF!important;
}
.compwinners {
	display: block;
	float: left;
	height: auto;
	margin-top: 4px;
	padding: 0;
	position: relative;
	width: 100%;
}
.comptab {
	background: #dc2015;
	color: #FFFFFF !important;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	left: 33%;
	overflow: hidden;
	padding: 10px 15px 5px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: -5px;
	transition: all 0.2s ease-in-out 0s;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 8px 12px -10px #000000 inset;
}
.comptab:hover { background:#79100a; padding-top:15px; }

.compwinners {
	display: block;
	float: left;
	height: auto;
	margin-top: 4px;
	padding: 0;
	position: relative;
	width: 100%;
}
.compwinnerTab {
	background: #b3aea8;
	color: #FFFFFF !important;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 46%;
	margin:15px 2% 2% 2%;
	-webkit-box-shadow: 0 8px 12px -10px #000000;
	box-shadow: 0 8px 12px -10px #000000;
}
.compwinnerTab:hover {
	-webkit-box-shadow:none; box-shadow:none; background:#928e88;
}
.compwinnerTab .winner {
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF !important;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-style: italic;
	margin: 10px 2% 5px;
	padding-bottom: 3px;
	text-align: center;
	text-transform: none;
	width: 96%;
}

.compwinnerTab span {
	color: #FFFFFF !important;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	text-decoration: none;
	padding-bottom:10px;
	float:left;
	width:100%;
	text-align:center;
}

.socialarea {
	float: right;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 48%;
}
.pagingshadow {
	height: 243px;
	overflow: hidden;
	position: absolute;
	left: -12px;
	top: 0;
	width: 7px;
	z-index: 101;
}
.socialarea .socialchanger {
	float: left;
	height: auto;
	position: relative;
	width: 100%;
}
.socialbox {
	float: right;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 96%;
}
.image_reel { float:left; width:200%; }
.image_reel div.twitter, .image_reel div.blog { float:left; width:50%; }
.paging {
	height: 178px;
	overflow: hidden;
	padding-top: 70px;
	position: absolute;
	left: -11px;
	top: 0;
	width: 47px;
	z-index: 100;
}
.paging div {
	cursor: pointer;
	float: left;
	height: 47px;
	width: 47px;
	margin-left:-18px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.paging div:hover, .paging div.active { margin-left:-10px; }

#blogpostsContainer{ float:left; width:100%; margin:-26px 0 0 0; padding:0; }
#blogpostsContainer .ms-webpart-zone,
#blogpostsContainer .ms-webpart-zone .ms-webpart-cell-vertical,
#blogpostsContainer .ms-webpart-zone .ms-webpart-cell-vertical .ms-webpart-chrome-vertical {
	display:block;
}

.blog ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.blog ul li { list-style-type:none; float:left; width:50%; }
.blogpost {
	display: block;
	min-height: 205px;
	margin: 4%;
	overflow: hidden;
	position: relative;
	width: 92%;
}
.blogpost h2 {
	clear: both;
	float: left;
	font-size: 1em;
	line-height: 1.6em;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 10;
}

.blogpost h2 a {
	background: #524D02;
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 10;
}
.blogpost h2 a:hover { background:#FFF; color:#524D02; }

.blogpost .blogpostImg {
	background: none repeat scroll 0 0 #EFEFEF;
	display: block;
	float: left;
	height: 100px;
	margin-bottom: 5px;
	margin-top: -12px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.blogpost .blogpostImg .image { margin-left: -10px;  margin-top: -30px; }
.blogpost .blogpostText {
	color: #4A4A4A;
	display: inline;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-top: 0;
}
.blogpost a.more {
	color: #524D02;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 4px;
	text-decoration: none;
	text-transform: uppercase;
} .blogpost a.more:hover { text-decoration:underline; }

#aboutMighty {
	float:left;
	height: auto;
	width: 100%;
	background-color: #3e431b;
	border-bottom:1px dashed #EE3124;
}
.aboutMighty-container {
	width:1000px;
	margin:0 auto;
	background: #EEE5D3;
	height: auto;
	margin: 20px auto;
	position: relative;
	padding:5px;
	width: 940px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 3px 0 #000000;
	box-shadow: 0 0 3px 0 #000000;
}
.about-line {
	float:left;
	width:90%;
	height:auto;
	border:1px dashed #DC2015;
	padding:5%;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#aboutMighty h1 { float:left; width:100%; text-align:center; margin:0; padding:0; color:#534d03; font-size:48px; text-transform:uppercase; }
#aboutMighty h2 { float:left; width:100%; text-align:center; margin:0 0 40px 0; padding:0; color:#534d03; font-size:22px; text-transform:uppercase; }
.aboutMighty-items {
	float: left;
	min-height: 195px;
	margin: 0 0 20px 0;
	padding: 0;
	width: 50%;
}
.aboutMighty-items .aboutleft {
	float: left;
	padding-top: 5px;
	width: 24%;
}
.aboutMighty-items .aboutleft img { width:100%; height:auto; }

.aboutMighty-items .aboutright {
	float: right;
	text-align: left;
	width: 71%;
	padding-right:2%;
}
.aboutMighty-items span.items {
	color: #524D02;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

.aboutMighty-items p {
	color: #4A4A4A;
	float: left;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	width: 100%;
}

.groupheader {
	background: #ccc0aa;
	color: #524D02;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: 19px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-left: 2%;
	padding-top: 10px;
	text-decoration: none;
	text-transform: uppercase;
	width: 98%;
	font-weight:bold;
	box-shadow:-2px 2px 0 2px #9A9180;
}
.groupheader:hover {
	box-shadow:0px 0px 0 0px #9A9180;
	background:#9A9180;
	color:#FFF;
}
.hidden {
	display: none;
}
.hidden.active {
	display: block;
}
ul.active .question_closed {
	display: block;
}
.question_closed {
	background: url("../../SiteCollectionImages/core/popup/plus.jpg") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
	color: #524D02 !important;
	float: left;
	font-size: 1.15em;
	line-height: 1.2em;
	margin: 0 0 10px 6%;
	padding-left: 20px;
	text-decoration: none;
	width: 86%;
}
.question_closed:hover {
	text-decoration:underline;
}
.question_closed.active {
	background: url("../../SiteCollectionImages/core/popup/minus.jpg") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
	text-decoration: underline;
}
.question_closed.active:hover {
	text-decoration:none;
}
.answer {
	float: left;
	margin: 0;
	padding: 0 0 15px;
}
.answer {
	display: none;
}
.answer.active {
	display:block;
}
.answer p {
	font-size: 1.15em;
	margin-left: 12%;
	width: 88%;
}
.answer ul {
	float:left!important;	 margin-left: 12%!important;
	width: 88%!important;
}
.answer ul li {
	list-style-type:square!important; padding:5px 0 0!important; }


/* ****************************************************************************************************** DEFAULT */
/* ****************************************************************************************************** DEFAULT */
/* ****************************************************************************************************** DEFAULT */
/* ****************************************************************************************************** DEFAULT */
/* ****************************************************************************************************** DEFAULT */
/* ****************************************************************************************************** DEFAULT */
/* ****************************************************************************************************** DEFAULT */
/* ****************************************************************************************************** DEFAULT */

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.star {
	list-style: none;
	margin: 0px;
	padding: 0px;
	clear:both;
	width:100%;
}
ul.star li {
	padding: 0px;
	padding-bottom: 8px !important;
	font-size: 14px;
	color: #333;
	line-height: 1.5em !important;
	background: url("../../SiteCollectionImages/core/star.png") no-repeat scroll 0px 7px transparent !important;
	padding-left: 18px !important;
	clear:both;
}
ul.star li a {
	color: #524d02 !important;
	font-size: 14px;
	display: inline;
	text-decoration:none;
}
ul.star li a:hover { text-decoration:underline; }

ul.star>li>ul{
	width:auto;
}


#outerwrap {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

#leftcol {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 241px;
}
#mainContent {
	float: left;
	width: 755px;
}
#mainContentFullWidth {
	float: left;
	width: 1000px;
}

#breadcrumbs {
	color: #524D02;
	float: left;
	font-size: 12px;
	height: 20px;
	margin: 10px 0px 10px 10px;
	text-transform: uppercase;
	width: 545px;
}

#right {
	float: right;
	margin: 0;
	padding-bottom: 52px;
	padding-top: 30px;
	width: 175px;
}

.addthisBox {
	float:left; width:100%; padding:20px 0;
}

.addthisBox a{
	margin-bottom:4px;
}

#main {
	float: left;
	margin-left: 0;
	padding:10px 10px 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	position: relative;
	width: 545px;
}
#mainFull {
	float: left;
	margin-left: 0;
	padding:10px 10px 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	position: relative;
	width: 735px;

}

#centercol {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#mainContent ul li, #centercol ul li {
	margin-bottom: 8px;
}
.campervan {
	background: #cbbfa9;
	clear: both;
	height: auto;
	display:table;
	margin-bottom: 20px;
	padding: 2%;
	position: relative;
	width: 96%;
	-webkit-box-shadow: -2px 2px 0 2px #9a9180;
	box-shadow: -2px 2px 0 2px #9a9180;
}
.check {
	color: #534E02;
	display: block;
	height: 29px;
	margin: 0;
	position: relative;
	vertical-align: baseline;
	width: 100%;
}
.campervan .check h2 {
	color: #534E02;
	display: block;
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.campervan .check h2 a {
	color: #534E02;
	text-decoration: none;
}
.campervan .check h2 a:hover { text-decoration:underline; }

.van_desc {
	display: block;
	float: left;
	margin-top: 8px;
	width: 50%;
}
.booking-panel {
	float:left;
	width:100%;
}
.van_image {
	display: block;
	float: right;
	margin-top: 8px;
	width: 50%;
}
.van_image img { float:right; /*width:90%;*/ height:auto; }

.rollupBC, .rollupBC:visited {
	background: #e15449; /* Old browsers */
	background: -moz-linear-gradient(top, #e15449 46%, #da291c 54%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,#e15449), color-stop(54%,#da291c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e15449 46%,#da291c 54%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e15449 46%,#da291c 54%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e15449 46%,#da291c 54%); /* IE10+ */
	background: linear-gradient(to bottom, #e15449 46%,#da291c 54%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e15449', endColorstr='#da291c',GradientType=0 ); /* IE6-9 */
	border: 1px solid #EC4539;
	box-shadow: 0 0 2px 1px #2C2C2C;
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding: 4px 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom:10px;
	display:inline-block;
}
.rollupBC:hover {

	background: #9d3b33; /* Old browsers */
	background: -moz-linear-gradient(top, #9d3b33 46%, #981d14 54%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,#9d3b33), color-stop(54%,#981d14)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9d3b33 46%,#981d14 54%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9d3b33 46%,#981d14 54%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9d3b33 46%,#981d14 54%); /* IE10+ */
	background: linear-gradient(to bottom, #9d3b33 46%,#981d14 54%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d3b33', endColorstr='#981d14',GradientType=0 ); /* IE6-9 */
	border: 1px solid #A53028;
	box-shadow: 1px 1px 3px 1px #2C2C2C inset;
}
.van_desc p, a.moreinfo { width:100%; float:left; font-size:14px; }

.swapbuttons {
	display: block;
	font-size: 12px;
	height: 23px;
	float:right;
	text-align: right;
	text-transform: uppercase;
	width:100%;
}

.swapbuttons a.active {
	color: #000000 !important; text-decoration:none;
}
.check img {
	float: right;
}

#right .options a {
	float:left;
	background: #CBBFA9;
	box-shadow: -2px 2px 0 2px #9A9180;
	color: #333333;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	margin: 5px 0;
	overflow: hidden;
	padding-left: 5%;
	text-decoration: none;
	width: 95%;
}
#right .options a:hover { box-shadow:none; }

#sidebarstuff {
	cursor: pointer;
	float: left;
	margin-left: 8%;
	margin-top: 1px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 84%;

}
.leftsocial {
	float: left;
	padding:10% 5% 5%;
	text-align:center;
	text-transform:uppercase; font-size:18px; color:#4a4a4a; text-shadow: 0 1px 0 #FFFFFF; font-weight:bold;
	width: 90%;
	-webkit-box-shadow:inset 0 8px 12px -10px #000000;
	box-shadow:inset 0 8px 12px -10px #000000;
}
.leftawards {
	text-align:center;
}
.leftsocial2 {
	float: left;
	margin-bottom: 0;
	padding-bottom: 25px;
	width: 100%;
	text-align:center;
}
.leftsocial2 .fb {
	display:inline-block;
	height: 20px;
	overflow: hidden;
	width: 99px;
	clear:both;
	margin:0 5%;
}
.leftsocial2 .fb img:hover {
	margin-left: -99px;
	transition: all 0.2s ease-in-out 0s;
}
.leftsocial2 .tw {
	display:inline-block;
	height: 20px;
	margin-top: 8px;
	overflow: hidden;
	width: 97px;
	clear:both;
}
.leftsocial2 .tw img {
	margin-left: 0;
	transition: all 0.2s ease-in-out 0s;
}
.leftsocial2 .tw img:hover {
	margin-left: -97px;
	transition: all 0.2s ease-in-out 0s;
}

#right table { float:left; }

#right .compare {
	float:left;
	width:100%;
	margin:30px 0;
	background-size: 2px 2px;
	background-color: #3e431b;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
	background-image: linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
	background-color: #3e431b\9;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 3px 0 #000000;
	box-shadow: 0 3px 3px 0 #000000;
}
#right .compare .comparetop {
	float:left;
	width:96%;
	margin:2%;
	border:1px dashed #EE3124;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#right .compare .comparetop .content {
	float:left;
	width:90%;
	padding:10px 5%;
}
#right .compare .content h2 {
	color: #FFFFFF !important;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
#right .compare .content p {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 5px 0 10px;
	padding: 0;
	line-height:12px;
	text-align: left;
	width: 100%;
}

#right .compare .content p a:link {
	color: #CBBFA9;
}

#right .compare .content p a:visited  {
	color: #CBBFA9;
}

#right .compare .content p a:hover  {
	color: #9A9180;
}

#right .compare .content p a:active  {
	color: #9A9180;
}

#right #compare {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
}

#right #compare .inactive {
	clear: left;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
}
#right #compare .active {
	clear: left;
	display: block;
}#right #compare .checkit {
	 display: block;
	 float: left;
	 padding-top: 10px;
	 width: 20px;
 }
#right #compare .label {
	float: left;
	padding: 14px 4px 4px 2px;
}
#compare .image {
	background: #FFFFFF;
	clear: left;
	display: block;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
#right #compare .inactive .image {
	clear: left;
	display: none;
}
#right .comparedcampervans {
	background: #e15449; /* Old browsers */
	background: -moz-linear-gradient(top, #e15449 46%, #da291c 54%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,#e15449), color-stop(54%,#da291c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e15449 46%,#da291c 54%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e15449 46%,#da291c 54%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e15449 46%,#da291c 54%); /* IE10+ */
	background: linear-gradient(to bottom, #e15449 46%,#da291c 54%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e15449', endColorstr='#da291c',GradientType=0 ); /* IE6-9 */
	border: 1px solid #EC4539;
	box-shadow: 0 0 2px 1px #2C2C2C;
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 4px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width:100%;
}
#right .comparedcampervans:hover {
	background: #9d3b33; /* Old browsers */
	background: -moz-linear-gradient(top, #9d3b33 46%, #981d14 54%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,#9d3b33), color-stop(54%,#981d14)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9d3b33 46%,#981d14 54%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9d3b33 46%,#981d14 54%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9d3b33 46%,#981d14 54%); /* IE10+ */
	background: linear-gradient(to bottom, #9d3b33 46%,#981d14 54%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d3b33', endColorstr='#981d14',GradientType=0 ); /* IE6-9 */
	border: 1px solid #A53028;
	box-shadow: 1px 1px 3px 1px #2C2C2C inset;
}
.detail_icons {
	float: left;
	margin: 0 0 15px;
	position: relative;
	width: 100%;
}

.people_icon_mid {
	display: block;
	float: left;
	height: 28px;
	margin-right: 5px;
	padding-top: 9px;
}
.veh-icons {
	float: left;
	height: 32px;
	padding-top: 5px;
	text-align: center;
}
#vehicleCodePlaceholder {
	height: 0;
	visibility: hidden;
	width: 0;
}
.specs-icons {
	float: left;
	font-size: 14px;
	height: 32px;
	margin-right:20px;
	margin-left: 5px;
	padding-top: 9px;
	text-align: center;
}
a.availability {
	float:right;
	background: #e15449; /* Old browsers */
	background: -moz-linear-gradient(top, #e15449 46%, #da291c 54%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,#e15449), color-stop(54%,#da291c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e15449 46%,#da291c 54%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e15449 46%,#da291c 54%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e15449 46%,#da291c 54%); /* IE10+ */
	background: linear-gradient(to bottom, #e15449 46%,#da291c 54%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e15449', endColorstr='#da291c',GradientType=0 ); /* IE6-9 */    border: 1px solid #EC4539;
	box-shadow: 0 0 2px 1px #2C2C2C;
	color: #FFFFFF;

	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
a.availability:hover {
	background: #9d3b33; /* Old browsers */
	background: -moz-linear-gradient(top, #9d3b33 46%, #981d14 54%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,#9d3b33), color-stop(54%,#981d14)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9d3b33 46%,#981d14 54%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9d3b33 46%,#981d14 54%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9d3b33 46%,#981d14 54%); /* IE10+ */
	background: linear-gradient(to bottom, #9d3b33 46%,#981d14 54%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d3b33', endColorstr='#981d14',GradientType=0 ); /* IE6-9 */
	border: 1px solid #A53028;
	box-shadow: 1px 1px 3px 1px #2C2C2C inset;
}
.camper {
	display: block;
	float: left;
	/* max-height: 370px;
    margin-bottom: 25px; */
	width: 100%;
}
.camper #imgNormal { width:90%; height:auto; }
.camper_chg_view {
	cursor: pointer;
	display: block;
	float: left;
	height: 70px;
	width: 100%;
	text-align:center;
	position:relative;
}
.camper_chg_view_right { display:inline-block; height:42px; }
.camper_chg_view_left {
	color: #000;
	position:relative;
	top:-12px;
	display:inline-block;
	font-size: 13px;
	font-weight:bold;
	height: 42px;
	line-height:42px;
	padding-left: 8px;
	padding-top: 4px;
	text-transform: uppercase;
	text-align:center;
}
.camper_chg_view_left:hover { text-decoration:underline; }

.campervandetails {
	background: none repeat scroll 0 0 #CBBFA9;
	box-shadow: -2px 2px 0 2px #9A9180;
	clear: both;
	display: table;
	height: auto;
	margin-bottom: 20px;
	padding: 2%;
	position: relative;
	width: 96%;
}
.campervandetails .layouts { float:left; width:100%; }
.campervandetails .layouts .layout { float:left; width:50%; text-align:center; font-weight:bold; }
.layout_image { width:100%; display:inline-block; }
.campervandetails .layouts .layout img { width:80%; height:auto; }
.layout_text { font-size:11px; float:left; width:100%; text-transform:uppercase; text-decoration:none; margin-top:15px; }
.layout_text:hover { text-decoration:underline; }

#main .spectable {
	float:left;
	display: block;
	font-size: 14px;
	padding: 2%;
	width: 96%;
}
.jump {
	color: #D7D3CA;
	height: 1px;
	width: 1px;
}


#main .spectable .column {
	display: block;
	float: left;
	margin-bottom: 15px;
	margin-right: 2%;
	width: 48%;
	clear:both;
}
#main .spectable .columnright {
	display: block;
	float: right;
	margin-right: 0;
	width: 48%;
}
#main .tbheader {
	border-bottom: 2px solid #524D02;
	color: #524D02;
	display: block;
	font-weight: bold;
	margin-top: 20px;
	padding: 0 0 8px;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
}
#main .spectable .column table, #main .spectable .columnright table {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
#main .spectable .column table tr td.field, #main .spectable .columnright table tr td.field {
	color: #4A4A4A;
	width: 45%;
}
#main .spectable .column table tr td, #main .spectable .columnright table tr td {
	border-bottom: 1px solid #908E8A;
	font-size: 12px;
	padding: 10px 5px;
	vertical-align: top;
}

.cardetails {
	display: block;
	float: left;
	margin-top: 20px;
	padding: 0;
	position: relative;
	width: 100%;
}
.carImage {
	float: left;
	padding: 0;
	width: 50%;
}
.carImage img { width:90%; }
.carList {
	float: right;
	margin: 0;
	padding: 0;
	width: 50%;
}
.carList ul {
	line-height: 1.6em;
	margin: 0;
}
.carList ul li {
	margin-bottom:8px;
	list-style-type:square;
	margin-left:25px;
}

#map {
	height: 380px;
	width: 100%;
}
#branch-dir {
	font-size: 1.2em;
	margin-top: 20px;
}
#branch-dir h2 {
	color: #524D02;
	margin: 0 0 10px 4px;
	padding: 0;
	text-align: left;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#branch-dir p.directions {
	border-bottom: 1px solid #999999;
	padding-bottom: 20px;
	float:left;
}
#branch-dir span {
	padding: 0 5px; margin:0 0 15px; float:left; width:40%;
}
input#sourceDest {
	width: 55%;
	margin:0 0 15px;
}
select#branchSelector {
	width:55%;
	margin:0 0 15px;
	float:left;
}
.dfwp-column {
	margin-left:0;
}
#branch-dir h2 {
	color: #524D02;
	margin: 0 0 10px 4px;
	padding: 0;
	text-align: left;
	width: 100%;
}
#branch-dir span#getDirections {
	float:left;
	width:auto;
	margin-top:15px;
	background: none repeat scroll 0 0 #DF2720;
	border-radius: 3px;
	color: #FFFFFF !important;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#branch-dir span#getDirections:hover {
	background: none repeat scroll 0 0 #AA1E19;
	box-shadow: 0 0 3px 1px #000000 inset;
}
.rollupTitleBackground {
	border-bottom: 2px dotted #524D02;
	display: block;
	padding-bottom: 2px;
	vertical-align: baseline;
	width: 100%;
	float:left;
}
.rollupTitleBackground h2 {
	width:70%; float:left;
}
.genericRollup { float:left; margin:0 0 30px; width:100%; }

.genericRollup a.moreinfoBranch {
	color: #524D02;
	float: right;
	font-size: 0.8em;
	text-align: center;
	text-decoration: underline;
	width: 80px;
	margin-top:2px;
}
.genericRollup .rollupTitleBackground h2 a {
	color: #524D02;
	display: block;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	margin: -10px 0 0 5px;
	text-transform: uppercase;
}
.rollupDesc {
	display: block;
	float: left;
	margin: 5px 5px 0;
}
.rollupDesc p {
	float: left;
}

#dir-panel {
	font-size: 0.85em;
	padding: 15px;
	float:left;
}
table.adp-directions {
	margin: 15px 0;
	width: 100%;
	float:left;
}
.adp, .adp table, .adp-list {
	float:left; width:100%;
}
.adp-summary {
	color: #000000;
	font-weight: bold;
	margin-top: 20px;
}


.branchLocation .title {
	border-bottom: 1px dotted #99907F;
	color: #534E02;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 0;
	padding-top: 15px;
	width: 100%;
}

.blogAuthorDate, .blogTags {
	color: #4A4A4A;
	float: left;
	font-size: 0.75em;
	font-weight: bold;
	margin: -5px 0 10px;
	width: 100%;
}
.blogAuthorName, .postDate, .tags {
	color: #534E02;
	display: inline;
	font-weight: normal;
}

#centercol ul,
#mainFull ul {
	margin:0; padding:0; float:left; list-style-type:none;
}

table#vcompTable .vcompHeadRow .rollupBC {
	float:none;
}

/* before oyu arrive box **/
.arrivalbox {
	border: 2px solid #524D00;
	float: left;
	margin-bottom: 10px;
	position: relative;
	width: 99%;
}
.arrivalbox .title {
	background: none repeat scroll 0 0 #524D00;
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.arrivalbox .container {
	float: left;
	padding: 2%;
	position: relative;
	width:96%;
}
.arrivalbox .container a.row {
	background: none repeat scroll 0 0 #BCBA9B;
	color: #000000 !important;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
	z-index: 10;
	margin-bottom:10px;
}
.arrivalbox .container a.row:last-child { margin-bottom:0; }

.number {
	background: none repeat scroll 0 0 #524D00;
	float: left;
	height: 40px;
	width: 40px;
}
.number .circle {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 13px 13px 13px 13px;
	color: #524D00;
	float: left;
	font-size: 18px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin: 7px;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	width: 26px;
}
.textrow {
	float: left;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 5px 0 0 10px;
	transition: all 0.3s ease-in-out 0s;
}
.arrivalbox .container a.row:hover .circle {
	background: none repeat scroll 0 0 #524D00;
	color: #E5E4D2;
}
.arrivalbox .container a.row:hover .textrow {
	color: #000000;
}
.arrivalbox .container a.row:hover {
	background: none repeat scroll 0 0 #E5E4D2;
}


table.Contactpage {
	border-collapse: collapse;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	width: 100%;
}
table.Contactpage .darkshade {
	background-color: #6D6A40;
	color: #FFFFFF;
}

table.Contactpage th, .Contactpage td {
	border: 1px solid #524D02;
	padding: 10px;
}

table.Contactpage .lightshade {
	background-color: #D8D8D1;
}
table.Contactpage th, .Contactpage td {
	border: 1px solid #524D02;
	padding: 10px;
}

#centercol iframe {
	width:100%!important;
}
table.StandardIn {
	border: 1px solid #524D02;
	border-collapse: collapse;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}
table.StandardIn th {
	color: #000000;
	font-weight: normal;
}
table.StandardIn th, .StandardIn td {
	border: 1px solid #524D02;
	padding: 4px;
}
table.StandardIn td strong {
	font-weight: bold;
}
table.StandardIn .centred {
	text-align: center;
}
table.StandardIn .lightshade {
	background-color: #D8D8D1;
}
table.StandardIn .divider {
	color: #524D02;
	font-weight: bold;
	padding: 6px 3px;
}
table.StandardIn .darkshade {
	background-color: #6D6A40;
	color: #FFFFFF;
}



/**************************************************/
/*Liability table
/**************************************************/

.liability-table td {
	padding: 10px;
	border-left:none!important;
	border-right:none!important;
	vertical-align: top;
}


.liability-table th{
	text-align:left;
	font-size: 14px;
	line-height:16px;
}



.liability-table tr.liability-pack td{
	font-size:16px;
}

td.darkshade{
	background:#f2ba8c;
}

td.darkshade2 {
	background:#d9d9d9;
}

td.darkshade3 {
	background:#a6a6a6;
}

td.lightshade2{
	background-color:#dbd8bd;
}

td.lightshade3{
	background-color:#e4e2ce;
}

.liability-table .text1{
	font-size:14px;
	line-height:16px;
	vertical-align:top

}

.liability-table .text2{
	font-size:14px;
	line-height:16px;
	vertical-align:top;
}

.liability-table .text3{
	font-size:16px;
}

.liability-table .text2 small{
	font-size:10px;
	line-height:12px;
}


.liability-table td > p {
	margin-bottom: 0;
	font-size:12px;
	line-height:14px;
	margin-top: 4px !important;
	margin-bottom: 0px !important;
	clear: both;
	float: left;

}






.liability-table td ul.star.style2 {
	padding-bottom: 6px;
	padding-top: 0;

}

.liability-table td ul.star.style2 > li {
	padding-bottom: 0 !important;
	font-size:12px;

	float: left;
	clear: both;
}




/* ****************************************************************************************************** DATE PICKER */
/* ****************************************************************************************************** DATE PICKER */
/* ****************************************************************************************************** DATE PICKER */
/* ****************************************************************************************************** DATE PICKER */
/* ****************************************************************************************************** DATE PICKER */
/* ****************************************************************************************************** DATE PICKER */

#pickUpLoc.required, #dropOffLoc.required, #pickUpDate.required, #dropOffDate.required, #countrOfRes.required {
	background: none repeat scroll 0 0 #DF2720;
	border: 1px solid #1C1C1C;
	color: #FFFFFF;
}

table th {
	color: #FFFFFF;
	text-transform: uppercase;
}

.ui-datepicker {
	background: url("/SiteCollectionImages/booking/calbg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px dashed #DF2720;
	box-shadow: 0 0 5px 2px #000000;
	font-family: Arial,Helvetica,sans-serif !important;
	font-size: 13px;
	padding: 0.2em 0.2em 0;
	z-index: 99999 !important;
}
.ui-widget-header {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
}
.ui-datepicker-year, .ui-datepicker .ui-datepicker-title {
	color: #FFFFFF;
}
.ui-widget-header .ui-icon {
	background: url("/SiteCollectionImages/booking/arrows.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ui-icon.ui-icon-circle-triangle-e {
	background-position: -16px 0;
}
.ui-icon.ui-icon-circle-triangle-w {
	background-position: 0 0;
}
.ui-datepicker-header .ui-state-hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	cursor: pointer;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: none repeat scroll 0 0 #DF2720;
	border: 1px solid #DF2720;
	color: #FFFFFF;
}
.ui-datepicker-current-day .ui-state-default {
	background: none repeat scroll 0 0 #DF2720;
	border: 1px solid #DF2720;
	color: #FFFFFF;
}

/*promocode-box*/
.promocode{
	font-weight: bold;
	font-size: inherit;
	text-transform: uppercase;
	width: 95%;
	padding: 0px;
}
}
#promoCodeTxt{
	margin-top: 0px;
	padding:0px;
	text-transform: uppercase;

}



/* ****************************************************************************************************** FOOTER */
/* ****************************************************************************************************** FOOTER */
/* ****************************************************************************************************** FOOTER */
/* ****************************************************************************************************** FOOTER */
/* ****************************************************************************************************** FOOTER */
/* ****************************************************************************************************** FOOTER */
/* ****************************************************************************************************** FOOTER */
/* ****************************************************************************************************** FOOTER */


#footer-container {
	background: #EE3124;
	float: left;
	height: auto;
	width: 100%;
}
#footermenu {
	margin:0;
	padding:0;
	width:100%;
	background:#EE3124;
	display:table;
}
#footer {
	margin:0 auto;
	width:1000px;
	padding:0;
}
#footer ul {
	list-style: none outside none;
	margin: 0;
	width: 1000px;
	padding:0;
	float:left;
}
#footer li {
	float: left;
	margin: 0px;
	padding: 0;
	width:16.6%;
}
#footer li a {
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 18px 0 18px;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	border-left:1px solid #EE3124;
	border-right:1px solid #EE3124;
	border-top:1px solid #EE3124;
	border-bottom:1px solid #EE3124;
	color:#FFF;
}
#footer li a:hover { background:#C5281D; color:#FFF; border-color:#C5281D;}

#footerDetails { background:#EE3124; box-shadow: 0 8px 12px -10px #000000 inset;  }

#footerLinks {
	height: auto;
	margin: 0 auto;
	width: 1000px;
	display:table;
}


.footer-seethemighty {
	float: left;
	height: auto;
	margin-left: 0;
	padding: 30px 0;
	width: 50%;
	text-align:center;
}

.footer-search-social {
	float: left;
	height: auto;
	margin-left: 0;
	padding-top: 32px;
	width: 50%;
}
.footer-social {
	float: left;
	height: 45px;
	padding-top: 24px;
}

.footer-social-box {
	background: #c5281d;
	float: left;
	height: 41px;
	margin-right: 3px;
	overflow: hidden;
	padding: 2px;
	width: 41px;
}
.footer-social-box .socialbox-footer {
	float: left;
	height: 41px;
	overflow: hidden;
	width: 41px;

}
.footer-social-box .socialbox-footer a img {
	margin-top: 0;
	transition: all 0.2s ease-in-out 0s;
}
.footer-social-box .socialbox-footer a img:hover {
	margin-top:-41px;
}
.searchfooter {
	background: url("../../SiteCollectionImages/Core/footersearchbg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	height: 55px;
	margin: 19px 0 0 15px;
	padding: 0;
	position: relative;
	width: 193px;
}
.searchfooter .searchInput {
	background: none repeat scroll 0 center rgba(0, 0, 0, 0);
	border: medium none !important;
	box-shadow: none !important;
	color: #ABABAB;
	font-family: "Courier New",Courier,monospace;
	font-size: 16px;
	font-style: italic;
	height: 35px;
	left: 15px;
	line-height: 35px;
	padding: 0;
	position: absolute;
	text-align: left;
	text-indent: 2px;
	text-transform: none;
	top: 16px;
	width: 175px;
}
.ms-srch-sb > input {
	width: 128px;
}

.tqualFooter { float:right; margin-top:30px; margin-right:10px; }
.footercopy {
	color: #272727;
	float: left;
	font-size: 11px;
	height: auto;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.footercopy a { color:#272727; font-size:11px!important; }


#footerWrap {
	width: 100%;
	height: 58px;
	float:left;
	background-color: #080808;
	background-image: linear-gradient(to bottom, #303030, #080808);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#303030), to(#080808));
	background-image: -webkit-linear-gradient(top, #303030, #080808);
	background-image:    -moz-linear-gradient(top, #303030, #080808);
	background-image:     -ms-linear-gradient(top, #303030, #080808);
	background-image:      -o-linear-gradient(top, #303030, #080808);
	background-repeat:repeat-x;

	border-top:1px solid #424242;
	border-bottom:1px solid #373737;
}

#footerWrap .body {
	margin: 0 auto;
	width: 980px;
	/*height: 58px;*/
}

#footerWrap .body a.thl-logo {
	float: left;
	display: block;
	width: 95px;
	height: 58px;
	border-right:1px solid #373737;
	background-color: #080808;
	background-image: linear-gradient(to bottom, #303030, #080808);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#303030), to(#080808));
	background-image: -webkit-linear-gradient(top, #303030, #080808);
	background-image:    -moz-linear-gradient(top, #303030, #080808);
	background-image:     -ms-linear-gradient(top, #303030, #080808);
	background-image:      -o-linear-gradient(top, #303030, #080808);
	background-repeat:repeat-x;
}

#footerWrap .body a.thl-logo:hover {background:none;}

#footerWrap .body a.thl-logo span.thl {
	background: transparent url('../../SiteCollectionImages/Core/footer_logos.png') no-repeat;
	background-position: -16px 0px;width: 95px;
	height: 58px;
}

#footerWrap .body a.thllogos {
	float: left;
	display: block;
	width: 95px;
	height: 58px;
	border-right:1px solid #373737;
	background-color: #080808;
	background-image: linear-gradient(to bottom, #303030, #080808);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#303030), to(#080808));
	background-image: -webkit-linear-gradient(top, #303030, #080808);
	background-image:    -moz-linear-gradient(top, #303030, #080808);
	background-image:     -ms-linear-gradient(top, #303030, #080808);
	background-image:      -o-linear-gradient(top, #303030, #080808);
	background-repeat:repeat-x;
}
#footerWrap .body a:hover { background-color:#000; background-image:none; }
#footerWrap .body a.thllogos span {
	background: transparent url('../../SiteCollectionImages/Core/footer_logos.png') no-repeat;
	width: 95px;
	height: 58px;
}


#footerWrap .body a.thllogos span.kea { background-position: -101px 0px; }
#footerWrap .body a.thllogos span.maui { background-position: -187px 0px; }
#footerWrap .body a.thllogos span.britz { background-position: -276px 0px; }
#footerWrap .body a.thllogos span.united { background-position: -360px 0px; }
#footerWrap .body a.thllogos span.alpha { background-position: -445px 0px; }
#footerWrap .body a.thllogos span.mighty { background-position: -534px 0px; }
#footerWrap .body a.thllogos span.econo { background-position: -620px 0px; Display: none;}
#footerWrap .body a.thllogos span.el-monte {background: transparent url('../../SiteCollectionImages/Core/footer-logo-el-monte.png') no-repeat center center; }
#footerWrap .body a.thllogos span.just-go { background-position: -806px 0px; }
#footerWrap .body a.thllogos span.mighway { background-position: -899px 0px; }
#footerWrap .body a.thllogos span.kea-logo { opacity: 0.6; background: url('https://res.cloudinary.com/thl/image/upload/w_30/v1583980382/kea-au/footer-kea.png') no-repeat center center ;}
#footerWrap .body a.thllogos span.rvsc-logo { opacity: 1; background: url('https://res.cloudinary.com/thl/image/upload/v1584051755/rvsc/footer-rv-supercentre.png') no-repeat center center ;}


#footerWrap .body span, #footerWrap .body ul ,#footerWrap .body li {
	float: left; list-style-type:none; margin:0; padding:0;
}

#footerWrap .body span.privacy {
	font-size: 0.7em;
	color: #959595;
	margin-left: 10px;
	margin-top:23px;
}

#footerWrap .body span.privacy a {
	color:#FFF;
	background-color:transparent;
}

#footerWrap .body span.privacy a:hover {
	text-decoration:none;
	background-color:transparent;
	text-decoration:none;
}
/**** SPECIALS ROLLUP *****/
/**** *************************************************************** ***/

.AdRollup .van_image img { border:3px solid #d8d4cb !important; }
.AdButton {
	border: 1px solid #EC4539;
	box-shadow: 0 0 3px 2px #2C2C2C;
	color: #FFFFFF !important;
	font-size: 22px;
	font-weight: bold;
	margin: 8px 0 20px;
	padding: 8px 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display:inline-block;
	background: #e15449; /* Old browsers */
	background: -moz-linear-gradient(top,  #e15449 46%, #da291c 54%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,#e15449), color-stop(54%,#da291c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e15449 46%,#da291c 54%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e15449 46%,#da291c 54%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e15449 46%,#da291c 54%); /* IE10+ */
	background: linear-gradient(to bottom,  #e15449 46%,#da291c 54%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e15449', endColorstr='#da291c',GradientType=0 ); /* IE6-9 */
}
.AdButton:hover {
	border: 1px solid #A53028;
	box-shadow: 1px 1px 3px 1px #2C2C2C inset;
	background: #9d3b33; /* Old browsers */
	background: -moz-linear-gradient(top,  #9d3b33 46%, #981d14 54%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,#9d3b33), color-stop(54%,#981d14)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9d3b33 46%,#981d14 54%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9d3b33 46%,#981d14 54%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9d3b33 46%,#981d14 54%); /* IE10+ */
	background: linear-gradient(to bottom,  #9d3b33 46%,#981d14 54%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d3b33', endColorstr='#981d14',GradientType=0 ); /* IE6-9 */
}

table.AdTable { width:100%; }
table.AdTable thead tr td { border-bottom:1px dotted #524D02; font-weight:bold; font-size:14px; color:#524D02; text-transform:uppercase; padding:8px; }
table.AdTable tbody tr td { padding:8px; font-weight:bold; }
table.AdTable tbody tr td:first-child { font-weight:normal; font-size:12px; padding-top:10px; }
table.AdTable tbody tr td.details { font-weight:normal; border-top:1px dotted #999; line-height:22px; }
table.AdTable tbody tr td.details ul { margin:0 0 0 12px !important; padding:0; }
table.AdTable tbody tr td.details li { list-style:square; }

#slider-vehicles { float:left; width:750px; margin:15px 0 0 15px }

.flexslider { float:left; /* width:730px;*/ max-width: 730px; /* height:425px; */ max-height: 425px; border:10px solid #FFF; border-radius:0; background: none; }
.slides li { position:relative; }
.slides li .specialimage { position:relative; top:0; left:0; z-index:0; }
.slides li .specialtext { position:absolute; bottom:-10px; right:-10px; z-index:10; width:437px; height:308px; background:url(/SiteCollectionImages/banner/textbg.png) no-repeat; }
.slides li .specialtext .textbox { float:left; width:210px; height:210px; margin:45px 0 0 45px; text-align:center; color:#FFF; }
.slides li .specialtext .textbox h2 { font-size:34px; line-height:34px; margin:0; padding:0; color:#FFF!important; }
.slides li .specialtext .textbox p { font-size:16px; color:#000; line-height:22px; margin:10px 0 20px; padding:0; font-weight:bold; }
.slides li .specialtext .textbox p .specialgo { background:#1e210c;  padding:8px 15px; color:#FFF; text-transform:uppercase; text-decoration:none; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px #000000; box-shadow: 0 0 2px 2px #000000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.slides li .specialtext .textbox p .specialgo:hover { -webkit-box-shadow: 0 0 15px 10px #4a120e; box-shadow: 0 0 15px 10px #4a120e; }
.slides li .specialtext .textbox p.validity { font-size:12px; color:#FFF; font-weight:normal; margin:-5px 0 0 0; }

.vehicles-title { float:left; width:750px; border-top:1px solid #828282; text-align:center; margin:-20px 0 0; }
.vehicles-title span { margin-top:-16px; font-size:20px; font-weight:bold; background:#d8d4cb; display:inline-block; padding:5px 20px; text-transform:uppercase; }

.vehicles-boxes { float:left; width:744px; margin:0 3px; }
.vehicle { float:left; width:106px; height:108px;margin-right:1%; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.vehicle-thumb { float:left; width:106px; height:73px; position:relative; }
.vehicle-thumb .info { position:absolute; top:0; left:0; width:106px; height:63px; background-color: rgba(255, 255, 255, .6); display:none; text-align:center; color: #000; text-transform:uppercase; font-weight:bold; font-size:14px; padding-top:10px; }
.vehicle-thumb .info .sleeps { background:#ee3124; color:#eee7d4; width:30px; height:25px; margin-top:5px; padding-top:5px; font-size:18px; font-weight:bold; display:inline-block; -webkit-border-radius: 15px; border-radius: 15px; border:2px solid #eee7d4; }
.vehicle-title { float:left; width:106px; height:31px; text-align:center; font-size:14px; font-weight:bold; color:#000; text-transform:uppercase; padding-top:3px; }

.vehicle:hover { -webkit-box-shadow: 0 0 10px 3px #9f9c96; box-shadow: 0 0 10px 3px #9f9c96; }
.vehicle:hover .vehicle-thumb .info { display:block; }

/*overlay sticker*/
.overlaid.style1 {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 200px;
	max-height: 200px;
	margin: 0;
	padding: 0;
}
.overlaid {
	display: block;
	height: auto;
	width: auto;
}

/*responsive video wrapper------------------------------------*/
.video-wrapper {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ************************************************************************ */
/* Glyphicons */ /* from http://glyphicons.com/ via http://getbootstrap.com/ */
/* ************************************************************************ */

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	max-width:18px;
}

.glyphicon:empty{width:1em}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}




/********************************/
/* Change language flags */
/********************************/

.contactBarContainer{
	float:right;
	/* font-size:24px; */
	width:20px;
	margin:2px 10px 0 10px;
}

.contactBarTitle{
	float:right;
	height:17px;
	overflow:hidden;
	font-size:13px;
	padding:7px 17px 7px 17px;
	display:block;
	color:#FFF;

}
.contactBarLink{
	float:right;
	position:relative;
	width:20px;
	display:block;
	cursor:pointer;
	text-align:center;

}
.contactBarLinkLast {  }
.contactBarLink img  { border:0px; }

.contactBarLink .changeLang {
	position:absolute;
	top:13px;
	right:0px;
	width:20px;
	height:160px;
	display:block;
	z-index:99999;
	overflow:hidden;
	display:none;
	padding-top: 13px;
}

.contactBarLink .changeLang a {
	float:left;
	width:20px;
	padding-bottom:7px;
	display:block;
}
.contactBarLink .changeLang a:hover { }
.changeLang { display:none; }



/*phone number dropdown*/

.phone-image{height:40px; width:30px; overflow:hidden; display:block; cursor:pointer; margin-right:130px; float:right; padding-top:2px;}
.phone-numbers-container{display:none;float :left; clear:both; width: 100%; position:relative; padding-top: 10px;}
.phone-numbers{width:100%;  text-transform: uppercase; font-weight: bold; margin: 0;}

.phone-numbers li{color:#FFF; padding-top:0;padding-bottom:0;border-bottom: 1px #000 solid; border-bottom: 1px solid rgba(0,0,0,0.3);float: left; display: block; clear: both; width: 100%; margin: 0;}

.phone-numbers li:last-of-type{border:none;}
.phone-numbers li span{font-size:14px;}
.phone-numbers li .phoneLocation{text-transform:uppercase; float:left;}
.phone-numbers li .phoneNumber{float:right;}
.phone-numbers li .phoneNumber a:link{color:#fc8426;}
.phone-numbers li .details-container{width:100%; margin: 0 auto;}


.phone-numbers a {
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	color: #fff;

}
#contact-intro span .phone-numbers a:first-child{
	/* border: 		none; */
	width: 		100%;
	display: 		block;
	padding-top: 	10px;
	padding-bottom: 10px;
	float: left;
}


.mobilePhone {
	display:none;
}
.mobilePhone .phone-numbers-container {

	border-top: 1px solid #000;
	float: left;
	clear: both;
	width: 100%;
	background-color: #da291c;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: -10px;
	width: 		100%;
	border-top: 3px solid #c00;
}
.mobilePhone ul {
	width: 			90%;
	padding-left: 	5%;
	padding-right:	5%;
	max-width: 		300px;
	margin: 		0 auto;
}

/*------responsive half divs-----------*/
.floaters {
	clear: both;
}

.half {
	float: left;
	width: 50%;
}


@media screen and (min-width: 1000px){
	#header {
		height: 120px;
	}
}

@media only screen and ( max-width: 830px ) {

	.desktopPhone {
		display:none;
	}
	.mobilePhone {
		display:block;
	}
	#contact-intro span a span.text { display:none; }

}

.merge-tag {
	display: none;
}
#footerWrap .body a.thl-logo span.thl{
	background-image: url(https://res.cloudinary.com/thl/image/upload/f_auto,q_80/v1541016916/Master_THL_Logo_CMYK_White.png) !important;
    background-size: contain !important;
    background-position: 0 0 !important;
}

