/*! 
 * CSS Document
 *
 * Client: Wyndam Hotels - Days Inn
 *
 * @authors:
 * Chasz Rainsford chasz.rainsford@rosetta.com
 * Michael Kennedy michael.kennedy@rosetta.com
 * Shai Reichert shai.reichert@rosetta.com
 * Jason Byer jason.byer@rosetta.com
 * Steven Hauser steven.hauser@rosetta.com
 *
 * @date: Thursday Dec 23 2010
 */


@import url('seasons.css');



/* Reset (based off of Eric Meyer's)
---------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

textarea, input, button {
	font: inherit;
}

/* Remove styles of active elements. Is this a good idea for usability? */
a:active, a:focus { outline: 0; }
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, select::-moz-focus-inner { border: 0px; } 
input[type="submit"]:focus, input[type="button"]:focus, select:focus{ outline: none; }

/* Remove Firefox's extra button padding and border which cause it to be misplaced by a few pixels, causing
   cross-browser inconsistencies. Don't remove this! */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}




/* Structure and global styles
-------------------------------------------------------------- */
body{
	background: url(../images/global/bgs/sky_bg.jpg) center top no-repeat #3175d9;
	width: 100%;
	height: 100%;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 62.5%;
	color: #000;
}

img { border: 0; }

strong { font-weight: bold; }




/* Basic form elements ----------------------------- */
/* see forms.css for more detailed form styles */

input[type="text"],
input[type="password"],
.txtbox,
textarea {
	background: url(../images/global/bgs/input-shadow.png) repeat-x #fff;
	display: block;
	height: 21px;
	line-height: 21px;
	padding: 0 3px;
	width:80px;
	border: 1px solid #999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 11px;
	font-family: "Arial", sans-serif;
}

