body {    
    background: #006596 url("../images/general/body_bg.jpg") center bottom repeat-x;
    text-align: center;
}

.page_wrapper {
	width: 100%;
	background: transparent url("../images/general/page_wrapper_bg.jpg") top repeat-x;	
}

/* Font and colour for entire site design */
body,div,td,th,p,h1,input,textarea,select {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    color: #666666;
}

p {
    padding-bottom: 6px;
}

table {
    border-collapse: collapse;
    border: none;
}

img {
    border: none;
}

img {
    behavior: url("/css/pngbehavior.htc");
}

/* Colour of active links on pages */
a {
    color: #0033ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Font size and color of the 1st level titles */
h1 {
    color: #175682;
    font-size: 18px;
    margin: 0px;
    margin-bottom: 12px;
}

/* Colour of the links in the headings */
h1 a {
    color: #0033FF;
    font-size: 12px;
    font-weight: normal;
}

/* Font size and color of the 2nd level titles  */
h2 {
    color: #175682;
    font-size: 14px;
}

/* Font size and color of the 3rd level titles */
h3 {
    color: #175682;
    font-size: 12px;
    font-weight: bold;
}

/* Bold text */
strong {
    color: #175682;
}

center {
    margin-bottom: 7px;
}

form {
    display: block;
    margin: 0px;
    padding: 0px;
}

input,select,textarea {
    font-size: 12px;
    color: #000000;
}

.blue {
    color: #0096E4;
}


.margin_15 {
	margin: 15px;
}

/*header*/
div.page {
    width: 932px;
    margin: auto;
}

div.header {
    position: relative;    
    height: 220px;
    width: 932px;
    margin: 0px;
    background-color: #ffffff;
    overflow: hidden;
}

div.header div.logo {    
    z-index: 1;
    top: 0px;
    left: 0px;
}


div.header img.subheading {
	display: block;
	position: relative;
	top: -30px;
	width: 932px;
	height: 45px;
}


div.content_wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 8px;
    background-color: #ffffff;
}


div.footer { 
    text-align: center;
    padding: 25px 0 35px;
    color: #ffffff;
}

div.footer a {
	color: #ffffff;
} 

div.footer p {
    font-size: 11px !important;
    color: #fafae2;
}

div.leftcolumn {
    float: left;
    width: 230px;
    text-align: left;
    padding-left: 5px;
}

/* google search */
div.leftcolumn div.google_search {        
    padding-left: 10px;
    text-align: left;
    position: relative;
    overflow: hidden;
    width: 200px;
    margin: 10px 0;

}

div.leftcolumn div.google_search input.gs_request {
    display: block;
    float: left;
    border: 1px solid #175682;
    background: #ffffff url("../img/bg_google_search.gif") left no-repeat;
    padding: 3px;
    margin-top: 1px;
    width: 115px;    
}

div.leftcolumn div.google_search input.submit {
    padding: 1px;    
    margin-left: 10px;    
}

/*div.leftcolumn div.google_search input.gsn_request {
    border: 1px solid #175682;
    background-image: none;
    background-color: #ffffff;
    color: #b1b1b1;
    padding: 3px;
}


div.leftcolumn div.google_search div.separator,div.separator {
    height: 1px;
    line-height: 1px;
    background-image: url("../img/bg_separator_hor.gif");
    background-repeat: repeat-x;
}*/

/* Styles for the left Nav bar */
div.leftcolumn div.leftmenu {
    float: left;
    padding-left: 10px;
    padding-bottom: 18px;
    text-align: left;
    padding-bottom: 130px;
}

div.leftcolumn div.leftmenu img {
	padding-top: 3px;
}

div.leftcolumn div.leftmenu ul.menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

/* Font and color of the text in the left Nav Bar (groups) */
div.leftcolumn div.leftmenu ul.menu li,div.leftcolumn div.leftmenu ul.menu li a
    {
    font-weight: bold;
    font-size: 14px;
    color: #0096e4;
}

div.leftcolumn div.leftmenu ul.menu li {
    padding-bottom: 12px;
}

div.leftcolumn div.leftmenu ul.menu li ul.submenu {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    padding-left: 9px;
}

/* Size and color of the font of the left Nav Bar links (orange links) */
div.leftcolumn div.leftmenu ul.menu li ul.submenu li,div.leftcolumn div.leftmenu ul.menu li ul.submenu li a
    {
    font-weight: normal;
    font-size: 12px;
    color: #0737f8;
}

div.leftcolumn div.leftmenu ul.menu li ul.submenu li {
    padding: 0px;
    margin: 0px;
}

div.leftcolumn div.leftmenu ul.menu li ul.submenu li a.link_color_blue {
    color: #327fa2;
}

/* The end of the left Nav Bar description */ /* left block */
div.leftcolumn div.left_block {
    clear: both;
    width: 189px;
    margin-left: 20px;
    margin-top: 20px;
}

div.leftcolumn div.left_block div.top {
    background-image: url("../img/bg_leftblock_top.gif");
    background-repeat: no-repeat;
    background-position: bottom;
}

div.leftcolumn div.left_block div.center {
    background-image: url("../img/bg_leftblock_center.gif");
    background-repeat: repeat-y;
    text-align: center;
}

div.leftcolumn div.left_block div.bottom {
    margin: 0px;
}

div.leftcolumn div.left_block div.center div.title {
    margin: 0 10px;
}

div.leftcolumn div.left_block div.center div.separator {
    margin: 0 15px;
}

div.leftcolumn div.left_block div.center div.title {
    padding-bottom: 5px;
}

div.leftcolumn div.left_block div.center div.separator {
    height: 1px;
    line-height: 1px;
    background-image: url("../img/bg_separator_hor.gif");
    background-repeat: repeat-x;
}

div.leftcolumn div.left_block div.center div.content_block {
    color: #175682;
    padding-top: 10px;
    padding-bottom: 8px;
    text-align: center;
}

