/* global styles */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
    background-color: #000;
}

h1, h2, h3, h4, h5, h6 {
	color: #8bb40e;
}

h1, h2 {
	margin-top: 5px;
	margin-bottom: 10px;
}

h1 {
	font-size: 2em;
}

h2, h3 {
	font-size: 1.5em;
}

p {
	margin: 5px 10px 0 0;
}


a {
	color: #5b5b5b;
}

.clearer {
    clear: both;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: 0;
}


/* containers */
#siteContainer {
    margin: 0 auto;
    width: 960px;
    font-size: 1em;
}

#contentContainer {
	float: left;
	width: 755px;
	background-color: #8bb40e;
    color: #5b5b5b;
	margin-bottom: 5px;
}


/* header */
#header {
	width: 960px;
	margin-bottom: 10px;
}

#header ul {
	list-style-type: none;
}

#header li {
	float: left;
	padding: 10px 40px 10px 40px;
}

#header li.firstNavLink {
	padding-left: 15px;
}

#header li.lastNavLink {
	background: url(../images/my_account_background.gif) 20px 8px no-repeat;
}

#header a {
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#header a:hover {
   text-decoration: underline;
}


/* sidebar */
#sidebar {
	float: left;
	width: 205px;
}

#sidebar .navigation {
	margin-right: 5px;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	height: 25px;
	background-image: url(../images/side_nav_background.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 11px 0 0 14px;
}

#sidebar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .lastNavItem {
	margin-bottom: 0;
}

/* space calculator */
#spaceCalculator {
	float: left;
	width: 755px;
	position: relative;
	font-size: 1.1em;
	font-weight: bold;
}

#spaceCalculator #title {
	width: 166px;
	height: 21px;
	position: absolute;
	top: 15px;
	left: 18px;
}

#spaceCalculator .roomSet {
	width: 755px;
	height: 209px;
	background-image: url(../images/background_space_calculator.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
}

.roomSet {
	clear: both;
	width: 705px;
}

.roomSet a {
	text-decoration: none;
}

.roomSet div {
	float: left;
}

.leftArrow {
	width: 45px;
	margin-top: 78px;
	text-align: center;
}

.rightArrow {
	width: 45px;
	margin-top: 78px;
	text-align: center;
}

#spaceCalculator .room {
	width: 220px;
	padding-top: 40px;
	text-align: center;
}

.room {
	width: 235px;
	padding-top: 10px;
	margin: 0 auto;
	
	/*
	width: 189px;
	margin: 40px 10px 10px;
	padding: 55px 10px 85px;
	background-color: #8bb40e;
	*/
}

.room img {
	background-color: #8bb40e;
}



/* promo boxes */
#sidebar .promoBox {
	margin: 0 5px 5px 0;
}

#sidebar .promoBox {
	padding: 0 10px;
    color: #666;
}

#sidebar .promoBox .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	padding: 10px 0 15px;
}

#sidebar .promoBox a {
    font-size: 0.9em;
    color: #666;
    text-decoration: underline;
}

#sidebar #promoBox1 {
	background: #fff url(../images/promobox_background_204.gif) no-repeat; 
	height:204px;
	margin-bottom: 5px;
}

#sidebar #promoBox1 ol {
	margin-left: 20px;
}

#sidebar #promoBox1 li {
	background: none;
	height: auto;
	padding: 0 0 7px 0;
}

#sidebar #promoBox2 {   
	background: #fff url(../images/promobox_background_grey.gif) no-repeat; 
	height:205px;
}

#sidebar #promoBox2 ul {
	margin-left: 5px;
	padding-top: 25px;
}

#sidebar #promoBox2 li {
	background: url(../images/tickmark.gif) no-repeat;
	color: #ffffff;
	padding: 2px 0 8px 26px;
}

#sidebar #promoBox2 p {
	margin: 0;
	text-align: right;
}

#sidebar #promoBox2 a {
	color: #ffffff;
}

