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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table	{
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/*******************************************************General Styles
*********************************************************************/
body {
	background: #f7f3e5;
	color: #444;
	font-family: helvetica, "lucida grande", arial, sans-serif;
	font-size: 62.5%;
}

h1,h2,h3,p,li,td,th { 
	line-height: 1.5em; 	
	font-weight: normal;
}

a, span.link {
	color: #326579;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
	
a:hover, span.link:hover { 
	color: #213e4d; 
	text-decoration: underline;
}

h1 {
	font-size: 2em;
	line-height: 1.25em;
	margin: .25em 0;
}

.clear {
	clear: both; 
}

.clear-right { 
	clear: right; 
	height: 0;
}

.bold { 
	font-weight: bold; 	
}
	
.italic { font-style: italic; }	

.example { color: #666; }

.margin_bottom_10 {
  margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

p.align_right {
	text-align: right;
}

p.align_center {
	text-align: left;
}

p.align_left {
	text-align: left;
}

input[name="authenticity_token"] {
	visibility: hidden;
}

/********************************************************Header Styles
*********************************************************************/
div#feedback {
	position: fixed;
	top: 53px;	
}

div#feedback a {
	display: block;
	width: 40px;
	height: 108px;
	background: url(/images/feedback.png);
	text-indent: -9999px;
}

div#header_outer {
	background: #2f516c url(/images/bg_header.jpg) top repeat-x;
	border-bottom: 1px solid #213e4d;
	padding: 1.33em 0 0 0;
}
	
div#header {
	width: 96em;
	margin: 0 auto;
}

div#header img {
	float: left;
}

/***********************************************************Nav Styles
*********************************************************************/
div#nav {
	padding: 1em 0;
	float: right;
	color:#c1c8cb;
	margin-top: 5px;
}

div#nav li {
	float: left;
	margin: .6em 0 0 2em;
	text-transform: uppercase;
}

div#nav a {
	color:#FFF;
	font-size:1.3em;
}

div#nav #alerts a {
	color: #fff;
}

div#nav a:hover {
	color: #fff;
}

div#nav #omniscient_search {
	width: 240px;
	color: #444;
	display: inline;
	margin-right: 5px;
	padding: 3px;
}

div#nav #search_submit {
	border: 1px solid #213e4d;
	background: #213e4d;
	color: #FFF;
	padding: 5px;
	margin: 0;
}

/*******************************************Breadcrumb & Footer Styles
*********************************************************************/	
div#breadcrumbs {
	background: #e4dec6;
	padding: 1em;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	width: 94em;
	margin: 0 auto 1em auto;
}
	
div#breadcrumbs li,
div#footer li {
	display: inline;
	font-size: 1.2em;
}	

div#breadcrumbs div#search {
	float: right;
	padding-top: .25em;
}
	
div#breadcrumbs div#search div {
	float: left;
	width: 33em;
}	
	
div#breadcrumbs div#search label,
div#breadcrumbs div#search input {
	float: left;
}	
	
div#breadcrumbs div#search input {
	font: normal 1.2em helvetica;
	margin-top: -.25em;
}	
	
div#breadcrumbs div#search label {
	font-size: 1.2em;
	background: url(/images/bg_star.png) 0 -1.5em no-repeat;
	padding: 0 1em 0 1.5em;
}		

div#footer {
	border-top: 1px solid #fff;
	padding: 1em;
	margin-top: 2em;
	background: #2f516c url(/images/bg_header.jpg) top repeat-x;
	border-top: 1px solid #213e4d;
}

div#footer a {
	color:#c1c8cb;
	font-weight: normal;
}

div#footer div.container {
	width: 96em;
	margin: 0 auto;
}

div#footer p {
	font-size: 1.2em;
	color: #fff;
}

	
/********************************************************Banner Styles
*********************************************************************/
div.banner {
	margin: 0 auto;
	padding: .25em 0;
	width: 96em;
}	
	
div.banner h1 {
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 0;
}	
	
div.banner h2 {
	font-size: 1.6em;
	color: #a59d7c;
}

div.banner h2 a {
	font-weight: normal;
}

div.banner p {
	font-size: 1.2em;
}

p.display-info {
	font-size: 1.8em;
	margin: 1em 0 0 0;
}	

p.display-info span.small {
	font-size: 12px;
}	

p.display-info span.right {
	float: right;
}

div#counter_and_status_bar {
	margin: 19px 0px 1em 0;
	background: #e4dec6;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	padding-top: 3px;
}

div#counter_and_status_bar a {
  font-weight: normal;
}

div.status_bar {
	float: right;
	margin-right: 10px;
}

div.status_bar label {
	font-size: 1.2em;
	margin-right: .25em;
}
	
span.deals_list_header {
	font-size: 1.6em;
	line-height: 1.5em;
	margin-top: 1em;
	padding-left: 10px;
}	

p.deals_list_header {
	font-size: 1.6em;
	line-height: 1.5em;
	margin-top: 1em;
	padding-left: 0px;
}

p.expired_deals_header_description {
	margin-left: 10px;
	font-size: 1.2em;
	line-height: 1.5em;
}

.recent_views_links {
	font-size: 1.2em;
	margin-right: 1em;
}

div.banner p.label,
div.banner p.small {
	font-size: 1em;
}			

div.banner li {
	font-size: 1.2em;
}	

div#alert_view_date_range_menu {
  font-size: 1.2em;
  text-align: center;
  margin-top: 1em;
}

a.link_button {
	width: auto;
  margin: 0 2px 0 2px;
	padding: .25em 1em .25em 1em;
	background: #fcfcf7;
	font-weight: bold;
	color: #326579;
	cursor: pointer;
	-webkit-border-bottom-left-radius:  5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft:      5px;
	-moz-border-radius-bottomright:     5px;
	-webkit-border-top-left-radius:     5px;
	-webkit-border-top-right-radius:    5px;
	-moz-border-radius-topleft:         5px;
	-moz-border-radius-topright:        5px;
  border: 1px solid #ded5b8;
}

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

a.link_button.current {
	background: #e4dec6;
	cursor: default;
}

/**************************************************Banner Hotel Styles
*********************************************************************/
div.banner div#picture {
	float: left;
	padding: 1em;
	background:#FFF;
	border: 1px solid #E0DBC9;
}	

div.banner div.info {
	padding: .5em 0 0 0;
	margin-left: 22em;
	margin-right: 210px;
}	

div.banner div.info span.label {
	font-weight: bold;
	font-size: 12px;
}

div.banner.static {
	width: 600px;
	background: none;
}

div.banner.static div.info {
	margin-left: 0;
}

div.info h1 {
	margin-top: .25em;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 0;
}
	
div#deal-banner {
	margin-top: 1em;
	margin-bottom: -2em;
}	

div#deal-banner h1 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 10px 0 5px 220px;
}

div#deal-banner h2 {
	font-size: 1.4em;
	margin: 0 0 5px 220px;
}

div#deal-banner ul {
	margin-top: 0;
}

div#deal-banner div.info {
	padding-top: 0;
}

div.info h2 {
	font-size: 1.3em;
}

p.banner-footer {
	font-size: 1.1em;
	margin: -1em 0 0 0;
	font-weight: normal;
	color: #777;
	text-align: right;
}

p.banner-footer a {
	color: #677c8d;
}

/*****************************************************Structure Styles
*********************************************************************/	
div#home div#main_outer {
	border-top: 1px solid #fff;
	background: url(/images/bg_main.png) repeat-x;
	border-bottom: 1px solid #fff;
}

div#main {
	width: 96em;
	margin: 0 auto;
	/*background: url(/images/grid.psd);*/
}

#home div#main {
	width: 95.2em;
	margin: 0 auto;
	background: #FFF;
	border-right: .4em solid #edebdf; 
	border-left: .4em solid #edebdf;
	padding-left: .5em;
	padding-right: .5em;
	/*background: url(/images/grid.psd);*/
}

div#main_content {
	margin-left: 22.5em;
	width: 73.5em;
}	

/*******************************************************Sidebar Styles
*********************************************************************/
div#sidebar-outer {
	width: 20em;
	float: left;
}

div#sidebar-top {
	width: 20em;
	height: 102px;
	background: url(/images/bg_left-sidebar-top.png) top right no-repeat;
	margin-bottom: -102px;
}

div#sidebar {
	background: url(/images/bg_left-sidebar.png) 160px 102px no-repeat;
	padding-right: 2.75em;
}

#home div#sidebar {
	padding-right: 2.75em;
}

div#sidebar-bottom {
	width: 20em;
	height: 102px;
	background: url(/images/bg_left-sidebar-bottom.png) top right no-repeat;
}

div#stats1
{
	width: 115px;
	background: url('/images/home_stats_bg.png');
	padding: 7px;
	border: 1px solid #c9c8c8;
	float: right;
	text-align: center;
	font-size: 22px;
	color: #515151;
	margin: 5px 29px 20px 0;
}

div#stats2
{
	width: 115px;
	background: url('/images/home_stats_bg.png');
	padding: 7px;
	float: right;
	border: 1px solid #c9c8c8;
	text-align: center;
    font-size: 22px;
  	color: #515151;
	margin: 5px 0px 20px 0;
}

#home div#stats1 p.num, #home div#stats2 p.num
{
	font-size: 22px;
  	color: #515151;
	border-bottom: none;
	text-decoration: none;
	text-align: center;
	margin: 0;
}

div#sidebar .title
{
	font-size: 14px;
	line-height: 12px;
}

div.module {
	margin-bottom: 2em;
}

div#sidebar p {
	font-size: 1.2em;
	margin-bottom: .5em;
}

div#sidebar p.title {
	border-bottom: 1px solid #d5ceb0;
	margin-bottom: 1em;
}

div#sidebar li {
  font-size: 1.2em;
  margin: 0 0 .5em 0;
}

div#locations.module {
	margin-bottom: 0;
}

