﻿#products, #products ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#products h2{
    clear: both;
    margin: 10px 0;
}

#products h2 a{
    text-decoration: none;
}

#products h2 a:hover{
    text-decoration: underline;
}

#products ul
{
    margin-bottom: 45px;
}

#products ul li{
    float: left;    
    margin-right: 5px;
}
    