/* #########################################################
BLOCKS
######################################################### */

.blockOuter{
    margin-bottom: 10px;
}

.block{
    text-align: left;
    background-color: #fff;
    padding-bottom: 8px;
}

.blockH{ }
.blockH h5{
    font-size: 15px;
    color: #383838;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    text-transform: uppercase;
}

.blockC{
    background-color: #efefef;
    border: 1px solid #d2d2d2;
    padding: 10px;
}
.blockC div{ }

.blockC ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.blockC ul li{
    list-style-type: none;
    margin: 0px;
}
.blockC ul li a{
    display: block;
    padding: 9px 0px 4px 4px;
    text-decoration: none;
    font-size: 13px !important;
    font-weight: normal;
    width: auto;
    border-bottom: 1px solid #dbdbdb;

    color: #383838;
}
.blockC ul li .first{
    border-top: 0px solid #000000;
}

.blockC ul li .cur{ color: #cc0000; }

.blockC ul li a:hover{ color: #ba0000; }

.blockC ul li ul{ width: auto; margin-bottom: 20px; }

.newsletter_ff{ margin-bottom: 8px; }
.ntext{ width: 175px; }

/* product category block */
#prodCatBlock{ }
#prodCatTabsC{
    padding-top: 23px;
    margin-bottom: 4px;
    position: relative;
    border-bottom: 1px solid #004ea6;
}

#prodCatTabs{
    position: absolute;
    width: 100%;
    top: 0px;
    padding: 0px 0px 0px 4px;
}
#prodCatTabs li{
    list-style: none;
    float: left;
    text-align: center;
    border-bottom: 0px solid #fff;
}
#prodCatTabs li a{
    display: block;

    padding: 3px 20px 3px 20px;
    margin: 0px 0px -2px 0px !important;

    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;

    background-color: #cc0000;
    border-top: 1px solid #004ea6;
    border-left: 1px solid #004ea6;
    border-right: 1px solid #004ea6;
}
#prodCatTabs li a:hover{
    text-decoration: underline;
    background-color: #d63333;
    color: #fff !important;
}
#prodCatTabs li .cur{
    color: #000;
    font-weight: normal;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}
#prodCatTabs li .cur:hover{ background-color: #fff; color: #000 !important; }

.free_form .blockC{ padding: 5px !important; }

.main_cats li a{ font-weight: bold !important; border-bottom: 0px solid #fff !important; padding: 4px 0px 4px 4px !important; }
.main_cats li{ border-bottom: 1px solid #dbdbdb !important; margin-bottom: 4px !important; }
.sub_cats{ margin: 4px 0px 8px 6px !important; }
.sub_cats li{ border-bottom: 0px solid #f00 !important; }
.sub_cats li a{ font-weight: normal !important; padding: 2px 0px 2px 4px !important; }

#shoppingNoItems, #shoppingBlockFooter{ text-align: center; margin: 5px 0px; }

#cart_container .cartItem{ text-align: center; margin-bottom: 8px; }
.cart_img_a img{ display: block; margin: 0px auto; border: 1px solid #d2d2d2; }
