@charset "utf-8";
/* CSS Document */


/* 选项卡sd关键属性 */
#tab {
width:709px;
position:relative;
margin-top:16px;
height:auto;
}

/*设置容器高宽等*/
html > body #tab {
width:709px;
height:auto;position:relative;
}

/*兼容IE6:IE6下宽度不够*/
#tab div {
height:auto;
}

/*设置容器高宽等*/
.spanhr{height:6px; background:#dde5cc;width:709px;font-size:0px; display:block; clear:both;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
/*选中的容器*/
#tab h3 {
float:left;
width:75px;
height:25px;
line-height:25px;
margin:0 -1px 0 0;
font-size:14px;
cursor:pointer;
font-weight:700;
text-align:center;
color:#8d8c8c;
background:url(../images/article_33.png) left top no-repeat;
margin-right:12px;
}

#tab h3 a{ position: relative; width:75px;}
#tab h3 a:link{ color:#8d8c8c; text-decoration:none;} 
#tab h3 a:visited{ color:#8d8c8c; text-decoration:none;} 
#tab h3 a:hover{ color:#8d8c8c; text-decoration:underline;} 
#tab h3 a:active{ color:#8d8c8c; text-decoration:underline;}
/*默认标题样式*/
#tab .up {
color:#4f7f16;
background:url(../images/article_35.png) left top no-repeat;
}
#tab .up a{
color:#4f7f16;
}
#tab .up  a:link{ color:#4f7f16; text-decoration:none;} 
#tab .up a:visited{color:#4f7f16; text-decoration:none;} 
#tab .up a:hover{ color:#4f7f16; text-decoration:underline;} 
#tab .up a:active{ color:#4f7f16; text-decoration:underline;}
.tab_div{ clear:both;}
.padding12{ padding-top:12px;}

/*选中的标题样式*/
/*修饰列表内容*/
/*#tab ul {
margin:15px 0 0;
list-style:none;
padding:0;
}

#tab li {
float:left;
width:50%;
background:url(http://blog.pr1984.com/attachments/month_0612/a20061212105235.gif) no-repeat 25px 10px;
}

#tab li a {
display:block;
width:84%;
height:25px;
line-height:25px;
margin-left:8%;
font-size:12px;
text-decoration:none;
color:#333;
background:url(http://blog.pr1984.com/attachments/month_0612/g20061212105238.gif) repeat-x left bottom;
text-indent:10px;
}
#tab li a:hover {
text-decoration:underline;
color:red;
}
*/


