

#params input, #params select{
	color:#333333;
	font-size:11px !important;
	//padding:2px 1px;
}

#params .datepickericon {
	display:inline-block;
	height:16px;
	left:-24px;
	float: right;
	top:4px;
  width:16px;
}

body{
	background-color:#EBEBEB;
	border:0 none;
	height:100%;
	padding:0;
	text-align:center;
	width:100%;
	z-index:2;
	font-family:verdana;
	font-size:12px;
}
#header{
	background:url("images/Header1.jpg") repeat scroll 0 0 #F5D9CA;
	border-bottom:1px solid #FFFFFF;
	height:164px;
	margin:auto;
	padding:0;
	width:1017px;
	
}
#header h1 {
	margin: 0;
}
#header h1 a {
display: block;
background:url("images/logo.png") no-repeat;
width:900px;
height:139px;
text-indent: -9999px;
overflow: hidden;
}
#header ul {
	margin: 0;
	padding: 0 0 0 261px;
}
#header li {
	float: left;
	list-style: none;
}
#header li a {
	display: block;
	width: 98px;
	height: 18px;
	margin-left: 10px;
	padding-top: 7px;
	background: #757479;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
}
#header li a.multiline
{
	height: 23px;
	padding-top: 2px;
}

#content{
	height:665px;
	margin:auto;	
		width:1017px;
}

#footer{
background:url("images/streep.png") repeat-x scroll 0 0 transparent;
color:silver;
font-size:0.8em;
margin:0 auto;
padding: 0;
width:1000px;
}

#params label{
	width:95px;
	display:inline-block;
}
#params input[type='text']{
	width:118px;
	height: 21px;
	padding-left: 3px;
	background: url(images/input.png);
	border: 0;
}
#params select{
	width:121px;
	display:inline-block;
}
#booking_left{
	border-color: #F49E00;
	border-right-width: 1px;
	border-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	background-color:#FFFFFF;
	float:left;
	clear: left;
	height: 429px;
	width:220px;
	/*background-color:#C41301;
	background-image: url(images/booking_back.jpg);
	background-repeat: no-repeat;
	*/
	padding:5px;
	text-align:left;
	color:#757575;
	line-height:24px;
	font-size:12px;
}

#booking_main{
	height:440px;
	width:783px;
	float:left;
	background-color:#FFFFFF;
	border:1px solid #F49E00;
}
#roomtype1, #roomtype2, #roomtype3,#roomtype4 {
	height:439px;
	width:195px;
	background-color:#FFFFFF;
	/*border:1px solid #F49E00;*/
	float:left;
	display:none;
}

#roomtype4{
	width:190px;
}
#info{
/*	height:440px;
	width:554px;
	background-color:#D8D8D8;*/
	
}
#price_details{
	height:439px;
	width:330px;
	background-color:#FFFFFF;
	/*border:1px solid #F49E00;*/
	float:left;
	
}
#price_details .top{
/*	background-color:#F5D9CA;*/
}

#price_details .bottom{
	text-align:left;
	padding:10px;
	background-color:#FFFFFF;
}
#description{
	height:419px;
	background-color:#FFFFF;
	/*border:1px solid #F49E00;*/
	float:left;
	padding:10px;
	color:#757575;
	width: 460px;
}
#description p{
	text-align: left;
	font-family: Verdana;
	color: #757575;
	font-size: 12px;
}
#description h1{
	padding-top: 5px;
	color: #757575;
	border-bottom: 5px solid #7F7F7F;
	font-weight: normal;
}

#rightside{
	width: 227px;
	height: 439px;
	
	float: right;
	/*border-color:#F49E00;
	border-style:solid;
	border-width:1px 1px 1px;*/
}
.top{
	height: 367px;
	background-color:#FFFFFF;
	color:black;
}
.top h1{
	margin: 0;
	padding: 15px 0 0;
	color: #F49E00;
	border-bottom: 5px solid #7F7F7F;
	font-weight: normal;
	font-size:19px;
}
#roominfo h1
{
	font-size: 100%;
}
.top p.description{
	height: 175px;
	font-family: Verdana, Arial, sans-serif;
	color: #7F7F7F;
	margin: 0;
	padding: 15px 5px;
	font-size: 12px;
}
.top p.available{
	height: 20px;
	margin: 0;
	padding: 0;
}
.top img {
	width: 193px;
}
.bottom{
	text-align: left;
	font-size: 9px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom: 15px;
	background-color:#F49E00;
	color: white;
	border: 1px solid white;
	margin-top: 31px;
}

#mask {  
   position:absolute;  
   z-index:4000;  
   background-color:#000;  
   display:none;  
}

.unknown {
	background: url(images/exclamation.png);
	height: 16px;
	width: 16px;
	display: inline-block;
	*display: inline;
/*	visibility: hidden;*/
}

span#close
{
	display: block;
	float: right;
	position: relative;
	top: -16px;
	right: -14px;
	height: 14px;
	margin-bottom: -24px;
	padding: 5px 8px;
	cursor: pointer;
}

span#close:hover
{
	color: white;
	background: #F49E00;
}

 #content .window {  
   position:absolute;  
   width:440px;  
   height:200px;  
   display:none;  
   z-index:5000;  
   padding:20px;  
 }  
   
 #content #dialog {  
   width:875px;   
   height:320px;  
  background-color:white;
 }
.price{
	color:white;
	float:right;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer {position:absolute;background-color:#ffffff; border:3px solid #ccc;}
#modalContainer a.modalCloseImg {background:url(/images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px; }

.ui-slider {
margin: 0 5px;
}

