﻿#filterProducts
{
    padding: 8px 6px 4px 10px;
}
#filterProducts td
{
    padding: 4px 8px 4px 0px;
}


#filterProducts select
{
    width:180px;
    padding: 1px 1px 2px 2px;
    
}
.btnReset
{
    background:url('../Images/products/reset_button.gif') no-repeat;
    border:none;
    width:69px;
    height:22px;
    cursor:pointer;
}
.btnViewAll
{
    background:url('../Images/products/view_all_button.gif') no-repeat;
    border:none;
    width:88px;
    height:20px;
    cursor:pointer;
}

#productsList h3
{
    font-size:1.2em;
    font-weight:bold;
    margin: 0 0 4px 0;
    padding: 20px 0 2px 0;
    clear: both;
    color: #444444;
}
#productsList ul
{
    float: left;
    padding: 0 5% 0 0;
}

#productsList h3.Fungicides
{
    border-bottom:1px solid #67bb82;
}
#productsList h3.Herbicides
{
    border-bottom:1px solid #f7a162;
}
#productsList h3.Insecticides
{
    border-bottom:1px solid #4c86b7;
}
#productsList h3.Seed-Treatments
{
    border-bottom:1px solid #c16b75;
}
#productsList h3.Seed
{
    border-bottom:1px solid #42B4BE;
}
#productsList h3.Other
{
    border-bottom:1px solid #9b6ca4;
}

#productsList a
{
    margin-right:5px;

}



