/* <![CDATA[ */

.section {
width: 100%;
background: #fff;
margin: 0 0 30px;
}
ul.tabs {
height: 28px;
line-height: 25px;
list-style: none;
border-bottom: 0px solid #DDD;
background: #FFF;
margin: 0;
padding: 0;
}

.tabs li:hover, .vertical .tabs li:hover {
color: #fff;
background: #c10000 url('../images/menu_03.png') center;
font-weight: 900;
}
.tabs li.current {
color: #fff;
background: #a50404 url('../images/menu_03.png') center;
padding: 1px 13px 0px 2px;
width: 89px;
}
.box {
text-align: left;
border-top: 1px solid #a50404;
border-bottom: 1px solid #a50404;
border-left: 1px solid #a50404;
border-right: 1px solid #a50404;
background: #FFFDF3 url('../images/tab_bg.png') bottom repeat-x;
display: none;
height: 300px;
}
.box_post {
text-align: left;
border-top: 1px solid #a50404;
border-bottom: 1px solid #a50404;
border-left: 1px solid #a50404;
border-right: 1px solid #a50404;
background: #FFFDF3 url('../images/tab_bg.png') bottom repeat-x;
display: none;
height: 620px;
}

.box.visible {
display: block;
}
.box_post.visible {
display: block;
}