div.leftcolumn div.left_block div.center div.content_block a {
    color: #175682;
}

div.leftcolumn div.left_block div.center div.content_block,div.leftcolumn div.left_block div.center div.content_block a
    {
    font-style: italic;
    color: #FF9000;
}

/* content */
div.content {
    float: right;
    text-align: left;
    /*padding-right: 18px;*/
    padding-bottom: 20px;
}

div.content ul {
    list-style-position: inside;
}


div.content div.image_menu div {
    float: left;
    width: 85px;
    padding-bottom: 4px;
}

div.content div.image_menu div.first {
    padding-left: 0px;
}


div.content div.link_menu_wrapper {
	background: #b9c749 url("../images/general/link_menu/bg.gif") repeat-x;	
}

div.content div.link_menu {    
    padding-left: 30px;
    background: url("../images/general/link_menu/flag.gif") left no-repeat;    
    position: relative;    
    clear: both;
    width: 660px;    
}

a.top_menu_link {
    display: block;
    float: left;
    height: 11px;
    line-height: 11px;
    padding: 5px 5px;
    color: #0033ff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;    
    font-family: Arial;
}


.active a.top_menu_link,
a.top_menu_link:hover {	
	background: #dfe5ac url("../images/general/link_menu/bg_active.gif") repeat-x;
	text-decoration: none;		
}




div.content div.link_menu div {
    float: left;
    position: relative;
    /*padding-top: 5px;*/
}

div.content div.link_menu div.separator {
    /*height: 27px;
    line-height: 27px;*/
    background-image: url("../img/bg_separator_menulink.gif");
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 0px;
    padding-left: 6px;
    padding-right: 6px;
}

div.content div.contentpage {
    clear: both;
    padding-top: 25px;
}

div.contentpage a {
    /*text-decoration: underline;*/    
}

div.content div.contentpage div.center_page {
    float: left;
    width: 430px;
    color: #175682;
}

div.content div.contentpage div.cr_page {
    float: left;
    width: 670px;
    color: #175682;
}

div.content div.contentpage div.rightcolumn {
    float: right;
    width: 208px;
    color: #175682;
    padding-right: 2px;
}

/*div.content div.contentpage div.rightcolumn div {
    margin-bottom: 6px;
}*/

div.content div.contentpage div.rightcolumn a {
    display: block;
    /*margin-bottom: 10px;*/
}
/*
div.content div.contentpage div.rightcolumn div.what-new img {
    margin-bottom: 10px;
}

div.content div.contentpage div.rightcolumn div.what-new a {
    text-decoration: none;
    color: rgb(255, 144, 0);
}

div.content div.contentpage div.rightcolumn div.what-new a:hover {
    text-decoration: underline;
}
*/
table.param_house {
    background-color: #efecd0;
    width: 443px;
    border: 1px dashed #175682;
    border-bottom: none;
}

table.param_house th,table.param_house td {
    vertical-align: top;
    padding-left: 12px;
    padding-top: 9px;
    color: #175682;
}

table.param_house th {
    font-weight: bold;
}

table.param_house tr.separator td {
    border-bottom: 1px dashed #175682;
    line-height: 1px;
}

div.legend {
    width: 220px;
    float: right;
    margin-top: 56px;
    margin-left: 10px;
    padding: 0px;
}

div.legend img {
    vertical-align: middle;
}

div.legend_separator {
    height: 20px;
}

div.group_separator {
    height: 200px;
}

div.param_house_ver {
    background-color: #E1F1F9;
    border: 1px dashed #0096E4;
    padding: 3px;
}

* html div.param_house_ver .quick-search-submit {
    width: 160px;
}

div.param_house_ver div.search_header {
    background-color: #FFFFF7;
    text-align: center;
    border: 1px dashed #0096e4;
    padding: 5px;
}

* html div.param_house_ver div.search_header {
    padding-left: 60px;
}

div.param_house_ver label.block {
    color: #666666;
    font-weight: bold;
}

div.param_house_ver .fieldset {
    background-color: #F5FAFC;
    color: #016597;
    padding: 5px;
    vertical-align: top;
}

div.param_house_ver * table{
    border-collapse:separate;
}

div.param_house_ver table.quick-search-form {
    table-layout: fixed;
    width: 215px;
}

div.param_house_ver span.date-label {
    color: #175682;
    font-size: 95%;
    white-space: nowrap;
}

div.param_house_ver input.date-field {
    background-color: white;
    width: 75px;
}

div.param_house_ver img.date-button {
    display: inline;
    vertical-align: top;
    cursor: pointer;
    border: none;
    width: 18px;
    height: 14px;
    margin-top: 2px;
}

table.param_house_ver {
    background-color: #f5fafc;
    width: 220px;
    border: 1px dashed #0096E4;
    border-bottom: none;
}
table.param_house_ver th,table.param_house_ver td {
    vertical-align: top;
    padding-left: 6px;
    padding-top: 6px;
    color: #175682;
}

table.param_house_ver th {
    font-weight: bold;
}

table.param_house_ver tr.separator td {
    border-bottom: 1px dashed #0096E4;
    line-height: 1px;
}

/*div.content div.contentpage div.center_page hr /{
    background-color: #175682;
    border: 1px solid #175682;
}*/


hr {
    background-color: #FEFFF9;
    border-bottom: medium none;
    border-top: 2px dotted #D8D9D4;
    height: 2px;
    overflow: hidden;
}

/* list_homes */
div.home_search_list {
    float: left;
    overflow: hidden;
    width: 435px;
}

table.list_homes {
    width: 100%;
}

div.home-block {
    width: 435px;
    margin-bottom: 14px;
}

div.home-block.place-on-top {
    width: 433px;
    border: 1px solid #658949;
}