div#sidebar div#locations li {
	background: url(/images/bullet_down-arrow.png) 2px 5px no-repeat;
	padding-left: 1.5em;
	line-height: 1.5em;
}

div#sidebar div#locations li ul li {
	font-size: 1em;
	margin: .5em 0 0 0;
	background: url(/images/bullet_left-arrow.png) 0 2px no-repeat;
	padding-left: 1em;
}

div#sidebar div#locations li a {
	font-weight: normal;
}

div#filters {
	background:#e4dec6;
	padding:1em;
	margin: 0 0 2em 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

div#filters div.heading {
	font-weight: bold;
	font-size: 13px;
	background:#e4dec6 url(../images/icon_filter.png) no-repeat;
	padding: 3px 0 3px 23px;
}

div#sidebar div#filters p.title {
	color: #444;
	font-weight: normal;
	text-transform: none;
	line-height: 2em;
	border-bottom: none;
}

div#sidebar div#filters p.heading {
	color: #444;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: none;
	margin-top: 8px;
	margin-bottom: 2px;
}

div#filters div.module {
	margin-bottom: 1.5em;
}

div#filters .slider_range_label_start, div#filters .slider_range_label_end,
div#alert_form .slider_range_label_start, div#alert_form .slider_range_label_end,
div#alert_form #percent_savings_slider_label {
	font-size: 1.2em;
	top: -1.7em;
}

div#sidebar div.ui-slider,
div#sidebar div.date_range_slider,
div#percent_savings_slider,
div#price_range_slider  {
  width: 150px !important;
}

div.ui-slider {
	height: 16px !important;
	margin-top: .5em;
}

div.ui-slider-handle { margin-top: -5px; }

.slider_range_label_end { float: right; }
.slider_range_label_start { float: left; }
.slider_centered_value_label { font-size: 1.2em; top: -1.1em; }
div#price_range_slider_label { width: 150px; text-align: center; }

p.sidebar_link { text-align: center; }

#home div#sidebar {
	float: left;
	width: 30em;
	padding: 2em 0 0 2em;
	background: none;
}

#home div.module {
	padding-left: 1em;
}

#home div#sidebar p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: .25em;
	border-bottom: 1px solid #e9e9e9;
	color: #666;
}

div#sidebar p.title {
	font-size: 1.2em;
	border-top: none;
	line-height: 1.5em;
	color: #a8a082;
	text-transform: uppercase;
	font-weight: bold;
}

#home div#interesting_deals_links li a {
	font-weight: normal;
	background: url(../images/bg_star.png) no-repeat;
	padding-left: 15px;
}

#home span.number {
	font-size: 1.4em;
	font-weight: bold;
	color: #515151;
}

#home div#sidebar span.number {
	float: right;
}

div#hotel_ratings p, div#filter_tags p {
	margin-bottom: 0;
	font-size: 1.2em;
}

div#filter_tags .toggle_tags_link {
	text-align: right;
}

div#filter_tags .toggle_tags_link span {
	text-transform: none;
}

div.module.ad,
div.ad {
	background:#e4dec6;
	margin: 1.5em 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	text-align: center;
}

div.ad {
	width: 300px;
	padding:1em 1em;
}
	
div.module.ad {
	width: 16em;
	margin: 0;
	float: none;
	padding: 1em .75em;
}	

div#book_by_phone {
	background:#e4dec6;
	padding:11px;
	margin: 0 0 2em 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	height: 98px;
}
 
div#book_by_phone div.heading {
	font-weight: bold;
	font-size: 13px;
	background:#e4dec6 url(../images/deals_book_phone_bg.png) no-repeat;
	padding: 3px 0 3px 23px;
}

div#book_by_phone div.inner_content {
	font-size: 12px;
	padding-top: 10px;
	line-height: 1.2em;
}

div.inner_content p {
	margin-top: 8px;
	font-size: 12px!important;
}

div#book_by_phone div.phone_number {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
}

/**************************************************Sidebar Tags Styles
*********************************************************************/
div#sidebar div.tags li {
	margin: 0 .5em 1em 0;
	display: inline;
}	

/**************************************************Deal Message Styles
*********************************************************************/	
#notice, #error {
	padding: 1em 1em 1em 2.75em;
	background: #fcfcf7 url(/images/bg_check.gif) 1em .85em no-repeat;
	font: normal 1.4em helvetica;
	margin-bottom: 1em;
	line-height: 2em;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#errorExplanation {
	padding: 1.5em;
	background: #fcfcf7;
}

#errorExplanation h2 {
	color: #9d0707;
	font: normal 1.6em helvetica;
	margin-bottom: 1em;
}	

#errorExplanation p {
	font: normal 1.2em helvetica;
	margin-bottom: .5em;
}
	
#errorExplanation li {
	list-style-type: square;
	font: normal 1.2em helvetica;
	line-height: 1.5em;
	margin: 0 0 .5em 1.5em;
	color: #666;
	padding: 10px;
}	

p.display-info span.right {
	float: right;
}
	
div#error {
	background: #fcfcf7 url(/images/bg_error.gif) .9em .8em no-repeat;
}	

div.error {
	background: #fcfcf7;
}

div.error p, div.error li {
	font-size: 1.2em;
	margin-bottom: .25em;
	padding: 0 1em;
}

div.error li {
	list-style-type: disc;
	padding-left: .25em;
	margin-left: 2.5em;
	font-weight: normal;
}

div.error ul {
	padding: 0 0 1em 0;
	border-bottom: 1px solid #ded5b8;
}

/***********************************************Home Hotel Info Styles
*********************************************************************/
div.rating {
	margin: 2em 0;
}

div.rating div.star {
	display: inline;
	float: none;
}

div.rating div.star a {
	float: left;
	height: 16px;
}

div.hotel-info div.rating div.star {
	display: inline;
}

/****************************************************Card Title Styles
*********************************************************************/
div.mini-card > div.left {
	cursor: pointer;
}

p.book_deal_button a {
	background: #ff9900;
	padding: .5em 1em;
	border: 1px solid #ff6600;
	-webkit-border-bottom-left-radius:  3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft:      3px;
	-moz-border-radius-bottomright:     3px;
	-webkit-border-top-left-radius:     3px;
	-webkit-border-top-right-radius:    3px;
	-moz-border-radius-topleft:         3px;
	-moz-border-radius-topright:        3px;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
}

p.book_deal_button {
	float: none;
	margin-top: 1em;
	font-size: 1.2em;
	text-align: center;
}

div.bottom_book_deal_button {
	float: right;
}

/**************************************************General Card Styles
*********************************************************************/
div.form-outer {
	margin: 0 0 1.5em 0;
}

div.form h3 {
	color: #9a8c60;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: .5em;
}

/************************************************Card Structure Styles
*********************************************************************/
div.content {
	margin-top: 1.5em;
}
	
div.hotel-mini-card {
	margin-top: 0;
	padding-bottom: .5em;
}

div.card div.hotel.content {
	margin-top: .5em;
}

div.card div.content p.small {
	font-size: 1.1em;
	color: #9a8c60;
	margin: 1em 0 0 0;
	padding-bottom: 0;
}
	
div.card div.right {
	float: right;
}	

div.card div.left {
	width: 500px;
}

/**********************************************Card Description Styles
*********************************************************************/

div.description {
	font-size: 1.2em;
}
div.description b, div.description strong { 
	font-weight: bold; 
}

div.description em { 
	font-style: italic; 
}

div.description ul {
	margin-left: 2em;
	margin-bottom: 1em;
}

div.description li {
	margin-left: 1em;
	list-style-type: disc;
	font-size: 1.2em;
}

/*******************************************Location Hotel Info Styles
*********************************************************************/
div.location_hotel_group {
	margin-top: 3em;
}

div.mini-card.hotel-info {
	background: #e4dec6;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	padding-bottom: 1.5em;
	margin-top: 2em;
}

div.grouped {
	margin-bottom: 2em;
}

div.mini-card.hotel-info img.hotel-thumb {
	float: left;
	margin: 0 1em 0 0;
	border: 1px solid #d1c9a7;
	padding: 4px;
	background: #fff;
}

div.mini-card.hotel-info p {
	line-height: 1.5em;
}

div.mini-card.hotel-info p.name {
	float: left;
	margin: 0 .5em 0 0;
	font-size: 1.6em;
}

div.mini-card.hotel-info p.location-rating {
	margin: .33em 0 .5em .5em;
}

div.mini-card.hotel-info p.location-rating img {
	height: auto;
}

div.mini-card.hotel-info p.deals {
	margin: .25em 0;
}

/*************************************************Expanded Card Styles
*********************************************************************/
div.card.expanded {
	padding: .5em 1.5em 1.5em 1.5em;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	margin-top: .5em;
}

div.card.expanded p.deal-name {
	margin-top: .75em;
	padding: 0 0 .25em 0;
	font: normal 1.6em helvetica;
}

div#deal-banner div.right {
	float: right;
	width: 190px;
}

p.book_deal_button {
	margin-right: 0;
}

div.card.expanded div.content {
	margin-top: 0;
}
	
div.card {
	padding: 0 1em;
	background: #FFF;
}

div.card h3.hotel-description {
	padding: .5em 0 0 0;
	font-size: 1.2em;
}

div.card p {
	font-size: 1.2em;
	padding-bottom: .5em;
}

div.card p.left {
	float: left;
}

div.card p.small {
	font-size: 1.1em;
}
	
div.expanded_card_ad {
	background: #fbfbf6;
	padding: 1em 1.5em 1em 1.5em;
	-webkit-border-bottom-left-radius:  10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft:      10px;
	-moz-border-radius-bottomright:     10px;
	-webkit-border-top-left-radius:     10px;
	-webkit-border-top-right-radius:    10px;
	-moz-border-radius-topleft:         10px;
	-moz-border-radius-topright:        10px;
	margin-top: .5em;
	margin-bottom: 1em;
}

