.catBiz {
	position: relative;
}

.catBiz h1 {
	background: url("../images/catBizbg.gif") repeat-x center top;
	height: 32px;
	line-height: 32px;
}

.catBiz h1 span {
	background: url("../images/cat_head_icon.gif") no-repeat 10px 7px;
	padding-left: 35px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	display: block;
	text-transform: uppercase;
}

.catBiz h1 span a{
	color: #000;
}

.catBiz h1 span a:hover{
	color: #666;
}

.catBiz ul.catLevel_1 {
	background: #edf1f3 url("../images/catBizbg_bottom.gif") repeat-x center
		bottom;
	border-left: 1px solid #edf1f3;
	border-right: 1px solid #edf1f3;
	padding-bottom: 30px;
}

.catBiz ul.catLevel_1 li {
	border-bottom: 1px solid #d3dde3;
	border-top: 1px solid #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}

.catBiz ul.catLevel_1 li.active {
	padding-bottom: 0;
}

.catBiz ul.catLevel_1 li.active a {
	margin-bottom: 5px;
}

.catBiz ul.catLevel_1 li.last {
	border-bottom: none;
}

.catBiz ul.catLevel_1 li a {
	padding-left: 10px;
	color: #000;
	/*background: url("../images/catList_icon.gif") no-repeat;
	background-position: 7px 0;
	background-repeat: no-repeat; */
	display: block;
	line-height: 16px;
	display: block;
}

.catBiz ul.catLevel_1 li a:hover {
	color: #666;
}

.catBiz ul.catLevel_1 li a img {
	float: left;
	margin: 0 5px 0 0;
}

/*
.catBiz ul.catLevel_1 li.cat_1 a{
	background-image: url("../images/1.gif");
}

.catBiz ul.catLevel_1 li.cat_2 a{
	background-image: url("../images/2.gif");
}

.catBiz ul.catLevel_1 li.cat_3 a{
	background-image: url("../images/3.gif");
}

.catBiz ul.catLevel_1 li.cat_4 a{
	background-image: url("../images/4.gif");
}

.catBiz ul.catLevel_1 li.cat_5 a{
	background-image: url("../images/5.gif");
}

.catBiz ul.catLevel_1 li.cat_6 a{
	background-image: url("../images/6.gif");
}

.catBiz ul.catLevel_1 li.cat_7 a{
	background-image: url("../images/7.gif");
}

.catBiz ul.catLevel_1 li.cat_8 a{
	background-image: url("../images/8.gif");
}

.catBiz ul.catLevel_1 li.cat_9 a{
	background-image: url("../images/9.gif");
}

.catBiz ul.catLevel_1 li.cat_10 a{
	background-image: url("../images/10.gif");
}

.catBiz ul.catLevel_1 li.cat_11 a{
	background-image: url("../images/11.gif");
}

.catBiz ul.catLevel_1 li.cat_12 a{
	background-image: url("../images/12.gif");
}

*/
.catBiz ul.catLevel_1 li.l1 a {
	background-position: 10px 0;
}

.catBiz ul.catLevel_1 li.l2 a {
	background-position: 10px -16px;
}

.catBiz ul.catLevel_1 li.l3 a {
	background-position: 10px -32px;
}

.catBiz ul.catLevel_1 li.l4 a {
	background-position: 10px -48px;
}

.catBiz ul.catLevel_1 li.l5 a {
	background-position: 10px -64px;
}

.catBiz ul.catLevel_1 li.l6 a {
	background-position: 10px -80px;
}

.catBiz ul.catLevel_1 li.l7 a {
	background-position: 10px -96px;
}

.catBiz ul.catLevel_1 li.l8 a {
	background-position: 10px -112px;
}

.catBiz ul.catLevel_1 li.l9 a {
	background-position: 10px -128px;
}

.catBiz ul.catLevel_1 li.l10 a {
	background-position: 10px -144px;
}

.catBiz ul.catLevel_1 li.l11 a {
	background-position: 10px -160px;
}

.catBiz .tl {
	background: url("../images/blue_border.gif") no-repeat left top;
	height: 30px;
	width: 6px;
	position: absolute;
	top: 0;
	left: 0;
}

.catBiz .tr {
	background: url("../images/blue_border.gif") no-repeat right top;
	height: 30px;
	width: 6px;
	position: absolute;
	top: 0;
	right: 0;
}

.catBiz .bl {
	background: url("../images/blue_border.gif") no-repeat bottom left;
	height: 30px;
	width: 6px;
	background-position: 0 -30px;
}

.catBiz .br {
	background: url("../images/blue_border.gif") no-repeat bottom right;
	height: 30px;
	width: 6px;
	background-position: -6px -30px;
}

ul.catLevel_2 {
	background: #f9fbfb url("../images/catLevel_2_bg.gif") repeat-x center
		top;
	margin: 0;
	padding-left: 20px;
}

.catBiz ul.catLevel_1 li ul.catLevel_2 li {
	border: none;
	font-weight: normal;
	background: url("../images/catBiz_level2bg.gif") no-repeat 0 10px;
	padding-left: 10px;
	padding-bottom: 1px;
}

.catBiz ul.catLevel_1 li ul.catLevel_2 li.active {
	font-weight: bold;
}

.catBiz ul.catLevel_1 li ul.catLevel_2 li a {
	background: none;
	padding: 0;
	margin-bottom: 3px;
}

ul.catLevel_3 {
	margin: 0;
	padding-left: 10px;
}

.catBiz ul.catLevel_1 li ul.catLevel_2 li ul.catLevel_3 li {
	background: none;
	font-size: 11px;
	padding-left: 0;
}

.catBiz ul.catLevel_1 li ul.catLevel_2 li ul.catLevel_3 li.active {
	font-weight: bold;
}

.serviec_contain {
	margin: 5px 0;
	border-top: 2px solid #FFBA0D;
	border-left: 1px solid #d9dcdf;
	border-bottom: 1px solid #d9dcdf;
	border-right: 1px solid #d9dcdf;
	background-color: #fff;
}

div.sevice_type h1,div.purpose h1 {
	background: url("../images/service_head_bg.gif") repeat-x center center;
	height: 32px;
	padding-left: 10px;
}

div.sevice_type h1 span,div.purpose h1 span {
	display: block;
	background: url("../images/service_type_icon.gif") no-repeat left center
		;
	line-height: 25px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 25px;
}

div.purpose h1 span {
	background-image: url("../images/service_purpose_icon.gif") !important;
}

div.serviec_contain ul {
	padding: 0 10px 35px;
}

div.serviec_contain ul li {
	font-size: 12px;
	height: 25px;
}

div.serviec_contain ul li input {
	display: block;
	float: left;
	margin: 4px 4px 0 0;
}

div.serviec_contain ul li a {
	color: #000;
	display: block;
	line-height: 25px;
}

div.serviec_contain ul li a:hover {
	color: #666;
}

div.serviec_contain ul li a img {
	float: left;
	margin-right: 5px;
	margin-top: 6px;
}

div.sevice_type,div.purpose {
	background: url("../images/service_bottom_bg.gif") repeat-x bottom
		center;
	position: relative;
}

a.viewAll {
	background: url("../images/view_all_bg.jpg") no-repeat bottom center;
	display: block;
	width: 80px;
	height: 20px;
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 11px;
	color: #AA374C;
	padding-left: 10px;
	font-weight: bold;
	line-height: 20px;
}

.title_biz {
	color: #F0F0F0;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	padding: 0 10px;
}

.title_biz a {
	color: #666;
}

.biz_address {
	color: #000;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 10px;
}

#guider ul li {
	margin-bottom: 10px;
	color: #000;
	font-size: 12px;
	clear: both;
}

