.columns
{
    float:left;
    width:175px;
	table-layout:fixed;
}
.columns img
{
    padding-right: 5px;
}
.columns .cat_name
{
    clear:both;
    font-size:14px;
    font-style:normal;
    font-weight:bold;
}
.columns .sub_cats
{
    float:bottom;
    font-style:normal;
    margin-bottom:12px;
}
.columns .sub_catname
{
    float:bottom;
    width:100%px;
	margin-right:15px;
}
.columns .sub
{
    float:left;
}
.columns .clear
{
    clear:both;
}