div.card div.description p.description_header {
	font-weight: bold;
	background: #f2edda;
	padding-top: .5em;
	text-indent: 1em;
	margin-left: -1em;
}

div.card div.card_content_indent {
	padding-left: 1.5em;
}
	
/*************************************************Deal Comments Styles
*********************************************************************/
div#comments_container.card {
  margin-top: 1em;
	background: none;
	padding: 0;
}

div.deal_comment {
	padding: 1em 1.5em;
	background:#FBFBF6;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
/*  margin-bottom: 2em;
*/}

div#comments_container p.label,
div#comment_form label {
	font: normal 1.6em helvetica;
	color: #a8a082;
}

div#comments_container p.label {
  padding-top: .5em;
	background:#FBFBF6;
  text-indent: 1em;
}

div#comment_form {
  margin-top: 1em;
	padding: .5em 1.5em 5em 1.5em;
	background:#FBFBF6;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

div.deal_comment div.comment_content {
	padding: .25em 1em 0 3em;
	background: url(../images/quote.png) 0 .5em no-repeat;
}

div.comment_content p {
	font-size: 1.4em;
}

div.comment_content p.small {
	font-size: 1.2em;
	color: #666;
}

div#comment_comment textarea {
	width: 325px!important;
}

div#comment_form input#comment_submit {
	background: #E4DEC6;
	font-weight: normal;
}

div#ad_container {
	float: right;
	margin-top: 10px;
}

/*************************************************Deal Analyzer Styles
*********************************************************************/
div.deal_analyzer {
	padding-top: 10px;
	font-size: 11px;
}

div.card table th,
div.field-grouping table th {
	color: #86784b;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
}

div.card table,
div.field-grouping table {
	width: 100%;
	margin: 1em 0 0 0;
}

div.card table td,
div.card table th,
div.field-grouping table th,
div.field-grouping table td {
	padding: .25em 1em;
	text-align: left;
}

div.field-grouping table th {
	border-bottom: 1px solid #CCC;
}

div.card table td.price {
	width: 142px;
	font-size: 12px;
}

div.card table td.indent p {
	margin-left: 1.25em;
	padding-left: 0;
	list-style-type: none;
	padding-bottom: 0;
}

div.card table td.indent span.hotel_room_price_explanation {
	color: #666;
}

div.card table tr.extras td {
	border-top: 1px dotted #CCC;
}

div.card tr.subtotal td,
div.card tr.savings td {
	background-image: none;
	border-top: 2px solid #CCC
}

div.card tr.savings td {
	font-weight: bold;
	color: #333;
}

div.deal_analyzer table td.price {
	text-align: right;
	padding-right: 0;
	font-size: 12px;
}

div.deal_analyzer table td.estimated_price_indicator {
	text-align: left;
	padding-left: 0;
}

/* styles to tweak font sizes and superscript for prices */
span.currency_symbol {
	vertical-align: top;
}

div.deal_analyzer table tr.savings td.price p {
	font-weight: bold;
	text-align: right;
}

p.deal_analyzer_savings {
	margin-top: -8px;
}

span.price_dollars {
	font-size: 12px;
}

/*****************************************************Card Tags Styles
*********************************************************************/
div.content div.tags {
	margin: 1em 0;
	width: 600px;
	overflow: auto;
	font-size: 10px!important;
}

div.content div.tags p {
	float: left;
	margin: 0 1em 0 0;
}

div.content div.tags li {
	font-size: 1.2em;
	margin-bottom: 1em;
}

/*******************************************************Toolbar Styles
*********************************************************************/	
div.toolbar {
	padding: 1em 1em 1em 0em;
}

div.toolbar li {
	display: inline;
	font-size: 11px;
	margin: 0 1em 0 0;
	line-height: 1em;
	float: left;
}

div.toolbar img {
	padding-top: .5em;
}	

div.toolbar li a {
	display: block;
}

div.toolbar li.share img {
	margin-top: -7px;
}


/**************************************************General Form Styles
*********************************************************************/	
div.field-grouping {
	background: #fcfcf7;
	padding: 1em 1.5em;
	margin: 1.5em 0 1em 0;
	overflow: auto;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}	

div.form h3 {
	padding-bottom: 0;
}

div.form .red,
div.form span.required {
	color: #9d0707;
	font-size: 1.5em;
}

div.form label {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	padding: 0 0 .5em 0;
	margin-top: .5em;
}

div.form input,
div.form textarea {
	border: 1px solid #ded5b8;
	background: #f5f5e9;
	padding: .5em;
	font: 1.5em helvetica;
	width: 400px;
	margin: 0 .5em .75em 0;
}

div.form select {
	margin: 0 0 .75em 0;
}

div.form p.tip {
	float: right;
	width: 240px;
	padding-top: 2.25em;
	font-size: 1.1em;
	margin-left: .5em;
}	

div.form p.tip .list-item {
	display: list-item;
	list-style: disc;
	margin-left: 2em;
}

div.form div.current-photo img {
	background: #dfd6b8;
	border: 1px solid #bcb290;
	padding: 10px;
	margin: 1em 0;
}	

ul.select label {
	float: left;
	width: 125px;
}

ul.select li {
	margin: 0 0 1em 0;
}

div.form input.submit {
	width: auto;
	margin: 1em 0;
	padding: .25em 1em .25em 1em;
	background: #fcfcf7;
	font-weight: bold;
	color: #326579;
	cursor: pointer;
	float: left;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
  border: 1px solid #ded5b8;
}	

div.form p.delete {
	float: right;
	font-size: 1.4em;
	margin-top: 1em;
}

p.hotel_address {
	font-size: 11px;
}

/****************************************************Date Input Styles
*********************************************************************/
div.dates input {
	width: 90px;
	margin-right: .5em;
	font: 1.2em helvetica;
	padding: .2em;
}

div.dates label {
	float: left;
	width: 110px;
	text-align: right;
	padding-right: 1em;
	font-weight: normal;
}

/******************************************Radio Button Options Styles
*********************************************************************/
div.dates ul.options {
	float: right;
	width: 180px;
	margin: 1em 0 2em 0;
}

div.form ul.options li {
	margin: .75em 0;
}

div.dates ul.options label {
	float: none;
	width: auto;
	text-align: left;
	font-weight: bold;
}

div.form ul.options input,
div.select input {
	width: auto;
	float: left;
	margin-right: .5em;
}

div.form ul.options label {
	padding-top: 2px;
}

/************************************** autocomplete/ac_results Styles
*********************************************************************/	
div.ac_results {
	background: #fff;
	z-index: 99999;
	border: 1px solid #ded5b8;
	margin: 0 .5em .75em 0em;
	min-width: 180px;
}

#home div.ac_results {
	min-width: 485px;
}

.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	font: 1.2em helvetica;
	margin: 0;
	padding: 4px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 14px;
	color: #326579;
}

div.ac_results li:hover {
	background: #d7ebff;
	color: #326579;
}

.ac_loading { background: white url('/images/indicator.gif') right center no-repeat; }

.ac_over { background-color: #d7ebff; text-decoration: underline; }

#home .ac_results li {
  font-size: 1.5em;
  padding: 5px 5px;
  line-height: 1em;
}

#home .ac_results li:hover {
  background: #d7ebff;
  text-decoration: underline;
}

div#new_hotel_attributes p {
	font-size: 1.1em;
	padding: 1em 0 0 0;
}

/***************************************************Price Input Styles
*********************************************************************/
div.field-grouping div.price {
	margin-top: 1em;
}

div.field-grouping div.price input {
	float: left;
	margin-right: 2em;
}

div.field-grouping div.price li {
	float: left;
	width: 100px;
}

div.field-grouping div.price li input {
	float: left;
	width: auto;
	margin: .33em .33em 0 0;
}
	
div.field-grouping input.rate_link_button {
	width: auto;
	background: #fcfcf7;
	border: 1px solid #c6b69c;
	color: #326579;
	padding: 3px;
	cursor: pointer;
}

/***************************************************Form Table Styles
*********************************************************************/
div.field-grouping table {
	margin: 1em 0;
}

div.field-grouping tr.extras td {
	background: none;
	padding: 0;
}

div.field-grouping tr.extras p {
	padding: .5em 1em .5em 1em;
}

div.field-grouping table.extras {
	background: url(/images/bg_double-border-light.gif) 0 0 repeat-x;
}

div.field-grouping table.extras input {
	width: auto;
	font-size: 1em;
	background: #fcfcf7;
}

div.field-grouping th.value {
	padding-left: 0;
}

div.field-grouping tr.extras td.title {
	padding-left: 1em;
}

div.field-grouping td.delete {
}

div.field-grouping td.add {
	border-right: 1px solid #ded5b8;
}

div.field-grouping table table {
	border: none;
	margin: 0;
}

div.field-grouping table tr.extras table td {
	padding: 1em 1em 0 0;
	background: none;
	font-size: .95em;
}

#ian_rate_per_night_value {
	font-size: 150%;
}

/********************************************Enter Regular Rate Styles
*********************************************************************/
div#content div.field-grouping.enter-rate {
	margin-top: 2px;
}

div.form p.alternative {
	font-size: 1.2em;
	margin: 1em 0 1px 0;
	font-weight: bold;
	padding-bottom: 0;
}

p.alternative span {
	padding: .5em 1em;
	border-bottom: 1px solid #fcfcf7;
}

p.alternative span.selected {
	background: #fcfcf7;
	border: 1px solid #ded5b8;
	border-bottom: 1px solid #fcfcf7;
}

p.alternative span.not-selected {
	background: #ded5b8;
}

p.alternative span.first {
	margin-right: .5em;
}

/*************************************************Hotel Rating Styles
*********************************************************************/
div.hotel-rating {
	margin: 1em 0 2em 0;
}

div.hotel-rating span {
	display: block;
	margin: 2em 0;
}

div.star,
div.cancel {
	height: 16px;
}

/******************************************************Calendar Styles
*********************************************************************/
#ui-datepicker-div {
	border: 1px solid #ded5b8 !important;
}