#guider ul li p {
	margin-bottom: 10px;
}

#search_location_submit {
	cursor: pointer;
	background: url("../images/search_location_submit.gif") no-repeat center
		center;
	border: none;
	color: #fff;
	font-weight: bold;
	height: 23px;
	width: 78px;
	padding-bottom: 3px;
	font-size: 12px;
}

.bizInfo {
	background: #f5f7f8 url("../images/biz_info_bg.gif") repeat-x bottom
		center;
	border: 1px solid #fff;
	padding-top: 5px;
	position: relative;
}

.bizInfo .tl {
	background-image: url("../images/bizInfo_border.gif");
	width: 6px;
	height: 6px;
	position: absolute;
	top: -1px;
	left: -1px;
}

.bizInfo .tr {
	background-image: url("../images/bizInfo_border.gif");
	width: 6px;
	height: 6px;
	position: absolute;
	top: -1px;
	right: -1px;
}

.bizInfo .bl {
	background-image: url("../images/bizInfo_border.gif");
	background-position: 0 -6px;
	width: 6px;
	height: 6px;
	bottom: -1px;
	left: -1px;
}

.bizInfo .br {
	background-image: url("../images/bizInfo_border.gif");
	background-position: -6px -6px;
	width: 6px;
	height: 6px;
	bottom: -1px;
	right: -1px;
}

.bizInfo .bizInfo_left {
	width: 250px;
	float: left;
	text-align: center;
}

.bizInfo .bizInfo_right {
	width: 255px;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
}

.bizInfo .bizInfo_left img.largeImage {
	margin: 7px 0 7px 0;
}

.bizInfo_right h2 {
	font-size: 15px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	line-height: 25px;
	border-bottom: 1px dotted #e3eaed;
}

.bizInfo_right ul {
	border-bottom: 1px dotted #b1d3f4;
	margin-bottom: 5px;
}