p.sponsored-listing {
    color: #5e7866;
    margin: 0px;
    padding: 0px;
    margin-bottom: -5px;
    margin-right: -10px;
    text-align: right;
    font-style: italic;
    font-size: 80%;
}

table.list_homes.place-on-top {
    border: 2px solid #658949;
}

table.list_homes img {
    vertical-align: middle;
}

div.title_block {
    padding-top: 23px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #175682;
}

div.title_block.small {
    font-size: 17px;
}

table.list_homes tr.separator td {
    height: 14px;
}

table.list_homes tr.title_home td {
    background-color: #e1f1f9;
    padding-left: 15px;
    height: 49px;
}

table.list_homes tr.title_home td.homename {
    padding-right: 6px;
    width: 120px;
}

table.list_homes tr.title_home td.homename a {
    font-weight: bold;
    /*text-decoration: underline;*/
}

table.list_homes tr.title_home td.homeimage {
    width: 65px;
}

table.list_homes tr.title_home td.homeincludes {
    color: #175682;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: bold;
    width: 260px;
}

div.desc_home {
    background-color: #f5fafc;
    color: #175682;
    font-size: 11px;
    padding: 6px 15px;
}

div.homes_holiday {
    color: #339900;
    font-weight: bold;
    font-size: 12px;
}

/* Dropdown Menu */
div.dropdown {
    /*position: absolute;*/
    position: relative;
    /*
    top: 5px;
    z-index: 10;*/
    padding: 0px;
    text-align: left;
}


/* Color of the font of the dropdown menu */
table.dropmenu {
    visibility: hidden;
    position: absolute;
    display: block;
    top: 21px;
    left: -37px;
    background: #e5eabc url("../images/general/link_menu/submenu_bg.gif") left repeat-y;
    /*border: 1px dashed #175682;*/
    border-top: none;
    z-index: 1000;
}

table.dropmenu td {
    padding: 0 2px;    
}

table.dropmenu td img{
    padding: 5px 0 0 14px;    
}


/* Color of the links of the dropdown menu */
table.dropmenu td a {
    letter-spacing: 0px;
    white-space: nowrap;
    display: block;
    margin: 0px;
    padding: 3px 0;
    padding-left: 14px;
    padding-right: 5px;
    /*padding-bottom: 3px;*/    
    font-size: 10px !important;
    line-height: 10px;
    font-weight: bold;
    color: #0d0df9;
    border-bottom: 1px dotted #ffffff;
}


table.dropmenu td a.last {
	border: none;
	padding-bottom: 8px;
}

iframe.background_to_menu {
    visibility: hidden;
    position: absolute;
    border: none;
}

/* The end of the dropdown menu description */ /* search form home */
table.search_form_home td,table.search_form_home th {
    vertical-align: top;
}

table.search_form_home th a {
    font-size: 9px;
}

table.search_form_home td {
    padding-top: 3px;
    padding-right: 10px;
}

table.search_homename td {
    padding-top: 12px;
}

table.search_form_home td #begin_date_inp,  table.search_form_home td #end_date_inp{
    width: 75px;                                          
}                                       

/* paginator */
div.paginator {
    float: right;
}

/* error */
div.error {
    color: red;
    padding: 10px 5px;
    border: 1px solid #ff9000;
    margin-bottom: 5px;
}

div.done {
    color: green;
    padding: 10px 0px;
    border: 1px solid #ff9000;
}

/* homepage */
div.left_homepage {
    float: left;
    width: 445px;
    text-align: left;
}

div.right_homepage {
    float: right;
    width: 200px;
}

div.right_homepage ul,div.home_description ul,table.events_calendar td ul,div.center_page ul
    {
    padding: 0px;
    margin: 0px;
}

div.right_homepage ul li,div.home_description ul li,table.events_calendar td ul li,div.center_page ul li
    {
    list-style-position: inside;
}

div.right_homepage div.home_featureds {
    font-weight: bold;
}

div.vt_homepage {
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 418px;
}

* html div.vt_homepage {
    width: auto;
}

div.vt_homepage p {
    text-align: left;
}

div.vt_homepage div {
    display: inline;
    margin: 5px;
    margin-left: 0px;
    white-space: nowrap;
}

div.vt_homepage div a {
    white-space: nowrap;
}

div.vt_homepage div img {
    vertical-align: middle;
    width: 39px;
    height: 33px;
    margin-right: 5px;
}

/* photo home*/
div.block_property_home {
    border: 1px dashed #175682;
    background-color: #f4f4cb;
    padding: 7px;
    margin-top: 20px;
    min-height: 0;
}

div.block_property_home div {
    width: 90px;
    height: 90px;
    text-align: center;
}

div.block_property_home div.align_left {
    float: left;
}

div.block_property_home div.align_right {
    float: right;
}

div.block_property_home img {
    padding-bottom: 10px;
}

table.form_order th {
    white-space: nowrap;
    font-weight: bold;
    padding-right: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    text-align: left;
}

table.form_order td {
    padding-bottom: 1px;
}

div.large-photo-business-content {
    float: right;
    width: 340px;
    margin-bottom: 20px;
}

div.large-photo {
    width: 250px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 9px;
}

div.large-photo DIV {
    text-align: left;
    margin: 3px 0px;
}

div.photo_block {
    float: left;
    margin-right: 0px;
    padding-right: 15px;
    padding-bottom: 7px;
}

div.photo_block div.community {
    width: 250px;
    margin-top: 10px;
}

div.photo_block div.community img {
    margin-bottom: 5px;
}

table.home_photo td {
    width: 67px;
    padding-bottom: 5px;
    text-align: center;
    vertical-align: middle;
}

img.homephoto_small {
    cursor: pointer;
}

div#homephoto_big {
    width: 200px;
    text-align: center;
    vertical-align: middle;
}

/* comment calendar */
table.comment_calendar td {
    padding-right: 0px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 14px;
}

