body {
    background-image: url(../img/bg_body.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #eeeadd;
    text-align: center;
}

/* Font and colour for entire site design */
body,div,td,th,p,h1,input,textarea,select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    color: #4c4c4a;
}

p {
    padding-bottom: 6px;
}

table {
    border-collapse: collapse;
    border: none;
}

/*a img {
    border: none;
}*/


img {
    border-color: #d0ccc0;
}

.header a img, 
.leftcolumn a img,
.rightcolumn a img,
.image_menu a img,
.featured_block a img
{
	border: none;
}

.nobr {
    border: none;
    text-decoration: none;
}

/* Colour of active links on pages */
a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    background-image: url("../img/bg_hr.jpg");
    /*background-repeat: no-repeat;*/
    height: 13px;
    border: 0px;
    overflow: hidden;
    border: 1px solid #eeeade;
}

* html hr {
    background-color: #d4d2c6;
    border-top: 2px dotted #d4d2c6;
    border-bottom: none;
    height: 2px;
    overflow: hidden;
}

/* Font size and color of the 1st level titles */
h1 {
    color: #000000;
    font-size: 19px;
    line-height: 17px;
    margin: 0px;
    margin-bottom: 18px;
}

/* Colour of the links in the headings */
h1 a {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
}

/* Font size and color of the 2nd level titles  */
h2 {
    color: #0d61b2;
    font-size: 14px;
}

/* Font size and color of the 3rd level titles */
h3 {
    color: #0d61b2;
    font-size: 12px;
    font-weight: bold;
}

/* Bold text */
strong {
    /*color: #999999;*/
    color: #B5121B;
}

center {
    margin-bottom: 7px;
}

form {
    display: block;
    margin: 0px;
    padding: 0px;
}

input,select,textarea {
    font-size: 12px;
    color: #000000;
}

.blue {
    color: #0d61b2;
}

/*header*/
div.page {
    width: 965px;
    margin: auto;
}

div.header {
    position: relative;
    height: 213px;
    width: 965px;
    padding: 0px;
    margin-top: 14px;
}

div.header img {
    display: block;
}

div.header div.logo {
    position: absolute;
    left: 34px;
    top: 43px;
}

div.footer {
    background-image: url("../img/bg_footer.jpg");
    background-repeat: no-repeat;
    background-position: top;
    text-align: left;
    font-size: 10px;
    color: #333333;
    margin-top: 15px;
    padding: 18px 0px 0px 0px;
    clear: both;
}

div.footer a {
    color: #B92129;
}

div.footer p {
    font-size: 11px !important;
    line-heigth: 14px;
    color: #474642;
    padding-bottom: 9px;
}

div.leftcolumn {
    float: left;
    width: 200px;
    padding-left: 8px;
    padding-bottom: 110px;
    background-color: #ffffff;
    text-align: left;
}

/* google search */
div.leftcolumn div.google_search {
    width: 186px;
    padding-left: 0px;
    padding-top: 12px;
    padding-bottom: 7px;
    text-align: center;
    clear: both;
}

div.leftcolumn div.google_search input.gs_request {
    border: 1px solid #848484;
    background-image: url("../img/bg_google_search.gif");
    background-repeat: no-repeat;
    background-position: left;
    background-color: #ffffff;
    padding: 0px;
    width: 123px;
    height: 13px;
    font-size: 11px;
}

div.leftcolumn div.google_search input.gs_submit {
    border: none;
    background-image: url("../img/gs_submit.gif");
    background-repeat: no-repeat;
    background-position: top;
    background-color: #7dbe2e;
    padding: 3px;
    width: 52px;
    height: 18px;
}

