/*
	-----------------------------------------------------------------------------
	Title: 	GlobalCARS Screen Stylesheet
	Author: 	Matt Stone (matt@amplify.com.au)

	Version 1.0
	20/06/2007

	Copyright (c) 2007 Amplify All rights reserved.
	-----------------------------------------------------------------------------
*/

/* Other stylesheets
----------------------------------------------------------------------------- */
@import url("typography.css");


/* Reset all default attributes
----------------------------------------------------------------------------- */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* Universal Selectors 
----------------------------------------------------------------------------- */
body {
    min-width: 960px;
	background: #fff;
    font: normal 62.5%/1.6em Arial, Verdana, sans-serif;
    color: #333;
}

a:link, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover, a:active {
    text-decoration: none;
}

a.popupwindow {
	background: url(../images/external_link.gif) right 50% no-repeat;
	padding-right: 15px;
}

a.enquire {
	background: url(../images/bookquote.gif) top left no-repeat;
	text-indent: -2000px;
	height: 41px;
	width: 74px;
	display: block;
}

input.sendit,
input.continue,
input.cancel,
input.save,
input.Available,
input.Request ,
input.next1 {
	background: url(../images/submit.gif) top left no-repeat;
	text-indent: -2000px;
	height: 27px;
	width: 82px;
	display: block;
	border: 0;
	cursor: pointer;
	font-size: 0;
	text-align: right;
	color: #fff;
	float: left;
	margin: 0;
}

input.continue {
	background: url(../images/continue.gif) top left no-repeat;
	width: 92px;
}

input.save {
	background: url(../images/savebooking.gif) top left no-repeat;
	width: 115px;
}

input.cancel {
	background: url(../images/cancel.gif) top left no-repeat;
	width: 72px;
}

input.Available {
	background: url(../images/available.gif) top left no-repeat;
	width: 82px;
}

input.Request {
	background: url(../images/onrequest.gif) top left no-repeat;
	width: 82px;
}

input.next1 {
	background: url(../images/next1.gif) top left no-repeat;
	width: 72px;
}

abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

form label {
	cursor: pointer;
}

p.buttons {
	text-align: right;
	clear: both;
}

p.buttons input {
	float: right;
	margin-bottom: 20px;
}

/* Strutural Elements
----------------------------------------------------------------------------- */
#container {
	margin: 0 auto;
	height: 100%;
	text-align: center;
	width: 1020px; 
}

#logo {
    width: 399px;
    height: 103px;
	background: url(../images/logo-nz.gif) no-repeat;
	text-indent: -5000px;
}

#main {
	float: left;
	font-size: 1.2em;
	width: 1020px; 
	text-align: left; 
	float: none; 
	margin-left: 0px;
}

#content {
	clear: both;
	width: 810px; 
	padding: 15px 0; 
	margin: 0; 
	float: left;
}

#strapline {
	text-indent: -9999px;
	margin-top: 40px; 
	float: right; 
	width: 291px;	
}

#sidebar {
	float: right;
    width: 375px;
	padding: 40px 0 10px 0;
}

#search {
	color: #fff;
	padding: 0;
	overflow: hidden;
	margin-bottom: 10px;
	width: 375px;
}
	
	/*#search iframe {
	background-color: #ff9800;
	}*/

#footerads {
	margin-left: 40px;
}

#footer {
	clear: both;
	background: #fff url(../images/bg_footer.gif) no-repeat top left;
	padding: 15px 15px;
}

#footer div {
	float: left;
}

#footer div div {
	width: 185px;
}

#footer div.onecol {
	width: 185px;
}

#footer div.onecol div {
	float: none;
	width: auto;
}

#foot5 {
	width: 100%;
	margin-bottom: 20px;
	float: none;
	clear: both;
}

div.halfcol {
	width: 48%;
	float: left;
}

#col2 {
	margin-left: 10px;
}


/* Lists
----------------------------------------------------------------------------- */
#navigation {
	list-style-type: none;
	width: auto;
	height: 40px;
	background: #e7e7e7 url(../images/bg_navigation.gif) repeat-x;
	border: 1px solid #dadada;
}

	#navigation li {
		display: block;
		float: left;
	}

	#navigation li.first {
	}

#main .bullet-list {
	list-style-type: disc;
	margin: 0.6em 0;
}

	#main .bullet-list li {
		line-height: 1.4em;
		margin: 0.2em 0 0.2em 2.6em;
	}

.company-logos li {
	padding: 2px 0;
	
}

#search ol {
	margin: 0 5px;
}

#footer ul {
	margin-bottom: 15px;
}

#content h1 {
	font-size: 180%;
	font-weight: normal;
	margin: 1em 0 .5em;
}

#content div ul,
#content div ol {
	margin: 2em 1em;
}

#content div ul ul,
#content div ol ol {
	margin: 0.5em 0 0 0;
}

#content div ol {
	list-style-type: decimal;
	padding-left: 2em;
}

