/* tabs */
.tabs{width:100%;overflow:hidden;zoom:1;position:relative;margin-top:20px;margin-bottom:20px;z-index:1;cursor:auto;}
.tabs dt{
    background: rgb(91, 91, 115);
    color: #f7ca18;
    float: left;
    position: relative;
    margin: 0px 15px 15px 0px;
    padding: 5px 0px 0px 0px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    /* border: 2px solid #fff; */
    cursor: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    padding: 5px 20px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
    text-decoration: none;
}
.tabs dt:hover{cursor:pointer!important;text-decoration:underline;color: #fff;font-weight: bold;}
.tabs dt.selected{
    cursor:auto;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-weight: bold;
    padding: 5px 20px;    
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
    text-decoration:underline;
    color: #3d449a;
}
.tabs dt.selected:first-letter {border-bottom: 2px solid #ff0000;}

.tabs dd{background:none;display:none;float:right;width:100%;position:relative;z-index:2;margin:26px 0 0 -100%}
.tabs dd.selected {display:block; position: initial;}
.tabs .tab-content{border:0px solid #CCC;overflow:hidden;padding:15px 0 0 0;}
.tabs .moduletable {margin-top:5px;padding-left:5px;padding-bottom:5px;border-bottom:1px solid #ccc;}
.tabs_clr {clear:both;font-size:0;height:0;line-height:0}

/* sliders */
.sliders {width:100%;border-bottom:solid 0px #c4c4c4;margin:10px 0 20px 0;}
.sliders .title {text-decoration: underline;color: #3071a9;background:transparent url(../images/arrow-square.gif) no-repeat left -51px;padding:3px 0px 0px 30px;margin:0;cursor:pointer;}
.sliders .title:hover {text-decoration: none;}
.sliders .title.active {background-position:left 5px;}
.sliders .desc {margin:0;padding: 10px 0px 0px 0px;}

/* spoilers */
.spoilers {width:100%;}
.spoilers .title {background:#e9e7e7 url(../images/arrow-square.gif) no-repeat right -51px;padding:7px 15px;margin:0;margin-top:10px;font-size:1.2em;line-height:1em;font-weight:bold;border:solid 1px #c4c4c4;cursor:pointer;}
.spoilers .title:hover {background-color:#e3e2e2;}
.spoilers .title.active {background-position:right 5px;}
.spoilers .desc {display:none;margin:0;padding: 10px 15px 20px;background:#f7f7f7;border-left:solid 1px #c4c4c4;border-right:solid 1px #c4c4c4;border-bottom:solid 1px #c4c4c4;}



mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
    display:none;
}