/* -------------------------------------------------------------- 
   
   valuation.css
   * Sets up valuation pages styles
      
-------------------------------------------------------------- */



/* SLIDERS */

.ui-slider { width: 300px; height: 23px; position: relative; background-repeat: no-repeat; background-position: center center; }
.ui-slider-handle { position: absolute; z-index: 1; height: 24px; width: 10px; top: -1px; left: 0px; background-image: url(/images/buttons/slider_handler.png);  }
.ui-slider-handle-active { border: 1px dotted black;  }
.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }
.ui-slider-range { position: absolute; background: #50A029; opacity: 0.3; filter: alpha(opacity=30); width: 100%; height: 100%; }

/* Default slider backgrounds */
.ui-slider, .ui-slider-1 { background-image: url(/images/buttons/slider_bg.png); }
.ui-slider-2 { background-image: url(i/slider-bg-2.png); }



#house_summary {
    margin: 0pt 0pt 25px;
    background:#FFF
}

.estimation_title {
    font-family:'Century Gothic',Arial,sans-serif;
    font-size:18px;
    font-weight:bold;
    text-align:center;
}

.estimation_subtitle {
    font-family:'Century Gothic',Arial,sans-serif;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}

.estimation_price {
    font-family:'Century Gothic',Arial,sans-serif;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
}

.contact_center {
	margin-left:auto;
	margin-right:auto;
	clear:both;
	width: 200px;
}

a.contact2 {
	color: #fff;
	width: 195px;
	height: 29px;
	padding: 7px 0 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/buttons/btn_contact_expert_3.png) no-repeat left top;
	float: left;
}

a.contact2:hover {
background:transparent url(/images/buttons/btn_contact_expert_3.png) no-repeat scroll right top;
color:#FFFFFF;
}

.message_relative_level {

    color: #FF0000;
    display: none;
}

