.SingleTab {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        /* background: #fff none repeat scroll 0 0; */
        /* border-color: #e5e6e9 #dfe0e4 #d0d1d5; */
        /* border-image: none; */
        /* border-radius: 3px; */
        /* border-style: solid; */
        /* border-width: 1px; */
        margin: 0 0 10px;
        width: 100%;
        /* border: 1px solid #eeeeee; */
        /* border-top: 0; */
}
.SingleTab .Header {
        height: 33px;
        padding: 0 8px;
        background: #0071a6 !important;
        min-height: 41px !important;
}
.SingleTab .Header .HeaderWraper {
}
.SingleTab .Header .HeaderWrap .text > a {
        display: inline-block;
        font: bold 15px/30px "Segoe UI",Tahoma,Verdana;
        padding: 0 0 0 29px;
        white-space: nowrap;
        width: 93%;
        background: url(/themes/hagiangedu/images/icon-site.png) no-repeat;
        line-height: 42px;
        padding-left: 35px;
        color: #FFF;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
}
.SingleTab .Header .HeadWraper ul {
        display: inline-block;
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.SingleTab .Header .HeadWraper li {
        display: inline-block;
        float: left;
}
.SingleTab .Header .HeadWraper li span {
        display: block;
        height: 28px;
        line-height: 28px;
}
.SingleTab .Header .HeadWraper .Primary span {
        background: #cecece none repeat scroll 0 0;
        margin-right: 4px;
}
.SingleTab .Header .HeadWraper .Image {
        margin-right: 6px;
}
.SingleTab .Wrap {
        height: 220px;
        margin: 0;
        overflow-y: hidden;
        padding: 8px;
        background: #e1edf3;
        border: 1px solid #eeeeee;
        border-top: 0;
}
.SingleTab .Wrap .first {
        display: none;
}
.SingleTab .Wrap .first .image {
        float: left;
        height: 80px;
        margin-right: 10px;
        width: 110px;
}
.SingleTab .Wrap .first .title {
        margin: 0;
        padding: 0;
}
.SingleTab .Wrap .first p {
        margin: 0;
        padding-bottom: 6px;
        padding-top: 6px;
        text-align: justify;
}
.SingleTab .Wrap .first .title a {
        color: #555;
        font: bold 13px "Segoe UI",Tahoma,Verdana;
        text-decoration: none;
}
.SingleTab .Wrap .clear {
        clear: both;
}
.SingleTab .Wrap .next {
        margin-top: 0;
        padding-left: 0;
        background: #e1edf3;
        padding: 0;
}
.SingleTab .Wrap .next li {
        padding: 0;
        background: url(/themes/hagiangedu/images/icon-listnew.png) no-repeat scroll left 14px;
        padding-left: 10px;
        background-position-y: 9px;
        list-style-type: none;
}
.SingleTab .Wrap .next li a {
        text-decoration: none;
        border-bottom: 1px dotted #73a0bc;
        width: 100%;
        display: block;
        font-size: 13px;
        padding: 5px 0;
        padding-right: 5px;
}
.SingleTab .Wrap .next li:last-child a
{
        border-bottom:none
}
