@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background:url(../../images/css-page-bg.jpg) top repeat-x #f9f8f5;
	font : 12px Verdana, Arial, Helvetica, sans-serif;
	color:#727272;
}

.emaillink
{
	color:#727272;
	text-decoration:underline;
}

.emaillink:hover
{
	color:#727272;
	text-decoration:none;
}

a{
	color:#000;
}
a:hover{
	text-decoration:none;
}

.galleryinner img {
	border:1px solid #000;
}

.header {
	width:650px;
	height:173px;
	
}

.mainTable {
	width:1010px;
	margin-left:auto;
	margin-right:auto;
}

.headerBg {
	background:url(../../images/css-header-bg.jpg) no-repeat center;
	position:absolute;
	width:650px;
	height:200px;
	top:0px;
	z-index:1;
}

.logo1 {
	position:absolute;
	left:187px;
	top:43px;
	width:194px;
	height:144px;
	
}

.logo2 {
	position:absolute;
	left:507px;
	top:33px;
	width:133px;
	height:113px;
}

#title {
	top:0px;
	position:absolute;
	width:363px;
	height:125px;
	padding-top:45px;
}

#title h1 {
	color:#333333;
	font : 42px/1.0 times New Roman;
	font-weight:normal;
	margin:0px;
	margin-top:6px;
	text-transform:capitalize;
}

#title h2 {

	color:#436a79;
	font-size:20px;
	font-weight:normal;
	letter-spacing:-0.01em;
	margin:0px;
	margin-top:10px;
	text-transform:uppercase;	
	font-family:times New Roman;
}

#title .siteslogan {

	display:block;
	clear:both;
	color:#436a79;
	font-size:20px;
	font-weight:normal;
	letter-spacing:-0.01em;
	margin:0px;
	margin-top:10px;
	text-transform:uppercase;	
	font-family:times New Roman;
}

h1.hotellist  {
	color:#B01F46;
	font-size:15px;
	font-weight:normal;
	letter-spacing:0.02em;
	margin:0px;
	margin-left:3px;
	margin-bottom:10px;
	text-transform:uppercase;
}

.nounderlinelink{
	text-decoration:none;
}

h1.hotelname{
	color:#B01F46;
	font-size:15px;
	font-weight:normal;
	letter-spacing:0.02em;
	margin:0px;
	text-transform:uppercase;
	margin-left:3px;
}

h1.contactus{
	color:black;
	font-size:13px;
	font-weight:normal;
	letter-spacing:0.02em;
	margin:0px;
	margin-left:3px;
	text-align:center;
}

h1.processBooking{
	color:#B01F46;
	font-size:18px;
	font-weight:normal;
	letter-spacing:0.02em;
	margin:0px;
	text-align:left;
}

i.nearkm{
	color:grey;
	font-size:10px;
	font-weight:lighter;
	letter-spacing:0.02em;
	margin:0px;
	text-align:left;
}


.contentTable {

}

.left {
	position:relative;
	top:0px;
	width:380px;
	z-index:2;
}

.contentCenter
{
	margin-top:23px;
	margin-left:20px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	width:600px;
	background:#fff;
}

.contentCenterForHotels{
	margin-top:23px;
	margin-left:20px;
	width:600px;
}

.left h2 {
	color:#B01F46;
	font-size:15px;
	font-weight:normal;
	letter-spacing:0.02em;
	margin:0px;
	text-transform:uppercase;
	margin-left:3px;
}

.contentCenter h2 {
	color:#B01F46;
	font-size:15px;
	font-weight:normal;
	letter-spacing:0.02em;
	margin:0px;
	margin-left:3px;
	margin-bottom:10px;
	text-transform:uppercase;
}

.homepagehotelslisttitle{
		color:#B01F46;
	font-size:15px;
	font-weight:normal;
	letter-spacing:0.02em;
	margin:0px;
	margin-left:3px;
	margin-bottom:10px;
	text-transform:uppercase;
}

ul.hotels {
	display:inline;
	margin:0px;
	padding:0px;
	width:100%;
}
ul.hotels li {
	float:left;
	height:121px;
	text-align:center;
	width:90px;
	list-style-type:none;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:8px;
}
.clearfix {
    zoom: 1;
    display: block;
    }
