#kreator {
    font-family: Arial, Verdana, Geneva, sans-serif;
    color: #444;
    z-index: 500;
    margin: 10px;
}
/*table th {
        text-align: left;
        min-width: 110px;
}*/
.clear {
    clear: both;
    line-height: 1px;
    display: block;
    position: relative;
}
#kreator h2 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    clear: both;
    padding: 9px 12px;
    margin: 15px 0;
    background: rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/*#kreator h3 {
        padding: 0;
        margin: 10px;
        font-size: 14px;
        font-weight: bold;
} */

#cenaBox2 {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 8px rgba(0, 0, 0, 0.3);
    padding: 10px;
    overflow: hidden;
    bottom: 20px;
    box-shadow: 3px 3px 8px 3px;
    position: fixed;
    width: 524px;
    z-index: 1000;
}
#cenaBox2 p {
    float: left;
    font-size: 18px;
    font-weight: bold; 
}
#cenaBox2 p strong {
    font-size: 26px;
}
#cenaBox2 button {
    float: right;
    line-height: 32px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    background: #29A5C0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 0px;
    padding: 0 10px 0 10px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#cenaBox2 button span {
    display: block;
    background: url('img/add-icon.png') center right no-repeat; padding-right: 30px;
}
#cenaBox2 button:hover {
    background-color: #2db7d5;
}

#versions {
}
#versions ul {
    display: block;
    list-style: none;
}
#versions li.version {
    display: block;
    position: relative;
    float: left;
    padding: 8px 7px 7px 7px;	
    margin: 15px;
    cursor: pointer;
    background: #95c029;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#versions li.version:hover {
    background: #a5d52d;
}
#versions li.version.select {
    background: #29a5c0; 
}
#versions li.version.select span {
    color: #29A5C0; 
}
#versions li.version img {

}
#versions li.version span {
    text-align: center;
    position: absolute;
    display: block;
    width: 125px;
    bottom: 15px;
    left: 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #95C029;
}
#sizes {
    float: left;
    width: 280px;
}
#sizes ul {
    display: block;
    padding: 0;
    margin: 10px;
}
#sizes li.size {
    display: block;
    float: left;
    margin: 5px;
}
#sizes li.size div {
    width: 120px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    color: #afafaf; 
    font-size: 14px;
    font-weight: bold;
    background: #c5c5c5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#sizes li.size div span {
}
#sizes li.size.activ {
}
#sizes li.size.activ div {
    cursor: pointer;
    background: #95c029;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#sizes li.size.activ div:hover {
    background: #a5d52d;
}
#sizes li.size.activ.select div {
    background: #29a5c0;
}
#sizes li.size.activ.select:hover div {
    background: #29a5c0;
}
#sizes li.size.select div {
    background-color: #66A4FF;
}
#rzut {
    float: right;
    width: 270px;
    margin: 10px 0;
}
#rzut_img {
    background: #fff;
    border: solid 5px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 250px;
    height: 250px;
}
#material {
    clear: both;
    overflow: hidden;
}
#material table {
    margin: 15px 0 15px 0; 
}
#material table th {
    text-align: right;
    padding-right: 10px;
}
#material table thead th {
    text-align: center;
    padding: 5px 0;
    font-size: 11px;
}
#material table tr > td {
    width: 72px;
    height: 45px;
    background-repeat: no-repeat;
}
#material table tr > td span {
    width: 100%;
    height: 100%; 
}
#material table tr > td .active {
    cursor: pointer;
}
#material table tr > td .disabled {
    background: url('img/material-disabled.png') center center no-repeat;
}
#material table tr > td .selected {
    background: url('img/material-selected.png') center center no-repeat;
}
#material table tr.out > td {
    background-position: top center;
}
#material table tr.kit > td {
    background-position: center center;
}
#material table tr.in > td {
    background-position: bottom center;
}
/*#material ul {
        display: block;
        float: left;
        list-style: none outside none;
        padding: 3px;
}
#material li {
        display: block;
        float: left;
        padding: 2px;
        list-style: none;
        height: 120px;
        width: 120px;
        position: relative;
        opacity: 0.7;
        filter: Alpha(Opacity=70);
        vertical-align: middle;
        cursor: pointer;
        margin: 2px;
}
#material li:hover {
        opacity: 1;
        filter: Alpha(Opacity=100);
}
#material li.select {
        opacity: 1;
        border: 4px solid #6699FF;
        filter: Alpha(Opacity=100);
}*/
/*#material li img {
        max-height: 120px;
        max-width: 120px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
}*/
/*#material h4 {
        clear: left;
        display: block;
        float: left;
        height: 100px;
        line-height: 100px;
        padding-right: 20px;
        text-align: left;
        width: 200px;
        font-size: 14px;
        font-weight: bold;
} */
#site {
    width: 230px;
    float: left;
}
#site ul {
    list-style: none;
}
#site .wnds {
    float: left;
    width: auto;
    text-align: center;
    margin: 10px;
    padding: 4px;
    color: #afafaf; 
    font-size: 11px;
    background: #c5c5c5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
}
#site .wnds.activ { 
    cursor: pointer;
    background: #95c029;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#site .wnds.activ.select,
