body {
    font-family: "myriad-pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    color: #575755;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a {
    margin-top: 0;
    font-family: "jaf-facitweb", sans-serif;
    color: #575755;
    text-transform: uppercase;
    font-weight: 600;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3,
h4,
h5 {
    font-size: 14px;
}

a img {
    border: none;
}

a,
a.active,
a:active {
    color: #f08f00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h3 a,
h4 a {
    text-decoration: none;
    color: #575757 !important;
}

img {
    border: none;
}

.bold {
    font-weight: bold;
}

/*
Header
*/

header {
    background-color: #ededed;
    height: 50px;
}

header .inner {
    width: 960px;
    margin: 0 auto;
    padding-top: 18px;
    color: #575756;
    font-size: 12px;
    text-transform: uppercase;
}

nav .dr {
    padding-right: 9px;
    font-weight: bold;
}

nav ul ul {
    display: none;
}

nav ul li:hover > ul {
    display: block;
}

nav ul {
    list-style: none;
    position: relative;
    display: inline-table;
    font-weight: bold;
}

nav ul.dr1 {
    margin-top: 7px;
    cursor: pointer;
}

nav ul ul {
    background-color: #ededed;
    text-align: right;
    z-index: 100;
    padding: 0;
    padding-top: 9px;

}

nav ul ul li:hover {
    background-color: #575756;
}

nav ul ul li:hover a {
    color: #ededed !important;
    text-decoration: none !important;
}

nav ul ul li a {
    color: #575756 !important;
    font-weight: bold !important;
    display: block;
    padding: 7px 15px 7px 15px;
    font-size: 12px;
}

nav ul ul li a:hover {
    background-color: #575756 !important;
    color: #ededed !important;
}

nav ul:after {
    content: "";
    clear: both;
    display: block;
}

#language-selector {
    cursor: default;
    text-align: right;
}

.autoheight {
    overflow: hidden;
    zoom: 1;
}

.center {
    text-align: center;
}

#wrapper {
    width: 980px;
    margin: auto;
}

#header {
    padding: 0 !important;
    overflow: hidden;
    width: 980px;
    margin: 0 auto;
}

#logo {
    float: left;
    width: 50%;
    margin: 10px 0;
}

#logo img {
    width: 212px;
    height: auto;
}

#payoff {
    float: left;
    width: 50%;
    font-family: "myriad-pro", sans-serif;
    font-size: 35px;
    color: #575756;
    text-align: right;
    margin-top: 42px;
}

.orange-txt {
    color: #f78f1f;
}

#portal-tabs-wrapper {
    background-color: #efefef;
}

#portal-tabs {
    width: 980px;
    line-height: 34px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    margin-bottom: 30px;
}

#portal-tabs a,
#portal-tabs .section {
    font-family: "jaf-facitweb", sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 15px 0;
    display: inline-block;
    color: #575756;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    width: 76px;
    text-decoration: none !important;
}

#portal-tabs a:hover {
    background-color: #f78f1f;
    color: #fff;
}

#portal-tabs .section {
    background-color: #dfdfdf;
    position: relative;
    width: 130px;
}

#portal-tabs .section:after {
    content: ' ';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 15px;
    border-color: transparent transparent transparent #dfdfdf;
}

/* Content */

#content-wrapper {
    width: 980px;
    border-collapse: collapse;
}

table#content {
    width: 980px;
    border-collapse: collapse;
}

#main-content {
    min-height: 400px;
    height: auto !important;
    height: 400px;
    margin-right: 15px;
}

#main-content ul {
    margin-top: 0;
    padding-left: 18px;
    margin-left: 0;
}

.productsOverviewContent {
    margin-left: 13px !important;
}

.productsOverviewContent h1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
}

/* slot left-------------------------------------------------*/

#slot-left,
#slot-right {
    vertical-align: top;
    padding-right: 0;
    padding-top: 0;
}

.homepageSlotRight {
    position: relative;
}

#slot-margin {
    width: 18px;
}

#slot-margin.productsOverviewMargin {
    width: 13px;
}

.rightPadding {
    padding-right: 20px;
}

/* Slideshow */

#slideshow-indicator {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 18px;
    width: 70px;
    height: 52px;
    background-color: #EEA363;
}

#slideshows {
    margin-bottom: 10px;
    margin-top: 0px;
    height: 496px;
}

