/*
Products listed vertically with description
Author: Lee Munroe August 2008
*/

#products{
width:100%;
}

#products li.product-container{
padding:10px;
margin-bottom:20px;
clear:both;
}

.product-list-image{
width:200px;
margin-right:20px;
float:left;
}

.product-list-details{
float:left;
width:450px;
}

.product-container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

