@charset "utf-8";
/* CSS Document */

/* General reset */
a {color:#008E46; text-decoration: none;}
a:hover{  text-decoration: underline;}
a:focus {outline:none;}
img {border:none;}
input,
select,
textarea {
	font:15px/15px Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,
fieldset {
	margin:0;
	padding:0;
	border:none;
}
/* wrapper */
#wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}


p, li, .txt-area, .display-left{
	font-size: 12px;
}
/* header */
.header-area {
	position:absolute;
	left:0;
	top:0;
	height:155px;
	width:100%;
	background:#fff url(../images/bg-header-repeat.gif) repeat-x 0 100%;
	z-index: 999;
}
.inner .header-area {
	height:175px;
	}
#header {
	margin:0 auto;
	width:990px;
	/*overflow:hidden;*/
	overflow:visible;
	padding:20px 4px 0 2px;
	position:relative;
	z-index:10;
}
/* top-area */
#header .top-area {
	width:100%;
	position:relative;
	z-index:10;
/*	overflow:hidden;*/
}
/* logo */
.logo {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:20px 0 0;
	background:url(../images/logo.gif) no-repeat;
}
.logo a {
	display:block;
	width:195px;
	height:62px;
}
/* slogan */
.slogan {
	float:left;
	margin:36px 10px 0 9px;
	display:inline;
/*	word-spacing:4px;*/
	color:#777;
	font-size:17px;
}
.slogan a {color:#777;}
/* menu */
.menu {
	display:inline;
	padding:0;
	list-style:none;
	position: absolute;
	right: 0;
	top: 28px;
	overflow:hidden;
	font-size:11px;
}
.menu li {
	float:left;
	padding:0 8px;
	margin-left: -2px;
	display:inline;
	background:url(../images/separator.gif) no-repeat 0 50%;
	text-align: right;
}
	
.menu a {color:#555;}

.menu li a img{
	display:block;}
	
/* main navigation */
.nav-area {
	width:795px;
	height:22px;
	position:absolute;
	top:60px;
	right:0px;
	overflow:visible;
	background:url(../images/bg-nav-area.gif) repeat-x;
}
#nav {
	margin:0;
	padding:4px 0 0 0;
	list-style:none;
	width:100%;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	height:18px;
	background:url(../images/bg-nav.gif) no-repeat 100% 0;
	position:relative;
	z-index:35;
}
#nav li {
	display:inline;
	height:22px;
	padding:0;
	padding:0 5px 0 16px;
}
	
#nav li ul{
	display:none; }
	
#nav li ul　li{
	position:relative;
	z-index:50;
	line-height:18px;
	width:auto;
	height:18px;
	padding:0;
	margin:0;
	display:block;}
	
#nav li:hover ul{ 
	display:block;
	width:220px;
	height:auto;
	position:absolute; 
	top:23px; 
	left:12px;
	background: url(../images/dropmenu-bkg-body.png) no-repeat left bottom;
	padding:0px;
	margin:0;
	z-index:500;
	}
	
#nav li:hover ul li{
	height:23px;
	line-height:23px;
	display:block;
	padding:0;
	margin:3px;
	border-bottom:1px dotted #495413;}
	
#nav li:hover ul li.menu-top, #nav li#menu-top{
	width:220px;
	height:3px;
	line-height:3px;
	margin:0;
	padding:0;
	background: url(../images/dropmenu-bkg-top.jpg) no-repeat;
	border:none;
	*margin-top:-10px;
	*overflow:hidden;}
	
#nav li:hover ul li.last{
	border-bottom:none;
	padding-bottom:5px;}
	
#nav li:hover ul li a{
	color:#fff;
	display:block;
	line-height:23px;
	height:23px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-align:left; 
	display:block;
	padding:0 0 0 3px;
	margin:0;}
	
#nav li:hover ul li a:hover{
	text-decoration:underline;}

#nav li a {
	color:#fff;
	font-size:11px;
	height:22px;
	display:inline-block;}

/*left content sign in page*/
.left-content h4{
	margin:10px 0; }
	
/* main */
.main-area {
	width:100%;
	margin:160px 0 27px;
	position:relative;
}
.inner .main-area {
	margin:190px 0 27px;
} 
#main {
	width:990px;
	padding:0 4px 0 4px;
	margin:0 auto;
	min-height:300px;
	position:relative;
}
#main:after {
	clear:both;
	content:"";
	display:block;
}
#main h1, #mainContent h2, #main h2{
	margin:0;
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#222;
}
.content_external h1, .content_external h2{
	margin: 10px 0 0 0;
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#222;
}
#main h1 span {
	color:#707070;
	font-size:0.842em;
}
#main h1 a {color:#222;}
.main-area h2 {
	color:#222;
	font:bold 23px Arial, Helvetica, sans-serif;
	margin:0 0 2px;
}
.flash-guide .main-area h2 {
	font-size:1.6em;
	color:#222;
	margin:0;
}
#main .desc-text p {
	margin: 5px 0;
}
#main .price {
	color: #862011;
	font-family: "Times New Roman", Times, serif;
}

#main .call {
	background: url(../images/ico-mobilephone.png) no-repeat left top;
	padding-left: 15px;
	display: inline-block;
	min-height: 16px;
	color: #862011;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
/* visual title */
.visual-title {
	width:329px;
	letter-spacing:-1px;
	overflow:hidden;
	margin:0 ;
	background:#8b9f29 url(../images/bg-visual-title.gif) no-repeat 100% -116px;
}
.visual-title .r {
	height:1%;
	overflow:hidden;
	background:url(../images/bg-visual-title.gif) no-repeat;
	padding:0 8px;
}
#main .visual-title h1 {
	background:url(../images/bg-visual-title.gif) repeat-x 0 -58px;
	margin:0;
	line-height:1.1em;
	color:#fff;
	padding:5px 6px 3px;
	letter-spacing: 0.01em;
}
/* visual-block */
.visual{
		/*border-top:1px solid #e2e4cc;*/
		margin-top:-1px;
		padding-top:1px;
}
.visual-block,
.visual-area {
	width:994px;
	margin:0px -4px 0 0;
	position:relative;
	z-index:2;
	/*background:url(../images/bg-visual-block.png) repeat-y -1994px 0;*/
}
.visual-block .t:after,
.visual-area .t:after,
.visual-block:after,
.visual-area:after {
	clear:both;
	content:"";
	display:block;
}
#content .visual-block {
	width:866px;
	margin:0 0 20px;
	/*background:url(../images/bg-visual-block-inner.png) repeat-y;*/
}
/*#content .visual-block .b {background:url(../images/bg-visual-block-inner.png) no-repeat -866px 100%;}
#content .visual-block .t {background:url(../images/bg-visual-block-t-inner.png) no-repeat;}*/
.visual-area {margin-bottom:16px;}
/*.visual-block .b {background:url(../images/bg-visual-block.png) no-repeat -3986px 100%;}
.visual-area .b {background:url(../images/bg-visual-block.png) no-repeat -996px 100%;}*/
.visual-area .t {
	height:1%;
	padding:5px 4px 0px 3px;
	/*background:url(../images/bg-visual-block.png) no-repeat 0 0;*/
}
.visual-block .t{
	height:1%;
	width: 100%;
	padding:5px 8px 0px 0px;
	float:right;
	/*background:url(../images/bg-visual-block.png) no-repeat -4980px 5px;width: 100%;*/
}
.visual-block .b{
	width: 994px;
}
/* visual */
.visual {
	float:right;
	position:relative;
	width:660px;
	height:273px;
	background:url(../images/bg-iframe-box.png) no-repeat;
	padding-top:2px;
	margin-top:1px;
}
.visual .txt {
	position:absolute;
	right:1px;
	bottom:11px;
	width:470px;
	overflow:hidden;
}
.visual .l {
	height:34px;
	width:456px;
	padding:0 0 0 12px;
	background:url(../images/bg-visual-txt-l.png) no-repeat;
}
.visual h2 {
	margin:0;
	height:32px;
	padding:2px 0 0;
	word-spacing:3px;
	color:#fff;
	font:bold 23px Arial, Helvetica, sans-serif;
	background:url(../images/bg-visual-txt.gif) repeat-x;
}
.visual img {display:block;}
img#videoframe{
	margin:1px 0 0 3px;
}
.visual-area .box {
	float:right;
	position:relative;
	width:604px;
	padding:15px 20px 0 32px;
}
.visual-block .title,
.visual-area .title {
	height:1%;
	margin:0;
	overflow:hidden;
	padding:0 0 2px;
}
#main .visual-block .title h1,
#main .visual-area .title h1,
#main .visual-area .title h2,
.visual-block .title h3,
.visual-area .title h3 {
	color:#222;
	float:left;
	font:bold 1.3em Arial, Helvetica, sans-serif;
	margin:0;
}
.visual-block .title .view,
.visual-area .title .view {
	color:#008e46;
	float:right;
	font-size:1.1em;
	line-height:1.636em;
}
/* visual col-box */
.visual-block .col-box,
.visual-area .col-box {
	margin-bottom:9px;
	width:auto;
	height:1%;
	border:1px solid #ddd;
	background:#fff;
	padding:5px 0;
}
.visual-block .space {
	height:1%;
	overflow:hidden;
	padding:15px 23px 0;
}
.visual-block .space .col-box li {margin:0 20px;}

