/* CSS Document */
/* Comparison Tool dropdown styles */
.compare-header{
	font-family:verdana,tahona,arial;
	color:#ffffff;
	font-size:10px;
	background-color:#000000;
}
.cwidth{
	width:223px;
}

#compareBox { position:absolute; height:16px; width:223px; background-color:#000000; white-space:nowrap; border:#000000 1px solid; z-index:10; font-weight:normal;
			  }

#compareBtn { display:block; height:16px;  width:165px; float:left; background-repeat:no-repeat; background:url('images/buttons/btn_compareproperties_up.gif'); cursor:pointer;float:left;width:129px;padding-right:35px; }

#compareBtn a span { display:none; }

#compareCount { float:left; }
#compareCount { margin:1px 5px 0px 0px; top:322px; font-size:10px; font-weight:normal; color:#E0DFDF; }


#compareTool { position:absolute; width:223px; height:390px; border:1px solid #333333; background:#EADB98; z-index: 10; }

#compareInstruct { position:relative; top:4px; left:4px; width:213px; height:60px; background:#F2ECBC; }
#compareInstruct p { margin:6px; font-weight:normal;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10px;}

#compareShadow { position:relative; top:8px; }

#compareButtons	{ position:relative; top:8px; left:26px; width:182px; height:18px; white-space:nowrap; }
#compareButtons div { float:left; display:inline;}


#compareItemBox { position:relative; top:10px; left:3px; width:215px; height:268px; border:1px solid #666666;
	overflow: auto;
	background-color:#FBF8E6;
	z-index:100; }
.compareBgTan { background-color:#F2ECBC; padding:5px 2px 5px 2px; }
.compareBlank { background-color:#F2ECBC; padding:0px 0px 0px 2px; }
.compareDot { background:url(images/compare_dot.gif); height:2px; }
.compareLbl { margin:6px 0px 5px 2px; }
#compareText p { margin:0px 0px 3px 8px; font-size:11px; font-weight:bold; }
#compareText a { font-size:10px; font-weight:bold; text-decoration:none; color:#527597; }

.compare-address{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
}
/* Comparison Tool dropdown styles ends here */

