/* #########################################################
BLOCKS
######################################################### */
.block{
    position: relative;
    margin: 0px auto 10px auto;
    text-align: left;
    padding: 7px 4px;
    width: 170px;
    border: 1px solid #cccccc;
    background: #fff url(/images/block_bg.gif) repeat-x bottom left;
}
#columnRight .block{
    position: relative;
    margin: 0px auto 10px auto;
    text-align: left;
    padding: 7px 4px;
    width: 220px;
    border: 1px solid #cccccc;
    background: #fff url(/images/block_bg.gif) repeat-x bottom left;
}

.block_tl{
    position: absolute;
    top: -1px;
    left: -1px;
    background: url(/images/block_tl.gif) no-repeat top left;
    width: 9px;
    height: 9px;
}
.block_tr{
    position: absolute;
    top: -1px;
    right: -1px;
    background: url(/images/block_tr.gif) no-repeat top right;
    width: 9px;
    height: 9px;
}
.block_bl{
    position: absolute;
    bottom: -1px;
    left: -1px;
    background: url(/images/block_bl.gif) no-repeat bottom left;
    width: 10px;
    height: 9px;
}
.block_br{
    position: absolute;
    bottom: -1px;
    right: -1px;
    background: url(/images/block_br.gif) no-repeat bottom right;
    width: 9px;
    height: 9px;
}

.no_corners .block_tl{ display: none; }
.no_corners .block_tr{ display: none; }
.no_corners .block_bl{ display: none; }
.no_corners .block_br{ display: none; }

.blockH{
    position: relative;
    background: url(/images/blockh_middle_blue.gif) repeat-x top left;
    color: #ffffff;
    font-weight: bold;
    padding: 6px 6px 6px 18px;
    font-size: 11px;
    height: 16px;
}
.blockH_left{
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(/images/blockh_left_blue.gif) repeat-x top left;
    width: 10px;
    height: 25px;
}
.blockH_right{
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(/images/blockh_right_blue.gif) repeat-x top left;
    width: 10px;
    height: 25px;
}

.orange_block .blockH{ background: url(/images/blockh_middle_orange.gif) repeat-x top left; }
.orange_block .blockH_left{ background: url(/images/blockh_left_orange.gif) repeat-x top left; }
.orange_block .blockH_right{ background: url(/images/blockh_right_orange.gif) repeat-x top left; }

.red_block .blockH{ background: url(/images/blockh_middle_red.gif) repeat-x top left; }
.red_block .blockH_left{ background: url(/images/blockh_left_red.gif) repeat-x top left; }
.red_block .blockH_right{ background: url(/images/blockh_right_red.gif) repeat-x top left; }

.teal_block .blockH{ background: url(/images/blockh_middle_teal.gif) repeat-x top left; }
.teal_block .blockH_left{ background: url(/images/blockh_left_teal.gif) repeat-x top left; }
.teal_block .blockH_right{ background: url(/images/blockh_right_teal.gif) repeat-x top left; }

.green_block .blockH{ background: url(/images/blockh_middle_green.gif) repeat-x top left; }
.green_block .blockH_left{ background: url(/images/blockh_left_green.gif) repeat-x top left; }
.green_block .blockH_right{ background: url(/images/blockh_right_green.gif) repeat-x top left; }

.grey_block .blockH{ background: url(/images/blockh_middle_grey.gif) repeat-x top left; }
.grey_block .blockH_left{ background: url(/images/blockh_left_grey.gif) repeat-x top left; }
.grey_block .blockH_right{ background: url(/images/blockh_right_grey.gif) repeat-x top left; }

.blockC, .blockC div, .blockC form, .blockC form div{
    font-size: 11px;
}

.blockC{
    color: #000;
    padding: 0px 5px 5px 5px;
}

.blockC div{
    padding: 3px;
}

.no_corners .blockC, .no_corners .blockC div{ padding: 0px; }

#columnLeft .blockC div{
    text-align: center;
}
.blockC a{
    font-size: 10px;
}

.blockC ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.blockC ul li{
    text-align: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background: url(/images/block_line.png) no-repeat bottom left;
}
.blockC ul li a{
    display: block;
    margin: 0px;
    padding: 6px 5px 2px 5px;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    width: auto;

    color: #000;
}
.blockC ul li a:hover, .blockC ul li .cur{
    color: #3b9de9;
}
.blockC ul li a strong{ color: #ce0000; }

.blockC .sub a{
    padding: 4px 0px 4px 17px;
}

.blockC ul li a.first{
    border-top: 0px solid #D1D1D1;
}

.blockC ul li a span{
    color: #C62B29;
}

.blockText{
    padding: 0px 2px;
    font-size: 9px;
}
.blockText a{
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;


    color: #000762;
}
.blockText a:hover{
    color: #000762;
    background-color: #8da6cf;
}

.blockSpacer{
    font-size: 1px;
}

.blockText .radio{
    background-color: transparent;
    border: 0px solid #000000;
}

/* News Letter */

#newsForm{
    font-size: 9px;
    text-align: center;
}

.newEmailInput{
    font-size: 11px;
    width: 95px;
}

#newsForm .button{
    margin-left: 3px;
}
#newsForm .buttonOver{
    margin-left: 3px;
}

/* no style */
.noStyle .block{
    border: 0px solid #FFF;
    padding: 0px;
    margin: 8px 0px;
}

.noStyle .blocktlC{
    display: none;
    visibility: hidden;
}
.noStyle .blockbrC{
    display: none;
    visibility: hidden;
}

.noStyle .blockH{
    display: none;
    visibility: hidden;
}
.noStyle .blockHR{
    display: none;
    visibility: hidden;
}

.noStyle .blockC{
    background: none;
}


/* events */
.blockC ul li a .eName{
    color: #3A71B8;
    padding-left: 11px;
}
.blockC ul li a:hover .eName{
    color: #C62B29;
}

.blockC .noEvents{
    padding: 0px 3px;
    font-size: 10px;
}

.moreEvents{
    text-align: center;
}
.moreEvents a{
    font-size: 10px;
}


#shoppingBlockContainer{ padding: 0px !important; }
.cartItemImg{ padding: 8px 0px 0px 0px !important; }
.cartItemImg a img{ border: 0px solid #fff; }
.cartItemName{ padding: 0px !important; }
.cartCtrl{ padding: 8px 0px !important; border-bottom: 1px solid #ccc; }

#shoppingBlockFooter{ text-align: center; }

/* END SPECIAL BLOCKS */