﻿@charset "utf-8";
/*tabs*/
#detail_tabs{border-bottom:6px solid #d3d3d4;
    display:block;
    width:100%;
    height:28px;line-height:28px;
	background:url(../pic/tabs/tab_bar_bg.gif) repeat-x 0 0;
}
#detail_tabs dt{
    float:left;
    display:block;
    height:28px;line-height:28px;
}
#detail_tabs dt.tabs{
	width:95px;
	height:28px;
	background:#2c4e7e;
}

dt.tabs a:link,dt.tabs a:visited,dt.tabs a:hover,dt.tabs a:active{
	color:#fff;
	text-decoration: none;
	font-size:12px;
}

dt.cur_tabs,dt.cur_tabs a:link,dt.cur_tabs a:visited,dt.cur_tabs a:hover,dt.cur_tabs a:active{
	color:#fff;
	text-decoration: none;
	font-size:12px;
}
#detail_tabs dt.cur_tabs{
	width:100px;
	height:28px;line-height:28px;
	background:#c60404;
}

#detail_tabs dt.tabs div,#detail_tabs dt.cur_tabs div{
	text-align:center;
}
#detail_tabs dt.tab1{
	background:url(../pic/tabs/tab2.gif) no-repeat 0 0;
}
#detail_tabs dt.cur_tab1{
	background:url(../pic/tabs/tab2_cur.gif) no-repeat 0 0;
}
#detail_tabs dt.tab2{
	background:url(../pic/tabs/tab1.gif) no-repeat 0 0;
}
#detail_tabs dt.cur_tab2{
	background:url(../pic/tabs/tab1_cur.gif) no-repeat 0 0;
}
#detail_tabs dt.tab3{
	background:url(../pic/tabs/tab3.gif) no-repeat 0 0;
}
#detail_tabs dt.cur_tab3{
	background:url(../pic/tabs/tab3_cur.gif) no-repeat 0 0;
}
#detail_tabs dt.tab4{
	background:url(../pic/tabs/tab4.gif) no-repeat 0 0;
}
#detail_tabs dt.cur_tab4{
	background:url(../pic/tabs/tab4_cur.gif) no-repeat 0 0;
}
#detail_tabs dt.tableft0{
	width:12px;
	height:28px;
	background:url(../pic/tabs/tab_left_cur.gif) no-repeat 0 0;
}
#detail_tabs dt.tableft1{
	width:17px;
	height:28px;
	background:url(../pic/tabs/tab_left.gif) no-repeat 0 0;
}
#detail_tabs dt.tabright0{
	width:32px;
	height:28px;
	background:url(../pic/tabs/tab_right_cur.gif) no-repeat 0 0;
}
#detail_tabs dt.tabright1{
	width:28px;
	height:28px;
	background:url(../pic/tabs/tab_right1.gif) no-repeat 0 0;
}
#detail_tabs dt.tabright2{
	width:29px;
	height:28px;
	background:url(../pic/tabs/tab_right2.gif) no-repeat 0 0;
}
#detail_tabs dt.tabrightend0{
	width:19px;
	height:28px;
	background:url(../pic/tabs/tab_right_end.gif) no-repeat 0 0;
}
#detail_tabs dt.tabrightend1{
	width:35px;
	height:28px;
	background:url(../pic/tabs/tab_right_end_cur.gif) no-repeat 0 0;
}
#detail_tabs .more{
    float:right;
}



#detail_tabs dt.tabsauto{
	padding:0 15px;
	height:28px;
	background:#2c4e7e;
}

#detail_tabs dt.cur_tabsauto{
	padding:0 15px;
	height:28px;line-height:28px;
	background:#c60404;

}

dt.tabsauto a:link,dt.tabsauto a:visited,dt.tabsauto a:hover,dt.tabsauto a:active{
	color:#fff;
	text-decoration: none;
	font-size:12px;
}

dt.cur_tabsauto,dt.cur_tabsauto a:link,dt.cur_tabsauto a:visited,dt.cur_tabsauto a:hover,dt.cur_tabsauto a:active{
	color:#fff;
	text-decoration: none;
	font-size:12px;
}