/*	Desc: *design for open-realty* 
    Screen Style Sheet: *screen.css*
	Author: *Removed for compertison*
	Date: *27-Oct-2007*
	+ Colours
	- *colour hex* *colour name* (*purpose*)

Colours	+ CV
		- #4a4339 light brown (bg)
		- #fa0 ornage (links)
		- #fff white (text)

		+ PORTFOLIO
		- #000 black (bg)
		- #f0a magenta (links)
		- #fff white (text)


=== === === === === === === === === === */

/* MAIN TYPOGRAPHY */

strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; color:#4a4a45;}
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 12px; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* FORMS */
#class_search_form {padding: 20px 0 0 0;}
fieldset { border: 1px solid #695F4C; font-size:18px; }
legend { background: #464544; color: #FFF;padding:5px 5px 5px 5px }
textarea, input[type='text'], select { border: 1px solid #999; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #588cb1; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #588cb1; outline: 2px solid #588cb1; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }



/* MARGINS & PADDINGS */

.content blockquote *:first-child { margin: .8em 0; }
/*
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, 
.content table, .content form { margin-bottom: 1.6em; }
.content p+p { margin-top: -.8em; }
 NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */

.content h1 { margin: 0 0 .5em;  }
.content h2 { margin: 1.07em 0 .535em; }
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }

.content th, .content td { padding: 0 }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
.content legend { padding-left: .8em; padding-right: .8em; }
.content legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
.content textarea, .content input { padding: .3em .4em .15em .4em; }
.content select { padding: .1em .2em 0 .2em; }
.content option { padding: 0 .4em; }
.content a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul { margin-left: 1.5em; }
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }
.content form div { margin-bottom: .8em; }

/* END CSS RESET FOR MAIN CONTENT */

/*=STRUCTURE
=== === === === === === === === === === */

* { }

body {
	font-family: Tahoma,Verdana,Geneva,Arial,helvetica,sans-serif;
	background-image: url(images/bg.jpg);
	background-color: #edede5;
	background-repeat: repeat-x;
	padding:0;
	margin:0;
}

#wrapper { 
 margin: 0 auto;
 width: 1000px;
 padding:33px 0 0 0 ;
}

#mborder {
 padding:0;
	margin:0;
	border:0px solid #cccccc;
	width:1000px;
/*	background-color:#f3f3eb; */

}

#faux {
	background-color:#f3f3eb;
 width: 100%;
	margin:0;
	padding: 0;
	border: 0px solid #cccccc;
}
#header {
	background-color:#383838;
 color: #333;
 height: 244px;
 margin: 0;
 padding: 0;
	border-bottom: 5px solid #e0ddcc;
	background-image: url(images/header-bg.gif);
background-repeat:repeat-x;
}

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 0px;
 float: left;
 display:none;
}
#fullcolumn { 
padding:0 0 20px 25px;
margin:0;
width:973px;
border:1px solid #f3f3eb;
overflow:visible;
}
#rightcolumn { 
 color: #333;
 margin: 0;
 padding:40px 15px 20px 15px  ;
	float:right;
 position: relative;
	border:1px solid #cccccc;
}

#footer {
	font-family: Tahoma,Verdana,Geneva,Arial,helvetica,sans-serif;
	color: #5a5854;
	font-size: 10px;
	padding:0; margin:0;
	line-height: 1.5em;
 clear: both;
}
.clear { clear: both; background: none; }


/*=TYPOGRAPHY
=== === === === === === === === === === */
h1 {

}
h2 {

}
h3,
h4 {

}
p {

}

/* ceo headers */
h1 { font-size: xx-large; }
h2 { font-size: x-large; }
h3 { font-size: 20px; }
h1, h2, h4, h6 { font-weight: bold; }
h5, h6 { margin-top: 1em; }



.copyright {
text-align: center;
font-size: 9px;
padding: 3px;
color: #cccccc;
}

input , textarea {
}


/*=COMMON
=== === === === === === === === === === */
img {
border: 0;
}

img {
	border: 0px solid #847A67;
}
img.float-right {
  padding: 5px;
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  padding: 5px;
  margin: 5px 15px 5px 0px;
}

a img {  
  border: 0px solid #847A67; 
  padding: 0px;
  margin: 0;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #eee;    
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px; 	padding: 0 0 0 5px;  	
  	background: #FAFAFA; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #464544;	
}

a {
color: #464544;
text-decoration: underline;
}

a:hover {
text-decoration: underline;
color: #464544;
}


/*=MASTHEAD
=== === === === === === === === === === */
#masthead-m {

}