#slideshows .logo {
    position: absolute;
    display: block;
    top: 18px;
    left: 18px;
    width: 120px;
    height: 98px;
    background-size: 120px 98px;
    background-color: transparent;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 1));
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='4'/><feOffset dx='0' dy='0' result='offsetblur'/><feFlood flood-color='rgba(0,0,0,1)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#000')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#000')";
}

#slideshows .slide,
#slideshow-alu-photos,
#slideshow-iron-photos {
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 248px;
}

#slideshows .slide img {
    width: 700px;
    height: 248px;
}

#slideshow {
    margin-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 496px;
    background-image: url(/media/img/layout/homebg.jpg);
    background-repeat: no-repeat;
    position: relative;
}

.slideshow3 {
    margin-bottom: 10px !important;
    height: 496px !important;
}

.slideshow3 .slide {
    height: 496px !important;
}

.slideshow3 .logo {
    position: absolute;
    display: block;
    top: 18px;
    left: 18px;
    width: 120px;
    height: 98px;
    background-color: transparent;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 1));
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='4'/><feOffset dx='0' dy='0' result='offsetblur'/><feFlood flood-color='rgba(0,0,0,1)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
}

.slideshow3 {
    background: none !important;
}

.slideshow3 #slideshow-photos {
    left: 14px;
}

.slideshow3 .slide,
.slideshow3 .photo3,
.slideshow3 #slideshow-photos {
    width: 951px !important;
    height: 496px;
}

#logo-alu {
    background: transparent url(/media/img/layout/homepage/logoalu.png) no-repeat;
}

#logo-iron {
    background: transparent url(/media/img/layout/homepage/logoiron.png) no-repeat;
}

#alugroup {
    background: transparent url(/media/img/layout/homepage/alugroup4.jpg) no-repeat;
}

#irongroup {
    background: transparent url(/media/img/layout/homepage/irongroup4.jpg) no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .slideshow3 .photo3 {
        background-size: 952px 496px !important;
    }

    .slideshow3 .logo {
        background-size: 120px 98px !important;
    }

    #logo-alu {
        background: transparent url(/media/img/layout/homepage/logoalu@2x.png) no-repeat;
    }

    #logo-iron {
        background: transparent url(/media/img/layout/homepage/logoiron@2x.png) no-repeat;
    }

    #alugroup {
        background: transparent url(/media/img/layout/homepage/alugroup4@2x.jpg) no-repeat;
    }

    #irongroup {
        background: transparent url(/media/img/layout/homepage/irongroup4@2x.jpg) no-repeat;
    }
}

#slideshow .slide {
    width: 696px;
    overflow: hidden;
}

#slideshow-photos {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 496px;
    width: 696px;
}

.slideshow3 slideshow-photos {
    position: relative;
}

#slideshow-thumbnails {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 3;
}

#slideshow-thumbnails img {
    display: block;
    cursor: pointer;
}

/*contenuto slot left home------------------------------------*/
.underline h3 {
    color: #f88017;
}

#homepage-boxes p,
#homepage-boxes a {
    font-size: 10px;
}

#homepage-boxes a.more {
    color: black;
}

.boxImage {
    vertical-align: top;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
}

.topNews {
    font-size: 10px;
    width: 93px;
    color: black;
    font-weight: bold;
    background-color: #F18E00;
    margin-bottom: 9px;
    border: 1px solid #222;
    text-align: center;
}

#left-box-top,
#left-box-bottom,
#right-box-bottom {
    background-image: url(/media/img/layout/boxbgbottommiddle.gif);
    background-repeat: repeat-x;
    vertical-align: top;
    padding: 9px 0 0 0;
}

#bottom-left-box-top,
#bottom-left-box-bottom,
#bottom-right-box-bottom {
    background-image: url(/media/img/layout/boxbgbottom.gif);
    background-repeat: repeat-x;
    vertical-align: top;
    padding: 9px 0 0 0;
}

.printedCataloguesBox {
    background-image: url(/media/img/layout/catboxbg.gif) !important;
    background-repeat: no-repeat !important;
}

.printedCataloguesBoxContents h2,
.printedCataloguesBoxContents h2 a {
    color: #222;
    font-size: 21px !important;
    margin-top: 0;
    border-bottom: none;
    width: 180px;
}

.relativeWrapper {
    position: relative;
}

