﻿/*	-----1024-----	body			*/
/*	  ----960----	main layout		*/
/*		15-930-15   main container	*/
/*		567-14-348					*/
* {
	margin:0;
    padding:0;
}

body {
	background: #f3f4ec url('/content/Images/site-body-background.gif') repeat-y scroll 50% 0;
	color: #000000;
	font-family: verdana,sans-serif;
	font-size: 70%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}

/*line heights of sections*/
div.gray-container,
div.package-introduction
{
	line-height: 18px;
}
/*----------------*/
#main
{
    width: 960px;
    margin: 0 auto;
    text-align: left;
    background-color: #FFFFFF;
    overflow: hidden;
}

#master-header 
{
	float: left;
	width: 100%;
	position: relative;
	z-index: 10;
}

#master-header img { margin-top:5px;  margin-bottom:5px;}

#master-header div 
{
	float: left;
}

.main-content
{
	float: left;
	width: 930px;
	min-height: 530px;
	padding: 0px 15px 0px 15px;	
	position: relative;
	z-index: 2;
}

.logo 
{
	float:left;
    margin:5px 0px 5px 5px;
}

#master-header .header-advertisement
{
	float: right;
	margin:10px 15px 5px 5px;
}

input.tinput { display:block; margin:0; width:246px; }

input { font-size:11px; padding:3px; }

select { font-size:x-small; width:130px; }

