﻿.regularList ul
{
    padding: 0 0 20px;
}
.regularList ul ul
{
    padding: 5px 0 5px 20px;
}
.pestList, .productsList, .regularList {
     padding: 0 0 5px 0;
     overflow: hidden; 
    }

    
.pestList ul {
    float:left;
    padding:0 2% 20px 0;
    width:31%;
}
.productsList ul {
    float: left;
    width: 20%;
    padding: 0 4% 20px 0;
}

#productsList h2 {
    color:#d07e00;
    font-size:18px;
    padding:5px 0 2px;
}
#productsList h3
{
    font-size:1.2em;
    font-weight:bold;
    clear: both;
    color: #444444;
}

#productsList h3.blue
{
    border-bottom:1px solid #4c86b7;
    margin: 0 0 4px 0;
    padding: 0 0 2px 0;
}
#productsList h2.green
{
    color:#46A42C;
    font-size:16px;
}
#productsList a
{
    margin-right:5px;

}