input.nl_submit {
    border: none;
    background-image: url("../img/nl_submit.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-color: #b01418;
    padding: 3px;
    width: 73px;
    height: 17px;
    float: right;
}

input.submit_reservation {
    border: none!important;
    background-image: url("../img/bg_submit_reservation.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-color: #b5121b;
    padding: 0px;
    width: 170px;
    height: 23px;
}

div.leftcolumn div.google_search table td {
    padding-right: 1px;
}

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 div.separator,div.separator {
    height: 1px;
    line-height: 1px;
    background-image: url("../img/bg_separator_hor.gif");
    background-repeat: repeat-x;
}

input.form_submit {
    border: none;
    background-image: url("../img/bg_submit.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-color: #b5141c;
    padding: 3px;
    width: 54px;
    height: 20px;
    cursor: pointer;
}

/* Styles for the left Nav bar */
div.leftcolumn div.leftmenu {
    float: left;
    padding-top: 2px;
    text-align: left;
    padding-bottom: 130px;
}

div.leftmenu_block {
    float: left;
    padding: 14px 0px 0px;
    width: 190px;
}

div.leftmenu_title {
    border-bottom: 1px solid #e5e5e5;
    padding-left: 7px;
}

ul.submenu {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    padding-left: 7px;
    margin-top: 6px;
}

/* Size and color of the font of the left Nav Bar links (orange links) */
ul.submenu li, ul.submenu li a {
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
    border: none;
}


/* 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: 21px 0px 0px 23px;
    width: 734px;
    background-image: url("../img/bg_content.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}

div.content div.image_menu div {
    display: block;
    float: left;
    padding-left: 7px;
    width: 84px;
}

div.content div.image_menu div span.box_text {
    display: block;
    width: 84px;
    text-align: center;
}

div.content div.image_menu div span.box_text a {
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

div.content div.image_menu div span.box_image {
    background-image: url(../img/top_menu_box.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 9px 0px 0px 10px;
    height: 70px;
    width: 74px;
    float: left;
    clear: both;
}

div.content div.image_menu div.first {
    padding-left: 0px;
}

/* top link menu */
div.block_link_top_menu {
    padding-top: 12px;
}

div.content div.link_menu {
    padding-left: 0px;
    position: relative;
    width: 729px;
    heigth: 35px;
    background-image: url("../img/bg_top_menu.gif");
    background-repeat: repeat-x;
    background-position: top;
    background-color: #b5121b;
}

div.content div.link_menu div {
    float: left;
    position: relative;
    padding: 10px 18px 10px 0px;
    height: 15px;
}

div.content div.link_menu div a{
    font-size: 12px;
    font-family: Arial;
    color: #ffffff;
}

div.content div.link_menu div a:hover{
    color: #ffd251;
    text-decoration: none;
}

div.content div.link_menu div img {
    display: block;
}

div.content div.link_menu div.top_menu_left {
    width: 15px;
    padding: 0px;
    height: 35px;
    background-image: url("../img/top_menu_left.gif");
    background-repeat: no-repeat;
    background-position: left top;
}


div.content div.link_menu div.top_menu_right {
    width: 729px;
    padding: 0px;
    height: 35px;
    background-image: url("../img/top_menu_right.gif");
    background-repeat: no-repeat;
    background-position: right top;
}

div.content div.contentpage {
    clear: both;
    padding-top: 18px;
}

div.contentpage a {
    text-decoration: underline;
}

div.contentpage a:hover {
    text-decoration: none;
}

div.content div.contentpage div.center_page {
    float: left;
    width: 512px;
    padding-right: 20px;
    color: #ada166;
}

div.content div.contentpage div.cr_page {
    float: left;
    width: 728px;
    color: #ada166;
}

div.content div.contentpage div.rightcolumn {
    float: left;
    width: 198px;
    color: #ada166;
    padding-left: 0px;
}

div.content div.contentpage div.rightcolumn a {
    /*display: block;*/
    /*margin-bottom: 10px;*/
}

div.content div.contentpage div.rightcolumn div.what-new {
}

div.content div.contentpage div.rightcolumn div.what-new img {
    margin-bottom: 0px;
}

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 {
    position: relative;
    width: 198px;
    float: right;
    margin-left: 10px;
    padding: 0px;
}

div.legend img {
    vertical-align: middle;
}

div.legend_separator {
    height: 15px;
    line-height: 15px;
}

div.group_separator {
    height: 200px;
}

div.param_house_ver {
    background-color: #ffffff;
    border: 1px solid #dad1b4;
    padding: 7px 10px 15px 10px;
}

* html div.param_house_ver .quick-search-submit {
    width: 160px;
}

div.param_house_ver div.search_header {
    background-color: #eeeadd;
    text-align: left;
    padding: 5px;
    color: #000000;
}

* html div.param_house_ver div.search_header {
    height: 10px;
}

div.param_house_ver div.search_header table.legend_featured {
    margin-top: 0px;
}

div.param_house_ver label.block {
    color: #000000;
    font-weight: bold;
    font-size: 11px;
}

div.param_house_ver .fieldset {
    padding: 4px 0px;
    vertical-align: top;
    font-size: 11px;
    text-align: left;
}

div.param_house_ver * table{
    border-collapse:separate;
}

div.param_house_ver table.quick-search-form {
    table-layout: fixed;
    width: 175px;
}

div.param_house_ver span.date-label {
    font-size: 11px;
    white-space: nowrap;
}

div.param_house_ver input.date-field {
    background-color: white;
    width: 58px;
    height: 12px;
    font-size: 10px;
}

div.param_house_ver img.date-button {
    display: inline;
    vertical-align: top;
    cursor: pointer;
    border: none;
    width: 18px;
    height: 14px;
    margin-top: 2px;
}

div.featured_block {
    background-color: #ffffff;
    width: 182px;
    border: 1px solid #dad1b4;
    margin-bottom: 15px;
    padding: 7px;
}

table.param_house_ver {
    width: 182px;
}

table.param_house_ver th,table.param_house_ver td {
    vertical-align: top;
    color: #000000;
    text-align: center;
    padding: 10px 0px;
    font-size: 11px;
    line-height: 14px;
    width: 50%;
}

table.param_house_ver th {
    background-image: url("../img/viva_featured_icon.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    font-size: 16px;
    color: #b5121b;
    padding: 10px 0px 6px 30px;
    text-align: left;
}

table.param_house_ver tr.separator td {
    height: 1px;
    line-height: 1px;
    padding: 0px;
    background-image: url("../img/dot.jpg");
    background-repeat: repeat-x;
}

table.param_house_ver td a {
    color: #000000;
    text-decoration: none;
}

table.param_house_ver td a:hover {
	text-decoration: underline;
}

div.separator_legend {
    background-image: url("../img/bg_separator_legend.gif");
    background-repeat: repeat-x;
    height: 1px;
    line-height: 1px;
    font-size: 0px;
}

div.comment_legend {
    color: #b38808;
    font-size: 11px;
}

div.legend_grupopro {
    background-image: url("../img/bg_legend_grupopro.gif");
    background-repeat: no-repeat;
    background-position: left;
    background-color: #4d8d36;
    height: 32px;
    line-height: 32px;
    padding: 0px;
    padding-left: 36px;
}

div.legend_grupopro a {
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
}

table.legend_featured {
    width: 100%;
    margin-top: 3px;
}

table.legend_featured td {
    border-collapse: collapse;
    font-size: 11px;
    padding: 2px 0px;
    vertical-align: top;
    padding: 5px 4px 0px 0px;
    color: #000000;
}

table.legend_featured td.last {
    padding-right: 0px;
}

table.legend_featured td label {

}

* html table.legend_featured td {
    padding: 0px;
}

input.search_accommod_submit {
    border: none;
    background-image: url("../img/search_accommod_submit.gif");
    background-repeat: no-repeat;
    background-position: top;
    background-color: #7dbe2e;
    padding: 3px;
    width: 153px;
    height: 24px;
    cursor: pointer;
    margin-top: 7px;
}

/* list_homes */
div.home_search_list {
    float: left;
    overflow: hidden;
    width: 515px;
}

div.title_block {
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 19px;
    font-weight: bold;
    color: #000000;
}

div.home-block {
    width: 513px;
    margin-bottom: 14px;
    border: 1px solid #dadada;
    background-color: #ffffff;
    padding: 8px 0px;
}

div.home-block.place-on-top {
    border: 2px solid #b5121b;
    padding-bottom: 2px;
    width: 511px;
}

div.home-block table.list_homes {
    width: 100%;
}

div.home-block td.home_img_block {
    padding-left: 11px;
    background-image: url("../img/img_box.jpg");
    background-repeat: no-repeat;
    background-position: center;
    padding: 18px 21px;
    text-align: center;
    vertical-align: middle;
    width: 66px;
}

div.home-block td.home_description {
    vertical-align: top;
    padding-top: 4px;
}

* html div.home-block td.home_description {
    padding-top: 0px;
}

div.home-block td.home_description div.homename {
    width: 125px;
    padding-right: 15px;
    float: left;
}

div.home-block td.home_description div.homename a {
    color: #b5121b;
    text-decoration: none;
}

div.home-block td.home_description div.homename a:hover {
    text-decoration: underline;
}

div.home-block td.home_description div.homeprice {
    float: left;
    border-left: 1px solid #e5e5e5;
    color: #b38808;
    padding-left: 10px;
}

div.homeprice { 
	width: 247px;
}

.homes_holiday {
    color: #b5121b;
    font-weight: bold;
    padding: 10px 0 0 10px;
}

div.home-block td.home_includes {
    padding-top: 5px;	
}

div.home-block td.home_includes td {
    border-right: 1px solid #e5e5e5;
    padding: 0px 11px;
}

div.home-block td.home_includes td.first {
    border-right: none;
    padding: 0px;
}

div.home-block td.home_includes td.last {
    border-right: none;
}

div.home-block td.home_includes td.home_includes_separator {
    height: 5px;
    line-height: 5px;
    font-size: 5px;
    border-right: none;	
}


/* Dropdown Menu */
div.dropdown {
    position: absolute!important;
    top: 36px;
    z-index: 10;
    padding: 5px 7px;
    text-align: left;
    background: none!important;
}

/* Color of the font of the dropdown menu */
table.dropmenu {
    visibility: hidden;
    position: absolute;
    display: block;
    top: -1px;
    left: -9px;
    background-color: #f6dcc1;
    border: none;
    border-top: none;
    z-index: 100;
    padding: 0px;
}

table.dropmenu td {
    padding: 0px;
}

/* Color of the links of the dropdown menu */
table.dropmenu td a {
    letter-spacing: 0px;
    white-space: nowrap;
    display: block;
    margin: 0px 9px;
    padding: 3px 0px;
    background: transparent;
    font-size: 12px !important;
    color: #474642!important;
    border-bottom: 1px solid #e9cfb6;
}

table.dropmenu td a:hover {
    color: #b5121b!important;
}

table.dropmenu td a.first {
    padding-top: 10px;
}

table.dropmenu td a.last {
    border-bottom: none;
    padding-bottom: 10px;
}

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;
}

table.search_homename td {
    padding-top: 12px;
}

img.top_image_sel {
    visibility: hidden;
    position: absolute;
    top: 10px;
}

/* 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;
    /*padding-right: 20px;*/
    width: 509px;
    text-align: left;
}

div.right_homepage {
    float: right;
    width: 196px;
}

div.right_homepage div.clear_both {
    height: 6px;
    line-height: 6px;
}

div.home_description {
    padding-top: 10px;
}

div.right_homepage ul,
div.home_description ul,
table.events_calendar td ul,
div.center_page ul,
div.content 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,
div.content ul li {
    list-style-position: outside;
    list-style-image: url('/img/list_bullit.gif');
    font-weight: normal;
    color: #000000;
    padding-left: 0px;
    margin-left: 15px;
    margin-bottom: 2px;
}

* html div.right_homepage ul li,
* html div.home_description ul li,
* html table.events_calendar td ul li,
* html div.center_page ul li, 
* html div.business_description ul li {
    list-style-image: url('/img/list_bullit1.gif');
    margin-left: 18px;
}

/* home_featureds */
div.rentals {
    background-color: #ffffff;
    border: 1px solid #dad1b4;
    padding: 0px 7px;
}

div.home_featureds {
    padding-bottom: 17px;
    color: #000000;
    padding-top: 15px;
}

div.horizontal_line {
    border-bottom: 1px solid #e5e5e5;
}

h2.home_featureds {
    color: #b5121b;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0px;
}

div.right_homepage div.home_featureds p {
   color: #000000;
}

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;
}

/* registration_link */
div.registration_link {
    margin: auto;
    width: 200px;
}

div.registration_link div.icon_link {
    float: left;
}

div.registration_link div.text_link {
    float: left;
    padding-top: 10px;
    padding-left: 5px;
}

div.registration_link div.text_link a {
    color: #b38707;
    font-size: 14px;
    text-decoration: none;
}

div.registration_link div.text_link a:hover {
    text-decoration: underline;
}

/* photo home*/
div.block_property_home {
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    background-image: url('../img/bg_block_map_location.gif');
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 2px 5px;
    margin-top: 20px;
    min-height: 0;
}

* html div.block_property_home {
    height: 0px;
}


div.block_property_home table td{
    text-align: right;
    padding: 2px 0px 5px 5px;
}

div.block_property_home table td a img{
    margin-top: 3px;
}


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: 2px;
}

