/* #########################################################
BLOCKS (212)
######################################################### */

.blockOuter{ margin: 0px 0px 40px 0px; }

.block{ text-align: left; width: auto; border: 1px solid #dadada; }

.blockH{ position: relative; border-bottom: 1px solid #dadada; }

.blockH h5{
    font-size: 20px;
    font-weight: normal;
    padding: 20px;
    margin: 0px;
    background: #fff;
}

.blockC{
    padding: 15px 20px;
    background-color: #fff;
    font-size: 16px;
}

.blockC ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.blockC ul li{
    list-style-type: none;
    margin: 0px;

}
.blockC ul li a{
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    padding: 4px 0px 4px 0px;
    color: #616161;
    transition: all .1s linear;
}
.blockC ul li .cur, .blockC ul li a:hover, .blockC ul li .cur span, .blockC ul li a:hover span{ text-decoration: underline; color: #2149a1; }
.block_arrow{ display: block; position: absolute; top: 4px; left: 0px; font-size: 10px; }

.blockC ul li ul{ width: auto; margin-bottom: 20px; }

.newsletter_ff{ margin-bottom: 8px; }
.wishlistsearch_ff{ margin-bottom: 8px; }

.free_form .blockC{ padding: 5px !important; }

#home_products{ }

#content .blockC{ background-color: #fff; }

#bottom_blocks{ width: 704px; }
#bottom_blocks #bb_spacer{ width: 9px; }

#bottom_blocks .blockC{ background-color: #fff !important; }

#bottom_blocks td .hThumbs{ margin-left: 2px; }
#bottom_blocks td .hThumbs li{
    margin: 8px 2px 60px 2px;
    border: 1px solid #f00;
}

.blockC input[type="text"]{
    width: 130px;
    padding: 4px 2px;
    font-size: 14px;
}

#search_year_div{
    padding-bottom: 20px;
}

#search_year_div select{
    font-size: 14px;
    padding: 5px;
    margin-right: 5px;
}

#bb_events_cell{  }
#bb_cart_cell{  }
#bb_cart_cell .blockC{ padding: 0px !important; }

#bb_cart_container{ margin-top: 27px; }
#bb_cart_tab_container{
    margin-bottom: 0px;
    position: relative;
}

#bb_cart_tabs{
    position: absolute;
    width: 100%;
    top: -27px;
    padding: 0px;
}
#bb_cart_tabs li{
    list-style: none;
    float: left;
    text-align: center;
    border-bottom: 0px solid #fff;
}
#bb_cart_tabs li a{
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    display: block;

    padding: 7px 12px;

    color: #486168;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    background-color: #ecf4f6;
    text-transform: uppercase;
    border-bottom: 1px solid #d4e2e7;
}
#bb_cart_tabs li .cur{
    background-color: #fff;
    border-bottom: 0px solid #fff;
}

#bb_cart_tabs li a:hover{ background-color: #fff; color: #3d5c65; text-decoration: underline; }
#bb_cart_tabs #bbcart_tab_first{ border-right: 1px solid #d4e2e7; }

#bb_cart_inner{ width: auto; height: 160px; overflow: auto; text-align: center; }

#bb_cart_inner .hThumbs{ padding: 0px; margin: 0px; }
#bb_cart_inner .hThumbs li{
    float: left;
    display: block;
    padding: 2px;
    height: auto !important;
    min-height: 140px;
    margin-bottom: 10px;


}

#bb_cart_footer{ padding-top: 8px; }
#bb_cart_footer  .button, #bb_cart_footer  .buttonOver{
}

#bb_cart_no_items, #bb_recent_items{
    color: #676767;
    font-size: 14px;
    width: 150px;
    text-align: center;
    margin: 50px auto 0px auto;
    font-style: italic;
}

#bb_cart_lfooter{
    float: left;
    margin: 4px;
}

#bb_cart_rfooter{
    float: right;
    margin: 4px;
    font-weight: bold;
}

#bb_recent_items_footer{
    padding: 6px 0px;

    text-align: center;
}
#bb_recent_items_footer a{
    color: #5a75af;
    font-weight: bold;
}
#bb_recent_items_footer a:hover{ color: #3e68c7; }

.cartCtrl a{ color: #a01a1e !important; }
.cartCtrl a:hover{ color: #6f0d11 !important; }

#gTotal{
    font-weight: bold;
}

.blk_section_title{
    margin: 0px;
    padding: 10px 0px;
}
.blk_section{
    padding: 10px 0px;
}

#footer_newsletter input[type=text]{ margin: 8px 0px; }

#cat_block_search{
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: 48px;
}
#cat_block_search input{
    border-radius: 0;
}
#cat_block_txt{
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
    min-width: 220px;
    padding: 15px 20px;
    font-size: 16px;
    color: #363636;
    border: 0px;
}
#cat_block_btn{
    position: absolute;
    top: 0; right: 0;
    z-index: 2;

    background: url(/images/icon_left_search.gif) no-repeat top right;
    width: 48px;
    height: 48px;
    border: 0px;
    border-left: 1px solid #dadada;

    cursor: pointer;
}