/* timesharelifestyle.com main css */


/* reset everything */
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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;/*vertical-align:baseline;background:transparent*/}
body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


/* structure */
body{
	background-repeat:repeat-x;
}
h1 {
	font-size:20px;
	color:#ACACAC;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
#center_wrap{
	width: 100%;
	text-align: center;
	background-repeat:no-repeat;
	background-position:top center; 
}

#wrapper{
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

#header{
}

#banner{
	text-align: center;
}

.big_banner{
	height: 392px;
}

.normal_banner{
	height: 207px;
}

#menubar{
	height: 39px;
}

#main{
	width:1000px;
	padding: 20px 0 30px;
}

#smart_search_wrapper{
	text-align: left;
	top: 39px;
	left: 730px;
	
	position: absolute;
	padding: 0;
	margin: 0;
	z-index: 100;
	float: right;
	display: none;
}

#smart_search_form{
	width: 148px;
	height: 23px;
	margin: 0;
	padding: 0;
	background-image: url(/images/smart_search_background.png);
}

#smart_search_form input{
	width: 121px;
	margin: 0;
	margin-left: 5px;
	margin-top: 4px;
	padding: 0;
	border: none;
	background-color: #e9e9e9;
}

#smart_search_results{
	width: 176px;
	display: none;
	background-color: #f9f9f9;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	margin: 0 6px 0;
}

#smart_search_results li{
	padding: 2px 2px 2px 4px;
	cursor: pointer;
}

#smart_search_results li a{
	color: #5e5e5e;
	text-decoration: none;
}

#smart_search_results li.alt{
	background-color: #ececec;
}


#smart_search_results li.keynav_focusbox{
	background-color: #007EFE;
}

#smart_search_results li.keynav_focusbox a{
	color: white;
	font-weight: bold;
}

#smart_search_results2 {
	width: 176px;
	display: none;
	position: relative;
	background-color: #f9f9f9;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	margin: 0 6px 0;
}

#smart_search_results2 li{
	padding: 2px 2px 2px 4px;
	cursor: pointer;
}

#smart_search_results2 li a{
	color: #5e5e5e;
	text-decoration: none;
}

#smart_search_results2 li.alt{
	background-color: #ececec;
}


#smart_search_results2 li.keynav_focusbox{
	background-color: #007EFE;
}

#smart_search_results2 li.keynav_focusbox a{
	color: white;
	font-weight: bold;
}

#footer{
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	background-color: #f7f7f7;
	padding: 25px 0;
	margin: 0 auto;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.margin_5{
	margin: 5px;
}
.col_100{
	width: 100px;
}

.col_200{
	width: 200px;
}

.col_220{
	width: 220px;
}

.col_225{
	width: 225px;
}

.col_235{
	width: 235px;
}

.col_240{
	width: 240px;
}

.col_250{
	width: 250px;
}

.col_255{
	width: 255px;
}

.col_265{
	width: 265px;
}

.col_425{
	width: 425px;
}

.col_470{
	width: 470px;
}

.col_510{
	width: 510px;
}

.col_535{
	width: 535px;
}

.col_550{
	width: 550px;
}

.col_770{
	width: 770px;
}

.col_800{
	width: 800px;
}
.col_970{
	width: 970px;
}

.top_15{
	margin-top: 15px;
}

.left_15{
	margin-left: 15px;
}

.left_30{
	margin-left: 30px;
}

.right_5{
	margin-right: 5px;
}

.right_10{
	margin-right: 10px;
}


.right_15{
	margin-right: 15px;
}

.right_30{
	margin-right: 30px;
}

.right_47{
	margin-right: 47px;
}

.left_pad_10{
	padding-left: 10px;
}

.bottom_pad_10{
	padding-bottom: 10px;
}

.top_pad_10{
	padding-top: 10px;
}

.hidden{
	display: none;
}

.align_center{
	text-align: center;
}
.align_left{
	text-align: left;
}
.align_right{
	text-align: right;
}

table#photo_thumbs{
	margin-top: 5px;
}

img.photo_thumb{
	margin: 0 0 5px 5px;
}

#listing_offer_form{
	float: left;
	width: 215px;
	padding-left: 15px;
	border-left: 1px solid #5e5e5e;
}