table.form_order th {
    white-space: nowrap;
    font-weight: normal;
    padding-right: 20px;
    padding-bottom: 5px;
    vertical-align: top;
    text-align: left;
    color: #000000;
}

table.form_order td {
    padding-bottom: 1px;
}

table.form_order td table td {
    padding-right: 5px;
}

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;
}

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: 12px;
    height: 12px;
    line-height: 10px;
    font-size: 10px;
    border: 1px solid #8e8f8f;
}

div.square_red {
    background-color: #d9c383;
    margin-left: 10px;
}

* html div.square_red {
    margin-left: 8px;
}

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;
}

div.select_calendar {
    padding: 10px 0px;
}

div.select_calendar select {
    width: 175px;
    border: 1px solid #cdc7b1;
}


.clear_both {
    clear: both;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
}

div.comment_calendar  {
    padding: 0px;
    height: 25px;
}

div.comment_calendar div {
    float: left;
    margin-right: 5px;
    color: #000000;
}

/* home calendar block */
div.home_calendar_block {
    border: 1px solid #ebebeb;
}

* html div.home_calendar_block {
    height: 0px;
    padding-top: 0px;
}

table.current_calendar td {
    padding-top: 10px;
    padding-right: 10px;
}

table.home_calendar {
    width: 177px;
}

