/* #####################################################
Copyright © 2008 BBB Systems, LLC, All rights reserved #
##################################################### */

/* #########################################################
BLOCKS
######################################################### */

.blockOuter{
    position: relative;
    margin-bottom: 8px;
}

.blko_0, .blko_1, .blko_2, .blko_3{
    position: absolute;
    width: 10px;
    height: 10px;
}

.blko_0{
    left: 0px;
    top: 0px;
    background: url(/images/b_top_left.gif) no-repeat top left;
}
.blko_1{
    right: 0px;
    top: 0px;
    background: url(/images/b_top_right.gif) no-repeat top left;
}
.blko_2{
    right: 0px;
    bottom: 0px;
    background: url(/images/b_bottom_right.gif) no-repeat top left;
}
.blko_3{
    left: 0px;
    bottom: 0px;
    background: url(/images/b_bottom_left.gif) no-repeat top left;
}

.block{
    position: relative;
    padding: 6px 9px;
    margin-bottom: 10px;
    text-align: left;
    background-color: #ededed;
    border: 1px solid #cccccc;
}

.block .button{
}

.blockH{
    padding: 0px 0px 4px 0px;
    border-bottom: 2px dotted #6f6f6f;
}
.blockH h5{
    font-weight: bold;
    color: #961b1b;
    font-size: 11px;
    text-transform: uppercase;
}

.prod_cats .blockHR{ border-bottom: 0px solid #fff; }

.blockC{
    color: #707070;
}
.blockC div{}

.blockC ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.blockC ul li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.blockC ul li a{
    display: block;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    width: 100%;

    color: #3c8be8;

    padding: 2px 0px 1px 0px;

    border-bottom: 0px solid #ededed;

    text-transform: uppercase;
}
html>body .blockC ul li a{
    width: auto;
}
.blockC ul li .first{
    border-top: 0px solid #000000;
}

.blockC ul li .cur{ color: #cc0000; }

.blockC ul li a:hover{
    color: #961b1b !important;
    border-bottom: 1px dotted #961b1b;
    padding-bottom: 0px;
}
.blockC ul li .cur{
    color: #961b1b;
    border-bottom: 1px dotted #961b1b;
    padding-bottom: 0px;
}

.blockC ul li ul{ width: auto; margin-bottom: 20px; }

/* DROP DOWN MENU */
.blockC ul li ul{
    /*display: none;*/
    list-style: none;
    margin: 0px 0px 0px 8px;
    padding: 0px;
    overflow: hidden;
    width: auto;
}

.blockC ul li ul li{
    display: block;
    margin: 0px 0px 0px 8px;
    padding: 0px;
    width: auto;
    border-bottom: 0px solid #fff;
}

.blockC ul li ul li a{
    display: block;
    background-image: none;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    height: auto;
    font-size: 11px;
    white-space: nowrap;
}

.blockC ul li ul li .cur{ color: #855f40; background-image: none; }

.blockC ul li ul li a:hover{ background-image: none; }

.blockC ul li ul li ul{
    display: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    width: auto;
}

/* end drop down */

.innerSearch{
    margin-top: 8px;
    padding: 0px 4px;
}

.innerSearch .bsearch{
    width: 90px;
}

.newsForm{
    margin-top: 8px;
    padding: 0px 4px;
}
.newsForm div{
    font-size: 11px;
}

.ntext{ width: 130px; margin-top: 6px; }
.n_signup{ text-align: right; margin-top: 6px; }

.wishList{
    padding: 0px 4px;
}

/*cart*/

#cart_container td{ padding: 4px; }
#cart_container .hr{ border-top: 1px solid #bbb; height: 1px; margin: 0px; padding-bottom: 4px; }

.cart_img_a{
    display: block;
    margin: 0px auto;
    padding: 4px;
    border: 1px solid #bbb;
    background-color: #fff;
    text-align: center;
}
.cart_img_a img{ display: block; margin: 0px auto; }

.cartItem{
    text-align: center;
    padding-bottom: 4px;
    margin-bottom: 4px;
    line-height: 1.5em;
}

.cartItem a{
    font-size: 10px;
    color: #bbb;
}

.cartItem img{
    border: 0px solid #fff;
}


.remove_ctrl{ color: #c80000; }
.remove_ctrl:hover{ color: #6f0719; }

.cartCtrl{
    margin-top: 3px;
    color: #959595;
}

#shoppingNoItems{
    padding: 6px 3px 0px 3px;
    margin-bottom: 3px;
    border-bottom: 0px solid #DEDEDE;
    text-align: center;
}

#shoppingBlockFooter td{ vertical-align: middle; }
#shoppingBlockFooter .button{ font-size: 11px; }

#cart_total{
    text-align: center;
    font-size: 11px;
}

/* end cart */

#lmenu_spacer{ padding: 4px 0px; }
#lmenu_spacer div{ border-bottom: 1px dashed #6d6d6d; height: 1px; }

#shoppingBlockFooter{ border-top: 1px dashed #6f6f6f; padding: 4px 0px; }
.shoppingBlockFooter_inputs{ text-align: right; }


#home_blocks{ margin: 10px 0px; }
#home_blocks .blockH{ border-bottom: 0px solid #fff; }
#home_blocks table{ width: 100%; }
#home_blocks table td{ vertical-align: top; }

#home_blocks .home_block_spacer{ width: 2%; }

#home_featured_products td{
    padding: 5px;
}
#home_featured_products .hfp_anchor{
    display: block;
    width: 95px;
    height: 62px;
    border: 1px solid #bbb;
    background-color: #fff;
    text-align: center;
    padding: 4px 2px;
}
#home_featured_products .hfp_anchor img{ border: 0px solid #fff; }
