﻿/* SELECTOR.CSS 25702.htm*/
.selektor{
    display:inline-block;
    width:500px;
    font-family:Arial;
    margin-bottom:20px;
}
.selektor_display{
    display:inline-block;
    width:500px;
    margin-left:10px;
    text-align:center;
}
.selektor_hidden{
    display:none;
}
.selektor .box_title{
    float:left;
    width:200px;
    min-height:202px;
    background-color:#00a587;
    color:#fff;
    padding:10px;
    display:inline-block;
    vertical-align:top;
    margin:5px 14px;
    text-align:left;
}
.selektor .box_title h1{
    color:#fff;
    font-size:20px;
    padding:0;
    margin:0;
}
.selektor .box_title h2{
    font-size:15px;
    color:#fff!important;
}
.selektor .box_title p{
    margin-top:-10px;
    font-size:12px;
}
.selektor table{
    width:100%;
}
.selektor table div.checkbox input,
.selektor table div.checkbox label{
    float:left;
}
.selektor .cell_0, .selektor .cell_1{
    width:100%;
}
.selektor table tr td{
    border-right:1px solid #b3bbc1;
    padding-right:5px;
}
.selektor #noborder{
    border:0px!important;
}
.selektor table tr td table tr td{
    border:0px!important;
}
.selektor table tr td:last-child{
    border-right:0;
    padding-right:0;
}
.selektor .box_attribute{
    float:left;
    width:225px;
    min-height:210px;
    vertical-align:top;
    margin:5px;
    text-align:left;
    padding:5px;
    border:1px solid #b3bbc1;
}
.selektor .box_attribute:nth-child(even){
    float:left;
    background-color:#fff;
}
.selektor .box_attribute:nth-child(odd){
    clear:both;
    float:left;
    background-color:#fff;
}
.selektor .box_attribute:nth-child(odd) label{
}
.selektor .box_attribute h2{
    padding:0;
    margin:0;
    display:block;
    padding:5px;
    color:#ffffff;
    font-size:14px;
    font-weight:normal;
    margin-bottom:10px;
    background-color:#7d2248;
}
.selektor .box_attribute .attribute input[type=checkbox]{
    float:left;
    padding:0!important;
}

.selektor .box_attribute .attribute .checkbox{
    float:left;
    width:100%!important;
    padding:3px;
    padding-bottom:5px;
}
.selektor .box_attribute .attribute .checkbox label{
    float:left;
    margin-left:5px;
    font-size:12px;
    color:#2c2a29;
    padding-left:5px;
    margin-top:0!important;
    min-width:0!important;
    clear:none!important;
    min-width:80%!important;
    width:60%;
}
.selektor .selektor_result_display .title{
    padding:10px;
    color:#2c2a29;
}

.selektor .selektor_result_display .result{
    padding:10px;
    border:1px solid #d9d9d9;
    width: 460px;
    margin-left:10px;
}
.selektor .selektor_result_display .result div{
    font-size:12px!important;
}
.selektor .selektor_result_display .header{
    width:455px;
    font-size:12px;
}
.selektor .selektor_result_display .header tr td{
    padding:7px;
}
.selektor .selektor_result_display .header tr:first-child{
    background-color:#2c2a29!important;
    color:#fff;
}
.selektor .selektor_result_display .header tr td{
    border:0;
}
.selektor .selektor_result_display .header tr:nth-child(odd){
    background-color:#ddd;
}
.selektor .selektor_result_display .header a{
    color:#00a587;
    text-decoration:none;
}
.selektor .selektor_result_display .header a:hover{
    color:#000;
}
.selektor .selektor_result_display .header th{
    font-weight:bold;
    text-align:left;
    padding:5px;
    margin-bottom:5px;
    border-bottom:1px solid #ccc;
    background-color:#2c2a29!important;
    color:#fff;
}
.selektor .selektor_result_display .header td.center, .selektor .selektor_result_display .header th.center{
    text-align:center;
}
.reset input{
    background-color:#7d2248;
    color:#fff;
    border:0;
    padding:5px;
    font-size:12px;
    width:100px;
}
.reset{
    margin-top:3px;
    float:right;
    margin-right:0px;
}