/**
	= Containers
**/
#search{
	float: left;
	width: 554px;
	margin: 0 0 0 10px;
}

.side-banner{
	float:right;
}

.side-banner img{
	margin:0;
	display:block;
}

#map{
	float: left;
	width: 554px;
	display:none;
}

#favourites{
	float: left;
	width: 554px;
	display:none;
}

#view{
	float:left;
	width: 739px;
	margin: 0 0 0 10px;
	display:none;
}
#view.direct, #side-view.direct,  #search.direct{
	display:block;
}
#side-search, #side-view{
	background: #e5f3f9;
	display:none;
}
#side-view{
	padding: 10px;
	min-height: 600px;
}

.js #search{ visibility:hidden; }


/******************
*
*	Overrides for customblocks 
*
********************/
.xl{
	padding-top: 10px;
	display:block;
	clear:both;
}

/**
	= Filterlist
**/

/* moved to master.css */


/** Sidebar while viewing */

#back-to-search{
	margin:20px 0 30px 0;
	color: #fff;
	font-size: 11px;
	padding-left: 10px;

}
a#back-to-search:hover{
	text-decoration:none;
}

#back-to-search span{
	width:120px;
}

#prev-result{
	float:left;
}
#next-result{
	float:right;
}


/** Sidebar while searching */
#filterlist{
	padding: 0 10px 10px 10px ;
}
	
	#sidebar h4{
		clear:both;		
		padding: 13px 0 3px 0;
	}

	#sidebar li{
		background: transparent url('/img/layout/sprite.png') -249px -185px   no-repeat;
		margin: 1px 0 0 0;
		padding: 1px 2px 2px 10px;
		display:block;
		color: #9ed2f5;
	}

	#filterlist li.applied{
		/** background: transparent url('/img/layout/sprite_slicedice.png') 0 -200px   no-repeat; **/
		background: #0084dd; 
		color: #fff;
	}

	#filterlist li.applied:hover{
		/** background: transparent url('/img/layout/sprite_slicedice.png') 0 -220px   no-repeat; **/
		background: #0084dd;
		text-decoration: line-through; 
	}
	
	#filterlist li.applied a{
		display:block;
		color: #fff;
	}
	#filterlist li.applied a:hover{
		text-decoration:none;
	}
	#sidebar a{
		text-decoration:none;
	}
	
	#sidebar a:hover{
		text-decoration:underline;
	}

	#filterlist a.exclusive{
		color: #9ed2f5;
	}
	#filterlist a.exclusive:hover{
		text-decoration:none;
		cursor:default;
	}
	#filterlist a.exclusive span{
		display:none;
	}
	
	#filterlist span{
		float:right;
	}
	
	#filterlist a span{
		color: #6bb7eb;
	}

#loading-indicator {
	background:#ffde05;
	display:none;
	height:10px;
	position:fixed;
	left:50%;
	margin-left: -140px;
	text-align:center;
	top:0;
	width:200px;
}


form#search-properties{ display:none;}

#main-content{
	float:left;
	width: 60%;
}

/****
*
*	Search information ( pagination & search details )
*
****/
#search h1{
	padding: 5px 0 15px 10px;
}

#search-query{
	padding: 0 0 5px 10px;
}
	#search-query li{
		
		padding: 1px 0 1px 0;
		overflow:hidden;
	}
	#search-query span{
		float:left;
		width: 140px;
		overflow:hidden;	

	}
	
	#search-query em{
		padding: 0 0 0 10px;
		color: #666;

	}

a.change-search{
	margin: 0 0 0 10px;
}


.pagination{
	clear: both;
	font-size:0.9em;
	padding:20px 0 10px 10px;
	overflow:hidden;
	color: #0084dd;
}
.pagination a:hover {
	text-decoration:none;
}

p.set-info{	
	float:left;
	width: 160px;
	margin:0;
}
div.page-info{
	color: #000;
	overflow:hidden;
	float:left;
	width: 145px;
	padding: 1px 0 0 0;
}
	.page-info span{
		float:left;
		padding: 0 5px 0 0;
	}

	.page-info ul {
		font-size:1.1em;
		float:left;
		overflow:hidden;
	}
	div.page-info li{
		border-bottom: 1px solid #0084dd;
		color: #0084dd;	
		cursor:pointer;
		display:block;
		font-weight:bold;
		float:left;
		text-align:center;
		margin: 0 0 0 1px;
		padding: 0 1px 2px 1px;
	}
	
	div.page-info li.current{
		color: #000;
		cursor:default;
		border:none;
	}	

	.page-info li:hover{
		color: #0663a2;
		border-color:#0663a2;
	}

	.page-info li:active{
		color:#000;	
		border-bottom: 2px solid #000;
	}

