
body{
	color: #333;
	background: #eef;
	background: #f5eeff;
	background: #fff;
}

h1, h2{
	color: #444;
	/*font-weight: bold;*/
	/*font-family: times;*/
}

h1 {font-size:2em;margin-bottom:0.75em;}
h2 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h3 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h4 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h5 {font-size:1em;font-weight:bold;}

a{
	text-decoration: none;
	color: #0F75C6;/*#00416C;#1489E8;*/
}

a:hover{
	color: #0F75C6;
	text-decoration: underline;
}

img.framed{
	-webkit-box-shadow: 0px 0px 6px #aaa;
	-moz-box-shadow: 0px 0px 6px #aaa;
	padding: 4px;
	background: white;
}

.image-caption{
	font-size: 95%;
	color: #666;
	text-align: center;
	margin: 0.4em 0 0 0;
	display: block;
}

.image-caption img{
	height: 14px;
	width: 14px;
	margin-right: 4px;
	vertical-align: middle !important;
	margin-top: -3px !important;
}

.main-content p{
	font-size: 115%;
}

.button{
	border: 1px solid #46c;
	background:url(images/design/header-bg.png) center repeat-x;
	padding: 4px 0px;
	color: white;
	font-weight:bold;
	display: inline-block;
	width: 138px;
	text-align: center;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	vertical-align: middle;
}
a.button:hover{
	color: white;
}

#notices{
	list-style:none;
	margin: 8px 0;
	padding: 2px 0;
}

#page-header{
	position: absolute;
	top: 0px;
	left:0px;
	width:100%;
	height: 70px;
	
	background:url(images/design/header-bg.png) 0px 0px repeat-x;
}

#page-header div{
	position: relative;
	height: 70px;
	/*background:url(images/design/logo.png) 0px 10px no-repeat;*/
}

#page-header img{
	margin: 4px 0 0 0 !important;
	width: 199px;
	height: 41px;
}

#page-header h3{
	margin: 0 !important;
	color: white;
	font-size: 13px;
	line-height: 13px;
}


#page-tabs{
	font-family:Helvetica;
	position:absolute;
	bottom:0px;
	right:-10px;
	line-height:2em;
	color:white;
	font-size:15px;
	
	list-style: none;
	margin: 0;
	padding: 0;
}

#page-tabs li{
	float: left;
}

#page-tabs li.selected{
	background:url(images/design/header-tab-bg.png) 50% 100% no-repeat;
}

#page-tabs a{
	padding: 0px 16px;
	border-right: 1px solid #90D7FC;
	color: white;
}

#page-tabs li:last-child a{
	border: 0;
}

#page-tabs a:hover{
	text-decoration: underline;
}


#page-content{
	margin-top: 80px;
	position: relative;
}

#page-footer{
	margin-top: 50px;
	color:  #666;
}

#page-footer ul{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#page-footer li{
	float: left;
	margin-left: 20px;
}


#navigation-options{
	color: #777;
	margin-top: 2em;
	font-size: 110%;
	position: absolute;
	top: 16px;
	right: 8px;
}

#navigation-options *{
	vertical-align: middle;
}



.breadcrumbs{
	font-size: 95%;
	color: #999;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 2px;
}

.breadcrumbs a{
	background: url(images/design/bul.png) left no-repeat;	
	padding-left: 11px;
}

.colborder{
	border-right: 1px dotted #ccc !important;
}

.box-shadow{
	-webkit-box-shadow: 0px 0px 8px #aaa;
	-moz-box-shadow: 0px 0px 8px #aaa;
}

.padded-border{
	padding: 4px;
	background: white;
}


a.arrow{
	background: url(images/design/arrow.gif) 0px 3px no-repeat;	
	padding-left: 12px;
}

/*.top-padding{
	padding-top: 8px;
}

.bottom-padding{
	padding-bottom: 8px;
}*/


.feature-photo-intext{
	float: left;
	padding: 4px;
	margin: 0 10px 4px 0;
	background: white;
	-webkit-box-shadow: 0px 0px 8px #999;
	-moz-box-shadow: 0px 0px 8px #999;
}

.feature-photo-intext-wrapper{
	float: left;
	margin: 0 10px 2px 0;
}

/*.feature-photo-intext-wrapper img.tmb{
	padding: 4px;
	background: white;
	-webkit-box-shadow: 0px 0px 8px #999;
	-moz-box-shadow: 0px 0px 8px #999;
}*/


.feature-photo{
	margin-bottom: 1em;
}

.feature-photo .caption{
	line-height: 2em;
	color: #777;
	padding-top: 4px;
}



