@charset "utf-8";
/* CSS Document */

html, body {
padding:0;
margin:0;
background-color:#f4a54e;
background-image:url(../images/body-bg.jpg);
background-repeat:repeat-x;
background-position:top left;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
}


a {
color:#000000;
text-decoration:none;
font-size:11px;
}

a img {
border:none;
}

p {
/*  float:left;     */
line-height:160%;
font-size:13px;
color:#666666;
_margin:5px 5px 5px 5px;
margin:10px 10px 10px 10px;
}

.label {        /*  As in the label/title for fields on a form      */
line-height:160%;
font-size:13px;
font-weight:bold;
}

.p-like-text {
line-height:160%;
font-size:13px;
}

p.no-float {
float:none;
}

p.intro {
font-size:12px;
font-weight:bold;
color:#666666;
_margin:5px 0 5px 5px;
margin:10px 0 10px 10px;
}


/*
p.quote {
*/
/* float:left; */
/*
font-size:14px;
color:#666666;
font-style:italic;
font-weight:bold;
_margin:7px 0 5px 2px;
margin:15px 0 10px 3px;
border:solid 1px #CCCCCC;
padding:10px;
}
*/

span.main-heading {
/*  width:auto;
float:left;     */
color:#e76e34;
font-size:16px;
font-weight:bold;
}

span.sub-heading {
width:auto;
float:right;
margin-right:10px;
color:#999999;
font-size:18px;
font:Geneva, Arial, Helvetica, sans-serif;
margin-top:32px;
_margin-top:17px;
}

/*
h1 {
color:#e76e34;
font-size:16px;
font-weight:bold;
}
*/
/*  New H! style as advised by Edwina 15 June 2009 (TW ticket# 142) */
h1 {
font-family:Tahoma;
font-size:20px;
font-weight:bold;
color:#F9921C;
}


h2 {

margin-top:10px;
_margin-top:5px;
color:#e76e34;
font-size:14px;
font-weight:bold;
}

h3 {
color:#e76e34;
font-size:13px;
font-weight:bold;
}

h4 { /*used for big headers on pages that float left and have another title to their right*/

}

h5 {

}

.float-left {
float:left;
}

.float-right {
float:right;
}


img.float-left {
float:left;
margin-right:15px;
}

img.float-right {
float:right;
margin-left:15px;
}

.content ul {
/* float:left; */
}

.content ul li {
font-size:12px;
color:#666666;
_margin:5px 0 5px 5px;
margin:10px 0 10px 10px;
list-style-image:url(../images/list-bullet.gif);
}

.content table p {
margin:10px 0px 10px 0px;
color:#1F1F1F;
}

div.page-controls {
float:left;
width:100%;
height:auto;
}

div.page-controls a {
float:right;
}

div.hr {
float:left;
width:100%;
  height: 15px;
  background: #fff url(../images/hr-line.jpg) no-repeat scroll center;
  background-repeat:repeat-x;
}

div.hr hr {
width:100%;
float:left;
  display: none;
}

div.hr2 {
/*  float:left;     Commented out by Peter, 16 May 2009    */
width:100%;
height: 30px;
background: #fff;

}

div.hr2 hr {
float:left;
width:100%;
height: 15px;
background: #fff;
  display: none;
}

p.hr {

width: 1000px;
float: left;
display: block;
height: 30px;

}

/*
.container {
width:900px;
margin-left:auto;
margin-right:auto;
}
*/

.header {
width:100%;
height:175px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
background-position:top left;
}

/* -------------- CVL STYLES ------------------- */

