@charset "utf-8";
/* CSS Document */
.mid {
    height: 220px;
    position: relative;
}
.highlights {
    float: left;
    width: 228px;
    background-color: #0f141d;
}
.child {
    position: absolute;
    top: 0;
    right: 0;
    height: 162px;
    width: 226px;
}
.one-top {
    position: relative;
}
.cover-color {
    background: #11131f;
    color: #fff;
    padding: 8px 0;
}
.highlights header {
    padding: 0 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.highlights header h2 {
    margin: 0;
    font: normal 15px/27px "AvantGarde LT Medium",Sans-serif,Arial,Tahoma,Helvetica;
    text-transform: uppercase;
    color: white;
}
.highlights header span {
    font: bold 10px/14px "AvantGarde LT Medium",Sans-serif,Arial,Tahoma,Helvetica;
}
.highlights header span a {
    text-decoration: none;
    color: #a9b6d9;
}
#buttons {
    position: absolute;
    right: 5px;
    top: 66px;
    display: inline-block;
    z-index: 1;
}
#buttons a {
    display: inline-block;
    margin: 0;
    margin: 1px !important;
    padding: 0;
    height: 15px;
    line-height: 16px !important;
    font-size: 10px;
    width: 15px;
    text-decoration: none;
    color: #fff;
    background: #31405f;
    text-align: center;
}
#slides {
    overflow: hidden;
    position: relative;
    width: 228px;
    height: 163px;
    margin-left: -2px;
}
#slides ul {
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 750px;
}
#slides li {
    width: 228px;
    height: auto;
    float: left;
}
.titlesnw {
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #6789bb;
    font-size: 14px;
}
.txtdata table {
    border-collapse: inherit;
    cursor: pointer;
}
.txtdata table td {
    font-family: Sans-serif,Arial,Tahoma,Helvetica !important;
    background: #31405f;
    color: #fff;
    font-size: 10px !important;
    text-align: center;
    height: 43px;
    border-bottom: 1px solid #ccc;
}
.txtdata table td.dark {
    background: #243145;
}
.clear {
    clear: both;
}