#content div ul {
	list-style-type: disc;
	padding-left: 2em;
}

#content div ol li,
#content div ul li {
	padding: 0.5em;
}

dl {
	margin: 1.5em 0;
}

dt {
	color: #00529A;
	font-weight: bold;
	margin-bottom: 0.5em;
}

dd {
	margin: 0.8em 1em;
}

/* FAQs */
.faqs dt {
	background: transparent url(../images/question.gif) no-repeat scroll left top;
	line-height: 2.5;
	margin-top: 10px;
	padding-left: 40px;
}

.faqs dd {
	margin: 0 0 0 25px;
	padding-left: 30px;
	background: transparent url(../images/answer.gif) no-repeat scroll left top;
	min-height: 30px;
}

.faqs dd p {
	margin-top: 0!important;
}

/* Links
----------------------------------------------------------------------------- */
#navigation li a:link, #navigation li a:visited {
	display: block;
	float: left;
	width: 75px;
	height: 30px;
	background: #e7e7e7 url(../images/bg_navigation.gif) repeat-x;
	font-size: 1.0em;
	color: #333;
	line-height: 1.3em;
	text-decoration: none;
	padding: 5px 10px;
	text-align: center;
}

#navigation li a:hover, #navigation li a:active {
	color: #fff;
	background: #1061ad url(../images/bg_navigation_on.gif) repeat-x;
}

#navigation li.current a:link, #navigation li.current a:visited,
#navigation li.current a:hover, #navigation li.current a:active {
}

#printme {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/printer.jpg) top left no-repeat;
	margin: 0;
	text-indent: -9999px;
	float: right;
}

#footer ul li a {
	color: #000;
	line-height: 1.4em;
}


/* Images
----------------------------------------------------------------------------- */
img.gallery {
	margin: 10px 5px;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.left {
	float: left;
	margin-right: 10px;
}

/* Promo Boxes
----------------------------------------------------------------------------- */
.mod_promobox {
	margin: 1em auto;
	width: 80%;
	border: 1px dashed #0858a2;
	padding: 0.5em;
}

div.mod_promobox p,
div.mod_promobox h2 {
	margin-top: 2em!important;
}

div.mod_promobox h2,
div.mod_promobox p,
div.mod_promobox ul {
	margin-left: 160px!important;
}

div.mod_promobox p.promobox_img {
	width: 160px;
	float: left;
	margin-left: 0!important;
}

/* Cancellation Fees
----------------------------------------------------------------------------- */
#content div.cancel_fees {
	margin: 0.5em;
	border: 1px solid #dfdfdf;
}

#content div.cancel_fees h3 {
	padding: 0.5em;
	background-color: #dfdfdf;
	margin: 0;
	font-size: 1.4em;
}

#content div.cancel_fees table {
	border-collapse: separate;
}

#content div.cancel_fees tr {
	border-bottom: 1px solid #DFDFDF;
}

#content div.cancel_fees td {
	padding: 0.5em;
	border: 1px solid #DFDFDF;
	vertical-align: middle;
}

/* Form Elements
----------------------------------------------------------------------------- */
#search form {
	margin: 0 35px 0 25px;
	background-color: #ff9800;
	zoom: 1;
}

#search form label {
	float: left;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

#search form input,
#search form select {
	width: 100%;
	color: #000;
	font-size: 1.4em;
	background: #fffefd url(../images/bg_search_fields.gif) repeat-x;
	padding: 3px 4px;
	border: none;
}

#search tr.checkboxes label {
	float: none;
	display: inline;
	color: #000;
	font-size: 1.3em;
	font-weight: normal;
	padding-left: 5px;
}

#search tr.checkboxes input {
	width: auto;
	background: none;
	padding: 0 !important;
	margin-top: 10px;
}

#search tr.buttons input {
	width: auto;
	background: none;
	padding: 0 !important;
}

#search-form p {
	zoom: 1;
}

/*#search-form label#carType {
	width: 100%;
}*/

.ac_results {
	padding: 0px;
/*	border: 1px solid WindowFrame;*/
	background-color: Window;
	overflow: hidden;
	z-index: 100;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 5px 5px 5px 20px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	background: #fff url(../images/bullet_go.gif) 5px 50% no-repeat;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: #fff0df!important;
	color: #00519c;
}

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
	font-weight: bold;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
	font-weight: bold;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

a.dp-choose-date {
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 3px 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 85%!important;
	float: left;
	clear: left;
	_margin-top: 1px;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div#dp-popup {
	position: absolute;
	font-size: 10px;
	font-family: arial, sans-serif;
	background: #fff;
	padding: 2px;
	min-height: 152px;
	min-width: 171px;
	z-index: 100;
}
div#dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 4px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div#dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div#dp-popup div#dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div#dp-popup div#dp-nav-prev a {
	float: left;
	margin-right: 5px;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div#dp-popup div#dp-nav-prev a, div#dp-popup div#dp-nav-next a {
	cursor: pointer;
}
div#dp-popup div#dp-nav-prev a.disabled, div#dp-popup div#dp-nav-next a.disabled {
	cursor: default;
}
div#dp-popup div#dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div#dp-popup div#dp-nav-next a {
	float: right;
	margin-left: 5px;
}
div#dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div#dp-popup td {
	cursor: pointer;
}
div#dp-popup td.disabled {
	cursor: default;
}

