@charset "UTF-8";

ul#tab {
    zoom: 1;
    background-color: #555555;
    border-bottom: 3px solid #284664;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
ul#tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
ul#tab li {
    text-align: center;
    float: left;
}
ul#tab li:last-child {
	background: none;
}
ul#tab li a {
    display: block;
    width: 480px;
    padding: 8px 0;
    text-decoration: none;
    color: #CCCCCC;
}
ul#tab li a:hover {
    background-color: #365B80;
    color: #fff;
}
ul#tab li.active,
ul#tab li.active a,
ul#tab li.active a:hover {
    background-color: #284664;
    color: #fff;
}
#detail {
    clear: both;
    overflow: hidden;
    width: 958px;
    border: 1px solid #284664;
}
.tabbox {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    display: none;

}