.visual-area .box a.view-down,
.container #content a.view-down,
.col-box-holder a.view-down,
.featured-ad-inner .title a.view{
	display:none;
}
/* search-box */
.search-box {
	float:left;
	width:322px;
	height:273px;
	background:#f9ffdb url(../images/bg-search-box.png) no-repeat;
	position:relative;
	padding-top:3px;
	margin-top: 0px;
	margin-right:5px;
	float: left;
}
.visual-area .search-box {
	background:none;
	height:1%;
}
/* New layout adding the LastCall iframe to the homepage */
.search-box h3{
	padding:0 0 0 10px;
	width:258px;
	height:43px;
	text-indent:-9999px;
	background:url(../images/new-title-bar-left.png) no-repeat;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	margin:0px 0 0 -2px;
}
.lastcall-header h3{
	padding:0 10 0 0px;
	width:300px;
	height:43px;
	text-indent:-9999px;
	background:url(../images/new-title-bar-right.png) no-repeat;
	float:right;
	margin:0 -3px 0 0;
}
.lastcall-header img{
	float:left;
	margin-left:10px;
	margin-top:2px;
}
/* search-form 
.search-form {
	width:285px;
	padding:14px 0 0 21px;
}
.top-search label,
.search-form label {
	float:left;
	color:#8d8500;
	margin:0 0 3px;
	font:bold 23px Arial, Helvetica, sans-serif;
	position:relative;
}

.search-form label {
	font-size:15px;
	color:#222;
}	
.search-form label span {
	display: block;
	color: #898989;
	letter-spacing: 1px;
	word-spacing: 2px;
	font: normal 15px Arial, Helvetica, sans-serif;
}
.search-form .row {
	height:1%;
	overflow:hidden;
	padding:0 0 11px;
}*/
.top-search .text,
.search-form .text {
	float:left;
	width:270px;
	padding:3px 6px;
	background:#fff;
	border:1px solid #d7cb00;
	font-size:15px;
	line-height:17px;
	color:#969696;
	word-spacing:2px;
	letter-spacing:1px;
	margin:0;
}
/* search btns */
.ask-form .btn,
.user-form .btn,
.additional-search .btn,
.mail-form .btn,
.planning .btn,
.search-form .btn {
	float:right;
	clear:both;
}
.ask-form .btn {margin:8px 0 0;}
.ask-form .btn .btn-r,
.request-form .btn .btn-r,
.contact-form .btn .btn-r,
.user-form .btn .btn-r,
.additional-search .btn .btn-r,
.mail-form .btn .btn-r,
.top-search .btn .btn-r,
.search-form .btn .btn-r {
	float:right;
	background:url(../images/bg-btn-submit.gif) no-repeat;
	position:relative;
	/*overflow:hidden;*/
	border:none;
}
.ask-form .btn .btn-r,
.request-form .btn .btn-r,
.contact-form .btn .btn-r,
.user-form .btn .btn-r,
.top-search .btn {background:url(../images/bg-btn-submit-2.gif) no-repeat;}
.top-search .btn .btn-r {background:url(../images/bg-btn-submit-2.gif) no-repeat 100% -21px;}
.ask-form .btn input,
.request-form .btn input,
/*.contact-form .btn input,*/
.user-form .btn input,
.additional-search .btn input,
.mail-form .btn input,
.top-search .btn input,
.search-form .btn input {
	float:left;
	height:21px;
	border:0;
	padding:0px 0 3px;
	margin:0;
	font:13px/19px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
	cursor:pointer;
	background:none;
}
.top-search .btn,
.top-search .btn .btn-r {float:left;}
.ask-form .btn input,
.request-form .btn input,
/*.contact-form .btn input,*/
.user-form .btn input,
.additional-search .btn input,
.mail-form .btn input,
.top-search .btn input,
.search-form .btn input {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	text-indent:-9999px;
	background:url(../images/none.gif) no-repeat;
	border:none;
}
.ask-form .btn span,
.request-form .btn span,
.contact-form .btn span,
.user-form .btn span,
.planning-form .btn span,
.additional-search .btn span,
.mail-form .btn span,
.top-search .btn span,
.planning .btn span,
.search-form .btn span {
	float:left;
	padding:3px 23px 4px;
	font:13px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
	cursor:pointer;
	background:url(../images/bg-btn-submit.gif) no-repeat 100% -21px;
	border:none;
}
.ask-form .btn span,
.user-form .btn span,
.planning-form .btn span,
.top-search .btn span {background:url(../images/bg-btn-submit-2.gif) no-repeat 100% -21px;border:none;}
.ask-form .btn span {
	font-size:11px;
	padding:3px 13px 4px;
}
.sub-block .plan-box .field{
	position:relative;

}
.sub-block .plan-box .field .go{
	width:62px;
	height:22px;
	position:absolute;
	top:97px;
	left:295px;
	z-index:300;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* hacked for chrome and safari */
	.go{ 
	margin-top:5px; }
}
/*plan your trip box--- thumbnail bar*/
.plan-box .thumbnail-bar{
	width:320px;
	height:61px;
	margin:0 auto;
	padding:0;
	display:block;
}
.thumbnail-bar header{
	font-size:11px;
	font-weight:bold;
	color:#645e00;
}
.thumbnail-bar a{
	border:none;
}
.thunmbnailbar-box{
	width:350px;
	margin:5px 0 0 0px;
}
.thunmbnailbar-box ul{
	margin-top:0px;
	margin-left:-40px;
}
.thumbnail-bar ul li{
	float:left;
	margin:0 6px 0 0;
	padding:0;
	list-style:none;
	position:relative;
}
.thunmbnailbar-box ul li ul{
	display:none;
	list-style:none;
}
.thumbnail-bar ul li:hover ul{
	display:block;
	position:absolute;
	left:30px;
	top:35px;
}
.thunmbnailbar-box ul li ul li.califoria{
	background:url(../images/enlarge-california.png) no-repeat;
	width:280px;
	height:148px;
	text-indent:-9999px;
}
.thunmbnailbar-box ul li ul li.florida{
	background:url(../images/enlarge-florida.png) no-repeat;
	width:280px;
	height:148px;
	text-indent:-9999px;
}
.thunmbnailbar-box ul li ul li.georgia{
	background:url(../images/enlarge-georgia.png) no-repeat;
	width:280px;
	height:148px;
	text-indent:-9999px;
}
.thunmbnailbar-box ul li ul li.newyork{
	background:url(../images/enlarge-newyork.png) no-repeat;
	width:280px;
	height:148px;
	text-indent:-9999px;
}
.thunmbnailbar-box ul li ul li.virginia{
	background:url(../images/enlarge-virginia.png) no-repeat;
	width:280px;
	height:148px;
	text-indent:-9999px;
}
/* sub-field */
.search-box .sub-field {
	float:left;
	width:285px;
	padding:13px 0 0 32px;
	color:#008e46;
	position:relative;
}
.search-box .sub-field:after {
	clear:both;
	content:"";
	display:block;
}
.search-box .sub-field h2 {
	margin:0;
	color:#008e46;
	height:22px;
	font:bold 16px Arial, Helvetica, sans-serif;
}
.search-box .sub-field .select-link {
	display:block;
	height:22px;
	padding:0 154px 0 0;
	background:url(../images/select-link.gif) no-repeat 136px 5px;
}
.search-box .sub-field .select-link:hover {text-decoration:none;}
.top-search {
	float:left;
	margin:20px 0 0;
}
.top-search fieldset {float:left; position:relative;z-index:1;}
.top-search .text {
	width:270px;
	font-size:13px;
	line-height:15px;
	padding:4px 6px 3px;
	margin-right:7px;
}
.top-search label {
	color:#8d8500;
	margin:0 3px 0 3px;
	font:bold 17px Arial, Helvetica, sans-serif;
}
/* search-by-map holder */
.search-box .btn-holder {
	width:309px;
	overflow:hidden;
	padding:18px 12px 0;
	margin-left:-2px;
	margin-top:-3px;
}
/* search-by-map link */
.search-by-map {
	float:right;
	font-size:1.1em;
	font-weight:bold;
	color:#707070;
	padding:3px 36px 4px 0;
	background:url(../images/ico-usa.png) no-repeat 100% 0;
	letter-spacing:-1px;
}
/* container */
.container {
	height:1%;
	overflow:hidden;
	width: 990px;
	margin: 0 auto 10px;
	position: relative;
}
/* content */
#content {
	float:left;
	padding:5px 5px 0 5px;
	position:relative;
	z-index:1;
}

#content .area-lists .list-holder{
	font-family: Arial, Helvetica, sans-serif;
}

/* title */
#content .title {
	height:1%;
	overflow:hidden;
	padding:0 0 2px;
	border:1px solid #ddd;
	border-width:0 0 1px;
	margin:0 0 9px;
}
.saved-coupons #content .title {
	border:0;
	margin:0;
}
#content .title h3 {
	float:left;
	margin:0;
	color:#222;
	font:bold 1.3em Arial, Helvetica, sans-serif;
}
#content .title .view {
	float:right;
	font-size:1.1em;
	line-height:1.636em;
	color:#008e46;
}
/* col-box */
.col-box-holder {
	width:855px;
	border:1px solid #ddd;
	border-width:0 0 1px;
	margin:0 0 20px;
}
.search-results .col-box-holder {
	margin-bottom: 20px;
}
.col-box {
	width:638px;
	overflow:hidden;
	margin:0 0 25px;
}
.col-box-holder .col-box {
	width:841px;
	margin:0 0 10px;
}
.col-box .frame {
	float:left;
	position:relative;
	left:50%;
}
.col-box ul {
	float:left;
	position:relative;
	left:-50%;
	margin:0;
	padding:0;
	list-style:none;
}
.col-box li {
	float:left;
	width:99px;
	margin:0 10px;
	display:inline;
	font-size:1.1em;
	color:#000;
}
.saved-coupons .col-box li,
.list-view .col-box li {width:90px;}
.col-box a,
.col-box .mark {
	color:#008e46;
	display:block;
}
.col-box img {
	display:block;
	border:1px solid #ddd;
	margin:0 0 4px;
}
.col-box p {margin:0;}
.col-box span {display:block;}
/* sub-block */
.sub-block {
	height:1%;
	overflow:visible;
	margin:0 0 20px;
}
/* plan-box  video-box */
.video-box,
.plan-box {
	float:left;
	width:378px;
	overflow:visible;
}
/* plan-box  video-box  head*/
.video-box .head,
.plan-box .head {
	width:100%;
	overflow:hidden;
	height:29px;
	background:url(/images/bg-head.gif) repeat-x 0 -58px;
}
.video-box .head .frame,
.plan-box .head .frame {
	width:100%;
	overflow:hidden;
	background:url(/images/bg-head.gif) no-repeat 100% -29px;
}
.video-box .head h4,
.plan-box .head h4 {
	margin:0;
	padding:3px 14px 2px;
	color:#fff;
	font:bold 19px Arial, Helvetica, sans-serif;
	background:url(/images/bg-head.gif) no-repeat;
}
.plan-box .field {
	min-height:210px;
	overflow:visible;
	background:#f9ffdb url(/images/bg-field.gif) repeat-x;
	border:1px solid #9eb432;
	border-width:0 1px 1px;
}
* html .plan-box .field {height:210px;}
/* media-holder */
.video-box .media-holder {
	height:1%;
	overflow:hidden;
	border:1px solid #9eb432;
	border-width:0 1px 1px;
}
.video-box .media {
	height:1%;
	overflow:hidden;
	position:relative;
}
.video-box .media-frame {
	width:376px;
	overflow:hidden;
}
.video-box .media ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	width:376px;
	height:177px;
	overflow:hidden;
}
.video-box .media li {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.video-box .media .active {z-index:1;}
.video-box .media img {display:block;}
.video-box .media-holder .panel {
	position:relative;
	width:100%;
	overflow:hidden;
}
.video-box .media-holder .panel a {
	position:absolute;
	width:20px;
	height:20px;
	left:138px;
	top:7px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/none.gif) no-repeat;
}
.video-box .media-holder .panel .next {left:216px;}
.video-box .media-holder .panel .pause {
	left:303px;
	width:10px;
}
.video-box img {display:block;}
.video-box .media .txt {
	position:absolute;
	z-index:5;
	left:0;
	top:0;
	width:348px;
	padding:6px 14px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:url(../images/bg-video-txt.png);
}
.video-box .media p {margin:0;}
/* planing */
.planning {
	width:245px;
	overflow:hidden;
	padding:15px 0 0 42px;
}
.planning .row {
	width:100%;
	overflow:hidden;
	margin:0 0 16px;
}
.planning label {
	float:left;
	font-size:16px;
	color:#645e00;
	margin:0 0 2px;
}
/* ad-block */
.ad-block {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
/*	position: relative;
	top: -28px;*/
}
.ad-block li {
	float:left;
	margin:0 0 0 18px;
	display:inline;
}
.ad-block img {
	display:block;
	border:1px solid #000;
}
.ad-box {float:right;}
.ad-box img {display:block;}
.inner #content,
.browse #content {
	float:left;
	width:858px;
	padding:2px 0 0;
}
.inner #content {padding:6px 0 0;}
.search-results #content {
	width: 856px;
}
/* block-lists */
.area-lists,
.block-lists {
	height:1%;
	overflow:hidden;
	margin:0 0 20px;
	background:url(../images/bg-block-lists.gif) repeat-y;	
}
.area-lists .t,
.block-lists .t {background:url(../images/bg-block-lists.gif) no-repeat -860px 0;}
.area-lists .b,
.block-lists .b {
	background:url(../images/bg-block-lists.gif) no-repeat -1720px bottom;
	height:1%;
	overflow:hidden;
	padding:0 0 1px;
}
.area-lists .i,
.block-lists .i {
	border: 1px solid #ddd;
	border-bottom: none;
	overflow: hidden;
	padding: 15px 10px 5px 30px;
}
.area-lists .b {position:relative;}
.area-lists #breadcrumbs {
	width:839px;
	padding:0 0 0 15px;
	margin: -15px 0 10px -30px;
	font-size: 11px;
/*	position:absolute;
	top:0;
	left:1px;*/
	background:url(../images/bg-title-block.gif) repeat-x 0 100%;
}
.area-lists #breadcrumbs ul {
	list-style:none;
	margin:0;
	padding:10px 0 14px;
	height:1%;
	overflow:hidden;
	position:relative;
}
.area-lists #breadcrumbs li {
	float:left;
	background:url(../images/sep-breadcrumbs.gif) no-repeat 0 6px;
	padding:0 5px 0 13px;
	margin:0 10px 0 -10px;
	display:inline;
	font-size:1.3em;
}
.list-holder {
	font-size: 11px;
	width: 170px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}