/* Tables
----------------------------------------------------------------------------- */
tr.dark {
	background-color: #dfdfdf;
}

td.new {
	background: url(../images/new.gif) 50% top no-repeat;
}

#search table td {
	padding: 0 5px;
}

#search table tr.buttons td {
	vertical-align: middle;
	padding: 15px 0 5px 0;
}

table.leasing_table {
	width: 554px;
	background-color: #F1F1F1;
	border: 1px solid #2E7CBE;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.leasing_table th {
	background-color: #2E7CBE;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom!important;
}

table.leasing_table th[scope="row"] {
	text-align: right;
	vertical-align: middle!important;
}

table.leasing_table th,
table.leasing_table td {
	border: 1px solid #2E7CBE;
	padding: 6px 4px;
	vertical-align: middle;
}

table.leasing_table td.vehicle a {
	display: block;
	text-decoration: none;
	background: url(../images/help.gif) 50% top no-repeat;
	padding-top: 20px;
	text-align: center;
	line-height: 1.3;
}

table.leasing_table td.vehicle a:hover {
	text-decoration: underline;
}

table.leasing_table td.vehicle img {
	margin: 0;
}

table.detail td {
	text-align: center;
}

/* Feedback and quotes */

div.quote {
	margin: 20px 0;
	clear: both;
}

blockquote {
	padding: 2em 1em;
	background: url(../images/open_quote.gif) top left no-repeat;
}

blockquote p {
	text-indent: 30px;
	margin: 0!important;
	line-height: 1.5!important;
}

blockquote cite {
	display: block;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 15px;
	font-style: italic;
	color: #2E7CBE;
	background: url(../images/close_quote.gif) top right no-repeat;
	margin-top: 0.5em;
}

/* Autoclearing
----------------------------------------------------------------------------- */

/* Autoclear DIV forcing it to expand to fit contents */
#navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* patch for IE as it does not support the :after pseudo element \*/
* html #navigation {height: 1%;}

.clearme {
	clear: both;
	line-height: 0;
	height: 0;
}

html>body .clearme { *height: 1%; }

/*	Styles for the booking form process on remote site 
#remote_site {
	background-color: #ff9800;
	color: #fff;
	padding: 0;
	width: 375px;
}
#remote_site ol {
	margin: 0 5px;
}

#remote_site form {
	margin: 0 35px 15px 25px;
	padding-top: 15px;
}

#remote_site form label {
	float: left;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

#remote_site form input,
#remote_site form select {
	width: 100%;
	color: #000;
	font-size: 1.4em;
	background: #fffefd url(../images/bg_search_fields.gif) repeat-x;
	padding: 3px 4px;
	border: none;
}

#remote_site form select.shortfield {
	width: 60px;
}

#remote_site form select.midfield {
	width: 90px;
}

#remote_site tr.checkboxes label {
	float: none;
	display: inline;
	color: #000;
	font-size: 1.3em;
	font-weight: normal;
	padding-left: 5px;
}

#remote_site tr.checkboxes input {
	width: auto;
	background: none;
	padding: 0 !important;
}

#remote_site tr.buttons input {
	width: auto;
	background: none;
	padding: 0 !important;
}

#remote_site table td {
	padding: 0 5px;
}

#remote_site table tr.buttons td {
	vertical-align: middle;
	padding: 15px 0 5px 0;
}

#remote_site table.error-text {
	background: #fff url(../images/bg_search_fields.gif) repeat-x;
}

#remote_site table.error-text li {
	float: left;
	margin: 0.2em;
	padding: 5px 0 5px 20px;
	background: url(../images/cross.gif) no-repeat;
}

#remote_site .search-hint {
	display: block;
	float: right;
	color: #000;
	font-size: 1.1em;
	font-style: italic;
	padding: 12px 0 5px 0;
}

#remote_site h3 {
	font-size: 2.0em;
	font-weight: bold;
	padding: 15px 27px 0;
}*/

/* CMS autogenerated divs */

/* home page content banners */
#home .mod_banner/*_1734,
#mod_banner_1735,
#mod_banner_1736,
#mod_banner_1737,
#mod_banner_2011,
#mod_banner_2012 */{
	float: left;
	width: 100px;
	margin-bottom: 5px;
}

#mod_banner_2024,
#mod_banner_2025,
#mod_banner_2316,
#mod_banner_2211,
#mod_banner_2317 {
	margin: 5px;
	clear: left;
}
#mod_banner_2024 img,
#mod_banner_2025 img {
	margin: 0 auto;
}

