.awac-button {
    height: 40px;
    position: relative;
    text-align: center;
}

.awac-button .button-label-container {
    height: 30px;
    left: 50%;
    position: absolute;
    width: 320px;
}

.awac-button .button-label {
    cursor: pointer;
    left: -50%;
    margin-top: 4px;
    position: absolute;
    text-align: center;
    width: 320px;
    background: -o-linear-gradient(top, #f0e9d3 0%,#e7e3c3 100%);
    background: -ms-linear-gradient(top, #f0e9d3 0%,#e7e3c3 100%);
    background: linear-gradient(to bottom, #f0e9d3 0%,#e7e3c3 100%);
    float: left;
    padding: 8px 15px;
    border-radius: 3px;
    border: 1px solid #CEC7AF;
    border-bottom: 1px solid #A29C8A;
    text-transform: uppercase;
    font: 10px/15px 'futura-pt', sans-serif;
    font-weight: bold;
    color: #000;
}

.awac-button .button-label:hover {
    background: #eeebda;
    background: -o-linear-gradient(top, #eeebda 0%,#e1ddcb 100%);
    background: -ms-linear-gradient(top, #eeebda 0%,#e1ddcb 100%);
    background: linear-gradient(to bottom, #eeebda 0%,#e1ddcb 100%);
    cursor: pointer;
    color: #908e7c;
}

.awac-button.hidden * {
    display: none;
}

.awac-button .button-label span.loading {
    display: none;
}

.awac-button .button-label.loading span.loading {
    display: block;
    font: bold italic 12px/20px "superclarendon", times new roman, serif;
}

.awac-button .button-label.loading span.loading:hover {
    color: #000000;
}

.awac-button .button-label.loading span.label {
    display: none;
}

.awac-button .button-label.loading {
    background: none;
    border: none;
    text-transform: none;
    padding: none;
}

.robot-link {
    position: absolute;
    left: -1000px;
}

.awac-loader {
    text-align: center;
    margin: 20px 10px;
    font: bold 14px 'futura-pt', sans-serif;
}

.awac-loader .loader-label {
    display: none;
}

.awac-loader .loader-label.loading {
    display: block;
}

.awac-loader .loader-label img.loading {
    background: url("../images/ajax-loader.gif") no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 16px;
}

/* 'Back to Top' button */
#awac-back-to-top,
#awac-back-to-top.visible {
    display: none;
}

#awac-back-to-top {
    position: fixed;
    top: 20px;
    cursor: pointer;
    padding: 3px 17px 3px 17px;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #fff;
    background: none repeat scroll 0 0 #406A83;

    border: solid 1px #000;
}

#awac-back-to-top.visible {
    display: inline;
}

#awac_catalog_container .bottom-inset {
    display: none;
}