.bizInfo_right ul li {
	line-height: 16px;
	margin: 5px 0;
	padding-left: 20px;
	color: #000;
}

.bizInfo_right ul li.website {
	background: url("../images/icons_1.gif") no-repeat left top;
}

.bizInfo_right ul li.phone {
	background: url("../images/icons_1.gif") no-repeat 0 -32px;
}

.bizInfo_right ul li.ym {
	background: url("../images/icons_1.gif") no-repeat 0 -64px;
}

.bizInfo_right ul li.address {
	background: url("../images/icons_1.gif") no-repeat 0 -96px;
}

.bizInfo_right .biz_moreInfo span,.bizInfo_right .biz_moreInfo label {
	font-size: 11px;
	color: #AA374C;
	line-height: 17px;
}

.biz_infoUpdate a {
	background: url("../images/button_4_bg.gif") repeat-x center center;
	height: 25px;
	line-height: 25px;
	display: block;
	float: left;
	position: relative;
	margin-right: 5px;
	padding: 0 10px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.biz_infoUpdate a span.l {
	background: url("../images/button_4_border.gif") no-repeat center left;
	height: 25px;
	width: 2px;
	position: absolute;
	top: 0;
	left: 0;
}

.biz_infoUpdate a span.r {
	background: url("../images/button_4_border.gif") no-repeat center right;
	height: 25px;
	width: 2px;
	position: absolute;
	top: 0;
	right: 0;
}

.biz_infoUpdate {
	margin-top: 10px;
	padding-top: 20px;
	padding-left: 280px;
}

.functionBar {
	margin: 5px 0 10px 0;
	padding: 7px 0;
}

.functionBar ul li {
	background: url("../images/function_icons.gif") no-repeat;
	float: left;
	padding-left: 35px;
	line-height: 25px;
	margin-right: 15px;
}

.functionBar ul li.send {
	background-position: left top;
}

.functionBar ul li.fav {
	background-position: 0 -25px;
}

.functionBar ul li.used {
	background-position: 0 -50px;
}

.functionBar ul li.alert {
	background-position: 0 -76px;
	margin: 0;
}

.biz_introduce .content {
	position: relative;
	color: #000;
	background-color: #fff;
}

.functionBar ul li a {
	font-size: 11px;
	color: #999;
}

.biz_introduce .content .tl {
	background-image: url("../images/conner_border_1.gif");
	width: 5px;
	height: 5px;
}

.biz_introduce .content .tr {
	background-image: url("../images/conner_border_1.gif");
	width: 5px;
	height: 5px;
}

.biz_introduce .content .bl {
	background-image: url("../images/conner_border_1.gif");
	width: 5px;
	height: 5px;
	background-position: 0 -5px;
}

.biz_introduce .content .br {
	background-image: url("../images/conner_border_1.gif");
	width: 5px;
	height: 5px;
	background-position: -5px -5px;
}

.biz_introduce ul.tabs li {
	position: relative;
	border-left: 1px solid #ccd7de;
	border-top: 1px solid #ccd7de;
	border-right: 1px solid #ccd7de;
	padding: 5px 15px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
	background-color: #000;
}

.biz_introduce ul.tabs li.active .tl {
	background-image: url("../images/conner_border_1.gif");
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	top: -1px;
	left: -1px;
}

.biz_introduce ul.tabs li.active .tr {
	background-image: url("../images/conner_border_1.gif");
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	top: -1px;
	right: -1px;
}

.biz_introduce ul.tabs li .tl {
	background-image: url("../images/conner_border_4.gif");
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	top: -1px;
	left: -1px;
}

.biz_introduce ul.tabs li .tr {
	background-image: url("../images/conner_border_4.gif");
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	top: -1px;
	right: -1px;
}

.biz_introduce ul.tabs {
	margin-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

.biz_introduce ul.tabs li.active {
	color: #AA374C;
	top: 1px;
	z-index: 10;
	background-color: #fff;
}

.biz_introduce .biz_des {
	background: url("../images/biz_desc_bg.gif") repeat-x center bottom;
	padding: 10px 10px 20px 10px;
	line-height: 20px;
	position: relative;
}

.biz_introduce .biz_des .ringtone_info {
	overflow: hidden;
}

.biz_introduce .biz_des h3 {
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin: 20px 0 10px;
}

.biz_introduce .biz_des a.sort {
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: #AA374C;
	font-weight: bold;
}

.biz_intro_bottom {
	padding: 10px 0 30px 20px;
}

.biz_intro_bottom ul li.icon1 {
	background: url("../images/listIcons_2.gif") no-repeat 30px -5px;
	height: 40px;
	margin: 0;
}

.biz_intro_bottom ul li.icon2 {
	background: url("../images/listIcons_2.gif") no-repeat 30px -50px;
	height: 40px;
	margin: 0;
}

.biz_intro_bottom ul li.icon3 {
	background: url("../images/listIcons_2.gif") no-repeat 30px -95px;
	height: 40px;
	margin: 0;
}

.biz_intro_bottom ul li.label {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	margin: 0;
}

.biz_intro_bottom ul li {
	color: #5C7A8D;
	font-size: 12px;
	margin-top: 7px;
}

.peopleUsed {
	position: relative;
	background-color: #f2e6cc;
	margin: 10px 0;
}

.peopleUsed h2 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding: 7px 0 7px 10px;
}

.peopleUsed .tl {
	background-image: url("../images/conner_border_2.gif");
	width: 5px;
	height: 5px;
	top: 0;
	left: 0;
}

.peopleUsed .tr {
	background-image: url("../images/conner_border_2.gif");
	width: 5px;
	height: 5px;
	top: 0;
	right: 0;
}

.peopleUsed .bl {
	background-image: url("../images/conner_border_2.gif");
	background-position: 0 -5px;
	width: 5px;
	height: 5px;
	bottom: 0;
	left: 0;
}

.peopleUsed .br {
	background-image: url("../images/conner_border_2.gif");
	background-position: -5px -5px;
	width: 5px;
	height: 5px;
	bottom: 0;
	right: 0;
}

.peopleUsed_list a img {
	border: 1px solid #9b9b9b;
	margin-bottom: 10px;
	margin-right: 14px;
}

.peopleUsed_list a {
	
}

.peopleUsed_list {
	height: 110px;
	overflow-y: scroll;
	padding: 10px 0 10px 20px;
}

.guide {
	border: 1px solid #cbd7de;
	background-color: #f9fbfb;
}

.view_large {
	text-indent: 10px;
	border-top: 4px solid #CBD7DE;
}

.view_large a .br {
	background-image: url(../images/postBiz_conner.gif);
	background-position: -6px -6px;
	height: 6px;
	width: 6px;
}

.view_large a {
	background-color: #CBD7DE;
	font-weight: bold;
	font-size: 11px;
	color: #5C7A8D;
	display: block;
	position: relative;
	padding: 0 7px 2px 1px;
	line-height: 20px;
	float: left;
	overflow: hidden;
}

.header_guide {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 35px;
	background-color: #f9fbfb;
	position: relative;
	color: #666;
	text-indent: 10px;
}

.header_guide .tl {
	background-image: url("../images/header_guide_conner.gif");
	width: 7px;
	height: 7px;
}

.header_guide .tr {
	background-image: url("../images/header_guide_conner.gif");
	width: 7px;
	height: 7px;
}

h3.ortherLocation_head {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 10px;
	line-height: 30px;
}

ul.ortherLocation {
	padding: 0 10px;
}

ul.ortherLocation li {
	padding-bottom: 10px;
}

ul.ortherLocation li.active {
	font-weight: bold;
}

ul.ortherLocation li a {
	color: #5c7a8d;
}

ul.ortherLocation li a:hover {
	text-decoration: underline;
}

.orthePointOfCat h2 {
	/*background: url(../images/service_head_bg.gif) repeat-x center center;*/
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 10px;
	text-transform: uppercase;
}

.orthePointOfCat ul.list {
	margin: 0 5px 5px 5px;
	padding-top: 5px;
	border: 1px solid #CED8DF;
	background: url("../images/orthePointOfCat.gif") repeat-x center top;
}

.orthePointOfCat {
	margin: 5px 0;
	background-color: #fff;
	position: relative;
}

.orthePointOfCat .tl {
	background-image: url(../images/conner_border_1.gif);
	height: 5px;
	width: 5px;
}

.orthePointOfCat .tr {
	background-image: url(../images/conner_border_1.gif);
	height: 5px;
	width: 5px;
}

.orthePointOfCat .bl {
	background-image: url(../images/conner_border_1.gif);
	height: 5px;
	width: 5px;
	background-position: 0 -5px;
}

.orthePointOfCat .br {
	background-image: url(../images/conner_border_1.gif);
	height: 5px;
	width: 5px;
	background-position: -5px -5px;
}

.orthePointOfCat ul li {
	border-bottom: 1px solid #CED8DF;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.orthePointOfCat ul li img {
	margin: 0 5px 5px 5px;
}

.orthePointOfCat ul li a {
	font-weight: bold;
	color: #000;
	font-size: 12px;
}

.orthePointOfCat ul li span {
	font-size: 11px;
}

.orthePointOfCat ul li p {
	margin-bottom: 7px;
}

.orthePointOfCat ul li ul.statistics {
	margin: 0 0 0 5px;
	clear: both;
}

.orthePointOfCat ul li ul.statistics li {
	float: left;
	border: none;
	margin: 0 5px 0 0;
	padding: 0 0 0 20px;
	height: 11px;
	overflow: hidden;
	font-size: 11px;
}

.orthePointOfCat ul li ul.statistics li.l {
	background: url(../images/icons_2.gif) no-repeat 0 2px;
}

.orthePointOfCat ul li ul.statistics li.c {
	background: url(../images/icons_2.gif) no-repeat 0 -9px;
}

.orthePointOfCat ul li ul.statistics li.r {
	background: url(../images/icons_2.gif) no-repeat 0 -21px;
}

.bizStep ul li {
	background: url(../images/postBizStep_icon.gif) no-repeat 0 0;
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #707070;
	padding-left: 55px;
	line-height: 60px;
	margin-right: 50px;
}

.bizStep ul li.step1 {
	background-position: 0 0;
}

div.divStep1 ul li.step1 {
	background-position: 0 -60px;
	color: #fff;
}

.registerOwner ul li.step1 {
	margin-left: 150px;
}

.bizStep ul li.step2 {
	background-position: 0 -120px;
}

div.divStep2 ul li.step2 {
	background-position: 0 -180px;
	color: #fff;
}

.bizStep ul li.step3 {
	background-position: 0 -240px;
}

div.divStep3 ul li.step3 {
	background-position: 0 -300px;
	color: #fff;
}

.chooseCat {
	padding: 10px;
}

.chooseCat h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	line-height: 25px;
}