/* main content area */
#content {
	background-color: white;
	min-height: 501px;
	height: auto !important;
	height: 501px;
	margin: 0 10px;
	padding: 15px 15px 25px 15px;
	font-size: 1.1em;
	line-height: 1.6em;
}

#content p {
	margin-bottom: 20px;
}

#content ul, #content ol {
    margin-left: 20px;
	margin-bottom: 20px;
}

#content li {
	margin-bottom: 4px;
}


/* footer */
#footer {
	clear: both;
	width: 960px;
    background-color: #1f1f1f;
    font-size: 1.1em;
}

#footer ul {
    list-style-type: none;
}

#footer li {
    float: left;
    padding-left: 7px;
    padding-top: 10px;
}

#footer a {
    color: #999;
    text-decoration: none;
    padding-right: 7px;
    border-right: 1px solid #999;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .lastNavItem a {
    border-right: none;
}

#copyright {
    width: auto;
    padding: 10px;
    text-align: right;
	color: #999999;
}

#siteCredit {
    color: #666666;
	padding: 5px;
}

#siteCredit a {
    text-decoration:none;
}


/* columns */
#mainCol {
	width: 575px;
}

#spotlightContainer {
	width: 170px;
}

#spotlightContainer.skyscraper {
	margin-left: 5px;
}

.column {
	float: left;
}

#column ul {
	float: left;
    width: 160px;
	list-style-type: none;
	padding: 0 15px 10px 0;
	margin-left: 0;
}


/* spotlights */
.spotlight {
	background-color: white;
	margin-bottom: 10px;
    background: white url(../images/content-right-top-curve.gif) top no-repeat;
}

.spotlightBottom {
	background: white url(../images/content-right-bottom-curve.gif) no-repeat bottom;
	width: 170px;
	height: 10px;
}

.spotlight h4, .homeKeydriver h4 {
	color: #666666;
	font-size: 2.3em;
}

.spotlight h4, .spotlight p {
	padding: 5px 0;
	margin: 0 5px;
}


/* curves */
.topInnerCurvesSingle {
	background: white url(../images/content-main-top-curve-for-single.gif) no-repeat top;
}

.bottomInnerCurvesSingle {
	background: white url(../images/content-main-bottom-curve-for-single.gif) no-repeat bottom;
	width: 735px;
	height: 10px;
	margin: 0 10px;
}

.topInnerCurves {
	background: white url(../images/content-main-top-curve.gif) no-repeat top;
}

.bottomInnerCurves {
	background: white url(../images/content-main-bottom-curve.gif) no-repeat bottom;
	width: 555px;
	height: 10px;
	margin: 0 10px;
}

.topOuterCurves {
	background: url(../images/top_curves_755.jpg) no-repeat top;
	width: 755px;
	height: 15px;
}

.bottomOuterCurves {
	clear: both;
	background: url(../images/bottom_curves_755.gif) no-repeat bottom;
	width: 755px;
	height: 10px;
}


/* homepage specific elements */
#homeFlashContent {
	margin-bottom: 5px;
	width: 755px;
	float: left;
}

#homeFullWidthBanner {
	clear: both;
	position: relative;
	background: url(../images/homepage_logo_background.gif) no-repeat left top;
	height: 125px;
}

#homeLogo {
	position: absolute;
	top: 36px;
	left: 26px;
	width: 304px;
}

#homeSearch {
	position: absolute;
	top: 28px;
	left: 375px;
	width: 580px;
}

#homeKeydriverContainer {
	float: left;
	width: 755px;
}

.homeKeydriver {
	float: left;
	width: 248px;
	height: 210px;
	margin-right: 5px;
	/*
	background: white url(../images/home-page-keydriver.gif) no-repeat; 
	color: #666666;
	padding: 10px;
	*/
}

.homeKeydriver img {
	float: right;
}


/* searchbar */
#searchBar {
	padding: 0 15px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
}

#searchBar td {
	padding-right: 8px;
}

#searchBar a {
	color: #fff;
}

#searchBar .formField {
	width: 120px;
	height: 20px;
	border: 1px solid #fff;
	margin: 0;
}

#searchBar select {
	width: 235px !important;
}