a.p-sort{
	background: transparent url('/img/layout/sprite_slicedice.png') 90px -86px   no-repeat;
	padding: 0 15px 0 0;
	width: 85px;
	float:right;
	text-align:right;
}
a.p-sort.active{
	background: transparent url('/img/layout/sprite_slicedice.png') 88px -109px   no-repeat;
	color: #666;
	text-decoration:none;
}
a.p-next{
	float:left;
	background: transparent url('/img/layout/sprite_slicedice.png') 59px -66px   no-repeat;
	padding: 0 8px 0 0;
	width: 55px;
	text-align:right;
}

a.p-previous{
	float:left;
	background: transparent url('/img/layout/sprite_slicedice.png') 0 -46px   no-repeat;
	padding: 0 0 0 8px;
	width: 40px;
}

/****
*
*	Result boxes 
*
****/

#search-results{

}
	.resultbox{
		color: #636363;
		border-bottom: 6px solid #ccc;
		clear:both;
		overflow:hidden;
		margin: 0 0 0 0;
		padding: 30px 0 30px 10px;
	}
	.last{ border:none;}

	#search-results div.resultbox h3{
		font-size: 1.6em;
		font-weight: normal;
		padding: 0 0 5px 0;
		margin:0;
	}
		div.resultbox h3 a{ text-decoration:none; }
		div.resultbox h3 a:hover{	text-decoration:underline;}
	
	div.resultbox h4{
		margin-top:0;
		color:#636363;
		font-size: 1.2em;
	}

	div.resultbox p{
		line-height:1.5em;
		color: #636363;
		margin: 5px 0 0 0;
	}

	.hover p{ }

	.acco-information{
		width: 404px;
		float:left;
	}
	
	.exc-information{
		width: 370px;
		float:left;
	}
	
	.exc-img {
		margin: 0;
		padding: 0 10px 0 0;
		float:left;
	}

	.resultbox img{
		float:right;
		background: #fff;
	}

	.resultbox span.price{
		color: #000;
		font-size: 1.1em;
		background: transparent url('/img/layout/sprite_slicedice.png') 0 0  no-repeat;
		width: 106px;
		height:26px;
		padding: 8px 0 0 16px;
		float:right;
		position:relative;
		top: -8px;	
	}
	.resultbox span.original-price{
		font-size: 0.8em;
		text-decoration: line-through;
		position:absolute;
		top: -3px;
		display:block;

	}
	
	.resultbox .actions{
		overflow:hidden;
		margin: 10px 0 0 0;
	}
	.resultbox .button{
		margin: 0 5px 0 0; 
	}
	.resultbox .bookable{
		padding: 2px;
		color: #0084dd;
		float:right;
	}

	.resultbox h5{
		margin: 40px 0 0 0;
	}
	.resultbox ul.hotel-rooms{
		font-size: 0.9em;
		clear:both;
		padding: 15px 0 0 0;
		
	}
	.resultbox ul.hotel-rooms li{
	color: #666666;
		background: #f3f3f3;
		margin: 3px 0 2px 0;
		padding: 3px 3px 5px 3px;
	}
	.resultbox ul.hotel-rooms li span{
		float:right;
		color: #666666;
	}


/***********
*	
*	Company Resultboxes ( These boxes carry styles above, we're only overriding them here)
*
***********/

div.companyresult{
	color: #000;
	position:relative;
	background: #f2f2f2;
	padding: 10px 10px 10px 10px;
	border-bottom: none;
	margin-bottom:10px;
}

div.companyresult h3{
	font-size: 1.2em;
	font-weight: normal;
	padding:0;
	margin:0;
}

div.companyresult .logo{
	margin:5px  0 0 10px;
	border: 1px solid #bebebe;
}
.web-contact-info{
	padding:0;
	position:absolute;
	top:0;
	right:0;
}

.web-contact-info a.email{
	float:right;
	text-decoration:none;
	margin: 10px 10px 0 0;
	background: transparent url('/img/icons/envelope.png') 0 0 no-repeat;
	width: 15px;
	height:10px;
}
.web-contact-info a.website{
	float:right;
text-indent: -9999em;
	text-decoration:none;
	margin: 10px 10px 0 0;
	background: transparent url('/img/icons/www.png') 0 0 no-repeat;
	width: 29px;
	height:10px;
}


.web-contact-info img{
	margin: 10px 10px 0 0;
}
/******
*
*	Company Overview
*
******/

#overview.company-overview {
	width:100%;
	float:none;
	
}