#site .wnds.activ.select:hover {
    background: #29a5c0;
}
#site .wnds.activ:hover {
    background: #a5d52d;
}
#site .wnds img {
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}
#site .wnds.activ img {
    opacity: 1;
    filter: Alpha(Opacity=100);
}
#site .wnds span {
    display: block;
}
/*#site li {
        display: inline-block;
        float: left;
        padding: 5px;
        margin: 5px;
        list-style: none;
        position: relative;
        opacity: 0.7;
        filter: Alpha(Opacity=70);
        margin: 10px;
}
#site li img {
        display: block;
}
#site li.activ:hover {
        opacity: 1;
        filter: Alpha(Opacity=100);
}
#site li.activ div {
        cursor: pointer;
        -webkit-box-shadow: 3px 3px 8px 3px;
        box-shadow: 3px 3px 8px 3px;
}
#site li.select {
        opacity: 1;
        filter: Alpha(Opacity=100);
}
#site li div {
        bottom: 0;
        left: 0;
        margin: auto;
        right: 0;
        text-align: center;
        top: 0;
        vertical-align: middle;
}
#site li div .desc {
        line-height: inherit;
}
#site li.select div {
        background: #69F;
}
#site .system1 {
        width: 100px;
        height: 100px;
        line-height: 100px;
}
#site .system2 {
        width: 100px;
        height: 60px;
        line-height: 60px;
}
#site .system3 {
        width: 70px;
        height: 100px;
        line-height: 100px;
}
#site .system4 {
        width: 100px;
        height: 130px;
        line-height: 130px;
}
#site .system5 {
        width: 140px;
        height: 100px;
        line-height: 100px;
}*/
#model_all {
    position: relative;
    min-height: 30px;
    background: #fff;
    border: solid 5px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 290px;
    height: 290px;
    margin: 10px 0;
    float: right;
}
#model1 {
    position: absolute;
}
#model_kit {
    position: absolute;
}
#model_out {
    position: absolute;
}
#model_in {
    position: absolute;
}
.left {
}    
#wybor {
    padding: 10px;
    position: fixed;
    top: 50px;
    width: 300px;
    /*min-height: 350px;
    */
    left: auto;
    right: 20px;
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 3px 3px 8px 3px;
    box-shadow: 3px 3px 8px 3px;
    border: 1px solid #111;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#cenaBox {
    border: 1px solid;
    bottom: 10px;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 278px;
}
#cenaBox .cena {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0;
}
/*#kreator li .desc {
        left: 0;
        line-height: 120px;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        max-width: 100%;
}
#kreator li .desc span {
        border: 1px solid #666;
        background-color: #FFF;
        opacity: 0.7;
        padding: 3px 6px;
        filter: Alpha(Opacity=70);
}*/
#furnace {
    clear: both;
    overflow: hidden;
    margin-top: 25px;
}
#furnace .selects {
    float: left;
    width: 280px;
}
#furnace select {
    display: block;
    width: 260px;
    /*float: left;*/
    margin: 15px 0;
    padding: 6px;
}
#furnace #rpower {
    margin-left: 6px;
    font-size: 14px;
    text-shadow: 1px 1px 0 #fff;
}
#furnace #rpower span {
    font-size: 130%;
    font-weight: bold;
}
#furnace #powerImage {
    /*max-height: 150px;
    max-width: 150px;*/
    padding: 10px;
    float: left;
    background: #fff;
    border: solid 5px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0;
}

#furnace #driverImage {
    /*max-height: 150px;
    max-width: 150px;*/
    padding: 10px;
    float: right;
    background: #fff;
    border: solid 5px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0;
}



.saari_visualisation {
	
}

.saari_visualisation img.pictureLeft,
.saari_visualisation img.pictureRight {
	width: 48%;
}
