 body {

    margin: 0;
    background-color: #3E373C; 
    font-size: 13px;
    font-family: verdana;
 }

 .main {

    width: 800px;
    height: 100%;
    background-color: #FFFFFF;
    border-right: 10px solid #70696E;  
    border-left: 10px solid #70696E; 
    border-top: 10px solid #70696E; 
 }

 .leftcol {

    width: 163px;
    padding: 10px;
 }

 .rightcol {

    padding: 10px;
 }

 .main td {

    font-size: 13px;
    font-family: verdana;
 }

 .logo {

    width: 163px;
    height: 97px;
 }
   
 .header {

    background-color: #3E373C;
    color: #FFFFFF;
    padding: 4px; 
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
 }

 .box {

    background-color: #F1F1F1; 
    border: 1px solid #3E373C; 
    font: 11px verdana; 
    color: #3E373C;
 }
 
 .box div.copy {
    padding: 5px;
    text-align: center;
 }

 a.category {

    font: 11px verdana;
    color: #000000;
    display: block;
    text-decoration: none;
    padding: 5px;
 }

 a.category:hover {

    color: #FFFFFF; 
    background: url(../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: right;
 }

 a.sel {

    color: #FFFFFF; 
    background: url(../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: right;    
 }

 a.menu {

    font: 11px verdana;
    color: #000000;
    display: block;
    text-decoration: none;
    padding: 5px;
 }

 a.menu:hover {

    color: #FFFFFF; 
    background-color: #534950;
 }

 .search {
    font: 11px verdana; 
    font-weight: bold;
    background-color: #F1F1F1; 
    padding: 5px 5px 5px 10px;
    margin-bottom: 15px;
 }

 .search select {
    font-size: 13px;
 }

 .search .option {
    margin-left: 45px;
    font-weight: normal;
 }

 .stat {

    float: right; 
    background-color: #3E373C; 
    font: 10px verdana; 
    padding: 2px; 
    color: #FFFFFF; 
    width: 150px; 
    text-align: center;
 }

 .clear {

    clear: both;
 }

 .line {

    width: 100%;
    color: #605B5E;
 }

 .caption {

    color: #3E373C; 
    font: 22px tahoma; 
    font-weight: bold; 
    background-color: #F1F1F1; 
    padding: 2px;
    border-top: 1px solid #3E373C;
 }

 .caption_out {

    color: #F1F1F1; 
    font: 22px tahoma; 
    font-weight: bold; 
    background-color: #3E373C; 
    padding: 2 2 2 5;
    border-top: 1px solid #3E373C;
    margin: 0;
 }

 .caption_sm {

    color: #3E373C; 
    font: 18px tahoma; 
    font-weight: bold; 
    background-color: #F1F1F1; 
    padding: 2px;
    border-top: 1px solid #3E373C;
 }

 .catname {

    color: #3E373C; 
    padding: 5px; 
    font: 11px verdana; 
    font-style: italic;
 }

 .content {

    padding: 5 5 15 5;
 }

 .bcontent {

    padding: 5 5 25 5;
    background: url('../images/main.gif'); 
    background-repeat: no-repeat; 
    padding-left: 80px;
 }

 .ccontent {

    padding: 5 5 25 5;
    background: url('../images/search.gif'); 
    background-repeat: no-repeat; 
    padding-left: 80px;
 }

 a.download {

    padding: 10 5 10 5; 
    color: #3E373C; 
    font-weight: bold; 
    font-size: 11px;
 }

 .bcontent a {

    color: #0E609F !important; 
    font-weight: bold; 
    font-size: 11px;
 }

 .ccontent a {

    color: #0E609F !important; 
    font-weight: bold; 
    font-size: 11px;
 }
 
 a.subcat {

    background: url(../images/subcat.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px !important;
 }

 a.subcat:hover {

    background: url(../images/subcat-sel.gif);
 }

 a.selsub {

    background: url(../images/subcat-sel.gif);
    padding-left: 20px !important;
    color: #FFFFFF;
 }

 .breadcrumbs {

    border-top: 1px solid #c1c1c1;    
    margin-bottom: 15px; 
    padding: 4px; 
    font-size: 11px;
 }

 .breadcrumbs td {

    font-size: 11px;
 }

 .breadcrumbs a {

    color: #3E373C;
 }

 .arrow {

    margin: 0 5 0 5;
 }

 .search_btn {

    background-color: #F1F1F1; 
    font: 11px verdana;
 }

 p {

    margin-top: 5px;
 }

 h1.caption {

    margin-bottom: 0px;
 }

 a.load {

    padding: 0 5 5 5; 
    color: #3E373C; 
    font-weight: bold; 
    font-size: 11px;
 }

 .statistics {

    color: #444444; 
    padding: 5px; 
    font-size: 10px; 
    margin-bottom: 10px;
 }

 .options {

    color: #444444;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    vertical-align: center;
 }
 
 .screen {

    border: 1px solid #000000;
 }

 .searchform {

    margin: 0; 
    display: inline;
 }

 .crumbs {

    background: url(../images/arr.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 10px; 
    margin-left: 6px;
 
 }

 .counter {

    padding: 20px;
 }

 .nopadding {

    padding: 0px !important;
 }

 .partners {

    padding: 10px;
 }

 .partners a {

    font-size: 11px; 
    color: #000000;
}

.abox {

    background-color: #D0D0D0; 
    border: 1px solid #3E373C; 
    font: 10px verdana; 
    color: #3E373C;
    padding: 10px;
    line-height: 16px;
}

.cbox {

    background-color: #F1F1F1;  
    border: 1px solid #3E373C; 
    font: 10px verdana; 
    color: #3E373C;
    padding: 10px;
    line-height: 16px;
}

.cbox a {

    color: #000000;
}

.dbox {

    background-color: #D0D0D0; 
    border: 1px solid #3E373C; 
    font: 10px verdana; 
    color: #3E373C;
    padding: 0px;
    line-height: 16px;
}

 a.remenu {

    font: 11px verdana;
    color: #000000;
    display: block;
    text-decoration: none;
    padding: 5px;
    background-color: #E9E7E7;
 }

 a.remenu:hover {

    color: #FFFFFF; 
    background-color: #534950;
 }

 .subscription TD 
 {
    font-size: 11px;
 }

 .small_btn {
    
    font-size: 11px;
 }

 .feedbackBox {

    padding: 10px;
    border: 1px solid #000000;
    text-align: center;
    width: 350px; 
    background-color: #F1F1F1;
 } 

 .smallText td {

    font-size: 11px;
 }

 .smallText a {

    color: #000000;
 }

 .tableRow_a {

    background-color: #F0F0F0;
 }

 a.black {
    color: #000000 !important;
 }

 tr.tabs {
    height: 10px;
    background: url(/images/bg_top.gif);
 }

 tr.tabs .total {
    padding-bottom: 8px; 
    border-bottom: 1px solid #959593; 
    text-align: center; 
    font-size: 10px; 
    font-weight: bold; 
    color: #000000;
 }

 tr.tabs .total span {
    background-color: #EEEEEE; 
    padding: 1px 7px 1px 7px; 
    border: 1px solid #959593; 
    text-align: center; 
    border-right: 0px;
 }

 tr.tabs .total span.n {
    border-right: 1px solid #959593; 
    background-color: #ffffff;   
 }

 tr.tabs table {
    margin-top: 6px; 
    font-size: 11px; 
    width: 100%;
 }

 tr.tabs td.selected {
    background-color: #FFFFFF; 
    font-size: 11px; 
    font-weight: bold; 
    border: 1px solid #959593; 
    border-bottom: 0px; 
    padding: 2 6 3 6;
    text-align: center;
 }

 tr.tabs td.simple {
    background-color: #EBEBEB; 
    font-size: 11px; 
    font-weight: bold; 
    border: 1px solid #959593; 
    border-bottom: 1px solid #BFBFBE; 
    padding: 3 6 3 6; 
    color: #615B5F;
    text-align: center;
 }

 tr.tabs td.del {
    border-bottom: 1px solid #959593; 
    font-size: 1px;
 }

 tr.tabs td.last {
    width: 450px; 
    border-bottom: 1px solid #959593; 
    font-size: 1px;
    text-align: right;
    padding-bottom: 6px;
    padding-right: 10px;
 }

 tr.tabs td a {
    color: #615B5F !important;
    text-decoration: none;
 }
 
 #tiser {
    position: absolute; 
    color: #ffffff; 
    top: 10px; 
    left: 0px; 
    display: none;
 } 

 a.black {
    color: #000000;
 }