/* HTML5 âœ° Boilerplate */

@font-face {
    font-family: 'AvalonBook';
    src: url('fonts/avalon-book/Avalon-Book-webfont.eot');
    src: url('fonts/avalon-book/Avalon-Book-webfont.eot?iefix') format('embedded-opentype'),
         url('http://www.commonshotel.com/css/fonts/avalon-book/Avalon-Book-webfont.woff') format('woff'),
         url('fonts/avalon-book/Avalon-Book-webfont.ttf') format('truetype'),
         url('fonts/avalon-book/Avalon-Book-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvalonDemi';
    src: url('fonts/avalon-demi/Avalon-Demi-webfont.eot');
    src: url('fonts/avalon-demi/Avalon-Demi-webfont.eot?iefix') format('embedded-opentype'),
         url('http://www.commonshotel.com/css/fonts/avalon-demi/Avalon-Demi-webfont.woff') format('woff'),
         url('fonts/avalon-demi/Avalon-Demi-webfont.ttf') format('truetype'),
         url('fonts/avalon-demi/Avalon-Demi-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

em {font-style: italic;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.3 sans-serif; *font-size:small; 	font-family: AvalonBook, Arial, sans-serif;
  }
p, #pre-footer, footer, #breadcrumbs, div.description_content {/*font-family: Arial, sans-serif;*/}
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }


a, a:hover, a:active { outline: none;}
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

aside#top {
	width:100%; 
	/*min-height: 600px;  */
	position: absolute;
	float: right;
	left: 0;
} 

#container-wrap {
	width:100%; 
	background: url('../img/bgs/container-wrap_bg.png');
}

#container {
	width:1007px; 
	height:684px; /* 	height needs to be bigger to allow nav growth */
	margin: 0 auto; 
	padding: 0;  
	position: relative;
	-webkit-box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.4); 
	box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.4);
}

#top-wrap {
	width: 950px; 
	margin: 0 auto;
}

header {
	position: relative;
	width:200px;
	height: auto; 
	float: left;
	left:28px;
	
}

header#first hgroup .logo {
	background-image:url(../img/logos/hotel_logo.png);
	background-repeat:no-repeat;
	color:#EAE8D5;
	display:block;
	font-size:1px;
	height:98px;
	position:relative;
	text-indent:-9999px;
	top:0;
	width:199px;
	margin-bottom: 20px;
}

header#first hgroup h2 {
	display:none;
}

section#bookings-wrap { 
	width:100%; 
	height: 50px; 
	margin: 0 auto;
	position: absolute;
	bottom:0;
	left:0;
	background-color: #FFF;
}

#bookings { 
	width:1007px; 
	height: 50px; 
	margin: 0 auto;
	background: url("../img/bookings_bg.png") repeat scroll 0 0 #FFFFFF;
	background-position: 0 -11px;
	-webkit-box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.4); 
	box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
}

#bookings > div {
	float:left; 
	width:387px; 
	height: 50px;
}

a.awards-gallery {
	background-image:url(../img/btn/btn_awards.gif); 
	background-repeat: no-repeat; 
	width: 257px; 
	height: 33px; 
	margin-top: 10px;  
	text-indent: -9999em; 
	margin-left: 28px; 
	float: left;
}

a.awards-gallery:hover, a.awards-gallery.active {background-position: 0 -33px;}

#bookings .book-now, #bookings .book-now a {
	background-image:url(../img/book_now.png); 
	background-repeat: no-repeat; 
	height: 50px; 
	width: 232px; 
	text-indent: -9999em; 
	float: left; 
}

#bookings .book-now a:hover {
	background-position: 0 -50px;
}
 


/* NHH Logo Update */

#bookings a.noble-house {
	background-image:url(../img/logos/noble_house_logo.png); 
	background-repeatbackground-repeat: no-repeat; 
	width: 132px; 
	height: 32px; 
	margin-top: 10px;
	margin-right:28px; 
	text-indent: -9999em; 
	float:right;
}

.disclaimer {
	width: 396px; 
	height: 32px; 
	margin-top: 10px;
	float:right;
	font-family:arial;
	font-size:10px;
	color:#888888;
	position: absolute;
    right: 24px;
	text-indent:-9999px;
}

a.noble-house:hover, a.noble-house.active {background-position: 0 -33px;}

#bookings ul {list-style: none; position: absolute; right: 0;}

#bookings a#hilton-corp {
		margin:2px 0 0 40px; 
		display:block; 
		font-size: 12px;
		color: #594A42;
		position: absolute; 
		right:32px; 
		top:17px;
		font-family: Arial, sans-serif;
	}

#bookings a#hilton-corp:hover {
	color: #594A42;
	text-decoration: underline;
}


/* /NHH Logo Update */

section#breadcrumbs-wrap { 
	width:100%; 
	height: 20px; 
	margin: 0 auto;  
	background-image:url(../img/breadcrumbs_bg.jpg); 
	background-repeat: repeat-x;
}

#breadcrumbs {
	width: 1007px; 
	height:20px; /*height:34px;*/
	margin: 0 auto; 
	-webkit-box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.4); 
	box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.4);
	
}
		
#breadcrumbs ul li{
	left:29px; 
	position: relative; 
	top:8px;
	list-style-type: none; 
	text-transform: uppercase; 
	display: inline; 
	font-size: .65em;
	letter-spacing: 1px; 
	color: #A7A9AC;
	display: none; 

}


#breadcrumbs ul li a {
	border-right:1px solid #C5CB68; 
	padding: 0 4px 0 0; 
	display: none; 

}

#breadcrumbs ul li:last-child a {border-right:none;}

dl#secondary-nav {
	text-transform: uppercase; 
	margin-bottom: 24px; 
	overflow: hidden;
}

dl#secondary-nav dt {
	float: left; 
	display: inline;
}

dl#secondary-nav dd {
	float: left; 
	margin-left: 13px;
}

