@import url('../css/template.layout.css');
@import url('../css/template.fp.general.css');
@import url('../css/editor.css');


.em_category_cont {
   width : 100%;
   clear : both;
}
.em_catecory_item {
   float : left;
   padding : 2px;
   text-align : center;
   margin : 2px;
}
.em_category_thumb {
}
.em_category_thumb img {
   border : none;
}

.clearBoth {
   clear : both;
}

div.cartIcon {
   float : left;
   width : 32px;
   height : 32px;
   background : transparent url(../images/cart_icon.png) no-repeat;
}

.em_cart_row {
   border-bottom : 1px solid #000;
}
/*
.em_cart_info {
   text-align : right;
   padding-right : 10px;
}
*/
.em_cart_brd_top {
   border-top: 1px solid #000;
}

div.categoryIcon {
   width : 32px;
   height : 32px;
   background : url(../images/category_icon.png) no-repeat;
}






.cart_account_cont {
   border-top: 1px solid #000;
}
.module_list_link ul {
   padding : 0;
   margin : 0;
}
.module_list_link li {
   list-style : none;
}
.module_list_link a {
   text-decoration : none;
   color : #000;
   font-weight: bold;
}
.module_list_link a:hover {
   text-decoration : none;
   color : #000;
   font-weight: bold;
}
.module_list_link ul li {
   padding : 2px 0 2px 5px;
   border-top : 1px solid #FFF;
   border-bottom : 1px solid #FFF;
}
.module_list_link ul li:hover {
   border-top : 1px solid #000;
   border-bottom : 1px solid #000;
}

a {
   color : #600;
   font-weight : bold;
   text-decoration : none;
}
a:hover {
   color : #800;
   text-decoration : underline;
}




.manufacturer_filter {
   float : left;
}
.manufacturer_filter  a img{
   border : 2px solid #FFF;
}
.manufacturer_filter  a:hover img{
   border : 2px solid #600;
}

.cont_nav {
   width : 100%;
   border-bottom : 1px solid #000;
}

.pic_link img {
   border : 0;
}
