#divTopLine {
    height: 95px;
    position: relative;
    background: #fff;
}

#companyLogo {
    margin: 10px 10px;
}

#companyLogo img{
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
}

#produktevergleichen {
    border: 1px solid #e7e7e7;
    margin: 5px;
    border-collapse: collapse;
    min-width: 1000px;
}
#produktevergleichen td {
    padding: 5px;
    border: 1px solid #e7e7e7;
    min-width: 230px;
    max-width: 230px;
    width: 230px;
}


#produktevergleichen td table tr td{
    min-width: auto;
    max-width: auto;
    width: auto;
}
#produktevergleichen a {
    color: #184C81;
}
#produktevergleichen a:hover {
    text-decoration: none;
}

select {
    border: 1px solid #E7E7E7;
    font-style: normal;
    font-weight: 400;
    font-size: 12px !important;
    color: #000000;
    height: 19px;
    width: 100%;
}

.clearfix {
    display: block;
}

.buyInput {
    width: 45px;
    height: 25px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    border: none;
    padding-left: 5px;
    background: transparent;
    float: left;
}

.myClassName {
    color: #b0b4b5;
}

.addToCart {
    border: none;
    border-left-width: medium;
    border-left-style: none;
    border-left-color: currentcolor;
    background: transparent;
    border-left: none;
    position: absolute;
    right: -87px;
    top: -1px;
}

.selected-price {
    font-size: 14px;
    color: #004562;
    font-weight: 600;
}

.compareOEMtbl td {
    border: none !important;
}

.min-qty-holder-compare{
    margin-top: 5px;
    display: block;
    clear: both;
    height: 18px;
}

.min-qty-holder-compare p.min-qty-warning{
    color: #9e322b;
    font-size: 12px;
    margin: 0px;
    text-align: right;
    position: relative;
}
.cost-per-page{
    font-size: 11px;
    display: block;
    padding-top: 8px;
    clear: both;
}