dl#secondary-nav a {
	color: #A09F9F;
	font-size:1.05em;
}


dl#secondary-nav a:hover, dl#secondary-nav a.selected {color:#5B4B43!important;}


section#main {
	overflow:auto; 
	background:#fff; 
	width: 1007px; 
	margin: 0 auto; 
	-webkit-box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.4); 
	box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.4); 
	padding-bottom: 20px;
}

#content { 
	width: 950px;
	margin:2em auto 0 auto; 
	overflow: hidden;
}

#content .col-wrap {
	float: left; 
	width:102%; 
	clear: left; 
	margin-bottom: 2em;
}

#content .col-wrap-long {
	float: left; 
	width:100%; 
	clear: left; 
	margin-bottom: 2em;
}

.col {
	float: left; 
	width: 305px; 
	min-height: 80px; 
	margin-right: 17px; 
	position:relative; 
}

#content.primary .col-wrap-long .col {width: 935px;}
#content.primary .col, #content.gallery .col {
	border: 4px solid #594A42; 
	height: 220px; 
	width: 297px;
}

.col:last-child  {margin: 0;}
#content h2 {font-size: 14px; margin-bottom: 1em; 	font-family: AvalonDemi, Arial, sans-serif;
 }
#content h3 {font-size: 15px; font-weight: bold; margin:0 1em 1em 0;  }
#content h4 {color:#921913;  margin:1em 0 0 1em; }
#content h5 {color:#594A42;  margin:0em 0 0 1em; }


#content.secondary .col img, #content.primary-img-text .col img {
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5); 
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}

#content.primary-img-text {margin-top: 1em;}
#content.primary-img-text .col-wrap {
	float: left; 
	width:100%; 
	clear: left; 
	margin: 1em 0;
}

#content .heading-sec-content {
	width: 305px; 
	height: 39px;
	background:url(../img/sec-content/heading_sec_content.jpg); 
	background-repeat: no-repeat; 
}

#content .heading-sec-content h3 {
	color:#fff; 
	font-weight: normal; 
	margin: 12px 0 0 12px; 
	float: left;
}

#content.primary .col-wrap-long h3 {
	width: 925px; 
	background:url('../img/prim_heading_long.png'); 
	background-position: 0 0; 
	background-repeat:repeat-x;
}

#content.primary h3 {
	color:#fff; 
	font-weight: normal; 
	position: absolute; float: left; 
	z-index: 1; padding: 13px 0 0 10px; 
	background:url('../img/prim_heading.png');
	background-position: 0 0; 
	background-repeat:repeat-x;
	width: 290px; 
	height: 35px;
}

#content.primary .col-wrap-left {
	float: left; 
	width:305px; 
	margin-right: 17px;
}

#content.primary .col-wrap-left .col { height: 464px; }
#content.primary .col-wrap-right {float: left; width:627px;   }
#content.primary .col-wrap-right .col {
	float: left; 
	width: 297px;
	min-height: 80px; 
	margin-right: 17px; 
	margin-bottom: 15px; 
	position:relative; }
#content.primary .col-wrap-right .col:nth-child(2n) {margin: 0;}


#content.gallery h3 {
	color:#fff; 
	font-weight: normal; 
	position: absolute; float: left; 
	z-index: 1; padding: 13px 0 0 10px; 
	background:url('../img/gallery_heading.png');
	background-position: 0 0; 
	background-repeat:repeat-x;
	width: 290px; 
	height: 35px;
}

#content.gallery h3:hover {
	opacity: 0.8;
}

#content ul {
	list-style-type: disc; 
	margin:1em 0 0 0.5em; 
	list-style-position: outside;
	padding-left: 10px;
}

#content ul li {
	line-height: 18px;
}



#content p {
	margin: 10px 0 0;
}

#content.secondary p {
	/*margin: 1em 0 1em 0em;*/
}

#content .book-now {
	position: absolute;
	bottom:3px; right: 0; 
	background:url('../img/book-now_arrow.png'); 
	width:89px; 
	height:24px; 
	padding-left: 9px; 
	padding-top: 9px; 
	display: block; 
	color: #fff!important; 
}

#content .book-now:hover {
    width: 95px;
    -webkit-transition-property: width;
    -webkit-transition-duration: 0.15s;
}

.img-holder {
	width: 100%; 
	position: relative;
}

aside#pre-footer {
	background: #e6e7e8; 
	min-height: 243px; 
	width: 100%; 
	margin: 0 auto; 
	overflow: hidden;
	display: block;
	
}

aside#pre-footer .inner {
	width:1007px;  
	min-height: 243px; 
	margin: 0 auto; 
	overflow: hidden; 
	padding-top: 7px; 
	-webkit-box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.4); 
	box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.4);
}

.callout {
	background: #4c4639; /* backup for non-RGBA */ 
	background: rgba(51, 51, 51, 0.9); 
	width: 339px; 
	height:124px;
	position:relative; 
	float:left; 
	left:2px; 
	color: #fff; 
	z-index: 1000; 
	overflow: hidden;
}

.callout h2 {
	text-transform: uppercase; 
	font-size: 16px; 
	margin: 10px 10px 0px 13px;
		font-family: AvalonDemi, Arial, sans-serif;
 
}

.callout h1 {
	font-size: 16px;
	line-height: 1.2em; 
	margin: 5px 10px 5px 13px; 
	font-weight: normal;
}

.callout p {
	margin: 10px 10px 10px 13px;
}

.callout p a{
	color:#1fb0ae;
}

.callout a#learn-more {
	background-image:url(../img/callout_learn_more.png); 
	background-repeat: no-repeat;
	color:#1fb0ae;
	min-height:14px; 
	line-height: 12px;
	padding:2px 0 10px 15px; 
	margin:5px 20px 10px 13px; 
	display: inline-block; 
	text-transform: uppercase; 
	font-size: 11px;
	font-weight: bold;
}

