/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('../js/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../js/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('../js/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../js/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../js/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../js/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
.listing_title {
	margin-bottom:5px;
	padding-left:10px;
}
.related_td_img {
	text-align:center;
	padding:3px;
	border:1px solid #DEDEDE
}
.listing_td_extra {
	padding-left:10px;
	width:100%
}
.listing_babr {
	padding-left:10px;
}
.listing_content {
	color:gray
}
.detail_thumbs {
	float:left;
	margin-left:5px;
}
.viewmore {
	float:right;
	font-size:12px;
	color:red;
}
#contact_seller {
	padding:10px;
	text-align:center;
	border:0;
}
#contact_seller a {
	font-weight:bold;
	font-size:15px;
}
.td_browse {
	vertical-align:top;
	width:600px;
	padding-left:20px;
}
.td_list {
	overflow:hidden;
	width:150px;
}
.td_gallery {
	width:220px;
	text-align:center;
	padding:5px;
	vertical-align:top
}
.td_detail_info {
	vertical-align:top;
	width:350px;
	padding-left:20px
}
.prop_detail {
	margin-top:10px;
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC
}
.gmap_300 {
	width:300px;
	height:250px
}
.big_thumb {
	border:1px solid #CCCCCC;
	padding:5px;
}
.ads {
	margin:4px;
}
.tabs {
background:url("../images/collapse-container-top.gif") repeat-x scroll 0 0 transparent;
border-bottom:1px solid #E9E9E9;
border-left:1px solid #DEDEDE;
border-right:1px solid #DEDEDE;
border-top:1px solid #DEDEDE;

font-size:15px;
font-style:italic;
padding:5px;
}
.tabs_inside {
border-width:0 !important;

}
ul {
	list-style:none;
}

.resultrow-related {
	width: 297px;
	overflow: hidden;
	float: left;
	font-size:11px;
	margin: 3px;
	/* border:1px solid #DEDEDE; */
}
.resultrow-related .clip{
	overflow:hidden;
	width: 70px;
	height: 70px;
}
.resultrow-related td.info {
	font-size: 11px;
	padding-top:5px;
}
.info strong.pr {
	font-size:12px;
	font-weight:bold;
}
.resultrow-related td.info h1 {
	font-size: 12px;
}
.modalhide {
	display: none;
}
.detail_title {
background:url("../images/mini-search-bg.gif") repeat-x scroll 0 0 transparent;
border:1px solid #0A2840;
margin-bottom:5px;
overflow:hidden;
padding: 7px;
}

strong.value {

}
.fullx {
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
}
.full {
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
}
.full strong {
	float:right;
	text-align:right;
}
.half {
	float:left;
	width:130px
}
.half strong {
	text-align:left !important;
	
}
.detail_title h1 {
color:#FFFFFF;
font-size:14px;
font-weight:bold;
}

.detail_price {
	float:right;
	font-size:16px;
	font-weight:bold;
}
.remove {
	width:15px;
	height:15px;
	vertical-align:middle;
	float:right;
}
#whatwhere {
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom:20px;
	float: left
}
#whatwhere .textinput {
	width: 220px;
	font-size: 14px;
	height: 20px
}
.hint {
	font-size: 11px;
	color: gray;
}
.refine_active {
	font-weight:bold;
	background-color: #FFFFCC;
	padding:1px;
	border: 1px solid gray
}
#moreoptions {
	display:none;
	background:none repeat scroll 0 0 #FFFFDD;
	/* border: 1px solid #CC9966; */
	padding-left: 10px;
	margin-right:10px;
}
#moreoptions_toggle {
	cursor:pointer;
	text-align:right
}
.orderby select, .orderby input {
	font-size:11px;

}
.paginate {
	padding: 3px;
	margin: 3px;
	font-family: Arial, verdana, sans-serif;
	font-size:11px;
}

.paginate a {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #999;
	text-decoration:none;
	color: #666;
}
.paginate a:hover, .paginate a:active {
	border: 1px solid #999;
	color: #000;
}
.paginate span.current {
	margin: 2px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #999;
	font-weight: bold;
	background-color: #999;
	color: #FFF;
}
.paginate span.disabled {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #eee;
	color:#DDD;
}

div#nav {
margin:0;
background-color:#FFFFFF;
border:1px solid #DEDEDE;
}

