/* 
    Document   : wc-minishop
    Created on : Nov 22, 2012, 10:19:27 PM
    Author     : Bryan
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
.listing-container{clear:both;width:99%;}
.listing-container:after{clear:left}
div.limit{height:auto;overflow:auto}
.listing-container .product {
    
    height:auto;
    text-align: center;
    float:left;
    vertical-align:top;
display: inline-block;
padding:10px;
}
.listing-container .product img{margin-left:auto;margin-right:auto}
.listing-container .first{clear:left}
.listing-container .product span{display:block;text-align:center}