/* home page content block */
#mod_content_1693 {
	float: right;
	width: 275px;
}
#mod_content_2683 {
	float: left;
	width: 270px;
}

/* footer images */
#mod_images_1729 {
	margin-top: 5px;
}

#sitemap {
	margin-bottom: 35px;
}

#sitemap ul {
	padding-left: 0!important;
	margin: 0!important;
}

#sitemap a {
	text-decoration: none;
	line-height: 2;
}

#sitemap li {
	margin: 0.5em 0 0 0; 
	font-weight: bold;
	font-size: 1.2em;
	list-style-type: none;
	border: 1px solid silver;
	padding-top: 0!important;
	padding-bottom: 0!important;
}

#sitemap li ul {
	margin-bottom: 1em;
	margin-left: 1em;
}

#sitemap li li {
	margin-left: 2em;
	font-size: 85%;
	list-style-type: disc;
	border: 0;
}

#sitemap li li li {
	font-size: 100%;
}

/* ACRISS/SIPP code table */
#mod_content_1826 th {
	background-color: #DFDFDF;
	font-weight: bold;
}

#mod_content_1826 th,
#mod_content_1826 td {
	padding: 0.5em;
	border: 1px solid #DFDFDF;
	vertical-align: middle;
}

#mod_content_1826 td.dark {
	background-color: #d7e0f3;
}

/* Tick things */
#mod_content_1829 h2,
#mod_content_1873 h2,
#mod_content_1891 h2 {
	padding-left: 30px;
	background: url(../images/tick.gif) no-repeat;
}

/*	Custom menus */
#britz-custom-menu {
	background: url(../images/logo_britz.gif) top right no-repeat;
	height: 100px;
}

#maui-custom-menu {
	background: url(../images/logo_maui.gif) top right no-repeat;
	height: 100px;
}

#backpackers-custom-menu {
	background: url(../images/logo-backpacker.jpg) top right no-repeat;
	height: 100px;
}

#subpage-menu ul,
#britz-custom-menu ul,
#maui-custom-menu ul ,
#backpackers-custom-menu ul {
	padding-left: 0!important;
}

#subpage-menu li,
#britz-custom-menu li,
#maui-custom-menu li,
#backpackers-custom-menu li {
	list-style-type: none;
	display: inline;
	background-color: #ff9800;
	margin-right: 1em;
}

#subpage-menu li a,
#britz-custom-menu li a,
#maui-custom-menu li a,
#backpackers-custom-menu li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/*	Gallery pages */
#mod_content_1906,
#mod_content_1907,
#mod_content_1908,
#mod_content_1909,
#mod_content_1910,
#mod_content_1911,
#mod_content_1912,
#mod_content_1913,
#mod_content_1966,
#mod_content_1967,
#mod_content_1968,
#mod_content_1969 {
	border: 1px solid #ff9800;
/*	padding: 0 10px 10px 10px;*/
	margin-top: 1em;
}

#mod_content_1923,
#mod_content_1924,
#mod_content_1925,
#mod_content_1926,
#mod_content_1983,
#mod_content_1984,
#mod_content_1985,
#mod_content_1986 {
	border: 1px solid #91DDEB;
/*	padding: 0 10px 10px 10px;*/
	margin-top: 1em;
}

#mod_content_1945,
#mod_content_1946,
#mod_content_1947 {
	border: 1px solid #83B819;
/*	padding: 0 10px 10px 10px;*/
	margin-top: 1em;
}

#mod_content_1906 h2,
#mod_content_1907 h2,
#mod_content_1908 h2,
#mod_content_1909 h2,
#mod_content_1910 h2,
#mod_content_1911 h2,
#mod_content_1912 h2,
#mod_content_1913 h2,
#mod_content_1966 h2,
#mod_content_1967 h2,
#mod_content_1968 h2,
#mod_content_1969 h2 {
	background-color: #ff9800;
	color: #fff;
/*	margin: 0 -10px;*/
	margin: 0;
	padding: 10px 5px;
}

#mod_content_1923 h2,
#mod_content_1924 h2,
#mod_content_1925 h2,
#mod_content_1926 h2,
#mod_content_1983 h2,
#mod_content_1984 h2,
#mod_content_1985 h2,
#mod_content_1986 h2 {
	background-color: #91ddeb;
	color: #fff;
/*	margin: 0 -10px;*/
	margin: 0;
	padding: 10px 5px;
}

#mod_content_1945 h2,
#mod_content_1946 h2,
#mod_content_1947 h2 {
	background-color: #83B819;
	color: #fff;
	/*margin: 0 -10px;*/
	margin: 0;
	padding: 10px 5px;
}