.ui-datepicker-control {
	background: #f2edda !important;
	font: bold 12px helvetica !important;
	letter-spacing: .1em !important;
	text-transform: uppercase !important;
	padding: 10px 0 !important;
	color: #86784b !important;
	border-bottom: 1px solid #ded5b8 !important;
}

.ui-datepicker-control a, .ui-datepicker-links a {
	color: #86784b !important; 
}

/*************************************************Location List Styles
*********************************************************************/
ul.locations li {
	font: 1.2em helvetica;
	line-height: 2em;
}

/****************************************************Pagination Styles
*********************************************************************/
div.pagination {
	margin: 2em 0;
	font: bold 1.2em helvetica;
}

div.pagination a {
	padding: .5em .75em;
	background: #fcfcf7;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	margin: 0 .15em;
}

div.pagination a:hover {
	background: #fff;
	color: #213e4d;
}

/***********************************************Version History Styles
*********************************************************************/
.changed {
	color: #9d0707 !important;
	font-weight: bold;
	font-size: 1.1em;
}

/**************************************************Static Pages Styles
*********************************************************************/
.static {
	margin-top: 2em;
}
	
.static div {
	padding: 1.5em;
	background: #fbfbf6;
	margin-bottom: 1.5em;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

.about div.white {
	padding: 1.5em;
	background: #FFF;
	margin-bottom: 1.5em;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

.static div div {
	padding: 0;
	border: none;
}

.static h3, .about h3 {
	font: normal 1.6em helvetica;
	margin: 0 0 1em 0;
}

.static h4 {
	font: normal 1.4em helvetica;
	margin: .2 0 .4em 0;
	padding-bottom: .25em;
	color: #827855;
}

 .about h4 {
	margin: .25em 0 .25em 0;
	padding: 1em, 0, .25em, 0;
	font-weight: bold;
	font-size: 12px;
}

.static div p {
	margin: 0 0 1em 0;
}

.static p,
.static a,
.static li,
.static label {
	font: 12px helvetica;
	line-height: 1.5em;
	margin: 0 0 0 0;
}

.static div.citylinks {
  margin: 10px 0 10px 20px;
  background:none;
  padding:0;
}

.static ul {
	margin: 0 0 1.5em 0;
}

.static ol ul li,
.static ol li ul li,
.static ul li {
	margin-left: 3.25em;
	list-style-type: disc;
}
	
.static ol li {
	list-style-type: decimal;
	margin-left: 2em;
}	

.static li p {
	font-size: 1em;
}

.static strong {
	font-weight: bold;
}

/********************************************************Recent Styles
*********************************************************************/
.recent div.mini-card {
	padding: 1em 1em 1.5em 1em;
}

.recent div.mini-card p {
	padding-bottom: 0;
}

.recent div.mini-card img {
	border: 1px solid #c6bc9c;
	float: left;
	margin: .25em 1em 1em 0;
}

.recent div.mini-card h3 {
	margin: 0;
	font-size: 1.6em;
	color: #a8a082;
	font-weight: normal;
}

.recent a {
	font-weight: normal;
}
	
/*****************************************************Tag Cloud Styles
*********************************************************************/
div.tag_cloud {
	background: #fcfcf6;
	padding:2em;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	margin: 2em 0;
}

div.tag_cloud li {
	font-size: 12px;
	display: inline;
	line-height: 2.5em;
	margin: 0 10px 0 0;
}
	
.cloud1 { font-size: 1em; }
.cloud2 { font-size: 1.5em; }
.cloud3 { font-size: 1.75em; }
.cloud4 { font-size: 2em; }
.cloud5 { font-size: 2.25em; }
.cloud6 { font-size: 2.5em; }

a.cloud1 {
	color: #6996a7;
}

a.cloud2 {
	color: #5a889a;
}

a.cloud3 {
	color: #4b788a;
}

a.cloud4 {
	color: #3a687b;
}

a.cloud5 {
	color: #295465;
}

a.cloud6 {
	color: #1d4353;
}

div.tag-cloud a:hover {
	color: #d1c9a7;
}

/*********************************************Deal Destinations Styles
*********************************************************************/
#home div.deal_header
{
	margin-bottom: 15px;
	padding: 7px 0 7px 0;
	border-bottom: 1px solid #CCC;
}

#home div#top_ten_destinations
{
	background: #FFF;
	margin-top: 2em;
	padding-top: 0;
}

#home div.deal_header .title
{
	text-transform: uppercase;
	padding-left: 5px;
	font-size: 18px;
	font-weight: bold;
}

#home div#top_ten_destinations a
{
	font-size: 17px;
	font-weight: none;
}

div#top_ten_destinations div.left_column
{
	float: left;
	width: 300px;  
	padding: 0 5px 0 5px;
	background: inherit;
}

div#top_ten_destinations div.right_column
{
	float: right;
	width: 300px;  
	padding: 0 5px 0 5px;
}
 
#home div#top_ten_destinations .positive_savings_background
{
	padding: 2px 4px 2px 4px;
	color: #009900;		
	background: #E8F4E2;
	font-size: 14px;
}

#home div.hotel_top_destination
{
	margin-bottom: 10px;
}

#home div.hotel_top_destination img
{
	float: left;
	padding-right: 7px;
	padding-bottom: 30px;
}

#home div.hotel_top_destination .num_deals
{
	font-size: 13px;
}


div.destinations_list {
	padding: 1em 0;
}

div.destinations_list div.first_column {
	float: left;
}

div.destinations_list div.second_column {
	margin-left: 377px;
}

#home div#top_ten_destinations div.second_column {
	margin-left: 310px;
}

div.destinations_list a {
	font-weight: normal;
}

div.destinations_list ul {
	list-style: none;
}

div.destinations_list li {
	line-height: 1em;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
}	

li.destination_level2,
li.destination_level3,
li.destination_level4,
li.destination_level5 {
	padding-left: 20px;
}

div.destinations_list li.destination_level1 {
	margin-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2em;
	padding-bottom: 5px;
}

div.destinations_list li.destination_level1 a {
	font-weight: bold;
}

li.destination_level5 { 
	padding-left: 1em; 
	background: #fcfcf6 url(/images/bullet_left-arrow.png) 60px 15px no-repeat;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	margin-bottom: -17px;
}

li.destination_level4 { 
	padding: 1em 0 1em 55px;
	background: #fcfcf6 url(/images/bullet_left-arrow.png) 45px 15px no-repeat;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	margin-bottom: -17px;
}

li.destination_level3 {
	padding: 1em 0 1em 45px; 
	background: #fcfcf6 url(/images/bullet_left-arrow.png) 30px 15px no-repeat;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	margin-bottom: -17px;	
}

li.destination_level2 { 
	padding: 1em 0 1em 30px;
	background: #fcfcf6 url(/images/bullet_left-arrow.png) 15px 15px no-repeat; 
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	margin-bottom: -17px;}
	
div.destinations_list li.destination_level0 { 
	font-size: 2em;
	color: #555; 
	padding-bottom: 0px;
	margin-top: 15px;
}

div.destinations_list li.destination_level0 a {
	font-weight: normal;
} 

div.hotels_list {
	margin: 2em 0;
}

div.hotels_list a {
	font-weight: normal;
}

div.hotels_list ul li {
	float: left;
	width: 28em;
	margin: .5em 2em 0 0;
	font-size: 12px;
}

li.destination_level2numbered {
	padding-left:15px;
  padding-right:0 !important;
  font-size: 18px !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}

li.destination_level2numbered a {
  font-size: 18px !important;
}

li.top_ten_list {
	padding-top: 0;
	padding-bottom: 0;
}

ul#root_locations_list li {
  display: inline;
  margin-right: 10px;
}

/*********************************************Styles for new mini-card
*********************************************************************/
p.hotel-site {
	float: right;
	width: 205px;
}

div.mini-card {
	background:#FBFBF6;
	padding:1em 1em 0 1em;
	margin-top: .5em;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border: 1px solid #e4dec6;
}

div.mini-card:hover {
	border: 1px solid #00ff00;
}
div.location_hotel_group div.mini-card:hover {
	border: 1px solid #e4dec6;
}

div.mini-card p.name {
	line-height: 1.5em;
}

div.mini-card p {
	font-size: 1.2em;
}

div.mini-card.expired {
	background: #edebe2;
	color: #666;
}

div.mini-card.expired span.price a {
	color: #666;
}

div.mini_deal_card div.right {
	float: right;
	width: 190px;
	padding-top: 2px;
}

div.right span.price {
	font-size: 1.9em;
	font-weight: bold;
}

span.from_price {
	font-weight: normal;
	font-size: 1.6em!important;
}

div.right p.savings {
  margin-top: .3em;
}

div.right span.site {
	font-size: 1.2em;
}

.savings span.deal_analyzer {
	font-size: 1.2em;
}

span.reg_price {
	font-size: 1.2em;
	color: #666;
}

span.positive_savings_background {
	color: #009900;
	font-size: 12px;	
}

span.negative_savings_background {
	color: #a11010;
}

div.favorite_deal {
	background: #D7EAFF;
}

div a.create_favorite_button:hover {
	background-position: 0 -16px;
}

div a.remove_favorite_button {
	background-position: 0 -16px;
}

div a.remove_favorite_button:hover {
	background-position: 0 0px;
}

div.mini-card span.mini_card_favorite_link {
	opacity: 0.4;
	background: #f7f3e5;		/* set explicitly, so IE doesn't mess up the font */
}

span.mini_card_comment_link {
	opacity: 0.4;
	background: #f7f3e5;		/* set explicitly, so IE doesn't mess up the font */
}

a.mini_card_comment_link img {
	width: 16px;
	height: 16px;
	position: relative; 
	top: 2px;
}

div.mini-card p.name {
	font-size: 1.6em;
}

div.mini-card p.name a {
	font-weight: normal;
}

