body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#counterLeft {
	float: left;
}
#counterLeftContent {
	background-image: url(../images/counter_left_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 221px;
	width: 384px;
	margin-top: 112px;
	margin-left: 75px;
	text-align: center;
}
#counterLeftContent  img {
	margin-right: 17px;
	margin-left: 17px;
	margin-top: 82px;
}

#splitLine {
	background-image: url(../images/split_line_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	height: 385px;
	width: 2px;
	background-color: #d6d6d6;
	margin-top: 36px;
	margin-left: 46px;
}
#counterRight {
	float: left;
}
#counterRightContent {
	margin-top: 112px;
	margin-left: 46px;
}
#counterLeft .counterDesc {
	font-family: "黑体";
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding-top: 35px;
	width: 384px;
	margin-left: 75px;
}
#counterRight .counterDesc {
	font-family: "黑体";
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding-top: 35px;
	width: 384px;
	margin-left: 46px;
}
#counterListLeft {
	float: left;
	height: 458px;
	width: 751px;
}
#counterListRight {
	height: 458px;
	width: 250px;
	background-color: #DDDDDD;
	float: left;
}
#counterListRight #counterSeletor {
	padding-top: 42px;
}
#counterListRight #counterSeletor td {
	height: 46px;
}
#counterListRight #counterSeletor select {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #7C7C7C;
	width: 105px;
}
#btnClose{
	text-align: right;
	margin-right: 1px;
	margin-top: 1px;
	cursor:pointer;
}
#popCounterDetail {
	background-image: url(../images/pop_win_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 190px;
	width: 419px;
	position: absolute;
	z-index: 999;
	display: none;
	top: 160px;
}
#popCounterDetail  #cityName {
	font-family: "黑体";
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	color: #000000;
}
#popCounterDetail #counterLister #scrollContainer {
	overflow: auto;
	height: 86px;
	width: 330px;
	margin-left: 43px;
	margin-top: 38px;
	color: #FFFFFF;
}

#popCounterDetail #counterLister .counterName {
	color: #AF1B64;
	margin-top: 2px;
}
#popCounterDetail #counterLister #counterListContent {
	padding: 8px;
}

#popCounterDetail  #scrollUp {
	float: right;
	width: 21px;
	position: absolute;
	top: 50px;
	left: 230px;
}
#popCounterDetail #scrollDown {
	float: right;
	width: 21px;
	position: absolute;
	top: 300px;
	left: 230px;
}
#mask {
	height: 2000px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	filter: Alpha(Opacity=50);
	-moz-opacity:0.5;
	z-index:10;
	/*background-color: #000000;*/
	display: none;
}