div.square_white, div.square_red,
div.square_morning, div.square_evening {
    width: 20px;
    height: 20px;
    border: 1px solid #0096e4;
}

div.square_red {
    background-color: #0096e4;
}

div.square_white {
    background-color: #ffffff;
}

div.square_morning {
    background: #FFF url('/img/calendar/green-morning.gif') 0 0 no-repeat;
}

div.square_evening {
    background: #FFF url('/img/calendar/green-evening.gif') 0 0 no-repeat;
}


.clear_both {
    clear: both;
}

div.comment_calendar  {
    padding: 10px 0;
    height: 25px;
}

div.comment_calendar div {
    float: left;
    margin-right: 5px;
    line-height: 160%;
    font-weight: bold;
}


table.current_calendar td {
    padding-top: 10px;
    padding-right: 10px;
}

table.home_calendar td {
    width: 15px;
    height: 15px;
    text-align: center;
    border: 1px solid #cee7f4;
    background-color: #ffffff;
    font-size: 12px;
    padding: 5px;
}

table.home_calendar td.checked {
    background-color: #ADB57F;
    color: #FFFFFF;
}

table.home_calendar td.booked {
    background-color: #0096e4;
    color: #FFFFFF;
}

table.home_calendar td.morning {
    background: #FFF url('/img/calendar/blue-morning.gif') top left no-repeat;
    color: #666666;
}

table.home_calendar td.evening {
    background: #FFF url('/img/calendar/blue-evening.gif') bottom right no-repeat;
    color: #666666;
}


table.home_calendar th {
    background-color: #ffffff;
    border: 1px solid #cee7f4;
    font-size: 12px;
    color: #0096E4;
    padding: 4px 0px;
    text-align: center;
    font-size: 11px;
}

table.home_calendar th.headline {
    background-color: #0096e4;
    border: 1px solid #f8f8d6;
    font-size: 14px;
    color: #ffffff;
    vertical-align: middle;
}

table.calendar th.headline span {
    font-weight: normal;
    color: Red;
}

/* map of homes */
div.popup {
    padding: 10px;    
}

/* --------------  position to map -------------------- */
div#map_area {
    position: relative;
    padding: 0px;
    width: 999px;
    z-index: 2;
}

img.home_icon {
    position: absolute;
    display: block;
    margin: 0px;
    cursor: pointer;
    z-index: 3;
}

img#map_img {
    position: absolute;
    z-index: 2;
}

div.home_area_desc, div.business_area_desc {
    position: absolute;
    display: block;
    border: 1px solid green;
    padding: 5px;
    background-color: #ffffff;
    text-align: right;
    z-index: 1;
}

div.business_area_desc {
    width: 250px;
}

div.home_area_title {
    position: absolute;
    display: block;
    border: 1px solid green;
    padding: 5px;
    background-color: #ffffff;
    text-align: right;
    z-index: 1;
}

div.home_area_desc a, div.business_area_desc a {
    cursor: pointer;
}

div.home_area_desc div, div.business_area_desc div {
    text-align: left !important;
}

img.home_icon {
    position: absolute;
    cursor: pointer;
}

a.href_page_home {
    color: #000000;
    font-weight: bold;
}

br.clearboth {
    clear: both;
}

img.img_description_home {
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid green;
    display: block;
}

div.div_description_home {
    font-size: 12px;
    font-family: Arial, Georgia, Times New Roman, Times, serif;
    padding-bottom: 5px;
}

div.line_description_home {
    position: absolute;
    display: block;
    width: 5px;
    z-index: 1;
}

div.description {
    padding: 20px 0px;
}

body.popup_window {
    text-align: left;
    background: #ffffff;
}

/* events_calendar */
table.events_calendar {
    width: 100%;
}

table.events_calendar th,table.events_calendar td {
    border: 1px solid #fffdff;
}

table.events_calendar th {
    background-color: #0096E4;
    padding: 7px 0px;
    text-align: center;
    color: #fafae7;
    font-weight: bold;
}

table.events_calendar th a {
    color: #fafae7;
    text-decoration: underline;
}

table.events_calendar th span {
    padding: 0px 30px;
}

table.events_calendar td {
    background-color: #DFF0F8;
    padding: 3px;
    vertical-align: top;
    width: 95px;
}

table.events_calendar td ul li {
    font-size: 11px;
}

table.edit td {
    padding-left: 20px;
    height: 21px;
}

div.event_content {
    width: 600px;
    margin-top: 30px;
    padding: 20px;
    background-color: #fafae2;
    background-image: url("../img/bg_page.gif");
    color: #9ca46f;
}

div.event_content table th {
    text-align: right;
    vertical-align: top;
}

div.event_content table th,div.event_content table td {
    padding: 5px;
}

div#event_fdate_td {
    display: none;
}

div#event_fdate_th {
    display: none;
}

/* business */
div.business_counter {
    text-align: center;
    height: 100px;
    width: 200px;
    float: left;
}

table.business_featured td {
    vertical-align: top;
}

table.business_featured td center {
    margin: 4px 0px;
}

table.business_featured td.one,table.business_featured td.two {
    width: 121px;
    padding: 5px;
}

table.business_featured td div.block_overflow {
	width: 121px;
    overflow: hidden;
}

table.business_featured td.one b,table.business_featured td.two b {
    color: #729300;
}

table.business_featured td.one {
    background-color: #cee7f4;
}

table.business_featured td.two {
    background-color: #dff0f8;
}

table.business_featured td.separator {
    width: 1px;
    height: 3px;
    line-height: 3px;
}

div.business_additional {
    width: 100%;
    border-top: 1px dashed #175682;
    margin: 0px;
    padding: 10px 0px;
    overflow: hidden;
}

div.business_additional h3 {
    margin-top: 0px;
}

div.business_additional img {
    float: left;
    padding: 0px 10px 10px 0px;
}

table.business_all td {
    vertical-align: top;
    padding: 5px 5px 0px 0px;
}