div.mini-card.hotel div.left p {
	margin-left: 70px;
}

div.mini-card.hotel p.hotel {
	margin: 0 0 0 70px;
}

div.mini-card.hotel img.hotel-thumb  {
	float: left;
	height: 50px;
	width: 50px;
	margin: 0 1em 0 0;
	border: 1px solid #e0dbc9;
	padding: 4px;
	background: #fff;
}

img.rating {
	float: right;
}

#similar_hotels div.right {
	width: 90px;
}

div#similar_hotels table {
	width: 100%;
	border: 1px solid #f7f3e5;
	margin-top: 7px;
}

div#similar_hotels tr {
	font-size: 12px;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #DDD;
}

div#similar_hotels td {
	padding: 5px 7px 5px 0;
	border-bottom: 1px solid #DDD;
}

.mini_card_footer {
	font-size: 1.2em;
	height: 30px;
	background: #f7f3e5;
	border-top: 1px solid #f1efe2;
	margin: 0 -10px 0 -10px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.mini_card_footer table {
  margin-left: 10px;
}

.mini_card_footer .sponsored_deal {
  color: #999;
}

.mini_card_footer .left_side {
  float:left;
  margin-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.mini_card_footer .right_side {
	width: 115px;
	float: left;
	padding-right: 5px;
}

.mini_card_footer .right_side_additional {
  float:right;
  margin-right: 10px;
  min-width: 190px;
	padding-top: 5px;
	padding-bottom: 8px;
}

.mini_card_footer div.view_details {
	margin-top: 5px;
	float: left;
}

.mini_card_dates_ends_msg {
  color: #990000;
}

a.get_deal_minicard_link {
  color: #ff9900;
}

/******************************************Styles for statistics panel
*********************************************************************/
div#statistics > table {
	width: 100%;
}

div#statistics td.value {
	font-size: 1.2em;
	text-align:right;
}

/**********************************************Styles for new homepage
*********************************************************************/
#home h1 {
	font-size: 2.5em;
}

#home h2 {
	color: #a8a082;
	font-size: 1.6em;
	margin: .25em 0 1em 0;
	line-height: 1.5em;
}

#home div#highlight_outer {	
	background: #6f94a6;
	border-top: 1px solid #b5c8d3;
	border-bottom: 1px solid #213e4d;
}

#home div#highlight_outer h1 {	
	color: #FFF;
	font-size: 2.5em;
}

#home div#highlight {
	margin: 0 auto;
	width: 96em;
	height: 26em;
}

#home div#dealbase_description {
	width: 290px;
	min-height: 10em;
	float: right;
	padding: 1em 0 2em 0;
	height: 22em;
}

#home div#dealbase_description h1 {
	color: #213e4d;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
}

#home div#dealbase_description h2 {
	color: #333;
	line-height: 1.5em;
	padding-right: 2em;
}

#home div#dealbase_description #features_list li{
	font-size: 16px;
	margin-top: 6px;
	color: #FFF;
	line-height: 22px;
	padding-left: 40px;
	padding-top: 7px;
	background-position: 0 1em;       
}

#home div#dealbase_description #features_list h2{
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 16px;      
}

#home div#dealbase_description #features_list .one {
	background-image: url('/images/home_bullet_1.png');
	background-repeat: no-repeat;
   	margin-top: 12px;
	padding-top: 0px;
    background-position: 0 .5em; 
}    

#home div#dealbase_description #features_list .two {
	background-image: url('/images/home_bullet_2.png'); 
	background-repeat: no-repeat;
}

#home div#dealbase_description #features_list .three {
	background-image: url('/images/home_bullet_3.png'); 
	background-repeat: no-repeat;
}

#home div#dealbase_description #features_list .four {
	background-image: url('/images/home_bullet_4.png'); 
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-bottom: 2px;
	background-position: 0 .71em;
}

#home div#main_search {
	width: 635px;
	float: left;
	height: 17.35em;
	background: #537382;
	margin-top: 5px;
}

#home div#main_search_inner {
	padding: 1em 1.5em;
}

#home div#main_search_inner p {
  font-size: 1.6em;
  line-height: 1.5em;
  margin-top: .5em;
}

#home div#main_search_inner p.search_title {
	font-size: 2.5em;
	color: #FFF;
}

#home div#content {
	width: 63em;
	float: left;
}

#home div#content h3,
#home div#popular_destinations_list h3 {
	font-size: 2em;
	margin: 1em 0 .5em 0;
}

#home div#popular_destinations_list h3 {
	margin: 0 0 1em 0;
}

#home div.pitch {
	width: 16em;
	float: left;
	padding: 2em;
	margin-right: 2em;
	background: #fcfbf8;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	height: 14em;
	margin-bottom: 2em;
}

#home div.pitch.last {
	margin-right: 0;
}

#home div.pitch p {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #666;
}

#home div#search {
	width: 600px;
}

#home div#search #omniscient_search {
	width: 480px; 
	height: 37px;
	font: normal 2em helvetica;
	padding: 18px 0 0 10px;
	background: #f6f5f2;
	color:#444;
	border: none;
	margin: 0px 0px 0px 0px;
	background: url('/images/home_search_bg.png');
}

#home div#submit2 {
	float: right;
}

#home div#submit2 #search_submit {
	width: 82px;
	height: 53px;
	background: url("/images/home_search_submit_blank.png");
	color: #FFF;
	border: none;
	margin: 1px 0 0 0;
	font-weight: bold;
	cursor: pointer;
}

#home div#search label {
	display: block;
	float: left;
	margin: 10px 10px 0 0;
	font-size: 3em;
	color: #254e18;
	font-weight: bold;
	width: 100px;
}

#home div#search input {
	width: 480px;
	font: normal 1.6em helvetica;
	padding: .25em;
	background: #f6f5f2;
	color:#444;
	border: 1px solid #fff;
	margin: .75em 0 0 0;
}

#home div#search p {
	color: #333;
	font-size: 1.2em;
	padding: 0;
	line-height: 1em;
	margin: 0;
}	
	
#home div#footer {
	width: auto;
}	

div.hot_deals {
	font-size: 16px;
	text-transform: uppercase;
	margin: 18px 0 5px;
	font-weight: bold;
}

div.alert_signup_link {
	background: #2f516c;
	margin-top: 5px;
	margin-bottom: -10px;
	padding: 4px 10px 4px 10px;
	-webkit-border-top-left-radius:     10px;
	-webkit-border-top-right-radius:    10px;
	-moz-border-radius-topleft:         10px;
	-moz-border-radius-topright:        10px;
	-webkit-border-bottom-left-radius:  10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft:      10px;
	-moz-border-radius-bottomright:     10px;
}

div.alert_signup_link a, div.alert_signup_link a:hover {
	color: #fff;
}

#home div.mini-card {
	background:#fafafa;
	padding:1em 1em 0 1em;
	margin-top: .5em;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border: 1px solid #c8c8c8;
	margin-bottom: 15px;
}

#home div.mini-card:hover {
	border: 1px solid #e5a13a;
}

#home div.mini-card p.name {
	line-height: 1.5em;
	font-size: 14px;
}

#home div.mini-card p {
	font-size: 1.2em;
}

#home div.mini_deal_card div.right {
	width: 145px!important;
}

#home div.mini_deal_card div.left {
	width: 450px;
}

	
/******************************Styles for hotels sitemaps links module
*********************************************************************/

#home div#hotels_sitemaps_links {
	margin: 0;
}

div#hotels_sitemaps_links p {
	font-size: 1.2em;
}

div#hotels_sitemaps_links a {
	font-weight: normal;
	line-height: 1em;
	padding: 0 .25em;
}

div#hotels_sitemaps_links a:hover {
	color: #326579;
}

/*********************************Styles for popular destinations list
*********************************************************************/


div#destination_list_outer {
	padding: 2em 0;
}

div#popular_destinations_list {
	margin: 2em auto;
	text-align: center; 
}

div#popular_destinations_list li a {
	font-weight: normal;
}

div#popular_destinations_list div {
	margin-right: 1em;
	width: 190px;
	float: left;
}

div#popular_destinations_list div.last {
	margin-right: 0;
	border: none;
}

div#popular_destinations_list p {
	margin: 0 .25em 0 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.5em;
	color: #a8a082;
	border-bottom: none;
}

div#popular_destinations_list li a:hover {
	color: #326579;
}

div#popular_destinations_list li {
	font-size: 11px;
	margin: .5em .25em .5em 0;
	padding: 0 0 .25em 0;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: capitalize;
}

div#popular_destinations_list ul {
	display: block;
	margin: 0 0 1em 0;
}

div#footer {
	margin: 0 auto;
}

div#footer p {
	font-size: 1.2em;
}
	
/***********************************************Styles for admin pages
*********************************************************************/
form.admin_delete_form input {
	width: 80px;
}
form.admin_delete_form input#user_email {
	width: 200px;
}


form.admin_delete_form label {
	display: inline;
}

div#hotel_delete_preview div.mini-card.hotel-info {
	margin-bottom: 1em;
}
	
div#hotel_delete_preview div.location_hotel_group {
	margin-top: -2em;
}
	
div#admin h2 {
	font-size: 1.6em;
	margin-top: .5em;
}

div#admin ul {
	margin-left: 1em;
	font-size: 1.2em;
}

div.report_links {
	float: right;
	margin-bottom: 2em;
}

span.ERROR {
	color: red;
}

span.WARNING {
	color: #FFEB00;
}

div.editable {
	display: inline;
}

div.no_percent_change_stat {
  padding-left: 18px;
}

div.positive_percent_change_stat {
  color: #33FF00;
  background: url(/images/green_up_arrow.gif) 0 0 no-repeat;
  padding-left: 18px;
}

div.negative_percent_change_stat {
  color: red;
  background: url(/images/red_down_arrow.gif) 0 0 no-repeat;
  padding-left: 18px;
}


/********************************* DealBase Search Widget Styles
*********************************************************************/

