/* 

















 configuration.ftl included */

#content .content {
    padding: 20px;
}


#termsOfUse .summary {
    margin-bottom: 25px;
}

#termsOfUse p {
    margin-bottom: 15px;
}

#termsOfUse .content a {
    text-decoration: underline;
}

#printTermsOfUseButton {
    margin: 15px auto;
    display: table;
    text-align: center;
}

@media print {
  #printTermsOfUseButton {
    display: none;
  }
}

#notAvailable .box-default-content {
    padding: 20px;
    text-align: center;
    height: 400px;
    overflow: hidden;
}

#notAvailable p {
    font-size: 35px;
    line-height: 400px;
}

#helpContent {
    float: left;
    border-left: 1px dashed #B5B5B5;
    margin: 5px 0;
    padding: 0 10px 20px 10px;
    min-height: 277px;
}

.helpInfoWidth {
    width: 75%;
}

#shippingFeeRow {
    margin: 0;
}

#unsubscribeNewsletter #content .box-default-content {
    padding: 20px;
}

#unsubscribeNewsletter #content h2 {
    margin-top: 0;
}

#imprintContent {
    padding: 0 10px 20px 10px;
}

#shippingFees .box-default-content{
	padding: 15px;
}

.priceTable .colName {
  width: 80%;
}

.priceTable .colPrice {
  width: 20%;
}

#printLogo {
    display: none;
}
