@charset "utf-8";
/* CSS Document */
/*********************************/
/***Car Hire Left Column Styles***/
/*********************************/
#leftColCarHire{ float:left; width:190px; height:auto; border:none }
#leftColCarHire ul { list-style: url("/graphics/backgrounds2/greenArrow.gif"); margin:-5px 0 0 18px; padding: 0px; line-height:21px;}
#leftColCarHire ul li { font-size:11px; color:#995002; text-align:left; } /*margin-bottom:5px;*/
#leftColCarHire ul ul { list-style: url("/graphics/backgrounds2/greyhyphen.gif"); margin: 0 0 0 15px; padding:0;}
#leftColCarHire .leftnav a:hover, .leftnav ul a:hover { color:#026369; font-weight: normal; text-decoration: underline; font-size: 11px; }
#leftColCarHire .leftnav a, .leftnav a:hover { color:#026369; font-weight: normal; text-decoration: none; font-size: 11px; }
#leftColCarHire .leftnav h2 { color:#007568 ; font-size: 11px; padding:0 0 10px 2px; margin:0; text-transform: uppercase;   }
#leftColCarHire .leftnav h2 a { color:#006666; font-weight: bold; }
#leftColCarHire .leftnav h2 a:hover { color:#006666; font-weight: bold; }
#leftColCarHire .leftnav hr{ color:#006666; background-color:#006666; border: 0px; height: 1px; margin: 10px 5px 10px 15px; _margin: 5px 5px 5px 15px; padding: 0px; }
/**************************/
/***Car Hire Main Styles***/
/**************************/
/***Image Properties***/
.africaCar{ background: url(/graphics/carhire2/africa.jpg) no-repeat; height:100px; width:980px;}
.asiaCar{ background: url(/graphics/carhire2/asia.jpg) no-repeat; float:left; height:100px; width:980px;}
.australiaCar{ background: url(/graphics/carhire2/australia.jpg) no-repeat; width:980px;}
/*.canadaCar{ background: url(/graphics/carhire2/canada.jpg) no-repeat; height:100px; width:980px;}*/
.canadaCar{ background: url(/graphics/PPC/CanadaPPC.jpg) no-repeat; float:left; height:100px; width:980px;}
/*.canadaalaskaCar{ background: url(/graphics/carhire2/canada.jpg) no-repeat; float:left; height:100px; width:980px;}*/
.canadaalaskaCar{ background: url(/graphics/PPC/CanadaPPC.jpg) no-repeat; float:left; height:100px; width:980px;}
.alaskaCar{ background: url(/graphics/PPC/CanadaPPC.jpg) no-repeat; float:left; height:100px; width:980px;}
.caribbeanCar { background: url(/graphics/carhire2/caribbean.jpg) no-repeat; float:left; height:100px; width:980px;}
.europeCar{ background: url(/graphics/carhire2/europe.jpg) no-repeat; float:left; height:100px; width:980px;}
.indiaCar{ background: url(/graphics/carhire2/india.jpg) no-repeat; float:left; height:100px; width:980px;}
.indianoceanCar{ background: url(/graphics/carhire2/indianocean.jpg) no-repeat; float:left; height:100px; width:980px;}
.middleeastCar{ background: url(/graphics/carhire2/middleeast.jpg) no-repeat; float:left; height:100px; width:980px;}
.newzealandCar{ background: url(/graphics/carhire2/newzealand.jpg) no-repeat; float:left; height:100px; width:980px;}
.pacificCar{ background: url(/graphics/carhire2/newzealand.jpg) no-repeat; float:left; height:100px; width:980px;}
.new zealand & the pacificCar{ background: url(/graphics/carhire2/newzealand.jpg) no-repeat; float:left; height:100px; width:980px;}
.samericaCar{ background: url(/graphics/carhire2/samerica.jpg) no-repeat; float:left; height:100px; width:980px;}
.south-americaCar{ background: url(/graphics/carhire2/samerica.jpg) no-repeat; float:left; height:100px; width:980px;}
/*.usaCar{ background: url(/graphics/carhire2/usa.jpg) no-repeat; float:left; height:100px; width:980px;}*/
.usaCar{ background: url(/graphics/PPC/USAPPC.jpg) no-repeat; float:left; height:100px; width:980px;}
/********Main Styles**********/
.carTable {width:100%; font-size:11px; text-align:center; margin-bottom:15px;}
.carTable td {color:#555; font-size:11px; border:1px solid #ffffff; text-align:center; background-color:#E1E1E1; margin: 0px;}
.carList { list-style: url("/graphics/backgrounds2/greenArrow.gif"); font-size:12px; text-align:left; clear:none; margin:0 0 10px 15px; line-height:18px; color:#555; font-weight:bold; float:left;}
.carList li a { text-decoration:none; color:#555; }
.carList li a:hover { text-decoration:underline; color:#555; }
/**********************************/
/***Car Hire Right Column Styles***/
/**********************************/
#rightColCarHire{ float:right; width:190px; height:auto; border:none }
#rightColCarHire .rightnav a, .rightnav a:hover { color:#006666; font-weight: bold; text-decoration: none; font-size: 11px; }
/***Carousel***/
#offerSpin{width:860px; display:block;}
#offerCarousel{width:980px; display:none; height:230px; margin:0 auto 0 auto;}
.bullet{margin:0 0 0 20px;}
.tick{margin:0 0 0 20px;}
.megamenu_container {
	margin:5px 0 0 0;
	/*height:40px;*/
	position:relative;
	z-index:9999;
	background: rgb(245,245,245); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border:solid 1px #e4e4e4;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.submega {
	position: relative;
	z-index: 1000;
	margin: 5px 0 0;
	width: auto;
}
.submega > ul > li{ *display:inline; *zoom:1;}			
.submega img{vertical-align:middle; margin:-3px 0 0 0; padding:0;}

#SubMenuDestinations { margin-top:-5px; margin-bottom:20px; }
#SubMenuDestinations .panel-default { margin-top:-5px; }
#SubMenuDestinations ul.megamenu > li.chevrons > a:after {
	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;
	content:"\e114"; /* chevron down */
	margin-left:3px; 
	font-size:12px; 
	color:#ffac32;
}
#SubMenuDestinations ul.megamenu > li.chevrons > a { font-weight: bold; }
#SubMenuDestinations ul.megamenu > li.chevrons > a.collapsed:after {
	content:"\e080"; /* chevron right */
}
.regionList > ul > li  { margin-bottom:2px; }
.regionList > ul > li > a:before {
	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;
	content:"\e258"; /* chevron right */
	margin-right:3px; 
	font-size:11px; 
	color:#ffac32;
}
.regionList > ul > li.accOn > a:before { 
	content:"\e259"; /* chevron down */ 
} 
.regionList > ul > li > ul {
	padding: 0 10px;list-style:none;background-color: #f5f5f5; margin: 5px 0; font-size: 12px; 
}
.regionList > ul > li > ul > li {
	display:inline-block;padding:2px 10px 2px 0; 
}
.regionList > ul > li > ul > li:before {
	 content:"»";
	 margin-right:2px;
	 color:#aaa;
}
.intro-img { margin-bottom:10px; position:relative; max-height:300px; overflow:hidden; border-radius:5px; }
.intro-img img { width:570px; margin-top:-4%; }

/* Highlights Section */
#highlights{ margin:5px 0 0 0; }
#highlights a:hover{text-decoration:none;border: 1px solid #555555;}
#highlights .highlight{    display: block;
    width: 100%;
    margin-top: 5px;
    vertical-align: top;
    /* background-color: #f5f5f5; */
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    margin-bottom: 20px; }
#highlights p {color:#333; text-align:left; font-size:13px; position:relative; z-index:5; font-weight:normal; padding-left:5px;  }
#highlights h3 {text-align:left; display:block; font-weight:bold; font-size:14px; color:#007568; padding-left:5px; padding-top:2px;}
#highlights .highlightSubTit{text-align:left; display:block; color:#333; font-size:12px; font-weight:bold;}

#highlights .thumbWrap { width: 150px; height: 92px; float: right; margin:0 0px 15px 10px; overflow: hidden; border-radius: 5px; }


/* Special Offer Content Slider 
#so-section{width:100%; height:auto; position:relative; margin:-15px 0 0 0; _height:420px; _overflow:hidden;}
#soWrap .so{font-family:Arial, Helvetica, sans-serif; width:100%; height:120px; background:#dddddd; padding:10px; position:relative; float:none; clear:both; border-bottom:10px solid #fff; display:inline-block;}
#so-section .slideshow {height:390px; overflow:hidden; width: 100%;}
#so-section .so-img { width:200px; height:100px; float:left;}
#so-section .so-title{color:#007568; font-weight:bold; font-size:14px; float:left; margin:0; padding:0 8px 0 8px;}
#so-section .so-txt{color:#333; font-size:13px; float:left; margin:0; padding:4px 0 0 8px; width:530px; text-align:left;}
#so-section .so-rm{position:absolute; margin:70px 0 0 666px;  color:#007568; display:block; font-size:12px;}
#so-section .so-rm:hover{color:#424A54; text-decoration:underline;}*/
/* pager */
.cycle-pager { 
   float:left; text-align:right; width:700px; z-index: 500; position:absolute; top:-20px; *top:0;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #FFAC32;}
.cycle-pager > * { cursor: pointer;}
.logo-loader{margin:-20px 10px 0 5px; padding:5px;float:right; background:#fff; -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;}
	.logo-loader img{max-height:50px; width:auto;}
	.so-control{text-align:right; margin:0 0 5px 0;}
.offer-thumb-clip {
	float: left;
	margin: 0 12px 0 0;
	display:block;
	position:relative;
	z-index:30;
	width: 140px;
	height: 92px;
}
.offer-thumb-clip img {
	width: 168px;
	/* height: 132px; */
	position: absolute;
	z-index:2;
	clip: rect(30px 180px 102px 30px);
	left: -30px;
	top:-30px;
}
.offer-mask{
	height:92px;
	width:149px;
    display:block;
	position:relative;
	margin:-9px 0 0 -9px;
	z-index:3; border: solid 10px #dddddd; 
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    border-radius: 15px;
}
/* gtk-section */
.gtk-section{width:100%; height:auto; }
.gtk-section table.gtk_small{width:100%; height:100px; text-align:left; margin:0 0 5px 0;}
.gtk-section table.gtk_large{width:100%; height:140px; text-align:left; margin:0 0 5px 0;}
.gtk-section table td{border-left:3px solid #dddddd; border-right:3px solid #dddddd; padding:3px;}
.gtk-section span{font-size:13px; vertical-align:top;}
.gtk-section span span{font-weight:bold; font-size:14px; vertical-align:middle;}
.gtk-section a{color:#007568; font-size:12px;}
.gtk-content{vertical-align:top; border-top:3px solid #dddddd;}
.gtk-ank{text-align:right; margin:0; padding:0; line-height:12px; border-bottom:3px solid #dddddd;}

/* introduction section */
#intro div.truncatedBox{ height: 300px; }
#intro span#readMoreLink{ float:right; }

nav span.navicon{ display: inline-block; width: 40px; text-align: center; }

/* Holiday Type Highlight styles */
div.dataTables_paginate a.disabled{ display: none !important; }
div.dataTables_info { padding: 5px 0 5px 5px; border-left-style: solid; border-left-color: #ddd; border-left-width: 1px;}
div.dataTables_filter { padding: 5px 5px 5px 0; border-right-style: solid; border-right-color: #ddd; border-right-width: 1px;}
.dataTables_wrapper .dataTables_length{ padding-top: 0.55em;  padding-left: 20px; }
.dataTables_wrapper .dataTables_length label{ font-weight: normal; } 
ul.DT_List { list-style: square; margin: 0 0 0 10px; }
td.DT_Price { font-weight: 700; font-size: 15px; text-align: right; }

@media (max-width: 1199px) {
	#highlights .thumbWrap { width: 130px; height: 80px; margin:0 0px 10px 10px; }
	#highlights .thumbWrap img { width: 110%; }
	#highlights h3 { font-size:13px; }
	#highlights p { font-size:12px; line-height:16px; }
	.truncatedBox p { font-size:13px; }
	
	.submega img{ height:18px;}
	.megamenu > li a {padding:7px 7px;}
}

@media (max-width: 767px) {
	.truncatedBox { height:220px; }
	
}
#phones {
	display:block; 
	text-align:right;
	float: right;
	text-align: right;
	padding-top: 5px;
}
#phones .telTxt {
  font-weight: 700;
  text-transform: uppercase;
  color: #555;
  font-size: 14px;
  float: right;
  clear: right;
  text-align: right;
  width: 600px;
}
#phones b{ font-size: 16px; }