/* CSS Document */
/*******************************************************************************/
/* Layout CSS File                                                             */
/*   Screen-based site layout and positioning rules                            */
/*                                                                             */
/* Developed by Matthew Harris, DBS, www.dbs-uk.co.uk                          */
/*******************************************************************************/

/* center align trick */
/*******************************************************************************/
body {
	/* to get ie5/win to align the layout in the center */
	text-align: center;
}

div#container {
	/* for center alignment */
	margin: 0 auto;
	text-align: left;
}

.dbs_links
{
	display: inline;
}

/* utility classes */
/*******************************************************************************/
div.spacer {
	clear: both;
}

div#background
{
	background:url(/site/img/bgslice.jpg) repeat-x;
}

div#surroundbg
{
	background:url(/site/img/topmainbg.jpg) center top no-repeat;
}

a
{
	outline:none;
}

/* site container */
/*******************************************************************************/
div#container
{
	width: 954px;
	padding:0 0 22px;
}

/* skip links - accessibility */
/*************************************************************************************/
div#skiplinks a, 
div#skiplinks a:hover, 
div#skiplinks a:visited,
div#skiplinks p
{
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
 
/* lvha */
div#skiplinks a,
div#skiplinks a:link, div#skiplinks a:visited, 
div#skiplinks a:hover, div#skiplinks a:active
{
	color: #ccc;
}




/* header block */
/*******************************************************************************/
div#header_container
{
	height:128px;
	background:url(/site/img/headerbg.jpg) top left no-repeat;
}

div#logo_container
{
	width:338px;
	height:92px;
	float:left;
	padding-top:18px;
	
}

div#logo
{
	position:absolute;
	width:338px;
}

div#logo .logoimg
{
	position:relative;
	left:-32px;
}


/* body block */
/*******************************************************************************/

div#left_column
{
	width:640px;
	float:left;
	padding:18px 0 18px 18px;
}

div#right_column
{
	width:296px;
	height:840px;
	float:left;
}

div#right_position
{
	position:absolute;
	width:296px;
}

div#right_container
{
	top:-28px;
	position:relative;
	width:296px;
	background:url(/site/img/right-container-bg.jpg) no-repeat;
}

div#lower_right_container
{
	width:264px;
	padding-left:14px;
}

div#body_container a:link,
div#body_container a:visited
{
	color:#1B92E6;
	font-weight:normal;
}

div#ticker_home
{
	padding-bottom:0;
}

div.home_column_left
{
	width:320px;
    float:left;
}

div#body_container a:hover,
div#body_container a:active
{
	color:#CB202D;
	font-weight:normal;
}


div#flash_container
{
	padding-left:15px;
}

.rightnavbutton
{
    padding-top: 5px;
}


div.left_column ul.yes_list
{
	margin:10px 0 30px 0;
	list-style:none;
}

div.left_column ul.yes_list li
{
	margin-bottom:0;
	padding:10px 0 10px 45px;
	background:url(/site/img/list-yes.jpg) no-repeat;
	color:#088F0B;
}

div.left_column ul.no_list
{
	margin:10px 0 0 0;
	list-style:none;
}

div.left_column ul.no_list li
{
	margin-bottom:0;
	padding:10px 0 10px 45px;
	background:url(/site/img/list-no.jpg) no-repeat;
	color:#8F081A;
}




/* perfect layout */
/*******************************************************************************/

div#perfect_box
{
	width:267px;
	height:201px;
	background:url(/site/img/perfect-box-bg.jpg) no-repeat #fff;
	padding:11px 0 0 29px;
	cursor: pointer;
}


.searchsubmit
{
	margin:25px 0 0 0;
	width:107px;
	height:31px;
	background:url(/site/img/perfect-submit.jpg) no-repeat;
	border:none;
	padding:0 30px 5px 0;
	text-transform:lowercase;
	font-size:1.33em;
	color:#FFF;
	cursor:pointer;
}

.searchlabel
{
	color:#055287;
	display:block;
	width:3.5em;
	float:left;
	margin-top:18px;
	font-size:1.17em;
}

.searchberth,
.searchlayout
{
	margin-top:15px;
	border:1px solid #055287;
	width:8.33em;
	background:#fff;
}



/* search results */
/*******************************************************************************/

div.resultbox_container
{
	width:638px;
	height:140px;
	border:1px solid #d5d5d5;
	background:url(/site/img/result-box-header-bg.jpg) top repeat-x;
	margin-bottom:15px;
}

div.resultbox_left
{
	width:455px;
	border-right:1px solid #d5d5d5;
	height:120px;
	padding:10px 9px;
	float:left;
}

div.resultbox_right
{
	width:137px;
	height:136px;
	padding:2px 13px;
	float:left;
}


/* model page */
/*******************************************************************************/

div.model_price
{
	width:413px;
	height:90px;
	float:left;
	background:#f5f9fc;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	padding:5px 0 0 10px;
}

div.model_price_container
{
	margin-bottom:20px;
}


div.model_info
{
	width:616px;
	border:1px solid #d5d5d5;
	background:url(/site/img/model-box-bg.jpg) top repeat-x;
	padding:25px 10px 10px 10px;
}

div.model_left_column
{
	width:211px;
	float:left;
	padding-bottom:10px;
}

div.model_right_column
{
	width:395px;
	float:left;
	padding-left:10px;
}

div.model_thumbs
{
	clear:both;
}
	


/* footer */
/*******************************************************************************/
div#footer_container
{
	color: #797979;
	font-size: 0.83em;
	background:url(/site/img/footerbg.jpg) repeat-x;
	padding-top:25px;
	clear:both;
	margin-top:25px;
}

div#footer_container a:link,
div#footer_container a:visited
{
	color:#1B92E6;
	font-weight:normal;
}

div#footer_container a:hover,
div#footer_container a:active
{
	color:#CB202D;
	font-weight:normal;
}



/* news ticker */
/*******************************************************************************/
#newsticker
{
  position: relative;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  height: 30px;
  width: 636px;
  margin-bottom: 10px;
  background: #fff url(/site/img/ticker-bg.jpg) repeat-x;
}

#newsticker div.scrollableArea p
{
	display: inline;
	padding: 0 25px;
	line-height: 30px;
	width: auto;
	height: auto;
}

/*	The scroll wrapper is always the same width and 
	height as the containing element (div). Overflow 
	is hidden because you don't want to show all of 
	the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

/* More Info panel in View Caravans */
#moreinfo
{
    display: none;
}

a#moreinfobutton
{
    display: block;
    text-align: right;
}

#backtohome
{
    margin-bottom: 15px;
}


/* code tag for linking to a site */
/*******************************************************************************/
code.linkcode
{
	margin: 1em 2em;
	padding: 0.5em;
	background: #ccc;
	border: 1px solid #999;
	color: #000;
	display: block;
	overflow: auto;
}

.required
{
    color: #ff0000;
}

h1
{
	padding:5px 0 15px 0;
	color:#cb202d;
	font-size:1.66em;
	font-weight:normal;
}

h2
{
	font-size:1.17em;
	font-weight:normal;
	color:#043c63;
	padding-bottom:15px;
}

h3, h4, h5, h6
{
	font-weight:normal;
	color:#cb202d;
}

p
{
	color:#797979;
	line-height:1.33em;
}

ul, 
ol, 
li
{
   	color:#797979;
}

label
{
   	color:#797979;
}



/* search result box */
/*******************************************************************************/

div.resultbox_right p.rrp
{
	font-size:1.5em;
	font-weight:bold;
	color:#1f8edb;
	margin-bottom:0;
}

.standout
{
	color:#dd0619;
}

.result_berth
{
	padding-left:6px;
	text-align:center!important;
}

.result_text
{
	padding:10px;
	color:#4577ae;
	font-size:1.33em;
}

div.resultbox_right p.resultbox_action
{
	font-size:1.17em;
	color:#055287;
	margin-bottom:4px;
	line-height:1em;
}

div#perfect_cont
{
	padding-top:10px;
}

.dealsright
{
	padding-bottom:5px;
}


/* model page */
/*******************************************************************************/


h1.inner_header
{
	margin-top:15px;
}

div.model_price p.rrp
{
	font-size:1.5em;
	font-weight:bold;
	color:#1f8edb;
	margin-bottom:0;
}

div.model_price p.maker
{
	font-size:1.17em;
	color:#055287;
	margin-bottom:2px;
}

div.model_price p.calltoaction
{
	font-size:1.25em;
	color:#055287;
	margin-bottom:0;
	line-height:1.17em;
}

.model_thumb_left
{
	padding-bottom:10px;
}

.model_thumb_additional
{
	padding:2px;
}

table#model_stats
{
	border:1px solid #b8d8f0;
	font-size:1.17em;
	color:#055287;
	margin-bottom:25px;
}


table#model_stats td.division
{
	border-right:1px solid #b8d8f0;
}

table#model_stats tr.odd
{
	background:#e4f1fb;
}

table#model_stats tr.even
{
	background:#fff;
}

table#model_stats td
{
	height:26px;
	padding:2px 0 0 5px;
}

div.model_right_column p
{
	padding:0 15px;
}

.redstandout
{
	color:#069;
	font-weight:bold;
}

/* *** */
/* Virtual Tour user control */
.showvirtualtour
{
    cursor: pointer;
}







/* modal popup */

div.modalPopup
{
	text-align:left;
	padding:10px;
}


div#shop_slide, div#service_slide
{
	width:275px;
	height:133px;
}



/* homebox */
/*******************************************************************************/


div.homeboxside_container
{
	width:262px;
	background:url(/site/img/homeboxside-bg.gif) repeat-y;
	margin: 5px 0;
}

div.homeboxside_header
{
	width:262px;
	height:13px;
	background:url(/site/img/homeboxside-header.gif) no-repeat;
}

div.homeboxside_footer
{
	width:262px;
	height:13px;
	background:url(/site/img/homeboxside-footer.gif) no-repeat;
}


div.homebox_container
{
	width:303px;
	background:url(/site/img/homebox-bg.jpg) repeat-y;
	margin-bottom:10px;
}

div.homebox_header
{
	width:303px;
	height:13px;
	background:url(/site/img/homebox-header.jpg) no-repeat;
}

div.homebox_footer
{
	width:303px;
	height:10px;
	background:url(/site/img/homebox-footer.jpg) no-repeat;
}

div.homebox_content
{
	padding:0 14px;
}
div.homebox_content p.homebox_header
{
	font-size:1.17em;
	color:#055287;
	font-weight:bold;
	line-height:1.17em;
	margin-bottom:5px;
}

div.homebox_content p.homebox_text
{
	font-size:0.92em;
	line-height:1.17em;
	margin-bottom:0;
}


div#shop_slide, div#service_slide
{
	margin-bottom:5px;
}