select { border: 1px solid #adadad; font-size: 11px; }

textarea {
	padding: 3px;
	line-height: 1.1;
}

.placeholder { color: #aaa; }

input[type="text"].txtbox { color: #000; }



/* Utility classes --------------------------------- */

.clear { float:none; clear:both; }

.right { text-align:right; }

.skip { display:none; }

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}




/* Basic typography
--------------------------------------------------------- */

body {
	font: 10px/1 "Arial", "Helvetica", sans-serif;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: bold;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.1em; }

p, li, dl, tr {
	font-size: 1.1em;
}

p {
	line-height: 1.2;
}

li {
	line-height: 1.1;
}

/* Only you can prevent wild font-size cascading */
li li, li p, li dl, li tr,
dl li, tr li, tr p { 
	font-size: 1em;
}

sup { font-size:0.7em; }

a { text-decoration: underline; color: #2980f0;}

a:hover { color: #262262; }








/* Home Page Slide Show - Font Embedding
---------------------------------------- */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 2, 2010 */
@font-face {
	font-family: 'CartoGothicStdBold';
	src: url('../fonts/cartogothicstd-bold-webfont.eot');
	src: local('☺'), url('../fonts/cartogothicstd-bold-webfont.woff') format('woff'), url('../fonts/cartogothicstd-bold-webfont.ttf') format('truetype'), url('../fonts/cartogothicstd-bold-webfont.svg#webfont7nHxwBhm') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdBook';
	src: url('../fonts/cartogothicstd-book-webfont.eot');
	src: local('☺'), url('../fonts/cartogothicstd-book-webfont.woff') format('woff'), url('../fonts/cartogothicstd-book-webfont.ttf') format('truetype'), url('../fonts/cartogothicstd-book-webfont.svg#webfontL9ch5m2q') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Core structure
----------------------------------------------------------------------- */
/*#home_page .container {
	background: url("../images/global/bgs/wrapper-bg.png") no-repeat 0px 120px;
	width: 960px;
	padding:0px;
	margin: 0 auto;
	position:relative;
	color:#666;
	z-index:10;
}*/
.container {
	background: url("../images/global/bgs/wrapper-bg.png") no-repeat 0px 120px;
	width: 920px;
	padding:0px 20px 0px 20px;
	margin: 0 auto;
	position:relative;
	color:#666;
}

/* container used to wrap modal elements that need specific positioning,
   like on search results "Show Prices" click */
.faux_container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 400;
}
.content_well {
	background: #fff;
	position: relative;
	z-index: 201;
	padding: 10px 16px 20px;
	width: 688px;
	float: right;
	margin: 0px;
	min-height: 540px; /* ensure the background "glass" is covered up */
}

/* Header
----------------------------------------------------------------------- */
.container .header {
	height: 145px;
	z-index: 1;
	position: relative;
	width:920px;
}

.container .header h1 {
	background:url(../images/global/sprites/logos-sprite.png) no-repeat 0 -15px;
	width: 266px;
	height: 100%;
	margin: 0 auto;
}

.header h1 a {
	width: 266px;
	height: 197px;
	top: 0;
	left: 0;
	display: block;
}
.header h1 a span { display: none; }

.header .print { display: none; }



/* Utility Nav
---------------------------------------- */
.header .utility_nav {
	position: absolute;
	top: 5px;
	right: 0;
	color: #fff;
	min-width: 30em;
	text-align: right;
	font-size: 1.2em;
	line-height: 1.3;
}

.header .utility_nav a {
	margin-right: 5px;
	font-weight: normal;
	font-size: .917em;
	color: #fff;
	text-decoration: none;
}

/* Main Nav
---------------------------------------- */
.header .main_nav {
	width: 289px;
	height: 46px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.header .main_nav li {
	list-style: none;
	float: left;
}

.header .main_nav a {
	float: left;
	height: 46px;
	line-height: 54px;
	text-align: center;
	color: #fff;
	font-size: 1.091em;
	text-decoration: none;
	text-indent: -9999px;
	background: url(../images/global/sprites/prim-nav-sprite.png) no-repeat;
}

.header .main_nav a:hover { color: #ffd200; }

.header .main_nav .item1 a {
	width: 106px;
	padding: 0 0 0 6px;
}

.header .main_nav .item2 a {
	background-position: -113px 0;
	width: 175px;
	padding: 0 0 0 2px;
}


.header .main_nav .item2.active a {
	background-position: -113px -66px;
	color: #ffd200;
}

.header .main_nav .item1.active a {
	background-position: 0 -66px;
	color: #ffd200;
}


/* Login form ----------------------------------------- */

.header .login {
	position: absolute;
	top: 30px;
	right: 0;
	color: #fff;
	padding: 40px 0 0;
	width: 290px;
}

.header .login .logged {
	margin: -30px 0 0 5px; /* offset .login padding */
}

.header .login a { color: #fff; }

.header .rewardsTag {
	background: url(../images/global/sprites/wyndham-rewards.png) 0 0 no-repeat;
	padding: 10px 0 0 130px;
	position: absolute;
	top: 0;
	left: -6px;
}

.header .rewardsTag p {
	border-left: 1px solid #fff;
	padding: 0 0 0 10px;
}

.header .login label { display: none; }

.header .login input {
	width: 74px;
	float: left;
	margin: 0 7px 0 0;
	height: 17px;
	line-height: 17px;
}

.header .go_btn,
.header .go_btn:hover,
.header .go_btn:active,
.header .go_btn.active {
	width: 32px;
	height: 16px;
	line-height: 15px;
	padding: 0 2px 3px 0;
	color: #fff;
	text-transform: uppercase;
	background: #004a86;
	float: left;
	margin: 2px 8px 0 0;
}

.header .login .links {
	float: right;
}

.header .login .links a {
	color: #fff;
	display: block;
	margin: 0 0 2px;
}

/** Progress bar **/
/* Because .progress_bar isn't within the content_well, it can't be absolutely positioned
relative to the content well, and z-indexing doesn't behave as needed because the progress bar's
z-index would need to be higher than that of the content_well. This presents a problem in property
with the tooltips though, so instead stack the progress bar on top of the content well. */
.progress_bar {
	float: right;
	height: 15px;
	padding: 15px 0 0;
	width: 720px; /* .content_well total width */
	background: #fff;
	position: relative;
	z-index: 201;
}

.progress_bar ul {
	height: 100%;
	float: right;
	margin: 0 15px 0 0;
}

.progress_bar li {
	float: left;
	height: 100%;
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0 -2px 0 0;
	background: url(../images/global/sprites/breadcrumbs.png) 0 0 no-repeat;
}

.progress_bar li.current { background-position: 0 -54px; }

.progress_bar span {
	font: bold 11px/14px "Arial", sans-serif;
	color: #808080;
	float: left;
	height: 100%;
	background: url(../images/global/sprites/breadcrumbs.png) 100% -27px no-repeat;
	text-align: center;
	padding: 0 10px 0 5px;
}

.progress_bar .current span { color: #262262; background-position: 100% -81px; }





/* Rating ----------------------------------------- */

dl.rating { width: 90px; text-align: center; float:left}

dl.rating dt { margin: 0 0 3px; }

dl.rating dd { text-indent: -9999px; height: 8px; }

dl.rating dd span {
	float: left;
	width: 15px;
	height: 8px;
	background: url(../images/global/sprites/rating-sprite.png) 0 0 no-repeat;
}

dl.rating dd span.on { background-position: 0 100%; }




/* Global Espots Styles
----------------------------------------------------------------------- */
.espot { position: relative; }

li.espot { list-style: none; }

.espot img { display: block; border:none; }

.espot .content {
	position: absolute;
	left: -9999px;
}

.espot a {
	display: block;
	text-indent: -9999px;
	background: url(../images/global/bgs/transparent-png-1px.png) 0 0; /* IE hack to make link clickable */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/* Main Slider Home Page
---------------------------------------- */
.container .slider_window{
	position:relative;
	float:right;
	background:#CCC;
	width:721px;
	height:366px;
	overflow:hidden !important;
	z-index:100;
}
.slider_window ul.giant_div{
	position:absolute;
	top:0px;
	left:0px; /* Controlls animation */
	width:2163px;
	height:366px;
	list-style:none;
}
ul.giant_div li.espot{
	position:relative;
	float:left;
	width:721px;
	height:366px;
}

/* This is the pagnation for the main slide show
** These classes are generated by the .carousel(); plugin don't change
---------------------------------------------------------------------- */
.container .center-wrap{
	width:150px;
	height:19px;
	left: 238px;
    position: absolute;
    top: 475px;
    z-index: 200;
}
.center-wrap p{
	width:auto;
	height:19px;
}
.center-wrap p a{
	background:url(../images/home/pagingUp.png) no-repeat;
	width:19px;
	height:19px;
	position:relative;
	float:left;
	margin-left:3px;
	cursor:pointer;
}
.center-wrap p a:hover,
.center-wrap p a.active{
	background:url(../images/home/pagingOver.png) no-repeat;
	width:19px;
	height:19px;
}
.center-wrap p a span{ display:none;}


/* CTA Scroller
---------------------------------------- */
.container .CTA_scroller{
	float: left;
    height: 188px;
    margin: 0;
	margin-bottom:10px;
    position: relative;
    width: 920px;
    z-index: 110;
}
.CTA_scroller .scroller_window{
	position:relative;
	margin:10px auto 0 auto;
	width:822px;
	height:188px;
}
.CTA_scroller .scroller_window .jcarousel-container{
	position:relative;
	width:820px;
	height:188px;
}
.CTA_scroller .scroller_window .jcarousel-clip{
	position:relative;
	width:820px;
	height:188px;
	overflow:hidden;
	border: 1px solid #7DBAE3;
}
.scroller_window ul.long_div{
	position:absolute;
	top:0px;
	left:0px;
	width:auto;
	height:188px;
	list-style:none;
}
.scroller_window ul.long_div li{
	width:274px;
	height:188px;
	float:left;
	position:relative;
}
ul.long_div li.topDest img,
ul.long_div li.espot a.imgLink{
	width:274px;
	height:188px;
	position:absolute;
	top:0px;
	left:0px;
}
ul.long_div li.topDest .content{
	position:absolute;
	left:50px;
	top:100px;
	width:188px;
}
ul.long_div li.topDest .content h3{
	display:none;
}
ul.long_div li.topDest .content p{
	float:left;
	line-height:1.3em;
	position:relative;
	width:100%;
	color:#ffcc66;
}
li.topDest .content p strong{
	float:right;
	color:#ffcc66;
}
li.topDest .content p a{
	width:150px;
	position:relative;
	float:left;
	text-decoration:none;
	text-indent:0px;
	color:#ffcc66;
	font-weight:bold;
}
li.topDest .content p a:hover{
	text-decoration:underline;
}
/* End SPOTS LI */
/* Arrow Controls */
.CTA_scroller .jcarousel-prev,
.CTA_scroller .jcarousel-next{
	background:url(../images/home/arrowSprite.png) no-repeat;
	width:29px;
	height:91px;
	position:absolute;
	cursor:pointer;
	color:#FFF;
	text-indent:-9999px;
}
.CTA_scroller .jcarousel-prev{
	background-position:0 0;
	top:50px;
	left:-42px;
}
.CTA_scroller .jcarousel-prev:hover{
	background-position:-29px 0px;
}
.CTA_scroller .jcarousel-next{
	background-position:-87px 0px;
	top:50px;
	right:-42px;
}
.CTA_scroller .jcarousel-next:hover{
	background-position:-58px 0px;
}
/* This is the slider
---------------------------------------- */
.CTA_scroller .ui-slider{
	background:url(../images/home/sliderbg.png) repeat-x top left;
	width:760px;
	height:23px;
	position:relative;
	margin: 15px auto -42px auto;
	z-index:20;
}

/* Second Content */
.sec_content{
	padding: 46px 0 0;
	background: url(../images/global/sprites/sidebar.png) 0 0 no-repeat;
	width:295px;
	position:relative;
	float:left;
	margin:-46px -96px 0px 0px;
	xz-index:200;
}
.sec_content .side_panel,
.sec_content .summary{
	background: url(../images/global/sprites/sidebar.png) 100% 100% no-repeat;
	padding: 0 0 46px 15px;
	height: 100%;
	width:280px;
	position:relative;
	float:left;
}
.sec_content .summary p{ color:#FFF;}
.sec_content .summary > div {
	width: 152px;
	background: #17669e;
	padding: 10px;
}
/* Search Widget ** START **
-----------------------------------------*/
/* Structure */
.container .search_module,
.container .refine_module,
.container .contact_module,
.container .home_widget,
.container .search_widget {
	width:199px;
	position:relative;
	float:left;
	margin:-46px 0px 0px 0px;
	z-index:210;
	overflow:visible;
}
.widget_wrap{
	width:200px;
	position:relative;
	z-index:100;
}
.widget_wrap .widget_box{
	width:200px;
	position:relative;
	float:left;
	z-index:200;
}
.widget_box .top_cap{
	background:url(../images/global/widgetTopCap.png) no-repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
	zoom: 1;
	width:295px;
	height:46px;
	float:left;
	position:relative;
}
.widget_box .mid_section{
	xbackground:url(../images/global/widgetMidslice.png) repeat-y top left;
	background:#024b88; 
	zoom: 1;
	width:200px;
	position:relative;
	margin-top:-33px;
	float:left;
}
.widget_box .btm_cap{
	background:url(../images/global/widgetBtmcap.png) no-repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
	zoom: 1;
	width:200px;
	height:22px;
	float:left;
	position:relative;
}
.widget_wrap .btm_cap_fade{
	display:none;
}
/* This starts the mid section with the form content
------------------------------------------------------*/
.widget_wrap .search,
.widget_wrap .review{
	background:url(../images/global/midBurst.png) no-repeat top left;
	width:200px;
	position:relative;
	z-index:300;
	margin-top:50px;
	float:left;
}
.widget_wrap .search h2,
.widget_wrap .review h2,
.widget_wrap .review{
	display:none;
}
.widget_wrap .review p.out_form{
	width:140px;
	margin:5px 0px 10px 20px;
	font-size:0.9em;
	color:#fff;
	line-height:1.3em;
}
/* This is the Global form section Search, Rewards, and Review
------------------------------------------------------------------*/
.widget_wrap .search form,
.widget_wrap .review form{
	width:160px;
	margin-left:20px;
	position:relative;
	float:left;
	z-index:300px;
}
.widget_wrap form p{
	color:#fff;
	font-size:1em;
	float:left;
	position:relative;
	width:auto;
}
.widget_wrap form p.nights{
	font-weight:bold;
	color:#FFF;
}
.widget_wrap form p.nights span{
	font-weight:normal;
}
.widget_wrap form label.rooms{
	width:70px;
	margin-top:10px;
	margin-bottom:0px;
	position:relative;
	float:left;
	line-height:1.1em
}
.widget_wrap .date_box{
	position:relative;
	float:left;
	width:170px;
	margin-bottom:4px;
}
.widget_wrap .checkin_box{
	position:relative;
	width:75px;
	float:left;
}

.widget_wrap .checkout_box{
	position:relative;
	width:75px;
	float:left;
	margin-left:7px;
}
.widget_wrap .checkout_box button,
.widget_wrap .checkin_box button{
	width:21px;
	height:21px;
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
	background:none;
	border:none;
}
.checkout_box button img,
.checkin_box button img {
    height: 21px;
    width: 21px;
}
.widget_wrap .code_box{
	margin-bottom:5px;
}
.widget_wrap form .room_guest{
	width:160px;
	position:relative;
	float:left;
}
.widget_wrap form .room_guest a{
	float:left;
	clear:none;
	margin-top:5px;
}
.widget_wrap form .room_guest p{
	color:#000;
	font-size:1em;
	margin-top:5px;
	float:left;
}
.widget_wrap form p.where{
	width:165px;
}
.widget_wrap form p.one_line{
	width:140px;
}
.widget_wrap form p.on_right{
	margin:4px;
	width:auto;
}
.widget_wrap form label.children1,
.widget_wrap form label.adults,
.widget_wrap form label.children2{
	text-align:center;
	margin-top:13px;
	margin-bottom:0px;
	color:#FFF;
	float:left;
}
.widget_wrap form label.children1,
.widget_wrap form label.children2{
	cursor:pointer;
}

.widget_wrap form a{
	width:auto;
	font-size:0.9em;
	color:#fff;
	text-decoration:underline;
	position:relative;
	clear:left;
	float:left;
}
.widget_wrap form a.login,
.widget_wrap a.non_US{
	float:left;
}
.widget_wrap form a.map_link{
	float:none;
	width:auto;
	margin:0px;
	padding:0px;
}
.widget_wrap form label.bold{
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	float:left;
	position:relative;
	margin:4px 0px 0px 0px;
	clear:both;
	text-align:left;
}
.widget_wrap form label.room_label{
	margin-top:10px;
	margin-right:5px;
}
.widget_wrap form label.normal{
	color:#fff;
	font-size:0.9em;
	float:left;
	position:relative;
	clear:both;
	width:auto;
}
.widget_wrap form .hideLable{ display:none;}
.widget_wrap form .whereError{
	background:#ffff33;
	width:156px;
	height:17px;
	padding-top:3px;
	margin-top:-16px;
	position:relative;
	float:left;
	margin-bottom:5px;
}
.widget_wrap form .whereError.confirmation {
	height: auto;
	margin-bottom: -12px;
	margin-top: -16px;
	padding-bottom: 1px;
	padding-top: 1px;	
}
.widget_wrap form .whereError p{
	background:url(../images/global/errorBlack.jpg) no-repeat top left;
	width:132px;
	margin-left: 5px;
	padding-left:18px;
	font-weight:bold;
	font-size:1em;
	color:#000;
}
.widget_wrap form .whereError.confirmation p {
	margin-top:0;	
}
.widget_wrap form input.large{
	width:148px;
	height:21px;
	padding-left:5px;
	position:relative;
	float:left;
	margin-bottom:10px;
}
.widget_wrap form input.placeholder {
    color:#aaa;
}
.widget_wrap form input.spec_dates{
	float:left;
	position:relative;
	clear:left;
	margin-top:3px;
}
.widget_wrap form input.placeholder {
    color: #AAAAAA;
}
.widget_wrap form input.small{
	float: left;
    height: 21px;
    padding: 0 0 0 3px;
    position: relative;
    width: 49px;
	font-size:9px;
}
.widget_wrap form input.medium{
	width:102px;
	height:11px;
	padding:5px;
	position:relative;
	float:left;
}
.widget_wrap form input.radio_btn{
	position:relative;
	float:left;
	clear:both;
	margin:0px 3px 0px 0px;
}
.widget_wrap form .day_In,
.widget_wrap form .day_Out,
.widget_wrap form .day_InRewards,
.widget_wrap form .day_OutRewards{
	background:none;
	float:left;
	width:auto;
	color:#999;
}
.calendar_icon{
	background:url(../images/global/calendarIcon.jpg) no-repeat;
	width:21px;
	height:21px;
	position:relative;
	float:left;
	margin:0px;
	cursor:pointer;
}
.modify .calendar_icon {
	float:none;
	display:inline-block;
	top:5px;
	margin-left:0px;
}
.widget_wrap form select.small{
	border:solid 1px #999;
	width:38px;
	height:21px;
	position:relative;
	float:left;
	margin:10px 10px 4px 0px;
	outline:none;
	background-color:#FFF;
	background-image:none;
}
.widget_wrap form select.rooms{
	width:auto;
}
.widget_wrap form select.people,
.widget_wrap form select.child{
	margin:0px;
}
.info_icon1, .info_icon2{
	background:url(../images/global/icons/icon_info.png) no-repeat;
	width:13px;
	height:13px;
	position:relative;
	float:left;
	margin:4px 0px 0px 4px;
	cursor:pointer;
}
.widget_wrap .search form .find_it,
.widget_wrap .review form .find_it {
	background: #d1af29 url(../images/global/buttons/btn-yellow-rpt.jpg) repeat-x top left;
	float:right;
	clear:both;
	position:relative;
	margin-top:12px;
	font-size:14px;
    color: #00427a;
	width:70px;
}
.widget_wrap .search form .find_it:hover,
.widget_wrap .review form .find_it:hover{
	background: url(../images/global/sprites/button-sprite-rpt.png) 0 0 repeat-x;
	background-position: 0 -40px;
	background-color: #d0d0d0;
	color: #004a86;
}
.widget_wrap .review form .find_it{
	margin-top:5px;
	margin-right:3px;
}
/* This is the discount rate box */
.widget_wrap .discount_wrap{
	float:right;
	position:relative;
    margin-top:10px;
}
.widget_wrap .discount_rates{
	width:auto;
	font-size:0.9em;
	color:#fff;
	text-decoration:underline;
	float:right;
	position:relative;
	cursor:pointer;
	z-index:10;
}
.widget_wrap .discount_box,
.prop_discount_box {
	width:377px;
	position:absolute;
	bottom: -17px;
	left:-30px;
	margin:0px;
	padding:0px;
	border:none;
	display:none;
}
.prop_discount_box .discount_top,
.discount_box .discount_top{
	background:url(../images/global/discountTopcap.png) no-repeat;
	width:246px;
	height:21px;
	position:relative;
	margin-left:142px;
	float:left;
}
.prop_discount_box .discount_close,
.discount_top .discount_close{
	width:55px;
	height:15px;
	position:absolute;
	top:3px;
	left:176px;
	cursor:pointer;
}
.prop_discount_box .discount_mid,
.discount_box .discount_mid{
	background:url(../images/global/discountMid.png) repeat-y top left;
	width:246px;
	height:155px;
	margin-left:142px;
	position:relative;
	float:left;
}
.discount_mid .rate_box,
.discount_mid .code_box{
	position:relative;
	width:207px;
	float:left;
	margin-left:25px;
	margin-bottom:12px;
}
.discount_mid input.rc_input{
	width:167px;
	height:21px;
	padding-left:5px;
	position:relative;
	float:left;
}
.discount_mid .enter_btn {
	background: url(../images/global/bgs/grey_central_shine.png) center top repeat-y #d2d2d2;
	color: #00427a;
	font-size: 11px;
	display: block;
	height: 10px;
	padding: 5px 15px 5px 15px;
	margin-left:26px;
	width:30px;
	border: 1px solid #666;
	float:left;
	cursor:pointer;
}
.discount_mid .enter_btn:hover {
	background: url(../images/global/bgs/btn-blue-radial.png) 50% 50% #00427a;
	color: #fff;
}
.discount_mid .enter_btn:active {
	background: url(../images/global/bgs/btn-blue-radial.png) 50% 50% #00427a;
	color: #fff;
	-moz-box-shadow: inset 3px 3px 1px rgba(0,0,0,.6);
	-webkit-box-shadow: inset 3px 3px 1px rgba(0,0,0,.6);
	box-shadow: inset 3px 3px 1px rgba(0,0,0,.6);
}

.discount_mid label.rates_discount{
	margin:10px 0px 0px 25px;
	color:#fff;
}
.discount_mid select.large{
	border:solid 1px #999;
	width:174px;
	height:21px;
	position:relative;
	float:left;
	margin:5px 0px 13px 25px;
}
.discount_mid .corp_code,
.discount_mid .rate_code{
	background:url(../images/global/ratecodeBG.png) no-repeat;
	width:210px;
	height:112px;
	padding:20px 30px 20px 40px;
	position:absolute;
	top:-1px;
	left:218px;
	display:none;
	font-size: 10px;
}

.discount_mid .rate_code{
	top:29px;
}

/* IE7 seems to have trouble rendering Arial 10px bold.
   Switching to Verdana, which is more appropriate anyway due to its
   large x-height, making small sizes easier to read. */
.rate_code,
.corp_code {
	font-family: "Verdana", sans-serif;
}

.rate_code p,
.corp_code p {
	font-size: 1em;
}

.discount_mid .rate_code h2{ margin-bottom:0px;}

.discount_box .discount_btm{
	background:url(../images/global/discountBtmcap.png) no-repeat top left;
	width:388px;
	height:34px;
	position:relative;
	float:left;
}
.widget_wrap .people_box{
	width:170px;
	position:relative;
	float:left;
	margin-top:15px;
	z-index:100;
}
.widget_wrap .childTooltip1,
.widget_wrap .childTooltip2{
	background:url(../images/global/childTipbg.png) no-repeat;
	display:none;
	width:184px;
	height:100px;
	padding:25px 20px 5px 30px;
	position:absolute;
	top:-20px;
	left:40px;
}
.widget_wrap .childTooltip1 p,
.widget_wrap .childTooltip2 p{
	color:#000;
}
.people_box .age_group1,
.people_box .age_group2,
.people_box .age_group3{
	width:40px;
	position:relative;
	float:left;
}
.people_box .age_group2,
.people_box .age_group3{
	margin-left:20px;
}
.people_box .age_group2{
	z-index:100;
}
.people_box .age_group3{
	z-index:10;
}
.widget_wrap .rewards_check{
	margin-top:15px;
	position:relative;
	float:left;
	width:180px;
	z-index:10;
} 
.rewards_check input{
	position:relative;
	float:left;
	margin:-1px 4px 0px 0px;
}
.rewards_check label{
	width:170px;
	position:relative;
	float:left;
	color:#FFF;
	cursor:pointer;
}
/* This is the alert boxes */
.widget_wrap .rewards_alert h2,
.widget_wrap .corp_code h2,
.widget_wrap .rate_code h2,
.modify .rate_plan .field_container .rate_code h2, 
.prop_discount_mid .corp_code h2,
.prop_discount_mid .rate_code h2{
	font-size:0.9em;
	color: #454545;
	font-weight:bold;
	}
.widget_wrap .rewards_alert p,
.widget_wrap .corp_code p,
.widget_wrap .rate_code p, 
.prop_discount_mid .corp_code p,
.prop_discount_mid .rate_code p{
	color:#454545;
	line-height:1.1em;
	margin-top:3px;
	}
.widget_wrap .rewards_alert {
	background:url(../images/global/rewardsalertBG.png) no-repeat;
	width:234px;
	height:122px;
	padding:20px 27px 40px 40px;
	position:absolute;
	top:-84px;
	left:150px;
	display:none;
	z-index:300;
}
.widget_wrap .rewards_alert h2{ margin-bottom:0px;}
.widget_wrap .rewards_alert ol{
	width:220px;
	margin-left:20px;
	float:left;
	color:#000;
}
.modify .rate_plan .field_container .corp_code,
.modify .rate_plan .field_container .rate_code{
	background:url(../images/global/ratecodeBG.png) no-repeat;
	width:231px;
	height:104px;
	padding:32px 28px 30px 38px;
	position:absolute;
	top:-61px;
	left:135px;
	display:none;
	z-index:300;
}
.field_container .rate_code h2{
	padding:0px;
}
.field_container .corp_code p,
.field_container .rate_code p{
	font-size:0.8em;
	line-height:1.1em
}
/* Search Widget Button ** Start **
----------------------------------------*/
.widget_wrap .btn_box1{
	width:287px;
	height:46px;
	position:absolute;
	top:-14px;
	left:0px;
	z-index:300;
}
.btn_box1 .review_btn .up,
.btn_box1 .search_btn .up{
	background:url(../images/global/sprites/widgetBtnSprite.png) no-repeat;
	height:46px;
	display:block;
	position:relative;
	cursor:pointer !important;
}
.btn_box1 .search_btn .up{ 
	background-position:0px 0px;
	width:107px;
	float:left;
	margin-top:6px;
}
.btn_box1 .review_btn .up{
	background-position:0 -92px;
	width:180px;
	float:right;
}
.btn_box1 .review_btn .over,
.btn_box1 .search_btn .over{
	background:url(../images/global/sprites/widgetBtnSprite.png) no-repeat;
	height:46px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}
.btn_box1 .search_btn .over{
	background-position:0 -46px;
	width:107px;
}

.btn_box1 .review_btn .over{
	background-position:0px -138px;
	width:180px;
	display:none;
}

.btn_box1 .review_btn .over span,
.btn_box1 .search_btn .over span{ display:none;}
/* Search Widget Button ** End **
----------------------------------------*/
/* Search Widget calendar Picker ** Start **
----------------------------------------------------*/
#ui-datepicker-div{
	border:1px solid #666;
	background:#FFF;
	position:absolute;
	top:140px;
	left:150px;
	width:180px;
	min-height:183px;
	display:none;
	z-index: 301 !important;
	margin-left:52px;
	margin-top:-23px;
	-moz-border-radius: 4px 4px 4px 4px;
}
#ui-datepicker-div .ui-widget-header{
	background:url(../images/global/datepicker/dateBG.jpg) repeat-x top left;
	border-bottom:1px solid #999;
	width:180px;
	height:31px;
	-moz-border-radius: 4px 4px 0px 0px;
}

#ui-datepicker-div .ui-datepicker-prev{
	background:url(../images/global/datepicker/prevBtn.jpg) no-repeat;
	width:17px;
	height:17px;
	position:absolute;
	top:8px;
	left:8px;
	text-indent:-9999px;
	z-index:20;
}
#ui-datepicker-div .ui-datepicker-next{
	background:url(../images/global/datepicker/nextBtn.jpg) no-repeat;
	width:17px;
	height:17px;
	position:absolute;
	top:8px;
	left:155px;
	text-indent:-9999px;
	z-index:20;
	cursor:pointer;
}
#ui-datepicker-div .ui-datepicker-title{
	text-align:center;
	width:180px;
	position:absolute;
	top:8px;
	left:0px;
	color:#666;
	font-size:1.1em;
	font-weight:bold;
	z-index:10;
	cursor:pointer;
}
#ui-datepicker-div .ui-datepicker-calendar{
	width:170px;
	position:relative;
	float:left;
	margin:5px;
	font-size:1em;
	color:#999;
}
#ui-datepicker-div td.ui-state-disabled{ border:none;}
#ui-datepicker-div td a{
	width:18px;
	height:16px;
	padding-top:4px;
	color:#666;
	border:1px solid #999;
	background:#FFF;
	text-decoration:none;
	position:relative;
	text-align:center;
	vertical-align:middle;
	display:block;
	margin-bottom:4px;
}
#ui-datepicker-div td span.ui-state-default{
	display:block;
	width:18px;
	height:16px;
	padding-top:4px;
	text-decoration:none;
	position:relative;
	text-align:center;
}
#ui-datepicker-div td a:hover{border:1px solid #9E0013;text-decoration:none;}
#ui-datepicker-div td a.ui-state-highlight{	background:#3468a1;	color:#FFF;}
/* Search Widget Auto Complete ** START **
-------------------------------------------*/
.ui-autocomplete{
	width:378px;
	margin-left:300px;
	margin-top:-44px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:33px;
	list-style-type:none;
	background:#FFF;
	-moz-box-shadow: 5px 5px 6px #666;
	-webkit-box-shadow: 5px 5px 6px #666;
	box-shadow: 5px 5px 6px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666');
}
.cityIcon,
.airportIcon,
.hotelIcon,
.eventIcon,
.attractIcon{
	background:url(../images/global/autoCompleteSprite.jpg) no-repeat;
	width:394px;
	margin:10px 0px 5px 15px;
	text-indent:-9999px;
}
.cityIcon{
	height:15px;
	background-position:0px 0px;
}
.airportIcon{
	height:15px;
	background-position:0px -15px;
}
.hotelIcon{
	height:18px;
	background-position:0px -32px;
}
.eventIcon{
	height:17px;
	background-position:0px -50px;
}
.attractIcon{
	height:16px;
	background-position:0px -67px;
}
.ui-menu-item{
	margin:2px 0px 2px 50px; 
	font-size:0.9em;
	color:#000;
}
a.ui-state-hover{background:#3468a1;color:#FFF; text-decoration:none;cursor:pointer;}
/* Refine Widget ** Start **
-----------------------------------------*/
.widget_wrap .refine_wrap{
	width:197px;
	position:relative;
	margin-top:10px;
	float:left;
	z-index:300;
	display:none;
	color:#FFF;
}
.widget_wrap .refine_wrap .refine{
	background:#3e74a0;
	width:200px;
	height:16px;
	position:relative;
	padding-top:7px;
}
.refine_wrap .refine h2{
	color:#ffd200;
	font-size:1.1em;
	margin-left:15px;
	font-weight:normal;
}
.refine_wrap .price,
.refine_wrap .distance,
.refine_wrap .amenities,
.refine_wrap .brandBox{
	width:200px;
	position:relative;
	float:left;
	margin-bottom:5px;
}
/* Head */
.refine_wrap .show_aval .head,
.refine_wrap .amenities .head,
.refine_wrap .brandBox .head,
.refine_wrap .price .head,
.refine_wrap .distance .head{
	background:#3e74a0;
	width:185px;
	height:17px;
	position:relative;
	padding-left:15px;
	margin:5px 0px 5px 0px;
	float:left;
}
.refine_wrap .brandBox .head{
	background:#3e74a0;
	height:34px;
}
.refine_wrap .show_aval .head p,
.refine_wrap .price .head p,
.refine_wrap .distance .head label,
.refine_wrap .amenities .head p,
.refine_wrap .brandBox .head p{
	position:relative;
	width:auto;
	float:left;
	margin-top:3px;
	color:#FFF;
}
.refine_wrap .show_aval input,
.refine_wrap .show_aval label{
	margin:3px 0px 5px 15px;
}
/* Plus Minus Btns */
.refine_wrap .show_aval .head .plus_minus,
.refine_wrap .price .head .plus_minus,
.refine_wrap .distance .head .plus_minus,
.refine_wrap .amenities .head .plus_minus,
.refine_wrap .brandBox .head .plus_minus,
.refine_wrap .ratings .head .plus_minus{
	background:url(../images/global/plusminusSprite.jpg) no-repeat;
	width:13px;
	height:13px;
	background-position:0 0;
	position:absolute;
	top:2px;
	right:6px;
	cursor:pointer;
}
.refine_wrap .brandBox .head .plus_minus{
	top:18px;
}
.amenities .head .clearAll,
.brandBox .head .selectAll,
.brandBox .head .clearAll{
	text-decoration:underline;
	color:#fff;
	font-size:0.9em;
	cursor:pointer;
	float:none;
}
.amenities .head .clearAll{
	position:absolute;
	left:138px;
	top:3px;
}
.brandBox .head .selectBox{
	position:absolute;
	right:25px;
	top:18px;
}
/* Content */
.refine_wrap .show_aval .content,
.refine_wrap .price .content,
.refine_wrap .distance .content,
.refine_wrap .amenities .content,
.refine_wrap .brandBox .content,
.refine_wrap .amenities .content .moreOptions{
	position:relative;
	float:left;
	width:185px;
	padding-left:15px;
}
.refine_wrap .distance .content,
.refine_wrap .price .content,
.refine_wrap .amenities .content .moreOptions{
	padding-left:0px;
}
.refine_wrap .price .content{
	margin-top:10px;
	margin-left:8px;
}
.refine_wrap .distance .content{
	margin-left:8px;
}
.refine_wrap .amenities .content .moreOptions,
.refine_wrap .brandBox .content .moreOptions{
	display:none;
}
.refine_wrap .amenities .content p.clickMore,
.refine_wrap .brandBox .content p.clickMore{
	text-decoration:underline;
	cursor:pointer;
	float:left;
	display:block;
	position:relative;
	margin-left:5px;
	margin-top:5px;
	color:#fff;
	clear:both;
}
.show_aval .content fieldset,
.amenities .content fieldset,
.brandBox .content fieldset{
	width:185px;
	position:relative;
	float:left;
	margin-top:5px;
}
.show_aval .content input,
.amenities .content input,
.brandBox .content input{
	vertical-align: middle;
    position: relative;
	margin:0px;
	padding:0px;
}
.show_aval .content label,
.amenities .content label,
.brandBox .content label{
	vertical-align: middle;
    margin-left: 4px;
	margin-top:2px;
    position: relative;
	line-height:11px;
}
.brandBox .content .selectOut input,
.brandBox .content .selectOut label{
	opacity: 0.5; /* Standard: FF gt 1.5, Opera, Safari */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5; /* Safari 1.x */
	-moz-opacity: 0.5; /* FF lt 1.5, Netscape */
}
.price .content p.left,
.distance .content p.left{
	position:relative;
	float:left;
	margin-top:5px;
	margin-left:10px;
	color:#fff;
	clear:left;
}
.price .content p.twoHund{ 
	float: right;
    margin-right: 20px;
	clear:none;
}
.price .content p.noMax{
	float: right;
    margin: 0;
	margin-bottom:3px;
    text-align: center;
    width: 30px;
}
.price .content p.right,
.distance .content p.right{
	position:relative;
	float:right;
	margin-top:5px;
	margin-right:5px;
	color:#fff;
}
.price .content .price_slider,
.price .content .points_slider,
.distance .content .distance_slider{
	background:url(../images/global/smallSlider.png) no-repeat;
	width:150px;
	height:13px;
	position:relative;
	margin-left:16px;
	margin-top:10px;
	float:left;
}
.price .content .ui-slider a,
.distance .content .ui-slider a{
	background:url(../images/global/dotHandel.png) no-repeat;
	height:12px;
	width:12px;
	margin-top:-7px;
	margin-left:-6px;
	position:absolute;
	top:0px;
	left:0px;
}
.price .content .ui-slider-range{
	background:#fcd623;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
	height:3px;
	margin-top:5px;
    z-index: 1;
}
.price .content p.rate_price,
.distance .content p.rate_miles{
	position:relative;
	font-size:10px;
	margin:10px auto 0 auto;
	text-align:center;
}
.price .content .amount,
.distance .content .miles{
	position:relative;
	background:none;
	border:0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin:0 auto 0 auto;
	text-align:center;
	margin-top:5px;
	width:170px;
}
.price .content .amount{
	margin-left: 40px;
    width: 100px;
}
/* Search Widget ** End **
-----------------------------------------*/

/* Footer
----------------------------------------------------------------------- */
.footer {
	position: relative;
	width:920px;
	height:auto;
	clear:both;
	margin:0px auto 0px auto;
	color: #000;
}
.footer li, .footer p { font-size: 10px; }
.footer li { list-style: none; }
.footer p { font-weight: bold; margin-bottom: 3px; }
.footer a { color: #000; text-decoration: none; }

/* Social media icons ----------------------------------------- */
.footer > a {
	background: url(../images/global/sprites/footer-icons-sprite.png) no-repeat;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 77px;
}
.footer a.icon_fb {
	background-position: 0 -125px;
	right: 115px;
}
.footer a.icon_twitter {
	background-position: 0 -169px;
	right: 84px;
}
.footer a.icon_fb span, 
.footer a.icon_twitter span { display: none; }

/* Brand bar ----------------------------------------- */
.footer .logo_box {
	background: url(../images/global/bgs/brand-bar-header.png) no-repeat;
	width: 771px;
	height:178px;
	padding: 140px 20px 0px 20px;
	margin: 0 auto 0px;
}
.footer .logo_box ul {
	clear: both;
	width: 100%;
	height:50px;
	margin: 0px auto 10px auto;
	border-bottom: 1px solid #7f7f7f;
}
.footer .logo_box ul:last-child{width:725px;padding-bottom:  18px;}
.footer .logo_box li { float: left; }
.footer .logo_box a {
	display: block;
	float: left;
	background: url(../images/global/sprites/footer-brand-bar.png) no-repeat;
	text-indent: -9999px;
}
/* Logo Sprite Style ----------------------------------------- */
#fb_wyndham_hotels_resorts { width: 82px; height: 20px; background-position: 0px -14px; margin: 5px 0 0 12px; }

#fb_wyndham_grand_collection { width: 109px; height: 16px; background-position: -101px -16px; margin: 5px 0 0 20px; }

#fb_wyndham_garden { width: 80px; height: 21px; background-position: -228px -14px; margin: 5px 0 0 20px; }

#fb_tryp { width: 31px; height: 30px; background-position: -320px -8px; margin: 3px 0px 0 20px; }

#fb_wingate { width: 57px; height: 28px; background-position: -370px -9px; margin: 5px 0 0 20px; }

#fb_hawthorn { width: 69px; height:26px ; background-position: -446px -9px; margin: 5px 0 0 15px; }

#fb_planet_hollywood { width: 86px; height: 29px; background-position: -529px -8px; margin: 5px 0px 0 10px; }

#fb_dream { width: 70px; height: 19px; background-position: -625px -14px; margin: 8px 0 0 10px; }

#fb_night_hotel { width: 29px; height: 45px; background-position: -716px 0px; margin: 0px 0 0 15px; }   

#fb_ramada { width: 67px; height: 20px; background-position: -69px -79px; margin: 20px 0px 0 65px; }    

#fb_days_inn { width: 55px; height: 29px; background-position: -160px -75px; margin: 18px 0px 0 20px; }    

#fb_super8 { width: 25px; height: 38px; background-position: -241px -70px; margin: 10px 0px 0 20px; }

#fb_baymont { width: 67px; height: 25px; background-position: -289px -77px; margin: 20px 0px 0 15px; }   

#fb_microtel { width: 58px; height: 22px; background-position: -378px -77px; margin: 20px 0 0 20px; }    

#fb_howard_johnson { width: 77px; height: 24px; background-position: -459px -77px; margin: 20px 0 0 15px; }   

#fb_travelodge { width: 66px; height: 22px; background-position: -559px -77px; margin: 20px 0 0 15px; }

#fb_knights_inn { width: 28px; height: 28px; background-position: -648px -75px; margin: 18px 0 0 20px; }

/* Bottom Columns ----------------------------------------- */
.footer .column_box {
	height: 140px;
	width: 770px;
	margin: -30px auto;
}
.footer .column_box > div {
	float: left; 
	margin: 0 10px 20px 0;
	padding: 0 10px 0 0;
	width: 128px;
	height: 100%;
	border-right: 1px solid #7f7f7f;
}
.footer .column_box .column_three { width: 100px; }

/* Mobile promo ----------------------------------------- */
.footer .column_box .column_four {
	width: 150px;
	border-right: none;
	padding: 0;
	margin-right: 0;
}
.footer .column_four .download,
.footer .column_four hr {
	display: none;
}
.footer .mobile {
	background: url(../images/global/sprites/footer-icons-sprite.png) 0 -62px no-repeat;
	padding: 2px 0 0 38px;
	min-height: 44px;
	font-weight: bold;
	position: relative;
	top: 50%;
	left: 0;
	margin: -22px 0 0;
}
.footer .mobile p { font-size: 14px; line-height: 1.1; }
.footer .mobile .bigger { font-size: 18px; }

/* E-mail signup box ------------------ */
.footer .column_box .column_five {
	float: right;
	text-align: center;
	width: 176px;
	height: 115px;
	padding: 20px 0 0;
	margin-right: 0;
	border: none;
	background: #e0e0e0;
	position: relative;
}
.footer .column_five h6 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin: 0 0 .5em;
}
.footer .column_five h6 + p {
	font-size: 12px;
	margin: 0 0 1.5em;
}
.footer .column_five form > div {
	width: 160px;
	margin: 0 auto;
}
.footer label { display: none; }
.footer .column_five input[type="text"] {
	width: 122px;
	float: left;
}
.footer .column_five input[type="button"] {
	width: 25px;
	height: 19px;
	background: url(../images/global/sprites/global-ui.png) 0 0 no-repeat;
	border: none;
	float: right;
	margin: 1px 0 0;
	cursor: pointer;
}
.footer form a {
	position: absolute;
	bottom: 3px;
	left: 3px;
}
.footer form a + a {
	left: auto;
	right: 3px;
}

/* Top destintions ------------------- */
.footer .link_box {
	clear: both;
	line-height: 1.2;
	width: 770px;
	margin: 0 auto;
}
.footer .link_box .heading { font-size: 11px; }

/* Copyright ------------------- */
.footer .copyright {
	clear: both;
	margin: 30px 0 50px;
	text-align: center; 
}
.footer .copyright p { font-weight: normal; }
/* End Footer
----------------------------------------------------------------------- */

/* Sitemap
----------------------------------------------------------------------- */

.sitemap .link_column {
	width: 220px;
	float: left;
}
.sitemap .link_column a {
	color: #06c;
	font-size: 1.1em;
}

.sitemap .link_column h4 a {
	font-size: 1em;
	margin-left: 0;
}

.sitemap .section_header { display: none; }

.sitemap h2.standard { margin: 20px 0 10px 20px; }

.sitemap .link_column { margin: 0 0 0 20px; width: 205px; }


.sitemap .link_column li {
	list-style: disc outside none;
	margin: 0 0 2px;
}

.sitemap .link_column a {
	font-size: 1em;
}

.sitemap .link_column h4 {
	margin: 0 0 5px;
}

.sitemap .link_column ul {
	margin: 0 0 15px -15px;
	padding-left: 15px;
}









/* Starbursts ----------------------------------------- */

.starburst, .badge {
	display: block;
	width: 25px;
	height: 27px;
	padding: 4px 2px 0 4px;
	background: url(../images/global/sprites/badge-sprite.png) 0 0 no-repeat;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	/* set font and line-height in px for precision w/i small,
	pixel-defined graphic*/
	font: 11px/11px "Yanone Kaffeesatz", "Arial", sans-serif;
}



/* Icons ----------------------------------------- */

.icon.regulation {
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -9999px;
	background: url(../images/global/sprites/regulations-sprite.png) no-repeat;
}

.icon.regulation.smoking { background-position: 0 -64px; }

.icon.regulation.no_smoking { background-position: 0 -32px; }

.icon.regulation.pets { background-position: 0 -96px; }

.icon.regulation.handicapped { background-position: 0 0; }




/* Secondary content ---------------------------------------- */

.sec_content li { list-style: none; }





/* Tertiary content ------------------------------ */

.tertiary {
	float: right;
	clear: right;
	position: relative;
	width: 220px;
}

.tertiary .cap.bottom {
	display: none;
}


/* Promo shadows */
.ter_content .rate_promo,
.ter_content .directions img,
.ter_content .promos > li,
.current_promotions .promos > div,
.tertiary .promos > div,
.contact .promo {
	-moz-box-shadow: -3px 3px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.tertiary .espot {
	max-width: 220px;
	margin: 0 0 15px;
}







/* Generic content ----------------------------------------- */

.generic_content .content_well {
	margin: 0 0 40px;
}

.generic_content .prim_content {
	width: 425px;
	float: left;
	position: relative;
	z-index: 3; 
}

.generic_content .prim_content h2 {
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 18px;
}

.generic_content .prim_content h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0;
}

.generic_content .header_image {
	display: block;
	border: 1px solid #777;
	margin: 0 0 25px;
}

.generic_content .prim_content p {
	font-size: 1.1em;
	line-height: 1.2;
	margin: 0 0 1em;
}

body .generic_content .prim_content ul {
	color: #666;
	margin: 0 0 1em 3em;
}

.generic_content .prim_content li {
	list-style: disc outside;
	margin: 0 0 .5em;
}

.generic_content .tertiary {
	margin: 32px 0 0;
}






/* Privacy policy page ----------------------------------------- */

.generic_content.privacy_policy .prim_content {
	width: auto;
}

.generic_content.privacy_policy p.revised {
	font-weight: bold;
	color: #262262;
	font-size: 1.2em;
	margin-top: -12px;
}

.generic_content.privacy_policy .link_list,
.generic_content.privacy_policy .link_list li {
	list-style: none;
	margin-left: 0;
}






/* Page actions ----------------------------------------- */

#page_actions {
	position: absolute;
}

.page_actions li {
	list-style: none;
	display: inline;
}

.page_actions a,
.head_links p {
	padding: 0 0 0 21px;
	background: url(../images/global/sprites/global-ui.png) 0 -427px no-repeat;
	float: left;
	height: 15px;
	line-height: 15px;
	text-decoration: none;
	font-size: 11px;
}

.page_actions a.email {
	background-position: 0 -531px;
	margin: 0 10px 0 0;
}


/* Email modal ----------------------------------------- */

#email_modal {
	display: none;
	background: #1f5c9b;
	width: 350px;
	height: 350px;
	padding: 20px;
	position: absolute;
	color: #fff;
	z-index: 500;
	-moz-box-shadow: 0 0 9px 3px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 9px 3px rgba(0,0,0,.4);
	box-shadow: 0 0 9px 3px rgba(0,0,0,.4);
}

#email_modal a { color: #fff; font-size: 1.1em; }

#email_modal .close {
	display: block;
	position: absolute;
	top: 8px;
	right: 5px;
	padding: 0 2em 0 0;
	min-height: 12px;
	background: url(../images/global/sprites/global-ui.png) 2.8em -600px no-repeat;
}

