.product {
    margin-bottom: 6px;
    clear: left;
}

.product img.thumbnail {
    border: 1px solid black;
    float: left;
    margin-bottom:4px;
    margin-right: 8px;
}

.titlebar {
    font-weight: bolder;
}

.listprice {
    text-decoration: line-through;
}

.ourprice {
    color:red;
}

.titlebar a {
    color: #333333;
    text-decoration:none;
}

.titlebar a:hover {
    color: #333333;
    text-decoration:underline;
}

.nav {
    margin-top: 5px;
    text-align:center;
    font-size:0.75em;
    margin-bottom: 5px;
}

.nav .next {
    float:right;
}

.nav .prev {
    float:left
}

