body {
    background-color: #fff;
    color: #666;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

a {
    font-size: 14px;
    color: #0A3B9D;
    background-color: transparent;
}

a:hover {
    text-decoration: none;
}

#container {
    width: 1000px;
}

#header {
    background-image: url(images/sprite.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 1000px;
    height: 50px;
    clear: both;
}

#logoclick {
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    height: 50px;
    width: 177px;
    cursor: pointer;
}

#footer {
    background-image: url(images/sprite.png);
    background-position: 0px -55px;
    background-repeat: no-repeat;
    width: 1000px;
    height: 50px;
    clear: both;
    color: #ccc;
    background-color: transparent;
    position: relative;
    margin: 0px 0px 10px 0px;
}

#footer ul {
    float: left;
    margin: 15px 5px 15px 15px;
}

#footer ul li {
    float: left;
    display: inline;
    margin: 0px 15px 0px 15px;
}

#footer ul li a {
    color: #ccc;
    text-shadow: 0px -1px 0px #000;
    background-color: transparent;
}

#footer ul li a:hover {
    color: #fff;
    background-color: transparent;
}

#content {
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    margin: 6px 0px 6px 0px;
}

#prevtable {
    width: 100%;
    position: relative;
    clear: both;
    margin: 6px 0px 6px 0px;
}

#collecttable {
    width: 100%;
    position: relative;
    clear: both;
    margin: 6px 0px 6px 0px;
}

#details {
    position: relative;
    clear: both;
    width: 100%;
    height: 286px;
    margin: 6px 0px 6px 0px;
}

#prevbig {
    position: relative;
    float: left;
    width: 286px;
    left: 0px;
}

#prevbig a img {
    border: 15px solid #dce5ee;
}

#prevbig a img:hover {
    border: 15px solid #8fa622;
}

#info {
    position: relative;
    float: left;
    left: 15px;
    width: 428px;
    text-align: left;
}

#info p {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

#select {
    font-size: 12px;
}

#search {
    position: relative;
    float: left;
    left: 8px;
    top: 9px;
    height: 24px;
    width: 538px;
}

#bookmark {
    position: relative;
    float: right;
    right: 6px;
    top: 8px;
}

.txt {
    width: 538px;
    height: 24px;
    font-weight: bold;
    font-size: 18px;
}

.sbm {
    height: 24px;
    width: 100px;
    margin: 0px;
}

#maincol {
    width: 728px;
    float: left;
}

#sidebar {
    width: 266px;
    float: right;
}

#prevtable div {
    margin-bottom: 2px;
    width: 745px;
    position: relative;
    left: -8px;
}

#collecttable div {
    margin-bottom: 6px;
}

#prevtable div div {
    width: 76px;
    float: left;
    left: 0;
}

#prevtable div div img {
    border: 6px solid #dce5ee;
}

#prevtable div div img:hover {
    border: 6px solid #8fa622;
}

#collecttable div div {
    width: 241px;
    height: 76px;
    float: left;
}

#collecttable div div img {
    border: 6px solid #eee;
    margin-right: 6px;
    float: left;
}

#collecttable div div img:hover {
    border: 6px solid #8fa622;
}

.c1 {
    text-align: left;
}

.b1 {
    width: 76px;
    margin: 0px 9px 0px 8px;
}

.b1 div{
    height: 18px;
    overflow:hidden;
}

.leaderbd {
    clear: both;
    position: relative;
    width: 728px;
    height: 90px;
}
.margin-v {
    clear: both;
    position: relative;
    width: 728px;
    margin: 10px 0px 10px 0px;
}
.pager {
    padding: 10px 0 0;
    position: relative;
    font-size: 12px;
}

.pg {
    clear: both;
    position: relative;
    padding-bottom: 10px;
    color: #333;
    font-size: 12px;
}

.pg a {
    font-size: 12px;
}

.prev {
    float: left;
    text-align: left;
    padding-bottom: 10px;
}

.next {
    float: right;
    text-align: right;
    padding-bottom: 10px;
}

.prev a, .next a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.cats-main {
    height: 100%;
    width: 260px;
    overflow: hidden;
}
.cats-detail {
    height: 100%;
    width: 260px;
    overflow: hidden;
}


.cats-detail ul li a {
    text-decoration: none;
}
.cats-main ul li a {
    text-decoration: none;
}


.cats-detail ul li a:hover {
    font-size: 14px;
    color: #fff;
    background-color: #4d4d4d;
    padding: 4px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #000;
}
.cats-main ul li a:hover {
    font-size: 14px;
    color: #fff;
    background-color: #4d4d4d;
    padding: 4px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #000;
}


.cats-detail ul li h2 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}
.cats-main ul li h2 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}


ul, li {
    text-align: left;
    padding: 1px;
    margin: 0px;
    list-style-position: inside;
    list-style-type: none;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    color: #ccc;
    z-index: 1001;
    opacity: .80;
}

.white_content {
    display: none;
    position: absolute;
    top: 152px;
    left: 50%;
    width: 804px;
    height: 604px;
    margin-left: -434px;
    padding: 16px;
    border: 16px solid #eee;
    background-color: white;
    color: #666;
    z-index: 1002;
    overflow: auto;
}