#mod_content_1906 p,
#mod_content_1907 p,
#mod_content_1908 p,
#mod_content_1909 p,
#mod_content_1910 p,
#mod_content_1911 p,
#mod_content_1912 p,
#mod_content_1913 p,
#mod_content_1966 p,
#mod_content_1967 p,
#mod_content_1968 p,
#mod_content_1969 p,
#mod_content_1923 p,
#mod_content_1924 p,
#mod_content_1925 p,
#mod_content_1926 p,
#mod_content_1983 p,
#mod_content_1984 p,
#mod_content_1985 p,
#mod_content_1986 p,
#mod_content_1945 p,
#mod_content_1946 p,
#mod_content_1947p {
	margin: 10px;
}

div.gallery-vertical {
	float: right;
	width: 300px;
	/*margin: 0 -10px 10px 10px;*/
	margin: 0 0 10px 10px;
}

#content ul.gallery-detail {
	list-style-type: none;
	margin-left: 0;/*-10px;*/
	margin: 0;
	padding-left: 10px;
	background-color: #ff9800;
}

#content ul.gallery-detail li {
	padding-left: 0;
}

#content ul.gallery-detail li img {
	margin-right: -10px;
}

#content #mod_content_1923 ul.gallery-detail,
#content #mod_content_1924 ul.gallery-detail,
#content #mod_content_1925 ul.gallery-detail,
#content #mod_content_1926 ul.gallery-detail,
#content #mod_content_1983 ul.gallery-detail,
#content #mod_content_1984 ul.gallery-detail,
#content #mod_content_1985 ul.gallery-detail,
#content #mod_content_1986 ul.gallery-detail {
	background-color: #91DDEB;
}

#content #mod_content_1945 ul.gallery-detail,
#content #mod_content_1946 ul.gallery-detail,
#content #mod_content_1947 ul.gallery-detail {
	background-color: #83B819;
}

/* book.globalcars.com.au styles */
h2#progress-bar {
	margin: 0 0 20px 0;
	height: 50px;
	background: url(../images/progress.gif) top left no-repeat;
	text-indent: -2000px;
}

#res3 #progress-bar {
	background-position: 0px -50px;
}

#res4 #progress-bar {
	background-position: 0px -100px;
}

#bookpay #progress-bar {
	background-position: 0px -150px;
}

#processing #progress-bar,
#ccerror #progress-bar {
	background-position: 0px -150px;
}

#ccgood #progress-bar {
	background-position: 0px -200px;
}

#content form table {
	width: 100%;
}

#content form th,
#content form td {
	padding: 0.5em;
	border: 1px solid #DFDFDF;
	vertical-align: middle;
}

#content form th span.note {
	color: #000;
	padding-left: 20px;
}

/*#content form td.vehicle {
	background-image: url(../images/vehicle-help-bg.gif);
	background-position: right;
	background-repeat: repeat-y;
}*/

#content form td.vehicle a {
	line-height: 1.5;
	display: block;
	text-decoration: none;
	/*background: url(../images/help.gif) right 50% no-repeat;
	padding-right: 30px;*/
}

#content form td.vehicle a:hover {
	text-decoration: underline;
}

#content form td.vehicle img {
	float: left;
	margin: 0pt 10px 0pt 0pt;
}

#content form th {
	background-color: #DFDFDF;
	font-weight: bold;
	vertical-align: bottom;
}

#content form tr.dark {
	background-color: #f1f1f1;
}

#content form table {
	margin: 20px 0;
}

#content form table#rblRequestType {
	margin: 0;
}

#res2 #sidebar,
#res3 #sidebar,
#res4 #sidebar,
#leasing_request #sidebar,
#bookpay # sidebar {
	margin-top: 80px;
	padding: 10px 0;
	color: #fff;
}

#res2 #sidebar h2,
#res2 #sidebar h3,
#res2 #sidebar ul,
#res3 #sidebar h2,
#res3 #sidebar h3,
#res3 #sidebar ul,
#res4 #sidebar h2,
#res4 #sidebar h3,
#bookpay #sidebar ul,
#bookpay #sidebar h2,
#bookpay #sidebar h3,
#bookpay #sidebar ul {
	margin: 10px;
	line-height: 1.3;
}

#res2 #sidebar h2,
#res3 #sidebar h2,
#res4 #sidebar h2,
#bookpay #sidebar h2 {
	font-weight: bold;
	font-size: 200%;
}

#res2 #sidebar h3,
#res3 #sidebar h3,
#res4 #sidebar h3,
#bookpay #sidebar h3 {
	font-weight: bold;
	font-size: 170%;
	padding-top: 0;
	margin-left: -15px;
}

#res2 #sidebar ul,
#res3 #sidebar ul,
#res4 #sidebar ul,
#bookpay #sidebar ul {
	margin-left: 15px;
}

#res2 #sidebar li,
#res3 #sidebar li,
#res4 #sidebar li,
#bookpay #sidebar li {
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 1;
	color: #000;
	font-size: 120%;
	background: url(../images/bullet_go_blue.gif) left 50% no-repeat;
}