div.capsule_borderless{
	background-color: #eee;
	padding: 0;
	margin: 0;
	
}

div.capsule_content{
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 9px 15px 9px 15px;
	background-color: #f5f5f5;
}

div.capsule_top{
	background-image: url(/images/capsule_background_top.gif);
}

div.capsule_bottom{
	background-image: url(/images/capsule_background_bottom.gif);
}

table#listings td,
table#sort_listings td
{
	padding: 10px;
	border-bottom: 1px solid #c7c7c7;
}

table.week_num_hint_table td,
table#listings table.week_num_hint_table td,
table#sort_listings table.week_num_hint_table td{
	border: 0;
	padding: 5px;
}

table.week_num_hint_table{
	border: 1px solid #DECA7E;
	padding: 5px;
}

#wanted_form_wrapper{
	width: 300px;
	border: 1px solid #DECA7E;
	padding: 10px;
	margin: 0 auto;
}

#wanted_form_expand{
	display: none;
}

.nav_tab{
	float: left;
	height: 39px;
	cursor: pointer;
	background-repeat:no-repeat;
}

#tab_buy{
	background-image: url(/images/tab_background_buy.gif);
}
#tab_buy, #tab_buy.img{
	width: 55px;
}

#tab_sell{
	background-image: url(/images/tab_background_sell.gif);
}
#tab_sell, #tab_sell.img{
	width: 60px;
}

#tab_rent{
	background-image: url(/images/tab_background_rent.gif);	
}
#tab_rent, #tab_rent.img{
	width: 63px;
}

#tab_info{
	background-image: url(/images/tab_background_info.gif);
}
#tab_info, #tab_info.img{
	width: 57px;
}

img.nav_tab_overlay{
	display: none;
}

.tab_popup{
	z-index: 100;	
	position: absolute;
	top: 392px;
	left: 586px;
	width: 418px;
	display: none;
}

.tab_popup_header{
	background-image: url(/images/tab_bubble_header.png);
	background-repeat:no-repeat;
	height: 10px;
	margin: 0;
	padding: 0;
	width: 418px;
}
.tab_popup_footer{
	background-image: url(/images/tab_bubble_footer.png);
	background-repeat:no-repeat;
	height: 10px;
	width: 418px;
}
.tab_popup_content{
	background-image: url(/images/tab_bubble_background.png);
	width: 364px;
	padding: 10px 27px 10px 27px;
}

img.tab_popup_where_to{
	margin-bottom: 20px;
}

div.tab_popup_buy_form_wrapper{
	margin-left: 20px;
}

#tab_popup_travel_button_div{
	margin-top: 8px;
}

#tab_popup_buy div.input_styled_normal,
#tab_popup_buy div.input_styled_wide,
#tab_popup_rent div.input_styled_normal,
#tab_popup_rent div.input_styled_wide
{
	margin-bottom: 11px;
}

.tab_popup,
.tab_popup a,
.tab_popup a:visited
{
	color: white;
}

.nav_tab_overlay_active{
	display: none;
}

#tab_popup_sell_form_questions{
	padding-top: 4px;
}

#tab_popup_sell div.input_styled_wide{
	margin-bottom: 4px;
}

#tab_popup_sell_button{
	margin-top: 10px;
}

#search_form_wrapper{
	width: 600px;
	margin-left: 200px;
}

#support_button_wrapper{
	margin-bottom: 10px;
}

div.featured_resort{
	margin-bottom: 20px;
}

div.featured_resort_wrap{
	margin-top: 5px;
}

div.featured_resort_description{
	padding: 2px 0 2px;
}

img.big_button{
	width: 420px;
	height: 61px;
	padding: 5px 0 5px;
}


/* type */

body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #5e5e5e;
}

.justify{
	text-align: justify;
}

.nine{
	font-size: 9px;
	line-height: 12px;
}

.twelve{
	font-size: 12px;
	line-height: 16px;
}