#galleryinner
{
	width:100%;
}
ul.hotels li a.image {
	display:block;
	width:90px;
	height:95px;
}
ul.hotels li a.image img{
	display:block;
	width:90px;
	height:90px;
}
/*ul.hotels li a.image:hover {
	position:relative;
	white-space:normal;
}

ul.hotels li a.image:hover img{
	height:90px;
	left:-15px;
	position:absolute;
	top:-15px;
	width:90px;
	-webkit-box-shadow:0 5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 5px 5px rgba(0, 0, 0, 0.2);
}*/
ul.hotels li a.name {
	color:#426b79;
	display:block;
	font-size:7pt;
	line-height:1;
	text-decoration:none;
}
ul.hotels li a.name:hover {
	text-decoration:underline;
}


.footer {
	margin:4px;
}

input.btncheck {
	background:transparent url(../../images/en/css-check-btn.jpg) repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	float:right;
	height:53px;
	padding:0;
	width:105px;
}
	
input.btncheck:hover {
	background-position:bottom;
	}
	
input.btnroomcheck {
	background:transparent url(../../images/en/availablerooms.png) repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	float:right;
	height:53px;
	padding:0;
	width:105px;
}
	
input.btnroomcheck:hover {
	background-position:bottom;
	}
	
input.btnchange {
	background:transparent url(../../images/en/changedates.png) repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	float:right;
	height:53px;
	padding:0;
	width:105px;
}
	
input.btnchange:hover {
	background-position:bottom;
	}	

.bottomContentTable {
	margin-top:10px;
}

.footerlogo {
	border:none;
}

.footer {
	color:#727272;
	font-size:9px;
	letter-spacing:-0.03em;
}

.footer a:hover{
	text-decoration:none;
}

.footer a{
	color:#727272;
	font-size:9px;
	letter-spacing:-0.03em;
	text-decoration:underline;
}

select {
	border:2px solid #cabe98;
	color:#727272;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:22px;
	vertical-align:middle;
}

h3 {
	color:#B01F46;
	font-size:12px;
	font-weight:normal;
	letter-spacing:0.02em;
	margin:0px;
	text-transform:uppercase;
	
}

.blackDivider{
	color:#000;
	font-size:12px;
	width:10px;
	text-align:center;
}

.searchboxleft{
	background:#EBE1C8 none repeat scroll 0 0;
	width:100%;
	/*height:135px;*/
	margin-bottom:4px;
	margin-top:13px;
}

.calenderTable td{
	padding-left:4px;
	padding-right:4px;
}

.InputDay{
	width:47px;
	
}

.ac_input{
	width:336px;
	margin-left:0px;
}

.InputMonth {
	/*width:70px;*/
}

.featuredHotelBg
{
	
	margin-top:10px;
	background:#E0CFA3 none repeat scroll 0 0;
	padding:8px;
	padding-left:15px;
	color:#000;
	
}
.featuredHotelBg a{
	color:#B01F46;
	font-size:11px;
	text-decoration:underline;
}
.featuredHotelBg a:hover{
	color:#B01F46;
	font-size:11px;
	text-decoration:none;	
}

.feturedHotel{
	font-size:15px !important;
	margin-bottom:10px !important;
	margin-left:4px !important
}

.featuredReadMore{
	font-size:10px;
	line-height:1.3em;
}

.nextButton{
	background:transparent url(../../images/next.jpg) repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	float:left;
	height:20px;
	padding:0;
	width:20px;
	position:relative;
	margin-left:2px;
}


.prevButton{
	background:transparent url(../../images/prev.jpg) repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	float:right;
	height:20px;
	padding:0;
	width:20px;
	position:relative;
	margin-right:4px;
}

.lastButton{
	background:transparent url(../../images/last.jpg) repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	float:right;
	height:20px;
	padding:0;
	width:20px;
}

.firstButton{
	background:transparent url(../../images/first.jpg) repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	float:right;
	height:20px;
	padding:0;
	width:20px;
}

.nextButton:hover,.prevButton:hover,.lastButton:hover,.firstButton:hover {
	background-position:bottom;
	}
	
.paginationPage a{
	color:#727272;
	padding:0px;
	padding-left:4px;
	padding-right:4px;
	text-decoration:underline;
}

.paginationPage a:hover{
	text-decoration:none;
}

.active{
	color:#993333 !important;
}

.moreFeatured{
	color:#727272 !important;
	padding-left:5px;
}

.nonfeaturedBg{
	/*background:#f9f8f5;*/
}

.sortSelect{
	width:150px;
}

.nearBySelect{
	width:180px;
}

.line{
	width:100%;
	height:2px;
	margin-bottom:6px;
	margin-top:6px;
	background:#EBE1C8;
}