.callout a#view-more {
	background-image:url(../img/callout_view_more.png); 
	background-repeat: no-repeat;
	color:#1fb0ae;
	min-height:14px; 
	line-height: 12px;
	padding:2px 0 10px 22px; 
	margin:5px 20px 10px 13px; 
	display: inline-block; 
	text-transform: uppercase; 
	font-size: 11px;
	font-weight: bold;
}
.callout a#view-details {
    background-image: url(http://www.commonshotel.com/img/callout_learn_more-down.png);
    background-position: 0 2px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    font-size: 12px;
    margin: 12px 0 0 13px;
    min-height: 14px;
    padding: 2px 0 10px 20px;
    text-transform: uppercase;
}

.callout address {
	margin: 10px 10px 10px 13px; 
	font-size: 14px;
}

.callout div {
	float: left; 
	width: 305px; 
	height: 160px; 
	margin-right:17px;
}

a.handle { 
	background:url('../img/btn/btn_callout.png'); 
	background-position: 18px 0;
	background-repeat: no-repeat; 
	width: 17px; 
	height: 39px; 
	text-indent: -9999em; 
	position: relative; 
	float: left;
} 

a.handle.closed {background-position:-20px 0;}
#callout-wrap {width: auto; position: absolute; top:97px; right: 0; overflow: visible; float: right; }

#pre-footer .heading, #content.primary-img-text .heading {
	width: 305px; 
	height: 39px; 
	background:url(../img/prefooter/prefooter_heading.jpg); 
	background-repeat: no-repeat; 
	float: left; 
}

#pre-footer p {
	/*margin:5px 10px 10px 10px; 
	font-weight: bold; */
	line-height: 14px;
}

#pre-footer h3 {
	color: #fff; 
	font-weight: normal; 
	margin: 12px; 
	background:url('../img/prefooter/arrow.png'); 
	background-repeat:no-repeat; 
	background-position: right;
	font-size:13px; 
}

h3#special {
	color: #fff; 
	font-size:12px; 
	font-weight: normal; 
	margin:-16px 5px 12px 12px; 
	background:url('http://www.commonshotel.com/img/prefooter/special.png'); 
	background-repeat:no-repeat; 
	background-position: right 0px; 
	height: 100%; 
	padding-top:29px;
}

#pre-footer h3 a {color: #fff;}

#pre-footer ul.ref-numbers {padding: 10px 0 0 9px; overflow: auto;}
#pre-footer ul.ref-numbers li {list-style-type: none; margin: 5px;}

/*Scrollable*/
a.close {text-indent: -9999em; background-image:url(../img/close.png); background-repeat: no-repeat; width: 18px; height: 17px; position: relative;  float: left; }

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: url(../img/scroller_arrows.png) no-repeat;
	display:block;
	width:22px;
	height:163px;
	float:left;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 	{ float:right; background-position: -22px 0; clear:right; margin-right: 0px;}
a.right:hover 	{ background-position:-22px 0px; }
a.right:active 	{ background-position:-22px 0px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:0px 0; }
a.left:active  	{ background-position:0px 0; }

/* disabled navigational button */
 a.disabled {opacity: .4;} 	

/*AWARDS SCROLLER*/

div#awards-wrap {
	width:100%; 
	height:245px; 
	margin: 0 auto; 
	overflow: hidden;
	position: relative;  
	background:url(../img/trans_white.png); 
	border-bottom: 1px solid #f1f1f1;
	position: absolute;
	bottom: 0;
	left:0;
}

.view-awards {
	width:1007px; 
	margin: 0 auto; 
	xoverflow: auto; 
	position: relative; 
	text-transform: uppercase; 
}

a#view-awards {
	width:auto; 
	height: auto; 
	float:left;
		font-family: AvalonDemi, Arial, sans-serif;
 
	padding: 10px;
}

div#awards {
	width:1007px; 
	height:163px; 
	margin: 0 auto; 
	overflow: hidden; 
	position: relative; 
	background-repeat: repeat-x; 
}

#awards-wrap a.close {
	float:right;
	 top:8px; 
	 right: 4px;
	 padding: 10px 0;}


#awards .scrollable {
	position:relative;
	overflow:hidden;
	width: 962px;
	height:163px;
	float: left;
}
	
#awards .scrollable a {
	font-family: 'Georgia', serif; 
	position: relative; 
	bottom: 0;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
#awards .scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

#awards .items section  {
	float:left;
	width:960px;
}


#awards .items section > div {
	background-image:url(../img/scroller_bg.jpg); 
	width:229px; 
	height: 145px; 
	float: left; 
	padding: 15px 0 0 10px; 
	border-right:1px solid #fff;
}

#awards .items section > div:nth-child(4n) {border: none;}

#awards .items section p {
	font-weight: normal; 
	font-size: 10px; 
	padding: 32px 0 10px 10px; 
	overflow: auto;
	min-height: 48px;
}

/* single scrollable item */
#awards .scrollable img {
	float:left;
}

#awards .items section aside {
	float:left; 
	text-align: center; 
	width:100px; 
	margin:12px 0 0px 5px;
}

#awards .items section aside a {
	font-family: "Arial", sans-serif;
}

/* active item */
#awards .scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

#awards .scroll-nav-left {
	display:block;
	width:22px;
	height:163px;
	float:left;
	background: #fff;
}

#awards .scroll-nav-right {
	display:block;
	width:22px;
	height:163px;
	float:right;
	background: #fff;
}

/*Noble House SCROLLER*/

#noble-house-wrap a.close {float:right; top:8px; right: 4px;}
#noble-house-wrap {
	width: 100%; 
	overflow: hidden; 
	margin: 0 auto; 
	background: url(../img/trans_white.png);
	border-bottom: 1px solid #f1f1f1; 
	position: absolute;
	bottom:0;
	height: 245px;
	left: 0;
	xz-index: 1;
}

