.product {
display: inline-block;
width: 170px;
height: 430px;
vertical-align: top;
margin: 3px;
}

.product a:link, .product a:visited, .product a:hover, .product a:active {
text-decoration: none;
}

.product_title {
font-weight: bold;
}

.product img {
width: 100%;
}

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

.product_new_price {

}