a { color:#000000; }

a:hover { color:#336600;}

a.green-button
{
	width: 72px;
	height: 16px;
	display: block;
	text-align: center;
	color: #ffffff;
	background: url('/content/Images/realestatebazaar-sprite.gif') no-repeat 0px -3630px;
}

a.green-button-mid
{
	width: 114px;
	height: 16px;
	display: block;
	text-align: center;
	color: #ffffff;
	background: url('/content/Images/realestatebazaar-sprite.gif') no-repeat -450px -3630px;
}

a.green-button-back
{
	text-decoration: none;
	font-weight: 600;
}

ul
{
	list-style-type: none;
}

.email-out
{
	background: url('/content/Images/realestatebazaar-sprite.gif') no-repeat -150px -1550px;
	padding-left: 25px;
}

.hidden
{
	display: none;
}

/*-- Main menu --*/
div#main-menu
{
	width: 100%;
	float: left;
	height: 52px;
	background: url('/content/Images/realestatebazaar-background.gif') repeat-x 0px -143px;	
}

div#main-menu div > ul li:hover,
div#main-menu div > ul li a:hover,
div#main-menu div > ul li.over,
div#main-menu div > ul li.over a
{
	background: url('/content/Images/realestatebazaar-background.gif') repeat-x 0px -41px;
	color:#000;
}

div#main-menu div ul a:hover, div#main-menu div ul a:focus,
div#main-menu div ul li ul a:hover, div#main-menu div ul li ul a:focus
{
	color: #000;	
}

div#main-menu div ul li
{
	background: #568C22;
	float: left;
	position: relative;
	border-right: solid 1px #417019;
	border-left: solid 1px #99c23b;
	margin-left: 0px;
}

div#main-menu div ul li a
{
	background: #568C22;
	color: #FFFFFF;
	display: block;
	font-size: 1em;
	padding:12px 10px 14px 10px;
	text-decoration: none;
	cursor: pointer;
}

div#main-menu div ul li ul
{
	float:left;
	display: none;
	position: absolute;
	left: 0px;
	top: 39px;	
	background: #568C22;	
	border: solid 1px #417019;
	border-top: solid 0px;
	z-index: 10;
}

div#main-menu div ul li ul li
{
	float: none;
	clear: both;
	padding: 0px;
	border: solid 0px;
	border-top: 1px solid #94b17e;
}

div#main-menu div ul li ul li a
{
	background: #568C22;
	padding: 5px;
	white-space: nowrap;
	font-weight: normal;
}

div#main-menu div ul li:hover ul, div#main-menu div ul li.over ul
{
	display: block;	
}

div#main-menu div ul, div#main-menu div ul ul
{
	background: #568C22;
	list-style: none;
	margin: 0;
	padding: 0;
}

/*----Sub Nav----*/
ul.subnav 
{
	width:100%;
	float:left;
	background-color: #e8f4de;
	border-bottom: solid 1px #accf90;
	height: 27px;
}

div#main-menu ul.subnav li
{	
	float: left;
	border-left:  solid 1px #accf90;
	border-right: solid 1px #f3f6eb;
	border-bottom: solid 0px;
	border-top: solid 0px #ffffff;	
	padding: 2px 10px;
	margin: 5px 0px 0px 0px;
}

div#main-menu ul.subnav li.left
{
	border-left: solid 0px;
}

div#main-menu ul.subnav li a
{
	color: #344521;
	padding: 0px;
	text-decoration: none;
}

div#main-menu ul.subnav li:hover,
div#main-menu ul.subnav li a:hover,
div#main-menu ul.subnav li.over a
{	
	background-image: none;
	color: Black;	
}

/* Refine Option Panel*/
.more-criteria { width:250px; text-align:right; }

#refine-options {
    background-color:#F6F7F9;
    border:1px solid #DDDDDD;
    width:250px;
    float:left;
}

#refine-options ul { list-style:none; }

#refine-options ul li  
{
	margin-bottom:5px;
	list-style-type: none;
	float: left;
}

#refine-options ul li a { float:right; }

#refine-options select { width:120px; }

#refine-options ul li label 
{
	width: 95px;
	height: 18px;
	padding-left: 30px;
	padding-top: 2px;	
	background-image: url(/Content/Images/realestatebazaar-sprite.gif);
	display: block;
	float: left;
	font-size: x-small;
	font-weight: bold;	
	text-align: left;
	color: #666666;
}

#Suburb, #Subscribe,
.property-criteria #City
{
    width:250px;
}

#EmailAddress
{
    width:240px;
}

/* Icon Style */
.property-type-house { background-position: 10px -1153px; }

.property-type-apartment { background-position: -1042px -222px; }

.property-type-land { background-position: -748px -696px; }

.number-of-bed { background-position: 7px -1237px; }

.number-of-bath { background-position: 7px -1317px; }

.number-of-car { background-position: 7px -1397px; }

.property-type { background-position: 5px -1080px; }

.project-status { background-position: 5px -1003px; }

.property-type-house,
.property-detail-stats .number-of-bed,
.property-detail-stats .number-of-bath,
.property-detail-stats .number-of-car,
.property-detail-stats .floor-area 
{
background-image: url(/Content/images/site-sprite.gif);
background-repeat:no-repeat;
}

.number-of-bed,
.number-of-bath,
.number-of-car,
.floor-area,
.property-type 
{
    font-size:x-small;
}

/*Property Search Results*/
.property-search-results
{
	float: left;
	clear: both;
	display: block;
	width: 618px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: normal;
	border: solid 1px #CCCCCC;
}

.property-search-results .property-header
{
	float: left;
	clear: both;
    width: 612px;
    height: 32px;
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 6px;
    font-size: 10px;
}

.property-search-results .top-property-header
{
	background-color: #4C7A1D;
	background-image: none;
	color: #FFFFFF;
}

.property-search-results .property-header p
{
	padding-top: 8px;
}

.property-search-results .property-stats
{
	float: right;
	margin: 0;
}

.property-search-results .property-stats ul li
{
	float: left;
	display: block;
	width: 30px;
	height: 15px;
	margin: 0px 0px 0px 1px;
	padding-top: 17px;
	text-align: center;
	font-weight: bold;
	background-color: #DDDDDD;
	color: #000000;
	background-image: url(/Content/Images/realestatebazaar-sprite.gif);
}

.property-search-results .image-panel
{
	float: left;
	clear: left;
	width: 124px;
	margin: 0px 0px 0px 2px;
}

.property-search-results .image-panel img
{
	max-width: 120px;
	margin: 0px 0px 2px 0px;
	border: solid 1px #888888;
}

.property-search-results .content
{
	float: left;
	clear: none;
	width: 359px;
	margin: 0px 0px 0px 5px;
}

.property-search-results .content p
{
	margin: 0px 0px 3px 0px;
}

.property-search-results .content a
{
	color: #336600;
}

.property-search-results .content ul,
.property-search-results .content ol
{
	list-style-position: inside;
}

.property-search-results .extra
{
	float: left;
	height: 168px;
	margin-left: 5px;
	width: 121px;
}

/*Search Result */
.directory-search-results,
.search-results 
{
	float:left;
	clear:both;
	display:block;
	width:610px;
	line-height: normal;
	border: solid 2px #dddddd;
	margin-bottom: 10px;
	padding: 3px;
	position: relative;			
}

.directory-search-results { width:379px; }

.search-results .image-panel 
{
	float:left;
	width:124px;
	clear:left;
}

.search-results .image-panel img
{
	width:   120px;
	border:1px solid #888888;
	margin:2px 0 1px 0;
	display:block;
}

.directory-search-results .directory-item-header,
.search-results .property-header { 
    float:left;
    width:474px;
    height:32px;
    margin:0 0 0 1px;
    position:relative;
    font-size:10px;
}

/* Colors: 0 -45, 0 -82 , 0 -119, 0 -156 */
.property-header
{
	background:#FFFFFF url(/Content/images/HeaderBackgrounds.gif) repeat-x scroll 0 -45px;
}

.featured-property
{
	background:#FFFFFF url(/Content/images/HeaderBackgrounds.gif) repeat-x scroll 0 -45px;
}

.top-property
{
	background:#FFFFFF url(/Content/images/HeaderBackgrounds.gif) repeat-x scroll 0 -45px;
}

.directory-search-results .directory-item-header
{
    width: 378px;
}

.directory-search-results .directory-item-header h1
{
    margin: 5px 0px 0px 5px;
    font-size: 1.3em;
}

.property-stats { float:left; margin:0px 0 0 3px; }

.property-stats ul li 
{    
	display: block;
	float: left;
	width: 30px;
	height: 15px;
	margin: 0 2px 0 0;
	padding-top: 17px;
	text-align: center;	
	background-color: #DDDDDD;
	background-image: url(/Content/Images/realestatebazaar-sprite.gif);	
	font-weight: bold;	
}

.property-stats li span { display:none; }

.directory-search-results .content,
.search-results .content
{
    float:left;
    width: 342px;
    margin:2px 0 0 5px;
}

.directory-search-results .content h4,
.search-results .content h4,
.property-search-results .content h4
{
    font-size: 100%;
    text-decoration:underline;
}

.directory-search-results .content {line-height:1.5em;width:370px;}
.directory-search-results .content h4 {text-decoration:none;}

.search-results .content h4 a { color:#000000; }

.search-results .content p { margin:5px 0 ;}

.search-results .extra
{
    float:left;
    width:130px;
    height:168px;
    margin-left:5px;
}

.search-results .content a,
.search-results .content a:hover
{
    color:#336600;
}

.search-results .extra a.add-to-short-list
{
    background: transparent url(/Content/Images/site-sprite.gif) no-repeat scroll -1px -2720px;
    display:block;
    font-size:10px;
    font-weight:bold;
    line-height:2;
    margin-left:4px;
    padding-left:22px;
    width:120px;
    clear:both;
    position:absolute;
    margin-top:5px;
}

.search-results .extra img.agent-logo
{
    max-width: 120px; /*width:120px;*/
    position:absolute;
    bottom:5px;
}

.search-results h1,
.search-results h2,
.search-results h3,
.search-results h4,
.search-results h5,
.search-results h6
{
    font-size: 1em;
}

h1.refine-search
{
	width: auto;
	background-color: #000;
	color: #fff;
	font-size: 1.3em;
	padding: 5px;
	left: 0;
}

.directory-search h1.refine-search 
{
	width:285px;
}

h3.property-details, h3.area-map {
	background:transparent url(/Content/Images/headingsWideInt.gif) no-repeat scroll 0;
	border-bottom:2px solid #CCCCCC;
	clear:both;
	height:25px;
	margin:0.5em 0;
	overflow:hidden;
	text-indent:-9000px;
	width:auto;
}

/* Propert Details*/
h3.property-details 
{
	background-position:0 -456px;
}

h3 { font-size:120%; }

h3.area-map 
{
	background-position:0 -576px;
	border-color:#E5EAEF;
	margin-bottom:0;
}

dl.property-detail-highlights {
	background-color:#E5EAEF;
	float:right;
	position:relative;
	width:170px;
	margin-left: 10px;
}

ul, ol, blockquote, dl, fieldset {
	margin:0 0 1em;
}

dl.property-detail-highlights dt {
	padding:3px 1px 0 3px;
}

.alt, td.bullet.alt {
	background-color:#F0F3F3;
}

dt {
	font-weight:bold;
}

dl.property-detail-highlights dd {
padding:0 1px 3px 3px;
}

.property-details { width:480px;}

.property-details-section
{
	width: 750px;
	float: left;
}

.property-details-section h1
{
	width: 100%;
	margin: 5px 0px;
	background-color: #FEFEFE;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: -1px;
	color: #333333;
	background-image: url('/Content/Images/realestatebazaar-background.gif');
	background-position: 0px -199px;
}

.agent-logo-horizontal
{
	width: 100%;
	text-align: center;
	border: solid 1px #999999;
}

/****************/
.senderDetails div
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.agent-address-details-property-detail
{
	margin: 0px 0px 0px 20px;
	float: left;
}

.agent-address-details
{
	float: left;
	clear: none;
	background-color: #eeede9;
	padding: 0;
	width: 212px;
}

.agent-address-details label {
	font-size:12px;
	margin-bottom:0;
	margin-top:0;
}

.agent-address-details ul
{
	float: left;
	margin: 0;
	padding: 0;	
}

.agent-address-details ul li
{
	float: left;	
	width: 190px;
	padding: 0px 10px 0px 10px;
	background-color: #eeede9;
	font-size: 11px;
	border-right: solid 1px #cbcbc9;
	border-left: solid 1px #cbcbc9;
}

.agent-address-details ul li br
{
	line-height: 8px;
}

.agent-address-details ul li .tinput
{
	width: 180px;
}

.agent-address-details ul li .submit
{
	
	margin-right: 10px;
}

.agent-address-details ul li a
{
	color: #336600;	
	text-decoration: underline;
}

.agent-address-details ul li div
{
	margin: 0;
	padding: 5px 0px 5px 0px;
	border-bottom: solid 1px #cdccca;
	border-top: solid 1px #fffffd;
	width: 100%;
}

.agent-address-details ul li.first
{
	border-top: solid 1px #cbcbc9;	
}

.agent-address-details ul li.first div
{
	border-top: none 1px;
}

.agent-address-details ul li.last
{
	border-bottom: solid 1px #cbcbc9;
}

.agent-address-details ul li.last div
{
	border-bottom: none 1px;
}

.agent-address-details ul li div.agent-logo
{
	border-top: none 0px;
	text-align: center;
}

.agent-address-details ul li div.agent-logo img
{
	margin: 0 auto;
	max-height: 200px;
	max-width: 190px;
}

.agent-address-details ul li.header
{
	padding: 0;
	border: none 0px;
	width: 212px;
}

.agent-address-details ul li.header div
{	
	width: 100%;	
	padding: 8px 0px 5px 0px;
	background-color: #FFFFFF;
	font-size: 13px;
	border: none 0;
}

.agent-address-details ul li.header div h3
{
	width: 100%;
	height: 25px;	
	border-bottom: solid 2px #CCCCCC;
}

.agent-address-details ul li label
{
	font-weight: 600;
	font-size: 11px;
}

.agent-address-details .field-validation-error,
.agent-address-details .confirmation
{
	display: block;	
}

.agent-address-details .confirmation
{
	margin: 5px 0px;
	font-weight: 600;
	color: #578C22;
}

.email-detail {
margin-bottom:1em;
padding:3px;
}

img, fieldset {
	border:medium none;
}

fieldset, label {
display:block;
padding:0;
}

.email-detail label {
display:block;
font-weight:bold;
}

.email-detail .chklabel{
	display: inline;
	margin: 0px 0px 0px 5px;
}

.email-detail .tinput {
width:400px;
}

input {
font-size:11px;
padding:3px;
}

input.submit, input.deactivated, button.submit, button.deactivated {
background:#336600 none repeat scroll 0;
border:1px solid #999999;
color:#FFFFFF;
cursor:pointer;
font-weight:bold;
margin:0;
padding:2px;
margin: 2px 0px 2px 0px;
}

.refine-property-search
{
	background-color: #eeede9;	
}

.refine-property-search fieldset
{
	margin: 0;
}

.refine-property-search div
{
	padding: 0px 10px;
}

.refine-property-search div.search-selection
{
	border-bottom: solid 1px #CCCCCC;
	padding: 10px;
}

.refine-property-search .refine-options
{
	padding: 0;
	width: 280px;
}

.refine-property-search .refine-options div
{
	width: 275px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 0px #ffffff;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #cccccc;
}

.refine-property-search .refine-options ul
{
	margin: 0;
	padding: 0;
}

.refine-property-search .refine-options li
{
	padding: 0px 0px 0px 20px;
	height: 16px;
	list-style-type: none;
	text-align: right;
	list-style-position: outside;
}

.refine-property-search .refine-options li a
{
	float: left;
	color: #4c7a1d;
	cursor: pointer;
	text-decoration: underline;
}

.refine-property-search .refine-options ul li.list-head
{		
	margin: 5px 0px 2px 0px;
	padding:0;
	list-style-type: inherit;
	list-style-position: outside;
}

.refine-property-search .refine-options ul li.list-head a
{	
	padding: 0px 0px 0px 15px;
	color: #000;
	font-weight: 600;
	cursor: pointer;
	background-position: -300px -2705px;
	background-image: url(/Content/Images/realestatebazaar-sprite.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.refine-property-search .refine-options ul li.collapsed a
{	
	background-position: -600px -2707px;
}

.search-legends ol
{
	padding: 0;
	margin: 5px 0px 0px 0px;
}

.refine-property-search .refine-options .search-legends ol li,
.refine-property-search .refine-options li.remove-criteria
{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	text-align: left;
}

.refine-property-search .refine-options li.remove-criteria
{
	padding: 0 0 0 20px;
}

.refine-property-search .refine-options .search-legends ol li a,
.refine-property-search .refine-options li.remove-criteria a
{
	float: right;
	clear: none;	
	color: #d40b0b;
	font-weight: 600;
	font-size: .9em;
	text-decoration: none;
}

.search-legends ol li a img
{	
	height: 12px;
}

.search-legends ol li strong
{
	color: #4C7A1D;
}

.refine-property-search .refine-options div ul li em
{
	float: right;	
}

.property-search, .directory-search
{
    width:295px;
    background-color:#EEEEEE;
    float:left;
    margin-top: 10px;
}

.property-criteria
{
     padding:10px 10px 10px 22px   
}

.property-criteria div.search-selection
{
	margin: 0px 0px 10px 0px;
}

.property-search fieldset h2, .directory-search fieldset h2  
{
	margin:5px 0;
}

.property-search h2, .directory-search h2 
{
	font-size:100%;
}

.property-search input.submit
{
	margin: 5px 0px;
	padding: 3px;
}

/*popup*/
div#basicModalContent
{
	float: left;
	position: absolute;
	width: 70%;
	left: 15%;
	border: solid 1px #ccc;
	background-color: #eeede9;
	overflow: hidden;
}

div#basicModalContent div
{
	float: left;
	width: 100%;
	padding: 5px 15px;	
	border-bottom: solid 1px #d8d7d4;
	text-align: left;
}

div#basicModalContent div li
{	
	width: 33%;
	margin: 5px 0px;
	float: left;
	clear: none;
	background-color: #eeede9;
}

div#basicModalContent div a
{
	text-decoration: underline;
	cursor: pointer;
}

div#basicModalContent div span#info
{
	margin: 0px 0px 0px 15px;
	font-weight: 600;
	color: #D40B0B;
}

div#basicModalContent input.submit
{
	width: 55px;
}

#simplemodal-overlay
{
	background-color: #000;
}

.simplemodal-close
{
	cursor: pointer;
	color: #D40B0B;
	font-weight: 600;
}

.directory-search-results-toolbar,
.search-results-toolbar {
border-bottom:1px solid #CCCCCC;
height:25px;
margin:0 0 15px;
width:100%;
float:left;
}

.directory-search-results-toolbar 
{
	width:388px;
}

.search-result-tabs
{
	list-style-type:none;
	padding:0;
}

.search-result-tabs li { float:left; overflow:hidden; }

li  
{
	background:transparent none repeat scroll 0; 
	position:static;
	list-style-position: inside;
}

.directory-search-listing,
.search-listing
{
    width: 620px;
    margin-left:10px;
    float:left;
    margin-top:10px;
}

.directory-search-listing 
{
	width: 390px;
}

.search-result-tabs li.selected a {
background-color:#EEEEEE;
border-top:2px solid #4E7C1A;
}

.search-result-tabs li a.tab {
background-color:#CCCCCC;
border-top:2px solid #CCCCCC;
display:block;
float:left;
font-size:1.1em;
font-weight:bold;
height:21px;
left:0;
padding:2px 4px 0;
text-align:center;
text-decoration:none;
top:0;
width:78px;
}

.search-result-tabs li.selected a {
background-color:#EEEEEE;
border-top:2px solid #4E7C1A;
cursor:pointer;
}

.hot-deals
{
	position: absolute;
	top: 30px;
	left:490px;	
}

h2.search-results span
{
	color:#4E7C1A;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	font-weight: 600;
}

ul.bullet {
padding-left:1px;
position:relative;
list-style:none;
}

ul.bullet li {
background:transparent url(img/site-sprite.gif) no-repeat scroll 0 -1195px;
margin-bottom:0.5em;
margin-left:0;
padding-left:0px;
list-style:none;
}

table.feature-special td { width:150px;}

table.feature-special td label
{
  text-align:right;   
  margin-left:3px;
  display:inline;
}

.input-validation-error
{
    border:1px solid #ff0000;   
    background-color:#ffeeee;
}

h2.static {
border-bottom:1px solid #000000;
color:#336600;
font-size:110%;
margin:1em 0 0.5em;
padding-bottom:4px;
}

.news-heading { font-weight:bold; }

div.documentum { width:600px; }

div.static {
line-height:125%;
font-size:110%;
margin-top:25px;
margin-left:15px;
}

div.static ul { margin-left:25px; }

div.documentum h1 {
border-bottom:1px solid #336600;
color:#336600 !important;
font-size:125% !important;
margin-top:10px;
margin-bottom:10px;
padding-bottom:4px;
}
div.documentum h2 {
color:#336600 !important;
font-size:105% !important;
margin-top:10px;
margin-bottom:5px;
padding-bottom:4px;
}

div.static p {
margin-bottom:1em;
}

ul.validation-summary-errors
{
    position:relative;
    left:20px;
    margin-top:15px;
    color:Red;
}

.field-validation-error
{
    color:Red;
}

/* Pager */
.pager  
{
	clear:both;
	float:left;
	width:100%;
    padding-top:10px;
    padding-bottom:10px;
    background:#EEEDE9 none repeat scroll 0 0;
    font-size:0.92em;
    text-align:center;
    margin-bottom:10px;
}

.pager .disabled 
{
	border:1px solid #ddd;
    color:#999;
    padding:5px;
    text-align:center;
    background-color:#fff;
}

.pager .current 
{
	background-color:#666666;
    border:1px solid #666666;
    color:#fff;
    font-weight:bold;
    padding:5px;
    text-align:center;
}

.pager a
{
    border: 1px solid #999999;
    color: #333333;
    padding:5px;
    text-align: center;
    text-decoration: none;
    background-color:#fff;
}
.email-property-detail {
background-color:#E5EAEF;
margin-bottom:1em;
padding:3px;
}
.email-property-detail .tinput {
width:180px;
}
/* directory ul*/

ul.directory { margin:15px;}

ul.directory li { margin:5px 0 5px 0; }

ul.directory li a { cursor:pointer; }

div#http-404-error, div#confirmation {
font-size:1.1em;
overflow:hidden;
padding:20px;
text-align:center;
width:850px;
}


div#fatal-error {
font-size:1.1em;
overflow:hidden;
padding:20px;
width:850px;
}

input.error { border: 1px solid red; }

label.error {
	background: url('/Content/Images/unchecked.gif') no-repeat;
	padding-left: 16px;
    margin-left: 10px;
    width: auto;
    display: inline;
    color: Red;
}

label.valid {
	background: url('/Content/Images/checked.gif') no-repeat;
	display: inline;
	width: 16px;
	height: 16px;
}

.calculation-result span { font-weight:bold;}
.calculation-result p { line-height:1.7em;}

#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	width: 570px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #336600;
	padding: 10px 8px;
	border-bottom: 2px solid #336600;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #336600;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	/*color: #009;*/
	font-weight:bold;
	cursor:pointer;
}

.footer
{
	float: left;
	border: solid 1px #DFDFDF;
	width: 960px;
	height: 55px;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	position: relative;
	color: #888684;	
	background: #E5E5E5 url('/Content/Images/realestatebazaar-background.gif') repeat-x 0px -250px;	
	overflow: hidden;
}

.footer ul
{
	float: left;
	clear: both;
	width: 940px;
	margin: 10px 5px 0px 15px;
	padding: 0;
}

.footer ul li
{
	display: inline;
	float: left;
	padding: 0px 5px 0px 5px;
}

.footer a
{
	color:#888684;	
	text-decoration:none;
}

.footer a:hover
{
	color: #336600;
}

.footer .copyright
{
	float:right;	
}

.footer .links
{
	float:left;
}

.validation-signature
{
	text-align:left;
	margin:5% 0% 0% 0%;
	float:left;
	width: 935px;
	padding: 0px 10px 0px 15px;
}

.floatpanel {
background-image: url(images/section.jpg);
background-position: left top;
background-repeat: no-repeat;
margin:15px;
min-height:200px;
padding:20px 40px;
float: left;
display: block;
}
.floatpanel h2 {
color:#336600;
margin-bottom:10px;
padding:5px;
font-size:135% !important
}

.floatpanel ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:3px;
}
.floatpanel li
{
    padding:5px;
    font-weight:bold;
}

