/*
Compile-Minify: true
Compile-Area: product
Compile-OutputGroup: headtag
Compile-Exports: sb-compare-product
Compile-Dependencies: bootstrap
Compile-SourceHash: 7ttxKFz+5HVNmqGbrjLdmg==
*/
#sb-compare-product-panel {
    margin-top: 15px;
}
#sb-compare-product-panel .panel-body{
    position:relative;
    padding:10px;
}
#sb-compare-product-panel .sb-panelcomparehelp {
    position:absolute;
    right:8px;
    bottom:6px;
}

.sb-compare-product {
    position: relative;
    float: left;
    height: 48px;
    width: 48px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 3px solid #ddd;
}

.sb-compare-product .sb-compare-remove {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    text-align: right;
    height: 40px;
    cursor: pointer;
}
.sb-compare-product .sb-compare-remove:hover {
    text-decoration: none;
}

.sb-compare-product .sb-compare-current {
    position: absolute;
    text-align: center;
    cursor: pointer;
    margin: 6px;
    color: #2b8430;
}

.sb-compare-product .sb-compare-current:hover {
    text-decoration: none;
}

#sb-compare-product-panel .thumbnail {
    margin-bottom: 0px;
}

#sb-compare-product-panel ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}