.hotellistHotelName{
	color:#416c7c;
	font-size:16px;
	text-decoration:underline;
}

.hotellistHotelName:hover{
	color:#416c7c;
	font-size:16px;
	text-decoration:none;
}
.priceDiv{
	background:#fff none repeat scroll 0 0;
	width:105px;
	height:65px;
	color:#B01F46 !important;
	font-size:15px;
	text-align:center;
	font-weight:bold;
	padding-top:6px;
	border:1px solid #B01F46;
	text-decoration:none !important;
}

.priceDiv a, .priceDiv a:hover
{
	color:#B01F46 !important;
}

.selectButton{
	background:url(../../images/en/select.png) repeat scroll 0 0;
	width:105px;
	height:30px;
	margin-top:5px;
	color:#fff;
	font-size:15px;
	text-align:center;
	font-weight:bold;
	padding-top:3px;
	cursor:pointer;
	text-decoration:none !important;
}

.selectButton a{
	text-decoration:none !important;
}

.selectButton:hover{
	background-position:bottom;
}

.smallerPrice{
	font-size:10px;
	text-align:center;
	font-weight:bold;
}

.hotelthumbs{
	border:1px solid #000;
}

.toggleheader{
	cursor:pointer !important;
	color:#416c7c !important;
	text-decoration:underline !important;
}

.toggleheader:hover{
	text-decoration:none !important;
	color:#416c7c !important;
}

.infobarBg{
	background:#e0cfa3;
	margin-bottom:10px;
	padding:8px;
	width:364px;
}

.hotelInfoBar{
	
	
	color:#000;
	width:364px;
}

.formtablewithborder{
	border:1px solid #a59864;
	
}

.hotelInfohotelName{
	padding-left:8px;
	padding-bottom:10px;
}

.infobarlink{
	color:#416C7C !important;
	text-decoration:underline;
}

.infobarlink:hover{
	text-decoration:none;
}

.label{
	color:#436a79;
	font-weight:normal;
	border-bottom:1px solid #a59864;
	padding-bottom:4px;
	padding-top:4px;
	width:125px;
}

.content {
	line-height:1.3;
	border-bottom:1px solid #a59864;
	padding-bottom:4px;
	padding-top:4px;
}

.labelRoom{
	color:#436a79 !important;
	font-weight:normal;
	padding-bottom:4px;
	padding-top:4px;
	width:125px;
}

.contentRoom {
	line-height:1.3;
	padding-bottom:4px;
	padding-top:4px;
}

.mainImage {
	margin-right:10px;
}

.checkinout{
	font-size:14px;
}


.hotelpolicies{
	font-size:11px !important;
	color:#000 !important;
	text-decoration:none !important;
}

.hotelpolicies:hover{

	text-decoration:underline !important;
}

.roomHeader {
	padding-top:6px;
	padding-bottom:6px;
}

.roomHeader h3{
	color:#000 !important;
}



.roomsTable {
	border:1px solid #a49868;
}

.linethrough {
	color:#B01F46;	
	text-decoration:line-through;
}

.redPrice {
	color:#000;
	text-decoration:bold;
}

#areamap_canvas{
	top:30px;
	left:30px;
	background:#E0CFA3;
	position:absolute;
	z-index:100 !important;
}

#closediv{
	position:absolute;
	top:7px !important;
	left:525px !important;
	width:75px !important;
}

#closediv a{
	color:#000;
	text-decoration:none;
}

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

#mapBackground{
	background:#E0CFA3;
	padding:25px;
	position:absolute;
	display:none;
	height:370px;
	width:555px;
	z-index:50 !important;
	top:20%;
	left:20%;
}

.whiteBg{
	
	background:#fff;
	margin:10px;
	font-size:11px;
	margin-left:2px;
	
}

#advancedOptions{
	display:none;
	
}

.advancedOptionsDiv{
	background: url(../../images/advancedopt.png) repeat scroll 0 0;
	height:20px;
	top:-4px;
	width:324px;
	position:relative;
	cursor:pointer;
	padding-left:50px;
	padding-top:6px;
	color:#000;
	font-size:11px;
}


.advancedOptionsDivClose{
	background: url(../../images/advancedclo.png) repeat scroll 0 0;
	height:20px;
	top:-4px;
	width:324px;
	position:relative;
	cursor:pointer;
	padding-left:50px;
	padding-top:6px;
	color:#000;
	font-size:11px;
	display:none;
}

.whiteLine{
	
	background:#fff;
	height:4px;
	width:250px;
	margin-left:60px;
	margin-bottom:10px;
}

