body {
    background: #ffffff;
    font-family: arial;
    line-height: 12pt;
}

#bkimage{
    width:960px;
    height:270px;
}

body.light #bkimage{
    background:#ffffff url('img/darkbk.png') no-repeat center top;
}

body.dark #bkimage{
    background:#ffffff url('img/lightbk.png') no-repeat center top;
}

#container {
    width: 960px;
    margin: 20px auto;
    border: 1px solid #fff;
    background-color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0px 0px 10px #333;
    -webkit-box-shadow: 0px 0px 10px #333;
    box-shadow: 0px 0px 10px #333;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
}

#titlebox {
    /*width: 960px;*/
    color: #fff; /* For WebKit (Safari, Google Chrome etc) */
    background-color:#222;
    border-radius:8px 8px 0 0;
    -moz-border-radius:8px 8px 0 0;
    -webkit-border-radius:8px 8px 0 0;
}

#content {
    position:relative;
    top:-270px;
    overflow: hidden;
    font-size: 10pt;
    padding-top:20px;
    margin:auto;
    display:block;
    width:900px;
}

body.light h1,
body.light h2,
body.light h3{
    color:#333;
}

body.dark h1,
body.dark h2,
body.dark h3{
    color:#fff;
}

h1.black,
h2.black,
h3.black{
    color:#000 !important;
}

h1 {
    font-size: 24px;
    line-height:38px;
    filter: none;
    color: #fff;
    padding: 8px 0 0 30px;
    margin:0;
}

h2 {
    font-size: 15px;
    padding-top: 10px;
    padding: 0 0 15px 30px;
    line-height:18px;
    margin:0;
}

h3 {
    font-size: 14pt;
    margin-bottom: 8px;
}

p{
    padding-bottom:10px;
}

#blackbox {
    background-color:#000;
    background-color: rgba(0, 0, 0, 0.75);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    float: left;
    width: 290px;
    margin-right: 30px;
    padding: 10px;
    color: #fff;
    padding-left:20px;
}

#rightbox {
    float: left;
    width: 545px;
}

#whitebox {
    background-color:#fff;
    background-color:rgba(255,255,255,0.8);
    border:1px solid #999;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 525px;
    height: auto;
    overflow: hidden;
    padding: 10px;
}

#whitebox h3{
    color:#000;
}

.ui-field {
    display:inline-block;
    width:140px;
    margin-bottom:15px;
    vertical-align: top;
	*display: inline;
	zoom: 1;
}

.ui-field select,
.ui-field input{
    display:block;
}

.ui-field label {
    font-weight: bold;
    padding-bottom:3px;
    display:block;
}

.ui-field select {
    border: 1px solid black;
    width:120px;
}

.ui-field#box-areas{
    clear:both;
    width:300px;
    padding-right:0;
}

.ui-field#box-propertytype{
    padding-right:0;
    width:280px;
}

.ui-field#box-maxprice{
    margin-left: -17px;
    margin-top: 18px;
	width: 140px;
}

.ui-field#box-maxprice select{
   float:left;
}

.ui-field#box-maxprice label{
    width: 17px;
	float: left;
}

.ui-field select#propertytype {
    width:100%;
}

.ui-field#box-comments textarea {
    width:100%;
    height: 65px;
}

button.rps-btn{
    display:block;
    margin:auto;
    clear:both;
    color:#fff;
    background-color:#ffffff;
    font-weight:bold;
    padding:5px;
    width:150px;
    border:1px solid #ddd;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    cursor:pointer;
    margin: auto;
}


#mainimage {
    float: left;
}

#mainimage img {
    border: 1px solid #000;
}

#whitebox ul {
    float: left;
    margin-left: 10px;
    font-weight: bold;
}

#whitebox ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

#thumbs {
    padding-top: 10px;
    width: 520px;
    overflow: hidden;
}

#thumbs img {
    float: left;
    margin-right: 12px;
    border: 1px solid black;
}

#description {
    padding-top: 10px;
}

#footer {
    font-size: 8pt;
    text-align: center;
    width: 960px;
    margin: 10px auto;
    text-align: center;
}

#footer .equal{
    background:transparent url("/themes/globalimages/premium-one/layout/EHlogo_sm.jpg") no-repeat center 0;
    padding-top:35px;
}

#footer,
#footer a {
    color: #fff;
}


/********Areas*********/

#box-areas label{
    float:none;
    width:auto;
    text-align:left;
}

#areas{
    clear:left;
    margin-left:10px;
}

#areas ul{
    display:none;
}

#areas.multi li{
    font-weight:bold;
    margin-bottom:5px;
    width:120px;
    min-height:15px;
}

#areas.single li{
    font-weight:bold;
    margin-bottom:5px;
    float:left;
    width:120px;
    min-height:15px;
}

#areas strong{
    color:#fff;
    font-weight:normal;
}

#areas a{
    color:#0000ff;
    padding-left:3px;
    text-decoration:underline;
}

#areas,
#areas li ul{
    background: none repeat scroll 0 0 #666;
    border-color: #C1C1C1;
    border-style: solid;
    border-width: 1px;
    margin: 10px 10px 10px 0;
    overflow: visible;
    width: 265px;
    padding:5px;
}

#areas.single{
    height:250px;
    overflow:auto;
}

#areas li ul{
    width:225px;
    height:150px;
    overflow:auto;
    margin-left:13px;
}

#areas li li{
    margin-bottom:3px;
}

#areas li input[type="checkbox"],
#areas li input.checkbox{
    display: inline;
    float: left;
    text-align: left;
    width: auto;
    margin-right:10px;
}

#areas li strong{
    display:inline;
}

.arrow{
    border-style:solid;
    border-width:5px;
    height:0;
    width:0;
    float:left;
}

.arrow.up{
    border-color: transparent transparent transparent #000;
    margin-top:2px;
}

.arrow.down{
    border-color: #000 transparent transparent transparent;
    margin-top:4px;
}



/********Map*********/

.map-container{
    text-align:center;
}
        
.map-container a{
    font-size:1.1em;
    text-decoration:none;
    color:#1790C9;
    padding-right:30px;
}
        
.map-container a.selected{
    font-weight:bold;
}
        
.map-container img{
    margin-top:10px;
    border:1px solid #999;
}
        
#mapSatellite{
    display:none;
}

.required-validator span {
	width:124px;
	height:35px;
	position:absolute;
	margin-top:-55px;
	margin-left: 110px;
	z-index:100;
	background:transparent url("/img/alert-empty.gif") no-repeat;
	line-height:36px;
	padding-left:30px;
	color:#333;
	font: normal normal bold 1em/36px Arial, Helvetica, Sans-Serif;
}
        
#box-areas .required-validator span{
    margin-top:-8px !important;
    margin-left:157px !important;
}