/* ------ sub leve photo gallery styles ------- */
.photoGalleryMainHeading
{	
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 15pt;
	color: #F29130;
	margin:10px 0 0 0;
	padding:0px 0px 0px 10px;	
}
a.GalleryMainHeadingLink:link, a.GalleryMainHeadingLink:visited
{
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 15pt;
	color: #F29130;
	margin:10px 0 0 0;
	padding:0px 0px 0px 0px;
	text-decoration:none;
}
a.GalleryMainHeadingLink:hover
{
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 15pt;
	color: #F29130;
	margin:10px 0 0 0;
	padding:0px 0px 0px 0px;
	text-decoration:underline;
}
.photoGalleryMainPanel
{
	width:100%;
	padding:10px 0px 10px 0px;
	margin:0px;
	border-bottom:solid 1px #DFDFDF;
	float:left;
}
.photoThumbnailPanel
{
	background:url(../images/photo-thumbnail-background.gif) no-repeat;
	height:88px;
	width:112px;
	float:left;
}
.photoThumbnailPanel .photoThumbnail
{
	margin:0px;
	padding:4px 0 0 4px;
	float:left;
}
.photoGalleryDetailPanel
{
	float:right;
	padding:0px 0px 0px 5px;
	margin:0px;
    width:375px;
	height:70px;
	font-family:verdana;
	font-size:8pt;
	color:#666;
}
.photoGalleryDetailPanel span
{
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 11pt;
	color: #F29130;
}
.galleryCount
{
	float:left;	
	width:50px;
	padding:2px 0 0 0px;
	margin:0px 0 0 0;
	color:#759591;
	font-family:Verdana;
	font-size:16pt;
}
.galleryViewButton_panel
{
	float:right;
	margin:3px 20px 0 0;
}
.galleryViewButton
{
	float:right;
	width:140px;
	height:30px;
	margin:2px 0 0 0;
}
a.galleryViewButton:link, a.galleryViewButton:visited
{
	text-decoration:none;
	color:#666;
	font-size:8pt;
	width:132px;
	text-align:left;
	font-weight:normal;
	height:29px;
	line-height:29px;
	padding:0px 0px 0px 10px;
	background:url(../images/view-button.gif) no-repeat;

}
a.galleryViewButton:hover
{
	text-decoration:none;
	background:url(../images/view-button-hover.gif) no-repeat;

}
/* ------ //sub leve photo gallery styles ------- */


/* ----- top level photo gallery styles ------ */

.galleryPanelTopLevel
{
	float:left;
	width:490px;
	height:204px;
	background:url(../images/photo-galleries-top-level-page-section-bgr.gif) no-repeat;
	padding:15px;
	margin:0px;
	
}
.galleryTopLevelThumbnailPanel
{
	background:url(../images/photo-galleries-top-level-page-thumbnail-bgr.gif) no-repeat;
	width:186px;
	height:143px;
	padding:0px;
	margin:0px;
	float:left;
}
.galleryTopLevelThumbnailPanel .galleryTopLevelThumbnail
{
	margin:0px;
	padding:6px 0 0 6px;
	float:left;
}
.galleryTopLeveHeading
{
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 13pt;
	color: #F29130;
	margin:0px 0 0 0;
	padding:0px 0px 0px 0px;
}
.galleryTopLevelDetails
{
	float:left;
	padding:5px 0px 0px 0px;
	margin:0px;
	width:275px;
	height:110px;
	font-family:verdana;
	font-size:8pt;
	color:#666;
}
.galleypanel{width:200px;}
/* ----- //top level photo gallery styles ------ */


/* ------ // main level photo gallery styles ---- */
.galleryMainTopNote
{
	float:left;
	width:auto;
	padding:0px 0px 0px 10px;
	margin:10px 0px 10px 0px;
	font-size:11px;
	font-family:verdana;
	color:#4D4D4D4;
}
.galleryMainLevelPanel
{
	float:left;
	width:508px;
	height:475px;
	background:url(../images/gallery-background.jpg) no-repeat;
	padding:15px;	
}
.galleryMainLevelPanel-height
{
	float:left;
	width:508px;
	height:520px;
	background:url(../images/gallery-background-height.jpg) no-repeat;
	padding:15px;	
}
.galleryMainHeader
{
	width:94%;	
	float:left;
}
.galleryMainHeading_left
{
	width:auto;	
	color:#F29130;
	font-family: Trebuchet MS;	
	font-size:18px;
	float:left;
	text-transform:uppercase;
}
.galleryMainHeading_right
{
	float:right;
	padding:0px;
	margin:0px 27px 0px 0px;	
}
.galleryMainHeading_right span
{
	float:left;		
	padding:0px 0 0 0px;
	margin:0px 3px 0 0;
	color:#759591;
	font-family:Verdana;
	font-size:16pt;
}
.galleryMain_PhotoPanel
{
	width:440px;
	height:361px;
	margin:10px 30px 0px 20px;
	padding:0px;	
	float:left;
	#float:left;
	_float:none;
}
.galleryMain_pagingPanel
{
	width:auto;	
	
}