#nav-top{ /*  */
float: right;
background: #464544;
margin:  10px 0 10px 0px;
padding: 10px 0 10px 0px;
}

#nav ul{
position: absolute;
margin: 10px 10px 0 0;
padding: 0px 10px 0 0px;
text-align: left;
}

#nav li {
list-style: none;
display: inline;
color: #fff;
text-align: left;
margin:  10px 5px 10px 5px;
padding: 10px 5px 10px 5px;
}

#nav a {
text-decoration: none;
color: #fff;
}

#nav a:hover {
text-decoration: underline;
color: #D4CAB6;
}


/*=NAVIGATION
=== === === === === === === === === === */
#navigation-m {

}
.categories h2{
  padding: 4px 0 5px 35px;
font-size: 16px;
color: #fff;
margin:0;
}

#dhtmlgoodies_menu {
font-family:arial;
width:219px;
}

#dhtmlgoodies_menu li {
list-style-type:none;
margin:0;
}

#dhtmlgoodies_menu ul li ul {
padding-left:10px;
}

#dhtmlgoodies_menu li a {
/*
color:#000;
height:20px;
line-height:20px;
vertical-align:middle;
border:0 solid #000;
background-color:#FAFAFA;
display:block;
margin:1px;
padding:1px;
*/
text-decoration:none;
height:20px;
line-height:20px;
display:block;
background: #D4CAB6;
border-top: 1px solid #F4EFDF;
list-style: none;
font-size: 12px;
padding: 7px 0 8px 35px;
}

.dhtmlgoodies_subMenu {
visibility:hidden;
position:absolute;
overflow:hidden;
border:0px solid #000;
background-color:#FAFAFA;
font-family:arial;
text-align:left;
}

.dhtmlgoodies_subMenu ul li {
list-style-type:none;
margin:0;
padding:1px;
}

.dhtmlgoodies_subMenu ul li a {
font-size: 12px;
white-space:nowrap;
text-decoration:none;
color:#000;
height:16px;
line-height:20px;
display:block;
padding:9px 11px 9px 11px;
background-color: #D4CAB6;
}

#dhtmlgoodies_menu ul,.dhtmlgoodies_subMenu ul {
margin:0;
padding:0;
}

#dhtmlgoodies_menu li a:hover,#dhtmlgoodies_menu .activeMainMenuItem,.dhtmlgoodies_subMenu ul li a:hover {
color:#695F4C;
/*background-color:#317082;*/
text-decoration:underline;
}



.featurebox {
color:#464544;
border-top:1px solid #d7d7d7;
background-color:#dfdcce;
margin:0 0 1.5em;
padding:15px 20px 20px;
text-align:left;
}

.featurebox p,.featurebox h1,.featurebox h2,.featurebox h3,.featurebox h4,.featurebox h5,.featurebox h6 {
border-bottom:1px solid #333333;
color:#464544;
margin:0 0 .3em;
}

.featurebox p {
border:none;
color:#444;
margin:0 0 1em;
}

.featurebox a {
font-weight:700;
font-size:90%;
}

hr {
height:1px;
background-color: #cccccc;
margin:0 0 5px 0 ;
border:0px solid #cccccc;
padding:0 0 00 ;
}

hr.sb  {
background:#847A67;
height:1px;
color:#847A67;
border:none;
margin:1em 0;
}



/*=CONTENT
=== === === === === === === === === === */

.content h1, h2, h3, h4, h5, h6 {
color: #333333;
font-weight: bold;
}

.content{ 

}


/*=FOOTER
=== === === === === === === === === === */
#footer-m {

}

#footer a {
color: #5a5854;
font-size: 10px;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
color:#403e3b;
}

/*=PRINTER
=== === === === === === === === === === */

@media print{
/*hide the left column when printing*/
#leftcolumn{display:none;}
#rightcolumn{border-left:0;}
}

/*=OTHER
=== === === === === === === === === === */

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center {	text-align: center; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }



/* THIS IS SECTION IS FOR OPEN REALTY */

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

td a, a:hover{


}

input, select, form {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

.search_results {
width:100%;

}



.view_users { width:100%; }

/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/



#membernav {
	text-align:right;
	padding:0 0 10px 0;
	margin:0;
 font-size:11px;
}
#membernav a {
}
#membernav a:hover {
text-decoration:underline;
color:#333333;
}
#logoarea {
position: relative;
float:left;
margin:  0; 
padding: 0; 
color: #FFFFFF;
width:980px;

}
#logoarea h1 {
font: bold 24px "arial narrow", arial, sans-serif;
margin: 0;
padding: 0;
}
#logoarea p {
margin: 0;
padding: 0;
font-weight: bold;
}
#logo {
width:360px;
float:left;
padding: 0 0 0 40px;
}