.area-lists .list-holder {
/*	padding-top:35px;*/
	background:none;
}
.list-holder li {
	margin:0 0 5px;
	list-style: disc;
	color: #008E46;
	font-size: 1.3em;
	line-height: 18px;
}
.area-lists{
	width: 845px;
	margin-top: 32px;
}
/* map-holder */
.map-holder {
	height:1%;
	overflow:hidden;
	width: 845px;
	margin: 0 auto 20px auto;
}
.map-holder .img {
	height:1%;
	overflow:hidden;
	position:relative;
	border:1px solid #bbb;
}
.map-holder .img img {display:block;}
/* guide */
.map-holder .guide {
	position:absolute;
	left:257px;
	top:0;
	background:url(../images/bg-guide.png);
}
/* ad-aside */
.ad-aside {
	float:right;
	width:122px;
	height:auto;
	padding:0px 0 0;
	margin-right: 5px;
}
.search-results .ad-aside  {
	margin-top: 21px;
}
.browse .ad-aside {
	padding-top: 5px;
}
/*.list-view .ad-aside {
	margin-top: 10px;
}*/
.ad-aside .ad {
	overflow:hidden;
	margin: 0px 0 8px;
	border: 1px solid #ddd;
	height:auto;
	clear:both;
}
.ad-aside .public { margin-top:0px;}
.ad-aside .palm_ad { margin:6px 0 6px;}
.content_external .list_view{margin-top: 47px;}
.content_external .map_view{margin:35px 5px 0 0;}
.ad-aside .ad_list {margin:35px 0 6px;}
.ad-aside .top {padding:0px 0 0;margin-top:15px;}
#main .map_view{margin-top:37px;}
#main .ad-aside .list_view{margin-top:37px;}
.ad-aside .ad img {display:block;}
.ad-aside .map-direction{ margin-top: 30px;}

/*featured ads on list view and map view page*/
.clear{
	clear:both;
}
.ad-new{
	margin-left:-1px;
	margin-bottom:5px;
}
.ad-aside .featured-ad-box{
	width:128px;
	height:5px;
	display:block;
	background: url(../images/feature-ad-v-btm.png) no-repeat;
}
.featured-ad{
	background:url(../images/feature-ad-v-bg.png) no-repeat top left;
	width:128px;
	height:auto;
	margin:5px 0 0px;
	padding-bottom:5px;
	display:block;
}
.featured-ad-inner{
	margin:0px 13px 0px 7px;
	padding:10px 0;
}
.featured-ad-inner h3{	
	color:#222;
	float:left;
	font:bold 1.3em Arial, Helvetica, sans-serif;
	margin:0;
}
.list-view .col-box li{
	width:97px;
}
.ad-new .featured-ad .col-box{
	width:97px;
	margin:0;
	padding:0px 10px 4px 0;
	background-color:#fff;
	border:1px #dddddf solid;
	left:0;
	float:left;	
}
.ad-new .featured-ad .col-box .frame ul{
	margin-top:5px;
}
.ad-new .featured-ad .col-box .frame ul li{
	width:97px;
	padding:0 0 10px 8px;
	display:block;
	float:none;
	margin:0 0 0 1px;
}
.map_view .featured-ad .col-box .frame ul li{
	width:97px;
	margin-left:0px;
}
.featured-ad-inner a.view-down{
	float:right;
	text-align:right;
	font-weight:bold;
	margin-top:5px;
}
/*tabs-area*/
.tabs-area {
	width:100%;
	width: 854px;
	margin: 0 0 22px;
	position:relative;
	z-index:1;
}
.tabs-area:after {
	clear:both;
	content:"";
	display:block;
}
.details .tabs-area {
	padding-top: 10px;
}

.content_external .tabs-area{
	margin-top: 12px;
	font-size: 11px;
}
/* tabset */
.tabset {
	margin:0;
	padding:0 200px 0 0;
	list-style:none;
	overflow:hidden;
	height:1%;
	font-weight:bold;
	font-size:13px;
	position:relative;
	z-index:20;
}
.tabset li {
	float:left;
	height:31px;
	margin:0 5px 0 0;
}
.tabset li a {
	float: left;
	color: #222;
	height:24px;
	line-height:24px;
	outline:none;
	margin:7px 0 0;
	cursor:pointer;
	background:url(../images/bg-tab.gif) no-repeat;
}
.tabset li a:hover {text-decoration:none;}
.tabset li a span {
	float:left;
	height:24px;
	padding:0 15px;
	background:url(../images/bg-tab.gif) no-repeat 100% -24px;
}
.tabset li a.active {
	background:url(../images/bg-tab-active.gif) no-repeat;
	color:#707070;
	height:31px;
	line-height:30px;
	margin:0;
	font-size:15px;
}
.tabset li a.active span {
	padding:0 18px;
	height:31px;
	background:url(../images/bg-tab-active.gif) no-repeat 100% -31px;
}
/* tab-content */
.tab-content {
	height:1%;
	overflow:hidden;
	background:#fff;
}
.search-results .tab-content {padding-left: 0;}
.list-view .tab-content {padding:0 0 0 24px;}
a.btn-save {
	position:absolute;
	right:1px;
	top:9px;
	background:url(../images/ico-floppy.gif) no-repeat 0 50%;
	padding:2px 0 1px 21px;
	z-index:21;
	font-size:13px;
}
.description-area {
	height:1%;
	overflow:hidden;
}
/* descript-block */
.descript-block {
	width:840px;
	overflow:hidden;
	border:1px solid #ddd;
	border-width:0 0 1px;
	margin:0 0 20px;
	padding:18px 0 20px 12px;
}
.description-area .descript-block {
	padding-right:27px;
	border-width:1px 0 0;
	margin:-13px 0 10px;
}
.descript-block .info {
	float:right;
	width:547px;
	padding:0 0 0 20px;
	border:1px solid #ddd;
	border-width:0 0 0 1px;
	color:#313131;
}
.description-area .descript-block .info {padding:11px 0 0 20px;}
.descript-block .frame {background:url(../images/divider.gif) repeat-y;}
.descript-block .frame:after {
	clear:both;
	content:"";
	display:block;
}
.descript-block .info p {
	margin:0 0 20px;
	font-size:1.3em;
}
#content .descript-block h1 {
	margin:0 0 5px;
	font-size:2em;
	line-height:1.3913em;
	color: #222;
}
#content .description-area .descript-block h2 {
	margin:0 0 5px;	
	font:bold 1.5em Arial, Helvetica, sans-serif;
	color:#222;
}

