
#products {
	
margin-top: 10px;
}

#products #products-columnRange
{
width:125px;
float:left;
text-align:left;
padding-top:0px;
height:20px;
margin-top:0px;

}

#products-columnRange h3{
background: #004071;
color: #7BA2DD;
padding-left: 10px;
border-top: 2px solid #000;
border-right: 1px solid #FFF;
border-bottom: 1px solid #000;
}

#products-columnRange h3:hover{
background: #000;
color: #7BA2DD;
padding-left: 10px;
border-top: 2px solid #000;
border-right: 1px solid #FFF;
border-bottom: 1px solid #000;
}

#products #products-columnRange a{
color: #fff;
text-decoration: none;
}

#products #products-columnRange a:hover{
color: #7BA2DD;
}

#products #products-columnRange a:visited{
color: #fff;
}

