/*              esync add           */
.stoffbox {
        width: 91px;
        float: left;
        border: 1px solid #f0f0f0;
        margin: 2px;
        padding: 2px;
	max-height: 136px;
}

.flybox {  
        display: none;
        position: absolute;
	right: 8px;

        min-width: 250px;
        min-height: 200px;
        float: left;
        border: 1px solid #c4c4c4;
        z-index: 100;
        margin-left: 40px;
        background: white;
	color: #2f2f2f; 
	text-shadow: 0.03em 0.05em 0.2em white;
}

.flybox li {
	padding-left: 5px;
	background: transparent;
}

* html .flybox {
        width: 230px;
        height: 150px;
}

.flybox img {
        position: absolute;
        top: 25px;
        right: 5px;
}

.flybox h3 {
        background: #DDDDFF;
        padding: 5px;
}

.flybox p, .flybox span {
        padding: 5px;
        background-color: #FFFFFF;
}

.flybox span {
    border: 1px solid red;
}

/*
 *
 * WURDE IN DAS FRONTEND AUSGELAGERT UM ANGABEN PRODUKTSPEZIFISCH ZU HALTEN
 *
 *

.widthImgPlaceholder {
    margin: 0 auto;
    width: 314px;
    height: 163px;
    background: transparent url('/skin/frontend/redo/change/images/montage_in_fensterf.png') no-repeat;
    text-align: center;
    padding: 0px 0px 3px 0px;
    display: block;
}

* html .widthImgPlaceholder {
    border: 1px solid red;
    background: transparent url('/skin/frontend/redo/change/images/montage_in_fensterf.png') no-repeat;
}

.heightImgPlaceholder {
    margin: 0 auto;
    text-align: center;
}
.heightImg {
    background-position: 0px -163px;
    text-align: right;
}


    END 
*/

input.width, input.height {
    float: left;

}

input.width {
    margin: 8px 0px 0px 130px;
}

input.height {
    margin-top: 175px;
    margin-left: 120px;
}

dt{
    clear: both;
    float: none;
    display: block;
}

.price-as-configured .price{
    font-size: 1.4em;
    color: #2f2f2f;
}

.heightHolder {
    margin: 0 auto;
    float: none;
}

    /* END CUSTOM STYLES */