.galleryMain_pagingPanel a.galleryPagingLink:link
{
	background:url(../images/gallery-page-number-button.jpg) no-repeat;
	width:27px;
	height:25px;
	line-height:25px;
	font-family: Trebuchet MS;
	color:#000;	
	font-size:10pt;
	padding:3px 10px 5px 10px;
	text-decoration:none;
}

.galleryMain_pagingPanel a.galleryPagingLink:hover
{
	background:url(../images/gallery-page-number-button-hover.jpg) no-repeat;	
	text-decoration:none;
}
.galleryMain_pagingBottom
{
	width:auto;
	padding:0px;
	margin:5px 0px 0px 0px;
}
.galleryMain_pagingBottom a.galleryButtonPrevLink:link
{
	background:url(../images/gallery-bottom-buttons-previous.jpg) no-repeat;
	width:35px;
	height:33px;
	line-height:33px;
	font-family: Trebuchet MS;
	color:#000;	
	font-size:10pt;
	padding:8px 15px 8px 15px;
	text-decoration:none;
}

.galleryMain_pagingBottom a.galleryButtonPrevLink:hover
{
	background:url(../images/gallery-bottom-buttons-previous-hover.jpg) no-repeat;	
	text-decoration:none;
}
.galleryMain_pagingBottom a.galleryButtonNextLink:link
{
	background:url(../images/gallery-bottom-buttons-next.jpg) no-repeat;
	width:35px;
	height:33px;
	line-height:33px;
	font-family: Trebuchet MS;
	color:#000;	
	font-size:10pt;
	padding:8px 15px 8px 15px;
	text-decoration:none;
}

.galleryMain_pagingBottom a.galleryButtonNextLink:hover
{
	background:url(../images/gallery-bottom-buttons-next-hover.jpg) no-repeat;	
	text-decoration:none;
}
.galleryMain_thumbnail
{
	float:left;
	margin:0px 0px 0px 0px;
	width:100px;
	height:75px;
}
/* ------------******* pagenation *********-------------- */
div.pagination {
	padding: 3px 3px 3px 3px;
	margin: 3px;
}

div.pagination a {
	background:url(../images/gallery-page-number-button.jpg) no-repeat;
	width:35px;
	height:25px;
	line-height:25px;
	font-family: Trebuchet MS;
	color:#000;	
	font-size:10pt;
	padding:4px 13px 5px 7px;
	margin:0px 1px 0px 0px;
	text-decoration:none;

}
div.pagination a:hover, div.pagination a:active {
	background:url(../images/gallery-page-number-button-hover.jpg) no-repeat;	
	text-decoration:none;
	color: #000;
}
div.pagination span.current {
	    padding:5px 13px 5px 7px;	
		font-size:10pt;
		height:25px;
		line-height:25px;		
		font-weight: bold;
		background:url(../images/gallery-page-number-button-hover.jpg) no-repeat;
		
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 0px solid #EEE;	
		color: #DDD;
	}



div.pagination a.galleryTopPrevLink:link
{
	background:url(../images/gallery-top-buttons-previous.jpg) no-repeat;
	width:27px;
	height:30px;
	line-height:30px;
	font-family: Trebuchet MS;
	color:#000;	
	font-size:10pt;
		padding:6px 10px 12px 10px;
	text-decoration:none;
}
div.pagination a.galleryTopPrevLink:hover
{
	background:url(../images/gallery-top-buttons-previous.jpg) no-repeat;	
	text-decoration:none;
}
div.pagination a.galleryTopFirstLink:link
{
	background:url(../images/gallery-top-buttons-first.jpg) no-repeat;
	width:27px;
	height:30px;
	line-height:30px;
	font-family: Trebuchet MS;
	color:#000;	
	font-size:10pt;
		padding:6px 10px 12px 10px;
	text-decoration:none;
}
div.pagination a.galleryTopFirstLink:hover
{
	background:url(../images/gallery-top-buttons-first.jpg) no-repeat;	
	text-decoration:none;
}

