/* @group default product view attribute */
#productAttributes {
    margin: 0 0 50px 15px;
    padding-top: 20px;
}
#productAttributes h4 {
    background-color: #f7f7f7;
    color: #004f71;
    font-size: 100%;
    font-weight: bold;
    line-height: 26px;
    overflow: hidden;
    padding: 5px 5px 5px 0;
}
#productAttributes h4 .attributeTitleHead {
    padding-left: 2%;
}
.product-option > h4 > span, .product-attribute .attributeArtNo {
    display: inline-block;
    width: 40%;
}
/*.product-attribute .attributeTitle, .product-attribute .attributeArtNo {
    line-height: 36px;
}*/
.title-art-nr {
    color: #004f71;
}
a.product-option-models-anchor {
    border: 1px solid #dedede;
    background-color: #e6e6e6;
    border-radius: 5px;
    float: right;
    font-size: 11px;
    line-height: 26px;
    margin-right: 10px;
    padding: 0 1.5%;
}
a.product-option-models-anchor span.models-show {
    display: none;
}
a.product-option-models-anchor span.models-hide {
    display: block;
}
a.product-option-models-anchor.models-hidden span.models-hide {
    display: none;
}
a.product-option-models-anchor.models-hidden span.models-show {
    display: block;
}
#productAttributes .product-attribute {
    border-bottom: 2px solid #f7f7f7;
    overflow: hidden;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.product-attribute .attributeLeft {
    width: 40%;
    clear: none;
    display: inline-block;
    float: left;
    padding-left: 2%;
}
.product-attribute .attributeRight {
    clear: none;
    float: right;
}
div.attributeTextHolder {
    display: inline-block;
    float: left;
    clear: none;
    width: 200px;
    margin-top: 5px;
}
div.attributePrice,
div.attributeRequest {
    clear: none;
    float: right;
    padding-top: 0;
}
.attributeRequest .ui-button-text {
    padding-right: 0;
    padding-left: 0;
    width: 85px;
}
div.attributeBuy {
    clear: none;
    float: right;
}
span.attributeTitle,
span.attributeDescription {
    color: #333333;
    display: inline-block;
    font-size: 11px;
}
span.attributeTitle, div.attributeArtNo {
    color: #004f71;
    font-size: 12px;
}
span.attributeTitle {
    display: block;
}
.priceHolder {
    /*background-color:#82b401;*/
    display: inline-block;
    color: #000000;
    margin-top: 6px;
    font-size: 20px;
    text-align: right;
}
.priceHolder .oldPrice {
    display: block;
    text-align: right;
}
#productAttributes span.priceAnchor,
#productAttributes span.notInStock {
    background-color: #e7e7e7;
    display: block;
    /*width: 90px;*/
    padding-right: 15px;
    font-size: 14px;
    text-align: center;
    float: right;
    clear: right;
    /*letter-spacing: 1.2px;*/
}
#productAttributes .priceAnchor {
    color: #000;
    font-weight: bold;
}
#productAttributes .priceAnchor:hover {
    background-color: #e7e7e7;
    color: #000;
}
#productAttributes span.notInStock {
    background-color: #e7e7e7;
    color: #000;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background: none;
}
#productAttributes span.priceAnchor, #productAttributes span.notInStock,
#productAttributes span.priceAnchor:hover, #productAttributes span.notInStock:hover {
    background-color: transparent;
}
/* @end */
