/* #########################################################
BLOCKS
######################################################### */

.block{
    position: relative;
    background: #f0f4f9;
    margin-bottom: 12px;
    text-align: left;
    border: 1px solid #19549a;
}

.block_tl, .block_tr, .block_bl, .block_br{
    position: absolute;
    width: 6px;
    height: 6px;
}
.block_tl{
    top: -1px;
    left: -1px;
    background: url(/images/block_corner_tl.gif) no-repeat top left;
}
.block_tr{
    top: -1px;
    right: -1px;
    background: url(/images/block_corner_tr.gif) no-repeat top left;
}
.block_bl{
    bottom: -1px;
    left: -1px;
    background: url(/images/block_corner_bl.gif) no-repeat top left;
}
.block_br{
    bottom: -1px;
    right: -1px;
    background: url(/images/block_corner_br.gif) no-repeat top left;
}

.blockH{
    padding: 11px;
    background: #97c2f3 url(/images/blockh_bg.gif) repeat-x top left;
    border-bottom: 1px solid #19549a;
}
.blockH h5{
    font-size: 14px;
    color: #113d73;
    font-weight: bold;
    text-transform: uppercase;
}

.blockC{
    color: #000000;
    padding: 4px;
}
.blockC div{
}

.blockC ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.blockC ul li{
    list-style-type: none;
    margin: 0px;
    border-bottom: 1px solid #d4ddd6;
}
#columnLeft .blockC ul li{
    padding-left: 11px !important;
    padding-top: 1px;
    padding-bottom: 1px;
    background: url(/images/red_arrow.gif) no-repeat 10px 11px;
}
.blockC ul li a{
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;

    color: #0463d3;
}
#columnLeft .blockC ul li a{
    display: block;
    padding: 5px 8px;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;

    color: #0463d3;
}
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: #d62424 !important;
}

.blockC ul li ul{ width: auto; margin-bottom: 20px; }


.innerSearch{
    margin-top: 8px;
    padding: 0px 4px;
}

.newsForm{
    margin-top: 8px;
    padding: 0px 4px;
}

.ntext{ width: 130px; }

.wishList{
    padding: 0px 4px;
}

/* product category block */
#prodCatBlock{ }

/*cart*/
#recent_items_container, #cart_container{
    background-color: #fff;
    margin-bottom: 3px;
    padding: 9px 4px 0px 4px;
}

#recent_items_container td, #cart_container td{
    vertical-align: top;
    padding: 4px;
    text-align: center;
    width: 50%;
}
#recent_items_container td{ padding: 0px 4px !important; }

#recent_items_container .ri_view_prod{ color: #c80000; }
#recent_items_container .ri_view_prod:hover{ color: #6f0719; }

.cart_img_a{
    display: block;
    margin: 0px auto;
    border: 1px solid #004ea6;
}

.cartItem{
    text-align: center;
    padding-bottom: 4px;
    margin-bottom: 4px;
    line-height: 1.5em;
}

.cartItem a{
    font-size: 10px;
}

.cartItem img{
    border: 0px solid #fff;
}

.recentItem{
    text-align: center;
}
.recentItem a{
    font-size: 10px;
}

.recentItem img{
    border: 0px solid #fff;
}

.remove_ctrl{ color: #c80000; }
.remove_ctrl:hover{ color: #6f0719; }

.cartCtrl{
    margin-top: 3px;
    color: #959595;
}

#shoppingNoItems{
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 0px solid #DEDEDE;
}

#shoppingBlockFooter td{ vertical-align: middle; }
#shoppingBlockFooter .button{ font-size: 11px; }

#cart_total{
    text-align: center;
    font-size: 11px;
}

.home_top_block{
    position: relative;
    padding: 7px;
    text-align: left;
    background-color: #e2ecf7;
    border: 1px solid #1a559b;
}
.home_top_block .block_tl, .home_top_block .block_tr, .home_top_block .block_bl, .home_top_block .block_br{
    position: absolute;
    width: 6px;
    height: 6px;
}
.home_top_block .block_tl{
    top: -1px;
    left: -1px;
    background: url(/images/home_block_tl.gif) no-repeat;
}
.home_top_block .block_tr{
    top: -1px;
    right: -1px;
    background: url(/images/home_block_tr.gif) no-repeat;
}
.home_top_block .block_bl{
    bottom: -1px;
    left: -1px;
    background: url(/images/home_block_bl.gif) no-repeat;
}
.home_top_block .block_br{
    bottom: -1px;
    right: -1px;
    background: url(/images/home_block_br.gif) no-repeat;
}


#home_bottom_blocks{ width: 954px; }
#home_bottom_blocks .block .blockC{ padding: 10px; min-height: 250px; height: auto; }

.home_block_spacer{ width: 1%; }