
/* ========== 选项卡效果CSS ========== */

.hotibox {
font-size: 12px;
color: #000;
line-height: 18px;
}

.hotibox nobr {
padding: 0px 0px 0px 10px;
width: 100%;
}

.hotibox a {
text-transform: none;
text-decoration: none;
color: #000;
}

.hotibox a:hover {
color: #555;
text-decoration: none;
}

.selmenu {
width: 100%;
height: 23px;
font-size: 12px;
font-family: Arial;
}

.selmenu div a {
text-decoration: none;
color: #000000;
height: 100%;
width: 100%;
display: block;
}

.selmenuon0, .selmenuon1, .selmenuon2, .selmenuon3, .dummy {
float: left;
margin: 0 1px 0 1px;
position: relative;
top: 1px;
width: 80px;
height: 23px;
padding: 2px 6px 0 6px;
line-height: 19px;
text-align: center;
border: 1px solid black;
border-bottom: 0;
cursor: hand;
cursor: pointer;
}

.selmenuoff {
cursor: hand;
cursor: pointer;
float: left;
margin: 2px 1px 0 1px;
width: 80px;
height: 21px;
padding: 4px 6px 0 6px;
line-height: 16px;
text-align: center;
border: 1px solid black;
border-bottom: 0;
}

.sel0, .sel1, .sel2, .sel3, .dummy {
width: 100%;
border: 1px solid;
clear: both;
}

.selmenuoff {
color: #666666;
background: url(../images/buttoni.gif) repeat-x top center #f8f8f8;
border-color: #cccccc;
}

.selmenuon0 {
background: url(../images/buttoni.gif) repeat-x top center #F7FADE;
border-color:#C8CF65;
color: #CC5B00;
}

.selmenuon1 {
background: url(../images/buttoni.gif) repeat-x top center #F7FADE;
border-color:#C8CF65;
color: #009999;
}

.selmenuon2 {
background: url(../images/buttoni.gif) repeat-x top center #F1F3F5;
border-color:#B9C2D0;
color: #5C80BA;
}

.selmenuon3 {
background: url(../images/buttoni.gif) repeat-x top center #F1F3F5;
border-color: #B9C2D0;
color: #5C80BA;
}

.sel0,.sel1,.sel2,.sel3, .dummy {
border: 0;
padding-top: 5px;
}

.sel0 {
background: #FEEFB6;
border: 1px solid #F3B75C;
}

.sel1 {
padding-bottom: 5px;
background: #F7FADE;
border: 1px solid #C8CF65;
}

.sel2 {
background: #F1F3F5;
border: 1px solid #B9C2D0;
}

.sel3 {
background: #F1F3F5;
border: 1px solid #B9C2D0;
}


/* ========== 显示隐藏效果CSS ========== */

#moreshow, #morehidden {
margin: 5px 2px;
padding: 4px 2px 0px 2px;
width: 90px;
height: 23px;
color: #666666;
text-align: center;
border: #FF6600 2px solid;
cursor: hand;
cursor: pointer;
float: left;
clear: both;
}

#warning1, #warning2 {
margin: 5px 2px;
padding: 4px 2px 0px 2px;
width: 300px;
height: 23px;
color: #FF0000;
font-weight: bold;
font-variant:inherit;
text-align: left;
overflow: hidden;
}
