﻿/*top*/
.wbox {
    background: #fff;
}
.wbox .tl {
    background: url(images/cnhlFF.gif) no-repeat left top;
    padding-left: 5px;
}
.wbox .tl .tr {
    background: url(images/cnhrFF.gif) no-repeat right top;
    padding-right: 5px;
}
.wbox .tl .tr .tc {
    background: url(images/cnhFF.gif) repeat-x top;
    padding: 5px 2px 5px 5px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
}
.wbox .tl .tr .tc span{ background: url(images/bul.gif) no-repeat right 4px; display:block;}
.wbox .tl .tr .tc.empty {
    padding-bottom: 0px;
    border-bottom: none;
}
.wbox .tl .tr .tc a {
    color: #000;
}
/*main*/
.wbox .ml {
    background: url(images/componentBodyContainer.png) repeat-y left top;
    padding-left: 5px;
}
.wbox .ml .mr {
    background: url(images/componentBody.png) repeat-y right top;
    padding-right: 5px;
}
.wbox .ml .mr .mc {
    padding: 5px;
    display: block;
    position: relative;
}
/*bottom*/
.wbox div.bl {
    background: url(images/cflFF.gif) repeat-y 0% 100%;
    padding-left: 5px;
}
.wbox div.bl .br {
    background: url(images/cfrFF.gif) repeat-y 100% 100%;
    padding-right: 5px;
}
.wbox div.bl .br .bc {
    background: url(images/cfFF.gif) repeat-x 100% 100%;
    height:5px;
}
.wbox   .more{ text-align:right; }
.wbox  .more a{ color:#999;}
.wbox   .more a:hover{ color:#FF7A00;}

#contentMain .wbox{ margin-bottom:7px;}