#overview.company-overview h2{
	margin-top:8px;
}
.company-overview .info{
	color: #333333;
	margin: 10px 0 5px 10px;
}

#overview.company-overview .info img{
	float:right;
	margin: 10px;
}


/***********
*	
*	Singe Allotmentgroup View
*
***********/
	
/*	Tabs */

ul.tabs-default{
	clear:both;
	background: #fff url('/img/layout/sprite_slicedice.png') 0 -150px  no-repeat;
	font-size: 0.9em;
	position: relative;
	overflow: hidden;
	padding: 0 0 0 5px;
	height: 26px;
}

ul.tabs-default li{
	padding: 0 12px 0 0;
	float:left; 
	overflow: hidden;
}

ul.tabs-default li.current{ 
	background: transparent url('/img/layout/tabright.png') no-repeat right top;
	float:left; 
	overflow: hidden;
}


ul.tabs-default li a{
	color: #0e5676;
	float:left;
	height:19px;
	padding: 10px 0 0 10px;
	text-decoration:none;
}

ul.tabs-default li.current a{
	background: transparent url('/img/layout/tableft.png') no-repeat left top;
}

#ag-tab{
	padding:20px 0 10px 10px;
	overflow: hidden;

}
#ag-tab h3{
	padding-bottom: 10px;
	font-size: 1.4em;
}

#ag-tab *{
	line-height:1.5em;
}


#overview{
	float:left;
	overflow:hidden;
	padding: 0 0 30px 0;
	width: 560px;
}

#overview img{
	clear:left;
	float:left;
	background: #ccc;
	margin: 0 10px 0 0;
}

#overview h3{
	padding: 10px 0 0 10px;
	margin: 0;
	color: #0084dd;
	font-size: 2em;
}

#overview h4{
	padding: 2px 0 0 10px;
	margin-top:0;
	color: #636363;
	font-size: 1.6em;
}
#overview h5{
	font-weight: bold;
	padding: 0 0 5px 0;

}
#info-container{
	float:left;
	width: 555px;
	padding: 10px 0 0 0;
}

/* Facilities tab */

ul.content-list{
	font-weight:bold;
} 
ul.content-list ul{
	font-weight:normal;
	margin: 2px 10px 15px 10px;
}

.descr-text{
	float:left;
	width: 500px;
}
.descr-photos{
	width: 190px;
	float:right;
}
.descr-photos img{
	margin: 0 0 20px 0;
	float:right;
}
.general{
	float:left;
	width: 180px;
}
.price-info{
	float:right;
	width: 190px;
}
.price-info .min-price{
	float:left;
	background: transparent url('/img/layout/sprite_slicedice.png') -500px 0 no-repeat;
	width: 150px;
	height: 35px;
	font-size: 1.8em;
	padding: 15px 0 0 30px;
}

.price-info .min-price span{
	font-size: 0.6em;
}
.price-info .button{
	margin: 7px 0 0 30px;
	clear:left;
}

ul.facilities{
	margin: 0 0 10px 0;
}
ul.arrival{

}
#phone-reservation{
	
	float:right;
	width: 170px;

}
#phone-reservation h2{
	padding: 10px 0 5px 0;
	color: #0084dd;
	font-size: 1.6em;
	font-weight:normal;	
}
#phone-reservation p{
	line-height: 1.2em;
	margin: 8px 0;
	color: #959595;
}
#phone-reservation strong{
	color: #000;
}
#phone-booking-code{
	text-align:center;
	font-weight:bold;
	font-size: 1.4em;
	color:#0084dd;
	padding: 15px 0 5px 0;
	display:block;
}

/***********
*	
*	Maps
*
***********/

/** AllotmentGroupMap **/
#ag-map-container, #ag-streetview-container{
	height: 500px;
	width:100%;
}

ul#companies{
	overflow:hidden;
}

ul#companies li{
	float:left;
}
ul#companies input{ 
	float:left;
	margin: 5px 0 5px 0;
}
ul#companies label{
	cursor:pointer;
	font-weight:normal;
	float:left;
	padding: 4px 15px 3px 5px;
	margin:0;
}

#map-query{
	font-size: 0.8em;
	color: #999;
	float:right;
}
#map-query.active{  color: #000;}


/** Search map **/
#google-map{
	border-top: 1px solid #fff;
	border-bottom: 4px solid #74726e;
	height: 500px;
	width:100%;
}

#search-map-detail{
	display:none;
}