div#db_search_widget {
	background: #e1efde; /* #fbfbf6; */
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 5px 3px 5px;
	border:2px solid #bad9b3;
	overflow:hidden;
	min-height:110px;
}

div#db_search_widget.blue {
	color:#cfcfcf;
	background-color:#2F516C;
}

div#db_search_widget.blue_outline {
	border:4px solid #2F516C;
}

div#db_search_widget.green {
	background:#E0EFE0 none repeat scroll 0 0;
	border:4px solid #B5DFB5;
}

div#db_search_widget.green_outline {
	border:4px solid #009900;
}

div#db_search_widget img {
	display:none;
}

div#db_search_widget_header {
	padding: 2px 2px 5px 0;
	font-size: 1.6em;
}

div#db_search_widget div.left {
	display:inline;
	float:left;
	margin-right:10px;
  width: 280px;
}

div#db_search_widget div.right {
	float:right;
	display:inline;
	width:330px;
	padding-top: 6px;
}

div#db_search_widget label {
	font-size:12px;
	padding:0.5em 0 0.5em;
	display:block;
}

div#db_search_widget li {
	float:left;
	width:110px;
}

div#db_search_widget li.hotelplanner-searchoption {
	display: none;
	width: auto;
}

div#db_search_widget li label {
	float:left;
	padding:0.5em 0 0.4em;
}

div#db_search_widget div.button_group {
	float: right; 
	text-align: right;
	padding-top: 15px;
	width: 95px;
}

div#db_search_widget button {
	display:block;
}

div#db_search_widget input#hotelCheckin, div#db_search_widget input#hotelCheckout,
div#db_search_widget #hotelCheckin_label, div#db_search_widget #hotelCheckout_label {
	width:75px;
}

div#db_search_widget #rooms_label, div#db_search_widget #guests_label {
	width:40px;
}

div#db_search_widget label.inline {
	display: inline;
}

div#db_search_widget div.form_destination {
	margin-top: 10px;
	padding-bottom: 3px;
}


div#db_search_widget input#citySearch {
	width:250px;
	display: inline;
}

div#db_search_widget div.form_details .col1 {
	display:inline;
	float:left;
	width:77px;
}

div#db_search_widget div.form_details .col2 {
	display:inline;
	float:left;
	width:40px;
}

div#db_search_widget div.form_details {
	margin-bottom: 10px;
}

button.orange_button {
	cursor: pointer;
	background: #ff9900;
	padding: .5em .45em;
	border: 1px solid #ff6600;
	-webkit-border-bottom-left-radius:  3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft:      3px;
	-moz-border-radius-bottomright:     3px;
	-webkit-border-top-left-radius:     3px;
	-webkit-border-top-right-radius:    3px;
	-moz-border-radius-topleft:         3px;
	-moz-border-radius-topright:        3px;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	margin: 0;
}

div#db_search_widget p#show_hidden_meta {
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	color: #326579;
	padding-top: 13px;
	font-size: 10px;
}

div#db_search_widget li.meta_hidden {
	display: none;
}

/***********************************************Styles sidebar toolbox
*********************************************************************/
div#sidebar div#toolbox {
	font-size: 1.2em;
}

div#sidebar div#toolbox div {
	line-height: 1.5em;
}

/******************************Styles for homepage In the News section
*********************************************************************/

div#in_the_news {
	margin-top: 2em;
	text-align: center;
} 


div#in_the_news div#news_logos {
	margin-top: 5px;
	padding: 10px;
	float: left;
}

div#news_logos .align_right {
	float: right;
	text-align: right;
	font-size: 16px;
	margin-top: 14px;
}

div#in_the_news div#news_quotes {
	float: right;
	font-size: 1.4em;
	width: 520px;
}

div#in_the_news div#news_quotes p {
	line-height: 180%;
}


/*******************************Styles for homepage Why Better section
*********************************************************************/

div#why_better {
	margin-top: 1em;
}

div#why_better table {
	width: 100%;
}

div#why_better table td {
	font-size: 12px;
	padding: 5px 0 5px 5px;
}

div#why_better table thead td {
	font-weight: bold;
	vertical-align:top;
  background: #537382;
	text-transform: uppercase;
	color:#FFF;
}

div#why_better table td.row_name{
	padding: 5px 0 5px 5px;
	font-weight: bold;
}

div#why_better table td.col_name{
	padding: 10px 0 10px 5px;
	font-weight: bold;
}

div#why_better table td.no_col_name{
	background: none;
	border-bottom: 1px solid #DDD;
}

div#why_better table tbody td {
	border: 1px solid #DDD;
}

div#why_better table td p.bold {
	font-weight: bold;
	font-size: 1.2em;
}

div#why_better table tr.zebra_1 {
	background: #ebf5fd;
}

div#why_better table tr.zebra_2 {
	background: #fdfde6;
}

/***********************************************Styles for clear fixes
*********************************************************************/

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/***********************************************Styles for Alerts form
*********************************************************************/

div#alert_form {
  margin-bottom: 30px;
}

div#alert_form div.form input,
div#alert_form div.form table td input,
div#alert_form div.form textarea {
	border: 1px solid #ded5b8;
	background: #f5f5e9;
	padding: .25em;
	font: 1.2em helvetica;
	width: auto;
	margin: 0 .5em .75em 0;
}

div#alert_form div.section_heading label {
  font: bold 1.6em helvetica;
}
div#alert_form div.section_heading p {
  font: bold 1.3em helvetica;
}

div#alert_form div#preset_locations {
  margin-top: 1em;
}

div#alert_form div#alert_locations p label {
  font: bold 1.4em helvetica;
}
div#alert_form div#alert_locations p {
  margin-top: .5em;
}

div#alert_form div.location input[type=checkbox] {
  display: inline;
  margin-bottom: .5em;
  margin-right: .5em;
}

div#alert_form div.location label {
	font-weight: bold;
  font-size: 1.4em;
}

div#alert_form div.left_column {
  float: left;
  width: 150px;
}

div#alert_form div.right_column {
  margin-left: 150px;
}

div#sidebar div#alert_preferences ul#destinations li {
  margin-left: 1em;
}

div.existing_alerts_message {
  float: right;
  font: bold 1.4em helvetica;
}

div#unsubscribe_prefs_link {
  float: right;
  font-size: 1.2em;
}

div#alert_form p.heading {
	color: #444;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: none;
	margin-top: 8px;
	margin-bottom: 5px;
}

div#alert_form p.helper_text {
	color: #444;
	font-size: 1.2em;
	padding-bottom: .5em;
}

div#alert_form span.tip {
  padding-left: 50px;
	font-size: 1.1em;
}

p#alert_disclaimer {
  margin-top: 3em;
}

div#alert_confirmation {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.4em;
}

div#schedule_setting label {
  font-size: 1.2em;
  display: inline;
}

div#alert_form div.form input.submit {
  font-size: 1.4em;
  font-weight: bold;
  background-color: white;
  padding-left: 1em;
  padding-right: 1em;
}

div#alert_locations_list {
  float: left;
}

div#complete_account_banner {
  margin-bottom: 10px;
  background-color: #F9F6B4;
  border: 1px solid #ded5b8;
  padding: 8px;
}

div#complete_account_banner p {
  text-align: center;
  font-size: 1.5em;
/*  font-weight: bold;*/
}

/********************************** Home page alert signup box styles
********************************************************************/

#home div#sidebar div#alerts_signup {
	background: url('/images/home_email_alert_bg.png');
	color: #fff;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 15px 10px;
	border: 1px solid #c9c8c8;
}

#home div#sidebar div#alerts_signup p {
	color: #515151;
	font-size: 2.0em;
	font-weight: normal;
	text-align: left;
	border: none;
	margin: 0;
	padding: 0;
}

#home div#alerts_signup div.center {
  text-align: center;
  margin: 0;
}  

#home div#alerts_signup div.right {
  text-align: right;
  margin: 0;
}

#home div#alerts_signup #user_email {
  margin-top: 6px;
  margin-bottom: 12px;
  text-align: left;
  font-size: 1.6em;
  width: 260px;
  height: 30px;
  border: 1px solid #c9c8c8;
  padding: 5px 0 0px 4px;
}

#home #alert_submit {
	background: #ff9900;
	width: 133px;
	height: 32px;
	border: none;
	background: url('/images/home_pill_button.png');
	font-size: 12px;
	color: #326579;
	font-weight: bold;
	padding: 0 6px 1px 0;
}

div#main_content_left {
	margin-right: 220px;
}	
div#sidebar-outer-right {
	width: 200px;
	float: right;
	margin-bottom: 30px;
}

h1#alert_signup_heading {
	color: #698d99;
	font-size: 27px;
	font-weight: bold;
}

span.alert_signup_sub_heading {
	color: #777;
	font-size: 20px;
}

div.banner div#login_link {
  float: right;
  padding-right: 26px;
  font-size: 1.4em;
}

#alert_email_only_form {
	background: #FFF;
	padding: 15px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#alert_email_only_form label {
	font-size: 22px;
	color: #FFF;
	font-weight: normal;
	margin: 0;
}

#alert_email_only_form p {
	font-size: 11px;
	color: #FFF;
}

#alert_email_only_form #alert_submit {
	background: #ff9900;
	width: 199px;
	height: 34px;
	border: none;
	background: url('/images/alerts_new_signup.jpg');
	font-size: 15px;
	font-weight: normal;
	color: #777;
	font-style: italic;
	padding: 0px 6px 1px 5px;
	float: none;
	margin: 0 0 3px 0;
	cursor: pointer;
	text-align: left;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}

#alert_email_only_form #user_email {
	display: inline;
	background: #FFF;
	border: 1px solid #CCC;
	width: 450px;
	padding: 8px 5px 7px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#alert_email_only_form div.field-grouping {
	background: #769897;
	padding: 15px;
	margin: 1.5em 0 1em 0;
	overflow: auto;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#alert_email_only_form span.alert_marketing_text {
	color: #668790;
	font-size: 22px;
}