#noble-house {
	margin: 0 auto; position:relative;
	overflow:hidden;
	height: 199px;
	width: 1007px;
}

/* main vertical scroll */
#noble-house-main {
	position:relative;
	overflow:hidden;
	height: 163px;
	width: 1007px;
}
	
/* root element for pages */
#noble-house-main #pages {
	position:absolute;
	height:20000em;
}
	
/* single page */
#noble-house-main .page {
	height: 163px;
	background:url(../img/nh/noble_house_bg.jpg) 0 0 repeat-x;
	width:1007px;
}
	
/* root element for horizontal scrollables */
#noble-house-main .scrollable {
	position:relative;
	overflow:hidden;
	width: 955px;
	height: 163px;
	float: left;
}
	
/* root element for scrollable items */
#noble-house-main .scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
	
#noble-house-main .item{
	float:left;
	cursor:pointer;
	width:960px;
	height:163px;
}

	
/* single scrollable item */
#noble-house-main .item div{
	float:left;
	cursor:pointer;
	width:191px;
	height:163px;
	text-align: center;
	border-right:1px solid #fff;
}

/* Noble House Hotel Properties */

#noble-house-main .hotels .item div a {
	background: url('../img/nh/nh_hotels.png'); 
	background-repeat: no-repeat;
	width:186px;
	height: 134px; 
	float: left;
	text-indent: -9999em;
	}
	
#noble-house-main .hotels .item div a#riviera {background-position: 0 0;}
#noble-house-main .hotels .item div a#riviera:hover {background-position:0 -134px;}

#noble-house-main .hotels .item div a#portofino {background-position: -186px 0;}
#noble-house-main .hotels .item div a#portofino:hover {background-position:-186px -134px;}

#noble-house-main .hotels .item div a#hilton {background-position: -372px 0;}
#noble-house-main .hotels .item div a#hilton:hover {background-position:-372px -134px;}

#noble-house-main .hotels .item div a#edgewater {background-position: -558px 0;}
#noble-house-main .hotels .item div a#edgewater:hover {background-position:-558px -134px;}

#noble-house-main .hotels .item div a#hotel-deca {background-position: -744px 0;}
#noble-house-main .hotels .item div a#hotel-deca:hover {background-position:-744px -134px;}

#noble-house-main .hotels .item div a#river-terrace {background-position: -930px 0;}
#noble-house-main .hotels .item div a#river-terrace:hover {background-position:-930px -134px;}

#noble-house-main .hotels .item div a#latoretta {background-position: -1116px 0;}
#noble-house-main .hotels .item div a#latoretta:hover {background-position:-1116px -134px;}

#noble-house-main .hotels .item div a#lpi {background-position:-1302px 0;}
#noble-house-main .hotels .item div a#lpi:hover {background-position:-1302px -134px;}

#noble-house-main .hotels .item div a#hotel-viking {background-position:-1488px 0;}
#noble-house-main .hotels .item div a#hotel-viking:hover {background-position:-1488px -134px;}

#noble-house-main .hotels .item div a#laplaya {background-position:-1674px 0;}
#noble-house-main .hotels .item div a#laplaya:hover {background-position:-1674px -134px;}

#noble-house-main .hotels .item div a#ocean-key {background-position:-1860px 0;}
#noble-house-main .hotels .item div a#ocean-key:hover {background-position:-1860px -134px;}

#noble-house-main .hotels .item div a#mountain-lodge {background-position:-2046px 0;}
#noble-house-main .hotels .item div a#mountain-lodge:hover {background-position:-2046px -134px;}

#noble-house-main .hotels .item div a#water-color {background-position:-2232px 0;}
#noble-house-main .hotels .item div a#water-color:hover {background-position:-2232px -134px;}

#noble-house-main .hotels .item div a#uhm {background-position:-2418px 0;}
#noble-house-main .hotels .item div a#uhm:hover {background-position:-2418px -134px;}

#noble-house-main .hotels .item div a#gateway {background-position:-2604px 0;}
#noble-house-main .hotels .item div a#gateway:hover {background-position:-2604px -134px;}

#noble-house-main .hotels .item div a#pelican {background-position:-2788px 0;}
#noble-house-main .hotels .item div a#pelican:hover {background-position:-2788px -134px;}

#noble-house-main .hotels .item div a#wsv {background-position:-2980px 0;}
#noble-house-main .hotels .item div a#wsv:hover {background-position:-2980px -134px;}

/* Noble House Restaurant Properties */


#noble-house-main .restaurants .item div a {
	background: url('../img/nh/nh_restaurants.png'); 
	background-repeat: no-repeat;
	width:186px;
	height: 134px; 
	float: left;
	text-indent: -9999em;
	}
	
	
#noble-house-main .restaurants .item div a#acqua {background-position: 0 0;}
#noble-house-main .restaurants .item div a#acqua:hover {background-position:0 -134px;}

#noble-house-main .restaurants .item div a#cuvee {background-position: -186px 0;}
#noble-house-main .restaurants .item div a#cuvee:hover {background-position:-186px -134px;}

#noble-house-main .restaurants .item div a#one-bellevue {background-position: -372px 0;}
#noble-house-main .restaurants .item div a#one-bellevue:hover {background-position:-372px -134px;}

#noble-house-main .restaurants .item div a#six-seven {background-position: -558px 0;}
#noble-house-main .restaurants .item div a#six-seven:hover {background-position:-558px -134px;}

#noble-house-main .restaurants .item div a#circa-59 {background-position: -744px 0;}
#noble-house-main .restaurants .item div a#circa-59:hover {background-position:-744px -134px;}

#noble-house-main .restaurants .item div a#baleen-la {background-position: -930px 0;}
#noble-house-main .restaurants .item div a#baleen-la:hover {background-position:-930px -134px;}

