body {
    background-color: #eae7c5;
    background-image: url("../img/bg_body.gif");
    text-align: center;
}

/* 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: #666600;
}

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: #cc6600;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Font size and color of the 1st level titles */
h1 {
    color: #0096e4;
    font-size: 18px;
    margin: 0px;
    margin-bottom: 12px;
}

/* Colour of the links in the headings */
h1 a {
    color: #FF9000;
    font-size: 12px;
    font-weight: normal;
}

/* Font size and color of the 2nd level titles  */
h2 {
    color: #0096E4;
    font-size: 14px;
}

/* Font size and color of the 3rd level titles */
h3 {
    color: #0096e4;
    font-size: 12px;
    font-weight: bold;
}

/* Bold text */
strong {
    color: #0096E4;
}

center {
    margin-bottom: 7px;
}

form {
    display: block;
    margin: 0px;
    padding: 0px;
}

input,select,textarea {
    font-size: 12px;
    color: #000000;
}

.blue {
    color: #0096E4;
}

/*header*/
div.page {
    width: 932px;
    margin: auto;
    background-color: #fafae2;
    background-image: url("../img/bg_page.gif");
}

div.header {
    position: relative;
    /*background-image: url("../img/bg_page.jpg");*/
    height: 202px;
    width: 932px;
    margin: 0px;
}

div.header div.logo {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
}

div.header div.item {
    position: absolute;
    top: 15px;
    left: 847px;
    z-index: 3;
}

div.header div.item div.separator {
    display: inline;
    height: 15px;
    width: 1px;
    margin-left: 5px;
    margin-right: 5px;
    background-image: url("../img/bg_icon_separator.gif");
    background-repeat: no-repeat;
    background-position: top;
}

div.footer { /*height: 103px;*/
    background-image: url("../img/bg_footer.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 73px;
    padding-bottom: 10px;
    font-size: 10px;
    color: #fafae2;
}

div.footer p {
    font-size: 10px !important;
    color: #fafae2;
}

div.leftcolumn {
    float: left;
    width: 238px;
    text-align: left;
}

/* google search */
div.leftcolumn div.google_search {
    float: left;
    width: 155px;
    padding-left: 30px;
    padding-top: 17px;
    padding-bottom: 18px;
    text-align: center;
}

div.leftcolumn div.google_search input.gs_request {
    border: 1px solid #ada166;
    background-image: url("../img/bg_google_search.gif");
    background-repeat: no-repeat;
    background-position: left;
    background-color: #ffffff;
    padding: 3px;
}

div.leftcolumn div.google_search input.gsn_request {
    border: 1px solid #ada166;
    background-image: none;
    background-color: #ffffff;
    color: #b1b1b1;
    padding: 3px;
}

div.leftcolumn div.google_search input.submit {
    padding: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

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: 45px;
    padding-bottom: 18px;
    text-align: left;
    padding-bottom: 130px;
}

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: #cc6600;
}

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: #ada166;
    padding-top: 10px;
    padding-bottom: 8px;
    text-align: center;
}

div.leftcolumn div.left_block div.center div.content_block a {
    color: #ada166;
}

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: left;
    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: 75px;
    padding-left: 10px;
}

div.content div.image_menu div.first {
    padding-left: 0px;
}

div.content div.link_menu {
    padding-top: 25px;
    padding-left: 9px;
    position: relative;
    clear: both;
    width: 660px;
}

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: #ada166;
}

div.content div.contentpage div.cr_page {
    float: left;
    width: 670px;
    color: #ada166;
}

div.content div.contentpage div.rightcolumn {
    float: left;
    width: 220px;
    color: #ada166;
    margin-left: 10px;
}

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 #ada166;
    border-bottom: none;
}

table.param_house th,table.param_house td {
    vertical-align: top;
    padding-left: 12px;
    padding-top: 9px;
    color: #ada166;
}

table.param_house th {
    font-weight: bold;
}