#content .description-area .descript-block {
	color: #313131;
}
/* info-box */
.descript-block .info-box {
	height:1%;
	position:relative;
	padding:0 0 0 10px;
}
.descript-block .info-box:after {
	clear:both;
	content:"";
	display:block;
}
#content .descript-block .info-box h2 {margin-bottom:3px;}
#content .descript-block .info-box h2 span {font-size:13px;}
.descript-block .info-box address {
	font-style:normal;
	font-size:11px;
	color:#000;
	margin:0 0 8px;
}
/* sub-title-btn */
.sub-title-btn {
	margin:0 0 21px;
	padding:3px 0 0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.sub-title-btn li {
	float:left;
	margin:0 4px 0 0;
	font-size:13px;
	line-height:14px;
}
.sub-title-btn a{
	float:left;
	height:24px;
	color:#008e46;
	cursor:pointer;
	background:url(../images/btn-sub-title.gif) no-repeat;
}
.sub-title-btn a span {
	float:left;
	padding:5px 0 6px;
	width:170px;
	text-align:center;
	cursor:pointer;
	background:url(../images/btn-sub-title.gif) no-repeat 100% -24px;
}
.sub-title-btn a:hover span {text-decoration:underline;}
/* featured block */
.featured-block {
	height:1%;
	overflow:hidden;
}
.descript-block h2,
.descript-block h3 {
	margin:0 0 3px;
	font:bold 18px  Arial, Helvetica, sans-serif;
	color:#222;
}
.descript-block .list h3 {
	color:#616161;
	font-size:1.2em;
	font-weight:normal;
	margin:0 0 6px;
}
.featured-block .box {float:left; margin-right: 20px; /*margin-left: 20px;*/}
/* list */
.featured-block .list {
	width:315px;
	/*margin:0 21px 0 0;*/
	font-size: 10px;
}
.featured-block .list ul {
	margin:0;
	padding:0 0 0 37px;
	list-style:none;
	font-size:1.3em;
	line-height:1.1538em;
	color:#313131;
}
.featured-block ul li {
	padding:0 0 0 11px;
	margin:0 0 7px;
	background:url(../images/bullet.gif) no-repeat 0 50%;
}
.featured-block .list a.seeMore {
	margin-left: 68px;
	font-size: 11px;
}
.description-area .featured-block .list ul {font-size:1.1em;}
/* price-block */
.price-block a {
	text-decoration: none;
}
.price-block-hasLink {
	cursor: pointer;
}
.description-area .featured-block ul li {margin-bottom:6px;}
.description-area .featured-block .list .more {
	font-size:1.1em;
	margin:0 0 0 48px;
}
.featured-block .price-block {
	width:230px;
	text-align:center;
	font-size:12px;
	color:#313131;
	display:block;
}
.description-area .price-block {
	padding:0;
	float:right;
}
.price-block .price-title,
.description-area .price-title {
	margin:0;
	font:bold 16px "Times New Roman", Times, serif;
	/*background:url(../images/ico-print.gif) no-repeat 0 50%;*/
	padding:0 0 0 22px;
}
.price-block .price-title {font-size:19px;}
.price-block .price-link {
	float:left;
	width:100%;
	color:#222;
}
.price-block .price-link:hover {text-decoration:underline;}
.price-block h2 a,
.description-area .price-block h3 a {
	color:#222;
	/*padding:0 0 0 24px;
	font-size:19px;
	background:url(../images/ico-print.gif) no-repeat 0 50%;*/
}
.price-block .price {
	padding:0;
	font:bold 28px "Times New Roman", Times, serif;
	letter-spacing:-0.01mm;
	overflow:visible;
	color:#862011;
	line-height:26px;
}
.price-block span {
	display:block;
	padding:0;
}
.descript-block .featured-block .price-block h2{
	font-size: 18px;
	margin-bottom: 10px;
}
.tabs-holder {
	margin:0 -1px;
	overflow:hidden;
	position:relative;
	width:856px;
	padding:0 0 20px;
	z-index:1;
}
.search-results .tabs-holder {
	width: auto;
}
/* w-tab */
.w-tab, .my-content {
	height:1%;
	overflow:hidden;
	border:1px solid #ddd;
}
.w-tab .img-holder {
	position:relative;
	overflow:hidden;
	margin:0 0 0 -30px;
	width:730px;
}
.search-results .w-tab .img-holder {
	width: auto;
}
.w-tab .img-holder img {display:block;}
/* ad-section */
.ad-section {
	width: 728px;
	margin: 0 auto;
	*margin-left: 60px;
	*margin-right: 0;
	border: 1px solid #ddd;
}
.saved-coupons .ad-section {
	margin-top: 20px;
}
.ad-section a {
	display:block;
	width:728px;
}
.ad-section img {
	display:block;
	margin:0;
}
/* view-block */
.view-block {
	height:1%;
	overflow:hidden;
}
.view-col {
	float:left;
	width:454px;
}
/* view-col information */
.view-col .information {
	height:1%;
	overflow:hidden;
	color:#313131;
	font-size:1.3em;
	margin:0 0 55px;
}
.view-col .information ul {
	list-style:none;
	margin:0 0 0 10px;
	padding:0;
	height:1%;
	overflow:visible;
}
.view-col .information li {
	float:left;
	width:180px;
	padding:0 7px 0 10px;
	font-size: 12px;
}
.view-col .information h3 {
	font:bold 1.2307em/1.125em Arial, Helvetica, sans-serif;
	color:#222;
	margin:0 0 3px;
}
.view-col .information address {
	font-style:normal;
	line-height:18px;
	margin:0 0 2px;
}
.view-col .information p {margin:0 0 2px;}

.information ul li ul li{
	margin-left:-15px;}
/* view-cell */
.view-cell {
	float:right;
	width:308px;
	padding:0 36px 0 10px;
}
.view-cell .box {
	height:1%;
	overflow:hidden;
	color:#313131;
	font-size:1.3em;
	padding:5px 0 5px;
}
.view-cell .box h4, .descript-block .featured-block h2 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#222;
	margin:0 0 18px;
}
.view-cell .box p {margin:0 0 15px; font-size: 13px; line-height: 18px;}
/* view-cell list */
.information list,
.view-cell .list {
	list-style:none;
	margin:0;
	padding:0 0 30px 20px;
}
.information .list li,
.view-cell .list li {
	height:1%;
	overflow:hidden;
	font-size:1em;
	line-height:1em;
	margin:0 0 3px;
}
.information .list a,
.view-cell .list a {
	float:left;
	padding:6px 0 8px 32px;
	background:url(../images/ico-list.png) no-repeat;
	color:#313131;
}
/* view-cell icos */
.information .list .ico-1,
.view-cell .list .ico-1 {background-position:0 0;}
.information .list .ico-2,
.view-cell .list .ico-2 {background-position:0 -50px;}
.information .list .ico-3,
.view-cell .list .ico-3 {background-position:0 -100px;}
.information .list .ico-4,
.view-cell .list .ico-4 {background-position:0 -150px;}
.information .list .ico-5,
.view-cell .list .ico-5 {background-position:0 -200px;}
.information .list .ico-6,
.view-cell .list .ico-6 {background-position:0 -250px;}
.information .list .ico-7,
.view-cell .list .ico-7 {background-position:0 -300px;}
.information .list .ico-8,
.view-cell .list .ico-8 {background-position:0 -350px;}
.view-cell .sub-title-btn {margin-bottom:5px;}
.view-cell .sub-title-btn a span {width:150px;}
.tab-content .txt {
	height:1%;
	overflow:hidden;
	padding:20px 25px 15px 5px;
	text-align:justify;
}
.tab-content .txt p {margin:0 0 10px;}
/* title-block */
.title-block {
	position:relative;
	width:838px;
	/*margin:0 0 0 -24px;*/
	overflow:hidden;
	padding:6px 9px 12px;
	background:url(../images/bg-title-block.gif) repeat-x 0 100%;
	color:#707070;
	font-size:13px;
	z-index:1;
}
.saved-coupons .title-block {margin:0 0 0 -30px;}
.title-block select {font:13px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;}
/* gallery */
.gallery {
	width:100%;
	overflow:hidden;
}
.gallery .img {
	height:1%;
	overflow:hidden;
	padding:0 20px;
}
.gallery .img ul {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	width:416px;
	height:278px;
	overflow:hidden;
}
.gallery .img li {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.gallery .img li.active{z-index:2;}
.gallery .img img {
	display:block;
	border:1px solid #ddd;
}
/* img-title */
.gallery .img-title {
	position:absolute;
	left:1px;
	bottom:1px;
	width:100%;
	z-index:3;
}
.img-title .frame {
	width:392px;
	overflow:hidden;
	font-size:11px;
	color:#000;
	padding:5px 12px 6px;
	background:url(../images/bg-img-title.png);
}
.gallery .img-title h3 {margin:0;}
.gallery .img-title p {margin:0;}
.gallery-navigation {
	height:1%;
	overflow:hidden;
	padding:22px 0 25px;
	position:relative;
}
.gallery-navigation .next,
.gallery-navigation .prev {
	width:10px;
	height:14px;
	overflow:hidden;
	text-indent:-9999px;
	margin:25px 0 0;
	background:url(../images/btn-prev-next.gif) no-repeat;
}
.gallery-navigation .prev {
	float:left;
	background-position:0 0;
}
.gallery-navigation .next {
	float:right;
	background-position:0 -14px;
}
/* paging */
.gallery-navigation .paging {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:8px;
	top:5px;
	font-size:11px;
}
.gallery-navigation .paging li {
	float:left;
	padding:0 5px 0 9px;
	background:url(../images/sep-paging.gif) no-repeat 0 50%;
}
.gallery-navigation .paging a {color:#2d2d2d;}
/* go-view */
.gallery-navigation .go-view {
	position:absolute;
	right:13px;
	top:5px;
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
}
.gallery-navigation .go-view li {
	float:left;
	margin:0 5px 0 0;
}
.gallery-navigation .go-view a {color:#2d2d2d;}
.gallery-navigation .paging li:first-child {background:none;}
/* thumbnails */
.thumbnails {
	width:416px;
	overflow:hidden;
	float:left;
	margin:0 0 0 9px;
	display:inline;
}
.thumbnails ul {
	float:left;
	width:9999px;
	margin:0;
	padding:0;
	list-style:none;
}
.thumbnails li {
	float:left;
	padding:0 5px 0 0;
}
.thumbnails li img {display:block;}
.thumbnails a {
	border:3px solid #d1d5d7;
	float:left;
}
.thumbnails a:hover,
.thumbnails li.active a {border:3px solid #616161;}
/* sidebar */
#sidebar {
	float:left;
	width:290px;
	padding:13px 0 0 22px;
}
/* sidebar box */
#sidebar .box {
	height:1%;
	overflow:hidden;
	font-size:1.1em;
	color:#313131;
	margin:0 0 10px;
}
#sidebar .box p {margin:0 0 16px;}
#sidebar .box .txt {
	height:1%;
	overflow:hidden;
	padding:2px;
}
#sidebar .box .left-sider {
	width:85px;
	float:left;
	margin:0 5px 0 0;
	overflow:visible;
}
#sidebar .iphone h4 {
	margin:0 0 3px;
	color:#707070;
	font:bold 1.4em Arial, Helvetica, sans-serif;
}
#sidebar .iphone .app-badge img {
	padding-top: 0px;
	display: block;
	position: relative;
	right: 1px;
	margin-top:12px;
}