/*************************************Sidebar Marketing Message Styles
*********************************************************************/
.marketing_message {
  -x-system-font:none;
  font-family:helvetica;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background: #FFF;
	padding: 7px;
}

.marketing_message .title {
  -x-system-font:none;
  font-family:helvetica;
  font-size:1.6em;
  font-weight:bold;
	color: #861318;
	font-size: 18px;
	margin: 15px 0 10px 0;
}

.marketing_message li {
  font-size:13px;
	list-style-type: decimal;
  margin:0 0 5px 20px;
	color: #404040;
}

.marketing_message a {
  font-size:1.4em;
  margin:5px 20px;
}

/********************************************************Modal Styles
*********************************************************************/
.screen {
  background-color:#222222;
  position:absolute;
  top:0;
  left:0;
  right:0;
  width:100%;
  min-width:960px;
  z-index:2;
  opacity:0.4;
  filter:alpha(opacity=40);
}

.modal_box {
  -moz-border-radius:4px;
  -moz-box-shadow:0 0 10px #333333;
  -webkit-border-radius:4px;
  -webkit-box-shadow:0 0 10px #333333;
  display:none;
  margin:0 auto;
  position:fixed;
  top:0px;
  width:375px;
  z-index:3;
  font-size:1.4em;
	padding: 15px
}

.dark_modal {
  background-color:#FFF;
  border: 4px solid #bad9b3;
}

.modal_box img {
  width:100%;
  height:auto;
}

.modal_box .close_button {
  position:absolute;
  right:1px;
  top:1px;
  width:15px;
  height:15px;
  cursor:pointer;
  background:transparent url(/images/modal_close.png) no-repeat 0 0;
}

.modal_box .title {
  font-weight:bold;
  margin-bottom:8px;
	font-size: 15px;
}

.modal_content {
  display:none;
	font-size: 12px;
}

div#modal_search_desc {
	padding: 5px 5px 10px 0px;
	font-size: 12px;
	margin-bottom: 10px;
	border-bottom: 2px solid #bad9b3;
}

.modal_search_content {
	padding: 5px 5px 0px 0px;
	font-size: 12px;
}

div.site_to_search {
	width: 200px;
	margin: 0px 0 15px 5px;
}

div.site_to_search span {
	cursor: pointer;
	color: #326579;
	padding: 20px 0 0 7px;
	font-size: 12px;
	margin-top: 5px;
}

div.site_to_search span.completed {
	cursor: pointer;
	padding: 0px 0 0 7px;
	font-size: 12px;
	color: #818181;
}

button.modal_orange_button {
	cursor: pointer;
	background: #ff9900;
	padding: .25em .2em;
	border: 1px solid #ff6600;
	-webkit-border-bottom-left-radius:  3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft:      3px;
	-moz-border-radius-bottomright:     3px;
	-webkit-border-top-left-radius:     3px;
	-webkit-border-top-right-radius:    3px;
	-moz-border-radius-topleft:         3px;
	-moz-border-radius-topright:        3px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	width: 100px;
	float: left;
}

button.modal_grey_button {
	background: #EEE;
	padding: .25em .2em;
	border: 1px solid #DDD;
	-webkit-border-bottom-left-radius:  3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft:      3px;
	-moz-border-radius-bottomright:     3px;
	-webkit-border-top-left-radius:     3px;
	-webkit-border-top-right-radius:    3px;
	-moz-border-radius-topleft:         3px;
	-moz-border-radius-topright:        3px;
	font-weight: bold;
	font-size: 12px;
	color: #818181;
	width: 100px;
	float: left;
}

/* STYLES FOR LIGHTBOX - Originally from http://bitbonsai.com/facybox/ */

#facybox {
	position: absolute;
	top: 0;
	left: 0;
	margin: -20px 0 0 -20px;
	z-index: 100;
	text-align: left;
	padding: 18px;
	min-height: 40px;
}
#facybox .w,  #facybox .e, #facybox  .nw,
#facybox .ne, #facybox .sw, #facybox .se {
	min-height: 18px;
	min-width: 13px;
}
#facybox .n, #facybox .s {
	background-repeat: repeat-x;
	height: 18px;
}
#facybox .w, #facybox .e {
	background-repeat: repeat-y;
}

#facybox .nw, #facybox .ne, #facybox .sw, #facybox .se,
#facybox a.next, #facybox a.prev,
#facybox .closek #facybox .loading {
	background-repeat: no-repeat;
}

#facybox a.next {
  background-position: 9999px 50%;
}

#facybox a.prev {
  background-position: -9999px 50%;
}
#facybox a.prev:hover{
	background-position: 0 50%;
}
#facybox a.next:hover{
	background-position: 100% 50%;
}

#facybox .close {
	position: absolute;
	top: 5px;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
}

#facybox .prev,
#facybox .next{
	display: block;
	position: absolute;
	cursor: pointer;
}

#facybox .navigation .counter{
	background: #000;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: -33px;
	left: -10px;
	padding: 2px 0;
	font-size: 11px;
}

#facybox .loading {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  text-align: center;
}

#facybox .popup {
  position: relative;
}

#facybox table {
  border-collapse: collapse;
}

#facybox td {
  border-bottom: 0;
  padding: 0;
}

#facybox .body {
  background: #FFF;
  width: auto;
  margin: 0;
}

#facybox .loading {
  text-align: center;
}

#facybox .image {
  text-align: center;
  line-height: 0;
}

#facybox img {
  border: 0;
  margin: 0;
}

#facybox .footer {
	position: absolute;
	top: 28px;
	left: 23px;
	padding: 0;
	width: 90%;
}

#facybox .footer img {
  vertical-align: middle;
}

#facybox .tl, #facybox .tr, #facybox .bl, #facybox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facybox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.facybox_hide {
  z-index:-100;
}

.facybox_overlayBG {
  background-color: #000;
  z-index: 99;
}

#facybox .n       { background-image: url('/images/fancy_shadow_n.png');  }               
#facybox .s       { background-image: url('/images/fancy_shadow_s.png');  }
#facybox .w       { background-image: url('/images/fancy_shadow_w.png');  }
#facybox .e       { background-image: url('/images/fancy_shadow_e.png');  }
#facybox .nw      { background-image: url('/images/fancy_shadow_nw.png'); }
#facybox .ne      { background-image: url('/images/fancy_shadow_ne.png'); }
#facybox .sw      { background-image: url('/images/fancy_shadow_sw.png'); }
#facybox .se      { background-image: url('/images/fancy_shadow_se.png'); }
#facybox a.next   { background-image: url('/images/fancy_right.png');     }
#facybox a.prev   { background-image: url('/images/fancy_left.png');      }
#facybox .close   { background-image: url('/images/fancy_closebox.png');  }
#facybox .loading { background-image: url('/images/loading.gif');         }

/* DEALBASE SPECIFIC */

div#facybox .header {
	background: #406c87;
	padding: 12px;
	color: #FFF;
	font-size: 14px;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	margin: 0;
}

div#facybox .body_text {
	padding: 15px;
	font-size: 14px;
	line-height: 15px;
	width: 400px;
}

div#facybox h3 {
	color: #444;
	font-size: 16px;
	font-weight: bold;
}

div#facybox label {
	font-size: 14px;
	display: block;
	font-weight: bold;
	padding-bottom: 2px;
}

div#facybox input {
	width: 205px;
	display: block;
	margin: 0px 0 10px 0;
}

div#facybox input.email {
	float: left;
}

div#facybox textarea, div#facybox input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 4px;
}

div#facybox .submit
{
	width: 160px;
	background: #ff9928;
	padding: 5px;
	color: #FFF;
	border: 1px solid #ff6620;
	float: right;
	display: inline;
	font-size: 12px;
}

div#facybox #share_this_submit {
	width: 70px;
}

div#facybox .content
{
	margin-top: 0;
	margin-bottom: 35px;
}

div#facybox #check_rates {
	font-size: 14px;
	line-height: 15px;
	height: 300px;
}

div#facybox li {
	list-style-type: decimal;
	margin-left: 1.5em;
}

div#facybox ol {
	margin: 10px 0 10px 0;
}

div#facybox p {
	padding: 5px 0 5px 0;
}

div#facybox p.valid_email_error {
	color: red;
	font-weight: bold;
}

div.grey_bg {
	background: #EEE;
	border: 1px solid #DDD;
	padding: 5px;
}

div#location_map {
  display: none;
  width:380px;
  height:250px;
  float:right;
  margin-top: 1.5em;
  border: 10px solid #e4dec6;
	-webkit-border-bottom-left-radius:  10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft:      10px;
	-moz-border-radius-bottomright:     10px;
	-webkit-border-top-left-radius:     10px;
	-webkit-border-top-right-radius:    10px;
	-moz-border-radius-topleft:         10px;
	-moz-border-radius-topright:        10px;
}

.map_info_window_title {
  font-weight: bold;
  font-size: 1.2em;
}

/****************************************** OneTime Check Rates Widget
** see also otbookingbox.css for styles for the resulting iFrame that
** gets launched by the widget.
*********************************************************************/

div.onetime_check_rates {
  width: 174px;
	background-color:#E4DEC6;
  font-size:1.4em;
  padding:0.7em 0;
  text-align:center;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border: none;
}

div.banner div.onetime_check_rates {
  float:right;
  margin-top: .5em;
}

div.onetime_check_rates div {
	text-align: center;
	margin-bottom: 10px;
}

div.onetime_check_rates .source, div.banner div.onetime_check_rates .title {
	font-size: 12px;
}

div.onetime_check_rates div span.price {
  font-size:1.4em;
  font-weight: bold;
  text-shadow: 0 0 10px #cfcfcf;
}

div.onetime_check_rates button {
	cursor: pointer;
	background:#DB4105;
  color:#FFF;
  font-size:15px;
  padding:0.2em 0.3em;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}

