body{
	text-align:center;
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

body, td, input, textarea, text {
	font-family:"宋体";
	font-size: 12px;
}

form, ul, select  {
	margin: 0px;
	padding: 0px;
}


/* 共用 */ 
.right { float:right; }
.left {	float:left; }
.clear { clear:both;}
.gray {	color: #CCCCCC;}
.gray2 { color: #999999;}
.red { color: #FF0000;}
.green { color: #009900;}
.hide { display:none; }
.date { color: #000000; }
.space {height: 5px;}
.padding15 {padding: 15px;}
.padding10 {padding: 10px;}
.padding5 {padding: 5px;}
.padding-top5 {padding-top:5px;}
.mb5 {margin-bottom:5px;}
.mb12 {margin-bottom:12px;}
.line-height150 {line-height: 150%;}
.zt1 {font-size:12px;font-weight: normal;}
.zt2 {font-size:14px;font-weight: normal;}
.zt2b { font-size:14px; font-weight:bold; }
.dbox {
	border: 1px solid #99CC66;
	padding: 15px;
	font-size: 14px;
	line-height: 150%;
}
.dbox .position {
	font-size: 12px;
	color: #999999;
	border: 1px solid #CCCCCC;
}

/*  默认链接 菜单1(黑 无下划线) 菜单2(默认色 无下*/
a:link {  color: #000091}
a:visited { color: #000091}
a:hover {  color: #ff0000}
a:active {  color: #000091}

.vlink a:link {  color: #000091}
.vlink a:visited { color: #9900CC}
.vlink a:hover {  color: #ff0000}
.vlink a:active {  color: #000091}

.graylink a:link {  color: #999999}
.graylink a:visited { color: #999999}
.graylink a:hover {  color: #ff0000}
.graylink a:active {  color: #999999}

/* 主菜单 链接 */

#main_menu a { text-decoration: none; color: #000000}
#main_menu a:hover  {text-decoration: underline; color: #ff0000}
#main_menu .login a { text-decoration: underline; color: #000091}
#main_menu .login a:hover { text-decoration: underline; color: #ff0000}

/* 子菜单 链接 */
#sub_menu a { text-decoration: none; color: #000000}
#sub_menu a:hover  {text-decoration: underline; color: #ff0000}
#sub_menu .active a { text-decoration: none; color: #ff0000}
#sub_menu .active a:hover { text-decoration: underline; color: #ff0000}

#sub_menu .greenlink a {  color: #006600}
#sub_menu .greenlink a:visited { color: #006600}
#sub_menu .greenlink a:hover {  color: #ff0000}
#sub_menu .greenlink a:active {  color: #006600}

/* tab 链接 */
.tabbox  a:link, .tabbox  a:visited,.tabbox  a:active   { text-decoration: none; color: #000000}
.tabbox  a:hover  {text-decoration: underline; color: #ff0000}

/* 公司名称链接 */
.link_green a:link, .link_green  a:visited,.link_green  a:active   { text-decoration: underline; color: #009900}
.link_green a:hover  {text-decoration: underline; color: #ff0000}
.link_gray  a:link, .link_gray  a:visited,.link_gray  a:active   { text-decoration: underline; color: #cccccc}
.link_gray  a:hover  {text-decoration: underline; color: #ff0000}


/* 	网名链接 */
.forum_name a {  color: #006666}
.forum_name a:hover {  color: #ff0000}

/* 操作 链接 */
.operate a {  color: #006666}
.operate a:hover {  color: #ff0000}


#header{
	width:965px;
	padding: 0px;
	text-align:center;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
} 

#container{
	margin-right: auto;
	margin-left: auto;
	width:965px;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	padding: 0px;
	position: relative;
} 

#footer{
	clear:both;
	width:965px;
	line-height: 150%;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #99CC33;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

/* 页面分二列 边侧和内容块 */
#maincontent, #info_maincontent, #busi_maincontent, #office_maincontent {
	float: left;
	padding: 0px;
	margin:0px;
	text-align:left;
	position: relative;
	overflow: hidden;
}
#sidebar, #info_sidebar, #busi_sidebar, #office_sidebar {
	float: right;
	padding: 0px;
	margin:0px;
	position: relative;
	overflow: hidden;
	
}
#maincontent { width: 770px; }
#sidebar { width: 180px; }

#busi_maincontent { width: 590px; }
#busi_sidebar { width: 350px; }
#info_maincontent { width: 670px; }
#info_sidebar {
	width: 280px;/*
	padding: 8px;
	background-color: #fff;
	border: 1px solid #CCCCCC;*/
}
#office_maincontent { float: right; width: 783px;}
#office_sidebar { float: left; width: 170px; }


/* logo 上方栏 */
#logo_menu {
	height: 60px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
#logo {
	width: 420px;
	float: left;
	margin-bottom: 10px;
}
#logo_right ul {
	margin: 0px;
	padding: 0px;
}
#logo_right li {
	float: right;
	margin-right: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 22px;
	background-image: url(../img/top_bigcat.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 22px;
	width: 90px;
	padding-top: 1px;
	list-style-type: none;
}
#logo_right li.active {
	background-image: url(../img/top_bigcat_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo_right li a { text-decoration: none; color: #000000}
#logo_right li a:hover  {text-decoration: underline; color: #ff0000}

#logo_market {
	font-size: 12px;
	color: #CCCCCC;
	float: right;
	margin-right: 7px;
	padding-top: 6px;
}

#logo_query {
	font-size: 12px;
	color: #CCCCCC;
	float: right;
	margin-right: 0px;
	padding-top: 0px;
}
/* 主菜单 main_menu */
#main_menu{
	padding-right: 40px;
	padding-left: 40px;
	height: 28px;
	clear: both;
}
#main_menu ul{
	margin: 0px;
	padding: 0px;
}

#main_menu ul li{
	display: inline;
	margin-right: 1px;
}

#main_menu li,
#main_menu li a,
#main_menu li.active,
#main_menu li.active a{
	float: left;
	height: 28px;
	background-repeat: no-repeat;
}

#main_menu li,
#main_menu li a {
	font-size: 14px;
}

#main_menu li.active,
#main_menu li.active a {
	font-size: 14px;
}

#main_menu ul li a span{
	display: block;
	padding: 8px 18px 0px 18px;
	float: left;
	cursor:hand;
}

#main_menu ul li.active a span{
}

#main_menu li{
	background-image: url(../img/mainmenu_normal_left.gif);
	background-position: left top;
}
#main_menu li a{
	display: block;
	background-image: url(../img/mainmenu_normal_right.gif);
	background-position: right top;
}
#main_menu li.active{
	background-image: url(../img/mainmenu_active_left.gif);
	background-position: left top;
}
#main_menu li.active a{
	display: block;
	background-image: url(../img/mainmenu_active_right.gif);
	background-position: right top;
	font-weight: bold;
}
#main_menu .login{
	float: right;
	font-size: 12px;
	padding-top: 9px;
	width: 140px;
	text-align: right;
}

/*子菜单 */
#sub_menu, #sub_menu2{
	clear: both;
	text-align: left;
}
#sub_menu{
	background-image: url(../img/submenu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 32px;
	overflow: hidden;	
}
#sub_menu .tl{
	background-image: url(../img/submenu_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sub_menu .tr{
	background-image: url(../img/submenu_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#sub_menu .menu_row1  {
	line-height: 26px;
	padding-top:5px;
	padding-left:30px;
	overflow: hidden;
}
#sub_menu .menu_row2  {
	line-height: 24px;
	padding-top:0px;
	padding-left:30px;
	overflow: hidden;
}
#sub_menu ul  {
	height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#sub_menu li  {
	float: left;
	margin-left: 20px;
}

/* tab 菜单 */
.tabbox{
}
.tabbox ul{
	height: 28px;
	padding-bottom: -20px;
	margin: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #99CC66;
}

.tabbox ul li{
	display: inline;
	margin-right: 1px;
}

.tabbox li,
.tabbox li a,
.tabbox li.active,
.tabbox li.active a{
	float: left;
	height: 28px;
	background-repeat: no-repeat;
}

.tabbox .postbutton {
	width: auto!important;
	width: 60px;
}

.tabbox .postbutton,
.tabbox .postbutton a {
	float: right;
	height: 28px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.tabbox li,
.tabbox li a {
	font-size: 12px;
}

.tabbox li.active,
.tabbox li.active a {
	font-size: 14px;
}

.tabbox ul li a span{
	display: block;
	padding: 10px 14px 0px 14px;
	float: left;
	cursor:hand;
}

.tabbox ul li.active a span{
	padding: 8px 14px 4px 14px;
}

.tabbox li{
	background-image: url(../img/tabbox_normal_left.gif);
	background-position: left top;
}
.tabbox li a{
	display: block;
	background-image: url(../img/tabbox_normal_right.gif);
	background-position: right top;
}
.tabbox li.active{
	background-image: url(../img/tabbox_active_left.gif);
	background-position: left top;
}
.tabbox li.active a{
	display: block;
	background-image: url(../img/tabbox_active_right.gif);
	background-position: right top;
	font-weight: bold;
}
.tabbox li.postbutton{
	background-image: url(../img/tabbox_postbutton_left.gif);
	background-position: left top;
}
.tabbox li.postbutton a{
	display: block;
	background-image: url(../img/tabbox_postbutton_right.gif);
	background-position: right top;
}
.tabbox li.postbutton a span{
	display: block;
	padding: 8px 14px 6px 14px;
	float: left;
	cursor:hand;
    white-space: nowrap;
}
.tabbox li.notice{
	background-image: url(../img/white.gif);
	float: right;
	width: 150px;
	background-repeat: repeat;
	padding-top: 8px;
}

/* 当前位置 */
#position {
	clear: both;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 0px;
}
#position .path {
	padding-top: 3px;
}

#position .postbutton {
	width: auto!important;
	*+width: 100px!important;/*ie7*/
	width: 60px;
}

#position .postbutton,
#position .postbutton a {
	float: right;
	height: 28px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#position .postbutton a span{
	display: block;
	padding: 8px 14px 6px 14px;
	float: left;
	cursor:hand;
    white-space: nowrap;
}
#position .postbutton{
	background-image: url(../img/tabbox_postbutton_left.gif); 
	background-position: left top;
}
#position .postbutton a{
	display: block;
	background-image: url(../img/tabbox_postbutton_right.gif);
	background-position: right top;
}


/* 底部菜单 */
#bottom_menu {
}


/* 线 */
.line_space{ /*空行 */
	line-height:5px;
	clear:both;
	height: 5px;
}

.line_solid{ /*实线行 */
	margin-top:10px;
	line-height:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear:both
}

.line_dot{ /*虚线行 */
	margin-top:9px!important;
	height:9px!important;
	margin-top:5px;
	height:5px;
	clear: both;
	border-top:1px dotted #CCCCCC;
	clear:both;
	/* position: relative; **/
}

.line_dot_top{ /*虚线行 */
  	border-top:1px dotted #CCCCCC
}


/* 页号导航 */
.pagenav, .pagenav_blank {
	height: 26px;
	overflow: hidden;
	line-height: 26px;
	padding-left: 6px;
	padding-right: 6px;
}
.pagenav .mid, .pagenav_blank .mid{
	margin-top:2px;
}
.pagenav {
	background-image: url(/img/gbox_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #d4d8da;
	border-right-color: #94b6d6;
	border-left-color: #94b6d6;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
.pagenav_blank {
	background-color: #FFFFFF;
}
/*
.pagenav a, .pagenav span {
	display: block;
	float: left;
	padding: 0.2em 0.4em;
	margin: 0 0.1em 0.2em 0;
	border: 1px solid #fff;
	background: #fff;
}
.pagenav span.current {
	border: 1px solid #6B9F1F;
	font-weight: bold;
	background: #6B9F1F;
	color: #fff;
}
.pagenav a:link,.pagenav a:visited {
	color: #6B9F1F;
	border: 1px solid #6B9F1F;
	text-decoration: none;
}
.pagenav a:hover {
	color: #333;
	border-color: #333;
}

.pagenav a.nextprev {
	font-weight: bold;
}

.pagenav span.nextprev,.pagenav span.stat {
	border: 1px solid #ddd;
	color: #999;
}
*/
/* 列表 */
.ul_a, .ul_b, .ul_c {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.ul_a li, .ul_b li, .ul_c li {
	list-style-type: none;
}
.ul_a li {
	font-size: 12px;
	height: 20px;
}
.ul_b li {
	font-size: 14px;
	height: 24px;
	padding-left: 5px;
}
.ul_c li {
	font-size: 16px;
	height: 30px;
	padding-left: 5px;
}

/* 点 */
.dot_0, .dot_1, .dot_2, .dot_3, .dot_4 {
	width: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}
.dot_1 {
	background-image: url(../img/dot_1.gif);
}
.dot_2 {
	background-image: url(../img/dot_1.gif);
}
.dot_3 {
	background-image: url(../img/dot_1.gif);
}
.dot_4 {
	background-image: url(../img/dot_1.gif);
}

/* 分栏标题 */
.sec_title {
	clear: both;
	height: 20px;
	background-image: url(../img/mid_sec_title_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px center;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 0px;
	line-height: 20px;
}
.sec_title ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.sec_title li.left {
	float: left;
	background-image: url(../img/mid_sec_title_l.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	background-color:#fff;
	padding-left: 14px;
	padding-right: 5px;
	font-weight:bold;
	font-size: 14px;
	color: #FF6600;
}
.sec_title li.right {
	float: right;
	background-image: url(../img/mid_sec_title_r.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left:8px;
	background-color:#fff;
}

/*表格式 1 */
.table_gridline { background-color: #d6d3d6; }
.table_head {
	background-color: #d4d8da;
	height: 26px;
	/*
	background-image: url(../img/table_head_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	*/
}
.table_back { background-color:#FFFFFF;  height: 28px;}

/*表格式 2 */
.table_forum {
}
.table_forum tr{
	height: 36px;
	font-size: 14px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.table_gridline_2 { background-color: #f5f5f5; }
.table_head_2 {
	height: 26px;
	font-size: 12px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.table_back_2{
	height: 28px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}


/* 框 */
/* 右侧广告 */
.adbox {
	border: 1px solid #CC9966;
	line-height: 120%;
}
.adlogo{
	text-align: center;
	background-color: #f7f7f7;
}
.adlogo li{
	list-style-type: none;
	padding-top: 5px;
	word-break:break-all;
	word-warp:warp;
}



.ibox, .ibox2 {position: relative; margin: 1px 0 1.5em 0;}
.ibox h2, .ibox2 h2 { position: relative; margin: 0; border: 1px solid #BFDEED; padding: 0; font-size: 14px; background: #F3F7FA;bottom:-1px;}
.ibox h2 b, .ibox2 h2 b {position: relative;top: -2px;display: block;margin: 0 0 -2px;padding:0;border-top: 1px solid #BFDEED;}
.ibox h2 b b, .ibox2 h2 b b{position: relative;top: 0px;display: block;margin: 0;padding:.4em .4em .3em .4em;border: 1px solid #FFF;background: #E6F3F9;}
.ibox h2 b b span, .ibox2 h2 b b span  {position: absolute;top:0;right: 6px;display: block;line-height:26px;font-size:12px;margin: 0;font-weight:normal;}
.ibox .info, .ibox2 .info {position: relative; border: solid #BFDEED; border-width: 0 1px; background: #F7FBFD;overflow:hidden;}
.ibox p, .ibox2 p {margin: 0; border: solid #BFDEED; border-width: 0 1px 0; font-size: 12px; text-align: left;background: #F7FBFD;}
.ibox p b ,.ibox2 p b {position: relative; bottom: -1px; display: block; padding: 0 .3em; border-bottom: 1px solid #BFDEED;}

/* 框 另一种颜色 */
.ibox2 h2,.ibox2 h2 b,.ibox2 .info,.ibox2 p b,,.ibox2 .info{border-color:#FBCBDD; background-color: #FEF6F9;}
.ibox2 h2 b b{border: 1px solid #FFF;background: #FCE8F0;}

/* 导航框 */
.navbox {
	margin-bottom: 12px;
	margin-top: -12px !important;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #f1faf5;
	border: 1px solid #CDF3CF;
	text-align: left;
}

/* 无上方直条的框 */
.tipbox {
	margin: 10px;
	padding: 6px;
	border: 1px solid #cccccc;
	background-color: #fff;
	text-align: left;
	font-size: 14px;
	line-height: 150%;
}

.tipbox .title {
	font-weight: bold;
	color: #006600;
	margin-bottom: 20px;
	background-image: url(../img/end_bg1.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
}


/* 红色框 rbox  绿色框 gbox */
.rbox {
	margin-bottom: 10px;
	clear: both;
	position: relative;
}
.rbox .rbox_title {
	background-image: url(../img/rbox_bg.gif);
	background-repeat: repeat;
	height: 26px;
	line-height: 26px;
}
.rbox .rbox_title .tl {
	background-image: url(../img/rbox_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.rbox .rbox_title .tr{
	background-image: url(../img/rbox_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.rbox .rbox_title .title{
	font-size: 14px;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
}
.rbox .rbox_title .nav{
	font-size: 12px;
	font-weight: normal;
	padding-right: 8px;
	float: right;
}
.rbox .rbox_content, .rbox .rbox_content_2 {
	padding: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFB64A;
	border-bottom-color: #FFB64A;
	border-left-color: #FFB64A;
	margin: 0px;
	text-align: left;
}
.rbox .rbox_content_2 {
	border: 1px solid #FFB64A;
}
.rbox .rbox_content .left, .rbox .rbox_content_2 .left{
	float: left;
}
.rbox .rbox_content .right, .rbox .rbox_content_2 .right{
	float: right;
}



.gbox {
	margin-bottom: 10px;
	clear: both;
	position: relative;
}
.gbox .gbox_title {
	background-image: url(../img/gbox_bg.gif);
	background-repeat: repeat;
	height: 26px;
	line-height: 26px;
}
.gbox .gbox_title .tl {
	background-image: url(../img/gbox_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.gbox .gbox_title .tr{
	background-image: url(../img/gbox_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.gbox .gbox_title .title{
	font-size: 14px;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
}
.gbox .gbox_title .nav{
	font-size: 12px;
	font-weight: normal;
	padding-right: 8px;
	float: right;
}
.gbox .gbox_content {
	padding: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #94b6d6;
	border-bottom-color: #94b6d6;
	border-left-color: #94b6d6;
	height: auto;
	margin: 0px;
	text-align: left;
}
.gbox .gbox_content .left{
	float: left;
}
.gbox .gbox_content .right{
	float: right;
}

/* 方的绿框 */


.box {
	border: 1px solid #a5cbf7;
	margin-bottom: 10px;
}
.box_bar {
	background-image: url(../img/bg_bar.gif);
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
}
.box_bar_2 {
	background-color: #a5cbf7;
}
.box_item {
	padding: 10px;
}

/* 一般列表 */
.list14 ul {
	margin: 0px;
	margin-left: 15px;
	padding:0px;
}

.list14 li {
	font-size: 14px;
	padding-top: 6px;
}

/* 类目列表 */
.selcatlist {
}
.selcatlist strong {
	float: left;
	width: 100%;
	margin-bottom: 6px;
}
.selcatlist ul {
	margin: 0px;
	padding: 0px;
}
.selcatlist li {
	float: left;
	width: 130px;
	list-style-type: none;
	margin-bottom: 6px;
}
.selcatlist .list8 li{
	width: 110px;
}

.list4 ul {
	margin: 0px;
	padding: 0px;
}
.list4 li {
	width:140px;
	padding-top:15px;
	font-size:14px;
	list-style-type: none;
	float: left;
}


/* 错误 */
.err {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFCC;
	border: 2px solid #FF0000;
	margin: 10px;
	padding: 10px;
	line-height: 150%;
}

/* 提示 */
.tip {
}

input.button{
	cursor:pointer;
	width:60px;
	padding:2px 5px 0px 5px;
	border:1px solid #D49C48;
	background:#FFF url(/img/btn_button.gif) repeat-x left center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
} 

/* 右侧分栏 */
.subbar_til {
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img/i9.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 18px;
}
.subbar_list li {
	padding-top: 5px;
	list-style-type: none;
}

.subbar_list2 li {
	padding-top: 5px;
	float: left;
	width: 120px;
	list-style-type: none;
}
.subbar_tag li {
	padding-top: 5px;
	list-style-type: none;
}