#sidebar .iphone a .app-badge img {
	text-decoration: none;
}
/* sidebar list */
#sidebar .list {
	margin:0;
	list-style:none;
	padding:3px 0 5px 15px;
}
#sidebar .list li {
	padding:0 0 4px 9px;
	word-spacing:-1px;
	background:url(../images/bullet.gif) no-repeat 0 5px;
}
#sidebar .box .download {
	color:#008e46;
	font-size:12px;
	font-weight:bold;
	display:block;
	margin:10px 0 5px 25px;
}
/* sidebar ad */
#sidebar .ad {
	height:1%;
	overflow:hidden;
	padding:5px 0 10px;
	border-bottom:1px solid #ddd;
	border-width:1px 0;
	margin:0 0 26px;
}
#sidebar .survey{
	border-bottom:1px solid #ddd;
	margin:0;
}
#sidebar .survey img{
	border:1px solid #91C228;
	margin-left:-2px;
}
#sidebar .ad-area{
	border-bottom:1px solid #ddd;
	margin:0 0 5px;
	padding:5px 0 10px;
}
#sidebar .ad-area img{
	border:#9EB432 1px solid;
}	
#sidebar .ad img {display:block;}
#sidebar .ad a {
	display:block;
	width:234px;
	margin:0 auto;
}
#sidebar .square-ad {
	border: none;
	position: relative;
	margin-bottom: 0;
	width: 300px;
	height: 250px;
}
#sidebar .square-ad object,
#sidebar .square-ad img {
	position: absolute;
	top: 0;
	left: 0;	
}
/* ad-area */
.ad-area {
	height:1%;
	overflow:hidden;
	margin:0 0 5px;
}
.ad-area img {
	display:block;
	margin:0 auto;
}
#sidebar .mail h4 {
	margin:0 0 9px;
	color:#222;
	font:bold 1.181em Arial, Helvetica, sans-serif;
}
/* mail-form */
.mail-form {
	width:178px;
	padding:0 0 0 50px;
	overflow:hidden;
}
.mail-form .row {
	width:100%;
	overflow:hidden;
	margin:0 0 11px;
}
.mail-form .row-box {
	width:100%;
	overflow:hidden;
}
.mail-form label {
	float:left;
	font-size:11px;
	line-height:19px;
	color:#645e00;
	margin:0 3px 0 0;
}
.mail-form .text {
	float:left;
	width:122px;
	padding:2px 6px;
	background:#fff;
	border:1px solid #d0c95f;
	font-size:11px;
	line-height:15px;
	color:#969696;
}
.mail-form .btn span {
	font:11px/12px Arial, Helvetica, sans-serif;
	padding:4px 17px 5px;
}
/* intro-txt */
.intro-txt {
	height:1%;
	overflow:hidden;
	font-size:1.3em;
	color:#313131;
	padding:23px 0 0;
	margin:0 0 24px;
}
.intro-txt p {margin:0;}
.block-items {height:1%;}
.block-items:after {
	clear:both;
	content:"";
	display:block;
}
.block-items h2 {
	margin:0 0 2px 0;
	color:#222;
	font:bold 1.3em Arial, Helvetica, sans-serif;
}
/* location-list */
.location-list {
	width:1002px;
	overflow:hidden;
	margin:-4px -5px 0;
	position:relative;
	z-index:10;
	background:url(../images/bg-location-list.gif) repeat-y;
}
.location-list .t {background:url(../images/bg-location-list.gif) no-repeat -1002px 0;}
.location-list .b {
	height:1%;
	overflow:hidden;
	padding:66px 0 32px;
	position:relative;
	background:url(../images/bg-location-list.gif) no-repeat -2004px 100%;
}
/* location-list paging */
.location-list .paging-area {
	position:absolute;
	top:11px;
	right:7px;
}
.sub-area {
	width:856px;
	position:relative;
	margin:0 0 0 -24px;
	overflow:hidden;
	background:url(../images/bg-location-list.gif) no-repeat -2014px 0;
	padding:12px 0 4px;
}
.location-list .paging-area-b{
	position:absolute;
	bottom:11px;
	right:7px;
}
.location-list .paging,
.title-block .paging,
.sub-area .paging {
	margin:0;
	padding:0;
	list-style:none;
	color:#959595;
}
.title-block .paging,
.sub-area .paging {
	float:right;
	width:411px;
}
.location-list .paging li,
.title-block .paging li,
.sub-area .paging li {
	float:left;
	padding:0 5px 0 0;
	font-size:11px;
	line-height:13px;
}
.location-list .paging a,
.title-block .paging a,
.sub-area .paging a {
	float:left;
	height:24px;
	color:#008e46;
	cursor:pointer;
}
.location-list .paging a:hover,
.title-block .paging a:hover,
.sub-area .paging a:hover {
	color:#959595;
	text-decoration:none;
}
.location-list .paging span,
.title-block .paging span,
.sub-area .paging span {
	float:left;
	background:url(../images/btn-paging.gif) no-repeat;
}
.location-list .paging .active span,
.location-list .paging a:hover span,
.title-block .paging .active span,
.title-block .paging a:hover span,
.sub-area .paging .active span,
.sub-area .paging a:hover span {background-position: 0 -48px;}
.location-list .paging em,
.title-block .paging em,
.sub-area .paging em {
	float:left;
	padding:5px 2px 6px;
	width:17px;
	text-align:center;
	font-style:normal;
	background:url(../images/btn-paging.gif) no-repeat 100% -24px;
}
.location-list .paging .active em,
.location-list .paging a:hover em,
.title-block .paging .active em,
.title-block .paging a:hover em,
.sub-area .paging .active em,
.sub-area .paging a:hover em {background-position: 100% -72px;}
.location-list .paging .prev em,
.title-block .paging .prev em,
.sub-area .paging .prev em {width:80px;}
.location-list .paging .next em,
.title-block .paging .next em,
.sub-area .paging .next em {width:53px;}
/* list-items */
ul.list-items {
	overflow:hidden;
	height:1%;
	margin:0;
	padding:0 0 0 26px;
	list-style:none;
}
ul.list-items li {
	display:inline-block;
	vertical-align:top;
	width:99px;
	margin:0 17px 40px 0;
	font-size:1.1em;
	color:#000;
}
* html ul.list-items li {display: inline;}
* +html ul.list-items li { display: inline;}
ul.list-items li div {vertical-align:baseline;}
ul.list-items a,
ul.list-items .mark {color:#008e46;}
ul.list-items img {
	display:block;
	border:1px solid #ddd;
	margin:0 0 4px;
}
ul.list-items p {margin:0;}
ul.list-items address {
	font-style:normal;
}
ul.list-items span {display:block;}
/* footer */
.footer-area {
	width:100%;
	background:url(../images/bg-footer.gif) repeat-x;
	margin-top: 35px;
}
.footer-area:after {
	clear:both;
	content:"";
	display:block;
}
/* footer box-area */
.box-area {
	width:1040px;
	margin:0 0 0 -50px;
	position:relative;
	overflow:hidden;
}
.box-area .box {
	float:left;
	width:470px;
	display:inline;
	margin:22px 0 0 50px;
	color:#313131;
}
.box-area h2 {
	font:bold 1.6em/1.125em Arial, Helvetica, sans-serif;
	color:#222;
	margin:0 0 18px;
}
/* footer list */
.box-area .list {
	list-style:none;
	margin:0;
	padding:0;
	font-size:1.3em;
}
.box-area .list li {
	height:1%;
	overflow:hidden;
	margin:0 0 25px;
}
.box-area .list h3 {
	font-weight:normal;
	margin:0;
}
.box-area .list p {margin:0 0 10px;}
.box-area .list ul {
	list-style:none;
	margin:0;
	padding:5px 0 0 36px;
}
.box-area .list ul li {
	padding:0 0 0 11px;
	margin:0 0 10px;
	background:url(../images/bullet.gif) no-repeat 0 4px;
}
.box-area .box .txt {
	height:1%;
	overflow:hidden;
	padding:25px 0 0;
}
/* space-area */
.space-area {
	height:1%;
	overflow:hidden;
	margin-left: 10px;
}
.space-area .space {
	float:left;
	width:438px;
	padding:20px 40px 0 0;
	font-size: 11px;
}
.space-area .space img {
	float:right;
	display:inline;
	margin:0 18px 10px 0px;
}
* html .space-area .space img {margin-right:-3px;}
.space-area .info {
	height:1%;
	overflow:hidden;
	color:#313131;
	font-size: 12px;
	padding:0 0 40px;
	width: 190px;
}
.space-area .info h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#222;
	margin:0 0 19px;
}
.space-area .info p {margin:0 0 16px;}
.space-area .info .list {
	list-style:none;
	padding:0 0 15px;
	margin:0;
	height:1%;
	overflow:hidden;
}
.space-area .info .list li {
	height:1%;
	overflow:hidden;
}
/* txt-box */
.txt-box {
	height:1%;
	overflow:hidden;
	color:#313131;
	font-size:1.3em;
}
.flash-guide .txt-box {
	padding-top: 6px;
	padding-bottom: 20px;
}
.txt-box h2,
.txt-box h3 {
	margin:0 0 18px;
	font-size:1.1538em;
	color:#222;
	font-weight:normal;
}
.txt-box p {margin:0 0 16px;}
.txt-box .list {
	list-style:none;
	margin:0;
	padding:0 40px 10px 24px;
	height:1%;
	overflow:hidden;
}
/* txt-box list */
.txt-box .list li {
	float:left;
	padding:0 16px 5px;
}
.txt-box .list img {display:block;}
.txt-box .list-area {
	height:1%;
	overflow:hidden;
}
.txt-box .list-box {
	list-style:none;
	margin:0;
	padding:0 12px 20px 36px;
	float:left;
}
.txt-box .list-box li {
	float:left;
	clear:left;
	padding:0 0 5px 12px;
	background:url(../images/bullet.gif) no-repeat 0 6px;
}
/* flash-holder */
.flash-holder {
	height:1%;
	overflow:hidden;
	margin:0 0 10px;
}
.flash-holder img {display:block;}
#footer {
	width:996px;
	margin:0 auto;
	padding:0 0 5px;
	position:relative;
}
#footer:after {
	clear:both;
	content:"";
	display:block;
}
/* box-info */
#footer .box-info {
	width:295px;
	float:left;
	margin:0 0 0 19px;
	display:inline;
}
#footer .box-info:after {
	clear:both;
	content:"";
	display:block;
}
#footer .box-info .img {
	margin:-25px 0 0;
	position:relative;
	float:left;
}
#footer .box-info img {display:block;}
#footer .box-info .txt {
	height:1%;
	overflow:hidden;
	font-size:1.1em;
	color:#616161;
	padding:10px 0 0 5px;
}
#footer .box-info p {margin:0 0 5px;}
#footer .box-info p a {color:#616161;}
#footer .box-info h4,
#footer .box-info h5 {
	margin:0 0 4px;
	color:#008e46;
	font:bold 1.545em Arial, Helvetica, sans-serif;
}
#footer .box-info h4 a,
#footer .box-info h5 a {color:#008e46;}
/* footer block */
#footer .block {
	width:648px;
	float:right;
	padding:9px 0 0;
}
/* cols */
.cols {
	height:1%;
	overflow:hidden;
	margin:0;
	padding:0 0 12px 3px;
	list-style:none;
}
.cols li {
	float:left;
	margin:0 9px 0 0;
}
.cols .first {width:190px;}
.cols .second {width:148px;}
.cols .third {width:112px;}
.cols .fourth {width:150px;}
.cols h5 {
	margin:0 0 2px;
	color:#222;
	font:bold 1.3em Arial, Helvetica, sans-serif;
}
.cols h5 a {color:#222;}
.cols ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.1em;
}
.cols ul li {
	float:none;
	padding:0 0 5px;
}
.cols ul a {color:#616161;}
/* copyright */
.copyright {
	margin:0;
	font-size:0.9em;
	color:#616161;
}
.copyright a {color:#616161;}
/* coupon */
.coupon,
.coupon-area .coupon {
	width:718px;
	margin:10px auto 0;
	position:relative;
	background:url(../images/bg-coupon.gif) repeat-y 0 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.coupon-area .coupon {margin-top:5px;}
.coupon .close,
.coupon-area .coupon .close {
	position:absolute;
	right:12px;
	top:10px;
	width:11px;
	height:11px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-close.gif) no-repeat;
}
.coupon .t,
.coupon-area .coupon .t {
	background:url(../images/bg-coupon-t.gif) no-repeat;
	height:auto;
}
.coupon .b,
.coupon-area .coupon .b {
	height:1%;
	overflow:hidden;
	padding:22px 22px 10px;
	background:url(../images/bg-coupon-b.gif) no-repeat 0 100%;
	width:auto;
}
.coupon .container,
.coupon-area .coupon .container {
	height:1%;
	overflow:hidden;
	padding:0 0 10px;
	width: 690px;
}
.coupon .txt-block h2 {
	line-height: 1em;
	margin: 20px 0 5px;
}
.coupon ul.list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.coupon ul.list li {
	display: inline;
}
/* visual-aside */
.visual-aside {
	float:left;
	width:175px;
	position:relative;
	text-align: center;
	margin: 0 auto;
}
.visual-aside-hasLink {
	cursor: pointer;
}
.description-area .visual-aside {padding:0;}
.visual-aside .img {
	text-align: center;
}
.visual-aside .hotel-logo {
	text-align: center;
	margin-bottom: 5px;
}
.visual-aside .hotel-logo span {
	position: absolute;
	left: 9999px;
}
.visual-aside .address {
	font-style:normal;
	font-size:1.1em;
	color:#313131;
	text-align:center;
}
.visual-aside .address span {display:block;}
.visual-aside .number,
.descript-block .info-box .number {
	position:absolute;
	top:0;
	left:-22px;
}
.visual-aside .number a,
.visual-aside .number span.a,
.descript-block .info-box .number a {
	float:left;
	padding:2px 6px 3px;
	color:#fff;
	font-size:16px;
	line-height:16px;
	background:#707070;
}
.visual-aside .number a:hover,
.descript-block .info-box .number a:hover {
	text-decoration: none;
}
/* coupon txt-block */
.txt-block {
	float:right;
	width:458px;
	padding:8px 0 0 20px;
	border:1px solid #ddd;
	border-width:0 0 0 1px;
	font-size:1.3em;
}
.txt-block h1 {
	margin:0 0 16px;
	font-size:16px;
	color:#008e46;
}
.txt-block h1 a {color:#008e46;}
/* txt-area */
.txt-area {
/*	height:1%;*/
	min-height: 350px;
	overflow:hidden;
	padding:16px 0 0;
	color:#313131;
}
.txt-area p {margin:0 0 14px;}
.txt-area p span {
	padding:0 0 0 12px;
	background:url(../images/bullet.gif) no-repeat 0 6px;
}
.txt-area img.alignleft {
	float:left;
	border:1px solid #bbb;
	display:inline;
	margin:15px 25px 15px 0;
}
.txt-area h2 {
	margin:0 0 11px;
	font-size:1.3em;
	font-weight:normal;
}
.txt-area h4{
	color:#222;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0px;
}
.txt-area ul li{
	margin-bottom:3px;
} 	
/* intro-confirmation */
.intro-confirmation {
	height:1%;
	overflow:hidden;
	font-size:1.3em;
	color:#313131;
	padding:22px 0 0;
	margin:0 0 39px;
}
.intro-confirmation p {margin:0;}
/* subscribe-box */
.subscribe-box {
	width:618px;
	margin:0 auto;
	color:#313131;
	background:url(../images/bg-subscribe-box.gif) repeat-y;
}
.subscribe-box .b {background:url(../images/bg-subscribe-box-b.gif) no-repeat 0 100%;}
.ask-form {
	height:1%;
	overflow:hidden;
	padding:20px 18px 0px;
	background:url(../images/bg-subscribe-box-t.gif) no-repeat;
}
.ask-form .ask-item {
	height:1%;
	margin:0 0 25px;
}
.ask-form .ask-item:after {
	clear:both;
	content:"";
	display:block;
}
.ask-form .row {
	height:1%;
	overflow:hidden;
	padding:0 17px 8px 59px;
}
.ask-form .btn-row {padding-bottom:0;}
.ask-form h3 {
	margin:0 0 13px;
	font-weight:normal;	
}
.ask-form .radio {
	float:left;
	margin:0 6px 0 0;
	padding:0;
	width:16px;
	height:15px;
}
.ask-form label {
	float:left;
	font-size:1em;
	line-height:1.076em;
	color:#313131;
}
/* box-list */
.box-list {
	height:1%;
	overflow:hidden;
	color:#000;
	margin:0 0 13px;
}
/* coupon contacts */
.coupon .contact {
	width:180px;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	font-size: 12px;
}
.coupon .contact address {font-style:normal;}
.coupon .contact li.call {
	margin-top: 12px;
	color: #862011;
	font-size: 0.85em;
	font-size: 12px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
/* descript-list */
.descript-list {
	float:right;
	width:209px;
	font-size:0.8461em;
	padding:6px 36px 0 0;
}
.txt-block .descript-list p {margin:0 0 3px;}
.descript-list .price {
	color:#862011;
	font:bold 2.909em "Times New Roman", Times, serif;
}
.descript-list ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}
.descript-list li {padding:0 0 13px;}
.txt-block p {margin:0 0 7px;}
.txt-block h2 {
	margin:0 0 7px;
	line-height:2.6153em;
}
/* footer-coupon*/
.footer-coupon {
	height:1%;
	border:1px solid #ddd;
	border-width:1px 0 0;
	font-size:1.1em;
	padding:7px 0;
}
.footer-coupon p {margin:0;}
.hidden {
	top:0;
	left:-9999px;
	position:absolute;
}

.footer-coupon p span{
	float: left;
	width: 490px;
}
.footer-coupon img.left {
	float: left;
	margin-right: 5px;
}
.footer-coupon img.right {
	float: right;
	margin-left: -90px;
}
/* popups */
.popup {
	width:618px;
	height: auto;
	z-index:1000;
	/*position:absolute;
	top:0;
	margin-top:160px;*/
	margin: 25% 25%;
	position: absolute;
	left:-9999px;
	color:#bbb; 
	border:4px solid #ccc;
	-webkit-box-shadow: 0 0 10px #888;
	-moz-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
}
.popup:after {
	clear:both;
	content:"";
	display:block;
}
.popup .t {
	width:100%;
	height:13px;
	background:url(../images/bg-popup-t.png) no-repeat;
}
.popup .c {
	height:1%;
	padding:0;
	background: #fff;
}
.popup .c:after {
	clear:both;
	content:"";
	display:block;
}
.popup .b {
	height:13px;
	width:100%;
	background:url(../images/bg-popup-b.png) no-repeat;
}
.popup h5, .popup .block-form h5, .simplemodal-data .intro-box h5,
.simplemodal-data .intro h5, .simplemodal-data .block-txt h5{
	height: 40px;
	padding-top: 15px;
	padding-left: 15px;
	margin:0px;
	font:20px bold "Arial Black", Gadget, sans-serif;
	color:#4f6513;
	background: #a3ce38 /*url(../images/modalpopup/title_bg.jpg) repeat-x*/;
}

.simplemodal-data .intro h5{
	margin-bottom: 10px;
}

.content_external .c .block-form,  .simplemodal-data .block-form{
	margin: 0 0 10px;
}

.popup .block-form .intro-box p, .simplemodal-data .block-form .intro-box p{
	font-size: 16px;
	padding-left: 15px;
	margin-top: 15px;
}

.simplemodal-data .block-txt p{
	font-size: 16px;
	padding: 0 30px;
	margin-top: 15px;
}

.popup .block-form .attent, .simplemodal-data .block-form .attent {
	padding-left: 15px;
	color: #F07739;
	font-size: 11px;
	font-weight: bold;
}

#simplemodal-container .simplemodal-data .block-form .row label{
	font-weight: bold;
}

#simplemodal-container .simplemodal-data .block-form .privacy{
	color: #333;
}

/* block-form */
.popup .block-form,
.popup .block-txt {
	height:1%;
	overflow:hidden;
	padding: 0px 0px 20px;
	font-size:13px;
	color:#313131;
}
.popup .intro-box {
	height:1%;
	overflow:hidden;
}
.popup .block-form p,
.popup .block-txt p {margin: 10px 0 10px 30px;}
.popup .intro-box p {margin:0 0 15px;}
.popup .close {
	color:#008e46;
	padding:0 0 0 20px;
	height:40px;
	width:38px;
	margin:0 auto;
	display:block;
	background:url(../images/modalpopup/close_pop.png) no-repeat;
}
/* button close-corner */
.close-corner {
	position:absolute;
	top:-25px;
	right:-20px;
	text-indent:-9999px;
	width:40px;
	height:40px;
}
.close-corner a{
	display:block;
	overflow:hidden;
	width:40px;
	height:40px;
	cursor:pointer;
	background:url(../images/modalpopup/close_pop.png) no-repeat;
}
.popup .btn-holder {
	height:1%;
	overflow:hidden;
	padding:12px 15px 0 0;
	text-align:center;
}
.popup .block-form{padding:0;}
.block-form .mark {color:#222;}
.popup .block-form h6 {
	margin:0 0 15px;
	font-size:15px;
	color:#222;
}
/* popup intro */
.popup .intro {
	height:1%;
	overflow:hidden;
	margin:0 0 11px;
}
.block-form .attent {
	font-size:11px;
	color:#862011;
}
/* popup forms */
.contact-form,
.user-form {
	height:auto;
	*height: 62%;
	display: block;
	overflow:hidden;
	position:relative;
	margin: 0 15px 15px;
}
.request-form .mark,
.contact-form .mark,
.user-form .mark {color:#F07739;}
.request-form .row,
.planning-form .row,
.contact-form .row,
.user-form .row {
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.request-form .row{
	overflow:visible;
}
.request-form label,
.planning-form label,
.contact-form label,
.user-form label {
	float:left;
	width:142px;
	padding:0 5px 0 0;
	font-size:13px;
	line-height:21px;
	color:#645e00;
}

.contact-form label{
	text-align: right;
	padding-right: 10px;
	color: #444;
}

.planning-form label {width:100px;}
.request-form label {width:130px;}
.request-form label .sub {
	font-size:10px;
	color:#313131;
	line-height:12px;
	float:left;
	padding:0 8px;
	font-weight: normal;
}
.request-form .text,
.planning-form .text,
.contact-form .text,
.user-form .text {
	float:left;
	width:305px;
	padding:2px 2px 4px;
	background:#fff;
	font-size:13px;
	line-height:17px;
	/*color:#969696;*/
	border:1px solid #888;
}

.contact-form .policy_row{
	width: 300px;
	margin-left: 150px;
	font-family: Arial, Helvetica, sans-serif;
}

.contact-form .policy_row .btn{
	float: left;
	width: 100%;
}

.contact-form .btn span, .c .contact-form .btn .btn-r input, .popup .btn-holder .btn-close,
.simplemodal-data .block-txt .btn-close{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 85px;
	height: 30px;
	line-height: 30px;
	background: url(../images/select_btn_bg.png) no-repeat;
	display: block;
	text-align: center;
	float: left;
	padding: 0;
	color: #fff;
	cursor: pointer;
	*margin-top: -7px;
	cursor: pointer;
	border: none;
}
.contact-form .btn .btn-r input{
	*background: none;
}
.popup .btn-holder .btn-close, .simplemodal-data .block-txt .btn-close{
	margin-left: 30px;
}

.simplemodal-data .block-txt .btn-close:hover{
	text-decoration: none;
}

.contact-form .btn .btn-r input{
	text-indent: inherit;
}
.contact-form .btn input, .contact-form .btn .btn-r{
	background: none;
	width: 85px;
	height: 30px;
	float: left;
}
.popup .btn-holder .btn-close:hover{
	text-decoration: none;
}
.contact-form .btn .btn-r{
	margin-top: 15px;
}

.planning-form .text {
	width:290px;
	padding:2px 9px 4px;
}
.request-form .text {width:244px;}
.contact-form textarea,
.user-form textarea {
	float:left;
	width:309px;
	max-width:309px;
	height:107px;
	overflow:auto;
	font-size:13px;
	line-height:17px;
	color:#969696;
	padding:0;
	border:1px solid #888;
}
.contact-form select,
.user-form select {
	float:left;
	width:178px;
	font-size:13px;
	line-height:17px;
	color:#969696;
	border:1px solid #d0c95f;
}
span.privacy{
	font-size:10px;
	font-weight:bold;
}
/* recaptcha */
.recaptcha-area {
	float:left;
	width:312px;
	overflow: hidden;
	position: relative;
	right: 2px;
}
.recaptcha-area img {display:block;}
.recaptchatable #recaptcha_response_field {
	left: 0;
}
/* planing-form */
.planning-form {
	height:1%;
	overflow:hidden;
	padding:0 86px 0 80px;
}
/* request-form */
.request-form {
	height:1%;
	padding:20px 98px 0;
	float: left;
	margin-bottom: 20px;
}
.request-form .data-holder {
	height:1%;
	overflow:hidden;
	/*padding:34px 0 0;*/
}
/* data-guide */
.data-guide {
	float:left;
	width:248px;
	border:1px solid #d0c95f;
/*	height:148px;*/
	font-size:12px;
	line-height:12px;
	color:#000;
}
.data-guide select {
	width: 100%;
	margin: 0;
}
.data-guide table {
	width:230px;
	border-collapse:collapse;
}
.data-guide table td {padding:1px 2px 2px;}
.data-guide td.hover,
.data-guide td:hover {
	background:#07256b;
	color:#fff;
	cursor:pointer;
}
/* search-drop */
.search-drop {
	width:692px;
	padding:2px 18px 9px 10px;
	background:#fcffef;
	border:1px solid #d6ca00;
	overflow:hidden;
	z-index:100;
	position: absolute;
	top:10px;/*top:-22px;
	left:21px;
	display: none;*/
}
.search-drop .hotelName {
	float: left;
	margin: 5px 0 10px;
}
.search-drop .hotelName label {
	color: #645e00;
	font-size: 13px;
	display: block;
	margin-bottom: 2px;
}

/* title-drop */
.search-drop .title-drop {
	height:1%;
	overflow:hidden;
	border:1px solid #ede3bf;
	border-width:0 0 1px;
	margin:0 0 6px;
}
.search-drop .title-drop h2 {
	margin:0;
	height:22px;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#008e46;
}
.search-drop a.btn-close-drop {
	color:#008e46;
	display:block;
	height:22px;
	width:200px;
	padding:0 19px 0 0;
	background:url(../images/btn-close-drop.gif) no-repeat 138px 5px;
}
.search-drop a.btn-close-drop:hover {text-decoration:none;}
.search-drop a.btn-close-drop span {
	color: #707070;
	font-size: 12px;
	padding-left: 25px;
}
/* additional search */
.additional-search {height:1%;}
.additional-search .row {width:100%;}
.additional-search:after,
.additional-search .row:after {
	clear:both;
	content:"";
	display:block;
}
/* begin top search extra styles*/
#top-search-container {
	position: relative;
	float: left;
}
#top-search-container .hintInputWrapper {
	float: left;
	position: relative;
}
#top-search-container .hintInputWrapper .hint {
	position: absolute;
	top: -15px;
	left: 0;
	font-size: 11px;
	font-weight: bold;
	color: #969696;
}
#top-search-container .opener {
	position: absolute;
	top: 39px;
	left: 188px;
	font-size: 11px;	
}
#top-search-container .search-drop a.btn-close-drop {
	font: bold 11px Arial, Helvetica, sans-serif;
	background:url(../images/btn-close-drop.gif) no-repeat 120px 1px;
	padding-right: 5px;
	width: 190px;
}
#top-search-container .search-drop .title-drop {
	margin: 2px 0 6px;
	height: 18px;
}
#top-search-container .search-drop a.btn-close-drop span {
	font-size: 11px;
	padding-left: 23px;	
}
#top-search-container .search-drop {
	top: 4px;
	left: -1px;
	width: 411px;
}
#top-search-container .check-frame {
	width: 390px;
}
/* code-hoolder */
.code-holder {
	float:left;
	width:411px;
	padding:0 0 17px;
}
.code-holder label {
	float:left;
	width:145px;
	font-size:13px;
	color:#645e00;
	margin:8px 0 0;
}
.code-holder .text {
	float:left;
	width:126px;
	padding:5px 6px 2px;
	background:#fff;
	font-size:13px;
	line-height:16px;
	color:#969696;
	margin:3px 0 0;
	border:1px solid #d0c95f;
}
/* trackbar */
.trackbar-area {
	float:right;
	width:378px;
	margin: 10px 0 5px;
}
.trackbar-area .name {
	float:left;
	color:#645e00;
	font-size:13px;
	margin:8px 0 0;
}
.track-bar .amount {
	position:absolute;
	top:-16px;
	left:86px;
	border:0;
	padding:0;
	background:none;
	font-size:9px;
	line-height:12px;
	color:#647c20;
	margin:0 0 0 -20px;
}
.trackbar-area .track-bar {
	float:right;
	width:308px;
	position:relative;
	z-index:1;
	padding:0 0 20px;
}
.trackbar-area:after,
.trackbar-area .track-bar:after {
	clear:both;
	content:"";
	display:block;
}
.trackbar-area .slider {
	position:relative;
	z-index:2;
	width:308px;
	height:10px;
	font-size:0;
	line-height:0;
	margin:13px 0 0;
	background:url(../images/bg-slider.gif) no-repeat;
}
.trackbar-area .slider-range,
.ui-slider-range {
	position:absolute;
	left:2px;
	top:1px;
	width:98px;
	height:8px;
	background:#12a25c;
	z-index:2;
}
.trackbar-area .slider-handle,
.ui-slider-handle {
	position:absolute;
	left:100px;
	margin:0 0 0 -8px;
	top:-2px;
	width:15px;
	height:15px;
	z-index:3;
	background:url(../images/bg-slider-handle.gif) no-repeat;
}
.limit-min,
.limit-max {
	position:absolute;
	top:28px;
	font-size:9px;
	line-height:9px;
	color:#647c20;
}
.limit-min {left:0;}
.limit-max {right:0;}
.search-box .search-drop .additional-search h3 {
	margin:0;
	padding:0 0 6px;
	font-weight:normal;
	font-size:13px;
	color:#645e00;
	background: none;
	height:14px;
	text-indent: 0px;
}
/* check-col */
.check-frame {
	width:690px;
	overflow:hidden;
	margin:0 0 2px;
}
.check-col {
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	width:170px;
	float: left;
}
.check-col li {
	margin: 0 0 7px 29px;
}
.check-col label {
	font-size:11px;
	color:#313131;
	word-spacing:2px;
	letter-spacing:-1px;
	vertical-align:top;
}
.check-col input {
	margin:0 3px 0 0;
	padding:0;
	vertical-align:top;
	height: 13px;
	width: 13px;
}
.title-block label {line-height:22px;}
/* autocomplete styles */
.autocompletediv {
	background: #fcfef0;
	border: 1px solid #bbb;
	font-size: 10px;
	font-family: arial;
	margin: 6px 0 0 3px;
	margin: -6px 0 0 3px!important;
	*margin-top: 10px;
	padding: 0px;
	display: none;
	z-index: 2000;
	width: 188px !important;
}
.autocompletediv div {padding: 3px;}
.autocompletediv .selected, .wider .selected {
	background-color: #ef931b;
	color: #fff;
}
.autocompletediv .unselected, .wider .unselected {
	background-color: #fff;
	color: #666;
}
.wider {
	width: 287px !important;
	margin: -12px 0 0 3px;
	margin: -15px 0 0 3px !important;
}
/* text-area */
.text-area {
	height:1%;
	overflow:visible;
	padding:0 0 0 20px;
	clear:both;
}
.new-text-area{
	padding:20px 0 0 0;
}
/* text-box */
.text-box {
	height:1%;
	overflow: visible;
	border:1px solid #ddd;
	background:#f8f8f8;
	padding:8px 10px 0;
	margin:0 0 7px;
	color:#666;
}
.text-box h4 {
	margin:0 0 15px;
	font-size:1.1em;
}
.text-box p {
	margin:0 0 10px;
	font-size:1.1em;
	line-height:1.272em;
}
.new-text-box{
	padding:15px 12px 5px 12px;
}
.new-text-box h4 {
	margin:0 0 12px;
	font-size:1.2em;
}
.new-text-box p{
	line-height:1.45em;
}
/* btn-panel */
.btn-panel {
	position:absolute;
	/*right:5px;top:-21px;	border-top: 1px solid #ddd;*/
	height:30px;
	width: 90%;
	bottom: 3px;
	left: 2px;
	margin-top: 20px;
	padding: 5px;
	color:#313131;
	font-size:13px;
	z-index:25;
}
.btn-panel span {
	float:left;
	margin:10px;
}
.btn-panel ul {
	list-style:none;
	padding:0;
	margin:5px 0 0;
	float:left;
}
.btn-panel li {
	float:left;
	padding:0 0 0 15px;
	position:relative;
}
.btn-panel .twitter{
	margin-top:1px;
	
}
.btn-panel .mysaved{
	margin-top: 1px;
}
.btn-panel .email,
.btn-panel .print,
.btn-panel .map,
.btn-panel .weather {
	/* btn-panel .email */
	display:block;
	/*width:30px;
	height:25px;
	background:url(../images/icons.gif) no-repeat;*/
	text-indent:-9999px;
	overflow:hidden;
	margin:4px 0 0;
}
.btn-panel .print, .btn-panel .email {
	margin-top: 0px;
}
.btn-panel .map {
	background-position:0 -28px;
	margin-top:0px;
	display: none;
}
.btn-panel .weather {
	width:30px;
	height:29px;
	background-position:-30px -31px;
	margin-top:0px;
}
.directions-area {
	height:1%;
	overflow:hidden;
	border:1px solid #ddd;
	margin:25px 0 12px 0;
	*margin-top: 16px; /* fix for IE7 */
	width: 856px;
}
/* directions */
.directions {
	float:left;
	width:316px;
	margin:23px 0 0;
	height:323px;
	overflow:auto;
}
.directions h1{
	padding-left: 10px;
}
#main .directions h1, #newlayout h1{
	margin:0 0 10px;
	color:#222;
	padding:7px 16px 0 4px;
	font:18px Arial, Helvetica, sans-serif;
}
.directions-area .mapDirectionsContainer {
	position:relative;
	width:520px;
	height:424px;
	float:right;
	display:block;
}

