
.TabList {
    border: 1px solid #ECECED;
    margin-top: 10px;
}
.TabList .HeaderTitle {
    background: none repeat-y scroll left bottom #17a038;
    height: 30px;
    padding-left: 20px;
    text-align: left;
}
.TabList .HeaderTitle span {
    color: #FFFFFF;
    font: bold 11pt/30px tahoma;
}
.TabList ul.HeaderWrap {
    display: inline-block;
    list-style: none outside none;
    margin: 8px 0;
    padding: 0;
}
.TabList .HeaderWrap .ActiveTab, .NormalTab {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 0 6px;
    transition: all 0.3s ease 0.1s;
}
.TabList .HeaderWrap .ActiveTab {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 3px solid #17a038;
}
.TabList .HeaderWrap .NormalTab:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 3px solid #007CC2;
}
.TabList .HeaderWrap .NormalTab:hover .text {
    color: #2D66AB;
}
.TabList .HeaderWrap .ActiveTab .text {
    color: #17a038;
    display: inline-block;
    font: bold 10pt arial;
    padding: 5px;
}
.TabList .HeaderWrap .NormalTab .text {
    color: #17a038;
    display: inline-block;
    font: bold 10pt arial;
    padding: 5px;
}
.TabList .Wrap {
    text-align: center;
}
.TabList .Wrap .Container {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.TabList .Wrap .Container .Item {
    display: inline-block;
    margin: 10px 5px 0;
    vertical-align: top;
    width: 150px;
}
.TabList .Wrap .Container .Item:hover .image {
    border: 2px solid #2D66AB;
}
.TabList .Wrap .Container .Item .image {
    border: 2px solid #C0C0C0;
    height: 110px;
    transition: all 0.5s ease 0.2s;
    width: 146px;
}
.TabList .Wrap .Container .Item p {
    color: #424242;
    display: none;
    text-align: justify;
}
.TabList .Wrap .Container .Item h2 {
    color: #222222;
    font: 10pt arial;
    height: 70px;
    text-align: justify;
}
.TabList .Wrap .Container .Item:hover h2 {
    color: #2D66AB;
}
.TabList .TabListPage {
    padding: 10px;
    text-align: right;
}
.TabList .TabListPage .CurrentPage {
    color: #444444;
    font: bold 11pt tahoma;
}
.TabList .TabListPage .ButtonPage {
    font: 9pt tahoma;
}