.rule {
	background-color: #fff;
	position: relative;
}

.rule .tl {
	background-image: url(../images/conner_border_1.gif);
	width: 5px;
	height: 5px;
}

.rule .tr {
	background-image: url(../images/conner_border_1.gif);
	width: 5px;
	height: 5px;
}

.rule .bl {
	background-image: url(../images/conner_border_1.gif);
	background-position: 0 -5px;
	width: 5px;
	height: 5px;
}

.rule .br {
	background-image: url(../images/conner_border_1.gif);
	background-position: -5px -5px;
	width: 5px;
	height: 5px;
}

.rule h1 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	text-indent: 10px;
}

.note h1 {
	text-transform: none;
	text-indent: 0;
	line-height: 20px;
	padding: 5px 10px;
}

.rule ul {
	margin: 0 5px 5px 5px;
	background-color: #eef2f4;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

.rule ul li {
	font-size: 12px;
	padding: 5px 0 5px 15px;
	border-top: 1px solid #d1dae1;
	border-right: 1px solid #999;
	background: url(../images/rule_icon.gif) no-repeat 5px 8px;
	border-left: 3px solid;
}

.rule ul li.r1 {
	border-left-color: #ff9900;
	border-top-color: #cbe2ef;
}

.rule ul li.r2 {
	border-left-color: #ffde3d;
	border-top-color: #d1dae1;
}

.rule ul li.r3 {
	border-left-color: #ffff99;
	border-top-color: #d1dae1;
}

.rule ul li.r4 {
	border-left-color: #9dda21;
	border-top-color: #d1dae1;
}

#base_info .chooseCat {
	padding: 0;
}