img.image-car {
	clear: both;
	float: right;
	margin: 3px 15px;
}

.error-text {
	display: block;
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../images/cross.gif) no-repeat;
	line-height: 1.5;
}

#res4 fieldset,
#leasing_request fieldset,
#bookpay fieldset,
#contact fieldset,
#ccgood fieldset {
	border: 1px solid #0859a5;
	padding: 15px;
}

#contact fieldset,
#ccgood fieldset {
	margin-bottom: 10px;
}

#res4 legend,
#leasing_request legend,
#bookpay legend,
#contact legend,
#ccgood legend {
	margin: 10px 5px;
	padding: 5px 10px;
	background-color: #0859a5;
	color: #fff;
	font-weight: bold;
}

#res4 label,
#leasing_request label,
#bookpay label,
#contact label,
#ccgood label {
	display: block;
	width: 165px;
	float: left;
/*	line-height: 2;*/
	margin-left: 5px;
	font-weight: bold;
}

#res4 fieldset ul,
#leasing_request fieldset ul,
#bookpay fieldset ul,
#contact fieldset ul,
#ccgood fieldset ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#res4 fieldset li,
#leasing_request fieldset li,
#bookpay fieldset li,
#contact fieldset li,
#ccgood fieldset li {
	background:#fff0df;
	margin-bottom: 5px;
	width: 480px;
	overflow: hidden;
	padding-top: 4px;
	padding-bottom: 4px;
}

#rblRequestType tr {
	background:#fff0df;
	border-bottom: 5px solid #fff;
	width: 480px;
	overflow: hidden;
}

#res4 p,
#res4 li p,
#leasing_request li p,
#bookpay li p {
	margin: 0 5px;
}

#res4 fieldset input[type="text"],
#res4 fieldset select,
#res4 textarea,
#leasing_request fieldset input[type="text"],
#leasing_request fieldset select,
#leasing_request textarea,
#bookpay fieldset input[type="text"],
#bookpay fieldset select,
#bookpay textarea,
#contact fieldset input[type="text"],
#contact fieldset select,
#contact textarea,
#ccgood fieldset input[type="text"]  {
	width: 300px;
	padding: 2px 4px;
	border: 1px solid #ff9a00;
}

#res4 fieldset select,
#leasing_request fieldset select,
#bookpay fieldset select,
#contact fieldset select {
	width: 310px;
}

#res4 fieldset select.short,
#leasing_request fieldset select.short,
#bookpay fieldset select.short {
	width: 101px;
}

#res4 ul.checkswitch input[type="checkbox"],
#res4 ul.checkswitch input[type="radio"],
#leasing_request ul.checkswitch input[type="checkbox"],
#leasing_request ul.checkswitch input[type="radio"],
#leasing_request li.checkswitch input[type="checkbox"],
#leasing_request li.checkswitch input[type="radio"],
#bookpay ul.checkswitch input[type="checkbox"],
#bookpay ul.checkswitch input[type="radio"],
#bookpay li.checkswitch input[type="checkbox"],
#bookpay li.checkswitch input[type="radio"],
#rblRequestType input[type="radio"] {
	margin: 5px 12px 0;
	float: left;
}

#res4 ul.checkswitch label,
#res4 ul li.checkswitch label,
#leasing_request ul.checkswitch label,
#leasing_request li.checkswitch label,
#bookpay ul.checkswitch label,
#bookpay li.checkswitch label,
#rblRequestType label {
	width: auto;
	float: none;
	padding-left: 35px;
	padding: 4px;
}

#res4 ul.checkswitch span.note,
#res4 li.checkswitch span.note,
#leasing_request ul.checkswitch span.note,
#leasing_request li.checkswitch span.note,
#bookpay ul.checkswitch span.note,
#bookpay li.checkswitch span.note {
	padding-left: 15px;
}

#bookpay li p,
#bookpay li p.note {
	padding: 0 0 0 165px;
}

div.highlight {
	border: 1px solid #0859A5; /* stops collapsing margins */
	background-color: #0859A5;
	color: #fff;
	margin: 20px 0;
}

#content div.important p {
	font-size: 120%;
	line-height: 1.5;
}

#content div.highlight h2,
#content div.highlight h3,
#content div.highlight p {
	margin: 10px;
	color: #fff;
}

#content div.highlight a {
	color: #fff;
}

.thumbsup li,
.thumbsdown li,
.tick li {
	padding-left: 25px;
	background: url(../images/tick.gif) left 50% no-repeat;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 1.4;
}

.thumbsdown li {
	background: url(../images/cross-faded.gif) left 50% no-repeat;
}


#content form #pnlQuotePricing td,
#content form #pnlPayment td,
#content form #pnlConsultant td,
#content form #pnlRequest td,
#content form #rblRequestType td {
	border: 0;
	padding: 0;
}

a.help {
	padding: 2px 0 2px 20px;
	background: url(../images/help.gif) left 50% no-repeat; 
	color: #2E7CBE;
	line-height: 2;
	text-decoration: none;
}


