@charset "utf-8";
#dhtmltooltip
{
	border: #666 2px solid;
	padding: 5px;
	font-size: 10pt;
	z-index: 100;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
	left: -300px; top:0px;
	visibility: hidden;
	font-family: Arial;
	position: absolute;
	background-color: lightyellow;
	width: 300px;
	text-align:left;
}
#dhtmlpointer
{
	z-index: 101;
	left: -300px; top:0px;
	visibility: hidden;
	position: absolute;
}

/*-- Div xổ ra tỉnh thành phố --*/
#chooseCity {
	width:300px;
	position:absolute;
	border:2px solid #64a732;
	padding:10px;
	background:#d8f6c2 url(../images/i_close.gif) no-repeat 98% 6px;
	z-index: 100;
	display:none;
}
#browersCity {
	width:300px;
	position:absolute;
	border:2px solid #64a732;
	padding:10px;
	background:#d8f6c2 no-repeat 98% 6px;
	z-index: 100;
	display:none;
}
#chooseTypeEstate {
	width:300px;
	position:absolute;
	border:2px solid #64a732;
	padding:10px;
	background:#d8f6c2 url(../images/i_close.gif) no-repeat 98% 6px;
	z-index: 100;
	display:none;
}
#detailEstate {
	width:300px;
	position:absolute;
	border:2px solid #CCCCCC;
	padding:10px;
	background:#F7F7F9 url(../images/i_close.gif) no-repeat 98% 6px;
	z-index: 100;
	display:none;
}

hr { 
	margin:3px 0px;
	*margin: -4px 0px;
	padding: 0px;
	border: 1px dotted #D9DFEE;
	height:1px;
}