.direct-info {
	width:291px;
	overflow:hidden;
	padding:10px 0 0 20px;
}
.direct-info .row {
	width:100%;
	overflow:hidden;
	margin:0 0 20px;
}
.direct-info label {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/ico-flags.png) no-repeat;
	width:35px;
	height:39px;
}
.direct-info .start-point {background-position:0 0;}
.direct-info .end-point {background-position:-35px 0;}
.direct-info .text {
	width:245px;
	float:right;
	background:url(../images/bg-direct-info.png) no-repeat;
	padding:7px 5px;
}
.direct-info .text input {
	width:245px;
	background:none;
	border:0;
	float:left;
	margin:0;
	padding:2px 0;
	color:#969696;
}
.direct-info .text2  {
	width:245px;
	background:none;
	border:0;
	float:left;
	margin:0;
	padding:2px 0;
	color:#969696;
	font-size: 12pt; 
	vertical-align: baseline;
}
.direct-info .color-1 input {color:#000;}
/* direct-info button */
.direct-info .btn {
	clear:both;
	float:right;
}
.direct-info .btn-r {
	float:right;
	overflow:hidden;
	position:relative;
	background:url(../images/bg-direct-info.png) no-repeat 0 -37px;
}
.direct-info .btn span {
	float:left;
	cursor:pointer;
	color:#fff;
	padding:7px 9px 8px;
	font-size:13px;
	line-height:13px;
	background:url(../images/bg-direct-info.png) no-repeat 100% -67px;
}
.direct-info .btn input {
	width:100%;
	position:absolute;
	text-indent:-9999px;
	top:0;
	left:0;
	background:url(../images/none.gif) no-repeat;
	border:0;
	margin:0;
	padding:0;
	cursor:pointer;
	height:28px;
}
/* directions box*/
.directions .box {
	width:293px;
	padding:0 0 0 5px;
	overflow:hidden;
}
.directions .box .mark {
	font-size: 14px;
	display:block;
	color:#222;
	margin:0 0 8px;
}
.directions .box table {
	border-collapse:collapse;
	width:100%;
	border-top:1px solid #ccc;
	margin:0 0 30px;
}
.directions .box td {
	padding:9px 0;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	font-size:1.1em;
}
.directions .box .col-1 {
	width:23px;
	color:#969696;
}
.directions .box .col-2 {width:210px;}
.directions .box .col-3 {
	width:60px;
	text-align:right;
}
.directions table em {
	display:block;
	color:#969696;
}
.directions-area .last-direction{
	height: 405px;
}
/* breadcrumbs-area */
#content .map-get-direction .breadcrumbs-area {
	position:absolute;
	left:0;
	top: -8px;
	font-size: 10px;
	color:#707070;
}

