* {margin:0; padding:0}

html, body{
	margin:0px;
	padding:0px;
	position:relative;
}

body{
	background:#0373b5;
}

.IE_Six-Content{
	width:1024px;
	margin:0 auto; 
	text-align:center;
	color:#555;
	font:Arial;
	font-family:Arial;
	-webkit-font-smoothing: antialiased;
	font-size:14px;
	padding:25px 0 25px 0;
	height:200px;
	
}

/*
div, table, td, a, p, img{
	margin:0px;
	padding:0px;
	width:auto;
	height:auto;
}
*/

ul, li{
	padding:0px;
	margin:0 0 0 10px;
	line-height:12px;
}

.availability{
	position:absolute;
	top:0px;
	right:0px;
	background:#8dc44d;
	width:85px;
	height:38px;
	font-family: 'bell_gothic_std_lightbold';
	-webkit-border-radius: 0px 5px 0px 5px;
	-moz-border-radius: 0px 5px 0px 5px;
	border-radius: 0px 5px 0px 5px;
}

.availability-title{
	color:#555;
	font-size:12px;
	text-align:center;
	font-family: 'bell_gothic_std_blackregular';
	line-height:16px;
}

.availability-date{
	color:#fff;
	font-size:18px;
	text-align:center;
	font-family: 'bell_gothic_std_blackregular';
	line-height:20px;
}