#navmenu{
position: relative;
top:17px;
float:right;
width:375px;

}
#navmenu a {
	color:#FFFFFF;
	text-decoration:none;
}
#navmenu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#callout {
	position:relative;
	float:left;
	left:64px;
	top:50px;
	width:490px;
	color:#FFFFFF;
	font-size:26px;
	clear:both;
}

#topnav {
	text-align:left;
	float: right;
	position:relative;
	padding:10px 0 0 0 ;
	right:0px;
	width:290px;
	color:#FFFFFF;
	font-size:14px;

}
#topnav a {
	color:#FFFFFF;
	text-decoration:none;
}
#buttonholder {
	float: left;
	position:relative;
	width:200px;
	background-image:url(../images/v2/badge-bg.jpg);
	background-repeat:no-repeat;
	padding:0;
/*	margin: 20px 100px 16px 16px; */
	}
.button {
 padding:0 0 2px 0 ;
	margin:0;
}
.buttontext {
	padding: 0 0 3px 0;
	margin:  0;
	float: left;
	position:relative;
	width:237px;
	z-index:10;
 font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #ffffff;
 font-size:11px;
	font-weight:bold;
}
textarea#neighborhoodsearch  { font-size:12px;  border: 0px solid #695F4C; background: #fff; }
input[type='text']#neighborhoodsearch  { font-size:12px;  border: 0px solid #695F4C; background: #fff; }
select#neighborhoodsearch  { font-size:12px;  border: 0px solid #695F4C; background: #fff;}
textarea:hover#neighborhoodsearch  { border: 0px solid #000; }
input[type='text']:hover#neighborhoodsearch  { border: 0px solid #000; }
input[type='password']:hover#neighborhoodsearch  { border: 0px solid #000; }
select:hover#neighborhoodsearch  { border: 0px solid #000; }
textarea:focus#neighborhoodsearch  { border: 0px solid #000;  outline: 0px solid #669900; }
input[type='text']:focus#neighborhoodsearch  { border: 0px solid #000;  outline: 0px solid #669900; }
input[type='password']:focus#neighborhoodsearch  { border: 0px solid #000;  outline: 0px solid #669900; }
select:focus#neighborhoodsearch  { border: 0px solid #000;  outline: 0px solid #669900; }

#searchlistingsbutton {
color:#fff;
float:left;
font-weight:bold;
font-size:14px;
text-align:center;
background-color:#e67600;
margin:5px;
padding:5px;
width:170px;
height:30px;
border:0px solid #ccc;

}
#searchlistingsbutton:hover {
background-color:#f47d00;
}


#searchlistingsbuttonviewall {
color:#fff;
float:right;
font-weight:bold;
font-size:14px;
text-align:center;
background-color:#333333;
border:0px solid #ccc;
margin:5px;
padding:7px 5px 3px 5px ;
width:170px;
height:20px;
cursor:hand;text-decoration:none;
}
#searchlistingsbuttonviewall a {
padding:0;margin:0;text-decoration:none;
}

#searchlistingsbuttonviewall:hover {
background-color:#000;text-decoration:none;cursor:hand;
}

#searchcustomsearch {
color:#fff;
font-weight:bold;
font-size:10px;
text-align:center;
background-color:#333;
border:1px solid #dedede;
border-top:1px solid #eee;
border-left:1px solid #eee;
margin:10px 0 0 0;
padding:5px 10px 6px 7px;
width:152px;
display:inline;text-decoration:none;
}
#searchcustomsearch a  {
cursor:hand;text-decoration:none;
}

#searchcustomsearch:hover {
background-color:#000;cursor:hand;text-decoration:none;

}




#footercopyright{
 font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #aaaaaa;
 font-size:10px;
 line-height: 2em ;
	height:2em;
	width:100%;
	background-color:#edede4;
		border-top: 1px solid #d7d6d1;

}
.linebeige {

}
#contentinside {
	position:relative;
}

.contentbg {
	background-color:#f3f3eb;
}
.slideshow{

 float:left;
	padding:0;
	margin:20px 0 20px 20px ;
}
.hometext {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #383735;
 font-size:14px;
 float:right;
	width:400px;
	padding:55px 66px 0 0 ;
	margin:0;
	line-height:1.7em;
	text-align:justify;
	border:0px solid #ccc;

}
.subheadline {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight:bold;
	color: #444;
 font-size:20px;
}
.subtext {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #383735;
 font-size:14px;
 float:right;
	width:430px;
	padding:115px 66px 20px 0 ;
	margin:0;
	line-height:1.5em;
	text-align:justify;
/*			border: 1px solid #d7d6d1; */

}
.subtextright {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #383735;
 font-size:14px;
 float:right;
	width:410px;
	padding:115px 66px 20px 0 ;
	margin:0;
	height:320px;
	line-height:1.5em;
	text-align:justify;

}

