.products {
margin: 0;
padding: 0;
list-style: none;
}
.product {
float: left;
width: 190px;
margin: 0 9px 50px;
padding: 5px;
text-align: center;
}
.product p {
line-height: 1.25em;
}
.price {
color: #ff0000;
font-weight: bold;
}

.learn-more {
display: block;
height: 29px;
width: 122px;
margin: 10px auto 0;
background: url('/store/images/btn-learn-more.png') no-repeat;
}

.order-now {
text-align: center;
}
#place-order {
display: block;
clear: both;
margin: 0px auto;
height: 36px;
width: 176px;
background: url('/store/images/btn-place-order.png') no-repeat;
}