* html table.home_calendar {
    width: auto;
}

table.home_calendar td {
    width: 15px;
    height: 15px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 10px;
    color: #000000;
    padding: 5px;
}

table.home_calendar td.checked {
    background-color: #d9c383;
    color: #000000;
}

table.home_calendar td.booked {
    background-color: #d9c383;
    color: #000000;
}

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: #e8e3d3;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #e8e3d3;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    padding: 4px 0px;
    text-align: center;
    font-size: 11px;
}

table.home_calendar th.headline {
    background-color: #d9c383;
    border: none;
    border-left: 1px solid #d9c383;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
}

table.home_calendar th.sunday {
    background-color: #e60404;
    border: none;
    border-top: 1px solid #e60404;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #e60404;
    color: #ffffff;
}

table.home_calendar th.saturday {
    border-right: 1px solid #e8e3d3;
}

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;
}

div#map_close_link {
    position: absolute;	
    z-index: 300;
    width: 96%;
    text-align: right;
    padding: 10px;
}

div#map_close_link a {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
    color: #b5121b!important;
}

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, 
div.realestate_area_desc {
    position: absolute;
    display: block;
    border: 1px solid green;
    padding: 5px;
    background-color: #ffffff;
    text-align: right;
    z-index: 1;
    width: 250px;
}

