* {
    margin: 0;
    padding: 0;
}
body {
    color: #ccc;
    background-color: #111;
    font-family: Lucida Grande, Verdana, Helvetica, sans-serif;
    line-height: 1.5em;
    background-image: url(/images/slash.png);
/*
    background-image: url(/images/gradation.png);
    background-repeat: repeat-x;
*/
}
a {
    text-decoration: none;
}
a img {
    border-style: none;
}

a:link, a:visited {
    color: #fff;
}

ul {
    margin-left: 40px;
}

#container {
}

#header-container,
#navigation-container,
#body-container,
#footer-container {
    text-align: center;
}


#header,
#navigation,
#body,
#footer {
    width: 740px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #000;
    padding-left: 20px;
    padding-right: 20px;
    border-left: solid 2px #ccc;
    border-right: solid 2px #ccc;
}

#header {
    height: 120px;
    padding-bottom: 10px;
    background-image: url(/images/header_bg2.jpg);
    background-repeat: no-repeat;
}

#header h1 {
    line-height: 120px;
}
#header h1 a,
#header h1 a:link,
#header h1 a:visited {
    color: #fff;
}

#navigation {
}

.ranking-navigation {
    float: right;
}
.ranking-navigation ul {
    font-size: x-small;
}
.ranking-navigation ul {
    list-style-type: none;
}
.ranking-navigation ul li {
    display: inline;
}
.ranking-navigation ul li a {
    display: block;
    float: left;
    padding: 2px 4px;
    border: solid 1px #333;
    margin: 1px;
}
.ranking-navigation ul li a:hover {
    background-color: #666;
}
.ranking-navigation ul li.selected a,
.ranking-navigation ul li.selected a:hover {
    color: #333;
    background-color: orange;
    font-weight: bold;
}

#footer {
    border-top: solid 1px #ccc;
    font-size: small;
    text-align: center;
    padding-top: 5px;
    height: 60px;
}

#ranking .item {
    border: solid 4px #000;
    padding: 5px 10px;
    margin-bottom: 10px;
}
#ranking .item.selected {
    border: solid 4px #999;
    /*cursor: pointer;*/
}

#ranking .item .thumbnail.large,
#ranking .item.selected .thumbnail.small {
    display: none;
}
#ranking .item .thumbnail.small,
#ranking .item.selected .thumbnail.large {
    display: block;
}
#ranking .item .info {
    border-bottom: solid 1px #999;
    margin-bottom: 10px;
}
#ranking .item .info .rank,
#ranking .item .info .title {
    float: left;
}
#ranking .item .info .artist {
    float: right;
}
#ranking .item .info .rank {
    padding: 0 .5em;
    text-align: right;
}
#ranking .item .info .title {
    font-weight: bold;
    color: #fff;
}

.separator {
    clear: both;
}
.separator hr {
    display: none;
}

.thumbnail-container {
    float: left;
    widtH: 45%;
}
.comments-container {
    float: right;
    width: 45%;
    font-size: x-small;
}
.comments-container ul {
    list-style-type: image;
    list-style-image: url(/images/comment.gif);
    line-height: 16px;
}
#ranking .item .comments-container .older {
    display: none;
}
#ranking .item.selected .comments-container .older {
    display: block;
}

.player {
    text-align: center;
    padding-top: 20px;
    background-color: #000;
}

#TB_window {
    background-color: #000;
}
#TB_window, #TB_secondLine {
    font-family: Lucida Grande, Verdana, Helvetica, sans-serif !important;
}
#TB_title {
    background-image: url(/images/slash.png) !important;
    background-color: #000 !important;
    color: #fff;
}
#TB_ajaxContent {
    padding: 0;
    background-color: #000;
}

.cd {
    font-size: small;
    margin-bottom: 10px;
}
.cd .product {
    float: left;
    width: 45%;
}
.cd .reviews {
    float: right;
    width: 45%;
    font-size: x-small;
}
.cd .image {
    padding: 5px;
}
.cd .title {
}

.reviews ul {
    list-style-type: image;
    list-style-image: url(/images/comment.gif);
    line-height: 16px;
}
.rewviews .review .summary a,
.rewviews .review .summary a:link,
.rewviews .review .summary a:visited {
    color: #ccc;
    text-decoration: underline;
}
.rewviews .review .content {
    display: block;
    padding-bottom: 10px;
}