h4{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3{
	font-size: 13px;
	margin-bottom: 13px;
}

h2{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 24px;
}
h1.listing {
	text-transform:none;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 24px;
	color:#5E5E5E;
}
input.blur, textarea.blur{
	color: #a3a3a3;
}

input.offer_form{
	font-family:Verdana, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #b4b4b4;
	padding: 4px;
	margin-bottom: 5px;
	width: 200px;

}

textarea.offer_form{
	font-family:Verdana, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #b4b4b4;
	padding: 4px;
	margin-bottom: 5px;
	width: 200px;
	
}

input.error{
	border: 2px solid #b00;	
	padding: 3px;
}

.input_styled_wide input,
.input_styled_normal input{
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
}

a, a:visited{
	color: #5E5E5E;
	text-decoration: underline;
}

.gray{
	color: #aaa;
}
.red,
a.red{
	color: #b00;
}

table.featured_listing_widget,
table.featured_listing_widget tr,
table.featured_listing_widget td {
	vertical-align: middle;
}

table.featured_listing_widget tr{
	padding-bottom:5px;
}

#sort_listings a{
	text-decoration: none;
}

#sort_listings a.current{
	text-decoration: underline;
}

div.wp_content p{
	margin-bottom:14px;
}

#home_text a, #home_text a:visited{
	color: #2277DD;
	text-decoration: none;
}

/* interactive */
.hover{
	cursor: pointer;
}

.cursor{
	cursor: pointer;
}

span.week_num,
span.week_num:hover{
	cursor: help;
}
.tooltip{
	position: absolute;
	padding: 10px 13px;
	z-index: 2;
	color: #303030;
	background-color: #f5f5b5;
	border: 1px solid #DECA7E;
	font-size: 11px;
	text-align: left;
	width: 300px;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	/*width:696px; */
	height:540px;
	overflow:hidden; 
	}
span#prevBtn{}
span#nextBtn{}
#box {
	margin-top: 10px;
	margin-bottom: 10px;
}
.box h2 {
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px;
	text-align:center;
	height:15px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}
.box h2 a {
	color:#FFF;
	}
#blueboxtop {
	background-color:#0072CF;
	background-image:url('/images/box_blue_top.gif');
	width: 418px;
	height:16px;
}
#blueboxmiddle {
	background-color:#0053B8;
	background-image:url('/images/box_blue_bod.gif');
	background-repeat:repeat-y;
	width: 418px;
}
#blueboxbottom {
	background-color:#0072CF;
	background-image:url('/images/box_blue_bot.gif');
	width: 418px;
	height:17px;
}
#purpleboxtop {
	background-color:#921EC7;
	background-image:url('/images/box_purple_top.gif');
	width: 418px;
	height:16px;
}
#purpleboxmiddle {
	background-color:#660C8F;
	background-image:url('/images/box_purple_bod.gif');
	background-repeat:repeat-y;
	width: 418px;
}
#purpleboxbottom {
	background-color:#660C8F;
	background-image:url('/images/box_purple_bot.gif');
	width: 418px;
	height:17px;
}
#greenboxtop {
	background-color:#921EC7;
	background-image:url('/images/box_green_top.gif');
	width: 418px;
	height:16px;
}
#greenboxmiddle {
	background-color:#660C8F;
	background-image:url('/images/box_green_bod.gif');
	background-repeat:repeat-y;
	width: 418px;
}
#greenboxbottom {
	background-color:#660C8F;
	background-image:url('/images/box_green_bot.gif');
	width: 418px;
	height:17px;
}
#orangeboxtop {
	background-color:#EB801E;
	background-image:url('/images/box_orange_top.gif');
	width: 418px;
	height:16px;
}
#orangeboxmiddle {
	background-color:#E05F05;
	background-image:url('/images/box_orange_bod.gif');
	background-repeat:repeat-y;
	width: 418px;
}
#orangeboxbottom {
	background-color:#E05F05;
	background-image:url('/images/box_orange_bot.gif');
	width: 418px;
	height:17px;
}

.plain {
	font-weight:normal;
	font-style:normal;
}
.landingtitle {
	font-size: 22px;
	font-family:Arial, Helvetica;
	font-weight:bold;
	text-align:center;
	color: #FFF;
	margin:20px 0 30px 0;
text-transform:none;
}

.landingtitle2 {
	font-size: 42px;
	font-family:Arial, Helvetica;
	font-weight:bold;
	text-align:center;
	font-style:italic;
	color: #FFF;
	margin:20px 0 30px 0;
text-transform:none;
}


