



table th:nth-child(1),
th:nth-child(2),
th:nth-child(3),
th:nth-child(4),
th:nth-child(5) {
    font-weight: 600;
    font: 18px sans-serif;
    font-family: Verdana;
}

table tr th:nth-child(1) {
    text-align: left;
    width: 700px;
}
table tr th:nth-child(2) {
    text-align: center;
    width: 100px;
}
table tr th:nth-child(3) {
    text-align: center;
    width: 100px;
}
table tr th:nth-child(4) {
    text-align: center;
    width: 100px;
}
table tr th:nth-child(5) {
    text-align: center;
    width: 100px;
}

table tr td:nth-child(1) {
    text-align: left;
    width: 700px;
}
table tr td:nth-child(2) {
    text-align: center;
    width: 100px;
}
table tr td:nth-child(3) {
    text-align: center;
    width: 100px;
}
table tr td:nth-child(4) {
    text-align: center;
    width: 100px;
}
table tr td:nth-child(5) {
    text-align: center;
    width: 100px;
}



table {
    *border-collapse: collapse; /* IE7 Ë ‡Ì¸¯Â */
    border-spacing: 0;
    width: 100%;
    background: url(../images/menu_dropdown_dropdown.pn) repeat;
    font: 16px sans-serif;
    font-family: Verdana;
}

.bordered {
    border-top: solid #fff 0px;
    border-left: solid #fff 0px;
    border-right: solid #fff 0px;
    border-bottom: solid #fff 0px;
    margin-top: -1px;
    border-radius: 0px;
}

.bordered tr:hover {
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.bordered td, .bordered th {
    border-left: 0px solid #fff;
    border-top: 1px solid #aaa;
    padding: 10px;
    text-align: left;
}

.bordered th {
    box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
    background: linear-gradient(#9595b6, #5a567f);
    position: relative;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.bordered th:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 25%;
    height: 25%;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255,255,255,.08));
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
}

.bordered th:last-child {
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
}

.bordered tr:last-child td:last-child {
    
}