#content .breadcrumbs-area {
	position:absolute;
	left:0;
	top:-5px;
	top: -31px;
	font-size: 10px;
	color:#707070;
}


.details .breadcrumbs-area  {
	top: -11px;
}
.breadcrumbs-area ul {
	list-style:none;
	padding:0;
	margin:0 0 0 -3px;
	height:1%;
	overflow:hidden;
}
.breadcrumbs-area li {
	background:url(../images/sep-breadcrumbs.gif) no-repeat 0 6px;
	display:inline;
	float:left;
	font-size:1.3em;
	margin:0 10px 0 -10px;
	padding:0 5px 0 13px;
}
.breadcrumbs-area a {color:#008e46;}
/* coupon-area*/
.coupon-area {
	width:718px;
	overflow:hidden;
	background:#fff;
	padding:10px;
	margin:0 auto;
	line-height: 16px;
}
.coupon-area .tools-area {
	height:1%;
	overflow:hidden;
}
.coupon-area .tools {
	list-style:none;
	padding:0;
	margin:0;
	float:right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.coupon-area .tools li {
	float:left;
	padding:0 0 0 30px;
	font-size:1.3em;
}
.coupon-area .tools a {
	float:left;
	padding:1px 0 3px;
}
.coupon-area .tools .print {
	padding-left:21px;
	background:url(../images/ico-print.gif) no-repeat;
}
.coupon-area .tools .close {
	width:auto;
	height:auto;
	padding-left:22px;
	background:url(../images/btn-close.png) no-repeat;
	cursor:pointer;
}
.coupon-area p, .coupon-area h2, .coupon-area li{
	font-size: 12px;
}
.coupon-area .footer-coupon p{
	font-size: 10px;
	line-height: 13px;
}
/* social */
.social {
	position: relative;
	display: inline-block;
	z-index: 3;
	top: 35px;
}
.social .twitter {
	float: left;
	margin-top: 3px;
}
.social .facebook, .social-links .facebook {
	width:auto;
	margin: -4px 0px 0 0px;
	float: left;
}
.social-links iframe{
	margin-top:-2px;
	float:left;
}
.social-links a {
	float:right;
	*float: none;}
	
#innerpage-widget .social-links .facebook{
	display:block;
	width:200px;
	position:absolute;
	left:660px;
	top:110px;} 
/* share */
.share-area {
	height:0;
	width:100%;
	clear:both;
	margin-top:5px;
	display: none;
}
.homepage{
	width:130px;
	/*float:right;
	margin-right:0;*/
	position: absolute;
	right:0px;
	top:5px;
	overflow:visible;
}
.homepage a img{
	margin-top:13px;}

.pages{
	width:988px;
	margin:0 auto;
	position:relative;
}
.share {
	position: absolute;
	top:0px;
	left:860px; 
	z-index:0;
}
.share-coupon {
	position:absolute;
	right:135px;
	top:-26px;
}
.share img {
	display:block;
	margin-top:1px;
}
.listpage img{
	margin-top:12px;
}
.statepage img{
	margin-top:8px;
}
/* logo-print */
.logo-print {
	position:absolute;
	top:auto;
	left:-9999px;
}
.link-popup-offer {
	display: none;
}
.mapContainer {
        width: 855px;
        height: 350px;
        position:relative;
        border: 1px solid #bababa;
		margin-left: -20px;
}

.greentext {
        color:#008e46;
        text-decoration:none;
        font-size:16px;
}
/**** Start Amenity Icon Styles ****/
.icon_amenity {
        width:23px;
        height:23px;
        border:solid 1px #000;
        margin:1px 7px 1px 1px;
    float:left;
        background:url(/images/icons/amenity/amenity_strip_636x24.png) no-repeat;
}

.aaa_amenity {  }
.airport_amenity { background-position: -21px 0px; }
.amusement_amenity { background-position: -41px 0px; }
.breakfast_amenity { background-position: -67px 0px; }
.business_amenity { background-position: -90px 0px; }
.channels_amenity { background-position: -112px 0px; }
.coffee_amenity { background-position: -134px 0px; }
.cleaning_amenity { background-position: -158px 0px; }
.blowdry_amenity { background-position: -180px 0px; }
.fitness_amenity { background-position: -203px 0px; }
.golf_amenity { background-position: -226px 0px; }
.handicapped_amenity { background-position: -249px 0px; }
.internet_amenity { background-position: -270px 0px; }
.iron_amenity { background-position: -293px 0px; }
.kids_amenity { background-position: -316px 0px; }
.vehicle_amenity { background-position: -339px 0px; }
.localcalls_amenity { background-position: -362px 0px; }
.microwave_amenity { background-position: -384px 0px; }
.news_amenity { background-position: -407px 0px; }
.nonsmoking_amenity { background-position: -430px 0px; }
.pets_amenity { background-position: -453px 0px; }
.pool_amenity { background-position: -476px 0px; }
.fridge_amenity { background-position: -499px 0px; }
.restaurant_amenity { background-position: -521px 0px; }
.shopping_amenity { background-position: -544px 0px; }
.valet_amenity { background-position: -566px 0px; }
.waterview_amenity { background-position: -589px 0px; }
.wifi_amenity { background-position: -612px 0px; }
/**** End Amenity Icon Styles ****/

.mapContainer {
	width: 990px;
	height: 450px;
	position:relative; 
	border: 1px solid #bababa;
}

/** EDITED **/
/*.visual-aside .number,
.descript-block .info-box .number {
	float:left;
	padding:2px 6px 3px;
	color:#fff;
	font-size:16px;
	line-height:16px;
	background:#707070;
}*/
/* Below Edited by A. Calero */
/* Banner Ad modifications */
.display-left {
	margin:0px;
	padding:0px;
	float:left;
	max-width: 840px;
	/*border: 1px solid #CCCCCC;*/
}
.displayads-vert-right {
	margin:0px;
	padding:6px 0 0 0;
	float:right;
	width:124px;
	/*border: 1px solid #CCCCCC;*/
}


/* styling for whats new page*/
span.newSubTitles {

    text-decoration: underline;
}

@media print {
	.fader {
		opacity: 0 !important;
	}
}

/*Text shadow---glowing affect*/
.shadow{
		/* pretty browsers*/
		text-shadow:red 0px 0px 7px;
		/* For IE */
		zoom:1;/*force hasLayout*/
		position:relative;/*fot absolute position of child element*/
		z-index:1;
		display:inline;
	}
	.shadow-ie{
		/* position correctly */
		position:absolute;
		left:515px;top:-3px;  /*strength + pixelradius */
		z-index:-1;/* force under the normal text */
		/* the magic: filters */
		filter:progid:DXImageTransform.Microsoft.Glow(Color=red,Strength=2)
			progid:DXImageTransform.Microsoft.blur(pixelradius=5, enabled='true');
		zoom:1;/*force hasLayout*/
		display:inline;
	}
	.shadow-ie2{
		/* position correctly */
		position:absolute;
		left:515px;top:-3px;  /*strength + pixelradius */
		z-index:-1;/* force under the normal text */
		/* the magic: filters */
		filter:progid:DXImageTransform.Microsoft.Glow(Color=red,Strength=2)
			progid:DXImageTransform.Microsoft.blur(pixelradius=5, enabled='true');
		zoom:1;/*force hasLayout*/
		display:inline;
	}
#ie-getToKnowUs{
	display:inline;
}
/*Restrictions may apply css*/
span.restriction{
	text-decoration:underline;
	line-height:14px;
	padding:2px 0 5px;
	color:#313131;
	display:block;
}
.price-block a span{
	color:#313131;
}