#search {
	background: #fff url(../images/searchbox-bg.gif) 0 0 repeat-y;
	padding: 0;
	margin: 0;
	width: 375px;
}

#search div.searchfooter {
	background: #fff url(../images/searchbox-footer.gif) top center no-repeat;
	display: block;
	height: 19px;
	line-height: 19px;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	width: 375px;
}

/* The tabs */
#searchtab {
	display: block;
	margin: 0;
	padding: 0;
	width: 375px;
}

#searchtab li {
	display: block;
	float: left;	
	margin: 0;
	padding: 0;
}

#searchtab li.rental {
	background: #fff url(../images/searchbox-tab-rental.gif) top left no-repeat;
	height: 38px;
	text-indent: -9999px;
	width: 141px;
}

#searchtab li.leasing a {
	background: #fff url(../images/searchbox-tab-leasing.gif) bottom left no-repeat;
	display: block;
	height: 38px;
	text-indent: -9999px;
	width: 234px;
}

#searchtab li.leasing a:hover {
	background: #fff url(../images/searchbox-tab-leasing.gif) top left no-repeat;
}

/* Pop ups */
body#vehicleinfo {
	width: 465px;
	min-width: 465px;
}

#vehicleinfo #container,
#vehicleinfo #main,
#vehicleinfo #logo {
	width: auto;
}

#vehicleinfo #logo {
	background-position:50% 0%;
}

#vehicleinfo #content {
	padding-top: 0;
}

#vehicleinfo li {
	padding-left: 20px;
	padding-right: -20px;
	margin-bottom: 10px;
	background: url(../images/bullet_go_blue.gif) left 50% no-repeat;
}

#vehicleinfo .thumbsup li,
#vehicleinfo .thumbsdown li {
	background: url(../images/tick.gif) left 50% no-repeat;
	margin-left: 0;
}

#vehicleinfo .thumbsdown li {
	background-image: url(../images/cross-faded.gif);
}

#vehicleinfo div.image-car {
	margin-left: 10px;
	margin-top: -35px;
	float: right;
	width: 200px;
}

#vehicleinfo div.image-car img {
	margin: 3px 0;
}

#vehicleinfo #imgSupplier {
	float: right;
}

#vehicleinfo #imgPeople,
#vehicleinfo #imgLuggage {
	float: left;
	margin-right: 10px;
}

#ccprocess {
	background-color: #fff0df;
	color: #000;
	font-size: 120%;
	border: 1px solid #ff9800;
	padding: 20px 30px;
	margin: 20px 10px;
}

#processing #ccprocess {
	background: #fff0df url(../images/loading.gif) top right no-repeat;
}

#ccv h2, #ccv h3 {
	clear: both;
}

#ccv img {
margin-bottom: 15px;
}

/* The Exit Survey Page */
#survey div#container {
	width: 560px;
	font-size: 120%;
}

#survey #content h2 {
	margin-bottom: 1em;
}

#surveyform legend,
.hideit {
	display: none;
}

#surveyform fieldset {
	margin-top: 1em;
	font-size: 90%;
}

#surveyform li {
	margin-bottom: 3em;
	padding-left: 1em;
}

#surveyform li h3 {
	margin-left: -1em;
	margin-bottom: 1em;
}

#surveyform label {
	margin-right: 0.5em;
}

#surveyform input[type="button"] {
	margin-left: 18em;
}

/* Newsletter template */
#newsletter #container {
	width: 580px;
}

#newsletter #footer div {
	width: 50%;
}

#newsletter #footer div div {
	width: 100%;
}

#newsletter #foot5 {
	clear: none;
}

#newsletter #foot5 div {
	margin: 20px auto;
	text-align: right;
}

#newsletter #foot5 div img {
	margin: 0 auto;
}

/* Car Gallery template */
body#cargallery {
	min-width: 760px!important;
}

#cargallery #main {
	width: auto!important;
}

#cargallery #logo {
	text-indent: 0;
	float: left;
}

#cargallery #logo a {
	display: block;
}

#cargallery #printme {
	float: right;
	margin: 40px 0 0 0;
}

#cargallery #logo a span {
	position: absolute;
	left: -999em;
}

#cargallery #container {
	width: 760px!important;
	margin: 0 auto;
}

#cargallery .image-mono img {
	float: right;
	margin: 0 0 20px 20px;
}

#cargallery div.info {
	float: left;
	width: 25%;
}

#cargallery .image-mono .info h3 {
	float: left;
	clear: left;
}

#cargallery .image-mono ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 10px;
}

#cargallery .image-mono li {
	float: left;
	clear: left;
	width: 100%;
}

#cargallery .image-mono li span {
	font-weight: bold;
	display: block;
	width: 8em;
	float: left;
}

#cargallery .image-mono li img {
	float: left;
	margin: 0 10px 0 0;
}