#left-box-top,
#bottom-left-box-top {
    background-image: url(/media/img/layout/rightboxbg.gif);
}

.homeSpacer {
    vertical-align: middle;
    text-align: center;
}

#right-box-top {
    background-image: url(/media/img/layout/rightboxbg.gif);
    background-repeat: repeat-x;
    vertical-align: top;
    padding: 0;
}

.box-middle {
    text-align: center;
}

#homepage-boxes h3 {
    margin-top: 0;
}

#production-text {
    position: absolute;
    z-index: 1;
    top: 9px;
    right: 21px
}

#specific-markets-text {
    position: absolute;
    z-index: 2;
    top: 9px;
    left: 21px;
}

#production-box,
#specific-markets-box {
    width: 339px;
    height: 149px;
}

.specific-markets-logo {
    position: absolute;
    z-index: 1;
}

#specific-markets-logos {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.homeVideoWrapper {
    text-align: center;
}

.boxContents p {
    margin-right: 9px;
}

/*contenuto slot left prodotti----------------------------*/
.currentIcon img {
    vertical-align: middle;
    float: right;
    margin-right: 214px;
}

.row {
    height: 1px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 2px;
    margin-top: 0px !important;
}

.productSeries {
    margin-bottom: 10px;
    width: 690px;
}

.seriesMediaBig {
    float: right;
    width: 200px;
    margin-left: 20px;
    text-align: center;
}

.seriesMediaBig a {
    color: black !important;
    text-decoration: none;
    margin-top: 10px;
    font-size: 10px;
    font-weight: bold;
}

.seriesDetails {
    margin-left: 65px;
}

.seriesThumbnail {
    vertical-align: middle;
    text-align: center;
    width: 60px;
}

.productSeries h1 {
    font-size: 13px;
    display: inline;
    margin-right: 20px;
    margin-bottom: 0px;
    height: 20px;
    border-bottom: none;
    background: none;
}

.titleProduct h3 {
    display: inline;
}

.seriesData {
    width: 100%;
}

.arrowDown a {
    background-image: url(../img/arrow_down.gif);
    background-repeat: no-repeat;
    background-position: right;
    color: #007CB7;
    float: right;
    text-decoration: none;
    padding-right: 10px;
    line-height: 20px;
    height: 20px;
}

.arrowRight a {
    clear: both;
    display: block;
    background-image: url(../img/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: right;
    color: #007CB7;
    float: right;
    text-decoration: none;
    padding-right: 10px;
    line-height: 20px;
    height: 20px;
}

.productSeries .actions {
    float: right;
    width: 220px;
    height: 27px;
    text-align: right;
}

.productSeries .actions img {
    height: 27px;
}

.productSeries .actions a {
    text-decoration: none !important;
}

.bCell {
    width: 40px;
    text-align: center;
    margin: 0px;
    font-weight: bold;
    color: #333333;
    background-color: #EEEEEE;
}

.wCell {
    width: 95px;
    text-align: center;
    margin: 0px;
}

table.data {
    border: 1px solid #b4b4b5;
    height: 20px;
    font-size: 11px;
}

.infoProduct p {
    width: 430px;
    padding-left: 88px;
}

.infoProduct img {
    float: right;
    padding-top: 10px;
    padding-right: 30px;
}

#products-heading {
    height: 170px;
}

#products-intro {
    width: 400px;
}

#products-help {
    display: block;
    margin-bottom: 1em;
    width: 250px;
    float: right;
}

#products-catalog,
#motors-catalog {
    margin-top: 35px;
    width: 400px;
    background-color: #e7eaeb;
}

#motors-catalog {
    margin-top: 0;
    width: 100%;
}

.helpTitle,
.downloadsTitle {
    width: 62px;
    font-size: 12px;
    color: #007CB7;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

.downloadsTitle {
    width: auto;
}

.helpText,
.downloadText {
    padding-right: 20px;
}

.downloadText a {
    text-decoration: none;
    color: black;
}

.helpImage,
.downloadImage {
    text-align: left;
    width: 35px;
    height: 20px;
}

.downloadImage {
    text-align: center;
}

.adobeReaderLink {
    text-align: right;
    vertical-align: bottom;
}

.modularityConceptLink {
    font-weight: bold;
    color: #01588e;
    text-decoration: none !important;
}

/* slot right-------------------------------------------------*/

#slot-right {
    width: 269px;
    vertical-align: top;
    padding: 0;
    background-color: #fafafa;
    border: 1px solid #efefef;
}