div.pagination a.galleryTopNextLink:link
{
	background:url(../images/gallery-top-buttons-next.jpg) no-repeat;
	width:27px;
	height:21px;
	line-height:21px;
	font-family: Trebuchet MS;
	color:#000;	
	font-size:10pt;
	padding:3px 12px 5px 12px;
	text-decoration:none;
}
div.pagination a.galleryTopNextLink:hover
{
	background:url(../images/gallery-top-buttons-next.jpg) no-repeat;	
	text-decoration:none;
}
div.pagination a.galleryTopLastLink:link
{
	background:url(../images/gallery-top-buttons-last.jpg) no-repeat;
	width:27px;
	height:21px;
	line-height:21px;
	font-family: Trebuchet MS;
	color:#000;
	font-size:10pt;
	padding:3px 12px 5px 12px;
	text-decoration:none;
}
div.pagination a.galleryTopLastLink:hover
{
	background:url(../images/gallery-top-buttons-last.jpg) no-repeat;	
	text-decoration:none;
}
.galleryTopFirstImg
{
	background:url(../images/gallery_top_arrow_first.jpg) no-repeat;	
	padding:0px 5px 0px 0px;	
	margin:0px;	
}
.galleryTopNextImg
{
	background:url(../images/gallery_top_arrow_next.jpg) no-repeat;	
	padding:0px 5px 0px 0px;	
	margin:0px;	
}
.galleryTopLastImg
{
	background:url(../images/gallery_top_arrow_last.jpg) no-repeat;	
	padding:0px 5px 0px 0px;	
	margin:0px;	
}
.galleryTopPrevImg
{
	background:url(../images/gallery_top_arrow_prev.jpg) no-repeat;	
	padding:0px 5px 0px 0px;	
	margin:0px;	
}
.galleryBottomPrevImg
{
	background:url(../images/gallery_bottom_arrow_prev.jpg) no-repeat;	
	padding:0px 5px 8px 0px;	
	margin:0px;	
}
.galleryBottomNextImg
{
	background:url(../images/gallery_bottom_arrow_next.jpg) no-repeat;	
	padding:0px 5px 8px 0px;	
	margin:0px;	
}
/* ------------******* //pagenation *********-------------- */
/*
  This element is dynamically created. There is only one per page.
  xModalDialog assumes this class name.
*/
.image_browser_header
{
	height:35px;
}
.image_browser_header_heading
{
  float:left;
  font-family: Trebuchet MS;
  font-size:18pt;
  color:#F29130;
  text-transform:uppercase

}

.image_browser_footer
{
	background:#fff;
	text-align:left;
	font-family:Verdana;
	color:#000;
	font-size:12px;
	padding:0px 5px 0px 5px;	

}
#image_browser_text
{
	
	text-align:left;
	font-family:Verdana;
	color:#4D4D4D;
	font-size:12px;
	padding:8px 0 0 0;	
	
}
.xModalDialogGreyElement {
  position: absolute;
  overflow: hidden;
  width: 10px; height: 10px;
  left: -10px; top: -10px;
  z-index: 100;
  opacity: .8;      /*  .3; */   /* CSS3 */
  background-color: #000;
}

.clsModalDialog {
  position: absolute;
  left: -500px;     /* Dialogs are hidden by placing them "off-screen". */
  width: 200px;
  padding: 0;                       /*  1em;                */
  color: #000;                   /*  #BF8660;            */
  background-color: #fff;    /*  #FFF;               */
  border: solid 10px #FFF;                        /*  2px solid #BF8660;  */
  z-index: 101;     /* This must be at least one more than the z-index of xModalDialogGreyElement. */
  font-size:smaller;
  text-align:right;

}

