﻿ /* 选项卡关键属性 */
#tab {
 
height:413px;
position:relative;
text-align:left;

}

 

/*兼容IE6:IE6下宽度不够*/
#tab div {
position:absolute;
top:40px;
left:0;
 
height:400px;
border:solid #eee;
border-width:0 ;
}

/*设置容器高宽等*/
#tab .dis_none {
display:none;
}

#tab .dis_block {
display:block;
}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab .block {
display:block;
width :100%; text-align :left ;
}

/*选中的容器*/
#tab h3 {
float:left;
width:102px;
height:38px;
line-height:35px;

font-size:14px;
cursor:pointer;
font-weight:bold;
text-align:center;
color:#FF6900;
background:url(Style/defaule/tab_50.gif) repeat-x;
}

#tab h2
{
	width:80px;float:left;
	}
#tab .h2_span{float:left;width:80px;height:38px;line-height:35px;font-size:14px;cursor:pointer;font-weight:bold;text-align:center;color:#FF6900;background:url(images/tab_50_3.gif) repeat-x left;}	

#tab .h2_a{color:#FF6900;}

/*默认标题样式*/
#tab .up {
background:url(Style/defaule/tab_49.gif) no-repeat;
color:#FFFFFF;
}
/*选中的标题样式*/
/*修饰列表内容*/
#tab ul {
margin:0px 0 0;
list-style:none;
padding:0;
}
#tab li {
float:left;
width:80%;
background:url( images/5.gif) no-repeat 15px 13px;
}

#tab li a:hover {
text-decoration:underline;
color:red;
}




 /* 选项卡关键属性 --------------------------------------------------------------------------------------*/
#tabb {
width:412px;
height:270px;
position:relative;
text-align:left;
}

/*设置容器高宽等*/
html > body #tabb {
width:412px;
}

/*兼容IE6:IE6下宽度不够*/
#tabb div {
position:absolute;
top:40px;
left:0;
width:412px;
height:234px;
border:solid #eee;
border-width:0 ;
}

/*设置容器高宽等*/
#tabb div {
display:none;
}

/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tabb .block {
display:block;
}

/*选中的容器*/
#tabb h3 {
float:left;
width:102px;
height:38px;
line-height:35px;

font-size:14px;
cursor:pointer;
font-weight:bold;
text-align:center;
color:#FF6900;
background:url( Style/defaule/tab_50.gif) repeat-x;
}

/*默认标题样式*/
#tabb .up {
background:url( Style/defaule/tab_49.gif) no-repeat;
color:#FFFFFF;
}
/*选中的标题样式*/
/*修饰列表内容*/
#tabb ul {
margin:0px 0 0 0;
list-style:none;
padding:0;
}
#tabb li {
float:left;
width:80%;
background:url( images/5.gif) no-repeat 15px 13px;
}
#tabb li a {
display:block;
height:25px;
line-height:25px;
font-size:12px;
text-decoration:none;
color:#333;
text-indent:15px;
}
#tabb li a:hover {
text-decoration:underline;
color:red;
}