div#nav h1 {
font-size:36px;
line-height:1;
letter-spacing:-1px;
color:#222;
}

div#nav h1 small {
font-size:18px;
font-weight:normal;
letter-spacing:0;
color:#999;
}

div#nav p {
font-size:14px;
color:#999;
}

div#nav div.sub-nav {
background:#FFFFFF;
height:24px;
padding:8px 10px 7px;
border-bottom:1px solid #FFFFFF;
overflow:hidden;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

div#nav ul {
height:24px;
margin:0 0 0 -4px;
}

div#nav li {
display:inline;
line-height:1;
}

div#nav li a,div#nav li.divider {
float:left;
width:auto;
padding:6px 12px;
line-height:1;
}

div#nav li a {
margin:0 0 0 4px;
text-decoration:none;
-webkit-border-radius:12px;
-moz-border-radius:12px;
font-weight:bold;
color:#333;
text-shadow:0 1px 1px #fff;
}

div#nav li.divider {
color:#ccc;
width:5px;
padding:7px 8px 0 10px;
text-shadow:0 -1px -1px #aaa;
}

div#nav li a.rounded:hover,div#nav li.current a.rounded {
background: #F11A1A;
margin-top:0;
padding:4px 12px 6px;
color:#fff;
text-shadow:0 -1px 1px rgba(0,0,0,.25);
border-top:1px solid rgba(0,0,0,.15);
-webkit-box-shadow:0 1px 1px #fff;
-moz-box-shadow:0 1px 1px #fff;
}
div#nav li.form {
	float: right;
}

div#nav ul.options {
float:right;
margin:0;
padding:6px 0 0;
height:auto;
}

div#nav ul.options li a {
font-weight:normal;
padding:0;
border:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}

div#nav ul.options li a:hover {
background:none;
color:#555;
}


div#nav .right-part a {
text-align:right;
margin-left:18px;
}

div#nav .right-part .search {
padding-top:0px;
float:right;
}

div#nav .right-part .search .field {
width:205px;
font-size:11px;
line-height:13px;
margin-top:4px;
margin-left:18px;
padding-left:2px;
border:0;
color:#b3b19d;
background:#fff;
}

div#nav .right-part .search .btnp {
float:left;
display:inline;
}

div#nav .right-part .search .btnp input {
width:29px;
height:22px;
font-size:0;
line-height:0;
text-indent:-4000px;
background:url(../images/go.gif);
float:left;
display:inline;
cursor:pointer;
border:0;
}

div#nav .right-part .search .fld {
width:228px;
height:22px;
background:url(../images/fld.gif);
float:left;
display:inline;
}


/* ********************************** */


* {
padding:0;
margin:0;
outline:0;
}

.cl {
font-size:0;
line-height:0;
height:0;
display:block;
clear:both;
}

body {
background-color: #F2F2F2;
/* background:url(../images/patt.jpg); V7E8UU 
font-family:Arial,Helvetica,Tahoma,Verdana,sans-serif;
*/
font-family: "Lucida grande",Arial,Sans-Serif;
color:#4e4e4e;
font-size:12px;
padding-bottom:70px;
}

a,a:hover {
color:#F11A1A;
text-decoration:none;
}

a img {
border:0;
}

.main_sh {
width:950px;
margin:0 auto;
}

#top_div {
height:102px;
}

#top .right-part {
float:right;
display:inline;
padding-top:35px;
}

#top .right-part p {
text-align:right;
}



h1#homes_logo {
background-image:none;
font-size:0;
line-height:0;
width:264px;
height:80px;
float:left;
display:inline;
padding-top:23px;
}

h1#homes_logo a {
display:block;
text-indent:-4000px;
height:80px;
background:url(../images/homesonsale_housing.png);
}

h2.heading {
font-size:15px;
color:#2a2a2a;
font-weight:normal;
padding-bottom:8px;
border-bottom:solid 2px #dedede;
margin-right:5px;
}

h2.mainheading span {
color:#ff0081;
}

h3.reshead {
color:#F11A1A;
font-weight:bold;
font-size:13px;
padding-bottom:5px;
}

.clip{
	overflow:hidden;
	width: 110px;
	height: 110px;
}