.box_post {
	background-color: #fff;
	border: 1px solid #CBD7DE;
	padding: 10px;
}

#base_info .chooseCat span.l1  ,#base_info .chooseCat span.l2  ,
	#base_info .chooseCat span.l3 {
	color: #333;
	font-size: 12px;
	display: block;
	margin: 15px 0;
}

#base_info .chooseCat span.l1 {
	font-weight: bold;
}

#base_info .choosecatButton {
	margin-left: 250px;
}

#base_info .chooseCat h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	font-size: 12px;
	text-indent: 10px;
}

.more_address{
	margin: 10px 0; 
}

#base_info .chooseCat h2.title {
	text-transform: none;
}

#infoContain div.item label {
	width: 250px;
}

#infoContain div.item input.full-name {
	width: 150px;
}

#infoContain div.item input.birthday,#infoContain div.item input.phone,#infoContain div.item input.mobile
	{
	width: 100px;
}

#infoContain div.item input.email {
	width: 200px;
}

#infoContain div.item select#province,#infoContain div.item select.district
	{
	width: 130px;
}

#infoContain div.item textarea.desc {
	width: 400px;
	height: 100px;
}

#infoContain {
	margin-bottom: 50px;
	padding-top: 10px;
}

#base_info .item {
	padding-bottom: 10px;
}

#base_info .span-9 {
	padding-bottom: 10px;
	width: 650px;
}

#info_contact .span-9 {
	padding-bottom: 10px;
	width: 350px;
}

#post_more_info .span-9{
	width: 450px;
}

#param_info .span-9{
	width: 400px;
}

#post_more_info .last{
	width: 250px;
}

#post_more_info .last label{
	width: auto;
}

#info_contact .span-9 label{
	width: 100px;
}

#base_info .span-16 {
	padding-bottom: 10px;
}

