﻿.productlist {
    height:auto;
    overflow:hidden;

}
    .productlist ul {
    height:auto;
    overflow:hidden;
    clear:both;
    }
        .productlist ul li {
        float:left;
        width:31%;
        margin:15px 1% 0;

        
        }
            .productlist ul li img {
            display:block;
            width:100%;
             box-shadow:2px 3px 5px #ccc;
            }
            .productlist ul li p {
            height:40px;
            line-height:40px;
            text-align:center;

            }
