.sort-by {
    color: #a6a496;
    margin-top: 20px;
    font-weight: bold;
}

.sort-by ul {
    display: inline;
}

.sort-by li {
    list-style: none;
    display: inline;
    margin-left: 7px;
}

.sort-by strong {
    padding: 1px 3px;
    font-weight: normal;
    background: #3E3733;
}

.sort-by a {
    font: normal normal normal 12px Arial;
    color: #b9b6a8;
    text-decoration: none;
}

.back {
    margin: 20px 0;
}

.back a {
    color: #b9b6a8;
    padding-left: 15px;
    background: url("/public/img/site/back.gif") no-repeat left 3px;
    text-decoration: none;
}

#ico-list {
    overflow: hidden;
    margin-top: 20px;
    margin-left: -30px;
    } * html #ico-list {
    margin-left: -60px;
}

#ico-list li {
    list-style: none;
    float: left;
    width: 270px;
    margin-left: 33px;
    margin-bottom: 30px;
}
#container .dark .middle .center {
    padding: 0 1px;
}

#container .light .middle .center {
    text-align: center;
}

#container .dark img {
    border: 1px solid #453f3b;
    margin-top: 3px;
    /*width: 248px;
    height: 177px;*/
}

#container .dark h3 {
    margin: 0px 7px 6px;
    color: #a6a496;
}

#container .dark h3 a {
    color: #a6a496;
    text-decoration: none;
}

#container .dark div.stats {
    position: relative;
    margin: 3px 3px -3px 7px;
    color: #a6a496;
}

#container .dark p {
    position: absolute;
    right: 5px;
    top: 2px;
    line-height: 18px;
}

#container .dark p span {
    float: left;
    margin-right: 13px; 
}

#container .dark p kbd {
    font: normal normal normal 12px Arial; 
}

#container .dark p a {
    float: left;
    width: 18px;
    height: 18px;
    padding-right: 4px; 
    background-repeat: no-repeat;
}

#container .dark p a.off {
    background-image: url("/public/img/site/star.gif");
}

#container .dark p a.on {
    background-image: url("/public/img/site/!star.gif");
}

#container .dark p a i {
    display: none;
}

#pages {
    /*margin: 0px 30px;*/
    /*width: auto;*/
    display: table;
    margin: 0 auto 10px auto;
    font: normal normal bold 16px Arial;
    color: #a6a496;
}

#pages .middle .center {
    padding: 0px 6px !important;
}

#pages ul {
    display: inline;
}

#pages li {
    display: inline;
    list-style: none;
}

#pages a {
    color: #a6a496;
    text-decoration: none;
}

#pages strong {
    font-weight: inherit;
    color: white;
}

#description {
    line-height: normal;
    margin: 10px 0 30px;
    color: #f4f2e4;
    min-height: 60px;
    list-style: none;
    } * html #description {
    height: 60px;
    width: 450px;
}

#description li {
    margin-bottom: 5px;
    margin-right: 10px;
    padding-right: 144px;
}

#description li.comment {
    margin-top: 20px;
    /*padding-right: 0;*/
}

#description a {
    color: #b6d011;
    text-decoration: none;
}

#bookmark {
    margin-left: 440px;
    margin-top: 22px;
    margin-bottom: -58px;
    width: 141px;
    text-align: center;
}

#download {
    margin-left: 371px;
    margin-top: 63px;
    margin-bottom: -98px;
    width: 210px;
    height: 52px;
    text-align: right;
    overflow: hidden;
}

#download a {
    color: #f4f2e4;
    font-weight: bold;
    text-decoration: none;
}

#download a.OS {
    position: relative;
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 4px;
    background-repeat: no-repeat;
    z-index: 1;
}

#download .win {
    background-image: url("/public/img/site/win.gif");
}

#download .mac {
    background-image: url("/public/img/site/mac.gif");
}

#download .lin {
    background-image: url("/public/img/site/lin.gif");
}

#download a b {
    display: none;
}