.galleryrow {
	width: 130px;
	overflow: hidden;
	float: left;
	font-size:11px;
	margin: 3px;
	border:1px solid #DEDEDE;
	min-height: 170px;
}
.galleryrow td.info {
	font-size: 11px;
	text-align:center;
	padding-top:5px;
}
.info strong.pr {
	font-size:12px;
	font-weight:bold;
}
.galleryrow td.info h1 {
	font-size: 12px;
	text-align:center;
}
.resultrow td {
	font-size:12px;
	vertical-align:top;
}
.first {

}
.resultrow {
	border-bottom:1px dotted lightgrey;
	padding: 10px 0; 
}
.resultrow a.location {
	color: #4E4E4E;
}
.resultrow span.price {
	font-size:13px;
	font-weight: bold;
	float:right;
	color: #000;
	padding-left:20px;
}
.resultrow span.ltype {
	font-size:13px;
	padding:5px;
	margin:5px;
}

.resultrow span.ptype {
	font-size:13px;
	padding:5px;
	margin:5px;

}
h4 {
color:#0f89df;
font-size:12px;
text-transform:uppercase;
line-height:16px;
}

.no-border {
border-bottom:0;
}

#content #main .box .right {
float:right;
display:inline;
}
#content {
padding-top:8px;
}

a.view-all {
font-size:10px;
color:#6b6b6b;
text-decoration:none;
background:url(../images/grey-rounded.gif);
width:109px;
line-height:22px;
text-align:center;
margin-top:14px;
}

.main_search {
	float:left;
	width:440px;
}
.main_detail {
	float:left;
	width:630px;
}
.main_index {
	float:left;
	width:675px;
}
#main {
display:inline;
}

#main .box {
background-color:#FFF;
margin-bottom:8px;
border:solid 1px #dedede;
}

#main .box .right-col {
float:left;
display:inline;
width:302px;
padding-left:8px;
padding-top:5px;
}

#main .box .right-col h2 {
margin-bottom:10px;
}

#main .box .right-col .holder {
width:143px;
margin-bottom:20px;
}

#main a.blue {
color:#0f89df;
text-decoration:none;
font-weight:bold;
float:left;
margin-top:3px;
}

a.blue:hover {
color:#ff00d2!important;
}

#main h2 a.rss {
background:url(../images/rss.gif);
float:right;
display:inline;
width:19px;
height:19px;
text-indent:-4000px;
line-height:0;
font-size:0;
}

#main .box a {
float:left;
display:inline;
}

#main .box .holder {
width:294px;
position:relative;
z-index:1;
float:left;
display:inline;
}

#main .box .holder a.play {
width:29px;
height:29px;
position:absolute;
top:57px;
left:57px;
z-index:10;
display:block;
background:url(../images/play.png);
text-indent:-4000px;
line-height:0;
font-size:0;
cursor:pointer;
}

#main .box .holder .stripe {
position:absolute;
top:284px;
left:44px;
z-index:10;
height:84px;
background:url(../images/dot.png);
width:245px;
}

#main .box .holder .stripe strong {
font-size:23px;
color:#00a2ff;
text-transform:uppercase;
line-height:25px;
padding:10px 0 0 13px;
display:block;
}

#main .box a img {
display:block;
border:solid 1px #dedede;
padding:4px;
}

#main .box .top {
}

#main .box .bottom {
padding-top:12px;
padding-left:11px;
padding-bottom:10px;
}

#main .simple {
background:#fff;
border:solid 1px #dcdcdc;
padding:10px;
margin-bottom:6px;
}

#main .simple .holder {
width:143px;
float:left;
display:inline;
margin-right:9px;
}

#main .simple a.image {
float:left;
display:inline;
}

#main .simple a.image img {
display:block;
padding:4px;
border:solid 1px #dedede;
}

#main .frame {
padding-top:19px;
}

.info {
float:left;
display:inline;
padding-left:8px;
}

.info span.date {
color:#9b9b9b;
display:block;
}

.info p {
padding-bottom:15px;
}

a.small {
font-size:10px;
color:#6b6b6b;
margin-right:15px;
}

.small-nav {
height:29px;
border-bottom:solid 1px #dedede;
margin-left:-10px;
margin-top:-10px;
margin-bottom:8px;
}

.small-nav ul {
list-style-type:none;
text-transform:uppercase;
}

.small-nav li {
float:left;
border-right:solid 1px #dedede;
height:29px;
line-height:29px;
padding:0 7px;
}

