@charset "UTF-8";
/* CSS Document */

#leftColumn, #iconBar, #extraImages
{
	display:none;
}

body
{
}


/*==========================================================*/
/*= Product page CSS                                       =*/
/*==========================================================*/
.ppImage
{
	width:90%;
}		


#mainBody
{
	width:210mm;
	position:inherit;
	margin:auto;
}

.chilliImage
{
	width:50%; 
	display:inline;	
}


#dimensionBox
{
	border:1px solid red; 
 width:90%; 
 margin:auto; 
 font-size:x-small;
 font-weight:bold; 
 text-align:center;
}

.leftArea
{
	width:71%;
	float:left;
	margin-left:0.5em;
	margin-top:0.5em;
	text-align:center;
}

.leftColumn
{
	max-width:31%;
	float:left;
	margin-right:0.5em;
	margin-top:0.5em;
	text-align:center;
}

.rightColumn
{
	width:25%;
	float:right;
	margin-right:0.5em;
	margin-top:0.5em;
	text-align:center;
	border-left:1px solid grey;
}

.centerColumn
{
	max-width:65%;
	margin:auto;
	padding-top:0.3em;
	text-align:center;
	float:left;
}


.classAtrNorm
{
	color:#000000;
}

.classAtrAlt
{
	color:#999900;
}

.sliderTable
{
	/*border:1px solid blue;*/
	font-size:1em;
}

.menuLink
{
	font-size:0.8em;
	text-decoration:none;
}
/******************************
----- Compare classes     -----
******************************/
.compareRow
{
	background-color:black ;
	-khtml-opacity:.50; 
	-moz-opacity:.50; 
	-ms-filter:”alpha(opacity=50)”; 
	filter:alpha(opacity=50); 
	opacity:.50;  	
}

.compareCellLabel
{
	background-color:#dbdaac;
	color:white;
	font-size:0.8em;
	font-weight:bold;
}

.compareCell
{
	background-color:black ;
	-khtml-opacity:.50; 
	-moz-opacity:.50; 
	-ms-filter:”alpha(opacity=50)”; 
	filter:alpha(opacity=50); 
	opacity:.50;  	
	width:115px; 
	text-align:center;
	color:white;
	font-size:0.8em;
	font-weight:bold;
}

.standardCompareCell
{
	width:115px; 
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
}

/******************************
----- Slider Classes -----
******************************/

.extender
{
	position:absolute;
	bottom:0px;
}

.departmentCell
{
	width:33%;
	vertical-align:top;
	text-align:center;
}

.detailCell
{
	width:170px;
	vertical-align:top;
	text-align:center;
}

.spacer
{
	width:5%;
}

.detailTable
{
	width:170px;
	text-align:left;
	background-color:#dbdaac;
	margin:auto;
}

.departmentDetailCell
{
	width:170px;
	text-align:center;
	vertical-align:top;
	background-color:#dbdaac;
	border:2px solid darkgrey;
}

#hotelSliderContainer {
	width:705px;
	height:75px;
	position:relative;
	background-color: #dee1c8;
}

#hotelSliders { position: relative; }

#hotelSliders .hotelSliderBox {
	float: left;
	display: block;
	width: 100px;
	height: 75px;
	padding:0px;
	margin:0px;
}

#hotelSliders .hotelSliderBoxActive {
	float: left;
	display: block;
	width: 350px;
	height: 75px;
}

.sliderHeader {
	color:#FFF;
	font-weight:bold;
}

.hotelSliderBox_1 {
	background-color: #afb395;
	color:#FFF;
}

.hotelSliderBox_2 {
	background-color: #ced2b3;
	/*color:#263b67;*/
	color:#FFF;
}

.hotelSliderBox_3 {
	background-color: #dee1c8;
	color:#263b67;
}

a.hotelBox {
	display:block;
	width:100%;
	height:98px;
	border:none;
	float:left;
	color:#FFF;
}

div.hotelSliderBoxContent {
	width:auto;
	height:100%;
	z-index:2;
	position:relative;
	overflow:hidden;
}

#pricing {
	background: #afb395 url('../../images/leasing.png');
	background-repeat:no-repeat;
}

.pageTitle
{
	font-size:1.2em;
	color:#ced2b3;
	margin-left:1.5em;
	margin-top:1em;
}

.legendTitle
{
	font-size:1.3em;
	color:#ced2b3;
}

.categoryButton 
{
	background: url('../../images/departmentButton.png');
	display:inline-block;
	background-repeat:no-repeat;
	background-position:center;
	width:170px;
	height:29px;
	padding-top:0.5em;
	text-align:left;
	padding-left:0.6em;
}

.categoryButton  div
{
	font-size:0.7em;
	font-weight:bold;
	color:black;
	text-align:center;
	vertical-align:middle;
	max-width:120px;
	margin-left:10px;
/*	margin:auto 10px auto;*/
	height:29px;
}

div.sliderBoxMargin {
	margin-left:100px;
	padding-left:10px;
	overflow:hidden;
	/*padding:5px;*/
	width:333px;
	z-index:2;
	position:relative;
	cursor:default;
	height:100%;
	border-left:2px solid white;
}

#pricingContent p {
	position:relative;
	/*margin:0px;*/
	overflow:auto;
	width:210px;
	height:100%;
	/*height:20px;*/
}

#pricingHelp {
	/*background-color: #ced2b3;*/
	border-left:1px solid #FFF;
	color:#FFF;
	width:120px;
	padding:0px 0px 5px 5px;
	height:100%;
	float:right;
	overflow:hidden;
	font-size:12px;
}

#pricingHelp h5 { letter-spacing:1px; }

#pricingHelp h5, #pricingHelp p, #pricingHelp li, #pricingHelp a {
	font-size:12px;
	color:#FFF;
}