#cargallery .image-duo {
	float: right;
	clear: both;
	margin-bottom: 2em;
}

#cargallery .image-duo img.toright {
	float: right;
}

#cargallery .image-duo img.toleft {
	float: left;
}

#cargallery table {
	width: 100%;
}

#cargallery #footer div {
	width: 50%;
}

#cargallery #footer div div {
	width: 100%;
}

#cargallery #foot5 {
	clear: none;
}

#cargallery #foot5 div {
	margin: 20px auto;
	text-align: right;
}

#cargallery #foot5 div img {
	margin: 0 auto;
}
#cargallery div.mod_content {
	clear: both;
}

/* HolidayAuto iframe
----------------------------------------------------------------------------- */
#holidayauto {
	margin: 0; 
	padding: 0;
	width: 830px;
}

#holidayautodiv {
	margin: 0 0 0 -15px; 
	padding: 0;
}

#navigation2 {
	list-style-type: none;
	width: auto;
	height: 30px;
	background: #e7e7e7 url(../images/bg_navigation.gif) repeat-x;
	border: 1px solid #dadada;
	border-left-width: 0;
	margin-bottom: 20px;
}

	#navigation2 li {
		position: relative;
		display: block;
		float: left;
	}

	#navigation2 li.first {
	}
#navigation2 li a:link, #navigation2 li a:visited {
	display: block;
	float: left;
	height: 16px;
	background: #e7e7e7 url(../images/bg_navigation.gif) repeat-x;
	font-size: 1.0em;
	color: #333;
	line-height: 1em;
	text-decoration: none;
	padding: 7px 10px;
	text-align: center;
}

#navigation2 li a:hover, #navigation2 li a:active {
	color: #000;
	background: #ddd url(../images/bg_navigation2_on.gif) repeat-x;
}

#navigation2 li#nav-home a:link, #navigation2 li#nav-home a:visited {
	margin-left: 200px;
}
#navigation2 li.current a:link, #navigation2 li.current a:visited,
#navigation2 li.current a:hover, #navigation2 li.current a:active {
}

#navigation2 li p {
	background: #ff9800 url(../images/nav-info-rental.gif) bottom left no-repeat;
	color: #fff;
	display: none;
	position: absolute;
	height: 15px;
	top: 32px;
	left: 0;
	overflow: hidden;
	padding: 5px 15px 10px 15px;
	margin: 0;
	width: 993px;
}

#navigation2 li#nav-leasing p {
	background: #4b93d6 url(../images/nav-info-leasing.gif) bottom left no-repeat;
	color: #000;
	left: -160px;
}

#navigation2 li#nav-hotels p,
#navigation2 li#nav-motorhomes p {
	background: #0c5ca5 url(../images/nav-info-motorhomes.gif) bottom left no-repeat;
	color: #fff;
	left: -400px;
}
	
#navigation2 li.selected > p {
	display: block;
}

#navigation2 li#nav-rental a:link, #navigation2 li#nav-rental a:visited {
	background: url(../images/nav-rental.gif) top no-repeat;
	height: 38px;
	margin: -6px 0 0 0;
	padding: 0;
	text-indent: -9999px;
	width: 160px;
}

#navigation2 li#nav-leasing a:link, #navigation2 li#nav-leasing a:visited {
	background: url(../images/nav-leasing.jpg) top no-repeat;
	height: 38px;
	margin: -6px 0 0 0;
	padding: 0;
	text-indent: -9999px;
	width: 240px;
}

#navigation2 li#nav-hotels a:link, #navigation2 li#nav-hotels a:visited {
	background: url(../images/nav-hotels.jpg) top no-repeat;
	height: 38px;
	margin: -6px 0 0 0;
	padding: 0;
	text-indent: -9999px;
	width: 229px;
}

#navigation2 li#nav-motorhomes a:link, #navigation2 li#nav-motorhomes a:visited {
	background: url(../images/nav-motorhomes.gif) top no-repeat;
	height: 38px;
	margin: -6px 0 0 0;
	padding: 0;
	text-indent: -9999px;
	width: 176px;
}

#navigation2 li.selected#nav-rental a:link, #navigation2 li.selected#nav-rental a:visited,
#navigation2 li#nav-rental a:hover, #navigation2 li#nav-rental a:active,
#navigation2 li.selected#nav-leasing a:link, #navigation2 li.selected#nav-leasing a:visited,
#navigation2 li#nav-leasing a:hover, #navigation2 li#nav-leasing a:active,
#navigation2 li.selected#nav-motorhomes a:link, #navigation2 li.selected#nav-motorhomes a:visited,
#navigation2 li.selected#nav-motorhomes a:link, #navigation2 li.selected#nav-motorhomes a:visited,
#navigation2 li#nav-leasing a:hover, #navigation2 li#nav-leasing a:active,
#navigation2 li#nav-hotels a:hover, #navigation2 li#nav-hotels a:active {
	background-position: bottom;
}