table.business_all td li {
    margin-left: 13px;
    padding-left: 5px;
    list-style-position: outside;
    list-style-type: disc;
}

div.businnes_banner { /*padding-bottom: 10px;*/

}

div.business_name {
    text-align: center;
    width: 121px;
}

td.calendar_date img {
    padding-bottom: 2px;
}

div.close_window {
    padding-top: 20px;
    text-align: center;
}

div.close_window * a:link,
div.close_window * a:visited,
div.close_window * a:active,
div.close_window * a:hover
{
    color: #FF9000;
}

div.close_window * img {
    width: 32px;
    height: 32px;
}

div.close_window * td {
    text-align: center;
    padding: 5px;
}


div.business_counter_photo {
    float: left;
    text-align: center;
}

* html div.business_counter_photo {
    width: 250px;
}

div.business_info, div.community_info {
    padding-left: 0px;
    min-height: 100px;
    padding-bottom: 20px;
    /*border: 1px solid Red;*/
    float: left;
}

div.community_info {
    width: 400px;
    text-align: left;
    padding-left: 65px;
}

* html div.business_counter {
    float: left;
}

div.right_homepage div.business_contact div.business_info {
    width: 200px;
    height: auto;
}


div.business_info h2 {
    margin-top: 0px;
}

div.business_info table td, div.business_info table th {
    vertical-align: top;
}

div.business_info table th {
    padding-right: 5px;
}

div.business_info table td.bottom {
    vertical-align: bottom;
}

div.business_content {
    padding-right: 70px;
}

div.news_header {
    color: #0096e4;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 12px;
}

div.news_header a {
    color: #0096e4;
}

h1.bigg {
    font-size: 21px;
}

/* banner */
div.banner_first {
    width: 225px;    
    text-align: center;
    background: url("../images/right_column/first_banner_middle.gif") repeat-y;    
}

div.banner_first .outer_wrapper {
	background: url("../images/right_column/first_banner_top.gif") top no-repeat;	
}

div.banner_first .inner_wrapper {
	background: url("../images/right_column/first_banner_bottom.gif") bottom no-repeat;
	padding: 8px 9px 8px 7px;	
}



table.view_item th {
    font-weight: bold;
    white-space: nowrap;
    width: 10%;
    vertical-align: top;
    padding-right: 10px;
}

table.view_item td {
    padding-bottom: 10px;
}

div.news img { /*float: left;*/
    margin: 0 5px 5px 0;
}

div.enlarge {
    text-align: center;
    white-space: nowrap;
    margin-bottom: 15px;
    width: 99%;
    vertical-align: middle;
    margin-top: 5px;
}

div.enlarge * img {
    vertical-align: middle;
}

#footer-logo {
    clear: both;
    float: left;
    width: 161px;
    height: 88px;
    margin-top: -130px;
    margin-left: 25px;
}

.realestate-category td {
    border: 20px solid White;
    border-bottom-width: 0px;
}

.realestate-category .title {
    vertical-align: middle;
    text-align: center;
    background-color: #cee7f4;
    padding: 5px;
    border-left-width: 0px;
}

.realestate-category .img {
    vertical-align: middle;
    text-align: center;
    background-color: #FFFFFF;
}

.realestate-category .sold {
    position: absolute;
    width: 86px;
    height: 62px;
    font-size: large;
    font-weight: bold;
    margin-top: 25px;
    margin-left: 15px;
}

.realestate-category .sold img {
    width: 86px;
    height: 62px;
}

.realestate-category .desc {
    vertical-align: top;
    text-align: left;
    background-color: #cee7f4;
    padding: 5px;
    border-right-width: 0px;
}

.realestate-feature td {
    font-size: 13px;
    font-family: Geneva, Arial, Helvetica, san-serif;
    vertical-align: top;
    text-align: center;
    padding: 10px;
    border: 1px solid Black;
}

.realestate-feature tr.no-top td {
    border-top-width: 0px;
}

.realestate-feature tr.no-bottom td {
    border-bottom-width: 0px;
}

.realestate-feature td.no-left {
    border-left-width: 0px;
}

.realestate-feature td.no-right {
    border-right-width: 0px;
}

.realestate-photo table {
    border-collapse: separate;
}

.realestate-photo #gallery_container {
	margin: auto;
}

.realestate-sold {
    color: #993300;
    font-size: x-large;
    padding: 10px;
    text-align: center;
}

#signup-form {
    margin-top: 20px;
}

#signup-form table {
    border-collapse: separate;
    table-layout: fixed;
}


#signup-form * th {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
    width: 150px;
}

#signup-form * td {
    vertical-align: top;
}

#signup-form * img {
    vertical-align: bottom;
}

.index_right_block {    
    background: url("../images/right_column/block_middle.gif") repeat-y;
    color: #666666;
    width: 208px;
    margin: 0;    
    padding: 0;
    margin-bottom: 6px;
}

.index_right_block * {
	padding: 0;
	margin: 0;
}

.index_right_block .outer_wrapper {
    background: url("../images/right_column/block_top.gif") top no-repeat;
    width: 208px;
    margin: 0;
}

.index_right_block .inner_wrapper {
    width: 196px;
    background: url("../images/right_column/block_bottom.gif") bottom no-repeat;
    padding: 6px;    
    margin: 0;	
}

.index_right_block a {
	color: #666666;
}


#whats_new_in_sayulita img {
	display: block;
	margin: auto;
}


#whats_new_in_sayulita .news_content {
	padding: 2px 10px;
}

#whats_new_in_sayulita .date {
	color: #000000;
	font-weight: bold;	
}


#whats_new_in_sayulita table {
	display: block;
	margin: auto;
}

#event_calendar img {
	display: block;
	margin: auto;
}


#event_calendar h2 {
	margin: 0;
	padding-left: 15px;
}

#event_calendar p {
	padding-left: 15px;
}