#base_info .input-text {
	width: 200px;
	font-size: 12px;
}

#base_info #province,#base_info #price,#base_info #bill {
	width: 150px;
	font-size: 12px;
}

#base_info #distric {
	width: 150px;
	font-size: 12px;
}

#base_info input[type="checkbox"] {
	float: left;
	margin: 1px 5px 0 0;
}

#base_info .biz_infoUpdate {
	margin: 0;
	text-align: center;
}

.bizSelected {
	border: none;
	text-align: center;
	color: #999;
	padding: 10px 0;
	position: relative;
}

.bizSelected a {
	background-image: url("../images/submit_comment_bg.gif");
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 10px;
	top: 0;
	width: 70px;
}

select.selectCat {
	width: 226px;
	padding: 0px;
	float: left;
	padding: 10px 0;
}

select.selectCat option {
	color: #333;
	margin-bottom: 5px;
}

.lastStep {
	padding: 30px 0;
}

ul.head-filter {
	font-size: 12px;
	padding: 0 15px;
}

ul.head-filter li {
	float: left;
	padding: 5px 0;
}

ul.head-filter li.active {
	position: relative;
	background: url("../images/head-filter_bg.gif") repeat-x center center;
	font-weight: bold;
	padding-left: 10px;
	margin-right: 10px;
	top: 1px;
	z-index: 10;
}

ul.head-filter li a {
	display: block;
	float: left;
	line-height: 16px;
	padding: 0 10px 0 20px;
	text-transform: uppercase;
	color: #F0F0F0;
}

ul.head-filter li.active .tl {
	background-image: url("../images/head-filer-conner.gif");
	height: 26px;
	width: 6px;
}

ul.head-filter li.active .tr {
	background-image: url("../images/head-filer-conner.gif");
	height: 26px;
	width: 6px;
	right: -1px;
}

ul.head-filter li a.feature {
	background: url("../images/head-filer-icons.gif") no-repeat 0 0;
}

ul.head-filter li a.new {
	background: url("../images/head-filer-icons.gif") no-repeat 0 -32px;
}

ul.head-filter li a.used {
	background: url("../images/head-filer-icons.gif") no-repeat 0 -16px;
}

ul.head-filter li a.review {
	background: url("../images/head-filer-icons.gif") no-repeat 0 -48px;
}

ul.head-filter li.active a {
	color: #000;
}

.listBizs {
	/*background: #EDF1F3 url("../images/bizList_bg.jpg") repeat-x center bottom;*/
	background-color: #edf1f3;
	border: 1px solid #fff;
	padding: 7px;
	position: relative;
}

.listBizs .tl {
	background-image: url(../images/bizList_conner.gif);
	background-position: top left;
	width: 6px;
	height: 6px;
	top: -1px;
	left: -1px;
}

.listBizs .tr {
	background-image: url(../images/bizList_conner.gif);
	background-position: top right;
	width: 6px;
	height: 6px;
	top: -1px;
	right: -1px;
}

.listBizs .bl {
	background-image: url(../images/bizList_conner.gif);
	background-position: 0 -6px;
	width: 6px;
	height: 6px;
	bottom: -1px;
	left: -1px;
}

.listBizs .br {
	background-image: url(../images/bizList_conner.gif);
	background-position: -6px -6px;
	width: 6px;
	height: 6px;
	bottom: -1px;
	right: -1px;
}

.featureBiz_bg {
	background: url("../images/featureBiz_bg.gif") no-repeat center bottom;
	padding-bottom: 4px;
}

.featureBiz {
	background-color: #f9fbfb;
	position: relative;
}

.listBizs .featureBiz .tl {
	background-image: url(../images/featureBiz_conner.gif);
	background-position: top left;
	width: 4px;
	height: 4px;
	top: 0;
	left: 0;
}

.listBizs .featureBiz .tr {
	background-image: url(../images/featureBiz_conner.gif);
	background-position: top right;
	width: 4px;
	height: 4px;
	top: 0;
	right: 0;
}

.listBizs .featureBiz .bl {
	background-image: url(../images/featureBiz_conner.gif);
	background-position: 0 -4px;
	width: 4px;
	height: 4px;
	bottom: 0;
	left: 0;
}

.listBizs .featureBiz .br {
	background-image: url(../images/featureBiz_conner.gif);
	background-position: -4px -4px;
	width: 4px;
	height: 4px;
	bottom: 0;
	right: 0;
}

.featureBiz .l {
	width: 385px;
	float: left;
	padding: 10px;
	padding-bottom: 25px;
	border-right: 1px solid #f2f3f3;
	position: relative;
}

.featureBiz .l img.vip {
	position: absolute;
	top: -10px;
	left: 100px;
}

.featureBiz .r {
	width: 60px;
	float: left;
	padding: 10px;
}