#noble-house-main .restaurants .item div a#baleen-naples {background-position: -1116px 0;}
#noble-house-main .restaurants .item div a#baleen-naples:hover {background-position:-1116px -134px;}

#noble-house-main .restaurants .item div a#chez-roux {background-position:-1302px 0;}
#noble-house-main .restaurants .item div a#chez-roux:hover {background-position:-1302px -134px;}

#noble-house-main .restaurants .item div a#hot-tin-roof {background-position:-1488px 0;}
#noble-house-main .restaurants .item div a#hot-tin-roof:hover {background-position:-1488px -134px;}

#noble-house-main .restaurants .item div a#district-lounge {background-position:-1674px 0;}
#noble-house-main .restaurants .item div a#district-lounge:hover {background-position:-1674px -134px;}

#noble-house-main .restaurants .item div a#dining-room {background-position:-1674px 0;}
#noble-house-main .restaurants .item div a#dining-room:hover {background-position:-1674px -134px;}

#noble-house-main .restaurants .item div a#the-view {background-position:-1860px 0;}
#noble-house-main .restaurants .item div a#the-view:hover {background-position:-1860px -134px;}

#noble-house-main .restaurants .item div a#nog {background-position:-2060px 0;}
#noble-house-main .restaurants .item div a#nog:hover {background-position:-2060px -134px;}

/* Noble House relax Properties */ 

#noble-house-main .relax .item div a {
	background: url('../img/nh/nh_relax.png'); 
	background-repeat: no-repeat;
	width:186px;
	height: 134px; 
	float: left;
	text-indent: -9999em;
	}
	
#noble-house-main .relax .item div a:hover {background-position: 0 -134px;}	


/* main navigator */
#noble-house #main_navi {
	float:left;
	padding:0px !important;
	margin:0px !important;
}
	

#noble-house #main_navi li, a#noble-house-corporate-link {
	color:#5A4A42;
	font-size:12px;
	height:auto;
	display: inline;
	float: left;
	list-style-type:none;
	padding:10px;
	text-transform: uppercase;
	cursor:pointer;
		font-family: AvalonDemi, Arial, sans-serif;
	
}
	
	
#noble-house #main_navi li:hover, a#noble-house-corporate-link:hover {
	color:#911913;
}
	
#noble-house #main_navi li.active {
	color:#911913;
}
		
#noble-house .nav-wrap {
	width: 1007px; 
	position: relative; 
	margin: 0 auto; 
	float: left;
}
		
/* prev, next, prevPage and nextPage buttons */
.custom {
	display:block;
	width:22px;
	height:163px;
	cursor:pointer;
	font-size:1px;
	outline: none;
	border: none;
	background:#fff url('../img/scroller_arrows.png');
	background-repeat: no-repeat;
	text-indent: -9999em;
}

.prev {
	background-position:0px 0; 
	float: left; 
	left: 0; 
	position: relative;
}

/* mouseover state */
.prev:hover {
	background-position:0 0;	
	cursor:pointer;	
}

/* next button uses another background image */
.next {
	background-position: -22px 0;
	float: right;
	right: 0;	
	cursor:pointer;
}

.next:hover {
	background-position:-22px 0;		
}

/* disabled navigational button */
.custom .disabled {
	opacity: .4;		
}

/*pre-footer SCROLLER*/

aside#pre-footer .scrollable {
	position:relative;
	overflow:hidden;
	width:948px; 
	height:240px;
	/*float:left;*/
	display:inline-block;
}

aside#pre-footer .scrollable a {
	/*font-family: 'Georgia', serif; */
	position: relative; 
	bottom: 0;
	color:#0a314f;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
#pre-footer .scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

aside#pre-footer .items section {
	/*float:left;*/
	display:inline-block;
	padding-top: 15px;
	width:950px;
}

aside#pre-footer .items section > div.col {
	width:305px; 
	height: 150px; 
	/*float: left; */
	display: inline-block;
	background: #D1D3D4;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5); 
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5); 
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}



.last {margin-right: 0!important;}

aside#pre-footer .items section p {
	/*font-weight: bold;*/
	font-size: 12px; 
	padding: 18px 10px 10px; 
	/*overflow: auto;*/
}

/* single scrollable item */
aside#pre-footer .scrollable img {
	float:left;
	}

aside#pre-footer .items section aside {
	float:left; 
	text-align: center;
	width:100px; 
	margin:0px 5px;
}

aside#pre-footer .items section aside a {font-family: "Arial", sans-serif;}
/* active item */
aside#pre-footer .scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

/* prev, next, prevPage and nextPage buttons */
aside#pre-footer  a.browse {
	background: url(../img/prefooter/scroller_arrows.png) no-repeat;
	display:block;
	width:26px;
	height:163px;
	float:left;
	cursor:pointer;
	font-size:1px;
}


/* right */
aside#pre-footer a.right 			{ float:right; background-position: -24px 0; clear:right; margin-right: 0px;}
aside#pre-footer a.right:hover 		{ background-position:-24px 0px; }
aside#pre-footer a.right:active 	{ background-position:-24px 0px; } 


/* left */
aside#pre-footer a.left				{ margin-left: 0px; background-position: 6px 0; } 
aside#pre-footer a.left:hover  		{ background-position:6px 0; }
aside#pre-footer a.left:active  	{ background-position:6px 0; }


aside#pre-footer .scroll-nav-left {
	display:block;
	width:29px;
	height:163px;
	float:left;
	position: relative;
	background:none;
}

aside#pre-footer .scroll-nav-right {
	display:block;
	width:26px;
	height:163px;
	float:right;
	background: none;
}



footer#main-f {
	width: 950px; 
	margin:0px auto 0 auto; 
	font-size: 11px; 
	padding:15px 0 0 0;
	xposition: relative;
}