div.business_area_desc, 
div.realestate_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;
}

a.href_page_more {
    color: #25750F;
}

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;
}

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: #002e6e;
    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 50px;
}

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;
}

table.edit th {
    text-align: right;
}

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 */
table.business_featured {
    margin-top: 15px;
}

table.business_featured td {
    vertical-align: top;
}

table.business_featured td center {
    margin: 0px 0px;
}

table.business_featured td {
    width: 137px;
    padding: 11px 12px;
    color: #4c4c4c;
    font-size: 11px;
    background-color: #eeeade;
    border: none;
}

table.business_featured td p {
    color: #4c4c4c;
    font-size: 11px;
}

table.business_featured td.one_header {
    background-image: url("../img/bg_business_one_header.gif");
    background-repeat: repeat-x;
    background-position: top;
    background-color: #f4f1e8;
    border: 1px solid #cec7af;
    border-bottom: none;
    padding-bottom: 6px;
}

table.business_featured td.two_header {
    background-image: url("../img/bg_business_two_header.gif");
    background-repeat: repeat-x;
    background-position: top;
    background-color: #f4f1e8;
    border: 1px solid #cec7af;
    border-bottom: none;
    padding-bottom: 6px;
}

table.business_featured td.one_img {
    background-image: url("../img/bg_business_one.gif");
    background-repeat: repeat-x;
    background-position: top;
    border-left: 1px solid #cec7af;
    border-right: 1px solid #cec7af;
    padding-top: 0px;
    text-align: center;
}

table.business_featured td.two_img {
    background-image: url("../img/bg_business_two.gif");
    background-repeat: repeat-x;
    background-position: top;
    border-left: 1px solid #cec7af;
    border-right: 1px solid #cec7af;
    padding-top: 0px;
    text-align: center;
}

table.business_featured td.one_bottom {
    background-image: url("../img/bg_business_one_bottom.gif");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 20px;
    padding-top: 3px;
    border: 1px solid #cec7af;
    border-top: none;

}

table.business_featured td.two_bottom {
    background-image: url("../img/bg_business_two_bottom.gif");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 20px;
    padding-top: 3px;
    border: 1px solid #cec7af;
    border-top: none;
}

table.business_featured td.one_img img, table.business_featured td.two_img img {
    border: 1px solid #d3c9a9;
    padding: 3px;
    background-color: #ffffff;
}

table.business_featured td.one_bottom a.no_border, table.business_featured td.two_bottom a.no_border {
    background-image: url("../img/red_arrow.jpg");
    background-repeat: no-repeat;
    background-position: right;
    border: none;
    text-decoration: none;
    padding-right: 6px;
    display: block;
    float: right;
}

table.business_featured td.one_bottom a.no_border:hover, table.business_featured td.two_bottom a.no_border:hover {
    color: #b38808;
}

table.business_featured td.separator {
    width: 15px;
    padding: 0px;
    height: 11px;
    line-height: 11px;
    border: 0px;
    background: transparent;
}

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;*/
    padding-top: 10px;
    padding-bottom: 12px;
    margin: auto;
    text-align: center;
}

div.business_name {
    text-align: center;
    font-size: 13px;
    color: #c80000;
}

div.line_business_name {
    background-image: url("../img/bg_border_business_name.gif");
    background-repeat: repeat-x;
    background-position: top;
    height: 12px;
}

/* business right block */

div.business_right_block {
    background-image: url("../img/bg_business_right_block_bottom.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    paddign: 0px;
    padding-bottom: 12px;
    width: 198px;
}

div.business_right_block_top {
    background-image: url("../img/bg_business_right_block_top.jpg");
    background-repeat: no-repeat;
    background-position: top;
    paddign: 0px;
    height: 10px;
    width: 198px;
}

* html div.business_right_block_top {
    line-height: 10px;
    font-size: 0px;
}

div.business_right_block_content {
    background-image: url("../img/bg_business_right_block.jpg");
    background-repeat: repeat-y;
    background-position: left;
    padding: 0px 20px;
}

/* counter */
div.business_counter {
    border-bottom: 1px solid #dad7cf;
    padding-bottom: 5px;
}

div.business_counter img {
    display: block;
    margin: 0px;
}

/* business info right block */

div.business_right_block_content div.business_info {
    padding-left: 0px;
    padding-top: 8px;
    padding-bottom: 0px;
    color: #000000;
}

div.business_right_block_content div.business_info h2 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 7px;
    color: #b5121b;
}