#pricingHelp p a {
	font-size:12px;
	color:#263b67;
}

#pricingHelp p a:hover { border-bottom: 1px solid #263b67; }

#availability {
	background:url('../../images/accessories.png');
	background-repeat:no-repeat;
}

#contact {
	background:url('../../images/delivery.png');
	background-repeat:no-repeat;
}

#warranty {
	background:url('../../images/warranty.png');
	background-repeat:no-repeat;
	}
	
#offers {
	background:url('../../images/compare.png');
	background-repeat:no-repeat;
}

#book {
	background:url('../../images/runningcosts.png');
	background-repeat:no-repeat;
}

#location {
	background:url('../../images/hints.png');
	background-repeat:no-repeat;
}

#offersContent h4, #availabilityContent h4 {
	font-size:14px;
	margin:0px;
}

#offers ul {
	list-style:circle;
	padding-left:20px;
}

#offers ul:first-letter {
	color:red;
	text-transform:capitalize;
}

a.hotelSliderButton {
	display:block;
	height:20px;
	border:1px solid #afb395;
	background:#dee1c8;
	text-align:center;
	line-height:20px;
	color:#75795e;
	text-decoration:none;
	width:150px;
}

a.hotelSliderButton:hover {
	display:block;
	height:20px;
	border:1px solid #afb395;
	background:#FFF;
	text-align:center;
	line-height:20px;
}

.clr { clear:both; }

/**************
*** General ***
**************/
body  {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 100%;
	color:#000;	
}

img { 
	border: none;
		}
		
.ppHeader
{
	background-image:url(../../images/ppHeader.png);
}		

.tricolLeft
{
	float:left; 
	width:32%;
}

.tricolRight
{
	float:right; 
	width:32%;
}

.tricolCenter
{
	margin:auto; 
	width:32%;	
}



.labelCell
{
	font-size:0.7em;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	font-family:arial;
	font-stretch:extra-expanded;
}

.dataCell
{
	font-size:0.7em;
	text-align:left;
	font-family:arial;
}

.dataCellRight
{
	font-size:x-small;
	text-align:right;
}

.noteCell
{
	font-size:x-small;
	text-align:left;
	color:#dbdaac;
}


.imagecenter { 
	text-align: center; 
	margin: 15px; 
} 		
		
.wideOverlay
{
	background-position:center;
	background-repeat:no-repeat;
	height:31px;
	margin-top:0.5em;
	vertical-align:middle;
	padding-top:0.5em;
}
		
.menu a, .menu div
{
	color:white;
	background-color:#c30000;
	display:block;
	text-decoration:none;
	margin-top:0.5em;
	padding-bottom:0.2em;
	font-size:small;
	padding-left:0.2em;
}

a.overlay{
	color:#dbdaac;
	background-color:black;
	text-decoration:none;
	margin-top:1em;
	font-size:small;
	font-weight:bold;
	margin-left:3em;
	margin-right:1em;
}

.menu 
{
	border-bottom:2px solid black;
}

.dropClosed 
{
	border-top:2px solid #dbdaac;
}

.dropOpen 
{
	height:100px; 
	width:100%; 
	background-color:#dbdaac; 
	color:#000000; 
	overflow-y:scroll;
	overflow-x:hidden;
}

.menu a:hover, .menu div:hover
{
	color:#dbdaac;
	background-color:black;
}

a.overlay:hover 
{
	color:#c30000;
}

h1, h2 {
	
	font-variant:small-caps;
}

h1 { 
	font-size:2.5em; 
	color:#fff;
}

h2 { font-size:1.5em;	}

/****************
*** Container ***
****************/
#container { 
	/* Only needed when navigation is set to the right or left - gives the illusion of a contiuous rectangle*/
	background-color:#B496C4;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}

/****************
*** Manufacturer Searh drop down ***
****************/
.search { 
	/* Only needed when navigation is set to the right or left - gives the illusion of a contiuous rectangle*/
	background-color:#dbdaac;
	font-size:0.8em;
	margin-top:0.2em;
}

/*************
*** Header ***
*************/
#header { 
	/* Header Text Image - Recommended dimensions 600px by 100px*/
	}
	
#header h1 {
	margin-right:0.3em;
}

/*****************
*** Navigation ***
*****************/
#navTab 
{
	background-color:#fff;	
	border-bottom:0.1em solid #2D002E;
}

#navTab ul 
{
	list-style:none;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
}

#navTab ul li {
	background: #FFF;
	/*border-bottom:1px solid #ccc;*/
	/*border-left:1px solid #ccc;*/
}

#navTab ul li.active {
	background:#FFF;
	/*border-bottom:1px solid #FFF;*/
}

/*****************
*** Sidebar ***
*****************/
#navColumn {
	background: #ccc; /* the background color will be displayed for the length of the content in the column, but no further */
}

#navColumn ul {
	list-style:none;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
}

#navColumn ul li {
	background: #ccc;
	border-bottom:1px dashed #999;
}

#navColumn ul li.active {
	background:#fff;
	border-bottom:1px solid #FFF;
}

#navColumn h2 { 
	text-align:center;
}

div.innerColumn {
	background-color:#B496C4;	
}


/*******************
*** Main Content ***
*******************/
#mainContent {
	text-align:justify;
	background:#FFF;
} 

#mainContent {
	
}

#mainContent p {
	font-size:0.8em;

}


#columnLeft
{
	background-color:#B496C4;
}

/*************
*** Footer ***
*************/
#footer { 
	background:#c7bfc7;
} 

#footer p {
	font-size:0.8em;
}

#footer p span {
	font-weight:bold;
	font-size:1.2em;
}

#footer div {

}