footer ul li {list-style-type: none;}
footer ul li.phone {
	font-weight: bold; 
	font-size: 15px;
	float: left;
	padding-top: 2px;
	margin-left: 5px;
} 


footer#main-f .col-wrap {float: left; width: 100%; overflow: hidden; margin:0 0 2em 0;}
footer#main-f .col-wrap .col-l {width: 550px; float: left; position: relative; top:42px;}
footer#main-f .col-wrap .col-r {width: 400px; float: right;}


#footernav {
	width: auto; 
	float: left;
	xwidth: 50%;
}

#footernav li {
	display: inline; 
	
	}
	
#footernav li:last-child a {border-right: none;}
#footernav li a {
	color:#594A42;
	padding: 0 10px 0 0px;
}

#footernav li a:hover {
	color:#594A42!important; 
	text-decoration: underline;
}

#footernav #meta-footer-nav{
	display:block;
}

#footer-social {
	width:100%; 
	clear: both; 
	overflow: auto; 
	margin:0 auto;
}

#footer-social  ul#social li a {
	display: block; 
	float:left; 
	background: url(../img/footer/footer_social.png); 
	background-repeat: no-repeat; 
	width:auto; 
	height: 20px; 
	padding-left: 34px;
	margin:0px 10px 0 0; 
	font-weight: normal; 
	color:#594A42; 
	padding-top:5px; 
}

/* Updated Footer-social */
#footer-social ul#social li a:hover {color: #594A42!important; }
#footer-social ul#social li a#footer-twitter {background-position:0px 0px;}
#footer-social ul#social li a#footer-fb {background-position:0px -25px;}
#footer-social ul#social li a#footer-email {background-position:0px -50px;}
#footer-social u#sociall li a#footer-linkedin {background-position:0px -76px;}
#footer-social ul#social li a#footer-yelp {background-position:0px -101px;}
#footer-social ul#social li a#footer-tripadvisor {background-position:0px -126px;}

#footer-social ul#social li {display: inline;}
#footer-social ul#social {width: auto; float: left;}
/*/ Updated Footer-social */

footer a#nh {
	text-indent: -9999em; 
	background-image:url(../img/logos/nh_logo_footer.png); 
	background-repeat: no-repeat; 
	width: 132px; 
	height: 32px; 
	position: relative;  
	float: right; 
	
}

footer a#stash {
    background-image: url("../img/logos/stash_logo.png");
    background-repeat: no-repeat;
    clear: left;
    display: block;
    float: left;
    height: 60px;
    margin-top: 20px;
    position: relative;
    text-indent: -9999em;
    width: 176px;
}

/* Updated a#hilton-corp */
footer a#hilton-corp {
		margin:14px 0 0 15px; 
		display:inline-block; 
		font-size: 12px;
		color: #594A42;
	}
/* /Updated a#hilton-corp */


footer a#hilton-corp:hover {
	color: #594A42;
	text-decoration: underline;
}

/* Updated footer a#hhiltonrewards */
footer a#hhiltonrewards {
	text-indent: -9999em; 
	background-image:url(../img/logos/nh_logo_footer.png); 
	background-repeat: no-repeat; 
	width: 138px; 
	height: 60px; 
	position: relative;  
	float: left; 
	display: block; 
	clear: left;
	margin-top: 0;
}

ul#hhonors {display: block; float: right;}
ul#hhonors li {display: inline;}
/* /Updated footer a#hhiltonrewards */


address {display: block; }

footer address {
	display: inline; 
	color: #ada4a0;
	float: right;
	text-align: right;
	font-style: normal;
	font-size: 1.2em;
	width: 300px
}



.copyright {
	display: inline; 
	text-align: right;
	margin-bottom: 3px;
	float: right;
	margin-top: 1em;
}


div.description{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	display:none; /* hide it */
	/* styling bellow */
	background: #333333; /* backup for non-RGBA */ 
	background: rgba(51, 51, 51, 0.8);
	color:white;
	height: 100%;
}

div.description_content{
	padding:10px;
	margin-top:35px;
	width: 265px;
}

div.description_content a{
	color: #1fb0ae;
}

#content.primary .description ul {margin:1em 0; position: absolute; bottom: 0; padding: 0; display: none;}
.description ul li {display: inline;}
.description ul li a {margin-right:10px;}
.description a {font-weight: bold; }

#content.primary .description a.more {
	display: block; 
	margin: 1em 0 0 0;
}


/*SLIDETOGGLE*/
h2.trigger {
	color: #005695;
	background: url('../img/offers/offer-details_heading.jpg');	
	padding:10px 0;
	font-weight: normal;
	margin: 0!important;
	height: 16px;
}

h2.trigger a {
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: center right;
	margin-left: 1em;
	color:#006a83;
	text-transform: uppercase;
		font-family: AvalonDemi, Arial, sans-serif;
 
}


h2.active {background-position: 0 -36px; 
}

h2.active a {color:#594A42; }
.toggle_container {
	background: url('../img/offers/offer-details_bg.jpg');
	background-repeat: repeat-y;
	overflow: hidden;
	width: auto;
	clear: both;
	margin:0;
}
.toggle_container .block {
	margin: 0 15px 0 0;
	padding-bottom: 3px;
}

h2.trigger a.offer-close {display: none;}
h2.active a.offer-close {display: inline; position: relative; left:152px; color: #006a83; font-size: 10px;}

.hide {display: none;}

/*RESULTS*/

.results ol { 
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1em;
 }
 
.results h1 {
	color:#5B4B43; 
	text-transform: uppercase;
	margin-left: 12px; 
}

#content #secondary-nav .col-wrap {margin-bottom: 0;}
#secondary-nav .col {
	float: left; 
	width: 305px; 
	min-height: 42px; 
	margin-right: 17px; 
	position:relative; 
	padding:5px 0 0 0;
}


.results .col {padding-top: 20px;}
.events-results {
	background: #F1F1F2;
	padding-bottom: 2em;
	min-height: 800px;
}

#secondary-nav {
	text-transform: uppercase; 
	margin-bottom: 0; 
	overflow: auto;
		font-family: AvalonDemi, Arial, sans-serif;
 
}

