﻿.leftnav_130 li.home_sales {     
    background-image:url('CSSbg/menu_red.gif');
    background-color:#243D54;
    background-position:0px -1px;
    background-repeat: no-repeat;
}
.leftnav_130 li.home_sales a { 
        padding-left:15px;   
}
.leftnav_130 li.hot a { 
        padding-left:15px;   
}
/* left navigation bar */

#property_menu {
	float:left;
	width:794px;
	height:36px;
	margin:1px 0 0 3px;
	padding:0;
	display:inline;
	background-color:#315A84;
	background-image:url('CSSbg/for-sale.gif');
	background-repeat:no-repeat;
	background-position:left top;
}
#property_menu ul.fly {	
	width:600px;
	margin:0 0 0 80px;
	padding:6px 0 2px 0;
	list-style-type:none;
}
#property_menu ul.fly li {
	display:inline;
	float:left;
	margin:0;
	padding:0 7px 0 7px;
	background: url('CSSbg/fly_link.gif') no-repeat right 0px;
}
#property_menu ul.fly a {
	display:block;
	margin:0;
	padding:0;
	color:white;
	text-decoration:none;
	font-weight:bold;
}	
#property_menu ul.fly a:hover { 
    text-decoration:underline;
	color:#F8BF24;
}
#property_menu li.fly_home a {
	text-decoration:underline;
	color:#F8BF24;
}
#property_menu ul.fly {
    color:white;
    font-family:Verdana;
    font-size:10px;
}
/*TEXT AND CENTER SECTION */

#text_box {
	float:left;
	width:655px;
	margin:10px 0 0 5px;
	padding:0;
	display:inline;
}
#text_box .red {
	color:#A52322; 
}
#text_box .black_ten {
	color:#444242; 
	font-size:11px;
	text-transform:lowercase;
	font-weight:bold;
	padding-left:6px;
}
#text_box a {  
    font-size:10px;
}
/* PROPERTY BOX AND TABLE */

#property_box {
	float:left;
	width:655px;
	margin:5px 0 0 0;
	padding:0;
}
#property_box .outer {
	float:left;
	width:650px;
	margin:0 0 15px 0;
	padding:0;
	border:1px gray solid;
}
#property_box caption {
	font-size:13px;
	padding:4px 0 4px 3px;
	text-align:left;
	font-weight:bold;
	color:#A52322; 
}
#property_box table {
	width:650px;
	border-collapse:collapse;
	table-layout:fixed;
	border-top:1px gray solid;
}
.pic_noborder {
	border:0;
}
.txt_title {
	font-size:11px;
	font-weight:bold;
}
.txt_cost {
	font-size:11px;
	font-weight:bold;
	color:#315A84;
}
.txt_ref {
	font-size:11px;
}
.txt_11 {
	font-size:11px;
	font-weight:normal;
	color:black;
}
.txt_10 {
	font-size:10px;
	font-weight:normal;
	color:black;
}
.td_border {
	border-right:1px gray solid;
}
#property_box td {
	float:left;
	text-align:center;
	display:inline;
	padding:2px;
	width:125px;	
}  

