body {
    background-color: rgb(206,206,206);
    margin: 0;
    padding: 0;
    font-family: tahoma, arial, sans-serif;
    color: black;
    font-size: 14px;
}

a,
a:visited {
    color: rgb(184,0,0);
}

#content {
    position: relative;
    top: 6px;
    width: 851px;
    height: 680px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("image/back.png");
    background-repeat: no-repeat;
}

#imageWrapper {
    position: absolute;
    left: 137px;
    top: 27px;
    width: 374px;
    height: 527px;
    text-align: center;
    border-collapse: collapse;
}

#imageWrapper td {
    padding: 0;
    height: 527px;
    vertical-align: middle;
}

#contentImage {
    width: 374px;
    cursor: pointer;
}

#imageInnerWrapper {
    position: relative;
    max-height: 527px;
    overflow: hidden;
}

#topics {
    position: absolute;
    left: 534px;
    top: 62px;
    width: 160px;
    height: 492px;
    overflow: hidden;
}

#topics a {
    display: block;
    width: 130px;
    height: 19px;
    overflow: hidden;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 15px;
    padding-top: 9px;
}

#topics a.hi {
    padding-left: 33px;
    width: 113px;
    background-image: url("image/topic-hi.png");
    background-repeat: no-repeat;
    background-position: -5px 0;
    color: rgb(140,140,140);
}

#topics a.search {
    margin-top: 10px;
    font-size: 11px;
    text-decoration: underline;
}

#subsets {
    position: absolute;
    left: 198px;
    top: 580px;
    width: 315px;
    height: 47px;
    overflow: hidden;
}

.subset {
    display: relative;
    float: left;
    margin-right: 15px;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}

#subsets a.hi {
    color: rgb(81,81,72);
    text-decoration: none;
}

a:hover,
#topics a:hover,
#topics a.hi:hover,
#subsets a.hi:hover {
    text-decoration: underline;
    color: rgb(81,81,72);
}

#logo {
    position: absolute;
    left: 517px;
    top: 565px;
    width: 185px;
    height: 140px;
    font-weight: bold;
    text-align: center;
    color: rgb(114,114,114);
}

.logoNavigation {
    font-size: 12px;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

h1 img {
    width: 185px;
    height: 76px;
}

#ad {
    position: absolute;
    left: 724px;
    top: 22px;
    width: 120px;
    height: 600px;
    background-color: rgb(187,187,187);
}

#progress {
    position: absolute;
    left: 316px;
    top: 270px;
    width: 16px;
    height: 16px;
}

#next {
    display: none;
    position: absolute;
    left: 445px;
    top: 540px;
    width: 61px;
    height: 26px;
    padding-top: 4px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    background-image: url("image/next.png");
    background-repeat: no-repeat;    
}

.zoom img {
    width: 14px;
    height: 13px;
}

a img {
    border: 0;
}

#imageFooter {
    position: absolute;
    left: 139px;
    top: 554px;
    width: 294px;
    height: 22px;
    font-size: 11px;
    font-weight: bold;
    color: rgb(184,184,161);
    line-height: 17px;
}

#imageFooter a {
    color: rgb(208,100,100);
}

.longTitle {
    padding-top: 2px !important;
    height: 26px !important;
    font-size: 12px !important;
    line-height: 13px;
}

.related {
    color: rgb(114,114,114);
    font-size: 12px;
    font-weight: bold;
    width: 100px;
}

#largeDialogWrapper,
#largeDialogWrapperShade {
    position: absolute;
    padding-bottom: 0;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 851px;
}

#largeDialogWrapper {
    text-align: center;
    overflow: hidden;
}

#largeDialogWrapperShade {
    background-color: #000;
    opacity: .6;
    moz-opacity: .6;
    -moz-opacity: .6;
    filter: alpha(opacity=60);
}

.largeDialogCancelButton {
    display: block;
    width: 27px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.zoomImage {
    top: 17px;
    overflow: auto;
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: 1px solid rgb(158,158,133);
    background-color: rgb(158,158,133);
}

#zoomImageImg {
    width: 660px;
}
