
/*-- Div xổ ra tỉnh thành phố --*/
#chooseCity {
	width:380px;
	position:absolute;
	border:2px solid #ff9c26;/*#eb8a00;*/
	padding:10px;
	background:#ffffec url(../Image/i_close2.gif) no-repeat 98% 6px;
	z-index: 100;
	display:none;
	font-size:12px;
}

#chooseCity .AllCity {
	text-align:center;
}

#chooseCity .AllCity a {
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #000;
}

#chooseCity .AllCity a:hover {
	text-decoration: underline;
	color: #ff9c26;/*#c00;*/
}

#chooseCity .Region {
	font-size:13px;
	font-weight:bold;
	color: #ff9c26;/*#d34a00;*/
	padding-bottom: 3px;
}

#chooseCity .RegionPanel {
	width: 125px;
	text-align: left;
	float: left;
}

#chooseCity .RegionPanel div {
	padding: 2px;
}
#chooseCity .RegionPanel div a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}

#chooseCity .RegionPanel div a:hover {
	color: #ff9c26;		/*#c00; */
	text-decoration: underline;
}
