#achievements {
    width: 60em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 1em;
}

#achievements a:link {
    text-decoration: none;
}

#achievements-header {
    max-height: 6em;
}

#achievements-image {
    width: 6em;
    height: 6em;
    float: left;
}

#achievements-image img {
    max-width: 6em;
    max-height: 6em;
    border: 0;
}

#achievements-title {
    padding-top: 0.5em;
    margin-left: 1em;
    min-height: 4em;
    max-height: 5.5em;
    float: left;
}

#achievements-title a {
    background: none;
    color: #333;
}

#achievements-main {
}

#achievements-cats {
    width: 15em;
    float: left;
    list-style: none;
}

#achievements-cats li {
    background: url("../images/category.png") no-repeat;
    color: #FFF;
    width: 170px;
    height: 53px;
    font-weight: bold;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 0.2em;
    padding-top: 0.22em;
}

#achievements-cats li.active-cat {
    background: url("../images/category-inv.png") no-repeat;
    color: #FFF;
}

#achievements-cats li a:link, a:visited {
    background: none;
    color: #DDD;
    text-decoration: none;
}

#achievements-cats li a:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}

#achievements-view {
    float: left;
}

.achievement-user {
    display: block;
    font-size: 2em;
    font-weight: bold;
    text-shadow: #333 1px 1px;
    color: #666;
    background: none;
    padding-top: 30px;
    text-align: center;
    width: 200px;
    height: 96px;
    float: left;
}

.achievement-user a {
    background: none;
    color: #888;
}

.achievement-homeblock .achievement {
    float: left;
}

.achievement {
    background: url("../images/achievement-large.png") no-repeat;
    color: #333;
    display: block;
    width: 700px;
    height: 126px;
}

.achievement-small {
    background: url("../images/achievement.png") no-repeat;
    color: #333;
    display: block;
    width: 540px;
    height: 126px;
}

.achievement-link .achievement {
    float: left;
}

.unawarded {
    opacity:0.4;
    filter:alpha(opacity=40);
}

.achievement-image {
    margin-left: 25px;
    margin-top: 25px;
    width: 75px;
    height: 78px;
    float: left;
    font-size: 73px;
    vertical-align: middle;
    text-align: center;
    background-image: url("../images/icons/nopic.png");
    /*
    background: #000;
    opacity: 0.4;
    */
}

.achievement-image img {
    border: 0;
    width: 75px;
    height: 78px;
}

.achievement-main-small {
    margin-top: 20px;
    margin-left: 19px;
    width: 300px;
    float: left;
}

.achievement-main {
    margin-top: 20px;
    margin-left: 19px;
    width: 449px;
    height: 90px;
    max-height: 95px;
    overflow: hidden;
    float: left;
    /*
    background: #000;
    opacity: 0.4;
    */
}

.achievement-title {
    font-size: 1.3em;
    text-shadow: #444 1px 1px;
    font-weight: bold;
    color: #DDD;
    background: none;
}

.achievement-title a {
    color: #DDD;
    background: none;
}


.achievement-desc {
    color: #000;
    background: none;
}

.achievement-right {
    margin-left: 14px;
    width: 85px;
    height: 126px;
    float: left;
}

.achievement-points {
    background: url("../images/pointsblock.png") no-repeat;
    margin-top: 22px;
    width: 85px;
    height: 62px;
    text-align: center;
}

.achievement-points span {
    padding-top: 3px;
    display: block;
    font-size: 35px;
    font-weight: bold;
}

.achievement-points span.achievements-points-middle {
    padding-top: 10px;
    display: block;
    font-size: 35px;
    font-weight: bold;
}

.achievement-points div {
    width: 85px;
    font-size: 11px;
    text-align: center;
}

form.achievement-actions {
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
}

form.achievement-actions input {
    margin: 0;
    padding: 0;
    background: #888;
    color: #EEE;
    font-variant: small-caps;
    border: 1px solid #888;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
}

#achievements-searchbox {
    float: right;
    margin: 0;
    padding: 0;
}

#achievements-searchbox select, #achievements-searchbox input {
    border: #444 1px solid;
    background-color: #222;
    color: #CCC;
}

#achievements-searchbox select {
    min-width: 7em;
}

#achievements-searchbox input {
    padding: 2px;
}