.subtextleft {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #383735;
 font-size:14px;
 float:left;
	width:390px;
	padding:115px 0 0 65px ;
	margin:0;
	height:320px;
	line-height:1.5em;
	text-align:justify;
}

.subtextleftclientlist {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #383735;
 font-size:14px;
 float:left;
	width:380px;
	padding:50px 0 20px 20px ;
	margin:0;
	line-height:1.5em;
	text-align:justify;
}

.subtextleftclientlist p {
	padding:0;
	margin:0;
}

.subtextrightclientlist {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #383735;
 font-size:14px;
 float:right;
	width:370px;
	padding:50px 56px 20px 30px; ;
	margin:0;
	line-height:1.5em;
	text-align:justify;

}

.subtextrightclientlist p {
	padding:0;
	margin:0;
}


.subtextleftcontact {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #383735;
 font-size:14px;
 float:left;
	width:250px;
	padding:50px 0px 20px 15px ;
	margin:0;
	line-height:1.5em;
	text-align:justify;
}

.subtextrightcontact {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #383735;
 font-size:14px;
 float:right;
	width:550px;
	margin:20px 40px 20px 0 ;
	padding:0;
	line-height:1.5em;
	text-align:justify;
	border:2px solid #cccccc;
	background-color:#e0dccd;
}
.maplink  a {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #31302e;
 font-size:10px;
 float:right;
}

#containerstores {
	padding:50px 0 20px 60px ;
	margin:0;
	width:590px;
	float:left;
}
#embeddedgooglemap {
width:670px; height:350px;
border:1px solid #666;
}

#subtextlistingright {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #383735;
 font-size:14px;
 float:right;
	width:250px;
	padding:120px 66px 20px 0 ;
	margin:0;
	height:320px;
	line-height:1.5em;
	text-align:justify;
}
#multiple_options_caption {
width:136px;
overflow:visible;
text-align:left;
float:left;
border:0px solid #ccc;
padding: 0 10px 0 0;
}
#multiple_options {
padding: 0 0 0 0px;
border:0px solid #ccc;
clear:both;
}
#multiple_options ul {
margin:0;
padding:0;
list-style-type:disc;
display: inline;
}
#multiple_options li {
margin:0 0 0 20px;
}


#listingcaption {
width:140px; /* change the multiple_options_caption width also! */
overflow:visible;
text-align:left;
float:left;
border:0px solid #ccc;
padding: 0 5px 0 0;
}
#listingcaptiondesc {
width:99%;
border:0px solid #ccc;
}

#listingvalue {
width:99%;
overflow:visible;
float:left;
text-align:left;
border:0px solid #ccc;
padding:0 0 2px 0 ;
clear:both;
}
#one_options {
overflow:visible;
float:left;
text-align:left;
border:0px solid #ccc;
padding:0 0 2px 0 ;


}



#listingtable {
width: 100%;
}


.listingrow {
	background-color:#fdfdf5;
	border-top:1px solid #5c5a56;
	border-bottom:1px solid #5c5a56;
}

.listingaddress {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #383838;
 font-size:24px;
	padding: 0 0 6px 80px ;
	margin:0;
}
.listingaddress a {
	color: #383838;
}


.listingimage {
	width:120px;
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #383838;
 font-size:10px;

}

.listingdetailimage {
	border:1px solid #5c5a56;
}
.listingrowimage {
	width:120px;
	background-color:#fdfdf5;
	border-top:1px solid #5c5a56;
	border-bottom:1px solid #5c5a56;
}

#listingheader {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #383838;
 font-size:24px;
	font-weight:bold;
	padding: 0 0 10px 0 ;
	margin:0;

}
#listingheaderprimary {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #383838;
 font-size:20px;
	font-weight:bold;
	padding: 0 0 5px 0 ;
	margin:0;
}


.listinginformation {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #383838;
 font-size:12px;
	padding: 0 0 0 80px ;
	margin:0;
}
.listingneighborhood  {
	color: #666666;
	padding: 0 0 4px 80px ;
 font-size:11px;
	font-weight:bold;
	margin:0;

}

.listinginformation a {
	color: #383838;
}