/* ------- // popup style ---- */
/* footer styles */
.footerPanel
{
	float:left;
	width:100%;
	background:#fff;
	padding:0 0 10px 0;
}
.footerRightPanel
{
	float:right;
	width:690px;
	margin:0 10px 0 0 ;	
}
.footerHeader
{
	float:left;
	width:100%;
	height:40px;
	border-bottom:solid 1px #DFDFDF;
	padding:0 0 3px 0;
}
.footer_logo
{
 float:right;
}
.footerLinksPanel
{
	float:left;
	width:160px;
}
.footerBottomBorder
{
border-bottom:solid 1px #DFDFDF;
height:25px;
}
.footerLinksPanel a
{
	text-decoration:none;
	color:#779490;
	font-weight:bold;
	line-height:19px;
/*  padding:4px 0px 5px 20px;
	background:url(../images/arrow_footer.jpg) no-repeat;     */
    padding:4px 0px 5px 0px;
	font-family:Arial;
	font-size:9pt;
	
}
.footerLinksPanel a:hover
{
	
	color:#5B5B5D;
	
}
.footer_panel_01
{
	float:left;
	width:171px;
	margin:0 0px 0 0;
}
.footer_01_header
{
	float:left;
	width:171px;
	background:url(../images/grey-header_footer.jpg) no-repeat;
	height:31px;
	line-height:30px;
	padding:0 0 0 10px;
	color:#fff;
	font-weight:bold;
	font-size:8pt;
	font-family:Arial;
}
.footer_01_display
{
	float:left;
    width:171px;
	height:166px;
	background:url(../images/box-background_footer.jpg) no-repeat;
	padding:8px 8px 8px 15px;
}
.footer_01_display a
{
	color:#779490;
	font-size:8pt;
	text-decoration:none;	
}
.footer_01_display a:hover
{
	color:#5B5B5D;
	
}
/* //footer styles */
/* --------------- // CVL STYTLES --------------- */
/*
table {
border:none;
width:100%;
margin-top:10px;
margin-bottom:10px;
_margin-top:5px;
_margin-bottom:5px;
}
*/

table.tab01{
border:solid 1px #333333;
border:none;
width:100%;
margin-top:10px;
margin-bottom:10px;
_margin-top:5px;
_margin-bottom:5px;

}

table.tab01 tr th {
background-color:#FF9933;
padding:2px 5px 2px 5px;
border-right:solid 1px #CCCCCC;
border-bottom:solid 1px #999999;
font-size:11px;
font-weight:bold;
color:#333333;
}

table.tab01 tr td {
border-right:solid 1px #CCCCCC;
border-bottom:solid 1px #CCCCCC;
padding:2px 5px 2px 5px;
font-size:11px;
color:#333333;
}

table.tab01 tr:hover {
background-color:#FFCC33;
}

/*
.whole {
float:left;
background-color:#FFFFFF;
padding-bottom:20px;
}
*/

table.tab02 {
margin-left: 10px;
}

table.tab02 p {
color:#666666;
}

table.tab03 {

	
}

.make-an-enquiry a{
margin-top:10px;
_margin-top:5px;
padding:0;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
text-decoration:none;
text-align:center;
display:block;
height:29px;
width:175px;
background-image:url(../images/nl/make-an-enquiry.jpg);
background-position:top;
background-repeat:no-repeat;
}


.make-an-enquiry a:hover{
text-decoration:none;
line-height:240%;
display:block;
height:29px;
width:175px;
background-image:url(../images/nl/make-an-enquiry.jpg);
background-position:bottom;
background-repeat:no-repeat;
}

.make-an-enquiry-submit {
cursor:pointer;
font-family:verdana;
text-transform:uppercase;
font-size:10px;
color:#333333;
width:119px;
height:29px;
border:none;
background-image:url('images/button-bg.gif');
} 

#languages {
width:170px;
height:auto;
padding:10px 0 5px 12px;
}

#languages a img {
border:solid 1px #666666;
}

/* ----------------- Right sidebar top buttons -------------------------------- */

.call-us-en a {
padding:0;
margin-left:2px;
margin-bottom:2px;
text-decoration:none;
text-align:center;
display:block;
width:188px;
height:71px;
background-image:url(../images/nl/call-us-en.gif);
background-position:top;
background-repeat:no-repeat;
}

.call-us-en a:hover {
text-decoration:none;
line-height:240%;
display:block;
width:188px;
height:71px;
background-image:url(../images/nl/call-us-en.gif);
background-position:bottom;
background-repeat:no-repeat;
}

