.columns
{
		padding:0px 3px;
		clear:both;
}
.columns img
{
    width: 120px;
	height: 120px;
}
.columns .cat_name
{
    clear:both;
    font-size:14px;
    font-style:normal;
    font-weight:bold;
}
.columns .sub_cats
{
    float:left;
    font-style:normal;
    margin-bottom:10px;
}
.columns .sub_catname
{
    float:left;
    width:125px;
	padding:10px 2px;
}
.columns .sub_catname a {
		text-decoration:none;
		font-weight:bold;
		color:#4e6179;
		font-size:14px;
}
.columns .sub_catname img
{
		border: 1px solid #7d8fa6;	
}
.columns .sub
{
    float:left;
	height:170px;
}
.columns .clear
{
    clear:both;
}
