.suggest_overlay {
    z-index: 9001;
    border: 1px solid black;
    background: white;
    overflow:hidden;
}

.suggest_overlay span{
    display: block;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.suggest_overlay .selected {
    background: red;
}

.search_active_image {
    position:absolute;
    top: 400px;
    left: 200px;
    z-index: 9002;
}

.suggest_overlay_quickorder {
    min-width: 300px;
}

.suggest_overlay_quickorder img {
    display: inline-block;
    width: 20%
}

.suggest_overlay_quickorder div {
    display: inline-block;
    width: 74%;
    padding-left: 5px;
}

.suggest_artbez {
    display: block;
    width: 100%;
}
.suggest_artnr {
    display: block;
    width: 100%;
}
.suggest-img-box{
	width: 70px !important;
	height: 70px;
	padding: 0;
	text-align: center;
	padding-left: 0 !important;

}
.suggest-img-box img{
	width: auto !important;
}
.schnellbestellung_suggest{
        width: auto !important;
        max-width: none !important;
}

/**
 * sct-popup -----------------------------------------------------------------------------------------------------------
 */

#sct-popup-occluding {
    width: 				100%;
    height: 			100%;
    background-color: 	rgba(0,0,0,0.5);
    z-index: 			9000;
    position:			absolute;
}
#sct-popup {
    margin: 0 auto;
    width: 500px;
    background-color: white;
    border: 1px solid;
    padding: 10px;
}
#sct-popup-title-container {
    border-bottom: 1px solid;
    margin-bottom: 12px;
}
#sct-popup-title-content {}
#sct-popup-button-container {
    border-top: 1px solid;
    padding-top: 2px;
}
#sct-popup-button-ok {}
#sct-popup-button-abort {}

/**
 * sct-popup ENDE ------------------------------------------------------------------------------------------------------
 */
