/*
Products listed horizontally
Author: Lee Munroe August 2008
*/

#products li.product-container{
width:195px;
margin:10px 30px 20px 0;
float:left;
padding:10px;
text-align: center;
}

#products li.last{
margin-right:0!important;
}

#products li.first{
clear:both;
}

.product-list-description{
display:none;
}

#products h3{
text-align:center;
}