div {
	margin: auto;
}
.newest_title {
	padding-left: 5px; font-weight: bold; font-size: 12px; color: #bc3b01; line-height: 27px; text-align: left
}
/**行业标题**/
.id_selected {border:#00CCFF 1px solid; border-bottom:0px; background:#66FFFF; padding-top:1px} 
.id_unselected {border:#ffffff 1px solid; border-bottom:#6BA6DE 1px solid; background:#ffffff;} 
/*选项卡效果*/
ul{ list-style:none;}
#Tab2{
width: 100%;
margin:0px;
padding:0px;
margin:0 auto;
}
.Menubox {
width: 248px;
background:url(<{$tpl_img_path}>default/title_bg_mid.gif);
height:28px;
line-height:28px;
}
.Menubox ul{
margin:0px;
padding:0px;
}
.Menubox li{
float:left;
display:block;
cursor:pointer;
width: 62px;
text-align:center;
color:#949694;
font-weight:bold;
}
.Menubox li.hover{
padding:0px;
background:#fff;
width: 62px;
border-left:1px solid #A8C29F;
border-top:1px solid #A8C29F;
border-right:1px solid #A8C29F;
background:url(<{$tpl_img_path}>default/menu_li_bg.gif);
color:#739242;
font-weight:bold;
height:27px;
line-height:27px;
}
.Contentbox{
clear: both;
margin-top: 2px;
border:1px solid #FFFFFF;
border-top:none;
height:181px;
text-align: left;
padding-top: 2px;
}
/**工具条**/
#toolbar {
	height: 30px;
	border-bottom: 1px solid #A3A2B3;
	background: #F3F5Fc url(<{$tpl_img_path}>default/banner_bg.gif) repeat-x left top;
	overflow: hidden;
}

#toolbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 4px;
}
#toolbar li {
	display: block;
	float: left;
	padding: 0 3px 0 5px;
	background: url(<{$tpl_img_path}>default/banner_line.gif) no-repeat left;
	line-height: 24px;
}
#toolbar a {
	text-decoration:none
	display: block;
	float: left;
	height: 20px;
	line-height: 22px;
	overflow: visible !important;
	overflow: hidden;
	padding: 0 2px;
	padding-left: 23px;
	margin: 1px;
}

#toolbar .right {
	float: right;
	width: 240px;
}
#toolbar .right li {
	float: right;
}
#toolbar .b_left li {
	float: left;
}

#toolbar input {
	border-top: 1px solid #333;
	border-right: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	border-left: 1px solid #333;
	vertical-align: middle;
}

#toolbar a.getpass {
	background: url(<{$tpl_img_path}>default/icon02.gif) no-repeat 3px 1px;
}
#toolbar a.dropdown {
	background: url(<{$tpl_img_path}>default/arrow_down.gif) no-repeat 3px 1px;
}
#toolbar a.close {
	padding-left: 2px;
	background: url(<{$tpl_img_path}>default/close.gif) no-repeat 3px 2px;
	width: 20px;
	text-indent: -9999px;
}

#toolbar li.noborder {
	background: none;
}