/*new design of featured properties*/
.new-featured-frame{
	width:990px;
	min-height:279px;
	/*background:url(/images/new-featured-frame-expand.png) no-repeat left bottom;*/
	display:block;
	margin-left:-3x;
	margin-top: 20px;
	margin-bottom:25px;
	clear:both;
	position:relative;
	z-index:0;
	clear:both;
	float: left;
	border: 1px solid #dedede;
	
	background: rgb(241,249,251); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(241,249,251,1) 0%, rgba(183,206,212,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,249,251,1)), color-stop(100%,rgba(183,206,212,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(241,249,251,1) 0%,rgba(183,206,212,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(241,249,251,1) 0%,rgba(183,206,212,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(241,249,251,1) 0%,rgba(183,206,212,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(241,249,251,1) 0%,rgba(183,206,212,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f9fb', endColorstr='#b7ced4',GradientType=0 ); /* IE6-9 */
	
}
	
.new-featured-frame-top{
	width:990px;
	height:2px;
	display:block;
}

.LastCall-banner img{
	width: 960px;
	height: 50px;
	float: left;
	margin: 10px 0px 20px;
}

.frame-inner{
	padding:8px 5px 8px 16px;}
	
.home-new-featured{
	margin-top:10px;
	margin-left: -3px;
	margin-bottom:0;}
	
.new-featured-frame .frame-inner h1,
.content_external #main .new-featured-frame .frame-inner h1{
	font-size:17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	margin:0px 0 8px 0;
	clear:both;
	display:block;
	font-weight: bold;}
	
.new-featured-frame .frame-inner h1 a,
.content_external #main .new-featured-frame .frame-inner h1 a{
	color:#222;
	float:right;
	font-size:13px;
	text-decoration: underline;
	margin:5px 5px 0px 0;
	*margin-top:-18px;
	}
	
.new-featured-hotel{
	width:234px;
	height:216px;
	display:block;
	float:left;
	margin-right:8px;
	background:url(/images/single-frame.png) no-repeat;}
	
.box-inner{
	padding:2px 5px;
	text-align:center;}
	
.fea-logo{
	height:46px;
	display:block;
	margin-bottom:1px;}	

.fea-logo img{
	max-height:38px;
	max-width:120px;
	margin:8px 0 0 0;}

.fea-hotelimg{
	width:210px;
	height:120px;
	display:block;
	margin-bottom:4px;}	

.fea-hotelimg img{
	max-width:175px;
	max-height:120px;
	margin-left:8px;}
	
.fea-hotelname{
	display:block;
	color:#009950;
	font-size:12px;
	font-weight:bold;
	margin:0 0 1px 0;
	padding:0 8px;
	line-height:12px;}
	
.fea-hoteladd{
	font-size:11px;
	line-height:11px;}
	
/*Highlight background for the premium properties*/
.description-area .highlight{
	background:#eff7f9;
	padding:10px 0;
	width:800px;}

/*New plan your trip page of featured properties*/	
.new-trip-frame{
	background:url(/images/planyourtrip-frame.png) no-repeat;
	width:314px;
	height:168px;}

#newlayout .new-trip-frame h1{
	color:#666666;
	padding-left:15px;
	padding-top:5px;
	font-size: 20px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;}
	 
.new-trip-frame .planning{
	width:265px;
	margin:0px 0 0 15px;
	padding:0;}
	
.new-trip-frame .planning fieldset{
	margin: 50px 0 0 0;
	padding:0;}
		
.new-trip-frame .row{
	margin:2px 0 10px 0 ;
	padding:0;}
	
.new-trip-frame .row label{
	width:55px;
	color:#666666;
	text-align:right;
	margin-right:5px;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;}	
	
.new-trip-frame .row input{
	width:192px;
	border:1px #b3b3b3 solid;
	padding:2px 5px;
	font-size: 12px;}
	
.new-trip-frame .btn input{
	background:url(../images/select_btn_bg.png) no-repeat;
	width: 85px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	float:left;
	text-align: center;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#fff;
	cursor:pointer;
	border:none;
}
	
.left-trip{
	width:315px;
	height:auto;
	float:left;
	margin-right:10px;}
	
.left-trip .directions{
	height: 264px;
}
	
/* Map View box adjustment for Chrome and Safari(was cut off a half on Chrome and Safari)*/
#newlayout{
	width:990px;
	float:left;}
	
#newlayout .tabs-holder{
	margin:0 -1px;
	overflow:hidden;
	position:relative;
	width:665px;
	padding:0 0 20px;
	z-index:1;
	float:left;}
	
/*My Saved Searches*/
.saved-info-box{
	position:absolute;
	top: 22px;
	right:15px;
	font-size:11px;
	color:#777777;
	width:100%
}
#save-hotel-msg{
	float:right;
	margin-right:5px;
}
.saved-del img{
	float:right;
	width:15px;
	height:16px;
}
.descript-block .info{
	position: relative;
	width: 617px;
	padding-left: 30px;
}
.saved-listing{
	top:-5px;
	right:10px;
}
#content .my-saved p.saved-error{
	font-size:12px;
}

	
/*Adding additional text*/
.additional{
	margin-top:10px;
	padding:5px 8px;
	background:#f3f6e3;
	border:#b2b2b0 1px solid;
	font-size:10px;
	display:block;
	text-align:center;}
	
.adding-icon{
	background:url(/images/additional-s.png) no-repeat 0px 2px;
	padding-left:30px;
	display:block;
	color:#606060;}
	
/*Add text message disclaimer on the list view page */
.show-message{
	color: #222;
	font-size: 9px;
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.show-message strong{
	font-weight: bold;
}

/*Add logo of LastCall to the header area*/
#header .logo-lastcall{
	position:absolute;
	top:105px;
	right:5px;}
	
#header .logo-lastcall img{
	float:left;
	margin-right:5px;}
	
#header .support-lastcall span{
	position:absolute;
	top:125px;
	right:15px;
	font-size:10px;
	color:#8D8500;
	background:url(/images/support.png) no-repeat;
	padding-left:15px;}
	
#header .logo-lastcall span strong{
	font-weight:bold;
	font-size:10px;
	color:#8D8500;
	margin-left:2px;}
	
/* LastCall logo */
#header .logo-lastcall {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:20px 0 0;
	position:absolute;
	top:-28px;
	left:-30px;
	background:url(/images/lastcall-logo-header.png) no-repeat;
}
#header .logo-lastcall a {
	display:block;
	width:225px;
	height:91px;
}

/* New Error page when the RoomSaver.com is down*/
.error-page{
	background: url(/images/error-page-bg.jpg) no-repeat;
	width: 935px;
	height: 383px;
	color: #1b9759;
}

.error-page h1{
	color: #1b9759;
	font-size: 24px;
	padding-top: 60px;
	padding-left: 170px;
	padding-bottom: 10px;
}

.error-page .txt-area p{
	width: 620px;
	margin-left: 170px;
	font-size: 14px;
	font-weight: bold;
	color: #1b9759;
}

.error-page .txt-area p a{
	text-decoration: underline;
}

/*Css adjustment for LastCall on Roomsaver*/
#wrapper span.logout{
	top: 20px;
}


/*-----------Inner page layout----------------------*/
.content_external{
	width: 1000px;
	margin: 20px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.descript-block .frame .info{
	width: 564px;
}

.descript-block .highlight .info{
	width: 577px;
	margin-left: -30px;
}

.descript-block .highlight .visual-aside{
	width: 200px;
	margin: 0 auto;
}

.descript-block .highlight .visual-aside .hotel-logo{
	text-align: center;
	width: 175px;
	margin: 0 auto 10px;
}

.descript-block .highlight .info p, .descript-block .frame .info p{
	font-size: 12px;
}

.descript-block .frame .info .price-block{
	margin-right: 20px;
}

#mainContent h2{
	margin-top: 15px;
}

#mainContent .desc-text, #main .desc-text{
	margin-bottom: -20px;
}

#content .tabs-area #tab-2 .description-area .descript-block{
	width: 780px;
}

.coupon .txt-block h1{
	color: #222;
}


/*------- Details page options -----*/
.content_external .inner_main .btn-panel .mysaverd{
	background: url(../images/page_options.png) no-repeat 0 -2px; 
	width: 21px; 
	height: 20px;
}

/*Inner pages*/
.display-left h1{
	margin-bottom: 10px;
	font-size: 18px;
}

.display-left h4{
	font-size: 15px;
	margin-bottom: 5px;
}

.content_external .inner_main .txt-area h1{
	margin-bottom: 10px;
}