.featureBiz .l img {
	margin: 0 10px 0 0;
	border-color: #999;
}

.featureBiz .l h2 a {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	position: relative;
	left: 10px;
}

.featureBiz .l h2 a:hover {
	color: #666;
}

.featureBiz .l p {
	margin: 5px 0 0 0;
	font-size: 12px;
	padding-left: 135px;
}

.featureBiz .l p a,ul.listBizDetail li p a {
	text-decoration: underline;
	font-weight: bold;
	color: #aa374c;
}

.featureBiz .l span,ul.listBizDetail div {
	padding: 0 0 0 30px;
	margin-top: 5px; 
	clear: both;
	background: url("../images/biz_add_icon.gif") no-repeat 0 -1px;
	line-height: 17px;
	color: #FF6600;
	overflow: hidden;
}

.featureBiz .r ul li,ul.listBizDetail li ul li {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 10px;
	height: 11px;
	overflow: hidden;
}

.featureBiz .r ul li.t,ul.listBizDetail li ul li.t {
	background: url("../images/icons_2.gif") no-repeat 0 1px;
}

.featureBiz .r ul li.c,ul.listBizDetail li ul li.c {
	background: url("../images/icons_2.gif") no-repeat 0 -9px;
}

.featureBiz .r ul li.b,ul.listBizDetail li ul li.b {
	background: url("../images/icons_2.gif") no-repeat 0 -22px;
}

.featureBiz .r ul {
	margin-top: 20px;
	padding-left: 20px;
}

.function .paging {
	float: left;
}

.function .filter {
	float: right;
	padding: 10px 0;
	color: #999;
	font-size: 11px;
}

.function .filter label {
	color: #666;
}

.function .filter a {
	color: #999;
}

.function .filter a.active {
	color: #000;
}

ul.listBizDetail {
	border: 1px solid #d1dce2;
	background: #fff url("../images/dot_green.gif") repeat-y 405px 0;
}

ul.listBizDetail li {
	border-bottom: 1px dotted #d7ebfd;
	padding: 10px 95px 10px 10px;
	position: relative;
}

.vips {
	background: url("../images/vips.gif") no-repeat right 33px;
}

.partners {
	background: url("../images/partners.gif") no-repeat 405px 0;
}

.vertified {
	background: url("../images/vertified.gif") no-repeat 405px 45px;
}

.topUse .partners{
	background-position: 415px 0;
}

.topUse .vertified{
	background-position: 415px 45px;
}

ul.listBizDetail li img {
	margin: 0 10px 5px 0;
	border-color: #999;
}

ul.listBizDetail li p {
	margin: 5px 0;
	font-size: 12px;
	padding-left: 88px;
}

ul.listBizDetail li h2 a {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

ul.listBizDetail li h2 a:hover {
	color: #666;
}

ul.listBizDetail li h2 b {
	font-size: 15px;
	color: #FF0000;
	background: url("../images/card_small.gif") no-repeat left center;
	padding-left: 30px;
	margin-left: 15px;
}

ul.listBizDetail li ul {
	margin: 0;
	padding: 10px 0 0;
	height: 70px;
	left: 405px;
	margin: 0;
	position: absolute;
	top: 10px;
	width: 88px;
}

ul.listBizDetail li ul li {
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	border: none;
	position: static;
	height: 11px;
	margin-left: 30px;
	overflow: hidden;
}

ul.listBizDetail li ul.dolla {
	background: url("../images/dolla_icon.jpg") no-repeat center center;
}

.saleOff h2 {
	border: 1px solid #d6dee4;
	background: url("../images/head_saleoff_bg.gif") repeat-x center center;
	line-height: 23px;
	height: 23px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
	padding-left: 7px;
	position: relative;
}

.saleOff ul {
	background-color: #f2f5f7;
	border: 1px solid #eaeef0;
	margin-top: 1px;
}

.saleOff ul li {
	background: url("../images/saleoff_icon.gif") no-repeat 2px 10px;
	border-bottom: 1px dotted #e1e7ec;
	padding: 5px 10px;
	line-height: 17px;
}

.saleOff ul li a {
	color: #000;
	font-size: 12px;
}

.saleOff h2 img {
	position: absolute;
	right: 2px;
	top: 2px;
}

.biz_manager {
	margin: 0;
}

.biz_manager ul li.head {
	color: #900A59;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}

.titleImg {
	padding: 5px;
}

.titleImg h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}

.titleImg h2 a {
	color: #FF6600;
}

.funcImg {
	margin: 10px 0;
}

.funcImg .paging {
	float: right;
	border: none;
}

#list_image {
	background: url("../images/listImg_bg.gif") repeat-y center top;
	border: 1px solid #cbd7de;
}

#list_image .header {
	padding: 5px 0;
	border-bottom: 1px solid #cbd7de;
}

