

.item {
    clear: both;
    height: 100px;
    background-color: #e4e4e4;
    margin: 5px;
    padding: 8px;
    border: 1px solid #dfdede;
    background-image: url(images/item_bg.jpg);
    background-repeat: repeat-x;
    background-position: center;
    display: block;
}
.item .image img {
    background-color: #fff;
    padding: 3px;
}
.item .image a {
    float: left;
    border: 2px solid #888;
}
.item .image a:hover {
    border: 2px solid #aa2423;
}
.item .body {
    margin-left: 125px;
}
.item .title a,
.item .title a:link,
.item .title a:active,
.item .title a:focus,
.item .title a:visited {
    font-weight: bold;
    color: #aa2423;
}
.item .title a:hover {
    color: #fff;
    background-color: #aa2423;
}
.item .dates {
    font-style: italic;
}
.item .summary {
    font-size: 0.9em;
    line-height:normal;
    margin: 4px 8px 0px 0px;
}
.item .price {  
    font-weight: bold;
    color: #000;
}
.item .content a {}
.item img.brand {
    float: left;
    margin: 0 3px 3px 3px;
    padding: 0;
}
