﻿
.box-container h4 {
    background: url(../images/box_header.jpg) top repeat-x;
    color: #b10104;
    font-weight: normal;
    overflow: hidden;
    font-size: 14px;
}

.box-container h4 span {
    padding: 6px 10px;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 7px;
    float: right;
    background: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-width: 100px;
}

.box-container h4 {
    color: #b10104;
}

.box-container .content {
    margin: 0 10px 10px 10px;
    padding: 10px;
}

.hp-list {
    height: 188px;
}

.box-container ul.list {
    height: 80px;
}

.box-container ul.list li {
    background: url(../images/bool.gif) right center no-repeat;
    padding-right: 10px;
    line-height: 20px;
}

.box-container ul.list li a {
    color: #4c4c4c;
}

.box-container .box-more {
    background: url(../images/bool.gif) left center no-repeat;
    padding-left: 10px;
    float: right;
    margin-top: 10px;
}