/*rowitem*/
.rowview h1
{
	clear: both;	
	margin: 10px 0px 0px 0px;
}

.rowview .rowitem
{	
	clear: both;
	margin-bottom: 5px;		
	vertical-align: middle;
}

.rowview .rowitem img
{
	float: left;
	clear: none;
	margin: 0px 10px 15px 10px;
	max-width: 150px;
}

.rowview .rowitem a img
{
	border-style: none;
}

.rowview .rowitem div
{
	float: left;
	clear: none;
	width: 350px;
	height: auto;
	margin: 0px 0px 10px 0px;	
}

.rowview .rowitem h4,
.rowview .rowitem p,
.rowview .rowitem ul
{
	width: 70%;
	float: left;
	clear: both;
}

.rowview .rowitem p a
{
	color: #769A52;
}

.rowview .rowitem h4
{
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	font-size: 0.9em;
	font-weight: 600;	
}

.rowview .rowitem ul
{
	list-style-type: disc;
}

.rowview .rowitem ul li
{
	clear: both;
	color: #666666;
}

/*Articles page*/
.articles h2,
.articles h4
{
	margin: 0px 0px 5px 0px;
}

.articles h4
{
	color: #666666;
	font-size: 0.8em;
}

.articles div
{
	margin: 5px 0px 20px 0px;	
}