#slot-right-margin {
    margin-right: 15px;
    margin-top: 2px;
}

#feed-icon {
    float: right;
    margin-right: 1px;
}

.portletHeader {
    height: 25px;
    padding-left: 10px;
}

.portletHeaderWithoutBg {
    height: 25px;
    background-image: none;
    background-color: #595959;
    padding-left: 10px;
}

.portletHeader h3 {
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 2px;
    color: white;
}

.portletHeaderWithoutBg {
    clear: both;
}

.portletHeaderWithoutBg h3 {
    padding-top: 4px;
    font-size: 13px !important;
}

.portletHeader h3 a {
    text-transform: uppercase;
    font-size: 14px;
    color: white !important;
}

.portletAppLink {
    display: block;
    text-align: center;
    width: 230px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.rightAppLink {
    width: auto;
    margin-bottom: 28px;
    margin-top: 4px;
    margin-right: 8px;
    float: right;
    border: 1px solid #CCC;
    padding: 2px;
}

ul.portletSpec {
    margin-left: 0;
    padding-left: 22px;
}

ul.portletSpec li {
    padding-left: 0px;
}

.newsBig {
    padding-top: 12px;
}

.photoNews {
    border: 1px solid #01588e;
}

/* @group navigation */

.backLink {
    display: block;
    margin-top: 2em;
    background-repeat: no-repeat;
    clear: both;
    margin-bottom: 2em;
}

/* @end */

/*tools-------------------------------------------------------*/
.toolIcon {
    text-align: center;
    vertical-align: middle;
    width: 40px;
}

.toolDetails h4 {
    padding: 0px;
    margin-bottom: 0px;
}

.toolDetails p {
    margin-top: 0;
    padding-right: 12px;
}

.toolImage {
    text-align: center;
}

.toolImage a {
    color: #000000;
    font-size: 11px;
    text-decoration: none;
}

/* footer-----------------------------------------------------*/

#bottom-wrapper {
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    background: #efefef;
    padding: 15px 5px 30px 5px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

#bottom-wrapper p {
    font-size: 14px;
    color: #333;
    margin: 0 auto;
    width: 980px;
}

#bottom-wrapper a {
    font-weight: normal !important;
    color: #575756 !important;
}

#bottom-wrapper a:hover {
    text-decoration: underline !important;
}

/* @group forms */

form .formErrors {
    color: #F78F1F;
    font-weight: bold;
    padding-left: 15px;
}

form .field {
    margin-bottom: 15px;
    margin-top: 15px;
}

form .field label {
    font-weight: bold;
}

/* @end */

/* @group registration */

form.loginForm {
    display: block;
    padding-left: 1em;
}

/* @end */

/* @group configurator */

h2.designation {
    font-size: 14px;
    width: 300px;
    border-bottom: 1px solid #CCCCCC;
    min-height: 16px;
}

#configurator {
    width: 686px;
    margin-bottom: 1.5em;
}

#configurator .field {
    width: 280px;
    padding: 0.5em;
    margin-bottom: 0.5em !important;
    margin-top: 0 !important;
    font-size: 14px;
}

#configurator .fieldWidget {
    float: right;
}

#configurator .fieldLabel {
}

#configurator .field select {
    width: 120px;
    font-size: 12px;
}

#configurator .field option {
    padding-left: 0.5em;
}

#configurator .fieldImage {
    float: right;
    width: 280px;
    text-align: right;
}

#configurator .fieldImage img {
    width: 280px;
}

#configurator .commands {
    margin-top: 1em;
    padding: 5px;
    width: 280px;
    text-align: right;
}

.configuratorLoaderWrapper {
    height: 20px;
}

/* @end */

/* @group Store */

/* @group forms */

/* @end */

/* @group Feedback */

#feedback {
    padding-top: 1em;
    padding-bottom: 1em;
    width: 580px;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    padding-left: 20px;
    font-size: 10px;
    font-weight: bold;
}

/* @end */

/* @group Listings */

.listing {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 688px;
    border-bottom: 1px solid #575757;
}

.listing th {
    border-top: 1px solid #575757;
    border-bottom: 1px solid #575757;
    text-align: left;
    padding-left: 5px;
    background-color: #EFEFEF;
    padding: 5px;
}