.small-nav li a {
float:left;
color:#232323;
text-decoration:none;
}

.small-nav li a:hover,.small-nav li a.active {
color:#ff0081;
}

.description {
width:155px;
float:left;
display:inline;
padding-left:5px;
}

.description h4 {
padding-bottom:4px;
}

.description p {
padding-bottom:10px;
width:135px;
}

.wider {
	width: 265px;
}
.fleft {
float:left;
margin-right:5px;
}

.fright {
float:right;
margin-left:5px;
}
.sidebar_inner {
	width:185px;
}

#sidebar {

display:inline;
background-color:#FFF;
border:solid 1px #dcdcdc;
}

#sidebar .top {
padding-top:15px;
padding-left:10px;
padding-bottom:15px;
}
#sidebar .top div label.header {
	font-weight:bold;
	font-size:12px;	
}
#sidebar .top div.block {
	margin-top:5px;
	margin-right:5px;
	padding-bottom:10px;
}
#sidebar .top div.dotted {
	border-bottom: 1px dotted #dedede;
}


#sidebar .top div .first {
	float:left;
}
#sidebar .top div .second {
	float:left;
	margin-left:5px;
}
#sidebar input.small_text {
	width: 80px;
}
#sidebar input.smaller_text {
	width: 60px;
}
#sidebar select {
	width: 80px;
}
#sidebar ul {
	list-style-type:none;
	font-size:12px;
	padding-top:10px;
}

#sidebar ul li {
padding-left:10px;
padding-bottom:3px;
vertical-align: middle;
}
#sidebar ul li label {
vertical-align: top;
}

#sidebar ul li a {
text-decoration:none;
}

#sidebar ul li a:hover {
text-decoration:underline;
}

#sidebar ul.blue {
list-style-type:none;
padding-top:10px;
margin-bottom:30px;
}

#sidebar ul.blue li {
border-bottom:solid 1px #ededed;
padding-bottom:5px;
padding-top:2px;
font-size:12px;
}

#sidebar ul.blue li a {
text-transform:none;
color:#0f89df;
}

#sidebar ul.blue small {
color:#8e8e8e;
display:block;
}

#sidebar ul.blue small a {
color:#ff00d2;
}

#sidebar_right {
width:310px;
display:inline;
background-color:#FFF;
border:solid 1px #dcdcdc;
}

#sidebar_right .top {
padding-top:15px;
padding-left:10px;
}

#sidebar_right ul.pink {
list-style-type:none;
font-size:12px;
padding-top:10px;
 /* width:280px; */
border-bottom:solid 2px #dedede;
}

#sidebar_right ul.pink li {
background:url(../images/bull.gif) no-repeat 0 3px;
padding-left:15px;
text-transform:uppercase;
padding-bottom:10px;
}

#sidebar_right ul.pink li a {
color:#f8379b;
text-decoration:none;
}

#sidebar_right ul.pink li a:hover {
text-decoration:underline;
}

#sidebar_right ul.blue {
list-style-type:none;
padding-top:10px;
margin-bottom:30px;
}

#sidebar_right ul.blue li {
border-bottom:solid 1px #ededed;
padding-bottom:5px;
padding-top:2px;
font-size:12px;
}

#sidebar_right ul.blue li a {
text-transform:none;
color:#0f89df;
}

#sidebar_right ul.blue small {
color:#8e8e8e;
display:block;
}

#sidebar_right ul.blue small a {
color:#ff00d2;
}

.ad {
padding-top:12px;
margin-bottom:30px;
}

.ad a img {
display:block;
padding:1px;
border:solid 1px #e4e4e4;
}

.ad small {
font-size:8px;
text-transform:uppercase;
display:block;
color:#b0b0b0;
}

#footer {
background:#fff;
border:solid 1px #dcdcdc;
height:70px;
font-size:10px;
color:#515151;
text-transform:uppercase;
text-align:right;
margin-top:5px;
}

#footer .right-area {
float:right;
display:inline;
padding-top:25px;
padding-right:17px;
}

#footer a.sm-logo {
background:url(../images/homesonsale_housing_small.png);
width:155px;
height:34px;
float:left;
text-indent:-4000px;
line-height:0;
font-size:0;
margin:16px 0 0 20px;
text-align:left;
}