/**
 *	
 */
ul.item-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.item-list li{
	clear: left;
	padding: 8px 0 4px 0;
}

ul.item-list img.tmb{
	float: left;
	padding:3px;
	-webkit-box-shadow: 0px 0px 8px #999;
	-moz-box-shadow: 0px 0px 8px #999;
	margin-right: 8px;
	width: 60px;
}

ul.item-list h4{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.5em 0 !important;
}

ul.item-list p{
	margin: 0.5em 0 0 75px;
}


ul.item-list-large {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.item-list-large li{
	clear: left;
	padding: 6px 0 20px 0;
}

ul.item-list-large img.tmb{
	float: left;
	padding:3px;
	-moz-box-shadow: 0px 0px 8px #999;
	-webkit-box-shadow: 0px 0px 8px #999;
	margin-right: 8px;
	width: 180px;
}

ul.item-list-large h3{
	font-weight: bold;
	margin: 0 0 0.5em 195px;
}

ul.item-list-large p{
	margin: 0.5em 0 0.5em 195px;
}


	
/**
 *	
 */

.large-paragraph{
	font-size: 120%;
}

.newsletter{
	/*width:298px;*/
	border:1px solid #ccc;
	margin-bottom: 1em;
	background: #E5F5FE;
	border: 1px solid #CEDCFE;
	-webkit-box-shadow: 0px 0px 5px #aaa;
	-moz-box-shadow: 0px 0px 5px #aaa;
	padding: 8px 8px 0 8px;
}

.newsletter form{
	padding: 0;
	margin: 0;
}

.newsletter h3{
	border-bottom: 1px solid #CEDCFE;
	padding-bottom: 6px;
	margin-bottom: 6px;
	color: #205395;
	font-size: 16px;
	font-weight: bold;
}

.newsletter dt{
	padding: 0;
	margin: 6px 0 0 0;
}

.newsletter dd{
	padding: 0;
	margin: 0;
}

.newsletter input{
	width: 45%;
}

.newsletter input#email{
	width: 90%;
}

.newsletter img{
	/*position: absolute;
	right: 2px;
	top: -16px;
	z-index: 0;*/
	float: right;
	margin-top: -8px;
	margin-right: -4px;
	margin-left: 2px;
}

.mpu{
	width: 298px;
	/*line-height: 49px;
	padding: 100px 0;
	border:1px solid #ccc;
	text-align: center;*/
	margin-bottom: 1em;
}

.main-title{
	margin: 1em 0 1em 0;
}


.booknow, #hotel_key_info {
	background: #E5F5FE;
	border: 1px solid #CEDCFE;
	-webkit-box-shadow: 0px 0px 5px #aaa;
	-moz-box-shadow: 0px 0px 5px #aaa;
	padding: 8px;
	/*width: 284px;*/
	margin-bottom: 1em;
}

.booknow h2, #hotel_key_info h2 {
	border-bottom: 1px solid #CEDCFE;
	padding-bottom: 6px;
	margin-bottom: 6px;
	color: #205395;
	font-size: 16px;
	font-weight: bold;
}

.booknow div {
	height: 32px;
}

.booknow .button{
	border: 1px solid #46c;
	background:url(images/design/header-bg.png) center repeat-x;
	/*background: #205395;*/
	padding: 4px 0px;
	color: white;
	font-weight:bold;
	float: left;
	display:block;
	width: 138px;
	text-align: center;
	margin: 0 6px 0 0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#hotel_key_info dt{
	color: #205395;
}

#hotel_key_info dd{
	margin: 0 0 0.5em 0px;
	padding: 0;
}

#hotel_key_info dl{
	margin: 0;
}

/*.hotel-tiles{
	list-style:none;
	margin:0;
	padding: 0;
}

.hotel-tiles li{
	width:188px;
	float:left;
	margin: 0 8px 8px 0;
}

.hotel-tiles img{
	width:180px;
	height: 120px;
	padding: 4px;
	-webkit-box-shadow: 0px 0px 8px #aaa;
	-moz-box-shadow: 0px 0px 8px #aaa;
}

.hotel-tiles img:hover{
	margin: -2px;
	width:184px;
	height: 124px;
}

.hotel-tiles h4{
	margin: 8px 0;
	text-align: center;
}

.hotel-tiles p{
	margin: 8px 0;
	text-align: center;
	color: #999;
	line-height: 1em;
}*/







ul.item-list-postcard {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee;
}

ul.item-list-postcard li.clearfix{
	background: white;
	margin: 0;
	position: relative;
	
	border-top: 1px solid #eee;
	padding: 10px 0;
}


