
.items>td {
    margin: 8px;
}
.items .brand {
    margin-right: 23px;
	min-height: 10px;
    padding: 5px;
	border: 1px solid #dfdede;
	background-image: url(images/item_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.items .image img {
    background-color: #fff;
}
.items .image a img{
    margin-bottom: 5px;
    border: 1px solid #000;
}
.items .image a:hover img{
	border: 1px solid #aa2423;
}
.items .body {}
.items .title a,
.items .title a:link,
.items .title a:active,
.items .title a:focus,
.items .title a:visited {}
.items .title a:hover {}
.items .dates {
    font-style: italic;
}
.items .summary {
    line-height: normal;
    margin: 4px 8px 0 0;
}
.items .price {
    font-weight: bold;  
}
.items .content a {}
.item {
    min-height: 80px;
    padding: 5px;
}
.item .image img {
    background-color: #fff;
    margin: 0;
}
.item .image a {
    display: block;
    padding: 0;
    margin: 0;
}
.item .image a:hover {

}
.item .body {
    margin-left: 1px;
}
.product .body div.title a,
.product .body div.title a:link,
.product .body div.title a:active,
.product .body div.title a:focus,
.product .body div.title a:visited {
    background-color: transparent;
    color: #000;
    font-weight: bold;
}
.product .body div.title a:hover {
    text-decoration: underline;
}
.item .dates {
    font-style: italic;
}
.item .summary {
    font-size: 0.9em;
    color: #777;
}
.item .content a {}

div.product_button {
    clear: both;
}
input.product_quantity {
    width: 15px;
}