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

.block{
    margin: 0px 5px 5px 5px;
    width: 180px;
    background: #484848 url(/images/block_bg.jpg) repeat-x top left;
}

.blockI{
    background: url(/images/block_top_left.jpg) no-repeat top left;
    font-size: 12px;
    text-align: left;
    padding: 10px;
}

.nopadding .block .blockI{
    padding: 0px;
}

.blockH{
    border-bottom: 1px solid #3c3c3c;
    color: #FFFFFF;
    font-weight: bold;
    padding-bottom: 3px;
}

#mtcellRight .blockH{
    color: #E81C1C;
    text-transform: uppercase;
    font-size: 12px;
}

.blockC{
    color: #FFFFFF;
    font-size: 11px;
}


.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;
    padding: 3px 0px 3px 4px;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    width: 100%;

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

.blockC ul li a:hover{
    border-bottom: 1px solid #c65757;
}

.innerSearch{
    margin-top: 4px;
}

.newsForm{
    margin-top: 4px;
}


.af_write, .af_rss{
    float: right;
}

.af_rss img{
    border: 0px solid #000000;
}

a.af_write{
    padding: 2px 4px;

    border: 1px solid #FFFFFF;
    color: #FFFFFF !important;
    text-decoration: none;

    background-color: #C20201;
    margin-right: 8px;;
}

a.af_write:hover{
    text-decoration: none;
    border: 1px inset #FFFFFF;
    background-color: #A20201;
}

.block input{
    font-size: 10px;
}

.block .button{
    margin: 0px;
    padding: 0px;
}

#mtcellRight .block{
    background-color: #FFFFFF;
    margin: 0px 0px 10px 0px;
    background-image: none;
    color: #000000;
    width: 188px;
    border: 1px solid #d2d2d2;
}

.nopadding .block{
    border: 1px solid #8d8d8d;
}

#mtcellRight .block .blockC{
    background-color: transparent;
    color: #000000;
}

#mtcellRight .blockI{
    background-color: transparent;
    background-image: none;
    color: #000000;
}

#mtcellRight .block h3{
    margin: 0px;
    padding: 0px;
}

/* cart block */
.rb_cart h3{
    text-transform: uppercase;
    margin-bottom: 15px !important;
}

.cartItem{
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #DEDEDE;
}

.cartItem a{
    text-decoration: none;
}

.cartItem img{
    border: 1px solid #959595;
}

.cartItemLeft{
    float: left;
}
.cartItemRight{
    float: right;
    width: 90px;

    line-height: 1.4em;
}

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

#shoppingNoItems{
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #DEDEDE;
}