table.param_house tr.separator td {
    border-bottom: 1px dashed #ada166;
    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: #efecd0;
    border: 1px dashed #ada166;
    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 #ada166;
    padding: 5px;
}

* html div.param_house_ver div.search_header {
    padding-left: 60px;
}

div.param_house_ver label.block {
    color: #660;
    font-weight: bold;
}

div.param_house_ver .fieldset {
    background-color: #f7f6e1;
    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: rgb(173, 161, 102);
    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: #efecd0;
    width: 220px;
    border: 1px dashed #ada166;
    border-bottom: none;
}
table.param_house_ver th,table.param_house_ver td {
    vertical-align: top;
    padding-left: 6px;
    padding-top: 6px;
    color: #ada166;
}

table.param_house_ver th {
    font-weight: bold;
}

table.param_house_ver tr.separator td {
    border-bottom: 1px dashed #ada166;
    line-height: 1px;
}

div.content div.contentpage div.center_page hr {
    background-color: #ada166;
    border: 1px solid #ada166;
}

/* 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: #0096e4;
}

div.title_block.small {
    font-size: 17px;
}

table.list_homes tr.separator td {
    height: 14px;
}

table.list_homes tr.title_home td {
    background-color: #efecd0;
    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: #ada166;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: bold;
    width: 260px;
}

div.desc_home {
    background-color: #fefef9;
    color: #ada166;
    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;
}

a.top_menu_link {
    display: block;
    clear:both;
}

/* Color of the font of the dropdown menu */
table.dropmenu {
    visibility: hidden;
    position: absolute;
    display: block;
    top: 5px;
    left: 0px;
    background-color: #efecd0;
    border: 1px dashed #ada166;
    border-top: none;
    z-index: 100;
}

table.dropmenu td {
    padding: 0px 5px 3px 10px;
}

/* Color of the links of the dropdown menu */
table.dropmenu td a {
    letter-spacing: 0px;
    white-space: nowrap;
    display: block;
    margin: 0px;
    padding: 0px;
    background: #efecd0;
    font-size: 12px !important;
}

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 #ada166;
    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 #9ca46f;
}

div.square_red {
    background-color: #ADB57F;
}

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 #f8f8d6;
    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: #ADB57F;
    color: #FFFFFF;
}

table.home_calendar td.morning {
    background: #FFF url('/img/calendar/green-morning-2.gif') top left no-repeat;
    color: #666600;
}

table.home_calendar td.evening {
    background: #FFF url('/img/calendar/green-evening-2.gif') bottom right no-repeat;
    color: #666600;
}


table.home_calendar th {
    background-color: #ffffff;
    border: 1px solid #f8f8d6;
    font-size: 12px;
    color: #9ca46f;
    padding: 4px 0px;
    text-align: center;
    font-size: 11px;
}

table.home_calendar th.headline {
    background-color: #9ca46f;
    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;
}

/* 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: #9ca46f;
    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: #efecd0;
    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: #9a8f59;
}

table.business_featured td.one {
    background-color: #efecd0;
}

table.business_featured td.two {
    background-color: #fdfdf5;
}

table.business_featured td.separator {
    width: 1px;
    height: 3px;
    line-height: 3px;
}

div.business_additional {
    width: 100%;
    border-top: 1px dashed #ada166;
    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: 228px;
    padding-left: 5px;
    padding-left: 5px;
    text-align: center;
}

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: #EFECD0;
    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: #EFECD0;
    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-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_left_block {
    border: 1px solid #0196e4;
    min-height: 100px;
}

* 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 div {
    padding: 7px;
}

.index_left_block td {
    padding: 2px;
}

input.newsletters_submit {
    background-color: #e28037;
    background-image: url('/img/newsletters_submit.gif');
    background-repeat: no-repeat;
    width: 80px;
    height: 15px;
    border: none;
}

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 #ada166;
}

.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;
}

