﻿#filterPests
{
    padding: 8px 6px 4px 10px;
}
#filterPests th, #filterPests td
{
    padding: 4px 8px 4px 0px;
}
#filterPests th 
{
    font-size: 12px;
    color: #000;
    padding-right: 30px;
}
#filterPests select
{
    width:170px;  
    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: bold 12px Arial,  sans-serif;
    margin: 0 0 4px 0;
    padding: 0 0 2px 0;
    clear: both;
    color: #444444;
}
#productsList h2
{
	font: bold 18px Arial,  sans-serif;
    clear: both;
	color: #d07e00;
	padding: 5px 0 2px 0;
}
#productsList ul
{
    float: left;
    width: 28%;
    padding: 0 5% 20px 0;
}
#productsList h3.grey
{
    border-bottom:1px solid #e2e2e2;
}
#productsList a
{
    margin-right:5px;

}



