/* Minification failed. Returning unminified contents.
(1219,47): run-time error CSS1019: Unexpected token, found '#'
(1219,47): run-time error CSS1042: Expected function, found '#'
(1219,47): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#'
 */
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.wrap {
    width: 830px;
    margin: 0 auto;
}

.checkOutWrap {
    width: 900px;
    margin: 0 auto;
}

body {
    font-family: Arial;
    font-size: 13px;
    color: #1c1c1b;
    margin: 0;
}

.bold {
    font-weight: 700;
    font-size: 17px;
}

.page-content {
    background: url(images/bg-content.png);
}

.slider {
    padding: 15px 0 10px 0;
    position: relative;
}

.slider-ovh {
    overflow-x: hidden;
    padding-bottom: 5px;
}

.slider-wrap {
    width: 9999px;
    margin-left: 0;
}

.control {
    border-radius: 5px;
    background: #fff;
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.05)0,rgba(255,255,255,.05)100%);
    background-image: linear-gradient(bottom,rgba(0,0,0,.05)0,rgba(255,255,255,.05)100%);
    box-shadow: 1px 2px 3px rgba(0,0,0,.3);
    min-height: 460px;
    display: block;
    width: 40px;
    line-height: 460px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    z-index: 99;
    top: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    padding-bottom: 10px;
    cursor: pointer;
}

    .control:hover {
        background-image: -webkit-linear-gradient(bottom,rgba(255,255,255,.05)0,rgba(0,0,0,.05)100%);
        background-image: linear-gradient(bottom,rgba(255,255,255,.05)0,rgba(0,0,0,.05)100%);
    }

    .control:active {
        box-shadow: 0 0 1px rgba(0,0,0,.3);
    }

    .control.left {
        left: -60px;
    }

    .control.right {
        right: -60px;
    }

.item {
    border-radius: 5px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.05)0,rgba(255,255,255,.05)100%);
    background-image: linear-gradient(bottom,rgba(0,0,0,.05)0,rgba(255,255,255,.05)100%);
    box-shadow: 1px 2px 3px rgba(0,0,0,.3);
    padding: 5px;
    width: 270px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 9px;
    float: left;
    padding-bottom: 10px;
    min-height: 470px;
}

    .item:last-child {
        margin-right: 0;
    }

.item-header {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0078bf;
    margin: 7px 0 7px 4px;
    padding: 0;
}

.images {
    margin-bottom: 10px;
}

.item img {
    border: 4px solid #fff;
    border-radius: 5px;
    box-shadow: 0 4px 7px rgba(0,0,0,.17);
}

.main-image {
    width: 250px;
    height: 160px;
    border: 4px solid #fff;
    border-radius: 5px;
    box-shadow: 0 4px 7px rgba(0,0,0,.17);
    cursor: pointer; 
}

.small-image {
    display: block;
    float: left;
    width: 72px;
    height: 50px;
    margin-right: 10px;
    cursor: pointer;
}

    .small-image:last-child {
        margin-right: auto;
    }

.subheader {
    margin: 0;
    margin-left: 5px;
}

.item .item-description {
    color: #919191;
    margin: 0;
    margin-left: 5px;
    font-weight: 400;
}

.buy {
    display: block;
    margin-top: 6px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: -5px;
    padding: 0 5px;
}

    .buy:after {
        font-size: 0;
        line-height: 0;
        display: inline-block;
        width: 100%;
        height: 0;
        content: '';
    }

    .buy .cost {
        font-size: 18px;
        color: #0078bf;
        display: inline-block;
        vertical-align: middle;
    }

    .buyDetail {
    display: block;
    margin-top: 6px;
    text-align: right;
    border-bottom: 1px solid #ddd;
    margin-bottom: -5px;
    padding: 0 5px;
}

    .buyDetail:after {
        font-size: 0;
        line-height: 0;
        display: inline-block;
        width: 100%;
        height: 0;
        content: '';
    }

    .buyDetail .cost {
        font-size: 18px;
        color: #0078bf;
        display: inline-block;
        vertical-align: middle;
    }

.disableButton {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }

.loading-container {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    z-index: 99;
    text-align: center;
}

.loading-image {
    position: fixed;
    top: 200px;
    left: 40%;
    margin-top: -50px;
    margin-left: -100px;
    z-index: 100;
}