.listing td {
    padding: 5px 10px 5px 5px;
    vertical-align: middle;
}

.listing form {
    margin: 0;
}

.listing .numeric {
    text-align: right !important;
    padding-right: 0;
    padding-left: 10px;
}

.listing .numeric {
    border-left: 1px solid #575757;
    padding-right: 0.5em;
}

.listing .even td {
    background-color: white;
}

.listing .odd td {
    background-color: #f0f0f0;
}

.listing .productDesignation {
    width: 70px;
    padding-left: 5px;
    border-left: 1px solid #575757;
    border-right: 1px solid #575757;
    font-weight: bold;
}

.listing td.productDescription {
    border-left: 1px solid #575757;
    padding-left: 0.5em;
}

.listing .productSummary {
    border-left: 1px solid #575757;
    padding-left: 5px;
    padding-top: 2px;
    width: 60%;
}

h3.summaryHeading {
    margin-top: 0px;
}

.listing .productPrice {
    width: 75px;
}

.listing .quantityInput {
    font-size: 11px;
    width: 30px;
}

.listing .productQuantity {
    width: 160px;
    padding-left: 10px;
    border-left: 1px solid #575757;
    border-right: 1px solid #575757;
}

.listing .groupHeader {
    font-weight: bold;
    text-align: left;
    padding-left: 0.5em;
    background-color: white;
    border-top: 1px solid #575757;
    border-bottom: 1px solid #575757;
}

.listing td.lastColumn,
.listing th.lastColumn {
    border-right: 1px solid #575757 !important;
    padding-left: 10px;
}

.listing td.firstColumn,
.listing th.firstColumn {
    border-left: 1px solid #007CB7 !important;
    border-right: 1px solid #CCCCCC;
    padding-left: 10px;
}

.listingActions {
    clear: both;
    margin: 30px 0;
}

.listingActions form {
    margin-top: 0;
    margin-bottom: 1em;
    display: inline-block;
    padding-right: 30px;
}

/* @group Cart listing */

.cartListing .productQuantity {
    width: auto !important;
}

.cartListing td.productQuantity {
    border-right: none !important;
}

.cartListing .productRemove {
    border-right: 1px solid #575757;
    text-align: right;
}

.cartListing .orderTotal {
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

/* @end */

/* @end */

/* @group Order list */

#order-list .order-date {
    width: 30%;
}

.listing .order-state {
    background-position: 4px;
    background-repeat: no-repeat;
    padding-left: 24px;
}

.listing .order-date {
    background-position: 4px;
    background-repeat: no-repeat;
    padding-left: 24px;
    background-image: url(/media/img/icons/clock.gif);
}

.listing .order-state-cart {
    background-image: url(/media/img/icons/cart.gif);
}

.listing .order-state-confirmed {
    background-image: url(/media/img/icons/checkmark.gif);
}

.listing .order-state-processed {
    background-image: url(/media/img/icons/stop.gif);
}

/* @end */

/* @group Buttons */

input[type="text"],
input[type="password"] {
    font-size: 14px;
    width: 100%;
    padding: 5px 5px;
    margin-top: 5px;
}

.button,
.largeButton,
.extraLargeButton {
    /*
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    */
    color: #ffffff;
    font-size: 14px !important;
    background: #575755;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    cursor: pointer;
    border-width: 0;
    font-weight: normal;
}

.button:hover,
.largeButton:hover,
.extraLargeButton:hover,
.button:active,
.largeButton:active,
.extraLargeButton:active {
    background: #f78f1f !important;
    text-decoration: none !important;
    color: white !important;
    font-weight: normal !important;
}

.button:focus,
.largeButton:focus,
.extraLargeButton:focus {
    outline: none;
}

.smallButton {
    width: 72px;
}

.extraLargeButton {
    width: 170px;
}

.addToCartButton {
    font-size: 12px !important;

}

/* @end */

/* New buttons */