/* advanced search */
#advancedSearch table {
	width: 525px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
}

#advancedSearch label {
	font-weight: bold;	
}

#advancedSearch th {
	text-align: left;
	padding: 0 10px 10px 0;
}

#advancedSearch td {
	padding: 0 10px 10px 0;
}


/* search results */
/*
#searchList {
	width: 705px;
	margin-top: 8px;
	margin-bottom: 15px;
	background-image: url(../images/list_header_background.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#searchList thead {
	height: 39px;
}

#searchList th {
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	padding: 12px 10px 0;
}

#searchList td {
	padding: 8px 10px;
	border-bottom: 1px dotted #8d8d8d;
}
*/
#searchList {
	width: 705px;
	margin-top: 8px;
	margin-bottom: 15px;
	background-image: url(../images/list_header_background.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#searchList hr {
	height: 1px;
	color: #fff;
	border: none;
	border-top: 1px dotted #8d8d8d;
}

#searchList thead {
	height: 39px;
}

#searchList th {
	height: 27px;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	padding: 12px 0 0 8px;
}

#searchList td {
	padding: 5px 0 5px 8px;
}

#searchList .roomDetails table {
	width: 100%;
	padding: 0;
	margin-bottom: 2px;
}

#searchList .roomDetails thead {
	height: auto;
}

#searchList .roomDetails th {
	background-color: #dfdfdf;
	color: #5B5B5B;
}

#searchList .roomDetails tbody {
	
}

#searchList .roomDetails td {
	padding: 5px 10px;
}

.oddRow {
	background-color: #f0f0f0;
}

.evenRow {
	background-color: #f9f9f9;
}

#searchList td.noPadding {
	padding: 0;
}

.sortArrows {
	position: absolute;
	width: 5px;
	height: 7px;
	padding: 2px 5px;
}

.sortArrows asc {
	position: absolute;
	top: 5px;
	left: 0;
}

.sortArrows desc {
	position: absolute;
	top: 0;
	left: 0;
}

.icon {
	padding: 0 5px 5px 0;
}

#searchKey {
	/* height: 160px; */
	position: relative;
}


/* pagination */
/*
#searchKey .pagination {
	position: absolute;
	top: 110px;
	right: 0;
}
*/

.pagination {
	padding: 20px 0;
}

.pagination ul {
	list-style: none;
	float: right;
}

.pagination li {
	display: inline;
}

.pagination a {
	color: #8bb40e;
	margin: 0 2px;
}

.pagination img {
	margin: 0 5px;
}


/* storage details */
#storageDetails {
	width: 705px;
}

#storageDetails th {
	text-align: left;
	color: #8bb40e;
	padding: 12px 0px 12px 0;
	width: 165px;
	border-bottom: 1px dotted #cfcfcf;
}

#storageDetails td {
	width: 180px;
	text-align: left;
	padding: 12px 0 12px 0;
	border-bottom: 1px dotted #cfcfcf;
	
}

#storageDetails .noBorder {
	border-bottom: 0px;
}

#roomUpgrade {
	background-color: #fff999;
	padding: 10px 5px;
	margin-top: 10px;
}

#openingTimes td {
	border-bottom: none;
	width: 100px;
	padding: 0 10px 0 0;
}

.detailsContainer {
	width: 263px;
	height: auto;
	max-height: 273px;
	border: 1px solid #ecf5da;
	/*float: right;*/
	margin-bottom: 10px;
	margin-left: 55px;
}

.detailsContainer .thumb {
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	cursor: pointer;
}

.detailsContainer #main_image, .detailsContainer #map {
	 border: 4px solid #fff;
}


/* booking page */
#bookingForm fieldset {
	width: 100%;
	border: 0;
}

#bookingForm th {
	width: 130px;
	font-weight: bold;
	text-align: left;
	padding: 0 10px 5px 0;
}

#bookingForm td {
	padding: 0 10px 5px 0;
}

table#bookingForm table td {
	width: 150px;
}

table#bookingForm table label, table#bookingForm table th, table#bookingForm table td {
	color: #5B5B5B;
}