ul.item-list-postcard li ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 196px;
}

/*ul.item-list-postcard li li*/
.location{
	padding: 2px 0px 2px 18px;
	background: url(images/design/compass.png) 0px 3px no-repeat;
}
.cost{
	padding: 2px 0px 2px 18px;
	background: url(images/design/cost.png) 0px 3px no-repeat;
}



ul.item-list-postcard img.tmb{
	float: left;
	width: 180px;
	height: 120px;
	-webkit-box-shadow: 0px 0px 6px #aaa;
	-moz-box-shadow: 0px 0px 6px #aaa;
	padding: 4px;
	background: white;
}

ul.item-list-postcard h3, ul.item-list-postcard h2{
	margin: 0 0 0.7em 0;
	margin-left: 196px;
	padding-top: 4px;
	font-size:1.2em;
	font-weight: bold;
}

ul.item-list-postcard p{
	margin: 0.5em 0 0 0;
	margin-left: 196px;
}

ul.item-list-postcard p.item-options{
	position: absolute;
	bottom: 0px;
	right: 4px;
	border: 1px solid #eee;
	border-bottom: 0;
	padding: 2px 6px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}


#list-body img{
	vertical-align: text-top;
	margin-top: 3px;
}


/**
 *	Homepage
 */
#hp-logos{
	margin-top: 2em;
	text-align: center;
}

#hp-logos img{
	vertical-align: middle;
}

.hp-column h2{
	margin-bottom: 0.5em;
}

.hp-column-more{
	text-align: right;
	clear: left;
	padding-top: 10px;
}

#feature{
	margin: 20px 0;
	-webkit-box-shadow: 0px 0px 10px #aaa;
	-moz-box-shadow: 0px 0px 10px #aaa;
	padding: 4px;
	border: 1px solid #ccc;
}

#feature-inner{
	position: relative;
	overflow:hidden;
	height:310px;
}

#feature-search-box{
	float:right;
	-webkit-box-shadow: -2px 0px 10px #000; 
	background:#E5F5FE;
	padding:15px;
	position:absolute;
	top:0px;
	right:0px;
	width:250px;
	height:280px;
}

#feature-slideshow{
	height:310px;
	width: 670px;
	height:310px;
	overflow:none;
}

#find_hotel_form {
	padding-bottom: 8px;
}

#find_hotel_form *{
	font-size: 110% !important;
}

/**
 *	Destination index page
 */

.sublocation-list-1col{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sublocation-list-1col li{
	margin-right: 6px;
	padding: 1px 0;
}

.sublocation-list-1col a{
	background: url(/_resources/Hg.Core/images/design/arrow.gif) left no-repeat;
	padding-left: 12px;
}


.destination h2{
	margin: 0.6em 0px;
	padding-bottom: 3px;
}

/**
 *	Destination view page
 */

.sublocation-list-3col{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sublocation-list-3col li{
	width:30%;
	float:left;
	margin-right: 6px;
	padding: 2px 0;
	background: url(/_resources/Hg.Core/images/design/arrow.gif) left no-repeat;
	padding-left: 12px;
	white-space: nowrap;
	overflow:hidden;
}

.sublocation-list-3col a{
	
}

/**
 *	Review page
 */

.review-rating .rating{
	background: url(images/design/stars.png) top left no-repeat;
	width:85px;
	height:17px;
}
.review-rating {
	border-collapse: collapse;
}
.review-rating td{
	border: 1px solid #eee;
	padding: 5px;
}
.review-rating th{
	vertical-align: top;
	border: 1px solid #eee;
	padding: 5px;
}


/*
.review-rating-header{
	margin: 1.5em 0 0.1em 0;
	font-weight: bold;
	color: #444;
	padding: 3px;
}
*/
.review-rating-sidebar {
	border-collapse: collapse;
	background: #E5F5FE;
	border: 1px solid #CEDCFE;
	-webkit-box-shadow: 0px 0px 5px #aaa;
	-moz-box-shadow: 0px 0px 5px #aaa;
}
.review-rating-sidebar td{
	border-bottom: 1px solid #CEDCFE;
	padding: 5px 8px;
}	

.review-rating-sidebar p{
	margin: 0.5em 0 0 0;
	color: #555;
}

.review-rating-sidebar .rating{
	background: url(images/design/stars.png) top left no-repeat;
	width:85px;
	height:17px;
}

.review-rating-sidebar h3 {
	/*border-bottom: 1px solid #CEDCFE;
	padding-bottom: 6px;*/
	margin: 0;
	color: #205395;
	font-size: 16px;
	font-weight: bold;
}