.listingattributelabel {
	color: #383838;
	 font-size:10px;
		font-weight:bold;
	padding: 0;
	margin:0;
}
.listingcontact {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #333333;
 font-size:16px;
		font-weight:bold;

}
.listingcontact a  {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #333333; 
 font-size:16px;
	font-weight:bold;
}
.listingcontact a:hover {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #333333; 
 font-size:16px;
	font-weight:bold;
}
#pagefooter {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #5a5854; 
 font-size:11px;
 padding: 10px 5px 0 30px ;
	margin: 0 0 0 0;
	line-height:1.5em;
}

#pagefooter a {
	text-decoration: none;	
}
#pagefooter a:hover {
	text-decoration: underline;	
}


#pagefooter td{
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #5a5854;
	font-size:11px;
	text-decoration: none;	
}
.topofpage {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #333333;
	font-size:10px;
}
.topofpage a{
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #333333;
	font-size:10px;
}
#editlink {
padding:10px 30px 10px 30px ;
margin: 0;
width:150px;
background-color:#333;
font-size:18px;
border:1px solid #dadada;
clear:both;
}
#editlink p {
font-size:11px;
color:#fff;
margin: 0;
padding:0;
}
#editlink strong {
font-size:11px;
color:#fff;
}


#editlink a {
color:#FF3300;
margin: 0;
padding:0;

}
#editlink a:hover {
text-decoration:underline;
margin: 0;
padding:0;
}

.listing_details {
padding:0 0 15px 0 ;
}
.listing_details td {
}
.listing_details td a {
text-decoration:none;
}
.listing_details td a:hover {
text-decoration:underline;
}


.listing_details strong {
color:#444444;

}
.listing_details img {
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #b3b3b3;
border-bottom:1px solid #b3b3b3;
}
.listing_details h3 {
margin: 0;
padding: 20px 0 10px 0 ;
color:#444444;
font-size:20px;
}
.listing_details h4 {
display: inline;
color:#444444;
font-size:11px;
}
#delete_from_favorite {
padding:10px 0 0 0;
margin:0 0 0 0;
vertical-align:bottom;
font-weight:bold;

}
#delete_from_favorite a {
font-size:12px;
}
#listing_container {
background-color:#fdfdf5;
padding:0 0 0 7px;
margin:0;
width:945px;
line-height:1.1em;
}
#listing_agent_detail_info {
float:left;
width:650px;
padding:20px 0 20px 0;

}
#listing_description {
width:650px;
}
#listing_description strong {
display:block;
}

#listing_tools {
}

.anylinkcss {
position:absolute;
visibility: hidden;
border:1px solid #333;
border-bottom-width: 1px;
font-family: Arial,Verdana,Geneva,helvetica,sans-serif;
font-size:14px;
line-height: 16px;
z-index: 100;
background-color: #555555;
padding:0; margin:0;
width: 187px; }

.anylinkcss a { width: 100%; display: block; text-indent: 10px; padding: 1px 0; text-decoration: none; border:0px; color:#FFF; text-decoration:none; }
.anylinkcss a:visited { width: 100%; display: block; text-indent: 10px; padding: 1px 0; text-decoration: none; border:0px; color:#FFF; text-decoration:none; }
.anylinkcss a:active { width: 100%; display: block; text-indent: 10px; padding: 1px 0; text-decoration: none; border:0px; color:#FFF; text-decoration:none; }
.anylinkcss a:hover{ background-color: #FFF; font-weight: bold; color:#333; border:0px; text-decoration:none;}


#homeslideshow {
border:0px solid #ccc;
}

#homeneighborhoods {
border:0px solid #ccc;
padding:20px 0 0 0 ;
display:none;
}

#homeneighborhoods .left {
float:left;
width:30%;
padding:0 0 0 10px ;
}
#homeneighborhoods .left a {
	text-decoration:none;
}
#homeneighborhoods .left a:hover {
color:#000000;
text-decoration:underline;
}

#homeneighborhoods .right {
float:left;
width:30%;
padding:0 0 0 10px ;
}
#homeneighborhoods .right a {
text-decoration:none;
}
#homeneighborhoods .right a:hover {
color:#000000;
text-decoration:underline;
}
.view_favorites {
padding:10px 0 0 0  ;
margin:0;
}
.edit_users  {
	padding:10px 0 0 0 ;
	margin:0;
}
.note  {
	padding:10px 0 0 0 ;
	margin:0;
}

/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/

.agentname {
font-size:16px;
}
.agentname h3 {
line-height:1em;
}

.agentname a {
text-decoration:none;
}
.agentname a:hover {
text-decoration:none;
}

.agentdetails {
font-size:14px;
}
.agentcontact {
}
.agentcontact a {
text-decoration:none;

}
.agentcontact a:hover {
text-decoration:underline;
}