.threesteps {
	width:668px;
	font-size:10px;
	color: #000;
	text-align: left;
}
.step1 {
	float:left;
	width:175px;
	margin: 0px 30px 0px 23px;
}
.step2 {
	float:left;
	width:195px;
	margin: 0px 17px 0px 10px;
}
.step3 {
	float:left;
	width:185px;
	margin: 0px 20px 0px 10px;
}
.steptitle {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
#content_how li {
	list-style:disc;
	color:#000;
	margin: 5px 0 5px 13px;
}
.redli {
	font-family: Verdana, Arial, Helvetica;
	font-size:12px;
	display:inline;
	font-weight:bold;
	line-height:12px;
}

.readytosell {
	width:240px;
	height:310px;
	background-image:url('/images/testimonials_bg.png');
	background-repeat:no-repeat;
	text-align: center;
	padding: 15px 10px 0px 10px;
}
.readytosell p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
	line-height:16px;
	color: #64645A;
}
.readytosell h2 {
	font-size: 23px;
	font-weight:bold;
	text-transform:uppercase;
	color: #FFF;
	margin: 0px 0 15px 0;
}
#readytosell_top{
	margin: 0;
	padding: 20px 0 10px 11px;
	width: 320px;
	height: 41px;
	background-image:url(/images/testimonial_top.png);
	background-repeat:no-repeat;
	text-align:left;
	vertical-align: middle;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#000;
}

#readytosell_middle{
	margin: 0;
	padding: 0;
	width: 320px;
	background-image: url(/images/testimonial_bg.gif);
	background-repeat: repeat-y;
	color: black;
}

#readytosell_middle2{
	margin: 0;
	padding: 0;
	width: 320px;
	background-image: url(/images/testimonial_bg1.gif);
	background-repeat: repeat-y;
	color: black;
	font-size: 11px;
	line-height: 13px;
}

#readytosell_middle2 ul {
	margin: 0px 0px 0px 0px;
	padding: 0 0px 0  0px;
}

#readytosell_middle2 li {
background-image:url(/images/b_checkmark_grn24.png);
background-repeat:no-repeat;
background-position:0px 0px; 
padding-left:25px;
margin: 0 0 -10px 0;
}

#readytosell_middle a{
	color: black;
	padding: 0 10px 0 0px;
}
#readytosell_bottom{
	margin: 0;
	padding: 0;
	width: 320px;
	float:left;
}

#testimonial_top{
	margin: 0;
	padding: 20px 0 10px 11px;
	width: 640px;
	height: 41px;
	background-image:url(/images/testimonial_top.png);
	background-repeat:no-repeat;
	text-align:left;
	vertical-align: middle;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#000;
}


.testimonials {
	width:240px;
	height:310px;
	background-image:url('/images/testimonials_bg.png');
	background-repeat:no-repeat;
	text-align: center;
	padding: 15px 10px 0px 10px;
}
.testimonials p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
	line-height:16px;
	color: #64645A;
}
.testimonials h2 {
	font-size: 23px;
	font-weight:bold;
	text-transform:uppercase;
	color: #FFF;
	margin: 0px 0 15px 0;
}
#testimonial_top{
	margin: 0;
	padding: 20px 0 10px 17px;
	width: 640px;
	height: 41px;
	background-image:url(/landing_page/testimonial_top.gif);
	background-repeat:no-repeat;
	text-align:left;
	vertical-align: middle;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
}

#testimonial_middle{
	margin: 0;
	padding: 0;
	width: 640px;
	background-image: url(/landing_page/testimonial_bg.gif);
	background-repeat: repeat-y;
	color: black;
}

#testimonial_middle2{
	margin: 0;
	padding: 0;
	width: 640px;
	height: 280px;
	background-image: url(/landing_page/testimonial_bg2.gif);
/*	background: #FFF;*/
	background-repeat: repeat-y;
	color: black;
	font-size: 13px;
	line-height: 15px;
}

#testimonial_middle2 ul {
/*	display:inline; 
	list-style-image: url(/images/b_checkmark_grn40.png);
	list-style:disc;
	color:#000;
	vertical-align: top;*/
	margin: 0px 0px 0px 0px;
	padding: 0 0px 0  0px;
}

#testimonial_middle2 li {
background-image:url(/images/b_checkmark_grn25.png);
background-repeat:no-repeat;
background-position:0px 0px; 
padding-left:35px;
}

