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

.block{
    margin: 0px 5px 10px 5px;
    width: 178px;
    border: 1px solid #c8af62;
}

.blockH{
    background: #ffc147 url(/images/block_header.jpg) repeat-x top left;
    border-bottom: 1px solid #c8af62;
    color: #5c360d;
    font-weight: bold;
    padding: 6px;
}

.blockC{
    background: #f3ecd7 url(/images/block_wtr_mrk.jpg) no-repeat top right;
    color: #5c360d;
    font-size: 11px;
    padding: 4px;
    margin: 0px;
    line-height: 1.4em;
}

.bimages .blockC{
    padding: 0px;
    line-height: 1.0px;
}
.bimages .blockC img{
    margin: 2px !important;
    border: 0px solid #FFFFFF;

}

.blockC input{
    width: 105px;
    font-size: 10px;
}

.blockC input.button{
    width: auto;
}

.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: auto;

    color: #5c360d;
    border-bottom: 1px solid #dbd4bf;
}

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

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

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

/* CALENDAR BLOCK */
#cal{
    margin: 4px;
}

#event_page_id{
    display: none;
}

/* CALENDAR STYLES */
.calTop{
    text-align: center;
}
.calTop table{ width: 100%; margin: 0px auto; }
.calTop td a{
    text-decoration: none;
    font-size: 9px;
    text-transform: uppercase;
}
.calTop td a:hover{
    text-decoration: underline;
}

.calTop .calHeadL{
    padding: 1px 2px;
    text-align: left;
}
.calTop .calHead{
    text-align: center;
    padding: 1px 0px;
    font-weight: bold;
    white-space: nowrap;
}
.calTop .calHeadR{
    padding: 1px 2px;
    text-align: right;
}

.cal{
    border-top: 2px solid #B6AD84;
    border-right: 1px solid #B6AD84;
    border-bottom: 1px solid #B6AD84;
    border-left: 1px solid #B6AD84;

    color: #B7B1B5;
    font-size: 9px;
}

.cal .calHeadDOW td{
    background-color: #F1DF6F;

    border-right: 0px solid #B6AD84;
    border-bottom: 1px solid #B6AD84;
    border-left: 0px solid #B6AD84;

    color: #8C774C;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.cal .calHeadDOW .calHDOWL{
    border-left: 2px solid #B6AD84;
}

.cal .calHeadDOW .calHDOWR{
    border-right: 2px solid #B6AD84;
}

.cal table{
    width: 100%;
    border-collapse: collapse;
}
.cal table td{
    padding: 0px;
    text-align: center;
    border-right: 2px solid #B6AD84;
    border-bottom: 2px solid #B6AD84;
    border-left: 2px solid #B6AD84;
}

.cal a{
    font-size: 10px;
    padding: 3px 0px;
    text-decoration: none;
    display: block;
    color: #917782;
    text-align: center;
    width: 100%;
    height: 100%;
}
.cal a:hover{
    background-color: #F1D200;
}
/*FUTURE BG*/
.cal .calDOM a{
    color: #917782;
}

.cal .calEvent a{
    color: #917782;
}
/*PAST DAYSBG*/
.cal .calPast a{
    color: #917782;
}
/*TODAYBG*/
.cal .calToday a{
    font-weight: bold;
    color: #917782;
    background-color: #F0D96F;
}
/*TOMORROWBG*/
.cal .calCurrent a{
    color: #917782;
}

/* END CALENDAR STYLES */

/* event list */

.upcomingEvents{
    margin: 8px 0px;
    color: #512100;
    font-size: 12px;
    font-weight: bold;
}

.listEvent{
    font-size: 10px;
    line-height: normal;
    margin: 15px 0px;
}
.listEvent a, .moreEvents{
    font-size: 10px;
    color: #A49009;
    text-decoration: none;
}
.listEvent a:hover, .moreEvents:hover{
    text-decoration: underline;
}

.listEvent strong, .listEvent em{
    display: block;
    margin: 3px 0px;
}

/* END CALENDAR BLOCK */