div.business_right_block_content div.business_info table {
    width: 158px;
}

div.business_right_block_content div.business_info th,
div.business_right_block_content div.business_info td {
    vertical-align: top;
    font-weight: normal;
    font-size: 11px;
    color: #000000;
}

div.business_right_block_content div.business_info td {
    padding-left: 4px;
    padding-bottom: 4px;
}

div.business_right_block_content div.business_info td.small {
    width: 2px;
}

div.business_right_block_content div.business_info a {
    color: #b5121b;
}

div.business_right_block_content div.business_info a.nobr {
    color: #000000;
    text-decoration: none;
}

div.business_right_block_content div.business_info a.nobr:hover {
    text-decoration: underline;
}

/* business_contact_form */
div.business_contact_form h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 7px;
    color: #b5121b;
}

div.business_contact_form table {
    width: 190px;
}

div.business_contact_form td,
div.business_contact_form th {
    font-size: 11px;
    padding: 1px 0px;
}

div.business_contact_form td {
    padding-left: 5px;
}

div.business_contact_form td.small {
    width: 1px;
    vertical-align: top;
}

div.business_contact_form td input,
div.business_contact_form td textarea {
    width: 127px;
    border: 1px solid #cec7af;
}

div.business_contact_form td textarea {
    height: 47px;
}

div.business_contact_form td input#imagecode {
    width: 72px;
}

div.business_contact_form td input.form_submit {
    width: 54px;
    height: 20px;
    border: none;
    margin-top: 5px;
}

/* business_quote */
div.business_quote {
    width: 728px;
    background-image: url("../img/bg_quote_bottom.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 15px;
    padding-top: 10px;
}

div.business_quote div.business_quote_content {
    width: 698px;
    border: 1px solid #cec7af;
    border-bottom: 0px;
    background-color: #ffffff;
    padding: 26px 10px 3px 20px;
}

div.business_quote div.business_quote_content p {
    color: #dd8417;
    font-size: 12px;
}

div.business_quote div.business_quote_content p.business_quote_author {
    text-align: right;
    padding-right: 7px;
    color: #b5121b;
}

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;
}

