@charset "utf-8";
/* CSS Document */
ul.products{
margin:0;
padding:0;
list-style:none;
height:auto;
display:block;
overflow:hidden;
float:none;
clear:both;
}
*html ul.products
{
height:80px;
}
ul.products li {
float:left;
width:110px;
height:auto;
overflow:hidden;
display:block;
margin-right:5px;
}
*html ul.products li div{
width:110px;
height:auto;
}
