li{
	list-style:none;
}
#tab{
	width:600px;
	height:34px;
	border:0px;
	border-bottom:0;
}
#tab ul{
	margin:0;
	padding:0px 0px 0px 5px;
}
#tab li{
	float:left;
	padding: 12px 10px 10px 0px;
	width: 119px;
	height: 0px;
	text-align:center;
	border-right:0;
	cursor:pointer;
	background:url(../images/index_noselect.png) no-repeat;
	color: #c0c0c0;
}
#tab li.now{
	color:#669900;
	font-weight:bold;
	background:url(../images/index_select.png) no-repeat;
}
.tablist{
	width:590px;
	height:100px;
	padding:0px;
	font-size:14px;
	border:0px;
	border-top:0;
	display:none;
}

#select_location {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 3px 20px;
	background:url(../images/location_select.png) no-repeat left top;
	border-style: dotted;
	border-color: #888888;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
}
.block{
	display:block;
}