.main-content table td
{
	vertical-align: top;
}

/*Right section*/
div.rightSection
{
	float: right;
	width: 348px;
}

.welcome-to-realestatebazaar
{
	float: left;
}

.welcome-to-realestatebazaar,
.realestatebazaar-container
{
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	margin-top: 15px;
}

.welcome-to-realestatebazaar .banana-head p,
.login-to-my-bazaar .banana-head p
{
	margin: 6px 0px 0px 10px;
	font-size: 14px;
}

div.login-to-my-bazaar div.banana-body div div
{
	float: left;
	width: 49%;
	margin: 0;
	padding: 0;
}

div.login-to-my-bazaar div.banana-body div.gray-container
{
	margin: 0;
	padding: 10px 10px 5px 10px;
	width: 326px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000101;
}

div.login-to-my-bazaar div.banana-body div.gray-container p
{
	margin-bottom: 15px;
}

/*------*/
div.banana,
div.banana div
{
	float: left;
}

div.banana div.banana-head
{
	height: 31px;	
}

div.banana div.banana-head,
div.banana div.banana-footer
{
	width: 100%;
}

div.banana div.banana-head div,
div.banana div.banana-footer div
{
	clear: none;
}

div.banana div.banana-head div.ltEdge,
div.banana div.banana-head div.rtEdge,
div.banana div.banana-head div.midEdge
{
	background-image: url('/Content/Images/realestatebazaar-sprite.gif');
	height: 31px;
}

