.product {
width:180px;
height:140px;
float:left;
padding-right:20px;
}

.product img {
-moz-border-radius:10px;
border-radius:10px;
}

.product-category {
display:block;
font-size:1.6em;
color:#477a9a;
margin-bottom:10px;
width:895px;
background-image:url(../images/category-bar.png);
padding-left:5px;
margin-top:1em;
}

.product-category-wrapper {
border-bottom:1px solid;
border-color:#e8e8e8;
}

.form_tag {
display:block;
margin-top:1em;
}

.product-title {
font-size:2em;
font-weight:700;
margin-bottom:1em;
color:#477a9a;
}

.product-name {
font-size:1em;
font-weight:700;
text-align: center;
margin-bottom:1em;
color:#477a9a;
}

.product-category a,.product-category a:link,.product-category a:visited,.product-category a:hover {
font-size:1em;
color:#477a9a;
text-decoration:none;
}