@charset "utf-8";

.selectUI {
	background-color: #FFFFFF;
	position: absolute;
	z-index: 1000;
	width: 110px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6699cc;
	border-right-color: #6699cc;
	border-bottom-color: #6699cc;
	border-left-color: #6699cc;
	overflow: hidden;
}
.selectUI a {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	display: block;
	width: 100%;
	text-decoration: none;
	height: 18px;
	float: left;
}
.selectUI a:hover {
	background-color: #0000FF;
	color: #FFFFFF;
	height: 18px;	
}
.selectUI a:active {
	background-color: #0000FF;
	color: #FFFFFF;
	height: 18px;	
}
.cityUI {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	height: 200px;
	width: 340px;
	overflow: visible;
	color: #666666;
	padding: 5px;
	position: absolute;
	z-index: 1000;
	display: none;
}
.cityUI a {
	color: #666666;
	text-decoration: none;
}
.cityUI .head {
	width: 100%;
	overflow: visible;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
.cityUI .cityUI_content {
	float: left;
	width: 100%;
}
.cityUI .head .left {
	float: left;
}
.cityUI .head .right {
	float: right;
}
.cityUI .cityUI_content ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 320px;
	overflow: visible;
}
.cityUI .cityUI_content li {
	float: left;
	width: 80px;
	text-align: center;
}
.cityUI .cityUI_content ul li a {
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.businessCard {
	height: 194px;
	width: 358px;
	overflow: hidden;
	border: 1px solid #99ccff;
	background-image: url(../images/card/card_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.businessCard  .comName    {
	margin: 5px;
	width: 100%;
	clear: both;
}
.businessCard  .comName  .titleText    {
	padding-top: 20px;
	font-size: 15px;
	font-weight: bold;
}
.businessCard  .comName  .comLogo    {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #a1c5d7;
	border-bottom-color: #a1c5d7;
}
.businessCard .comName li {
	float: left;
}
.businessCard .comName img {
	border: 1px solid #336699;
	float: left;
}
.businessCard .comInfo {
	width: 348px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.businessCard .comInfo li {
	float: left;
	line-height: 20px;
	overflow: hidden;
	width: 50%;
}
.cardLayer {
	position: absolute;
	z-index: 1001;
	display:none;
	background-color: #FFFFFF;
	
}