#secondary-nav ul  {
	list-style-type: none; 
	margin: 0;
	padding-left: 0;
}

#secondary-nav ul li {
	float: left; 
	margin-right: 13px;
}

#secondary-nav a {
	color: #cec9c5; 
	font-size:.85em;
}

.results #secondary-nav a {
	color: #cec9c5; 
	font-size:16px;
}

.results #secondary-nav a.selected {
	color:#901B1D; 
	background: #eeedec; 
	padding: 5px;
}

.results #secondary-nav ul.sub-nav a {
	color: #cec9c5; 
	font-size:1.05em;
}

.results #secondary-nav ul.sub-nav a.selected {color: #5B4B43; background: none; padding: 0;}
#secondary-nav a:hover, dl#secondary-nav a.selected {color:#5B4B43!important;}

iframe#map {
	border: 2px solid #006a83; 
	width:944px;
	
}

#map div {
	float: left;
}


#content .recommend-results h3 {font-size: 16px; margin:14px 0 8px 0px !important;}

#content .recommend-results .thread-wrap { margin-bottom: .25em; width: 305px;}
#content .recommend-thread, #content .activities-thread { padding: 10px 0 1px 0; margin-left: 0em; margin-bottom: 0em; background: #edf6f7; min-height: 95px;}
#content .recommend-thread p, #content .activities-thread p {margin:8px 12px 12px; }
#content .recommend-thread h2 {font-weight: normal; margin:0 0 2px 12px; font-size: 16px;font-family: Arial, sans-serif; color: #1fb0ae;}
#content .activities-thread h2 {font-weight: bold; margin:0 0 2px 12px; font-size: 16px;font-family: Arial, sans-serif; color: #5B4B43;}
#content .recommend-thread .helpful-links, #content .activities-thread .helpful-links {margin: 12px;}

#content .activities-results .thread-wrap  { margin-bottom: .25em; width: 305px; float: left;}
#content .activities .thread-wrap {float: left;}
#content .col.activities-results {width: 624px;}
.activities-results  h1 {}
#content .activities-wrap {width: 624px; float: left;}
#content .activities-img {float: left;}

#content .recommend-results h2.trigger, #content .activities-results h2.trigger {
	color: #005695;
	background: url('../img/results/results_description_heading.jpg');	
	padding:10px 0;
	font-weight: normal;
	margin: 0;
}

#content .recommend-results .toggle_container, #content .activities-results .toggle_container {
	background: url('../img/results/results_description_bg.jpg');
	background-repeat: repeat-y;
	overflow: hidden;
	width: auto;
	clear: both;
	margin:0;
}

#content .map-results h1 {margin-left: 50px;}
#content .map-results h2 {font-size: 16px;font-weight: normal !important; margin:14px 0 8px 0px !important;}
#content .map-results h3 {font-size: 13px; margin-bottom: 0; font-family: Arial, sans-serif; font-weight: normal;}
#content .map-thread {margin-left: 1em; margin-bottom: 1em; padding-top: 10px;}
#content .map-thread .map-pin {
	float: left; 
	background: url('../img/map/map_pin.png'); 
	width: 30px; 
	height: 33px; 
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	padding-left: .5px;
	padding-top: 9px;
}


#content .map-info {margin: 0em 2em 1em 2.75em;}

#content .events-results h2 {font-size: 16px;font-weight: normal !important; margin: 14px 0px 8px 10px !important;}
#content .event-thread {margin-left: 1em; margin-bottom: 1em; padding-top:10px; float: left; }
#content .event-thread .entry {margin: 0em 0 0 .5em; float: left; width: 80%;  overflow: auto;}  
#content .event-thread .entry p {margin: 0em 1em 1em 0;}
#content .event-thread h3 {font-size: 13px; margin-bottom: 0; font-family: Arial, sans-serif;  font-weight: normal;}
#content .event-thread a {display: block;}
.date {float: left; font-family: Arial, sans-serif;}
.day {font-size: 26px; display: block; line-height: 1;}
.month {text-transform: uppercase;}



span.bullet {color: #006a83; margin: 0 3px;}


dl.hours {font-family: Arial, sans-serif;  margin-left: 12px; line-height: 1.5; width: 270px;}
dl.hours dt {float: left;}
dl.hours dd {text-align: right; font-weight: bold;}

/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:42px;
	padding: 0!important;
	
}

/* single tab */
.tabs li h2{ 
	float:left!important;	 
	text-indent:0!important;
	padding:0!important;
	list-style-type:none!important; 
	font-size:14px!important;
	display:block!important;
	height: 30px!important;  
	line-height:30px!important;
	width: auto!important;
	text-align:left!important;	
	text-decoration:none!important;
	color:#5B4B43!important;
	padding:0px!important;
	background: none!important;
	margin-right:10px!important;
	position:relative!important;
	text-transform:none!important;
	top:1px!important;
		font-family: AvalonDemi, Arial, sans-serif!important;
}

.tabs li { 
	float:left!important;	 
	text-indent:0!important;
	padding:0!important;
	list-style-type:none!important; 
	font-size:14px!important;
	display:block!important;
	height: 30px!important;  
	line-height:33px!important;
	width: auto!important;
	text-align:left!important;	
	text-decoration:none!important;
	color:#CEC9C5!important;
	padding:0px!important;
	margin-right:13px!important;
	position:relative!important;
	text-transform: uppercase!important;
	top:1px!important;
		font-family: AvalonDemi, Arial, sans-serif!important;
}


