/**** /style/reset.css ****/

table {  border-collapse: collapse; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

table {
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/**** /style/global.css ****/

html, body{
  border:0;
  margin:0;
  padding:0;
}

body{
  font-size:12px;
  font-family: Tahoma, Arial, Verdana, Helvetica;
  line-height:15px;
  color:#666666;
  background:#ffffff;
  padding: 0;
}


h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0 0 14px 0;
  font-weight:normal;
  color: #000000;
}

h1{
  font-size:24px;
  font-weight: normal;
  line-height: 24px;
}

h2{
  font-size:18px;
  font-weight: bold;
  line-height:21px;
  padding:0 0 10px 0;
}

h3{
  font-size:16px;
  font-weight:bold;
  line-height:20px;
  text-transform: uppercase;
}

h4{
  font-size:14px;
  font-weight:bold;
  line-height:18px;
}

h5{
  font-size:12px;
  font-weight:bold;
  line-height:18px;
}

h6{
  font-size:10px;
  font-weight:bold;
  line-height:13px;
}


p, ul, ol{
  margin:0;
  padding:0 0 8px 0;
}

ul, ol{
  padding:0 0 8px 2.25em;
  line-height: 15px;
}

ol{ list-style-type: decimal; }
ul{ list-style: square; }
ul ul{ list-style: disc; }

blockquote{
	font-size: 24px;
	line-height: 26px;
}

small{
	color: #999999;
    font-size:10px;
 	font-weight: normal;
}

big{
	font-size:30px;
	line-height: 34px;
}

img{
  border:0;
}

sup{
  position:relative;
  bottom:0.3em;
  vertical-align:baseline;
}

sub{
  position:relative;
  bottom:-0.2em;
  vertical-align:baseline;
}

acronym, abbr{
  cursor:help;
  letter-spacing:1px;
  border-bottom:1px dashed;
}


a,
a:link,
a:visited{
    text-decoration:none;
    color:#3399ff;
}

a.no-decoration, a:hover{
    text-decoration:underline;
}


form{
  margin:0;
  padding:0;
  display:inline;
}

input, select, textarea{
  font:1em Arial, Helvetica, sans-serif;
}

textarea{
  width:100%;
  line-height:1.25;
}

label{
  cursor:pointer;
}


table{
  border:0;
  margin:0;
  padding:0;
  width: 100%;
}

table tr td{
  padding: 6px 8px; vertical-align: top;
}


div.wrap{
	width:1000px;
	padding:0;
    position: relative;
	margin: 0 auto;
}


.clear         {clear:both; height: 0; overflow:hidden; font-size: 1px; }
.float-left    {float:left;}
.float-right   {float:right;}

.text-left     {text-align:left;}
.text-right    {text-align:right;}
.text-center   {text-align:center;}
.text-justify  {text-align:justify;}

.bold          {font-weight:bold;}
.italic        {font-style:italic;}
.underline     {border-bottom:1px solid;}
.highlight     {background:#ffc;}

.img-left      {float:left; margin:0 12px 6px 0;}
.img-right     {float:right; margin:0 0 6px 12px;}

.nopadding     {padding:0;}
.noindent      {margin-left:0; padding-left:0;}
.nobullet      {list-style:none; list-style-image:none;}
.dashed        {border-top: 1px dashed #000; margin: 10px 0; }

.date{
    background: #9f2727;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fffad5;
    font-size:10px; white-space: nowrap;
    padding: 0 4px;
}


/**** /style/screen.css ****/


body {
    padding: 10px 0 16px;
}

.hide_logo { display: none; }

div.hr {
    border: 0;
    border-top: 1px solid #f7f8f8;
    border-bottom: 1px solid #f2f2f3;
    padding: 0; margin: 12px 0;
}

div.banner {
    margin: 0 0 10px 0;
}

.red {
    color: #bc91ca;
}

.green {
    color: #6dc065;
}

.blue {
    color: #65b9c0;
}

h1.logotype {
    background: url(/images/logotype.png) 0 0 no-repeat;
    display: block;
    text-indent: -9999px;
    width: 208px; height: 46px;
    padding: 0; margin: 0 0 16px 0;
}



ul.menu {
    margin: 0; padding: 0;
    list-style: none;
    position: absolute;
    right: 0;
    top: 16px;
}

    ul.menu li {
        float: left;
    }

        ul.menu li span {
            color: #dcdcdc;
            padding: 0 12px;
        }

        ul.menu li a {
            color: #333333;
        }

        ul.menu li a.no-active {
            color: #ccc;
        }

        ul.menu li a.registration {
            background: url(/images/button-registration.png) 0 0 no-repeat;
            display: block;
            margin: 0 0 0 18px;
            position: relative;
            text-indent: -9999px;
            top: -1px;
            width: 102px; height: 19px;
        }

        ul.menu li a.out {
            background: url(/images/button-out.png) 0 0 no-repeat;
            display: block;
            margin: 0 0 0 18px;
            position: relative;
            text-indent: -9999px;
            top: -1px;
            width: 102px; height: 19px;
        }




div.relative {
    position: relative;
    line-height: 0;
}

div.round-4px {
    background: url(/images/round-4px.png) no-repeat;
    display: block;
    position: absolute;
    width: 4px; height: 4px;
}



div.top-left {
    background-position: top left;
    top: 0;
    left: 0;
}

div.top-right {
    background-position: top right;
    top: 0;
    right: 0;
}

div.bottom-left {
    background-position: bottom left;
    bottom: 0;
    left: 0;
}

div.bottom-right {
    background-position: bottom right;
    bottom: 0;
    right: 0;
}



div.footer {
    background: #eaeaea;
    position: relative;
}

    div.footer div.content {
        padding: 6px 12px;
    }

    div.footer ul {
        padding: 0; margin: 0;
        list-style: none;
    }

        div.footer ul li {
            font-size: 11px;
            float: left;
        }

            div.footer ul li span {
                padding: 0 8px;
            }

    div.footer a {
        color: #000000;
        text-decoration: underline;
    }

    div.footer a:hover {
        text-decoration: none;
    }

    div.footer p {
        color: #000000;
        font-size: 10px;
        line-height: 13px;
        padding: 0 0 4px 0;
    }

    div.footer a.logotype {
        background: url(/images/logotype-fotter.gif) 0 0 no-repeat;
        display: block;
        text-indent: -9999px;
        margin: 0 18px 0 0;
        width: 109px; height: 86px;
    }

    div.footer ul.counter {
        display: block;
        float: right;
        width: 300px;
    }

        div.footer ul.counter li {
            float: right;
            margin: 6px 0 4px 12px;
        }



div.seo {
    color: #000;
    font-size: 11px;
    line-height: 14px;
    padding: 0 8px 4px;
}



div.block-yellow {
    background: #fffad5;
    position: relative;
}

    div.block-yellow div.content {
        padding: 16px 14px;
    }



ul.colums-123 {
    padding: 0; margin: 0;
    list-style: none;
}

    ul.colums-123 li.colum-1, ul.colums-123 li.colum-2, ul.colums-123 li.colum-3, ul.colums-123 li.colum-1pad {
        display: block;
        float: left;
    }

    ul.colums-123 li.colum-1 {
        width: 504px;
    }

    ul.colums-123 li.colum-1pad {
        width: 489px;
        padding-left: 15px;
    }

    ul.colums-123 li.colum-2 {
        margin: 0 8px;
        width: 240px;
    }

    ul.colums-123 li.colum-3 {
        width: 240px;
    }



ul.colums-12 {
    padding: 0; margin: 0;
    list-style: none;
}

    ul.colums-12 li.colum-1, ul.colums-12 li.colum-2 {
        display: block;
        float: left;
    }

    ul.colums-12 li.colum-1 {
        width: 729px;
        padding-left: 15px;
        margin-right: 16px;
    }

    ul.colums-12 li.colum-2 {
        width: 240px;
    }



h2 a {
    color: #000 !important;
}



ul.advertisement {
    margin: 0; padding: 0;
    list-style: none;
}

    ul.advertisement li {
        display: block;
        position: relative;
        width: 240px; height: 148px;
        margin: 0 0 12px 0; padding: 0;
    }

        ul.advertisement li div.information {
            background: url(/images/transparent-40.png) 0 0;
            bottom: 0;
            color: #ffffff;
            padding: 12px 10px;
            position: absolute;
            width: 220px;
        }

            ul.advertisement li div.information p {
                font-size: 11px;
                line-height: 13px;
                padding: 0;
            }

                ul.advertisement li div.information p span {
                    color: #b7ff95;
                    font-size: 12px;
                    font-weight: bold;
                    float: right;
                }



div.block-gray {
    background: #ececec;
    position: relative;
    margin: 0 0 12px 0;
}

    div.block-gray div.content {
        padding: 12px;
    }

div.block-light {
    background: #f2f2f4;
    position: relative;
    margin: 0 0 12px 0;
}

    div.block-light div.content {
        padding: 8px 10px 4px;
    }


ul.vote {
    margin: 0; padding: 0 0 4px 0;
    list-style: none;
}

    ul.vote li {
        color: #000;
        font-size: 11px;
        padding: 2px 0;
    }

a.result {
    padding: 6px 12px 0 0;
}

input.button-ok {
    background: url(/images/button-ok.png) 0 0 no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    float: right;
    text-indent: -9999px;
    width: 62px; height: 30px;
}



h4.skip-left {
    padding: 0 0 10px 22px;
}

h4.advert, h4.interview, h4.events {
    background: url(/images/icon_event.png) 0 0 no-repeat;
    color: #666666;
    padding: 6px 0 8px 32px;
}

h4.autor, h4.vote {
    background: url(/images/icon_vote.png) center left no-repeat;
    color: #666666;
    padding: 6px 0 8px 32px;
}

h4.article {
    background: url(/images/icon_article.png) center left no-repeat;
    color: #666666;
    padding: 6px 0 8px 32px;
}

h4.themes {
    background: url(/images/icon_themes.png) center left no-repeat;
    color: #666666;
    padding: 6px 0 8px 32px;
}

h4.advertisement {
    background: url(/images/icon_advertisement.png) center left no-repeat;
    color: #666666;
    padding: 6px 0 8px 32px;
}

h4.news {
    background: url(/images/icon_news.png) center left no-repeat;
    color: #666666;
    padding: 6px 0 8px 32px;
}

h4.dinamika {
    background: url(/images/icon_dinamika.png) center left no-repeat;
    color: #666666;
    padding: 6px 0 8px 32px;
}

h4.blank {
    color: #666666;
    padding: 6px 0 8px 32px;
}



table.news {
}


    table.news tr td  {
        padding: 0;
    }

        table.news tr td a {
            color: #666666;
            padding: 0 0 0 6px;
        }

        table.news tr td p {
            padding: 0 0 4px 0
        }



ul.more {
    margin: 0 0 4px 0; padding: 0;
    list-style: none;
}

    ul.more li {
        color: #666666;
        padding: 0 0 4px 10px;
    }

        ul.more li a {
            font-size: 11px;
            font-weight: bold;
            line-height: 14px;
            color: #666;
        }

    ul.more-pink li {
        background: url(/images/icon-more-pink.png) left 5px no-repeat;
    }

    ul.more-blue li {
        background: url(/images/icon-more-blue.png) left 5px no-repeat;
    }

    ul.more-blue li.open {
        background: url(/images/icon-more-blue-open.png) left 6px no-repeat;
    }

    ul.more-purple li {
        background: url(/images/icon-more-purple.png) left 5px no-repeat;
    }

    ul.more-purple li.open {
        background: url(/images/icon-more-purple-open.png) left 6px no-repeat;
    }

div.padding-8px {
    padding: 0 0 0 10px;
}



ul.events {
    margin: 0; padding: 0;
    list-style: none;
}

    ul.events li {
        color: #000000;
        font-size: 12px;
    }

        ul.events li a {
            font-weight: bold;
            color: #000000;
        }

        ul.events li p {
            padding: 0 0 4px;
        }

        ul.events li p.gray {
            color: #999999;
            font-weight: bold;
        }

        ul.events li div.hr {
            margin: 4px 0 8px;
        }



table.two-colums {
}

    table.two-colums tr td {
        padding: 0;
        width: 50%;
    }



ul.advert {
    margin: 0; padding: 0;
    list-style: none;
}
    div.scrolling-div{
  		width: 15px;
  		background-color: #ececec;
  		border: 1px solid #ccc;
  		height: 321px;
  		float: right;
    }
    	div.scrolling-div div.up, div.scrolling-div div.down {
    		height: 158px;
    		text-align: center;
    	}
    	div.scrolling-div div.up:hover, div.scrolling-div div.down:hover  {
    		background-color: #46B70B;
    	}
    	div.scrolling-div div.down img, div.scrolling-div div.up img {
    		margin-top: 70px;
    	}


    ul.advert li {
        border: 0;
        border-bottom: 1px solid #e5e5e7;
        margin: 0;
        padding: 8px 10px 7px;
    }

    ul.advert li:hover {
        background: #e5e5e7;
    }

        ul.advert li p {
            padding: 0;
            color: #000;
        }

            ul.advert li p a {
                color: #000;
            }

            ul.advert li p span.gray {
                color: #999999;
            }

            ul.advert li p span.price {
                font-size: 14px;
                color: #49b03e;
            }

span.box {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size:10px; white-space: nowrap;
    padding: 0 4px;
}

span.box-gray {
    background: #636363;
    color: #fffad5;
}

span.box-yellow {
    background: #ffbf21;
    color: #fff;
}

span.box-green {
    background: #46b70b;
    color: #fff;
}

span.box-orange {
    background: #ea8625;
    color: #fffad5;
}

div.scroll-box {
    overflow: hidden;
    height: 320px;
    width: 487px;
    border-bottom: 1px solid #CCC;
    border-top: 2px solid #CCC;
    cursor: n-resize;
}



.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

div.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(/images/dot_gray.png) top center repeat-y;
}
    div.jScrollPaneTrack div.jScrollPaneDrag {
        position: absolute;
        background: url(/images/scroller.png) -32px 0 repeat-y;
        display: block;
        width: 16px; height: 28px;
        cursor: pointer;
        overflow: hidden;
    }

        div.jScrollPaneTrack div.jScrollPaneDrag div.jScrollPaneDragTop {
            background: url(/images/scroller.png) 0px 0 repeat-y;
            width: 16px; height: 14px;
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
        }

        div.jScrollPaneTrack div.jScrollPaneDrag div.jScrollPaneDragBottom {
            background: url(/images/scroller.png) -16px 0 repeat-y;
            width: 16px; height: 14px;
            position: absolute;
            bottom: 0;
            left: 0;
            overflow: hidden;
        }

a.jScrollArrowUp {
    background: url(/images/dot_gray.png) top center repeat-y;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 12px;
}

a.jScrollArrowDown {
    background: url(/images/dot_gray.png) top center repeat-y;
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 12px;
}



ul.tabs {
    margin: 0; padding: 0;
    list-style: none;
}

    ul.tabs li {
        background: url(/images/background-gradient-gray.png) 0 0 repeat-x #969696;
        color: #000000;
        display: block;
        float: left;
        font-size: 16px;
        position: relative;
        margin: 0 2px 0 0;
    }

    ul.tabs li:hover {
        background: url(/images/background-gradient-gray-hover.png) 0 0 repeat-x #969696;
    }

    ul.tabs li.space {
        background: none;
        margin: 0;
        padding: 0;
        width: 8px;
    }

        ul.tabs li div.label {
            padding: 8px 16px;
        }

        ul.tabs li a {
            color: #000000;
        }

        ul.tabs li a:hover {
            text-decoration: none;
        }

        ul.tabs li.green {
            background: url(/images/background-gradient-green.png) 0 0 repeat-x #7fe052;
            color: #ffffff;
        }

            ul.tabs li.green a {
                color: #ffffff;
            }

        ul.tabs li.green:hover {
            background: url(/images/background-gradient-green-hover.png) 0 0 repeat-x #7fe052;
        }

        ul.tabs li.yellow {
            background: url(/images/background-gradient-yellow.png) 0 0 repeat-x #f5b62b;
        }

        ul.tabs li.yellow:hover {
            background: url(/images/background-gradient-yellow-hover.png) 0 0 repeat-x #f5b62b;
        }

        ul.tabs li.orange {
            background: url(/images/background-gradient-orange.png) 0 0 repeat-x #eb781b;
        }

        ul.tabs li.orange:hover {
            background: url(/images/background-gradient-orange-hover.png) 0 0 repeat-x #eb781b;
        }

        ul.tabs li.pink {
            background: url(/images/background-gradient-pink.png) 0 0 repeat-x #da5781;
        }

        ul.tabs li.pink:hover {
            background: url(/images/background-gradient-pink-hover.png) 0 0 repeat-x #da5781;
        }

        ul.tabs li.blue {
            background: url(/images/background-gradient-blue.png) 0 0 repeat-x #1e91ef;
        }

        ul.tabs li.blue:hover {
            background: url(/images/background-gradient-blue-hover.png) 0 0 repeat-x #1e91ef;
        }

div.tabs-block {
    background: #969696;
    position: relative;
}

    div.tabs-block div.content {
        background: url(/images/background-transparent.png) top right no-repeat;
        padding: 20px 18px;
        height: 60px;
    }

        div.tabs-block div.content form {
            display: block;
            position: relative;
        }



div.tabs-more {
    background: #969696;
    position: relative;
    float: left;
    margin: 0 0 6px 0;
}

    div.tabs-more div.content {
        color: #fffbd5;
        padding: 4px 14px 6px;
    }

        div.tabs-more div.content a {
            text-decoration: underline;
            color: #fffbd5;
        }

p.tabs-more {
    padding: 4px 0 0 14px;
}

a.pink {
    color: #e15a5a;
}



div.tab-green {
    background: #7fe052;
}
div.tab-green-bottom {
    background: #3ab32b;
}
div.tab-green-content {
    background: url(/images/background-green-gradient.png) 0 0 repeat-x #3ab32b;
}

div.tab-pink {
    background: #da5781;
}
div.tab-pink-bottom {
    background: #da5781;
}
div.tab-pink-content {
    background: #da5781;
}


div.tab-blue {
    background: #1e91ef;
}
div.tab-blue-bottom {
    background: #1e91ef;
}
div.tab-blue-content {
    background: #1e91ef;
}

div.tab-orange {
    background: #eb781b;
}
div.tab-orange-bottom {
    background: #eb781b;
}
div.tab-orange-content {
    background: #eb781b;
}

div.tab-yellow {
    background: #f5b62b;
}
div.tab-yellow-bottom {
    background: #ff9c00;
}
div.tab-yellow-content {
    background: url(/images/background-yellow-gradient.png) 0 0 repeat-x #ff9c00;
}

a.icon-big-plus {
    background: url(/images/icon-big-plus.png) center left no-repeat;
    color: #666666;
    padding: 12px 0 12px 36px;
    position: absolute;
    line-height: 15px;
    top: -6px; right: 0;
}



div.form-search input.button-search {
    background: url(/images/button-search.png) 0 0 no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    width: 101px; height: 35px;
    position: absolute;
    right: 0; top: 14px;
}

div.form-search ul.two-select {
    position: absolute;
    top: 0; left: 0;
    margin: 0; padding: 0;
    list-style: none;
    width: 488px;
}

    div.form-search ul.two-select li {
        display: block;
        float: left;
        width: 230px;
        margin: 0 14px 0 0;
    }

        div.form-search a.more-right {
            background: url(/images/icon_more.gif) right center no-repeat;
            font-weight: bold;
            color: #ffffff;
            padding: 0 10px 4px 0;
        }




div.two-scroll2 { position: absolute; left: 506px; width: 330px; }
div.two-scroll2 span { float: left; padding: 10px 0 0 0; font-size: 16px;}
div.two-scroll2 span.price { padding-left: 31px;}
div.two-scroll2 span.defis { padding-left: 5px;}
div.two-scroll2 input {border: none; background-color: #FFFBD5; font-size: 16px; width: 65px;}
div.two-scroll2 .square { margin-top: 8px;}
div.two-scroll2 div.custom-input{
 	margin-left: 5px;
 	padding: 5px;
 	border: 1px solid #ccc;
 	width: 70px;
 	height: 20px;
 	float: left;
 	background-color: #FFFBD5;
 	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
 }
div.two-scroll {
    position: absolute;
    top: -2px; left: 506px;
    width: 330px;
}

    div.two-scroll a.more-right {
        float: none;
        position: absolute;
        top: 11px;
        left: 284px;
    }

div.scroll-bar {
    display: block;
    width: 275px; height: 26px;
    margin: 0 0 10px 0;
    position: relative;
}

div.scroll-bar-price {
    background: url(/images/background-bar-price.png) 0 0 no-repeat;
}



.ui-slider {
    display: block;
    position: relative; text-align: left;
    width: 221px; height: 16px;
    padding: 0px;
    margin: 0 0 0 32px;
    cursor: pointer;
}
.ui-slider .ui-slider-handle {
    position: absolute; z-index: 2; width: 9px; height: 11px; cursor: default;
    background: url(/images/slider-scroller.png) 0 0 no-repeat;
}
.ui-slider-horizontal .ui-slider-handle { top: 22px; margin: 0 0 0 -5px; cursor: pointer; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; display: block; border: 0; }

.style-select { width: 230px;}

.ui-slider-horizontal .ui-slider-range { top: 16px; height: 9px; background: #fffbd5; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.bread { color: #3399ff; font-size: 14px; padding: 10px 0 15px 0; padding-left: 15px;}
.bread a { color: #3399ff; }

 


.calendar { font-size: 14px; width: 210px; margin: 0 0 25px 25px;}
.calendar a { display: block; float: left; color: #b4b4b4; margin: 15px 11px 0 0; }
.calendar a.p-right { padding-right: 8px;}
.calendar a.active { color: #333; }
.calendar-head { font-size: 16px; text-align: center; width: 210px; }
.calendar-head a {  }


.land { }
.land h4 { font-size: 16px; }
.land .block { margin: 0px 0 30px 0;}
.land .block strong { font-size: 14px; color: #333; margin-bottom: 3px; display: block;}
.land .block p { padding: 5px 0 0 10px; color: #333; }
.land .block p.l-height { line-height: 1.5em;}
.land .block p b { font-size: 16px; font-weight: normal; color: #000;}
.land .contact p { font-size: 16px !important;}
.land .block .local_pred { margin-top: 10px; display: block;}
.land .block i { color: #000; font-style: normal;}
.land .digit { margin: 0 0 30px 0; width: 100%; padding: 0;}
.land .digit td { font-size: 16px; color: #333; font-weight: bold;}
.land .digit .head td { font-size: 18px; color: #999; font-weight: normal; padding-bottom: 20px; }
.land .digit td.green { color: #669930;}
.land .digit td.grey { color: #999; }
.land #message { display: none; -moz-border-radius: 6px; -webkit-border-radius: 6px; background-color: #46B70B; padding: 15px; color: #FFF; }
.land #message label { display: block; float: left; text-align: right; width: 60px; margin-top: 5px; }
.land #message .mcustom { display: block; float: left; width: 350px; margin-left: 10px; margin-top: 5px; }
.land #message br { clear: left; }
.land #message .error { border: 1px solid red; }
.land #message .button { text-align: center; padding-top: 5px;  height: 15px; }
.land #message .loader { background: url(/images/ajax-loader.gif) center no-repeat; }
.land #message #mresult { text-align: center; padding-bottom: 5px; font-weight: bold; }

.photos { }
.photos h5{ color: #ccc; font-weight: normal; margin: 0; }
.photos img { border: none; width: 113px; height: 95px; float: left; margin-bottom: 15px; }
.photos img.m-right { margin-right: 10px; }
.photos img.w240 { border: none; width: 240px; height: 148px; margin-bottom: 15px; }
#map { width: 240px; height: 200px; margin-bottom: 30px;}
#map span {display: none;}


 .land .div-dashed { border: 1px dashed #3399FF; }
 .land ul.tabs li { float: left; list-style: none; font-size: 12px; }
 .land ul.tabs li span, .land ul.tabs li a { display: block; padding: 6px 12px 6px 20px; text-decoration: none; color: #000; }
 .land div.first { padding:  10px 0 10px 14px; font-weight: bold; color: #457fb0; }
 .land div.first u { font-weight: normal; text-decoration: none; font-size: 14px; }
 
 .land ul.tabs li.fav { background: url(/images/fav.png) left no-repeat; }
 .land ul.tabs li.up { background: url(/images/up.png) left no-repeat; }
 .land ul.tabs li.onfirst { background: url(/images/1st.png) left no-repeat; }
 .land ul.tabs li.select-1 a { border-bottom: 1px solid #FEF1A9; background: #FEF1A9 url(/images/fav.png) left no-repeat; }
 .land ul.tabs li.select-2 a { border-bottom: 1px solid #99FF99; background: #99FF99 url(/images/up.png) left no-repeat; }
 .land ul.tabs li.select-3 a { border-bottom: 1px solid #FFCC99; background: #FFCC99 url(/images/1st.png) left no-repeat; }

 div.tabs-content { font-size: 14px;  }
 div.tabs-content div { display: none; padding: 12px; }
 div.tabs-content div a { color: #000; text-decoration: none; }
 #tabs-1 { background: #FEF1A9; }
 #tabs-2 { background: #99FF99; }
 #tabs-3 { background: #FFCC99; }

.h50 { height: 50px; clear: both;}
.banner240x400 { padding: 32px 0;}
.sheet {display: block; padding-left: 20px; background: url(/images/sheet.gif) 0 0 no-repeat; margin-bottom: 5px;}
.float-left {float: left;}
.error_message { border: 1px solid red; color: red; -moz-border-radius: 6px; -webkit-border-radius: 6px; padding: 10px 10px 10px 30px; font-size: 14px;}
.dashed { border-bottom: 1px dashed; }


.block-pages { font-size: 18px; margin-bottom: 75px; float: left;}
.block-pages i { color: #ccc; font-style: normal; }
.float-right { float: right; }
.block-pages .pages { padding-top: 18px; }
.block-pages .pages .current { padding: 5px 12px; background-color: #39B426; color: #FFF; }
.block-pages .pages a { text-decoration: underline; margin: 0 9px; }


.map-lots {border: 1px solid #ccc; padding: 5px; margin-bottom: 25px;}
.map-lots #bigMap {height: 400px;}
.map-lots .map-footer {width:auto; color:#000; font-size: 11px;}
.map-lots .map-footer-under {float: left; width:10%; height:16px; margin-top: -16px;}
#dialog_lots {display: none;}




/**** /style/search_top.css ****/


.list-4col span {
    background-color: #fffbd5;
    border: solid 1px #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #000;
    display: block;
    font-size: 14px;
    position: relative;
    line-height: 30px;
    height: 30px;
    text-shadow: 0 1px 0 #fff;
    text-align: right;
    width: 190px;
    padding: 0 40px 0 0;
    cursor: pointer;
    cursor:hand;
    background: #fffbd5 url(/images/select.gif) no-repeat right 60%;
}

    .list-4col span.selector select {
        width: 230px;
    }

    .list-4col span a {
      color: #000;
      text-decoration: none;
    }

.list-4col div.list{
 	margin-top: -3px;
 	border: 1px solid #ccc;
 	width: 720px;
 	position: absolute;
 	display: none;
 	z-index: 999;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	border-radius: 0 4px 4px 4px;
	padding: 10px 5px 15px 5px;
	background: url(/images/background2-yellow-gradient.png) 0 0 repeat-x #fff699;
 }
 .list-4col div.list a { display: block; text-decoration: none; width: 150px; float: left; padding: 3px 15px; color: #333; }
 .list-4col div.list a:hover { background-color: #e8e4be;}
 .list-4col div.list .topen {width: 230px; background: url(/images/light-stripe.gif) 0 0 repeat-x; height: 2px; position: absolute; margin-top: -11px; margin-left: -5px; display: block;}



 .list-1col span {
    border: solid 1px #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #FFF;
    display: block;
    font-size: 14px;
    position: relative;
    line-height: 30px;
    height: 30px;
    text-align: right;
    width: 190px;
    padding: 0 40px 0 0;
    cursor: pointer;
    cursor:hand;
    background: url(/images/select_green.gif) no-repeat right 60%;
 }
 .list-1col .b-green { background-color: #7edf51; border: 1px solid #FFFBD5;}
 .list-1col span:hover { border: 1px solid #FFFBD5; background-color: #7edf51;}
 .list-1col span a { font-weight: bold; color: #ffffff; text-decoration: none; }
 .list-1col div.list { margin-top: -3px; padding: 15px 25px; width: 180px; border: 1px solid #eaeccd; border-top: none; background: url(/images/background-green-gradient.png) 0 0 repeat-x #3ab32b; position: absolute; display: none; z-index: 999; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-right-radius:4px; -webkit-border-bottom-left-radius:4px; }
 .list-1col div.list a { display: block; padding: 3px; color: #FFF; font-weight: bold; }
 .list-1col div.list a:hover { background-color: #F9E783; color: #47BC33; text-decoration: none;}

 
  .list-sel {float: left; margin-left: 10px;}
  .list-sel span {
    display: block;
    font-size: 12px;
    padding-right: 10px !important;
    position: relative;
    width: 40px;
    cursor: pointer;
    cursor:hand;
    background: url(/images/select_black.gif) no-repeat right 80%;
    text-transform: lowercase;
 }
 .list-sel span a:hover { color: #333;}
 .list-sel span a { font-weight: bold; color: #333; text-decoration: none; }
 .list-sel div.list { margin: -1px 0 0 -2px;padding: 5px 10px; width: 50px; border: 1px solid #ccc; background: #fffbd5; position: absolute; display: none; z-index: 999; -moz-border-radius: 4px; -webkit-border-radius:4px; }
 .list-sel div.list a { display: block; padding: 3px; color: #333; font-weight: bold; }
 .list-sel div.list a:hover { background-color: #F9E783; text-decoration: none;}



