/* tabs */
/* tabs */
.tabs {
    width:100%;
    overflow:hidden;
    zoom:1;
    position:relative;
    z-index:1;
    margin-top: 0px;
}
.tabs dt {
    position: relative;
    margin: 0 1% 7px 0;
    padding: 8px 1%;
    height: 20px;
    line-height: 120%;
    font-size: 15px;
    cursor: pointer;
    width: 16%;
    display: inline-table;
    text-align: left;
    font-weight: normal;
    border: 1px solid #cccccc;
    min-height: 54px;
    border-radius: 3px;
}
.tabs dt:hover {
    box-shadow: 3px 3px 3px #cccccc;
}
.tabs dt.selected {
    cursor: auto;
    color: #333333;
    background: #f1ea7b;
}
.tabs dd {
	background: none;
    display: none;
    float: right;
    width: 99.6%;
    position: relative;
    z-index: 2;
    margin: 160px 0 0 -100%;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.tabs dd#ctab6,.tabs dd#ctab7,.tabs dd#ctab8,.tabs dd#ctab9{
	margin: 81px -1px 0 -100%;
}
.tabs dd.selected {display:block;}
.tabs .tab-content {
    overflow:hidden;
    padding: 0px;
}
.tabs .tab-content p{
	line-height:120%;
}
.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 1px #c4c4c4;margin:10px 0;}
.sliders .title {background: #ffffff url(../images/arrow-square.gif) no-repeat right -39px;padding: 16px 15px;margin:0;font-size: 19px;line-height:1em;font-weight: normal;border: solid 1px #c4c4c4;border-bottom:none;cursor:pointer;}
.sliders .title:hover {background-color: #f3ed7a;}
.sliders .title.active {background-position: right 16px;background-color: #f3ed7a;}
.sliders .desc {margin:0;padding: 10px 15px 20px;background: #ffffff;border-left:solid 1px #c4c4c4;border-right:solid 1px #c4c4c4;}
/* 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;}
@media(max-width:800px){
	.tabs dt,.tabs dt.selected {
    position: relative;
    margin: 0 0 5px;
    padding: 8px 20px;
    height: auto;
    line-height: 120%;
    font-size: 15px;
    cursor: pointer;
    width: auto;
    display: block;
    text-align: left;
    font-weight: normal;
    border: 1px solid #cccccc;
    min-height: 20px;
    border-radius: 3px;
}
.tabs dd {
    border: none;
    width:100%;
    padding-top: 0px;
    border-top: 0px solid #fc0;
}
.tabs dd#ctab1 {
    margin-top: 338px;
}
.tabs dd#ctab2 {
    margin-top: 295px;
}
.tabs dd#ctab3 {
    margin-top: 252px;
}
.tabs dd#ctab4 {
    margin-top: 209px;
}
.tabs dd#ctab5 {
    margin-top: 166px;
}
.tabs dd#ctab6 {
    margin-top: 123px;
}
.tabs dd#ctab7{
    margin-top: 80px;
}
.tabs dd#ctab8 {
    margin-top: 37px;
}
.tabs dd#ctab9 {
    margin-top: -6px;
}
}
@media (max-width:450px){
	.tabs dd#ctab1 {
    margin-top: 354px;
}
.tabs dd#ctab2 {
    margin-top: 311px;
}
.tabs dd#ctab3 {
    margin-top: 268px;
}
.tabs dd#ctab4 {
    margin-top: 225px;
}
}