/* link inside the tab. uses a background image */
.tabs a { 
	font-size:12px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: auto;
	text-align:left;	
	text-decoration:none;
	color:#CEC9C5!important;
	padding:0px;
	margin-right:13px;	
	position:relative;
	text-transform: uppercase;
	top:1px;
		font-family: AvalonDemi, Arial, sans-serif;
 
}

.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	color:#5B4B43!important;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	cursor:default !important; 
	color:#5B4B43 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
.tabs .w1 			{ background-position: -519px 0; width:134px; }
.tabs .w1:hover 	{ background-position: -519px -31px; }
.tabs .w1.current { background-position: -519px -62px; }

/* width 2 */
.tabs .w2 			{ background-position: -366px -0px; width:154px; }
.tabs .w2:hover 	{ background-position: -366px -31px; }
.tabs .w2.current { background-position: -366px -62px; }


/* width 3 */
.tabs .w3 			{ background-position: -193px -0px; width:174px; }
.tabs .w3:hover 	{ background-position: -193px -31px; }
.tabs .w3.current { background-position: -193px -62px; }

/* width 4 */
.tabs .w4 			{ background-position: -0px -0px; width:194px; }
.tabs .w4:hover 	{ background-position: -0px -31px; }
.tabs .w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}



/* Virtual Tours */ 

.panorama-viewport {
	position: relative;
	width: 750px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: left;
}
.panorama-container {
	position: relative;
	width: 100000px;
	margin: 0;
	padding: 0;

}
.panorama-control {
	position: absolute;
	display: none;
	padding: 0;
	margin: 0;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 30px;
	background: black;
	filter: alpha(opacity=50);
	opacity: .5;
	text-align: left;
}
.panorama-control-left, .panorama-control-right, .panorama-control-pause { 
	float: left;
	padding: 0;
	margin: 0;
	color: white;
	text-decoration: none;
	font-size: 12px;
	line-height: 30px;
	width: 33%;
	text-align: center;
	font-family: 'Arial',sans-serif;
	font-weight: normal;
}
.panorama-control-left:hover, .panorama-control-right:hover, .panorama-control-pause:hover { 
	text-decoration: none;
}
.panorama-control-pause {
	xtext-transform: uppercase;
}
.panorama-panel {
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	background: #009cff;
	filter: alpha(opacity=50);
	opacity: .5;
	color: white;
	padding: 4px;
}
.panorama-panel h2 {
	font-size: 11px;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	text-align: right;
}
.panorama-panel ul {
	display: none;
}
.panorama {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
}

.panorama-area {
	border: 2px solid white;
	filter: alpha(opacity=20);
	opacity: .2;
	background: black;
	font-size: 100%;
	cursor: pointer;
	text-decoration: none;
	color: white;
	text-align: right;
}
.panorama-area-hover {
	background: #0080e2;
	cursor: pointer;
} 

.area0-hover {
	background: #ff7e00;
}
.area1-hover {
	background: #25bf5b;
}
.panorama-title {
 	position: absolute; 
	right: 0;
	top: 0; 
	font-size: 16px; 
	font-family: Verdana;
	background: gray;
	padding: 3px;
	filter: alpha(opacity=50);
	opacity: .5;
}


/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: url('../img/black_trans.png');
		z-index: 2000;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: auto;
		background: #eee url(http://www.commonshotel.com/css/modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 2001;
		padding: 10px 5px 5px 5px;
		
		}
		
	#booking.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: auto;
		background:none;
		position: absolute;
		z-index: 2001;
		padding: 0;
		margin-left: -267px;
		
		}
		
	.reveal-modal h1 {font-size: 16px; margin-bottom: 6px; margin-left: 2px;}
	
	.reveal-modal.tour 		{ margin-left: -376px;}

	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
		
	#booking.reveal-modal .close-reveal-modal {
		font-size: 22px;
		text-indent: -9999em;
		line-height: .5;
		position: absolute;
		background: url('http://www.commonshotel.com/img/booking/booking_close.png');
		width: 16px;
		height: 16px;
		top: 22px;
		right: 22px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
		


pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type=radio] { vertical-align: text-bottom; }
input[type=checkbox] { vertical-align: bottom; }
.ie7 input[type=checkbox] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], input[type=image], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #1fb0ae; color:#fff; text-shadow: none; }
::selection { background:#1fb0ae; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #006a83; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
body { color: #444; background: url('../img/bookings_bg.png');}
select, input, textarea { color: #444; background: #fff;}
h1, h2, h3, h4, h5, h6 { xfont-weight: bold; }
a, a:active, a:visited { color: #006a83; text-decoration: none; }
a:hover { color: #006a83; }



/**
 * Primary styles
 *
 * Author: 
 */














.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* NEW prim-2b TEMPLATE CSS*/
#content.primary .col#three-quarter h3 {
	width: 609px; 
	background:url('http://www.commonshotel.com/img/prim_heading_609.png'); 
	background-position:0 0; 
	background-repeat:repeat-x;
}
#three-quarter {
	width: 619px!important;
}

.suite-controls{
	margin-top:14px;
	margin-bottom:6px;
	width: 300px;
}

.suite-controls-left {
	display: inline;
	width:152px;
	text-align:left;
}

.suite-controls-right {
	display: inline;
	width:153px;
	text-align:right;
}
a.btnCheckRates {
	/*background: url("http://www.commonshotel.com/img/btn_checkrates_arrow.png") repeat scroll 0 0 transparent;*/
    height: 15px;
    /*padding-right: 20px;*/
    text-align: left;
    width: 110px;
}
a.btnPhotosTours{
	/*background: url("../img/btn/btn_social.png") repeat scroll -43px -41px transparent;*/
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    /*padding-left: 34px;*/
    /*padding-top: 5px;*/
    width: auto;
}
.iconPhotos{
	background: url("http://www.commonshotel.com/img/btn/btn_photo.png") repeat scroll -50px -50px transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
	margin-top: -4px;
    padding-top: 5px;
    width: 30px;
}