/* my Account */
#loginErrors {
	padding-left: 100px;
	font-weight: bold;
}

#myAccountLoginContainer {
	margin: 65px auto 0;
	width: 520px;
	font-size: 1.1em;
}

#myAccountLogin {
	margin: 0 46px;
	color: #ffffff;
	background-color: #8bb40e;
}

#myAccountLogin form {
	margin: 0;
	padding: 25px 100px;
}

#myAccountLogin form a {
	color: #ffffff;
}



/*
#myAccountLogin {
	width: 300px;
	padding: 10px 25px;
	margin: 180px auto 0;
}
*/
#myAccountList {
	width: 705px;
	margin-top: 8px;
	background-image: url(../images/list_header_background.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#myAccountList thead {
	height: 39px;
}

#myAccountList th {
	height: 27px;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	padding: 5px 0 5px 10px;
}

#myAccountList td {
	padding: 14px 10px 0;
}

.boldText {
	font-weight: bold;
}


/* sitemap */
#sitemap h2 a {
	text-decoration: none;
	color: #8BB40E;
}

#sitemap ul {
	list-style-type: none;
	margin: 0 20px 20px 0;
	width: 150px;
}

/* debug */
.debug {
	background-color: #FEFEFE;
	padding: 10px;
	font-size: 12px;
	color: green;
	margin: 20px auto 10px;
	width: 960px;
}


/* global messages */
.globalwarning, .globalmessage {
	padding: 15px 10px;
	margin-bottom: 20px;
	background-color: #fff999;
	font-weight: bold;
	font-size: 1.1em;
}

#statusBar {
	background: url(../images/status_bar_background.gif) left repeat-x;
	color: #ffffff;
	height: 15px;
	padding: 5px 0;
}

#statusBar .padding {
	width: 960px;
	margin: 0px auto;
	font-weight: bold;
	position: relative;
}

#statusBar span {
	padding: 0 12px;
}

#statusBar a {
	color: #ffffff;
}

#statusBar #statusLinks {
	position: absolute; top: 0;
	right: 0;
}

.error {
	color: #ff0000;
}


.required {
	padding-right: 8px;
	background: url(../images/asterisk.gif) top right no-repeat;
}

.toolTip {
	padding-left: 5px;
}


/* Popups */
#popupContainer {
	margin: 15px;
}

#content.popup {
	color: #5B5B5B;
	border: 5px solid #8BB40E;
	padding-bottom: 15px;
}

/* Edit Images */

#imagesTable th {
	padding-top: 0;
	margin-top: 0;	
}

#imagesTable td {
	padding-top: 0;
	margin-top: 0;	
}


/* Box Shop */
.product {
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px dotted #333;
	margin-bottom: 10px;
}

.product.last {
	border-bottom: none;	
}

.product .image {
	float: left;	
	width: 120px;
}

.product img {
	float: left;
}

.product .description {
	float: left;	
	width: 345px;
}

.product .price {
	float: left;	
	width: 50px;
	font-size: 1.09em;
	text-align: right;
	font-weight: bold;
	/*padding-top: 18px;*/
}

.product .qty {
	float: left;
	width: 80px;
	/*padding-top: 18px;*/
	text-align: center;
}

.product .order {
	float: left;	
	width: 100px;
	text-align: right;
	/*padding-top: 18px;*/
}

.product .pack_row {
	clear: both;
	padding-top: 5px;
	margin-left: 120px;
	width: 585px;	
}

#cart {
	float: right;
	width: 305px;
	background: #ccc url(../images/boxshop/cart_background.gif) no-repeat scroll bottom;
	color: #575757;
}

#cart .padding {
	padding: 5px 10px;
}

#cart h2 {
	margin-top: 0;
	padding: 5px 10px;
	background: #ccc url(../images/boxshop/cart_header_background.gif) no-repeat left top;
	color: #fff;
}

#cart a {
	color: #575757;	
}

#cart table {
	width: 275px;	
}

#cart .padding img {
	margin: 10px 0 0;	
}