.clearfix:after {
        clear: both;
        content: " ";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden;
    }
    
    .clearfix {
        display: block;
    } 
    
    #bar {
        background: rgba(255, 255, 255, 0.85);
        height: 145px;
        left: 0;
        margin: auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10000;
    }
    
    div.compare_printer {
        padding-left: 10px;
        padding-top: 10px;    
    }
    
    div.printer {
        float: left;
        line-height: 1.5;
        padding: 10px;
        text-align: left;
        margin-right: 20px;
        padding-top: 10px;
        height: 125px;
        text-align:center;
        position:relative;
        
    }
    div.printer a {
        border-bottom-style: dashed;
        border-width: 1px;
        color: #003366;
        display: inline-block;
        font-size: 15px;
        margin-bottom: 5px;
        text-decoration: none;
    }
    
    .compare {
        display: block;
        float: left;
        line-height: 150%;
        width: 170px;
        font-weight: bold;
        font-size: 13px;
        padding-top: 30px;
        text-align: center;
        margin-right: 20px;
    }
    
    .compareImageBig {
        position:absolute;
        top:0px;
        left:75px;
    }
    
    div.compare_image {
        vertical-align: middle;
        text-align: center; 
        width: 255px;
        float:left; 
        margin-right:15px;
        height:580px;
        font-size:10px;
    }
    
    .compare_image p img {
        width: 100px !important;
        height:auto !important;
    }
    
    img.compare_img {
        border: 3px double #000000; 
        width: 250px;
    }
    
    sup.up {
        color: red;    
    }
    sup.down {
        color: green;    
    }
    
.clear {
    clear:both;
}

.compareDescription {
    height: 42px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.compareDescription span { 
    display: table-cell;
    vertical-align: middle;
    height: 38px;
}

.printer.active {
    background: #FC0 !important;
}

.activeTxt {
    visibility:hidden; 
}

.printer.active .activeTxt {
    visibility:visible;
}

.printer:hover {
    background: #EEEEEE;
}

.compareSlider {
    position: fixed !important;
    top: 150px;
    left: 40px;
    z-index:1000;
}

#comparePhoto {
    margin-left:75px;   
}

#sizeLabel {
    position:relative;
    left: -30px;
}

span.osn {
    display:block;
}

div.compare_printer {
    padding-top:0px;
} 

span.formatName {
    width: 40px;
    display: inline-block;
    text-align: right;
}

.compareClose {
    border: 0 none;
    border-radius: 0 0px 3px 3px;
    float: right;
    left: 0px;
    padding: 5px;
    position: absolute;
    top: 140px;
    display: none;
    -webkit-transition: opacity 200ms linear, background 200ms linear;
    -moz-transition: opacity 200ms linear, background 200ms linear;
    -o-transition: opacity 200ms linear, background 200ms linear;
    transition: opacity 200ms linear, background 200ms linear;
}

.compareClose a {  
    border-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding:0px 5px;
}

div.printer:hover .compareClose {
    display:block; 
    background: none repeat scroll 0 0 #EEEEEE;
} 

div.printer.active:hover .compareClose {
    background: none repeat scroll 0 0 #FC0;  
}

.compareButton {
    clear: both;
    display: block;
    margin-top: 7px;
}

.lightboxHeader {
    display: block;
    font-size: 17px;
    margin-bottom: 20px;
    text-align: center;
    width: 200px;
}

#compareSaveButton {
    text-align:center;
    margin-top:15px;
}

.compare_printer .loading:after {
    content: "загружается";
}

.compare_printer .loaded .loading:after {
    content: "загружено";
}

#compareBar {
    float:left;
}

html {
    min-height:100%;     
}

body.loading {
    background: url('../img/preloader.gif') 50% 50% no-repeat;
    min-height:100%;
}

body.loading #allcontent * {
    display:none;     
} 

.compareData {
    height:77px;
} 
    
    
.sklad-qtip {
    padding: 1px 4px;
    font-size: smaller;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 10px;
    position: relative;
    top: -8px;
    left: 3px;
    cursor: pointer;
    background: yellow;
}