div.banana div.banana-head div.ltEdge
{
	width: 6px;
	background-position: 0px -4240px;
	background-repeat: no-repeat;
}

div.banana div.banana-head div.rtEdge
{
	width: 6px;
	background-position: -150px -4240px;
	background-repeat: no-repeat;
}

div.banana div.banana-head div.midEdge
{	
	font-size: 1.2em;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-image: url('/Content/Images/realestatebazaar-background.gif');
}

div.banana-head p
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0px 0px 10px; 
}

div.banana div.banana-body
{
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

div.banana-body div
{
	padding: 10px 5px 10px 14px;
}

div.banana div.banana-footer div.ltEdge,
div.banana div.banana-footer div.midEdge,
div.banana div.banana-footer div.rtEdge
{	
	background-image: url('/Content/Images/realestatebazaar-sprite.gif');
	height: 11px;
	font-size: 0;
	line-height:0;
}

div.banana div.banana-footer div.ltEdge
{
	width: 10px;
	background-repeat: no-repeat;
	background-position: -900px -4160px;
}

div.banana div.banana-footer div.midEdge
{	
	background-repeat: repeat-x;
	background-position: 0px -122px;
	background-image: url('/Content/Images/realestatebazaar-background.gif');
}

div.banana div.banana-footer div.rtEdge
{
	width: 10px;
	background-repeat: no-repeat;
	background-position: -1050px -4160px;
}


div.banana-body div.feature
{
	position: relative;
	left: 14px;
	padding: 0;	
	width: 170px;
	margin: 10px 14px 5px 0px;
	height: 100px;
	background-image: url('/Content/Images/common.gif');	
}

/*Control banana width here - reusable*/
div.banana-home div.banana-head div.midEdge
{
	width: 555px;
}

div.banana-home div.banana-body
{
	width: 565px;	
}

div.banana-home div.banana-footer div.midEdge
{
	width: 547px;
}

div.banana-home h1
{
	font-size: 12px;
	font-weight: normal;
}

div.login-to-my-bazaar
{
	width: 348px;
	margin-top: 15px;
}

div.login-to-my-bazaar div.banana-head div.midEdge
{
	width: 336px;
}

div.login-to-my-bazaar div.banana-body
{
	width: 346px;	
}

div.login-to-my-bazaar div.banana-footer div.midEdge
{
	width: 328px;
}

div.feature-red
{
	background-position: -665px -144px;
}

div.featureLt
{
	margin-left: 14px;
}

div.featureRt
{
	margin-right: 0px !important;
}

div.feature-orange
{
	background-position: -481px -144px;	
}

div.banana-body div.feature div.title
{
	width: 160px;
	text-align: right;
	font-size: 11px;
	margin: 0;	
	padding: 0px 10px 0px 0px;
	color: White;	
	clear: both;
}


div.banana-body div.feature div.section
{
	width: 100%;
	margin: 0;
	padding: 0;
}

div.banana-body div.feature div.section,
div.banana-body div.feature div.section div
{	
	clear: none;
	line-height: normal;
}

div.section div.col1
{
	position: relative;
	left: 11px;
	width: 46px;
	height: 56px;
	margin: 19px 0px 0px 0px;
	padding: 0;
}

div.section div.house-for-sale-img
{
	background: #000000 url('/Content/Images/common.gif') no-repeat -123px -192px;	
}

div.section div.rental-properties-img
{
	background: #000000 url('/Content/Images/common.gif') no-repeat -182px -192px;	
}

div.section div.offers-img
{
	background: #000000 url('/Content/Images/common.gif') no-repeat -234px -190px;	
}

div.section div.col2
{
	width: 100px;
	height: 56px;
	margin: 0;
	padding: 0;
}

div.banana-body div.feature div.section div.desc
{
	position: relative;
	left: 19px;
	margin: 10px 0px 0px 0px;
	padding:0;	
	vertical-align: text-top;
}

div.banana-body div.feature div.section div.desc div
{
	clear: both;
	line-height: normal;
	font-family: Franklin Gothic Demi, Arial;
	line-height: 1;	
	font-size: 18px;
}

div.banana-body div.feature div.section div.desc div span
{
	font-size: 12px;
}

div.section div.desc div.row1
{	
	padding: 0px 0px 0px 10px;
}

div.section div.desc div.row2
{
	padding: 0px 0px 0px 60px;
	font-weight: normal;
}

div.section div.desc div.row3
{
	padding: 0px 0px 0px 60px;
	text-align: right;
}

div.section div.desc div.row4
{
	padding: 0px 0px 0px 5px;
	text-align: right;
	width: 90px;
	font-size: 12px !important;
}

div.section div.desc div.row5
{
	padding: 0;
	clear: both;
	text-align: right;	
}

div.section div.desc div.row5 a
{
	color: #5E9A2C;
	float: right;
	margin-right: 10px;
}
/*-----------------------------*/

/*Gray container*/
div.gray-container
{
	width: 100%;
	padding: 0;
	margin: 15px 0px 0px 0px;	
	float: left;
	font-size: 11px;
}

div.gray-container-topmost
{
	margin-top: 0px;
}

div.gray-container div
{
	float: left;
}

div.gray-container div.hr
{	
	float: left;
	width: 100%;
	display: block;
}

div.gray-container div.gray-head div,
div.gray-container div.gray-footer div
{
	clear: none;
	background-image: url('/Content/Images/realestatebazaar-sprite.gif');
	height: 11px;
	font-size: 0;
	line-height: normal;
}

div.gray-container div.gray-head div.ltEdge
{
	width: 10px;
	background-position: -600px -4160px;
	background-repeat: no-repeat;
}

div.gray-container div.gray-head div.midEdge
{
	width: 547px;
	background-image: url('/Content/Images/realestatebazaar-background.gif');
	background-position: 0px -101px;
	background-repeat: repeat-x;	
}

div.gray-container div.gray-head div.rtEdge
{
	width: 10px;
	background-position: -750px -4160px;
	background-repeat: no-repeat;
}

div.gray-container div.gray-footer div.ltEdge
{
	width: 10px;
	background-position: -900px -4160px;
	background-repeat: no-repeat;
}

div.gray-container div.gray-footer div.midEdge
{
	width: 547px;
	background-image: url('/Content/Images/realestatebazaar-background.gif');
	background-position: 0px -122px;
	background-repeat: repeat-x;	
}

div.gray-container div.gray-footer div.rtEdge
{
	width: 10px;
	background-position: -1050px -4160px;
	background-repeat: no-repeat;
}

div.gray-container div.gray-body,
div.gray-container div.gray-body-noborder
{
	width: 565px;
	border-left: solid 1px #D9E0E1;
	border-right: solid 1px #D9E0E1;
	margin: 0;
	padding: 0;
}

div.gray-container div.gray-body-noborder
{
	width: 567px;
	border: none 0;
}

div.gray-container div.gray-body div.gray-content
{
	padding: 0px 11px 0px 11px;
}
/*-------------------------------*/

/*Green header*/
div.green-header-home
{
	float: left;
}

div.green-header-home div.ltEdge
{
	width: 37px;
	height: 35px;
	background-image: url('/Content/Images/realestatebazaar-sprite.gif');
	background-position: 0px -4080px;
	background-repeat: no-repeat;	
}

div.green-header-home div.midEdge
{
	height: 19px;
	background-color: #568c22;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 2px 0px 15px;
	margin-top: 6px;
	font-family: Arial Baltic, Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
}

div.green-header-home div.midEdge h3
{
	font-size: 100%;
}

div.green-header-home div.rtEdge
{
	width: 4px;
	height: 24px;
	background-image: url('/Content/Images/realestatebazaar-sprite.gif');
	background-position: -450px -4080px;
	background-repeat: no-repeat;
	margin-top: 6px;
}
/*-------------*/

/*Green header home*/
div.green-header
{
	float: left;
}

div.green-header div.ltEdge
{
	width: 4px;
	height: 21px;
	background-image: url('/Content/Images/realestatebazaar-sprite.gif');
	background-position: -600px -4080px;
	background-repeat: no-repeat;	
}

div.green-header div.midEdge
{
	height: 18px;
	background-color: #568c22;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 2px 0px 15px;
	font-family: Arial Baltic, Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
}

div.green-header div.midEdge h1
{
	font-size: 100%;
}

div.green-header div.rtEdge
{
	width: 4px;
	height: 21px;
	background-image: url('/Content/Images/realestatebazaar-sprite.gif');
	background-position: -900px -4080px;
	background-repeat: no-repeat;	
}

/*Control the green heards width across pages*/
div.quick-links-header-home,
div.section-header-green,
div.section-header-green-profile,
div.section-header-green-fullwidth
{
	line-height: normal;
}

div.quick-links-header-home
{
	width: 485px; /*gray body 565 - Lt Rt green edge 41*/
}

div.section-header-green
{
	width: 542px;
}

div.section-header-green-profile
{
	width: 595px;
}

div.section-header-green-fullwidth
{
	width: 905px;	
}
/*-------------*/

/*Quick links columns*/
div.quick-link-columns
{
	width: 540px;
}

div.quick-link-columns ul
{
	float: left;
	clear: none;
	width: 31%;		
	padding: 0;	
	list-style-type: none;
}

div.quick-link-columns ul.mid
{
	margin-right: 3%;
	margin-left: 3%;
}

div.quick-link-columns ul li
{
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	background: none;
}

div.quick-link-columns ul li.head
{
	font-weight: 600;
	margin-bottom: 5px;
}

div.login-to-my-bazaar a,
div.quick-link-columns ul li a
{
	text-decoration: none;
}
/*---------------------*/

/* Testimonials */
div.testimonials
{
	width: 540px;	
}

div.testimonials div
{	
	clear: none;
	width: 50%;
	margin: 0;
	padding: 0;
}

div.testimonials div p
{
	margin: 0px 0px 15px 0px;
	padding: 0px 5px 0px 5px;
}

div.testimonials div p.border
{
	border-right: solid 1px #B5B8B7;
	margin-right: 10px;
	padding-right: 10px;
}
/*---------------------*/
div.realestate-container
{
	width: 557px;
	padding: 0px 5px 0px 5px;
}

div.ads
{
	float: left;
	margin: 10px 0px 0px 0px;
}

div.property-right-small-ads-section
{
	float: right;
	clear: none;
	margin: 30px 0px 0px 0px;
}

.justified
{
	text-align: justify;
}

img.login
{
	border: none 0;
}

/*tmp banana*/
div.feature-search,
div.feature-rent,
div.feature-place-ads
{
	background-image: url('/Content/Images/banana.gif');
	background-repeat: no-repeat;
	width: 175px;
	height: 109px;
	padding: 0 !important;
	margin: 10px 9px 5px 0px;
	left: 12px;
	position: relative;
	float: left;
}

div.feature-search
{
	background-position: -4px -344px;
}

div.feature-rent
{
	background-position: -186px -344px;
}

div.feature-place-ads
{
	background-position: -367px -344px;
	margin-right: 0px;
}

div.feature-search2
{
	background-position: -4px -116px;
}

div.feature-rent2
{
	background-position: -186px -116px;
}

div.feature-place-ads2
{
	background-position: -367px -116px;	
}

div.feature-search a,
div.feature-rent a,
div.feature-place-ads a
{
	width: 175px;
	height: 105px;
	display: block;
	outline-style: none;
	text-decoration: none;
}
/*--------------------------------------*/

/*Advertisements*/
.property-search .realestate-advertisements,
.directory-search .realestate-advertisements
{	
	float: left;
	clear: none;
	width: 295px;
	background-color: #FFFFFF;
	padding: 5px 0px 0px 0px;
	margin: 0;
}

.property-search .realestate-advertisements img,
.directory-search .realestate-advertisements img
{
	max-width: 295px;
	margin-top: 10px;
}
/*----------*/

.realestate-bazaar-checklist ol,
.realestate-bazaar-checklist ul
{
	list-style-position: inside;
}

.realestate-bazaar-checklist ol li
{
	margin-bottom: 10px;
}
.realestate-bazaar-checklist ul li
{
	margin-bottom: 0px;
}

.realestate-bazaar-checklist ul
{
	list-style-type: disc;
}

.realestate-bazaar-checklist ol li ul
{
	margin: 0px 0px 5px 15px;
}

span.beta
{
	float: left;
	display: block;
	position: relative;
	left: 0%;
	top: -3px;
	width: 60px;
	height: 35px;	
	background-image: url('/Content/Images/beta.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.gray-note
{
	color: #a29a9a;
}

/*Agent profile page*/
div.profile-introduction
{
	width: 612px;
	padding: 0px 0px 0px 4px;
}

div.profile-introduction div
{
	
}

.agent-quicklinks ul
{
	float: left;
	clear: none;
	width: 140px;
	margin-right: 20px;
}

.agent-quicklinks ul li
{
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0px 5px 0px 5px;
	background-color: #f6f6f6;
	font-size: 0.9em;
}

.agent-quicklinks ul li.head
{
	padding: 2px 5px 2px 5px;
	background-color: #7c807f;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: 600;
}

div.additional-property-list
{
	border-top: solid 1px #758e4a;
	padding: 5px 0px 5px 10px;
	background-color: #edece7;
	color: #333331;
	width: 650px;
}

div.additional-property-list h4
{
	font-size: 1.3em;
	margin: 10px 10px 10px 0px;
}

div.additional-property-list ul
{
	float: left;
	clear: none;
	width: 120px;
	margin-right: 10px;
}

div.additional-property-list ul li
{
	line-height: 14px;	
	list-style-position: outside;
	text-align: left;
}

div.additional-property-list ul li a
{
	font-weight: 600;
	color: #336600;
}
/*------------------*/

/*terms-and-conditions*/
.terms-and-conditions
{
	line-height: 11px;
}

.terms-and-conditions ul,
.terms-and-conditions ol
{
	list-style-position: inside;
}

.terms-and-conditions ul
{
	list-style-type: lower-alpha;
}

.terms-and-conditions ol
{
	list-style-type: decimal;
	margin-left: 15px;
}
/*--------------------*/

/*erroe*/
.error-highlight
{	
	border: solid 1px #FF0000;
}

.error-message
{
	margin: 5px 0px 2px 0px;
	color: #FF0000;
}
/*--------------------*/

.profile-location-map
{	
	width:212px;
	height:250px;
}

.profile-location-map div
{
	float: inherit !important;
	line-height: normal;
}

.profile-location-map span
{
	font-size: 8px;
}

.property-location-map
{	
	width: 270px;
	height: 390px;
	margin: 5px 0px;
}

div.property-location-map div
{
	float: none;
}

/*property-image-gallery*/
div.property-summary
{	
	float: left;
}

div.property-image-gallery
{
	width:290px;
	float: left;
	width: 480px;
}

div.property-image-gallery div
{
	margin: 0px 0px 5px 0px;
}

div.property-image-gallery .larger-panel
{
	text-align: center;
	background-color: #EEEEEE;	
}

div.property-image-gallery .photo-links,
.header-link
{
	padding: 5px;
	background-color: #EEEEEE;	
}

div.property-image-gallery .photo-links a,
.header-link a
{
	font-weight: normal;
	color: #4C7A1D;
	margin: 0px 5px 0px 0px;
}
/*----------------------*/

/*property-detail-info*/
.property-detail-info
{
	width: 240px;
	float: left;
	margin: 0px 0px 5px 15px;
	color: #333333;
}

.property-detail-info .property-stats,
.property-detail-info .extra
{
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px 5px 0px;	
}

.property-detail-info .extra
{
	margin: 0px 0px 10px 0px;
}

.property-detail-info .extra ol
{
	list-style-type: none;	
}

.property-detail-info .extra ol li
{
	margin: 5px 0px 0px 0px;
	line-height: 1.3em;	
}

.property-detail-info a
{
	color: #336600;
	font-weight: 600;
}

.property-detail-info a.green-button-mid
{
	text-decoration: none;
	padding: 1px 0px 0px 0px;
}

.property-detail-info a.green-button-mid:hover
{
	color: #ffffff;
}
/*--------------------*/



/*Agent report*/
div.agent-dashboard ul,
div.agent-dashboard ul li
{
	display: inline;
	float: left;
	clear: both;
}

div.agent-dashboard ul
{
	clear: none;
	margin: 0px 10px 0px 0px;
}

div.agent-dashboard ol
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.agent-dashboard ol li
{
	clear: both;
	float: left;
}
/*------------*/

/*table grid*/
ol.grid
{
	list-style-type: none;
}

ol.grid li
{
	float: left;
	clear: both;
}

ol.col5 li ul li
{
	display: block;
	width: 120px;
}

ol.col5 li ul li.title
{
	width: 250px;
}

ol.col5 li ul li.id
{
	width: 100px;
}

ol.grid li.grid-header ul li
{	
	font-weight: 600;
	background-color: #578C22;
	color: #ffffff;
}

ol.grid li ul
{
	margin: 0;
	padding: 0;
	clear: both;
}

ol.grid li ul.alter li
{
	background-color: #e6f4d9;
}

ol.grid li ul li
{
	clear: none;
	padding: 2px 5px 2px 5px;
}

ol.grid li ul li input.rank
{
	width: 80px;
	padding: 1px;
}
/*------------*/

/*Hot Property*/
div.hot-property .property
{
	width: 270px;
	height: 90px;
	overflow: hidden;	
	float: left;
	clear: none;
	line-height: normal;
}

div.hot-property .property a,
div.hot-property .property span
{
	float: left;
	clear: none;
}

div.hot-property .property a.image
{
	display: block;
	width: 72px;
	height: 72px;
	overflow: hidden;
	line-height: normal;
}

div.hot-property .property a.title
{
	width: 180px;
	margin: 0px 0px 5px 5px;
	color: #326601;
	font-weight: 600;
}

div.hot-property .property span
{
	width: 180px;
	margin: 0px 0px 3px 5px;
	color: #4d4c4c;
	font-size: 0.9em;
}

div.hot-property a.green-button-mid
{
	float: right;
	line-height: normal;
	font-size: 10px;
	font-weight: 600;
	text-decoration: none;	
	padding: 1px 0px 0px 0px;	
}

div.hot-property a.green-button-mid:hover
{
	color: #ffffff;	
}
/*------------*/

/*Recent Listing*/
.recent-property-listing
{
	padding: 0px 5px;
}

.recent-property-listing div.property
{
	width: 523px;
	padding: 7px 10px;	
	margin: 0;
	clear: both;
	background-color: #f2f2f2;
	border-top: solid 1px #ffffff;
	border-right: none 0px;
	border-bottom: solid 1px #e4e4e4;
	border-left: none 0px;	
}

.recent-property-listing div.property div
{
	line-height: normal;
	float: left;
	clear: none;	
}

.recent-property-listing div.first
{
	border-top: none 0px;	
}

.recent-property-listing div.last
{
	border-bottom: none 0px;
}

div.property div.property-title
{
	width: 180px;
	padding-right: 15px;
}

div.property div.property-title p
{
	color: #ababab;
	margin: 5px 0px 0px 0px;
	font-size: 10px;
}

div.property div.property-description
{
	width: 328px;
}

.recent-property-listing div.property .property-title a
{
	color: #568c22;
	font-weight: 600;
	text-decoration: underline;	
}

.recent-property-listing a.green-button-mid
{
	float: right;
	clear: none;
	padding: 1px 0px 0px 0px;
	line-height: normal;
	font-size: 10px;
	font-weight: 600;	
	text-decoration: none;	
}

.recent-property-listing a.green-button-mid:hover
{
	color: #ffffff;	
}

.recent-property-listing a.rss-button
{
	float: left;
	clear: none;
	padding-left: 20px;
	color: #999999;
}

.recent-property-listing a.rss-button:hover
{
	color: #336600;
}
/*--------------*/

/*--RSS--*/
a.rss-button16x16
{	
	height: 16px;	
	background-image: url('/content/images/realestatebazaar-sprite.gif');
	background-repeat: no-repeat;
	background-position: -150px -3480px;
}
/*------*/

.header-link a.selected
{
	font-weight: 600;
}

/*profile news*/
ul.profile-news
{
	width: 610px;	
}
/*------------*/

.detail-html p
{
	margin: 10px 0px;
}

.detail-html ul,
.detail-html ol
{
	margin: 10px 0px;
	padding: 0px 0px 0px 5px;
	list-style-position: inside;
}

.detail-html ul
{
	list-style-type: disc;
}

.detail-html ol
{
	list-style-type: decimal;
}

.detail-html ul li
{
	font-size: 10px;	
	display: list-item;
	margin: 3px 0px;
}