.button {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 0;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,.4);
    border-radius: 5px;
    background-color: #0077bf;
    box-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-image: -webkit-linear-gradient(bottom,#004f8b -89%,#008dd1 61%);
    background-image: linear-gradient(to bottom,#004f8b,#008dd1 61%);
    min-width: 150px;
    text-align: center;
}

    .button:hover {
        background-image: -webkit-linear-gradient(-90deg,#004f8c 0,#008dd2 100%);
    }

.review {
    padding: 0 5px;
}

.review-text {
    margin-bottom: 0 0 2em 0;
}

.review .left {
    float: left;
}

.all-feedback {
    color: #0078bf;
    display: block;
}

.feedbackimg {
    width: 60px;
}


.review-author {
    float: right;
}

.review-name {
    text-align: right;
    height: 24px;
}

.review-date {
    color: #919191;
    margin-top: -5px;
}

.page-title {
    color: #0078bf;
    padding-top: 20px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    padding-bottom: 5px;
    border-bottom: 2px solid #dfe0e2;
    text-align: center;
}

    .page-title.no-border {
        border-bottom: 0;
    }

.about-image {
    text-align: justify;
    margin-top: 15px;
}

    .about-image:after {
        display: inline-block;
        content: '';
        width: 100%;
    }

    .about-image img {
        display: inline-block;
    }


.center {
    padding: 0 50px;
    text-align: center;
    margin-bottom: 1em;
    color: #000;
    font-size: 15px;
}

.aboutcenter {
        padding: 0 50px;
    margin-bottom: 1em;
    color: #000;
    font-size: 15px;
}
.centernumbers {
    padding: 0 50px;
    margin-bottom: 1em;
    margin-left: 20px;
    color: #000;
    font-size: 15px;
}

    .centernumbers li {
        padding-bottom: 10px;
    }
.gallery-image {
    border-bottom: 1px solid #dfe0e2;
    padding-bottom: 7px;
}

    .gallery-image img {
        display: block;
        margin-bottom: 10px;
        float: left;
        width: 260px;
        margin-right: 8px;
    }

        .gallery-image img:nth-child(3n) {
            margin-right: 0;
        }

.contact {
    background: url(images/bg-footer.png) top center;
}

    .contactformContainer{
        border-top: 1px solid #66b4dc;
        padding: 20px 100px;
    }

        .contactformContainer p {
            color: #fff;
            text-align: center;
        }

        .contactformContainer div {
            margin-bottom: 5px;
            position: relative;
        }

        .contactformContainer label {
            width: 200px;
            font-size: 18px;
            color: #fff;
            text-align: left;
            display: block;
            float: left;
            margin-top: 17px;
        }

    .contact input, .contact textarea {
        width: 430px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: 0 0;
        border: 1px solid #66b4dc;
        outline: 0;
        height: 60px;
        border-radius: 5px;
        color: #fff;
        font-size: 18px;
        vertical-align: middle;
        padding-left: 30px;
    }

    .contact textarea {
        padding-top: 20px;
        height: 160px;
        resize: none;
    }

::-webkit-input-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

.contact button {
    position: absolute;
    right: 8px;
    bottom: 8px;
    border-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #68d400;
    border: 0;
    padding: 10px 20px;
    outline: 0;
    box-shadow: 1px 2px 0 #005c00,inset 0 1px 0 rgba(22,22,22,.15);
    background-image: -webkit-gradient(linear,0 100%,0 0,from(#4b8c3b),to(#9ccc4b));
    background-image: -webkit-linear-gradient(bottom,#4b8c3b 0,#9ccc4b 100%);
    background-image: linear-gradient(bottom, #4b8c3b 0, #9ccc4b 100%);
    font-family: "Arial";
    font-size: 19px;
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0,0,0,.4);
    text-transform: uppercase;
}

.map iframe {
    margin: 20px 0 0;
}

.product-header {
    font-size: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .product-header span {
        color: #0078bf;
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        display: inline-block;
        vertical-align: middle;
    }

.products .title {
    width: 310px;
}

.products .element-price, .products .quantity {
    width: 150px;
    text-align: center;
}

.products .total-price {
    width: 80px;
    text-align: right;
}

.products .removeitem {
    padding-left: 20px;
    text-align: right;
    cursor: pointer;
}

.product {
    font-size: 0;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 2px 3px rgba(0,0,0,.3);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
    background-image: -webkit-linear-gradient(#fff,#f2f2f2);
    background-image: linear-gradient(#fff,#f2f2f2);
    margin-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    vertical-align: middle;
}

    .product div {
        font-size: 14px;
        vertical-align: middle;
        display: inline-block;
    }

    .product .title > * {
        display: inline-block;
        vertical-align: middle;
    }

    .product img {
        border: 4px solid #fff;
        border-radius: 5px;
        box-shadow: 0 4px 7px rgba(0,0,0,.17);
    }

    .product input {
        width: 50px;
        display: block;
        margin: 0 auto;
        background: white;
        border: 1px solid #e0e0e0;
        text-align: center;
    }

.products .total {
    text-align: right;
    padding-right: 20px
}

    .products .total p {
        display: block;
        float: right;
        clear: both;
        margin: 0;
    }

    .products .total span {
        display: inline-block;
        margin-left: 10px;
    }

    .products .freight {
        font-size: 13px;
        padding-bottom: 5px;
        margin-left: 15px;
        border-bottom: 1px solid #d3d4d6;
    }

    .products .total .sub {
        font-size: 13px;
        padding-bottom: 5px;
    }

    .products .total .tot {
        font-size: 13px;
        padding-top: 5px;
        font-weight: 700;
    }

.shipping {
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
}

    .shipping > * {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px;
    }

    .shipping select {
        width: 150px;
    }

    .shipping input {
        /*width: 90px;*/
    }

    .shipping .update {
        color: #0078bf;
        cursor: pointer;
    }

.payment div {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

    .payment div > span {
        display: inline-block;
        margin: 0 10px;
        color: #0078bf;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
    }

.payment a {
    font-size: 9px;
    font-family: Verdana;
    height: 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 210px;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(20,53,79,.5);
}

.payment .big {
    font-size: 14px;
    font-weight: 700;
}

.payment .italic {
    vertical-align: middle;
    font-style: italic;
    font-weight: 700;
}

.feedbackContainer {
    width: 1000px;
    margin: 0 auto;
}

.feedback-list {
    margin-top: 25px;
}

.feedback {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 2px 3px rgba(0,0,0,.3);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
    background-image: -webkit-linear-gradient(#fff,#f2f2f2);
    background-image: linear-gradient(#fff,#f2f2f2);
    margin-bottom: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    vertical-align: middle;
    font-size: 0;
}

    .feedback img {
        border: 4px solid #fff;
        border-radius: 5px;
        height: 37px;
        box-shadow: 0 4px 7px rgba(0,0,0,.17);
        display: inline-block;
        vertical-align: top;
    }

    .feedback .block-text {
        display: inline-block;
        vertical-align: middle;
        width: 850px;
        margin-left: 10px;
        font-size: 0;
    }

    .feedback p {
        display: inline-block;
        font-size: 13px;
        margin: 0;
    }

    .feedback .title {
        width: 390px;
    }

    .feedback .cost, .feedback .stars {
        width: 110px;
        text-align: right;
        font-weight: 700;
        padding-right: 15px;
    }

    .feedback .author {
        width: 100px;
        text-align: right;
        padding-right: 10px;
    }

    .feedback .date {
        width: 130px;
        text-align: right;
        padding-left: 10px;
    }

.feedback-item {
    color: #919191;
}

.add-feedback {
    text-align: center;
    margin: 10px 0;
    padding: 6px 20px;
}

.buy-link {
    font-size: 13px;
    color: #0078bf;
    text-align: right;
    width: 250px;
    display: inline-block;
}

header .wrap {
    display: block;
    margin-top: 27px;
    text-align: justify;
}

    header .wrap:after {
        font-size: 0;
        line-height: 0;
        display: inline-block;
        width: 100%;
        height: 0;
        content: '';
    }

.logo {
    display: inline-block;
    margin-left: 3px;
}

.menu {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 7px;
}

.menu-item {
    font-weight: 700;
    margin-left: 24px;
    text-decoration: none;
    color: #919191;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}

.menu-item-active {
    position: relative;
    color: #0078bf;
}

    .menu-item-active:after {
        position: absolute;
        bottom: -15px;
        display: block;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 10px;
        content: '';
        border: 3px solid #0078bf;
        border-bottom: 0;
    }

.menu-item:hover {
    position: relative;
    color: #0078bf;
}

.top-line {
    background: url(images/bg-blue.png);
    color: #fff;
    margin-top: -11px;
    font-size: 13px;
    text-shadow: 0 1px 2px rgba(0,0,0,.4);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: -7px;
}

.radial {
    background: -moz-radial-gradient(center,circle,rgba(0,141,210,.29)30%,rgba(0,79,140,.31)70%);
    background: -webkit-gradient(radial,center center,0,center center,60%,color-stop(30%,rgba(0,141,210,.29)),color-stop(70%,rgba(0,79,140,.31)));
    background: -webkit-radial-gradient(center,circle,rgba(0,141,210,.29)30%,rgba(0,79,140,.31)70%);
    background: -o-radial-gradient(center,circle,rgba(0,141,210,.29)30%,rgba(0,79,140,.31)70%);
    background: -ms-radial-gradient(center,circle,rgba(0,141,210,.29)30%,rgba(0,79,140,.31)70%);
    background: radial-gradient(circle,rgba(0,141,210,.29)30%,rgba(0,79,140,.31)70%);
    padding: 25px 0;
}

footer {
    background: url(images/bg-footer.png) top center;
    color: #fff;
}

.logo-bender {
    float: left;
    margin-right: 9px;
}

.footer-top {
    border-bottom: 1px solid #0074af;
}

.footer-header {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
}

.contact-block {
    text-align: center;
    margin-bottom: -16px;
}

.contact-item {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}

.contact-item-border {
    margin-right: 40px;
    position: relative;
}

    .contact-item-border:after {
        content: '';
        display: block;
        height: 32px;
        width: 1px;
        background: #fff;
        right: -30px;
        top: 0;
        position: absolute;
    }

.contact-label {
    vertical-align: middle;
    margin-left: 10px;
}
.contact-label a {
    color: white;
}

.footer-bottom {
    border-top: 1px solid #48a5d3;
    padding-top: 9px;
}

.copyright {
    float: left;
    font-size: 12px;
    margin-top: 16px;
    margin-left: 7px;
}

.logo-white {
    float: right;
    margin-right: 9px;
}

.icon-cart {
    display: inline-block;
    background: #000;
    background: url(images/icon-cart.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 32px;
    height: 26px;
}

.icon-envelope {
    vertical-align: middle;
    display: inline-block;
    background: #FFF;
    background: url(images/icon-envelope.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 26px;
    height: 19px;
}

.icon-phone {
    vertical-align: middle;
    display: inline-block;
    background: #000;
    background: url(images/icon-phone.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 16px;
    height: 29px;
}

.icon-tag {
    vertical-align: middle;
    display: inline-block;
    background: #000;
    background: url(images/icon-tag.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 27px;
}

.icon-control-left {
    display: inline-block;
    background: #000;
    background: url(images/icon-control-left.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 23px;
    height: 32px;
    vertical-align: middle;
}

.icon-control-right {
    display: inline-block;
    background: #000;
    background: url(images/icon-control-right.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 23px;
    height: 32px;
    vertical-align: middle;
}

.icon-check {
    display: inline-block;
    background: #000;
    background: url(images/icon-check.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    vertical-align: middle;
    width: 24px;
    height: 16px;
}

.icon-star {
    display: inline-block;
    background: #000;
    background: url(images/icon-star.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.icon-star-inactive {
    display: inline-block;
    background: #000;
    background: url(images/icon-star-inactive.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.icon-button-arrow {
    display: inline-block;
    background: #000;
    background: url(images/icon-button-arrow.png);
    width: 16px;
    vertical-align: middle;
    height: 16px;
}

.icon-button-soldout {
    
}


.icon-paypal {
    display: inline-block;
    background: url(images/paypal.png);
    width: 76px;
    vertical-align: middle;
    height: 20px;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: 0 0;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

.contact button:hover {
    background-image: -webkit-gradient(linear,0 100%,0 0,from(#9ccc4b),to(#4b8c3b));
    background-image: -webkit-linear-gradient(bottom,#9ccc4b 0,#4b8c3b 100%);
    background-image: linear-gradient(bottom, ##9ccc4b 0, #4b8c3b 100%);
}

#feedback_form{
	overflow: hidden;
	margin-bottom:40px;
	display:none;
}
#feedback_form>form{
	width:500px;
	position:relative;
}
#feedback_form>form>input{
	width: 300px;
	height: 25px;
	margin-bottom: 10px;
	padding-left: 5px
}
#feedback_form>form>select{
	width: 310px;
	height: 31px;
	margin-bottom: 10px;
}
#feedback_form>form>textarea{
	width:820px;
	height:60px;
	margin-bottom: 10px;
	resize:none;
	padding-left: 5px
}
#feedback_form>form>button{
	border: 0;
	height:35px;
	width:70px;
	position:absolute;
	right: -325px;
}
#rating{
	overflow: hidden;
}
#rating>a{
	float:left;
	height:20px;
	margin-right:35px;
	background-image:url(images/icon-star.png);
	border-bottom: 1px solid #FAFCFE;
}
#rating>input{
	float:left;
	height:20px;
	margin-right:35px;
}

.rating {
    float: left;
}
    .rating > ul {
        list-style: none;
        float: left;
        padding: 0;
        margin: 0;
    }
    .rating > ul > li {
        float: left;
        margin-left: 2px;
        background: url(images/icon-star-inactive.png) no-repeat;
        width: 25px;
        height: 25px;
        cursor: pointer;
    }
    .rating > ul > li:first-child {
        margin-left: 0;
    }
    .rating > ul > li.hover {
        background-position: -25px;
        background: url(images/icon-star.png) no-repeat;
    }
    .rating > ul > li.active {
        background-position: -50px;
        background: url(images/icon-star.png) no-repeat;
    }

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

.payment {
    text-align: center;
}

.payment img {
    width: 250px; 
    height: 250px;
    margin-bottom: 50px;
}

.payment p {
    font-family: Arial;
    font-size: 13px;
    color: #1c1c1b;
}

