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

.block{
    font-size: 11px;
    text-align: left;
    border: 1px solid #919191;
    background-color: #e9e9e9;
    margin-bottom: 10px;
}

.topSearch .block{
    margin-top: 0px;
}

.blockH{ }
.blockHL{ }
.blockHR{
    padding: 10px 0px 0px 10px;

    font-size: 12px;
    text-transform: uppercase;
    color: #5a75af;
    font-weight: bold;
}

.blockC{
    color: #000000;
}
.blockC div{ padding: 8px; }

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

    color: #4b5b7f;
    border-bottom: 1px solid #cecece;
}
html>body .blockC ul li a{
    width: auto;
}
.blockC ul li a.first{
    border-top: 0px solid #000000;
}

.blockC ul li a:hover{
    color: #3e68c7;
}

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

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

.blockC ul li ul li{
    display: block;
    margin: 0px;
    padding: 0px;
    width: auto;
}

.blockC ul li ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    height: auto;
}

.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;
}

.newsForm{
    margin-top: 8px;
}

.wishList div{ padding: 0px !important; }

#prodCats{
    height: 500px;
    overflow: auto;
    padding: 9px;
}

/* bottom blocks */
#bottomBlocks{
    width: 715px;
    margin: 28px 0px 8px 0px;
}

#bottomBlocks td{ vertical-align: top; }

#bottomBlocks .clearBoth{
    margin: 0px;
    padding: 0px;
}

#bottomBlocks td .hThumbs{ margin-left: 2px; }
#bottomBlocks td .hThumbs li{
    margin: 8px 2px 60px 2px;
}

#productsBlock{
    width: 270px;
}

#productsBlockContainer{
    background-color: #e9e9e9;
    border: 1px solid #898F9B;

    height: 130px;
    text-align: center;

    overflow: auto;
}

#brandsTable td{
    padding: 3px;
}

#productsBlockContainer .hThumbs{
    margin-left: 30px !important;
}

#productsBlockContainer .hThumbImgA{
    border: 1px solid #909090;
}

#productsBlockFooter{
    background-color: #E2E2E2;
    border-right: 1px solid #898F9B;
    border-bottom: 1px solid #898F9B;
    border-left: 1px solid #898F9B;

    padding: 6px 0px;

    text-align: center;
}
#productsBlockFooter a{
    color: #5a75af;
    font-weight: bold;
}
#productsBlockFooter a:hover{ color: #3e68c7; }


#recent_items_block{
    width: 220px;
}

#recent_items_container{
    background-color: #e9e9e9;
    border: 1px solid #898F9B !important;

    height: 130px;

    overflow: auto;
}

#recent_items_footer{
    background-color: #E2E2E2;
    border-right: 1px solid #898F9B;
    border-bottom: 1px solid #898F9B;
    border-left: 1px solid #898F9B;

    padding: 6px 0px;

    text-align: center;
}
#recent_items_footer a{
    color: #5a75af;
    font-weight: bold;
}
#recent_items_footer a:hover{ color: #3e68c7; }

#shoppingBlock{
    width: 220px;
}

#shoppingBlockContainer{
    background-color: #e9e9e9;
    border: 1px solid #898F9B !important;

    height: 130px;

    overflow: auto;
}

#shoppingBlockFooter{
    background-color: #E2E2E2;
    border-right: 1px solid #919191;
    border-bottom: 1px solid #898F9B;
    border-left: 1px solid #898F9B;
}
#shoppingBlockFooter  .button, #shoppingBlockFooter  .buttonOver{
    padding: 0px 2px !important;
}

#shoppingNoItems, #recentNoItems{
    color: #676767;
    font-size: 14px;
    width: 150px;
    text-align: center;
    margin: 40px auto 0px auto;
}

#leftBlockFooter{
    float: left;
    margin: 4px;
}

#rightBlockFooter{
    float: right;
    margin: 4px;
}

.cartCtrl a{ color: #A01A1E; }
.cartCtrl a:hover{ color: #6F0D11; }

#gTotal{
    font-weight: bold;
}

.quoteQuestion{
    color: #A01A1E;
    font-weight: bold;
    font-size: 11px;
    margin: 4px 0px;
}


/* tab styles */

.tabs_container{ position: relative; }

.tabs_ul{
    position: absolute;
    top: -21px;

    margin: 0px 0px 0px 4px;
    padding: 0px;
}

#shoppingBlock .tab_cur, #recent_items_block .tab_cur{
    position: absolute;
    top: -21px;

    margin: 0px 0px 0px 12px;
    padding: 4px 0px;
    color: #5a75af;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.tabs_ul li{
    position: relative;
    background: url(/images/tab_bg.gif) repeat-x top left;
    list-style: none;
    float: left;
    text-align: center;
    margin: 0px 6px 0px 7px;
}
.tabs_ul li a{
    display: block;

    padding: 5px 3px 3px 3px;

    color: #5a75af;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.tabs_ul li a:hover{
    text-decoration: none;
}
.tabs_ul li .a_cur{ }

.tab_left{
    position: absolute;
    top: 0px;
    left: -7px;
    width: 7px;
    height: 22px;
    background: url(/images/tab_left.gif) no-repeat top left;
}
.tab_right{
    position: absolute;
    top: 0px;
    right: -6px;
    width: 6px;
    height: 22px;
    background: url(/images/tab_right.gif) no-repeat top left;
}
.tab_right_last{
    position: absolute;
    top: 0px;
    right: -7px;
    width: 7px;
    height: 22px;
    background: url(/images/tab_right_last.gif) no-repeat top left;
}

.tab_cur{
    position: relative;
    background: url(/images/tab_over_bg.gif) repeat-x top left !important;
}
.tab_cur .tab_left{
    position: absolute;
    top: 0px;
    left: -7px;
    width: 7px;
    height: 22px;
    background: url(/images/tab_over_left.gif) no-repeat top left;
}
.tab_cur .tab_right{
    position: absolute;
    top: 0px;
    right: -6px;
    width: 6px;
    height: 22px;
    background: url(/images/tab_over_right.gif) no-repeat top left;
}
.tab_cur .tab_right_last{
    position: absolute;
    top: 0px;
    right: -7px;
    width: 7px;
    height: 22px;
    background: url(/images/tab_over_right_last.gif) no-repeat top left;
}

#prod_cats_container{ position: relative; margin-top: 21px; }
#prod_cats_container .tabs_ul{ top: -21px; }

.ntext, .smallInput{ width: 120px; }