* html .index_left_block {
    height: 10px;
}

/*.index_left_block img {
    margin-bottom: 10px;
}*/

.index_left_block img.subtitle_block {
    margin-bottom: 3px;
}


.index_left_block td {
    padding: 2px;
}

input.newsletters_submit {    
    background-image: url('/images/right_column/subscribe_btn.gif');
    background-repeat: no-repeat;
    width: 87px;
    height: 29px;
    border: none;
    display: block;
    margin: auto;
}

a.event_date {
    display: inline!important;
    text-decoration: none!important;
}

a.event {
    display: inline!important;
    text-decoration: underline;
}

a.event_post {
    margin-top: 15px;
}

div.home_description div.description {
    padding-top: 0px!important;
}

div.thank_message {
    text-align: center;
    padding: 0px 10px;
}

.votings h2{
    margin: 5px 0px;
}

.votings div.date {
    font-size: 14px;
    font-weight: bold;
    color: #0096e6;
    padding-bottom: 10px;
}

.votings div.date span, .votings div.date a {
    font-size: 10px;
    font-weight: bold;
    color: #006600;
    padding-right: 10px;
}

.votings div.date a {
    color: #fd8a33;
    text-decoration: none;
}

#votings_date {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: #0899e4;
    padding: 0px;
}

#votings_title {
    color: #0899e4;
}

.voting_answer, #votings_left_block div.voting_answer_results {
     clear: both;
     overflow: hidden;
     padding-bottom: 10px;
}

.voting_result {
    text-align: right;
    width: 12%;
    float: right;
}

.voting_bar {
     height: 10px;
     margin-top: 5px;
}

#votings_left_block div.voting_answer_results .voting_bar {
     margin-top: 0px;
     height: 5px;
     padding: 0px;
}

.votings_title {
    padding: 5px;
    padding-left: 0px;
    border-top: 1px dashed #175682;
}

.votings_title span {
    color: #ff9f0f;
    font-size: 10px;
    font-weight: bold;
    padding-left: 5px;
}

.votings_title span a {
    color: #ff9f0f;
    text-decoration: none;
}

.votings_date {
    width: 100px;
    white-space: nowrap;
    padding: 5px 6px 6px 0px;
    color: #0096E4;
    vertical-align: top;
}

.votings_answer {
    padding-left: 5px;
}

div.votings table td.submit {
    padding-top: 10px;
    text-align: right;
}

#votings_left_block a, #votings_left_block div{
    margin: 0px;
}

#votings_left_block table td.submit  {
    padding: 0px;
    text-align: left;
    font-size: 11px;
}

#votings_left_block table td.submit a {
    display: inline;
    padding-left: 4px;
}

#votings_left_block table td {
    padding: 3px 5px;
    color: #cc6600;
}

* html #votings_left_block table td {
    padding: 0px 5px;
}

#votings_left_block div.voting_answer_results {
    padding-top: 3px;
    padding-bottom: 0px;
}

#votings_left_block .voting_answer_title {
    color: #cc6600;
    padding: 0px 7px 3px 7px!important;
}

#votings_left_block div.voting_answer_results .voting_bar {
    margin-top: 5px;
}

* html #votings_left_block div.voting_answer_results .voting_bar {
    margin-top: 4px;
    height: 5px;
    line-height: 5px;
    font-size: 5px;
    padding: 0px;
}

#votings_left_block .voting_answer_results_count {
    font-size: 9px;
    text-align: right;
    color: #cc6600;
    padding: 0px!important;
    float: right;
}

#votings_left_block #votings_block {
    margin-bottom: 0px;
}

.clear_both_voting {
    clear: both;
    height: 5px;
    line-height: 5px;
    font-size: 5px;
    padding: 0px!important;
}

.link_back {
    text-align: right;
    padding-top: 10px;
}

#search_by_owner {
	text-align: right;
	padding: 35px 66px 0px;
	margin-bottom: 30px;
    background-image: url("../img/search_home_by_owner.gif");
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 94px;
}

#search_by_owner table td {
    padding-left: 3px	
}

#search_by_owner .red_text {
    text-align: center;
    padding-left: 10px;
    color: #fe2621;
    font-size: 15px;	
    font-style: italic;
}

#button_search_acc {
	text-align: center;
	padding: 30px 66px 45px 0px;
}



ul.yellow_pages_list {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-left: 4%;	
	margin: 0;
	list-style-type: none;
}

ul.yellow_pages_list li {
	float: left;
	width: 30%;
	padding-left: 2%;
	padding-bottom: 2px;
	background: url("../images/general/bullet.gif") left no-repeat;	
}

ul.yellow_pages_list li a:hover {
	text-decoration: none;
}

#report_website_errors_form {
	width: 100%;
}

form#report_website_errors_form label {
	display: block;
	margin-top: 15px;
}

form#report_website_errors_form .caption {
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #666666;
}

form#report_website_errors_form .comment {
	margin: 10px 0;
	font-size: 10px;
}

form#report_website_errors_form input,
form#report_website_errors_form textarea {
	display: block;	
}

form#report_website_errors_form div.platform input {
	display: inline;
	position: relative;
	top: 3px;	
}

form#report_website_errors_form div.browser input {
	display: inline;	
}

form#report_website_errors_form input#submit {
	margin-top: 35px;
}



form#report_website_errors_form input#captcha {
	display: inline;
	position: relative;
	top: -20px;
}



/* --- gallery --- */

div#gallery_container {
    width: 100%;
    height: 390px;
    width: 430px;
    overflow: hidden;
    background: transparent url('../images/slideshow/loader.gif') no-repeat;    
    display: none;	
}

div#gallery_container ul {
	visibility: hidden;
	position: absolute;
}

div#gallery_container .loader {
	position: absolute;
	display: block;
	width: 430px;
	text-align: center;
	margin: 140px 0;
	text-align: center;
	background: #ffffff;
	font-size: 12px;
	font-weight: bold;		
}