.call-us a {
padding:0;
margin-left:2px;
margin-bottom:2px;
text-decoration:none;
text-align:center;
display:block;
width:188px;
height:71px;
background-image:url(../images/nl/call-us.gif);
background-position:top;
background-repeat:no-repeat;
}

.call-us a:hover {
text-decoration:none;
line-height:240%;
display:block;
width:188px;
height:71px;
background-image:url(../images/nl/call-us.gif);
background-position:bottom;
background-repeat:no-repeat;
}

.call-us a {
padding:0;
margin-left:2px;
margin-bottom:2px;
text-decoration:none;
text-align:center;
display:block;
width:188px;
height:42px;
background-image:url(../images/nl/call-us.gif);
background-position:top;
background-repeat:no-repeat;
}

.call-us a:hover {
text-decoration:none;
line-height:240%;
display:block;
width:188px;
height:42px;
background-image:url(../images/nl/call-us.gif);
background-position:bottom;
background-repeat:no-repeat;
}

.skype-us a {
padding:0;
margin-left:2px;
margin-bottom:5px;
text-decoration:none;
text-align:center;
display:block;
width:188px;
height:42px;
background-image:url(../images/nl/skype-us.gif);
background-position:top;
background-repeat:no-repeat;
}

.email-us a {
padding:0;
margin-left:2px;
margin-bottom:6px;
text-decoration:none;
text-align:center;
display:block;
width:188px;
height:56px;
background-image:url(../images/nl/email-us.gif);
background-position:top;
background-repeat:no-repeat;
}

.faq a {
padding:0;
margin-left:2px;
margin-bottom:5px;
text-decoration:none;
text-align:center;
display:block;
width:188px;
height:42px;
background-image:url(../images/nl/read-our-faq.gif);
background-position:top;
background-repeat:no-repeat;
}


/*
.left-sidebar {
margin:0;
background-color:#FFFFFF;
float:left;
width:188px;
height:auto;
}
*/

.content {
/*
background-color:#FFFFFF;
width:500px;
height:auto;
float:left;
padding:20px 12px 0px 12px;
_padding:20px 5px 0px 5px;
*/
}

.content a {
color:#dd8f42;
font-weight:bold;
font-size:13px;
}

.content a:hover {
text-decoration:underline;
}

/*
.right-sidebar {
background-color:#FFFFFF;
float:right;
margin:0;
width:188px;
height:auto;
}
*/

.booking-submit {
cursor:pointer;
font-family:verdana;
text-transform:uppercase;
font-size:10px;
color:#333333;
width:153px;
height:29px;
border:none;
background-image:url('images/button-bg-wide.gif');

}

.footer {
/*
float:left;
width:100%;
height:108px;
background-image:url(../images/footer_bg.gif);
background-position:bottom;
background-repeat:no-repeat;
*/
}

.footer p {
font-family:Verdana, Arial, Helvetica, sans-serif;
padding-top:30px;
line-height:200%;
margin-left:130px;
}

.footer span.white-text {
color:#FFFFFF;
}

.module {
float:left;
border:solid 1px #d9d9d9;
width:168px;
margin-left:9px;
_margin-left:4px;
height:auto;
}

.right-module {
float:left;
border:solid 1px #d9d9d9;
width:168px;
margin-left:9px;
_margin-left:4px;
margin-bottom:15px;
_margin-bottom:7px;
height:auto;
}

.module span.box-link-text {
margin-left:50px;
}

.left-menu-thumb-plus-text {
    float:left;
    margin:0 0 7px -3px;
    width:151px;
    height:37px;
    border:1px solid #d2d2d2;
    font-size:10px;
    line-height:350%;
    /*  background-image:url(../images/campervans-icon-small.gif);    */
    background-repeat:no-repeat;
    background-position:left;
    }

.left-menu-thumb-plus-text:hover {
    border:1px solid #000000;
    }

.left-menu-text-only {
    border:1px solid #d2d2d2;
    font-size:12px;
    }

.left-menu-text-only:hover {
    border:1px solid #000000;
    }

.left-menu-image-only {
    text-align:center;
    margin:8px;
    padding:3px 0 3px 0;
/*  width:151px;    */
/*  height:37px;    */
    border:1px solid #d2d2d2;
    font-size:12px;
    }

