/* List models block styles */

.list_models .item {
    float: left;
    width: 182px;
    padding: 2px;
    font-size: 11px;
}

.list_models .image {
    background: #000;
    border: 1px solid #000;
}

.list_models .image a {
    display: block;
    color: #777;
}

.list_models .image img {
    display: block;
    border: 0;
}

.list_models h2 {
    display: block;
    overflow: hidden;
    font-size: 11px;
    white-space: nowrap;
}

.list_models .info {
    padding-bottom: 5px;
}

.list_models .info .stats {
    float: left;
}

.list_models .info .rating {
    text-align: right;
}

/* Model view block styles */

.model_view .picture {
    margin-bottom: 10px;
    padding: 5px;
    background: #f5d792;
    font-size: 18px;
    text-align: center;
}

.model_view h2 {
    margin: 0 0 8px 0;
    color: #783605;
    font-size: 16px;
}

.model_view p {
    margin: 6px 0 6px 0;
    font-size: 11px;
}

.model_view .rating_container {
    cursor: pointer;
}