div#map_link {
	padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;	
    display: none;
}

.realestate_banner {
    width: 155px;
    height: 77px;
    padding: 5px;
    background: url('../images/left_menu/realestate_banner_frame.gif') no-repeat;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 10px;   
}

.realestate_banner h3 {
	margin: 0;
	text-align: center;
	color: #b07924;
	text-transform: uppercase;
}

.realestate_banner img.left {
	float: left;
}

.realestate_banner p {
	text-align: center;
	color: #006596;
	padding-top: 10px;
}


.realestate_list_page {
	
}


.realestate_list_page h1 {
	color: #666666;
	font-weight: normal;
	margin: 20px 0 20px 15px;
	padding-bottom: 10px;
	background: url('../images/pages/realestate/title_bottom_line.gif') bottom left no-repeat;	
}


.realestate_list_page .map_link {
	float: right;
	position: relative;
	top: 6px;
}

.realestate_list_page .map_link a {
	color: #323232;
	text-decoration: none;
	font-size: 11px;
}


.realestate_list_page .map_link a span {
	background-color: #323232;
	color: #ffffff;
	padding: 0 2px 0 3px;	
}



.realestate_list_page .columns {
	overflow: hidden;
}


.realestate_list_page .columns .left {
	overflow: hidden;
	width: 505px;
	float: left;
}


.realestate_list_container {
    width: 488px;
    float: right;
    margin-bottom: 10px;	
}


.realestate_list_container td {	
	overflow: hidden;
	width: 108px;
	vertical-align: top;
	padding: 10px 0;	
}


.realestate_list_container .promo_text {
	width: 110px;
	height: 12px;
	overflow: hidden;
	border: 1px solid black;
	/*background-color: #7885b9;*/
	background-color: #39467a;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px; 	
}


.realestate_list_container .promo_text.disabled {
	visibility: hidden;
}


.realestate_list_container .image {
	text-align: center;
	width: 110px;
	height: 76px;
    overflow: hidden;
    border: 1px solid black;
}


.realestate_list_container .info {
    margin-top: 10px;
    font-size: 10px;
    width: 106px;	
}


.realestate_list_container .info span {
	display: block;
}

.realestate_list_container .short_name {
    font-weight: bold;	
    margin: 3px 0;
}

.realestate_list_container .asking_price {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.realestate_list_page .columns .right {	
	width: 145px;
	float: right;	
}


.realestate_list_page .columns .right .block {
	margin-bottom: 30px;
}


.realestate_list_page .columns .right p,
.realestate_list_page .columns .right label,
.realestate_list_page .columns .right input {
	color: #303030;
	font-size: 10px;
}


.realestate_list_page .columns .right h3 {
	font-weight: normal;
	color: #303030;
	font-size: 14px;
	margin: 0 0 10px;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 5px;	
}



form.realestate_subscribe {
	
}


form.realestate_subscribe .line {
	overflow: hidden;
	margin: 7px 0;	
}

form.realestate_subscribe label {
	float: left;	
	font-size: 10px;
}


.realestate_list_page .columns .right label.error {
	color: red;
	font-weight: bold;
}


form.realestate_subscribe input {
	float: right;
}

form.realestate_subscribe input.text {
    border: 1px solid #343434;
    width: 100px;
    font-size: 10px;
}

form.realestate_subscribe input.submit {
	border: none;
	background: url('../images/pages/realestate/submit_bg.gif');
	width: 81px;	
	height: 18px;	 
	text-transform: uppercase;
	font-size: 11px;	
	cursor: pointer;
}


.realestate_list_page ul.realestate_list {
	padding: 0;
	list-style: none;
	font-size: 10px;
	margin: 0;	
}


.realestate_list_page ul.realestate_list a {
	color: #303030;
}


.realestate_list_page .banner {
	margin-bottom: 20px;
	width: 145px;
	overflow: hidden;
}




.realestate_list_page .sold {
    position: absolute;
    width: 86px;
    height: 62px;
    font-size: large;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
}

.realestate_list_page .sold img {
    width: 86px;
    height: 62px;
}




.realestate_detail.popup {
	width: 700px;
}




.realestate_detail p,
.realestate_detail div,
.realestate_detail h2 {
	color: #323232;	
	font-size: 11px;
}


.realestate_detail .columns {
	overflow: hidden;
}


.realestate_detail .columns .left {
	width: 295px;
	float: left;
}


.realestate_detail .columns .right {
	width: 367px;
	float: right;
}


.realestate_detail h2 {
    font-weight: normal;
    font-size: 18px;
    margin: 0;    	
}


.realestate_detail .location {
	font-size: 11px;	
}


.realestate_detail .passport {
    width: 100%;	
}

.realestate_detail .passport .main td {
	height: 40px;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #868686;
}

.realestate_detail .passport .details td {
	vertical-align: top;
	background-color: #eeeeee;
	padding: 5px 0;
}

.realestate_detail .passport .col_1,
.realestate_detail .passport .col_3 {
	width: 128px;
}


.realestate_detail span.listing_label,
.realestate_detail span.listing_no {
	display: block;
}


.realestate_detail span.listing_no {
    font-weight: bold;
    font-size: 14px;	
}


.realestate_detail .passport div {
	padding-left: 5px;
}

.realestate_detail .passport .main div {
	height: 30px;
}

.realestate_detail .main .col_2 div {
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
}


.realestate_detail .passport .col_3 a {
	display: block;
	color: #323232;	
}



.realestate_detail .passport .details div.top {    
    margin: 5px 0;
    font-weight: bold;	
}


.realestate_detail .passport .details span {
    	
}	


.realestate_detail .col_2 div.bottom,
.realestate_detail .col_2 div.top {
    border-left: 1px dashed #a6a6a6;
    border-right: 1px dashed #a6a6a6;
}

.realestate_detail .col_3 div.bottom ul {
	margin: 0;
	padding: 0;
}


.realestate_detail .passport .main div.first,
.realestate_detail .passport .details div.first {
	border: none;
}


.realestate_detail .green_stripe {
    background-color: #a2b50e;
    color: #ffffff;
    font-size: 14px;
    padding: 3px 0;
    text-align: center;	
    margin-bottom: 20px;
}



.realestate_detail .seller_contacts {
	width: 280px;
	float: right;
}


.realestate_detail .seller_contacts h3 {
	color: #323232;	
	font-size: 11px;
	border-bottom: 1px solid #3f3f3f;
	margin: 7px 0;
		
}

.realestate_detail .seller_contacts div.seller_name {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	float: left;
	margin-bottom: 15px;
}


.realestate_detail .seller_contacts .phone {
	clear: both;
	margin: 3px 0;
	padding: 0;
}


.realestate_detail .seller_contacts .phone span {
    font-weight: bold;	
}


.realestate_detail .seller_contacts .email_seller {
	display: block;
	clear: both;
	color: #323232;
	margin-top: 15px;
}


.realestate_detail .sir_banner {
	display: block;
	float: right;
	margin-top: 30px;
}




.realestate-photo {
    margin-bottom: 120px;
    text-align: center;	
}


.popup .realestate-photo {
    margin-bottom: 10px;	
}


.realestate-photo a {
	display: block;
	margin: auto;
	color: #323232;
	padding: 10px;		
}

.realestate-photo a img {
	position: relative; 
	top: 1px;	
}


.realestate-photo.gallery {
    text-align: left;	
}


.realestate-photo table {
	width: 100%;	
}


.realestate-photo table td {
	text-align: center;
}

.popup .green_stripe {
	margin-top: 20px; 
}


.popup_links {
	overflow: hidden;
	float: right;
	text-align: right;
}

.popup_links a {
    margin-left: 10px;
}


.popup h1 {
	color: #323232;
	font-weight: normal;
	font-size: 18px;
	margin: 5x 0;
}

.popup h2 {
	font-size: 14px;
	margin: 5x 0;
}



.hidden {
	display: none;
}


#ajax_captcha_frame {
    position: absolute;
    background-color: #ffffff;
    border: 5px solid #9fb508;
    padding: 10px;
    text-align: left;
}