/* contact block */
div.business_contact {
    background-color: #f3f0e7;
    background-image: url("../img/bg_business_contact_block_bottom.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 0px;
    padding-bottom: 8px;
    margin-top: 14px;
}

div.business_contact div.contact_block_top {
    background-image: url("../img/bg_business_contact_block_top.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    height: 6px;
    line-height: 6px;
    font-size: 6px;
    padding: 0px;
}

div.business_contact div.contact_info {
    background-image: url("../img/bg_business_contact_block_center.jpg");
    background-repeat: repeat-y;
    background-position: left;
    padding-left: 26px;
    padding-bottom: 0px;
    padding-top: 5px;
}

div.business_contact div.contact_info h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
    color: #b5121b;
}

div.business_contact div.contact_info div.contact_info_table {
    background-image: url("../img/viva_big.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-right: 74px;
    padding-bottom: 5px;
    width: 525px;
}

div.business_contact div.contact_info div.business_counter_block {
    width: 222px;
    padding-right: 18px;
    border-right: 1px solid #d1cec7;
    float: left;
    font-size: 11px;
}

div.business_contact div.contact_info div.business_counter_block h2.business_contact_h2 {
    padding-top: 10px;
}

div.business_contact div.contact_info div.business_counter_block div.contact_info_table {
    width: 222px;
    background: none;
    font-size: 11px;
    padding-right: 0px;
}

div.business_contact div.contact_info div.business_counter_block div.contact_info_table th,
div.business_contact div.contact_info div.business_counter_block div.contact_info_table td {
    font-size: 11px;
    vertical-align: top;
}

div.business_contact div.contact_info div.business_contact_form {
    float: left;
    padding-left: 18px;
}

div.business_contact div.contact_info div.business_contact_form {
    width: 430px;
}

div.business_contact div.contact_info div.business_contact_form table {
    width: auto;
}


div.business_contact div.contact_info div.business_contact_form th,
div.business_contact div.contact_info div.business_contact_form td {
    font-size: 11px;
    padding-left: 10px;
    vertical-align: top;
}

div.business_contact div.contact_info div.business_contact_form td.small {
    vertical-align: top;
}

td.align_middle {
    vertical-align: middle!important;
}

td.align_middle input {
    margin: 0!important;
}

div.business_contact div.contact_info th,
div.business_contact div.contact_info td {
    font-weight: normal;
    font-size: 12px;
    color: #000000;
}

div.business_contact div.contact_info td {
    padding-left: 14px;
}

div.business_contact div.contact_info td.small {
    width: 5px;
    text-align: right;
}

div.business_contact div.contact_info td a {
    color: #b5121b;
}

div.business_contact div.contact_info td a.nobr {
    color: #000000;
    text-decoration: none;
}

div.business_contact div.contact_info td a.nobr:hover {
    text-decoration: underline;
}

/* home contacts */
div.home_contact {
    background-color: #ffffff;
    border: 1px solid #cec7Af;
    padding: 25px 8px 25px 25px;
    width: 476px;
    margin-bottom: 25px;
}

div.home_contact h2, h2.home_reservation{
    margin-top: 0px;
    font-weight: normal;
    font-size: 16px;
    color: #b5121b;
    border-bottom: 1px solid #e4e4e3;
}

h2.home_reservation {
    border: none;
    margin-bottom: 20px;
}

div.home_contact table td {
    color: #000000;
    padding: 5px 5px 0px 0px;
}

div.home_contact table td p {
    color: #000000;
    padding-bottom: 0px;
}

div.home_contact div.home_rentalinfo {
    position: relative;
    padding-top: 48px;
}

div.home_contact div.home_rentalinfo p {
    color: #000000;
    font-size: 12px;
    line-height: 20px;
}

div#home_rentalinfo_image {
    position: absolute;
    width: 115px;
    height: 144px;
    background-image: url("../img/bg_home_contact.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    top: -78px;
    left: 335px;
}

* html div#home_rentalinfo_image {
    top: -79px;
}

/* home description content */
div.home_description_content {
    padding-top: 10px;
}

div.home_description_content p {
    padding-bottom: 20px;
    line-height: 14px;
}

div.home_description_content span {
    color: #b5121b;
}

/* home reservation form */
div.left_homepage table.form_order td {
    vertical-align: top;
    padding-left: 7px;
    padding-bottom: 5px;
    color: #484845;
}

div.left_homepage table.form_order th {
    padding-right: 0px;
    color: #484845;
}

div.left_homepage table.form_order td input,
div.left_homepage table.form_order td select,
div.left_homepage table.form_order td textarea {
    border: 1px solid #cec7af;
}

div.business_counter_photo {
    float: left;
    text-align: center;
}

* html div.business_counter_photo {
    width: 250px;
}

div.business_photo {
    float: left;
    padding-right: 20px;
}

div.business_photo div.clear_both {
    width: 257px;
    padding-left: 7px;
    padding-bottom: 10px;
}


div.business_content {
    padding-right: 70px;
}

div.business_separator {
    border-top: 1px solid #e4e5e0;
    margin-top: 20px;
    padding-bottom: 7px;
}

div.news_header {
    color: #0d61b2;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 12px;
}

div.news_header a {
    color: #0d61b2;
}

h1.bigg {
    font-size: 21px;
}

/* banner block */
div.banner_first {
    width: 228px;
    padding-left: 5px;
    padding-left: 5px;
    text-align: center;
}

div.banner_block_first {
    width: 194px;
    margin-bottom: 1px;
    padding-top: 13px;
}

div.banner_block_style {
    width: 175px;
    background-color: #ffffff;
    padding: 14px 11px;
    text-align: left;
    margin-bottom: 15px;
}

div.banner_block_style a.event {
    display: inline!important;
    font-weight: normal;
    font-style: italic;
}

div.banner_block_style div.banner_block_title {
    border-bottom: 1px solid #e5e5e5;
    color: #b5121b;
    font-size: 16px;
    font-weight: bold;
    line-height: 15px;
    padding-bottom: 2px;
}

div.banner_block_style div.banner_block_content {
    padding-top: 14px;
}

/* event block */
div.event_block_title {
    background-image: url("../img/viva_icon_small.jpg");
    background-repeat: no-repeat;
    background-position: left middle;
    color: #ae860e;
    font-size: 12px;
    padding-left: 16px;
}

div.event_block_content {
    padding-top: 11px;
    font-size: 12px;
}

div.banner_block_style a {
    color: #474642;
}


div.banner_block_style a.event_date {
    display: inline!important;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

div.banner_block_style a.event_post {
    margin-top: 10px;
    margin-bottom: 0px!important;
    float: right;
}


div.banner_block {
    margin-bottom: 15px;    	
}


.banner_block_complex {
    width: 172px;
    border: 1px solid #d6c3a3;
    background-color: #faf6ea;
    color: #000000;
    padding: 10px;
    margin: 10px 0;
    overflow: hidden; 	
}


.banner_block_complex h2 {
	color: #b6111f;
	margin: 0 0 5px;
}

.banner_block_complex h3 {
	color: #b6111f;
	margin: 5px 0 5px;
	font-size: 16px;
}

.banner_block_complex .more {
    display: block;
    float: right;
    color: #b41019;
		
}


img.subtitle_block {
    margin: 5px 0px;
}

img.title_block {
    margin-bottom: 5px;
}

h1.event_h1 {
    color: #327c1b;
    font-weight: normal;
    margin-top: 20px;
}

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;
}

div.padding_block {
    height: 8px;
    line-height: 8px;
    font-size: 1px;
}

table.includes_params {
    border-collapse: collapse;
}

table.includes_params td {
    border-right: 1px solid #e1e1cb;
    padding: 0px 7px!important;
    height: 25px!important;
    line-height: 25px;
}

table.includes_params td img {
    margin: 0px;
}

table.includes_params td.last {
    border-right: none;
}

table.includes_params td.includes_separator {
    background-image: url("../img/bg_separator_legend.gif");
    background-repeat: repeat-x;
    background-position: 6px;
    height: 12px!important;
    line-height: 12px;
    border-right: none;
}

span.text_green {
    color: #25750f;
}


/* photo border block */
table.photo_block_outer td.corner_lt {
    background-image: url("../img/bg_border_lt.gif");
    background-repeat: no-repeat;
    background-position: left top;
    height: 13px;
    width: 13px;
    line-heigth: 13px;
    font-size: 0px;
}

table.photo_block_outer td.corner_rt {
    background-image: url("../img/bg_border_rt.gif");
    background-repeat: no-repeat;
    background-position: right top;
    height: 13px;
    width: 13px;
    line-heigth: 13px;
    font-size: 0px;
}

table.photo_block_outer td.corner_lb {
    background-image: url("../img/bg_border_lb.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 13px;
    width: 13px;
    line-heigth: 13px;
    font-size: 0px;
}

table.photo_block_outer td.corner_rb{
    background-image: url("../img/bg_border_rb.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 13px;
    width: 13px;
    line-heigth: 13px;
    font-size: 0px;
}

table.photo_block_outer td.border_t {
    background-image: url("../img/bg_border_t.gif");
    background-repeat: repeat-x;
    background-position: top;
}

table.photo_block_outer td.border_b {
    background-image: url("../img/bg_border_b.gif");
    background-repeat: repeat-x;
    background-position: bottom;
}

table.photo_block_outer td.border_l {
    background-image: url("../img/bg_border_l.gif");
    background-repeat: repeat-y;
    background-position: left;
}

table.photo_block_outer td.border_r {
    background-image: url("../img/bg_border_r.gif");
    background-repeat: repeat-y;
    background-position: right;
}

table.photo_block_outer td.photo_block_inner img {
    display: block;
}

#popUpLegend {
    position: absolute;
    top: 100px;
    left: 100px;
    /*display: none;*/
    visibility: hidden;
    background-color: #efebdf;
    border: 1px dotted #b7b7b7;
    padding: 10px;
    width: 160px;
}

.center_block {
    text-align: center;
}

a.anchor {
    color: #25750f;
}

div#slideshow {
    height: 465px;
    overflow: hidden;
}

/* votings style */

.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: 11px;
    font-weight: bold;
    text-align: center;
    color: #ae860e;
    padding: 0px;
    padding-bottom: 7px;
}