.top_bar{
	height:42px;
	width:100%;
	border-bottom:2px solid #fff;
	position:relative;
	z-index:25;
	
	background-color:#0990df;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#087cc0), to(#2F2727));
	background: -webkit-linear-gradient(top, #087cc0, #0990df);
	background: -moz-linear-gradient(top, #087cc0, #0990df);
	background: -ms-linear-gradient(top, #087cc0, #0990df);
    background: -o-linear-gradient(top, #087cc0, #0990df);
	
	-webkit-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.61);
	-moz-box-shadow:    0px 3px 6px rgba(50, 50, 50, 0.61);
	box-shadow:         0px 3px 6px rgba(50, 50, 50, 0.61);
}

.header{
	height:141px;
	width:100%;
	background:#fff;
	position:relative;
	z-index:20;
	
	-webkit-box-shadow:inset 0px -3px 20px rgba(50, 50, 50, 0.51);
	-moz-box-shadow:inset 0px -3px 20px rgba(50, 50, 50, 0.51);
	box-shadow:inset 0px -3px 20px rgba(50, 50, 50, 0.51);
}

.main-container{
	width:100%;
	padding:25px 0px 25px 0px;
	background:#fff;
	
	-webkit-box-shadow: 0px 3px 20px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 3px 20px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 3px 20px rgba(50, 50, 50, 0.75);
}


.main{
	width:956px;
	margin:auto;
	position:relative;
}

.main_text{
	font:Arial;
	font-family:Arial;
	font-size:13px;
	color:#555;
	width:956px;
	text-align:center;
	margin:auto;
	line-height:25px;
}

.column_rules{
	width:190px;
	float:left;
	margin-left:40px;
}

.rules{
		line-height:17px;
}

.form_listings{
	width:213px;
	height:54px;
	border:2px solid #fff;
	float:left;
	position:relative;
	text-decoration:none;
	
	-moz-box-shadow:0px 2px 8px #ebebeb;
	-webkit-box-shadow:0px 2px 8px #ebebeb;
	box-shadow:0px 2px 8px #ebebeb;
	
	margin:0 0 10px 25px;
		
	background-color:#efefef;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#fdfdfd));
	background: -webkit-linear-gradient(top, #efefef, #fdfdfd);
	background: -moz-linear-gradient(top, #efefef, #fdfdfd);
	background: -ms-linear-gradient(top, #efefef, #fdfdfd);
    background: -o-linear-gradient(top, #efefef, #fdfdfd);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.form_listings_small{
	width:208px;
	height:22px;
	border:2px solid #fff;
	float:left;
	position:relative;
	text-decoration:none;
	font-size:11px;
	color:#555;
	
	-moz-box-shadow:0px 2px 8px #ebebeb;
	-webkit-box-shadow:0px 2px 8px #ebebeb;
	box-shadow:0px 2px 8px #ebebeb;
	
	margin:0 0 10px 10px;
		
	background-color:#efefef;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#fdfdfd));
	background: -webkit-linear-gradient(top, #efefef, #fdfdfd);
	background: -moz-linear-gradient(top, #efefef, #fdfdfd);
	background: -ms-linear-gradient(top, #efefef, #fdfdfd);
    background: -o-linear-gradient(top, #efefef, #fdfdfd);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.form_listings_small:hover{
	border:2px solid #e0ae30;
	color:#e0ae30;
}

.form_listings_small:hover .forms_plus_small{
	background:#e0ae30;
}
.forms_titles{
	margin:0px 0 5px 25px;
	font-family: 'bell_gothic_std_lightbold';
	font-size:16px;
	color:#e0ae30;
	
}

.steps{
	color:#0076b1;
	font-weight:bold;
}

.forms_plus_small{
	float:left;
	margin:5px;
	width:13px;
	height:13px;
	background:#8dc44d;
	color:#fff;
	text-align:center;
	font-size:11px;
	line-height:12px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.form_listings:hover{
	border:2px solid #e0ae30;
}

.form_listings:hover .forms_plus{
	background:#e0ae30;
}

.form_listings:hover .froms_address{
	color:#e0ae30;
}

.froms_address{
	font:Arial;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#0076b1;
	margin-top:8px;
	text-decoration:none;
}

.froms_view{
	font:Arial;
	font-family:Arial;
	font-size:11px;
	margin:0px;
	padding:0px;
	line-height:8px;
	color:#555;
}

.forms_plus{
	position:absolute;
	top:2px;
	right:2px;
	width:13px;
	height:13px;
	background:#8dc44d;
	color:#fff;
	text-align:center;
	font-size:11px;
	line-height:12px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}



.Rented_Overlay_forms{
	position:absolute; 
	width:40px; 
	height:40px;
	top:7px;
	left:7px;
	border:1px solid #b10900;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


.page_headers{
	float:right; 
	margin-right:25px;
	margin-top:25px; 
	font-size:30px; 
	color:#e0ae30;
	font-family: 'bell_gothic_std_lightbold';
}


.map{
	height:316px;
	width:956px;
	position:relative;
	background:url(../images/oakland-map.jpg) no-repeat top left;
}

.properties{
	width:23px;
	height:19px;
	position:absolute;
	background:url(../images/housing.png) no-repeat top left;
}

.parking{
	width:13px;
	height:14px;
	position:absolute;
	background:url(../images/car-icon.png) no-repeat bottom left;
}

.scroller{
	margin:auto;
	width:956px;
	height:90px;
	margin-top:2px;
}

.scroller-box{
	width:240px;
	height:90px;
	text-decoration:none;
	border:none;
}

.scroller-inner{
	position:relative;
	width:236px;
	height:90px;
	background-color:#fff;
	float:left;
}

.scroller-inner-top{
	width:236px;
	height:64px;
	float:left;
	background-color:#fff;
	display:block;
	cursor:pointer;
	text-decoration:none;
	background:url(../images/slider_background.jpg);
	
	-moz-box-shadow:inset 0px 2px 8px #ebebeb;
	-webkit-box-shadow:inset 0px 2px 8px #ebebeb;
	box-shadow:inset 0px 2px 8px #ebebeb;
}

.odd{
	width:640px;
	height:auto;
	font-family: 'bell_gothic_std_lightbold';
	color:#555;
	display:block;
	background:#fff9eb;
	line-height:23px;
}

.even{
	background:#fff;
}

.left_fee{
	margin-left:15px;
	float:left;
	width:310px;
}

.right_fee{
	float:left;
	width:315px;
}

.scroller-inner-bottom{
	width:236px;
	height:26px;
	float:left;
	clear:both;
	background-color:#0373b5;
	font-size:14px;
	font:Arial;
	font-family:Arial;
	color:#fff;
	text-align:center;
	line-height:25px;
}

.footer-container{
	width:100%;
	margin:auto;
}

.menu{
	font-size:14px;
	font-family: 'bell_gothic_std_lightbold';
	color:#555555;
	display:block;
	float:left;
	cursor:pointer;
	text-decoration:none;
	font-weight:bold;
	margin-right:35px;
	height:25px;
}

.menu_active{
	font-size:14px;
	font-family: 'bell_gothic_std_lightbold';
	color:#d3d3d3;
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	margin-right:40px;
	height:25px;
	cursor:default;
}

.menu_footer{
	font-size:12px;
	font-family: 'bell_gothic_std_lightbold';
	color:#fff;
	cursor:pointer;
	text-decoration:none;
	font-weight:bold;
	height:25px;
	margin:20px 0 0 0;
}

.menu_footer:hover{
	color:#e0ae30;
}

.menu_footer_active{
	font-size:12px;
	font-family: 'bell_gothic_std_lightbold';
	color:#009dec;
	cursor:default;
	text-decoration:none;
	font-weight:bold;
	height:25px;
	margin:20px 0 0 0;
}

.footer{
	margin:auto;
	width:956px;
	text-align:center;
	margin-top:20px;
}

.menu_footer_spacers{
	font-size:12px;
	font-family: 'bell_gothic_std_lightbold';
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	margin:10px;
	height:25px;
}

.menu:hover{
	color:#723bb2;
	border-bottom:#723bb2 solid;
}

.menu-active{
	color:#b7b7b7;
	border-bottom:#b7b7b7 solid;
	cursor:default;
}


.main-menu{
	width:956px;
	margin:auto;
}

.Logo{
	width:956px;
	margin:auto;
}

.pop-up_address{
	float:right; 
	color:#fff;
	font-family:Arial;
	font:Arial;
	font-weight:bold; 
	/*font-family: 'bell_gothic_std_lightbold';*/ 
	font-size:14px;
	background:#0373b5;
	width:180px;
	height:20px;
	text-align:center;
	line-height:21px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pop-up_address_parking{
	float:right; 
	color:#fff;
	font-family:Arial;
	font:Arial;
	font-weight:bold; 
	/*font-family: 'bell_gothic_std_lightbold';*/ 
	font-size:14px;
	width:125px;
	height:20px;
	text-align:left;
	line-height:21px;
}

.pop-up_bullets{
	float:right; 
	color:#555; 
	font-family:Arial;
	font:Arial;
	font-size:11px;
	width:180px;
	text-align:left;
	padding:0;
	margin:5px 0 0 0;
	clear:right;
}

.pop-up_bullets_parking{
	float:right; 
	color:#fff; 
	font-family:Arial;
	font:Arial;
	font-size:11px;
	width:125px;
	text-align:left;
	padding:0;
	margin:5px 0 0 0;
	clear:right;
}

.slider_bullets{
	color:#555; 
	font-family:Arial;
	font:Arial;
	font-size:10px;
	margin-top:15px;
}

.pop-up_image{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	float:left; 
	height:75px; 
	width:75px; 
	margin:2px; 
	background:#ccc;
}

.pop-up_image_forms{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	float:left; 
	height:40px; 
	width:40px; 
	margin:8px; 
	background:#ccc;
}

.pop-up_image_parking{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	float:left; 
	height:50px; 
	width:50px; 
	margin:2px; 
	background:#ccc;
}

.pop-up_bitmap_data{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.top_number{
	font-family: 'bell_gothic_std_lightbold';
	font-size:18px;
	width:956px;
	margin:auto;
	color:#FFF;
	text-align:right;
	padding:10px 0 0 0;
}

.breadcrumbs{
	top:12px;
	left:10px;
	position:absolute;
	font-family: 'bell_gothic_std_lightbold';
	font-size:14px;
	color:#fff;
	z-index:30;
	display:block;
}

.breadcrumbs_links{
	color:#fff;
	display:block;
	cursor:pointer;
	text-decoration:none;
	float:left;
}

.breadcrumbs_links:hover{
	color:#e0ae30;
}

.breadcrumbs_on{
	color:#b8e4ff;
	float:left;
	text-transform: uppercase;
}

.body_link{
	color:#723bb2;
	font-weight:bold;
	text-decoration:none;
}

.body_link:hover{
	color:#e0ae30;
	text-decoration:underline;
}

.arial_font{
	font:Arial;
	font-family:Arial;
}

.Rented_Overlay{
	position:absolute; 
	width:75px; 
	height:75px;
	top:21px;
	left:21px;
	border:2px solid #b10900;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.Rented_Overlay_parking{
	position:absolute; 
	width:50px; 
	height:50px;
	top:22px;
	left:22px;
	border:2px solid #b10900;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.Rented_Overlay_slider{
	position:absolute;
	width:64px; 
	height:64px;
	top:0px;
	left:0px;
}
 
.legend{
	font-size:11px;
	font-family: 'bell_gothic_std_lightbold';
	color:#555555;
	float:left;
	font-weight:bold;
	margin-left:3px;
	margin-top:5px;
}

.copyright{
	text-align:center;
	font:Arial;
	font-family:Arial;
	color:#FFF;
	font-size:12px;
}

.slide_header{
	font-size:30px;
	font-family: 'bell_gothic_std_lightbold';
	color:#e0ae30;
}
.slider_text{
	font-size:13px;
	font:Arial;
	font-family:Arial;
	line-height:22px;
	color:#555555;
}

.plus{
	position:absolute;
	top: 1px;
	right:1px;
	width:50px;
	height:16px;
	background:#723bb2;
	display:block;
	line-height:16px;
	padding-left:10px;
	
	font-size:11px;
	font-family: 'bell_gothic_std_lightbold';
	color:#fff;
	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.scroller-box:hover .scroller-inner-top{
	/*changebackground*/
}

.scroller-box:hover .plus{
	background:#e0ae30;
}

.scroller-box:hover .scroller-inner-bottom{
	background:#e0ae30;
	color:#555555;
}

.parking_listing_link{
	width:333px;
	height:115px;
	padding:3px;
	float:left;
	margin:2px 2px 8px 8px;
	border:none;
	text-decoration:none;
	
	 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
	
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.rental_listing_link{
	width:333px;
	height:115px;
	padding:3px;
	float:left;
	margin:2px 2px 8px 8px;
	border:none;
	text-decoration:none;
	cursor:pointer;
	position:relative;
	 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
	
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}


.rental_listing_link_rented{
	width:333px;
	height:115px;
	padding:3px;
	float:left;
	margin:2px 2px 8px 8px;
	border:none;
	text-decoration:none;
	position:relative;
	 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
	
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.rental_listing_link:hover{
	margin:0px 0px 6px 6px;
	border:2px solid #8dc44d;
	
	 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
}

.rental_listing_link_rented:hover{
	margin:0px 0px 6px 6px;
	border:2px solid #e0ae30;
	
	 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
}

.rental_listing_link:hover .properties_address{
	color:#8dc44d;
}

.rental_listing_link_rented:hover .properties_address{
	color:#e0ae30;
}


.rental_listing_link:hover .parking_address{
	color:#8dc44d;
}

.rental_listing_link_rented:hover .parking_address{
	color:#e0ae30;
}

.rental_listing_link:hover .properties_view_more{
	color:#e0ae30;
	font-size:10px;
}

.properties_photo{
	width:114px;
	height:114px;
	float:left;
	
	border-radius: 10px 0px 0px 10px; 
	-moz-border-radius: 10px 0px 0px 10px; 
	-webkit-border-radius: 10px 0px 0px 10px; 
}

.properties_address{
	float:left;
	margin:0 0 0px 5px;
	font-family: 'bell_gothic_std_blackregular';
	font-size:19px;
	color:#0076b1;
}

.parking_address{
	float:left;
	margin:10px 0 5px 10px;
	font-family: 'bell_gothic_std_blackregular';
	font-size:19px;
	color:#fff;
}

.properties_detail{
	color:#898989;
	float:left;
	font-family: 'bell_gothic_std_lightbold';
	font-size:12px;
	border-bottom:1px solid #e5e5e5;
	width:210px;
	margin:0 0 5px 5px;
	line-height:14px;
	padding:0 0 3px 0;
}

.Large_image{
	width:255px;
	height:255px;
	display:block;
	border:none;
	float:right;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottom-left: 10px;
	border-bottom-left-radius: 10px;
}

.Large_image_link{
	width:255px;
	height:255px;
	display:block;
	border:none;
	float:right;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottom-left: 10px;
	border-bottom-left-radius: 10px;
}


.forms_link_properties{
	color:#fff;
	text-decoration:none;
}

.forms_link_properties:hover{
	color:#0076b1;
}

.Lisint_view{
	font-family: 'bell_gothic_std_lightbold';
	color:#898989;
	height:27px;
	margin-left:15px;
	width:345px;
	border-bottom:#e6e6e6 solid 1px;
	font-size:12px;
	margin-top:3px;
}

.listing_address_large{
	font-family: 'bell_gothic_std_lightbold';
	font-size:22px;
	color:#0076b1;
}

.parking_detail{
	color:#fff;
	float:left;
	font-family: 'bell_gothic_std_lightbold';
	font-size:12px;
	border-bottom:1px solid #e5e5e5;
	width:200px;
	margin:0px 0 5px 5px;
	line-height:14px;
	padding:0 0 3px 0;
}

.properties_parking{
	float:left;
	width:210px;
	height:17px;
	margin:2px 0px 3px 5px;
}

.properties_parking_text{
	float:left;
	color:#555555;
	font-size:17px;
	line-height:18px;
	font-family: 'bluehigh-webfont';
	margin-left:2px;
}

.properties_bottom{
	float:left;
	width:212px;
	height:26px;
	background:#555555;
	margin:0 0 0 5px;
	
	border-radius: 0px 0px 10px 0px; 
	-moz-border-radius: 0px 0px 10px 0px; 
	-webkit-border-radius: 0px 0px 10px 0px;
	line-height:11px; 
}

.parking_bottom{
	float:left;
	width:212px;
	height:114px;
	background:#555555;
	margin:0 0 0 5px;
	
	border-radius: 0px 10px 10px 0px; 
	-moz-border-radius: 0px 10px 10px 0px; 
	-webkit-border-radius: 0px 10px 10px 0px;
	line-height:11px; 
}

.properties_status{
	font-size:11px;
	color:#fff;
	margin:2px 2px 0px 2px;
}

.parking_status{
	font-size:11px;
	color:#fff;
	margin:2px 2px 0px 5px;
	float:left;
	clear:both;
}

.properties_view_more{
	display:block;
	float:right;
	clear:both;
	font-size:10px;
	color:#fff;
	margin:0px 8px 2px 2px;
}

.listing_link{
	font-family: 'bell_gothic_std_lightbold';
	float:right;
	font-size:14px; 
	clear:right;
	text-align:right;
	line-height:45px;
	text-decoration:none;
	margin-right:35px;
	color:#555555;
	display:block;
	cursor:pointer;
	font-weight:bold;
	margin-right:40px;
	height:35px;
}

.listing_link:hover{
	color:#723bb2;
	/*border-bottom:#723bb2 solid;*/
}

.listing_link_active{
	color:#d3d3d3;
	cursor:default;
	font-family: 'bell_gothic_std_lightbold';
	float:right;
	font-size:14px; 
	clear:right;
	text-align:right;
	line-height:45px;
	text-decoration:none;
	margin-right:35px;
	display:block;
	font-weight:bold;
	margin-right:40px;
	height:35px;
}

.listing_yellow{
	width:655px;
	height:77px;
	padding:15px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

.listing_yellow_block{
	font-family: 'bell_gothic_std_lightbold';
	color:#fff;
	font-size:12px;
	float:left;
	width:160px;
	height:77px;
	border-right:1px solid #fff;	
	line-height:13px;
}

.listing_overview{
	width:956px;
	height:40px;
	border-bottom:1px solid #b6b6b6;
}

.lisint_overview_title{
	width:463px;
	color:#0076b1;
	font-family: 'bell_gothic_std_lightbold';
	font-size:14px;
	float:left;
	margin-top:15px;
	margin-left:15px;
}

.listing_overview_left{
	width:463px;
	margin:10px 0 10px 15px;
	border-right:1px solid #b6b6b6;
	min-height:75px;
	float:left;
}

.listing_overview_right{
	width:453px;
	margin:10px 0 10px 15px;
	min-height:75px;
	float:left;
}

.entries{
	float:left;
	font-family: 'bell_gothic_std_lightbold';
	width:221px;
	color:#555;
	font-size:12px;
	line-height:18px;
	margin-top:5px;
}

.photo_count{
	font-family: 'bell_gothic_std_lightbold';
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	background:#723bb2;
	color:#fff;
	width:132px;
	height:24px;
	font-size:16px;
	padding:3px 15px 3px 15px;
	
	-webkit-border-top-left-radius: 5x;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.view_extra{
	float:left;
	clear:left;
	margin-top:3px;
	text-decoration:none;
	font-family: 'bell_gothic_std_lightbold';
	display:block;
	cursor:pointer;
	color:#fff;
}

.view_extra:hover{
	color:#0076b1;
}

 /* FONT FACE */
 @font-face {
    font-family: 'bell_gothic_std_blackregular';
    src: url('../fonts/bellgothicstd-black-webfont.eot');
    src: url('../fonts/bellgothicstd-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bellgothicstd-black-webfont.woff') format('woff'),
         url('../fonts/bellgothicstd-black-webfont.ttf') format('truetype'),
         url('../fonts/bellgothicstd-black-webfont.svg#bell_gothic_std_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bell_gothic_std_lightbold';
    src: url('../fonts/bellgothicstd-bold-webfont.eot');
    src: url('../fonts/bellgothicstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bellgothicstd-bold-webfont.woff') format('woff'),
         url('../fonts/bellgothicstd-bold-webfont.ttf') format('truetype'),
         url('../fonts/bellgothicstd-bold-webfont.svg#bell_gothic_std_lightbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bluehigh-webfont';
    src: url('../fonts/bluehigh-webfont.eot');
    src: url('../fonts/bluehigh-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bluehigh-webfont.woff') format('woff'),
         url('../fonts/bluehigh-webfont.ttf') format('truetype'),
         url('../fonts/bluehigh-webfont.svg#bluehigh-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.message_float{
	position:absolute;
	top:120px;
	right:15px;
	width:440px;
	height:170px;
	background:#fff;
	border:2px solid #e0af2f;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-moz-box-shadow:0px 0px 25px #ccc;
	-webkit-box-shadow:0px 0px 25px #ccc;
	box-shadow:0px 0px 25px #ccc;
	z-index:1001;
}

.message_header{
	width:100%;
	height:44px;
	background:#e0af2f;
	padding-top:10px;
	text-align:center;
	font-size:14px;
	font-family: 'bell_gothic_std_lightbold';
	color:#fff;
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.message_body{
	margin:15px;
	text-align:left;
	font:Arial;
	font-family:Arial;
	color:#555;
	font-size:12px;
	line-height:23px;
	
}

.message_ok{
	width:44px;
	height:20px;
	float:right;
	display:block;
	cursor:pointer;
	text-align:center;
	
	font-size:16px;
	font-family: 'bell_gothic_std_lightbold';
	color:#fff;
	
	font-size:12px;
	line-height:22px;
	text-decoration:none;
	
	border:1px solid #fff;
	
	background-color: #8dc44d;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8dc44d), to(#5f9520));
  	background: -webkit-linear-gradient(top, #8dc44d, #5f9520);
  	background: -moz-linear-gradient(top, #8dc44d, #5f9520);
  	background: -ms-linear-gradient(top, #8dc44d, #5f9520);
  	background: -o-linear-gradient(top, #8dc44d, #5f9520);
	
	-moz-box-shadow: 0px 3px 5px #969696;
	-webkit-box-shadow: 0px 3px 5px #969696;
	box-shadow: 0px 3px 5px #969696;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.message_ok:hover{
	background-color: #5f9520;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5f9520), to(#8dc44d));
  	background: -webkit-linear-gradient(top, #5f9520, #8dc44d);
  	background: -moz-linear-gradient(top, #5f9520, #8dc44d);
  	background: -ms-linear-gradient(top, #5f9520, #8dc44d);
  	background: -o-linear-gradient(top, #5f9520, #8dc44d);
}

.properties_parking_img{
	width:17px;
	height:17px;
	float:left;
}

/*---------------------------------------slider-----------------------------------*/
.sliderbutton {float:left; width:32px;}
.sliderbutton img {cursor:pointer}
.sliderbutton img:hover {}
#slideshow {float:left; width:475px; height:244px;}
#slides {position:relative; width:475px; height:244px; list-style:none; margin:0px; padding:0px; overflow:auto}
#slides li {width:475px; height:244px; margin:0px; padding:0px; float:left;}

.pagination {float:left; list-style:none; height:25px; margin:15px 0 0 32px}
.pagination li {float:left; cursor:pointer; padding:5px 8px; border:1px solid #999; margin:0 4px 0 0; text-align:center; color:#222}
.pagination li:hover {background:#777; border:1px solid #bbb; color:#000}
li.current {border:1px solid #ccc; }

li#content {width:475px; height:244px;}
#content h1 {font:22px Georgia,Verdana; margin-bottom:15px; color:#036}

.main_slide{
		width:475px;
		height:244px;	
}