.list {
    clear: both;
}

.list .property {
    clear: both;
}

.list .title {
    padding: 0 12px 0 0;
    background: #E5E5E5;
    line-height: 35px;
    height: 35px;
    margin: 0 0 3px 0;
}

.list .property .attributes {
    float: right;
    color: #666;
}

.list .property .attributes span {
    float: right;
    color: #666;
    display: block;
    float: left;
    margin-left: 20px;
}

.list img {
    border: 1px solid #000;
    float: left;
    margin-bottom: 20px;
}

.list .details {
    margin: 20px 0 20px 400px;
}

.list .title h2 {
    font-size: 1.4em;
    margin: 0;
    padding-left: 12px;
}

.list .title h2 span {
    color: #666;
    font-weight: normal;
    padding-left: 40px;
    font-size: 0.8em;
}

.list em {
    font-weight: bold;
    font-style: normal;
    color: #000;
}