#testimonial_middle a{
	color: black;
	padding: 0 10px 0 0px;
}
#testimonial_bottom{
	margin: 0;
	padding: 0;
	width: 640px;
}


#terms_wrapper{
	font-size: 9px;
	margin: 5px 0 0px 0;
}

#terms_wrapper, #terms_wrapper a, #terms_wrapper a:visited{
	color: #666;
}

#get_started_form {
	width: 464px; 
	float: right; 
	margin: 8px 0 0;
}
#form_wrapper{
	width: 464px;
	height: 430px;
	background-image: url(/landing_page/form_background.gif);
	background-repeat: no-repeat;
}
#form_wrapper_sp{
	width: 464px;
	height: 430px;
	background-image: url(/landing_page/form_background_sp.png);
	background-repeat: no-repeat;
}

#form_wrapper_top{
	padding: 115px 0 0 0;
}

#form_table{
	padding: 0 0 10px 0;
}
#formfooter {
	background-image: url(/landing_page/form_background.gif);
	background-repeat:no-repeat;
	background-position:0px -345px;
padding:10px 0 25px 0;
margin:0 0 20px 0;
}
.input_styled_wide{
	width: 191px;
	height: 23px;
	background-image: url(/images/text_input_background_wide.png);
}

.input_styled_normal{
	/*width: 110px;*/ 
	height: 23px;
	background-image: url(/images/text_input_background_normal.png);
	background-repeat:no-repeat;
}

.input_styled_normal input{
	width: 100px;
	margin: 0;
	margin-left: 5px;
	margin-top: 4px;
	padding: 0;
	border: none;
	background-color: #e9e9e9;
}

.input_styled_wide input{
	width: 180px;
	margin: 0;
	margin-left: 5px;
	margin-top: 4px;
	padding: 0;
	border: none;
	background-color: #e9e9e9;
}
.taller {
	padding-bottom:10px;
}



/* *** search box, login ************************** */

.btn-search{
	position:relative;
	float:left;
	margin-left:20px;
	width:45px;
	height:21px;
	background-color:#49c3ec;
	}

.btn-search a{
	display:block;
	width:45px;
	height:21px;
	padding-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	}


.search-login-box{
	position:relative;
	float:left;
	margin-left:4px;
	width:216px;
	height:306px;
	background-color:#ebecf9;
	}
.search-box{
	position:relative;
	width:216px;
	height:106px;
	background-image:url(images/tile1.jpg);
	}

.t12b{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#575757;
	margin-left:-5px;
	margin-bottom: 5px;
	}

.search-input{
	position:relative;
	float:left;
	width:100px;
	margin-left:0;
	}


.d-search-btn a{
	display:block;
	margin-left:-8px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#6278ff;
	}
.d-search-btn a:hover{
	text-decoration:underline;
	}


/* ***************** */

.heading1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333;
	}
.heading2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	}

/* important links styles ******************************8 */

.side-box-top{
	position:relative;
	background-image:url(images/side-box-top.jpg);
	background-repeat:no-repeat;
	width:173px;
	height:42px;
	}
.side-box-top span{
	position:relative;
	left:10px;
	top:10px;
	}
.side-box-mid{
	position:relative;
	background-image:url(images/side-box-mid.jpg);
	background-repeat:repeat-y;
	width:173px;
	/*
	padding-left:4px;
	padding-left:4px;
	*/
	}
.side-box-btm{
	position:relative;
	background-image:url(images/side-box-btm.jpg);
	background-repeat:no-repeat;
	width:173px;
	height:9px;
	}
.side-box-mid p{
	margin:0;
	padding:3px;
	}
.side-box-content{
	position:relative;
	margin:0 auto;
	width:160px;
	}




/* start now styles *************************** */

.input_text {
    border: 1px solid #A5ACB2;
    color: #676767;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 17px;
    margin-bottom: 5px;
    width: 142px;
}

.inputselect_text {
    border: 1px solid #A5ACB2;
    color: #676767;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 20px;
    margin-bottom: 8px;
    width: 145px;
}

element.style {
    float: right;
    margin-right: 13px;
}
.gsn-form{
	position:relative;
	width:158px;
	left:8px;
	top:6px;
	}



