/* @override http://hotel2.local.allocate.co.uk:3000/css/master.css */

@import url(/css/booking.css);
@import url(/static/jquery-ui-1.8.6/css/smoothness/jquery-ui-1.8.6.custom.css);

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,select,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal; margin-bottom : 5px;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/* end reset */

body { font-family : arial, helvetica, sans serif; font-size : 12px; }
img { border: 0px; }

li { list-style-position: inside; list-style-type: disc; }

ul#menu > li { list-style: none; }
ul#allocate-nav > li { list-style: none; }

div#booking-description li { list-style:none; list-style-position: outside; }

div#content-area {
  padding-right : 5px;
}

/* @group Booking Description */

div#allocate-hotel-image { text-align : center; padding: 3px; }

div#stay_description { }

div#booking-description { padding : 10px; }
div#stay_description p { padding-top : 10px;}
div#checkout { margin-bottom : 10px;}
div#terms { margin-bottom : 10px;}

table.booking-description {
  margin-top : 5px;
  width : 100%;
}

table.booking-description .price {
  border-top : 1px dotted #788a75;
}

table.booking-description td {
  font-weight: bold;
} 

table.booking-description .desc {
  text-align: right;
  padding-right : 5px;
  font-weight: normal;
}

table.booking-description th { 
  background-color: #f2f3f1;
  border-bottom : 1px solid #c9d0c8;
  text-align: center;
  padding : 2px;
}

table.booking-description td {
  padding : 2px;
}

table.booking-description.price {
  padding : 2px;
}

/* @end */

/* @group Tooltips */

/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(/images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#cluetip-extra {
  display: none;
}

.cluetip-default {
  background-color: #ccc;
}

.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #ccc;
}

.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  border-bottom: 1px solid white;
  background-color: #ccc;
}

.cluetip-default #cluetip-inner {
  padding: 10px;
}

.clue-left-default .cluetip-arrows {
  background-image: url( /images/tooltips/arrowright.gif);
  left: 100%;
}

.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

/* @end */


/* @group Offers */

li.bklist {
  padding-top : 10px;
  margin-top : 5px;
  border-top : 2px solid #ccc;
  list-style: none;
}

/* @end */

/* @group Standard Design */

li span.left-panel {
  float : left;
  width : 80%;
}

li span.right-panel {
  float : right;
  width : 20%;
}

div#directions p {
  margin-bottom : 20px;
}

div#contact-info p {
  margin-bottom : 20px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #numberDisplay a { color: black; padding-left: 5px; padding-right: 5px;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightboxIframe {
	display: none;
}	

/* @end */