/* DEAL PAGE EDITS */

div#get_this_deal {
	margin-top: 8px;
	border: 1px solid #DDD;
	background: #EEE;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

div#get_this_deal p.savings {
	font-size: 12px;
}

div#get_this_deal a:hover {
	text-decoration: none;
	border-bottom: 1px solid #DDD;
}

div#get_this_deal_top {
	padding: 9px 7px 0px 13px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

div#get_this_deal_bottom {
	background: #EEE;
	padding: 0px 13px 13px 13px;
}

div#check_rates_deal {
	background: #e8f4e2;
	padding: 15px;
	border: 1px solid #119f10;
	float: right;
}

button#show_check_rates {
	cursor: pointer;
	background:#DB4105 none repeat scroll 0 0;
  color:#FFF;
  font-size:15px;
  padding:0.2em 0.3em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.center {
	text-align: center;
}

h1.deal_title {
	font-size: 1.5em!important;
	font-weight: bold;
}

h2.deal_sub_title {
	font-size: 1.2em;
	color: #CCC;
	margin-bottom: 10px;
	color: #a59d7c;
}

textarea#comment_comment {
	width: 300px!important;
}

div#deal_analyzer_header_image {
	height: 21px;
	float: left;
	z-index: 100;
}

div#deal_analyzer_header {
	background: #EEE;
	width: 500px;
	padding: 7px;
	margin: 10px 0 10px 0;
	float: left;
	position: relative;
	left: -20;
	z-index: 10;
}

div.info_header {
	font-size: 13px;
	font-weight: bold;
	width: 695px;
	padding: 7px;
	background: #EEEEEE;
	margin: 20px 0 10px 0;
}

div.info_header_analyzer {
	background: #EEE url(/images/tag_graphic_small.png) no-repeat;
	font-size: 13px;
	font-weight: bold;
	width: 670px;
	padding: 7px 7px 7px 30px;
	margin: 5px 0px 10px 0;
}

div.hotel_info div#picture {
	float: left;
	padding: 3px 1em 0 0;
	margin-bottom: 15px;
}	

div.hotel_info, div.flight_deal_info {
	padding: .5em 0 0 0;
	margin: 0;
	font-size: 12px;
}	

div.hotel_info span.label, div.flight_deal_info span.label {
	font-weight: bold;
	font-size: 12px;
}

div.hotel_info ul, div.flight_deal_info ul {
	margin: 0;
}

div.hotel_info li, div.flight_deal_info li {
	list-style-type: none;
	margin: 0;
	font-size: 12px;
}

div.deal_content {
	font-size: 11px;
}

div.flight_deal_info div.expired_deal_text {
  width: 280px;
}

div.expired_deal_text {
	background: #EEE;
	padding: 5px;
	border: 1px solid #CCC;
	width: 505px;
	font-size: 13px;
	margin: 15px 0 5px 0;
	line-height: 18px;
	float: right;
}

div#get_this_deal span.from_price {
	font-weight: normal;
	font-size: 1.3em!important;
}

div#get_this_deal span.price {
	font-weight: bold;
	font-size: 1.4em!important;
}

div#get_this_deal p.book_deal_button a {
	background: #ff9900;
	padding: .5em 1em!important;
	border: 1px solid #ff6600;
	-webkit-border-bottom-left-radius:  3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft:      3px;
	-moz-border-radius-bottomright:     3px;
	-webkit-border-top-left-radius:     3px;
	-webkit-border-top-right-radius:    3px;
	-moz-border-radius-topleft:         3px;
	-moz-border-radius-topright:        3px;
	font-weight: bold;
	font-size: 1.1em!important;
	color: #fff;
}

div#get_this_deal p.book_deal_button {
	float: none;
	margin-top: 1em;
	font-size: 1.1em!important;
	text-align: center;
}

/* ABOUT PAGE STYLES */

.about div.white {
	padding: 1.5em;
	background: #FFF;
	margin-bottom: 1.5em;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

.about div.white_help {
	padding: 1.5em;
	background: #FFF;
	margin-bottom: 1.5em;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

.about img.headshot {
	float: left;
	margin: 0 7px 7px 0;
}

.about p,
.about a,
.about li,
.about label {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}

.about strong {
	font-weight: bold;
}

.about em {
	font-style: italic;
}

.about li {
	list-style-type: disc;
	margin-left: 1.5em;
}

.about ul {
	margin: 10px 0 10px 0;
}

.about div.white_help p {
	padding: 8px 0 8px 0;
}

/************ FLIGHT STYLES ***********/

div#flights_white_rounded {
	width: 100%;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background: #FFF;
}

div#flights_white_rounded_interior {
	padding: 15px;
}

div#flights_white_rounded_interior h2{
	font-size: 13px;
}

div#sample_fare_type label, div#sample_fare_type input {
  display: inline;
  font-weight: normal;
  width: auto;
}

div#flight_deals table {
	width: 100%;
	margin-top: 7px;
}

div#flight_deals tr {
	font-size: 12px;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #DDD;
}

div#flight_deals tr.zebra0 {
	background: #ebf5fd;
}

div#flight_deals th {
	font-weight: bold;
	vertical-align:middle;
  background: #537382;
	text-transform: uppercase;
	color:#FFF;
	padding: 5px 0 5px 8px;
}

div#flight_deals td {
	padding: 5px 7px 5px 8px;
	border-bottom: 1px solid #DDD;
	vertical-align: top;
}

div#flight_deals td.vertical_align {
	vertical-align: middle;
}

div#flights_metasearch {
	background: #e1efde; /* #fbfbf6; */
	padding: 20px 15px;
	border:1px solid #bad9b3;
	font-size: 14px;
	margin: 10px 0;
}

div#fares td.rate input {
  width: 50px;
}

div#fares td.delete input {
  width: 30px;
}

div#fares td input {
  width: 220px;
  font-size: 1em;
}

div.top_airports_list {
  margin-top: 10px;
  font-size: 1.2em; 
}

.top_airports_heading {
  font-size: 1.4em;
  margin-bottom: 10px;
}

span.flight_price {
	font-size: 17px;
}

.no_flight_fares_message {
  font-size: 1.4em;
  font-weight: bold;
}

.expired_flight_fares_heading {
  font-size: 1.2em;
  font-weight: bold;
}

/*********** Admin Home Page styles ************/

#home_page_featured_deals_form table td {
  border: none;
}

#home_page_featured_deals_form li {
  margin-bottom: 5px;
}

#home_page_featured_deals_form table .drag_icon_column {
  width: 16px;
}

#home_page_featured_deals_form table .deal_id_column {
  width: 60px;
}


/** SHARE THIS WIDGET **/

a.share_on_twitter {
	padding: 2px 0 2px 25px;
	background: url(/images/button_social_twitter.png) no-repeat;
	margin-right: 10px;
	font-weight: normal;
}

a.share_on_facebook {
	padding: 2px 0 2px 25px;
	background: url(/images/button_social_facebook.png) no-repeat;
	margin-right: 10px;
	font-weight: normal;
}

a#share_this_email_button {
	padding: 2px 0 2px 25px;
	background: url(/images/button_social_email.png) no-repeat;
	font-weight: normal;
}

span.share_this_deal_text {
	font-weight: normal;
	float: right;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.star-rating:after{content:'.';display:block;height:0;width:0;visibility:hidden}  /* We (DealBase) added this */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/images/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/images/rating_star.png) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:1 solid #FF0000}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */


/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(/images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(/images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(/images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(/images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(/images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}


/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


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

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=helvetica,Verdana,Arial,sans-serif&fwDefault=bold&fsDefault=12px&cornerRadius=4px&bgColorHeader=f2edda&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=ded5b8&fcHeader=86784b&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=100&borderColorContent=ded5b8&fcContent=86784b&iconColorContent=222222&bgColorDefault=f2edda&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=ded5b8&fcDefault=333&iconColorDefault=888888&bgColorHover=a6bcc6&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=ded5b8&fcHover=212121&iconColorHover=454545&bgColorActive=f2edda&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=f2edda&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*
* Changes for DealBase: all image references changed to absolute path (/images instead of images).
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: helvetica,Verdana,Arial,sans-serif; font-size: 12px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: helvetica,Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #ded5b8; background: #ffffff url(/images/ui-bg_flat_100_ffffff_40x100.png) 50% 50% repeat-x; color: #86784b; }
.ui-widget-content a { color: #86784b; }
.ui-widget-header { border: 1px solid #ded5b8; background: #f2edda url(/images/ui-bg_highlight-soft_75_f2edda_1x100.png) 50% 50% repeat-x; color: #86784b; font-weight: bold; }
.ui-widget-header a { color: #86784b; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #ded5b8; background: #f2edda url(/images/ui-bg_glass_75_f2edda_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #333; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #333; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #ded5b8; background: #a6bcc6 url(/images/ui-bg_glass_75_a6bcc6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #212121; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #f2edda url(/images/ui-bg_glass_65_f2edda_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #f2edda url(/images/ui-bg_glass_55_f2edda_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

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

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
/* Slider
----------------------------------*/
/* cbailey 10Sep2009: various CSS tweaked here to get the slider look & feel we want: originals in comment blocks */
/*.ui-slider { position: relative; text-align: left; }*/
.ui-slider { position: relative; text-align: left; background-image: url(/images/slider-background.png); background-repeat: no-repeat; background-position: center center; }
/*.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }*/
.ui-slider .ui-slider-handle { border: 0; position: absolute; z-index: 2; width: 12px; height: 23px; cursor: default; background-image: url(/images/slider-handle.gif); }
/*.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }*/
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; opacity: 0.3; filter: alpha(opacity=30); }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #9d0707;
	font: normal 1.6em helvetica;
	margin-bottom: 1em;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;}

.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#TB_window img#TB_Image {
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	display: none;
}

#TB_caption{
	padding: 10px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	display:none;		/* Added by cbailey */
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