/** tooltip and info-window are created dynamically **/
#tooltip{
	position:absolute;
	display:none;
	height: 10px;
	padding: 1px 0 1px 0;
	width: 180px;
	margin: -30px 0 0 20px;
	padding: 5px;

	font-size: 0.9em;
	border: 1px solid #fff;
	background: #84827d;
	color: #fff;
}
#info-window{
	display:none;
	border: 1px solid #ccc;
	margin: 25px 0 0 50px;
	font-size: 1.4em;
	height:260px;
	width:440px;
	background: #fff;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	position:absolute;
}

	#info-window h3{ margin:10px; padding:0; }
	#info-window p{ margin:10px; padding:0; }

/***********
*	
*	OPTION FORM & CALENDAR
*
***********/

#date-picker{
	width: 345px;
	float:left;
}

	form#options{
		padding-bottom: 30px;
	}
	#options p{
		padding: 3px 0 3px 0;
		overflow:hidden;
	}

	#options label{ 
		float:left;
		width: 200px;
	}

	#options select{ 
		float:right;
	}

.calendar-nav{
	font-size: 0.9em;
	font-weight: bold;
	overflow:hidden;
	margin: 10px 0 0 0;
	text-align:center;
}
.calendar-nav #prev-month{
	font-weight: normal;
	text-decoration:none; 
	float:left;
}
.calendar-nav #next-month{
	font-weight: normal; 
	text-decoration:none;
	float:right;
}
table#calendar {
	border-collapse:separate;
	margin:15px 0 0 0 ;
	width:100%;
}

table#calendar tr th { 
	background: #ddd;
	border: 1px solid #fff;
	color: #333;
	padding:2px 2px 2px 5px; 
	text-align:left;
}

table#calendar tr td {
	background: #f2f9fc;
	border: 1px solid #fff;
	color:#013d65;
	height:50px;
	width: 50px; 
	font-size: 0.9em;
	overflow:hidden;
	text-decoration: none; 
	text-align:left;
	vertical-align:top;
	padding: 2px 0 0 5px;
	
}
table#calendar tr td.empty{
	background: #fff;
}
	/* Available dates */
	table#calendar tr td.available {
		background: #d5e4ea url('/img/layout/sprite_slicedice.png') -200px 0 no-repeat;
		border-right: 1px solid #a1aeb4;
		border-bottom: 1px solid #a1aeb4;
		color:#0084dd;
		cursor:pointer;
		text-decoration:none;
		font-weight:bold;
	}
		span.day-small{
			color:#013d65;
		 	
			float:left;
			font-weight:normal;
		}
		div.amount{
			clear:both;
			padding: 8px 0 0 2px;
		}


		/* Hovering date */
		table#calendar tr td.hover{
			background: #c9dae1;
		}
		table#calendar tr td.selected{
			background: #0084dd;
			color: #fff;
		}
		table#calendar tr td.selected span.day-small { 
			color: #fff;
		}

/***********
*	
*	PRICE SPECIFICATION
*
***********/


#no-price-selected{
	float:right;
	padding: 20px 30px 10px 30px;
	margin: 65px 0 0 0;
	width: 300px;
	height:111px;
	background: url('/img/layout/calendar_no_price_selected.png') 0 0 no-repeat;
}

#receipt{
	display:none;
	float:right;
}

#receipt-container{
	overflow:hidden;
	padding: 10px 115px 10px 10px;
	width: 245px;
}


ul#price-specification{
	font-size: 1em;
	line-height: 1.1em;
}
	ul#price-specification li{
		padding: 2px;
		overflow:hidden;
		text-align:right;
	}
	ul#price-specification li span{
		color: #0084dd;
	}

	ul#price-specification li span.descr{
		float:left;
		clear:left;
		color: #000;
	}
	ul#price-specification li.total {
		padding: 20px 0 0 0;
		margin-top: 10px;
		background: transparent url('/img/layout/sprite_slicedice.png') -203px -60px;
	}
	li.extra-costs{ text-align:left;}
	ul#price-specification li.total span.descr{
	
	}
	ul#price-specification li.separator{
		margin-top: 22px;
		border-top: 4px solid #ccc;
	}
	ul#price-specification li.availability{
		background: #fff;
	}
	ul#price-specification li.availability span, ul#price-specification li.availability span.descr{
		color:#5cbe09;

	}

#receipt-container a.button{
	margin: 5px 0 0 60px;
	line-height:0;
}
#receipt-container a.button span{line-height:12px;}

#receipt-container p.directly-bookable{
	padding: 30px 0 0 60px;
	
}

.next-previous-images{
	clear:both;
	overflow:hidden;
}
#prev-result-img{
	padding:3px;
	background: #FFFFFF;
	display:none;
	float:left;
}
#next-result-img{
	padding:3px;
	background: #FFFFFF;
	display:none;
	float:right;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url('/img/layout/macFFBgHack.png') repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