.popup_links a,
#ajax_captcha_frame .close {
	display: block;
	float: right;
	padding: 0 3px;
	background-color: #323232;
	color: #ffffff;	
	text-transform: uppercase;	
}


#ajax_captcha_frame .close:hover {
	text-decoration: none;
}



#ajax_captcha_frame .content h1 {
	font-weight: normal;
	color: #303030;
	font-size: 16px;
	margin: 0 0 10px;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 5px;	
}



#ajax_captcha_frame .content {
    clear: both;
    text-align: left;
    color: #323232;
    float: none;
    margin-top: 10px;
}


#ajax_captcha_frame .content .address {
	text-align: center;
	color: #303030;	
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;	
}


#ajax_captcha_frame .content .captcha {
	display: block;
	margin: 5px auto;
}

#ajax_captcha_frame .content form {
	text-align: center;
	margin-top: 10px;
}

#ajax_captcha_frame .content input {
    border: 1px solid #303030;
    padding: 3px;	
}


#ajax_captcha_frame .content .error {
	text-align: center;
	margin-top: 10px;
	border: none;
	font-weight: bold;
}


.request_more_info * {
    color: #323232;
    font-size: 14px;
}

.request_more_info a {
    color: #0033FF;	
}

.request_more_info .logo {
	display: block;
	margin: 20px auto; 
}


.request_more_info h1 {	
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px;
}

.request_more_info h1 span {
	font-size: 18px;
	font-weight: bold;
}

.request_more_info h2 {
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 5px;	
}


.request_more_info form {
	width: 100%;
	margin-top: 20px;
}


.request_more_info .line {
    overflow: hidden;
    width: 100%;
    margin: 10px 0;	
}


.request_more_info label {
	dispaly: block;
	width: 130px;
	float: left;	
}


.request_more_info .seller_name {
	font-size: 14px;
	font-weight: bold;
}


.request_more_info .line input,
.request_more_info .line textarea {
	border: 1px solid #696969;
	padding: 3px;
	width: 200px;
	float: left;	
}


.request_more_info .line .error {
	padding: 0;
	margin: 0;
	border: none;
	margin-left: 10px;
	float: left;
}


.request_more_info .line textarea {
	width: 500px;
	height: 200px;
}


.request_more_info .message_line {
    margin-top: 60px;	
}


.request_more_info .message_line .error {
	margin: 0;
}

.request_more_info .message_line .wrapper {
	overflow: hidden;	
}


.request_more_info .button {
	background-color: #e2644e;
	color: #ffffff;
	border: none;
	padding: 5px;
	margin-right: 10px;    	
}


.request_more_info .success {
    margin-top: 100px;	
}




.nav_next,
.nav_prev,
.nav_counter,
.nav_all {
	position: relative;
	z-index: 1100;
	cursor: pointer;
	float: left;
	color: #323232;
	letter-spacing: 0;
}



.nav_prev {
	background: url(../images/pages/realestate/icons/prev.gif) center left no-repeat;
	padding-left: 10px;
	margin-left: 10px;
}


.nav_next {
	background: url(../images/pages/realestate/icons/next.gif) center right no-repeat;
	padding-right: 10px;
	padding-left: 5px;	
	margin-left: 5px;
	border-left: 1px dotted #323232;
}


.nav_all {
	background: url(../images/pages/realestate/icons/gallery.gif) center left no-repeat;
	padding-left: 20px;
	margin-left: 17px;
}


.nav_counter {
	float: right;
	margin-right: 10px;	
}

.realestate_page_nav {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
}
















/* -- -- */