#votings_title {
    color: #ae860e;
}

.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: #4c4c4a;
}

* 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: #4c4c4a;
    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: #4c4c4a;
    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;
}

.link_color_blue {
    color: #b5121b!important;	
}

p.sponsored-listing {
    text-align: right;
    font-style: italic;
    font-weight: bold;
    font-size: 95%;
    color: #b5121b;
    padding-right: 7px;
    padding-bottom: 0px;	
}

#adv_link {
    position: absolute;
    width: 561px;
    height: 208px;
    top: 0px;
    left: 394px;	
}

.slideshow_item {
    width: 100%;
    overflow: hidden;	
    margin-bottom: 40px;
}

.slideshow_item .preview {
    float: left;
    width: 180px;
    padding-left: 10px;	
}


.slideshow_item .preview img {
	display: block;
	margin: auto;
}


.slideshow_item .text {
    float: right;
    width: 470px;
    padding-right: 50px;	
}


.slideshow_item h2 {
    color: #b41019;
    font-style: italic;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 10px; 	
}


.slideshow_item .slideshow_link {
    color: #b41019;
    text-decoration: none;	
}


.slideshow_item .slideshow_link:hover {
	text-decoration: underline;
}


.popup_window .close {
    display: block;
    text-align: center;
    padding: 10px 0;	
}

h1.searchhome_page {
    color: #6a6869;
    text-align: center;
    font-size: 16px;
    margin: 0;
    margin-bottom: -10px;
    position: relative;
    top: -15px;	
}











