#e_page .catalog {
float: left;
}

#e_page .catalog .primary{
float: left;
}

#e_page .catalog .primary .categories{
float: left;
width: 100%;
margin: 10px 0 0 0;
}

#e_page .catalog .primary .categories .category{
float: left;
width: 98%;
margin: 0 0 40px 0;
border-top: 3px solid #666;
border-bottom: 1px solid #ccc;
}

#e_page .catalog .primary .categories .category h2{
float: left;
}

#e_page .catalog .primary .categories .category ul.products{
float: left;
width: 100%;
}

#e_page .catalog .primary .categories .category ul.products li.product{
float: left;
clear: none;
width: 48%;
margin: 2px;
padding: 2px;

}

#e_page .catalog .primary .categories .category ul.products li.product .photo{
float: left;
width: 100%;
text-align: center;
}

#e_page .catalog .primary .categories .category ul.products li.product .info{
float: left;
width: 100%;
text-align: center;
}

#e_page .catalog .primary .categories .category ul.products li.product .info .prices{
clear: none;
xfloat: left;
font-size: 11px;
text-align: center;
}


/* TREE NAV */
#e_page .catalog .secondary .pod .category a {
float: left;
clear: none;
margin: 0 0 5px 0;
}

#e_page .catalog .secondary .pod div.category {
border-top: 4px solid #666;
float: left;
clear: none;
font-size: 18px;
margin: 0 0 20px 0;
background: #FFF;
width: 100%;
padding: 3px;
}

#e_page .catalog .secondary .pod .category .type {
float: left;
clear: none;
font-size: 18px;
margin: 0 0 10px 20px;
background: #eee;
width: 92%;
border-top: solid #888 3px;
padding: 3px;
}

#e_page .catalog .secondary .pod .category .type .subtype {
float: left;
clear: left;
font-size: 14px;
margin: 0 0 5px 20px;
background: #fff;
width: 90%;
border-top: solid #aaa 2px;
padding: 3px;

}

#e_page .catalog .secondary .pod .category .type .subtype .subsubtype {
float: left;
clear: left;
font-size: 10px;
margin: 0 0 2px 20px;
width: 90%;
border-top: solid #aaa 1px;
padding: 3px;

}