/* #########################################################
BLOCKS
######################################################### */
.searchBlock{
    background: url(/images/search_block_background.jpg) no-repeat top left;
    width: 149px;
    height: 39px;
}
.searchBlock div{
    padding: 8px 0px 0px 4px;
    text-align: center;
}
.searchBlock div input.stext{
    background-color: #757575;
    border: 1px solid #212121;
    width: 82px;
    height: 17px;
    padding: 0px;
}
html>body .searchBlock div input.stext{
    width: 80px;
    height: 15px;
}

.searchBlock div input.button{
    position: relative;
    top: 2px;
    background: transparent url(/images/search_button.jpg) no-repeat top left;
    width: 58px;
    height: 21px;
    padding: 0px;
    border: 0px solid #000000;
}
.searchBlock div input.buttonOver{
    position: relative;
    top: 2px;
    background: transparent url(/images/search_button_hover.jpg) no-repeat top left;
    width: 58px;
    height: 21px;
    padding: 0px;
    border: 0px solid #000000;
}
/*#content .searchH div input.button{
    position: relative;
    top: 2px;
    background: transparent url(/images/search_button.jpg) no-repeat top left;
    width: 58px;
    height: 21px;
    padding: 0px;
    border: 0px solid #000000;
}
#content .searchH div input.buttonOver{
    position: relative;
    top: 2px;
    background: transparent url(/images/search_button_hover.jpg) no-repeat top left;
    width: 58px;
    height: 21px;
    padding: 0px;
    border: 0px solid #000000;
}*/
#content div input.button{
    padding: 0px 0px 15px 0px;
}
#content div input.buttonOver{
    padding: 0px 0px 15px 0px;
}

.block{
    margin-top: 10px;
    width: 149px;
    font-size: 11px;
    text-align: left;
}

.blockH{
    background: url(/images/block_header.jpg) repeat-x top left;
    height: 27px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
    color: #D4D4D4;
}
.blockHL{
    padding-top: 6px;
    font-size: 9px;
}
.blockHR{
    font-size: 9px;
}

.block1{
    background-color: #757575;
}
.block2{
    background: url(/images/happy_pattern_left.jpg) repeat-y top left;
}
.block3{
    background: url(/images/happy_pattern_right.jpg) repeat-y top right;
}

.blockC{
    color: #FFFFFF;
}
.blockC div{
    padding: 2px 2px 8px 1px;
}
html>body .blockC div{
    padding: 2px 8px 8px 7px;
}


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

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

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

.blockC ul li a:hover{
    /* color: #000762; */
    color: #EE0000;
    background-color: #7D8B96;
}

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

.dleftmenu .blockC input{
    position: relative;
    margin: 1px 0px;
    background-color: #8B8D90;
    border: 1px solid #212121;
    height: 17px;
}
html>body .dleftmenu .blockC input{
    height: 15px;
}

.blockText{
    padding: 0px 2px;
    font-size: 10px;


    color: #000000;
}
.blockText a{
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;


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

.blockText div{
    padding: 2px 0px;
    font-size: 10px;
}
.blockSpacer{
    font-size: 1px;
}

html>body .blockSpacer{
    border-bottom: 1px dotted #000000;
}
* html .blockSpacer{
    background: url(/images/dot-horz.gif) repeat-x bottom;
    border-bottom: 0px solid #000000;
}

.blockText .button, .blockText .buttonOver{
    height: 16px;
    font-size: 10px;
    margin: 2px;
}
.blockText .radio{
    background-color: transparent;
    border: 0px solid #000000;
}

#newsForm{
    text-align: center; }
#newsForm div{
    padding: 2px; }
#newsForm .ntext{
    font-size: 10px;
    width: 60px;
    height: 16px;
}
html>body #newsForm .ntext{
    height: 12px;
}
.block #newsForm div input.button{
    position: relative;
    top: 2px;
    background: transparent url(/images/submit.jpg) no-repeat top left;
    width: 58px;
    height: 21px;
    padding: 0px;
    border: 0px solid #000000;
}
.block #newsForm div input.buttonOver{
    position: relative;
    top: 2px;
    background: transparent url(/images/submit_hover.jpg) no-repeat top left;
    width: 58px;
    height: 21px;
    padding: 0px;
    border: 0px solid #000000;
}


/* SPECIAL BLOCKS */
.mloginBlock .blockC td{
    text-align:center;
    padding: 0px;
}
.mloginBlock .blockC input{
    text-align: left;
    width: 54px;
}
.mloginBlock .blockC input.button{
    position: relative;
    top: 2px;
    background: transparent url(/images/login.jpg) no-repeat top left;
    width: 58px;
    height: 21px;
    padding: 0px;
    border: 0px solid #000000;
}
.mloginBlock .blockC input.buttonOver{
    position: relative;
    top: 2px;
    background: transparent url(/images/login_hover.jpg) no-repeat top left;
    width: 58px;
    height: 21px;
    padding: 0px;
    border: 0px solid #000000;
}

.mloginBlock .blockC input.chk{
    position: relative;
    top: 2px;
    width: 20px;
    border: 0px solid #FFFFFF;
    background-color: transparent;
    padding: 0px;
}

.mloginBlock .blockC a.signuplink{
    display: block;
    font-weight: normal;
    font-size: 10px;
    color: #8D0303;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}
.mloginBlock .blockC a.signuplink:hover{
    color: #ff0000;
}
.mloginBlock .blockC a .su{
    font-weight: bold;
    font-size: 12px;
}

/* END SPECIAL BLOCKS */