a.mainlevel, a.mainlevel:visited {
    font-size: 12px;
    text-transform: capitalize;
    text-decoration: none;
    line-height: 1.3;
    padding: 0;
    color: #fff
    }
a.mainlevel:hover {
    text-decoration: underline
    }
a.mainlevel:active, a.mainlevel:focus, a.mainlevel#active_menu {
    text-decoration: none;
    color: #fff
    }
span.mainlevel {
    padding: 0;
    margin: 0
    }
/********************/
#maincol .jb-box-1, #maincol-fr .jb-box-1, #maincol-fl .jb-box-1, #leftcol .module, #rightcol .module {
    border: 1px solid #e8e8e8;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 8px
    }
#leftcol div, #rightcol .module {
    margin: 5px 0 0 0;
    overflow: hidden
    }
#leftcol div img, #rightcol div img {
    width: 100%;
    height: auto
    }
div.jb-box-3 {
    padding: 0;
    overflow: hidden;
    background: #fff
    }
#rightcol h3, #leftcol h3 {
    margin: 0 0 10px 0;
    background: url(../images/leftbox/box_arrows_blue.gif) 4px 3px no-repeat #0260AA;
    color: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 3px 0
    }
.module h3 span {
    padding: 0 10px 0 20px;
    display: block
    }
div.module-orange div.jb-box-3 h3 {
    margin: 0 0 10px 0;
    background: url(../images/leftbox/box_arrows_orange.gif) 4px 3px no-repeat #CF7E05;
    color: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 3px 0
    }
#header .search label {
    display: none;
    visibility: collapse
    }
#header .search input.button {
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    background: #0095bf url(../images/magnifying_glass.png) no-repeat 4px 4px;
    border: none;
    text-indent: -100px;
    overflow: hidden;
    cursor: pointer
    }