.button2 {
    z-index: 0;
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin: 0 9px 0 0;
    padding: 3px 9px;
    background: #f1f1f1;
    border: 1px solid #bebebe;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none !important;
    font-weight: bold;
    color: #333 !important;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    outline: none;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#E1E1E1));
    background: -webkit-linear-gradient(#FFFFFF, #E1E1E1);
    background: -moz-linear-gradient(#FFFFFF, #E1E1E1);
    background: -ms-linear-gradient(#FFFFFF, #E1E1E1);
    background: -o-linear-gradient(#FFFFFF, #E1E1E1);
    background: linear-gradient(#FFFFFF, #E1E1E1);
    -pie-background: linear-gradient(#FFFFFF, #E1E1E1);
    behavior: url(/media/css3pie/PIE.htc);
}

.button2 img {
    vertical-align: middle;
}

/* Listing filters */
.listingFilterWrapper {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
    border: 1px solid #DDDDDD;
}

.filter {
    padding-right: 2em;
}

/* @group portlets */

.portletContents h4 {
    margin-top: 0;
    margin-bottom: 1em;
    padding: 0.5em;
    border-bottom: 1px solid #efefef;
}

.portletBody {
    padding: 0 15px;
}

.portlet input {
    display: inline !important;
    width: 225px !important;
}

.portletBody .ordersLink,
.portletBody .logoutLink,
.portletBody .helpLink {
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 1em;
}

.portletBody .ordersLink {
    background-image: url(/media/img/icons/orders.gif);
}

.portletBody .logoutLink {
    background-image: url(/media/img/icons/logout.gif);
}

.portletBody .helpLink {
    background-image: url(/media/img/icons/help_icon.png);
}

/* @group cart */

#portlet-cart .productQuantity,
#portlet-cart .productPrice {
    background-color: #EEEEEE;
    width: 50% !important;
}

#portlet-cart .productQuantity {
    background-color: white;
}

#portlet-cart .discountAdvice {
    border-top: 1px solid black;
}

#portlet-cart .itemPrice table {
    margin-bottom: 5px;
}

#portlet-cart .productQuantityHeading,
#portlet-cart .productPriceHeading {
    text-align: right;
    width: 80%;
}

#portlet-cart .productPrice {
    border: 1px solid #AAAAAA;
}

#portlet-cart .cartItem {
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding: 5px;
    background: white;
    border: 1px solid #575757;
}

#portlet-cart .cartItem .itemImage {
    display: none;
}

#portlet-cart .itemDesignation {
    color: #575757;
    font-weight: bold;
    font-size: 12px;
}

#portlet-cart .itemDesignation .itemDescription {
    font-weight: normal;
    font-size: 11px;
}

#portlet-cart h5.cartFeedback {
    font-size: 12px;
    color: #575757;
    margin: 0;
}

#portlet-cart form {
    margin: 0;
    padding: 0;
}

#portlet-cart .cartTotal {
    font-weight: bold;
    text-align: right;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 4px;
}

#portlet-cart .cartCommands,
#portlet-cart .itemCommands {
    text-align: left;
    padding-top: 5px;
}

/* @end */

/* @end */

/* @end */

/* @group Products overview */

.energySavingLogo {
    display: block;
    float: left;
}

#products-overview {
    width: 951px;
    border-collapse: collapse;
    margin-left: 1px;
}

#products-overview td {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

#products-overview td.last {
    width: 310px !important;
}

#products-overview .sectionHeader {
    display: block;
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    color: #58585a !important;
    border-bottom: 1px solid #58585a;
    height: 34px;
    padding-left: 4px;
}

#products-overview .sectionHeader .current {
    float: right;
}

#products-overview .sectionHeader div {
    padding-top: 13px;
}

#products-overview .spacer {
    width: 12px !important;
}

#products-overview .customized {
    background-image: url(/media/img/layout/products/customized.png);
    background-repeat: no-repeat;
}

#products-overview .customized a {
    border: none !important;
}

/* @end */

/* Forms */

.errorDetails {
    font-weight: bold;
    color: #F78F1F;
}

.cartDestructiveForm {
    float: right;
    padding: 0 !important;
}

/* Attachment */
.attachment {
    background-color: #e7eaeb;
    width: 470px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 1em;
    clear: both;
}

.attachment img {
    vertical-align: bottom;
}

.attachment a {
    text-decoration: none;
    color: black;
}

/* Navigation */

.topPagination {
    float: right;
    margin-right: 220px;
    margin-top: 12px;
}

.pagination {
    font-size: 12px;
}

.pagination {
    line-height: 20px;
}

.pagination .page {
    padding: 4px 7px;
}

.pagination .prev,
.pagination .next {
    font-style: italic;
}

.pagination .current {
    background-color: #f08f00;
    color: white !important;
}