#email_modal p { width: 30em; font-weight: bold; }

#email_modal dl { margin: 25px 0 0; }

#email_modal dt {
	text-align: right;
	width: 110px;
	float: left;
	clear: left;
	margin: 0 10px 1em 0;
}

#email_modal dt .note { display: block; }

#email_modal dd { float: left; }

#email_modal input[type="text"],
#email_modal textarea,
#email_modal .textarea_wrap {
	width: 220px;
	margin: 0 0 15px;
}

#email_modal textarea { height: 105px; }

#email_modal form > .note {
	display: block;
	margin: .8em 0 0;
	font-weight: normal;
}

#email_modal button {
	float: right;
	margin: 0 3px 0 0;
	width: 5em;
}

#email_modal button + a {
	float: left;
	margin: 4px 0 0;
}




/* Pricing ----------------------------------------- */

.sugg_price {
	/* 	color: #999; */
	text-decoration: line-through;
}

.actual_price .price_amt {
	font-weight: bold;
	color: #262262;
}

.price_unit {
	font-size: .8em;
	font-weight: normal;
}







/* Maps ----------------------------------------- */

.map {
	position: relative;
}

.map > img {
	display: block;
}

.map .pins {
	position: absolute;
	top: 0;
	left: 0;
}

.pin {
	list-style: none;
	position: absolute;
}

.pin .marker {
	position: absolute;
	background: url(../images/global/bgs/map-pin.png) 0 0 no-repeat;
	width: 15px;
	height: 24px;
	padding: 2px 5px 7px 3px;
	cursor: pointer;
}

.pin .marker .number {
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	display: block;
}


/* Room availability colors ----------------------------------------- */

.availability .available { color: #347a1d; }
.availability .lim_avail { color: #a00; }