.left-menu-image-only:hover {
    border:1px solid #000000;
    }

.module a.box-link-campervans {
float:left;
margin:0 0 7px -3px;
width:151px;
height:37px;
border:1px solid #d2d2d2;
font-size:10px;
line-height:350%;
background-image:url(../images/campervans-icon-small.gif);
background-repeat:no-repeat;
background-position:left;
}

.module a.box-link-campervans:hover {
border:1px solid #000000;
}


.module a.box-link-cars{
float:left;
margin:0 0 7px -3px;
width:151px;
height:37px;
border:1px solid #d2d2d2;
font-size:10px;
line-height:350%;
background-image:url(../images/cars-icon-small.gif);
background-repeat:no-repeat;
background-position:left;
}

.module a.box-link-cars:hover {
border:1px solid #000000;
}

.module a.box-link-flydrive{
float:left;
margin:0 0 7px -3px;
width:151px;
height:37px;
border:1px solid #d2d2d2;
font-size:10px;
line-height:350%;
background-image:url(../images/flydrive-icon-small.gif);
background-repeat:no-repeat;
background-position:left;
}

.module a.box-link-flydrive:hover {
border:1px solid #000000;
}



div.module-header {
background-color:#DD8F42;
height:25px;
}

span.module-icon-home {
background-image:url(../images/module-header-icon-home.gif);
background-position:left;
background-repeat:no-repeat;
width:20px;
height:25px;
float:left;
}

span.module-icon-book-online {
background-image:url(../images/module-header-icon-book-online.gif);
background-position:left;
background-repeat:no-repeat;
width:20px;
height:25px;
float:left;
}

span.module-icon-experience {
background-image:url(../images/module-header-icon-experience.gif);
background-position:left;
background-repeat:no-repeat;
width:20px;
height:25px;
float:left;
}

span.module-icon-travel {
background-image:url(../images/module-header-icon-travel.gif);
background-position:left;
background-repeat:no-repeat;
width:20px;
height:25px;
float:left;
}

span.module-icon-news {
background-image:url(../images/module-header-icon-news.gif);
background-position:left;
background-repeat:no-repeat;
width:20px;
height:25px;
float:left;
}

span.module-icon-info {
background-image:url(../images/module-header-icon-info.gif);
background-position:left;
background-repeat:no-repeat;
width:20px;
height:25px;
float:left;
}

span.module-icon-specials {
background-image:url(../images/module-header-icon-specials.gif);
background-position:left;
background-repeat:no-repeat;
width:20px;
height:25px;
float:left;
}

span.module-icon-contact-us {
background-image:url(../images/module-header-icon-contact-us.gif);
background-position:left;
background-repeat:no-repeat;
width:20px;
height:25px;
float:left;
}

span.module-icon-share {
background-image:url(../images/module-header-icon-share.gif);
background-position:left;
background-repeat:no-repeat;
width:20px;
height:25px;
float:left;
}

span.module-icon-faq {
background-image:url(../images/module-header-icon-faq.gif);
background-position:left;
background-repeat:no-repeat;
width:20px;
height:25px;
float:left;
}

img.share-icon {
float:left;
margin-right:10px;
}



span.module-title {
height:25px;
line-height:220%;
width:118px;
float:left;
color:#FFFFFF;
font-size:11px;
padding-left:10px;

}

span.module-header-arrow{
float:left;
margin-top:6px;
}


form.book-online {
margin-top:10px;
_margin-top:5px;
padding-left:10px;
font-size:11px;
}

form p {
font-size:11px;
color:#888888;
margin-bottom:10px;
}

.form-submit {
padding-top:10px;
}


p object {
float:left;
margin-top:15px;
_margin-top:7px;
}

object p {
width:178px;
padding:0;
margin:0;
}

p object {
float:left;
margin-top:15px;
}

#right-menu .module {
margin-top:10px;
_margin-top:5px;
}


img.thumbnail {
padding:2px;
float:left;
}

span.module-header-contact-us {
width:100%;
height:25px;
line-height:220%;
background-color:#DD8F42;
color:#FFFFFF;
font-size:11px;
background-image:url(../images/module-header-icon-contact-us.gif);
background-position:left;
background-repeat:no-repeat;
}