.searchinputsecurity
{
	border:1px solid #cabe98;
	color:#727272;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	height:22px;
	width:150px;
	text-align:center;
}

.searchinputlong
{
	border:1px solid #cabe98;
	color:#727272;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:22px;
	width:262px;
}

.searchinputmedium
{
	border:1px solid #cabe98;
	color:#727272;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:18px;
	width:242px;
}

textarea
{
	border:1px solid #cabe98;
	color:#727272;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:80px;
	width:262px;
}

.gobutton
{
	background:url(../../images/en/Book.png) repeat scroll 0 0;
	width:105px;
	height:32px;
	margin-right:6px;
}
.gobutton:hover
{
	background-position:bottom;
}

.bookingerror
{
	margin-top:5px;
	color:red;
}

.weather
{
	font-size:11px;
	width:170px;
}

.xrates
{
	font-size:11px;
	width:170px;
}

.verticalInfoBar
{
	margin-top:8px;
}


.noneHeader{
	text-transform:none;	
}

.whiteext{
	background:#F9F8F5;
	position:relative;
	right:-320px;
	width:30px;
	height:40px;
	top:-19px;

}


.infoAddress{
	padding-left:12px;
}

.ad-slideshow-start{
	color:#006600;
}

.ad-slideshow-start:hover{
	color:#006600;
	text-decoration:underline;
}

.ad-slideshow-stop{
	color:#660000;
	padding-left:5px;
	padding-right:8px;
}

.ad-slideshow-stop:hover{
	color:#660000;
	padding-left:5px;
	padding-right:8px;
	text-decoration:underline;
}

.error
{
	background:#eaeaea;
	border:1px solid #666666;
	font-size:14px;
	color:#cc0000;
	text-align:center;
	padding:5px;
}

.bookingerror
{
	background:#eaeaea;
	border:1px solid #666666;
	font-size:14px;
	color:#cc0000;
	text-align:center;
	padding:5px;
}

.topHeading{
	padding-top:10px;
}

.leftpadding{
	
	padding-left:15px;
}

.boxHeader  {
	
	padding-top:10px;
}

.bottomwhite {
	background:#f9f8f5;
	left:-15px;
	top:10px;
	position:relative;
	width:380px;
	
}

.allHotelsLink
{
	color:#B01F46;
	text-decoration:underline;
}

.allHotelsLink:hover
{
	color:#B01F46;
	text-decoration:none;
}

.hotelJumpbox
{
	margin-top:7px;
	margin-left:10px;
	width:300px;
}

.pagination
{
	margin-left:6px;
}
.inner
{
	margin-left:3px !important;
}

.paginationPage
{
	padding-left:2px;
	padding-right:2px;
}

.maplegend
{
	bottom:-365px;
	left:6px;
	position:relative;
}
#city_idSelectbox
{
	width:168px;
	margin-left:38px;
}

.backlinks{
	padding-bottom:3px;
}

.roomslist select
{
	width:105px;
}

.divider
{
	border-bottom:1px solid #A59864;
}

.logoFontSmall
{
	font-size:32px !important;
	text-transform:capitalize !important;
	margin-top:18px !important;
}

.logoFontMid
{
	font-size:42px !important;
	text-transform:capitalize !important;
	margin-top:12px !important;
}

.logoFontBig
{
	font-size:51px !important;
	text-transform:uppercase !important;
}

.moneyspan
{
	font-size:13px !important;
}

#noAvailability
{
	margin:0px;
	padding:0px;
	margin-right:5px;
	margin-left:-6px;
}
.policies div
{
	margin-bottom:5px;
	margin-top:5px;
	border-bottom:1px solid #A59864;
	padding-bottom:5px;
}

#doc a{
	text-decoration:none;
}

.box li h4 a{
	text-decoration:underline !important;
}

.faqQ a{
	text-decoration:underline !important;	
}

.box li h4 a:hover{
	text-decoration:none !important;
}

.faqQ a:hover{
	text-decoration:none !important;	
}

.box h3 a{
	color:#B01F46 !important;
}

.moreInfo{
	background:#fff none repeat scroll 0 0;
	width:105px;
	height:69px;
	color:#B01F46 !important;
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
	font-weight:normal;
	padding-top:12px;
	border:1px solid #B01F46;
	text-decoration:underline !important;
	
}

.moreInfo:hover{
	text-decoration:none !important;
}


#featuredHotelDiv li{
	margin-top:5px;
	margin-bottom:5px;
}

#featuredHotelDiv li a{
	color:#000;
}
