/* 






















 configuration.ftl included */

#removedItemsList {
	min-width: 200px;
}

#emptyCartTxt {
	padding: 15px 0;
}

#checkoutContent{
    border: none;
    width: 100%;
}

#registerButton{
    margin-left: 10px;
}

#registerButton:hover{
    color: #fff;
}

#loginButton:hover{
    color: #fff;
}

#buttonLane #loginBtn,
#buttonLane #saveCart,
#buttonLane span {
    margin: 15px 5px;
}

#buttonLane{
    border: none;
    box-shadow: none;
    height: auto;
    padding: 15px;
}

#buttonLane .continue {
    float: right;
    position: static;
}

#buttonLane .back {
    width: auto;
    display: inline-block;
}

#loginBtn:hover{
    color: #fff;
}

#checkoutNavi{
    margin-bottom: 10px;
}

#loadCart{
    margin: 15px 5px;
    margin-left: 15px;
}

#loadCart:hover{
    color: #fff;
}

.productName h1{
    display: inline;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.productName h2{
    display: inline;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.productName h3{
    display: inline;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.productName h4{
    display: inline;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.colPicture h1{
    display: inline;
    font-size: 19px;
    color: #000;
}

.colPicture h2{
    display: inline;
    font-size: 19px;
    color: #000;
}

.colPicture h3{
    display: inline;
    font-size: 19px;
    color: #000;
}

.colPicture h4{
    display: inline;
    font-size: 19px;
    color: #000;
}

#couponTeaser {
    width: 958px;
    height: 91px;
    background-image: url('/ips-repositories/operator/20645481/commons/images/teasers/teaserCoupon.png');
    background-repeat: no-repeat;
}


#couponTeaser h3 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin: 0px;
    margin-left: 120px;
}

#couponTeaser p {
    color: rgb( 0 , 49 , 0 );
    font-size: 16px;
    margin: 0px;
    margin-left: 120px;
}





#removedItemsContainer{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

#removedItemsContainer p{
    font-weight: bold;
}

#removedItemsContainer #removedItemsList .restoreLink{
    font-weight: bold;
}

#removedItemsContainer #removedItemsList span{
    font-size: 19px;
}

#cart #totalsContainerEditable .cartTotals .paymentFee{
    display: none;
}

#cart #totalsContainerEditable .cartTotals .shippingFee{
    display: none;
}