span.orange-text {
color:#da7b4b;
font-size:11px;
line-height:180%;
}

.module span {
font-size:11px;
}

.campervans-hover-icon a{
padding:0;
margin-left:auto;
margin-right:20px;
display:block;
width:94px;
height:94px;
background-image:url(../images/campervans-icon-large.gif);
background-repeat:no-repeat;
float:left;
}

.campervans-hover-icon a:hover{
display:block;
width:94px;
height:94px;
background-image:url(../images/campervans-icon-large-hover.gif);
background-repeat:no-repeat;
}



div.home-campervans-intro {
margin:10px 0 10px 0;
min-height:100px;
_height:100px;
width:auto;
}

div.home-campervans-intro p{
font-size:12px;
line-height:170%;
margin:0;
}

.cars-hover-icon a{
padding:0;
margin-left:auto;
margin-right:20px;
display:block;
width:94px;
height:94px;
background-image:url(../images/cars-icon-large.gif);
background-repeat:no-repeat;
float:left;
}

.cars-hover-icon_ie6 {
background-image:url(../images/cars-icon-large.gif);
background-repeat:no-repeat;
}

.cars-hover-icon_ie6 a{
margin-right:20px;
}

.cars-hover-icon a:hover{
display:block;
width:94px;
height:94px;
background-image:url(../images/cars-icon-large-hover.gif);
background-repeat:no-repeat;
}

div.home-cars-intro {
margin:10px 0 10px 0;
min-height:100px;
_height:100px;
width:auto;
}

div.home-cars-intro p{
font-size:12px;
line-height:170%;
margin:0;
}

.flydrive-hover-icon a{
padding:0;
margin-left:auto;
margin-right:20px;
display:block;
width:94px;
height:94px;
background-image:url(../images/flydrive-icon-large.gif);
background-repeat:no-repeat;
float:left;
}

.flydrive-hover-icon a:hover{
display:block;
width:94px;
height:94px;
background-image:url(../images/flydrive-icon-large-hover.gif);
background-repeat:no-repeat;
}

div.home-flydrive-intro {
margin:10px 0 10px 0;
min-height:100px;
_height:100px;
width:auto;
}

div.home-flydrive-intro p{
font-size:12px;
line-height:170%;
margin:0;
}

table.tip {
margin-right:auto;
margin-left:auto;
background-color:#000000;
width:480px;
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

table.tip tr {
width:100%;
height:auto;
}

table.tip p.tip-text {
color:#FFF;
padding:10px 10px 10px 22px;
}

.tip-top-left{
background-image:url(../../images/tip-box-top-left.gif);
background-repeat:no-repeat;
background-position:bottom left;
height:79px;
width:18px;
}

.tip-top-right{
background-image:url(../../images/tip-box-top-right.gif);
background-repeat:no-repeat;
background-position:left left;
height:79px;
width:98px;
margin:0;
padding:0;
}

td.tip-top {
background-image:url(../../images/tip-box-top-centre.gif);
background-repeat:repeat-x;
background-position:bottom;
height:79px;
width:auto;
text-align:left;
vertical-align:bottom;
}

.tip-top {
text-align:left;
text-transform:uppercase;
color:#F99B1C;
}

.tip-bottom-left{
background-image:url(../../images/tip-box-bottom-left.gif);
background-repeat:no-repeat;
background-position:bottom left;
}

.tip-bottom {
background-color:#000;
}

.tip-bottom-right{
background-image:url(../../images/tip-box-bottom-right.gif);
background-repeat:no-repeat;
background-position:bottom left;

table.tip {
float:left;
margin-right:auto;
margin-left:auto;
background-color:#000000;
width:480px;
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

th.spring {
background-color:#92d050;
}

th.summer {
background-color:#ffde00;
}

th.autumn {
background-color:#ffae00;
}

th.winter {
background-color:#b8cce4;
}

td.green {
background-color:#92d050;
}
td.yellow {
background-color:#ffde00;
}

td.orange {
background-color:#ffae00;
}

td.blue {
background-color:#b8cce4;
}