#list_image .checkbox {
	float: left;
	width: 20px;
}

#list_image .pic {
	float: left;
	width: 135px;
}

#list_image .title {
	float: left;
	width: 169px;
}

#list_image .desc {
	float: left;
	width: 350px;
}

#list_image .edit {
	float: left;
	width: 60px;
}

#list_image .edit img {
	cursor: pointer;
}

#list_image .item {
	padding: 10px 0;
}

#list_image .color {
	background: url("../images/listImg_bg_color.gif") repeat-y center top;
}

#list_image .item .title {
	padding: 0 10px;
	width: 149px;
	overflow: hidden;
}

#list_image .item .desc {
	padding: 0 10px;
	width: 332px;
}

.edit_title {
	width: 150px;
}

.edit_img {
	width: 180px;
	height: 80px;
	margin: 0px;
}

.offer-title a {
	color: #AA374C;
	font-weight: bold;
}

.offer-title {
	text-align: right;
	padding-right: 20px;
}

#updateDetail div.clearfix {
	margin-bottom: 5px;
}

.bizMap {
	background-color: #999;
	border: 1px solid #fff;
	padding: 7px;
}

.title_bizMap {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}

.title_bizMap a {
	color: #fff;
}

#guider,.select_add {
	font-size: 12px;
	color: #000;
	padding: 10px;
	position: relative;
	background-color: #fff;
}

.select_add h1 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

.select_add ul {
	border: 1px solid #CBE2EF;
	margin-top: 10px;
}

.select_add ul li {
	border-bottom: 1px solid #CBE2EF;
	padding: 5px;
}

.select_add ul li.active {
	font-weight: bold;
	background-color: #F1F4F6;
}

#guider .tl,.select_add .tl {
	background-image: url(../images/conner_border_1.gif);
	width: 5px;
	height: 5px;
}

#guider .tr,.select_add .tr {
	background-image: url(../images/conner_border_1.gif);
	width: 5px;
	height: 5px;
}

#guider .bl,.select_add .bl {
	background-image: url(../images/conner_border_1.gif);
	background-position: 0 -5px;
	width: 5px;
	height: 5px;
}

#guider .br,.select_add .br {
	background-image: url(../images/conner_border_1.gif);
	background-position: -5px -5px;
	width: 5px;
	height: 5px;
}

#other_location ul li {
	margin-bottom: 5px;
	font-size: 12px;
}

#other_location ul li a {
	font-size: 12px;
	color: #5C7A8D;
}

.listImgs {
	border: none;
	background-color: #edf1f3;
	position: relative;
	padding: 5px;
}

.listImgs .tl {
	background-image: url(../images/listImgs_conner.gif);
	background-position: top left;
	width: 5px;
	height: 5px;
	top: -1px;
	left: -1px;
}

.listImgs .tr {
	background-image: url(../images/listImgs_conner.gif);
	width: 5px;
	height: 5px;
	top: -1px;
	right: -1px;
}

.listImgs .bl {
	background-image: url(../images/listImgs_conner.gif);
	background-position: 0 -5px;
	width: 5px;
	height: 5px;
	bottom: -1px;
	left: -1px;
}

.listImgs .br {
	background-image: url(../images/listImgs_conner.gif);
	background-position: -5px -5px;
	width: 5px;
	height: 5px;
	bottom: -1px;
	right: -1px;
}

.updatedInfo {
	background-color: #fff;
	border: 1px solid #cbd7de;
	padding: 10px 0;
}

#map {
	overflow: hidden;
}

.vote_points {
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	background: url("../images/vote_points_bg.gif") no-repeat 2px 2px;
	padding-left: 65px;
	padding-right: 10px;
	float: left;
}

.biz_vip {
	background: url("../images/biz_vip.gif") no-repeat center center;
}

.biz_partner {
	background: url("../images/partner_icon.gif") no-repeat center center;
}

.biz_vertify {
	background: url("../images/vertify_icon.gif") no-repeat center center;
}

#discount {
	border: 1px solid #ccc;
	background-color: #fff;
	position: relative;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 0 10px 10px;
	line-height: 40px;
}

#discount .tl {
	background-image: url("../images/discount_conner.gif");
	width: 3px;
	height: 3px;
	top: -1px;
	left: -1px;
}

#discount .tr {
	background-image: url("../images/discount_conner.gif");
	width: 3px;
	height: 3px;
	top: -1px;
	right: -1px;
}

#discount .bl {
	background-image: url("../images/discount_conner.gif");
	background-position: 0 -3px;
	width: 3px;
	height: 3px;
	bottom: -1px;
	left: -1px;
}

#discount .br {
	background-image: url("../images/discount_conner.gif");
	background-position: -3px -3px;
	width: 3px;
	height: 3px;
	bottom: -1px;
	right: -1px;
}