@font-face {
    font-family: Lato,sans-serif;
    src: url('calibri-webfont.eot');
    src: url('calibri-webfont.eot?#iefix') format('embedded-opentype'), url('calibri-webfont.woff') format('woff'), url('calibri-webfont.ttf') format('truetype'), url('calibri-webfont.svg#calibriregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

body {
    font-family: Lato,sans-serif;
    font-size: 12px;
    color: #666;
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

.clr {
    clear: both;
}

.Wcolor {
    color: #FFFFFF;
    line-height: 15px;
    padding-left: 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.row {
    float: left;
    width: 100%;
}

.contner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.header {
    float: left;
    width: 100%;
}

.logo {
    float: left;
}

.rghtpnl {
    float: right;
    text-align: right;
    margin-top: 16px;
    font-weight: bold;
}

    .rghtpnl label {
        font-weight: normal;
        font-size: 14px;
        letter-spacing: .5px;
    }

    .rghtpnl > span {
        color: #000000;
        font-size: 17px;
        font-weight: normal;
        letter-spacing: 1px;
    }

        .rghtpnl > span > i {
            font-size: 20px;
            font-style: normal;
        }

    .rghtpnl > div {
        padding-top: 10px;
    }

        .rghtpnl > div > a {
            color: #000;
            text-decoration: none;
            font-size: 14px;
            font-weight: normal;
        }

.NAVLBG {
    background: url(../img/nav-lftbg.jpg) 0 0 no-repeat #d2d0d0;
    width: 1%;
    float: left;
    height: 34px;
}

.NAVRBG {
    background: url(../img/nav-rghtbg.jpg) 0 0 no-repeat #d2d0d0;
    width: 1%;
    float: right;
    height: 34px;
    text-align: right;
}

.NAV {
    background: #d2d0d0;
    width: 98%;
    float: left;
    height: 34px;
}

    .NAV > ul {
        list-style: none;
    }

        .NAV > ul > li {
            display: inline;
            border-right: 1px solid #000;
        }

            .NAV > ul > li > a {
                color: #000000;
                font-size: 15px;
                font-family: Lato,sans-serif;
                font-weight: 500;
                height: 34px;
                line-height: 34px;
                padding: 0 25px;
                font-weight: normal;
                text-align: center;
                text-decoration: none;
            }

            .NAV > ul > li:last-child {
                border: none;
            }

.BR1 {
    float: left;
    width: 100%;
}

.search {
    background: url(../img/searchbar.jpg) 0 0 no-repeat;
    width: 25%;
    height: 25px;
    padding: 2px;
    margin: 7px 4px;
    float: left;
}

    .search > span {
        height: 20px;
        line-height: 20px;
        display: block;
        float: left;
    }

.searchtop {
    background: url(../images/searchbar.jpg) 0 0 no-repeat;
    width: 200px;
    height: 25px;
    padding: 2px;
    margin: 7px 4px 4px 0px;
    float: left;
}

.search > span {
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
}

.img2 {
    float: left;
    margin-left: 4px;
    margin-top: 7px;
}

.S1colior {
    color: #999;
    margin: 0 10px;
    width: 130px;
}

.subnav {
    color: #000000;
    float: right;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    padding-right: 10px;
    text-align: right;
    width: 110px;
}

    .subnav > ul {
        list-style: none;
    }

        .subnav > ul > li {
            display: inline;
            border-right: 1px solid #808080;
        }

            .subnav > ul > li > a {
                text-align: center;
                text-decoration: none;
                line-height: 24px;
                height: 24px;
                padding: 0 12px;
                font-size: 13px;
                color: #808080;
            }

            .subnav > ul > li:last-child {
                border: none;
                padding: 0;
            }

.leftbar {
    width: 20%;
    float: left;
}

.rightbar {
    width: 79%;
    float: right;
}

.leftbar > div {
    margin-top: 2px;
}

    .leftbar > div:first-child {
        margin: 0;
    }

.CR1 {
    background: url("../img/strip1.jpg") 0 0 no-repeat;
    color: #000000;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 100%;
}

.CR5 {
    background: url(../img/strip2.jpg) 0 0 no-repeat;
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    color: #000000;
}

.CR2 {
    float: left;
    width: 100%;
}

    .CR2 > div {
        width: 198px;
        float: left;
        border-left: 1px solid #ababab;
    }

    .CR2 > table tr td {
        width: 198px;
        border-left: 1px solid #ababab;
    }

    .CR2 > div:last-child {
        border-right: 1px solid #ababab;
    }

    .CR2 > table tr td:last-child {
        border-right: 1px solid #ababab;
    }

    .CR2 .r1:hover {
        cursor: pointer;
        border-color: #ccc;
        box-shadow: 0 0 8px 0px #000000;
    }

.r1 img {
    padding: 0;
    margin: 0px;
}

.r1 {
    background: url(../img/r1.jpg) 0 0 no-repeat;
    height: 116px;
    float: left;
    padding: 0;
    color: #000000;
}

    .r1 > h1 {
        padding: 0;
        margin: -10px 0 0;
        font-size: 16px;
        color: #000000;
    }

    .r1 > p {
        padding: 0;
        margin: 0;
        font-size: 12px;
        color: #000000;
    }

.crb .r1 {
    border-bottom: 1px solid #ABABAB;
    color: #000000;
}

    .crb .r1:hover {
        cursor: pointer;
        border-color: #ccc;
        box-shadow: 0 0 8px 0px #000000;
    }

.r1 img {
    padding: 0;
    margin: 0px;
}

#application {
    float: left;
    width: 1000px;
    height: 125px;
    margin-top: 10px;
}

.service_a {
    float: left;
    width: 488px;
    height: 114px;
    text-align: center;
    background: url(../images/split_bt.jpg);
    border: 1px solid #ADADAD;
}

    .service_a h3 {
        height: 20px;
        margin: 0;
        padding: 0;
        margin: 10px 0px 0px 0px;
        font-size: 18px;
    }

    .service_a h4 {
        height: 15px;
        margin: 0;
        padding: 0;
    }

    .service_a p {
        height: 18px;
        margin: 0;
        padding: 0;
        margin-top: 3px;
    }

.image {
    float: left;
    height: 114px;
}

.login input {
    margin-left: 60px;
    border: 1px solid #666;
}

.service_b {
    float: left;
    width: 495px;
    height: 114px;
    background: url(../images/split_bt.jpg);
    border: 1px solid #ADADAD;
    margin-left: 10px;
}

.logined {
    border-radius: 10px;
    border: 1px solid rgb(211, 211, 211);
    cursor: pointer;
    background-color: #C42C45;
    color: #fff;
    height: 23px !important;
    margin-left: 5px !important;
    width: 64px;
    line-height: 25px;
    font-weight: bold;
}

.service_b h3 {
    height: 28px;
    margin: 0;
    padding: 0;
    margin: 10px 0px 0px 20px;
    font-size: 18px;
}

.service_b p {
    float: left;
    height: 15px;
    margin: 3px 0 0 20px;
    padding: 0;
    width: 180px;
}

.service_b input {
    margin-left: 20px;
    height: 20PX;
    border: 1px solid #000;
}

    .service_b input[type="checkbox"] {
        border-radius: 8px;
        float: left;
        margin-top: 8px;
    }

.service_b label {
    float: left;
    margin-top: 10px;
}

.searchs {
    background: url(../img/searchbar.jpg) 0 0 no-repeat;
    width: 25%;
    height: 25px;
    padding: 2px;
    margin: 3px 24px;
    float: left;
}

    .searchs > span {
        height: 20px;
        line-height: 20px;
        display: block;
        float: left;
    }

.S1coliors {
    color: #999;
    margin: 0 10px;
    width: 130px;
}

.z {
    float: left;
    color: #000;
    line-height: 36px;
    margin-left: 120px;
}

#content {
    width: 1000px;
    text-align: center;
    background: #fff;
}

    #content p {
        margin: 10px 10px 10px 10px;
        font-size: 15px;
        letter-spacing: .6px;
    }

#footer {
    width: 1000px;
    height: 175px;
    background: #fff;
    padding-top: 15px;
}

.footer1 {
    float: left;
    height: 170px;
    width: 145px;
    margin-left: 10px;
}

    .footer1 h3 {
        color: #000;
        font-weight: 500;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .footer1 ul {
        list-style: none;
    }

        .footer1 ul li {
            line-height: 18px;
        }

            .footer1 ul li a {
                text-decoration: none;
                color: #8b8b8b;
                font-weight: normal;
            }

                .footer1 ul li a:hover {
                    color: #000;
                }

.footer2 {
    float: left;
    height: 170px;
    width: 140px;
}

    .footer2 h3 {
        color: #000;
        font-weight: 500;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .footer2 ul {
        list-style: none;
    }

        .footer2 ul li {
            line-height: 18px;
        }

            .footer2 ul li a {
                text-decoration: none;
                color: #8b8b8b;
                font-weight: normal;
            }

                .footer2 ul li a:hover {
                    color: #000;
                }

.footer6 {
    float: left;
    height: 170px;
    width: 140px;
}

    .footer6 h3 {
        color: #000;
        font-weight: 500;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .footer6 ul {
        list-style: none;
    }

        .footer6 ul li {
            line-height: 18px;
        }

            .footer6 ul li a {
                text-decoration: none;
                color: #8b8b8b;
                font-weight: normal;
            }

                .footer6 ul li a:hover {
                    color: #000;
                }

.footer3 {
    float: left;
    height: 170px;
    width: 140px;
}

    .footer3 h3 {
        color: #000;
        font-weight: 500;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .footer3 ul {
        list-style: none;
    }

        .footer3 ul li {
            line-height: 18px;
        }

            .footer3 ul li a {
                text-decoration: none;
                color: #8b8b8b;
                font-weight: normal;
            }

                .footer3 ul li a:hover {
                    color: #000;
                }

.footer4 {
    float: left;
    width: 240px;
}

    .footer4 a img {
        margin-right: 4px;
    }

.footer5 {
    width: 165px;
    float: right !important;
}

.footer_top {
    float: left;
    width: 200px;
    height: 35px;
    border-radius: 10px;
}

    .footer_top img {
        width: 200px;
    }

.top1 {
    float: left;
    background-color: #000;
    width: 70px;
}

    .top1 p {
        letter-spacing: .2em;
        font-size: 12px;
        color: #fff;
        margin-left: 7px;
    }

.top2 {
    float: left;
    background-color: #D6619C;
    width: 200px;
    height: 38px;
}

    .top2 p {
        color: #000000;
        font-size: 18px;
        line-height: 39px;
        margin: 0;
    }

.footer5 {
    float: left;
    height: 150px;
}

    .footer5 img {
        margin: 0px 0 0 5px;
    }

.footer {
    border-top: 1px solid #D2D0D0;
    height: 20px;
    width: 1000px;
}

.footer_left {
    float: left;
}

    .footer_left p, .footer_right p {
        margin: 3px 0 0;
        padding: 0px;
    }

.footer_right {
    float: right;
}

    .footer_right a {
        color: #666;
        text-decoration: none;
    }

.leftbars {
    width: 200px;
    float: left;
}

.inner_menu {
    width: 100%;
    float: left;
    border: 1px solid #999;
    padding-top: 10px;
    border-radius: 5px;
    background-color: #F6F6F6;
}

    .inner_menu ul {
        list-style: none;
        margin-bottom: 10px;
    }

        .inner_menu ul li {
            margin: 0px 3px 0px 10px;
        }

            .inner_menu ul li a {
                color: #000000;
                font-size: 14px;
                line-height: 25px;
                text-decoration: none;
            }

    .inner_menu h3 {
        margin-left: 5px;
        margin: 0;
        margin: 10px 0px 5px 5px;
        color: #000;
    }

        .inner_menu h3 a {
            text-decoration: none;
            color: #000;
        }

            .inner_menu h3 a:hover {
                color: #BF1D4E;
            }

    .inner_menu h4 {
        margin-left: 5px;
    }

    .inner_menu input[type="checkbox"] {
        border: 1px solid #ccc;
        margin-left: 10px;
        float: left;
        margin-right: 5px;
        height: 25px;
    }

    .inner_menu label {
        color: #000000;
        font-size: 14px;
        line-height: 25px;
        text-decoration: none;
    }

.rightbars {
    width: 790px;
    float: right;
    margin-bottom: 10px;
    min-height: 350px;
}

.leftbars > div {
    margin-top: 6px;
}

    .leftbars > div:first-child {
        margin: 0;
    }

.inner_nav {
    width: 70%;
    margin-top: 1px;
}

    .inner_nav ul {
        list-style: none;
    }

        .inner_nav ul li {
            display: inline;
            border-right: 1px solid #000;
        }

            .inner_nav ul li a {
                color: #000;
                text-decoration: none;
                line-height: 15px;
                height: 15px;
                padding: 0 8px;
                font-size: 12px;
            }

            .inner_nav ul li:last-child {
                border: none;
            }

.inner_brass {
    width: 70%;
    height: 15px;
    line-height: 15px;
    margin-bottom: 10px;
}

    .inner_brass p {
        font-size: 16px;
        color: #000;
        margin: 0;
        padding: 0px;
        margin-top: 10px;
    }

.inner_right_banner {
    float: left;
    margin-right: 8px;
}

.inner_right_detail {
    float: left;
}

.products {
    width: 17.8%;
    float: left;
}

.product_details {
    width: 105%;
    float: left;
}

.lists {
    margin-right: 10px;
    float: left;
    border: 1px solid #000;
    width: 22.5%;
    margin-bottom: 10px;
}

    .lists:hover {
        cursor: pointer;
        border-color: #ccc;
        box-shadow: 0 0 10px -2px #000000;
    }

.r11 {
    height: 180px;
    float: left;
    margin: 8px 0px 0px 0px;
    width: 100%;
}

    .r11 h1 {
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 1px;
        margin-left: 7px;
        color: #000;
        width: 90px;
        font-weight: normal;
        float: left;
    }

    .r11 p {
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-weight: 600;
        margin-left: 7px;
        color: #000;
        font-weight: normal;
        width: 90px;
        float: left;
        letter-spacing: 1px;
    }

    .r11 a {
        color: #000;
        float: right;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        margin-top: 5px;
        padding-right: 5px;
        text-align: right;
        text-decoration: none;
    }

.text {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    text-align: left;
}

    .text h1 {
        margin: 0;
        height: 30px;
        margin-top: 15px;
        color: #000;
        font-size: 19px;
        font-weight: 400;
    }

    .text p {
        line-height: 20px;
        font-size: 14px;
        text-align: justify;
        margin-bottom: 5px;
    }

.cmscontent {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #999999;
    border-radius: 5px;
    margin: 0 0 35px;
    padding: 18px 20px 20px;
    min-height: 310px;
    margin-bottom: 10px;
    float: left;
}

    .cmscontent h2:after {
        content: " ";
        display: block;
        height: 2px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        border-bottom: 1px solid #93B8BD;
    }

    .cmscontent ul {
        margin-bottom: 10px;
        float: left;
        padding-left: 12px;
    }

    .cmscontent h2 {
        color: #066A75;
        font-family: Lato,sans-serif;
        font-size: 24px;
        font-weight: bold;
        margin: 0;
        padding: 2px 0 0px;
    }

    .cmscontent h3 {
        color: #000000;
        float: left;
        font-family: Lato,sans-serif;
        line-height: 22px;
        margin-bottom: 0;
        margin-top: 5px;
        width: 100%;
    }

    .cmscontent img {
        margin-right: 10px;
        float: left;
    }

    .cmscontent p {
        color: #000000;
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 10px;
        text-align: left;
    }

    .cmscontent ul {
        list-style: none;
    }

        .cmscontent ul li {
            color: #000000;
            list-style: none;
            font-size: 14px;
            line-height: 23px;
            margin-bottom: 10px;
            text-align: left;
        }

.form-2 {
    width: 770px;
    padding: 15px;
    position: relative;
    float: left;
    background: #F6F6F6;
    border-radius: 4px;
    color: #7e7975;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 1px 5px rgba(0,0,0,0.2), 0 0 0 12px rgba(255,255,255,0.4);
}

    .form-2 h1 {
        font-size: 15px;
        font-weight: bold;
        color: #bdb5aa;
        padding-bottom: 8px;
        border-bottom: 1px solid #EBE6E2;
        text-shadow: 0 2px 0 rgba(255,255,255,0.8);
        box-shadow: 0 1px 0 rgba(255,255,255,0.8);
        padding: 0px;
        margin: 0px;
    }

        .form-2 h1 .log-in, .form-2 h1 .sign-up {
            display: inline-block;
            text-transform: uppercase;
        }

        .form-2 h1 .log-in {
            color: #6c6763;
            padding-right: 2px;
        }

        .form-2 h1 .sign-up {
            color: #ffb347;
            padding-left: 2px;
        }

    .form-2 .float {
        width: 45%;
        float: left;
        margin-right: 10px;
        padding-top: 15px;
    }

        .form-2 .float:first-of-type {
            padding-right: 5px;
        }

        .form-2 .float:last-of-type {
            padding-left: 5px;
        }

    .form-2 label {
        display: block;
        padding: 0 0 5px 2px;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 400;
        text-shadow: 0 1px 0 rgba(255,255,255,0.8);
        font-size: 11px;
    }

        .form-2 label i {
            margin-right: 5px;
            display: inline-block;
            width: 10px;
        }

    .form-2 input[type=text], .form-2 input[type=password] {
        font-family: Lato,sans-serif;
        font-size: 13px;
        font-weight: 400;
        display: block;
        width: 90%;
        padding: 5px;
        margin-bottom: 5px;
        border: 3px solid #ebe6e2;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .form-2 input[type=text]:hover, .form-2 input[type=password]:hover {
            border-color: #CCC;
        }

    .form-2 label:hover ~ input {
        border-color: #CCC;
    }

    .form-2 input[type=text]:focus, .form-2 input[type=password]:focus {
        border-color: #BBB;
        outline: none;
    }

    .form-2 input[type=submit], .form-2 .log-twitter {
        width: 200px;
        height: 38px;
        float: left;
        position: relative;
        box-shadow: inset 0 1px rgba(255,255,255,0.3);
        border-radius: 3px;
        cursor: pointer;
        font-family: Lato,sans-serif;
        font-size: 14px;
        line-height: 38px;
        text-align: center;
        font-weight: bold;
    }

    .form-2 input[type=submit] {
        margin-left: 1%;
        background: #fbd568;
        background: -moz-linear-gradient(#fbd568, #ffb347);
        background: -ms-linear-gradient(#fbd568, #ffb347);
        background: -o-linear-gradient(#fbd568, #ffb347);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
        background: -webkit-linear-gradient(#fbd568, #ffb347);
        background: linear-gradient(#fbd568, #ffb347);
        border: 1px solid #f4ab4c;
        color: #996319;
        text-shadow: 0 1px rgba(255,255,255,0.3);
    }

    .form-2 .log-twitter {
        margin-right: 1%;
        background: #34a5cf;
        background: -moz-linear-gradient(#34a5cf, #2a8ac4);
        background: -ms-linear-gradient(#34a5cf, #2a8ac4);
        background: -o-linear-gradient(#34a5cf, #2a8ac4);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
        background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
        background: linear-gradient(#34a5cf, #2a8ac4);
        border: 1px solid #2b8bc7;
        color: #ffffff;
        text-shadow: 0 -1px rgba(0,0,0,0.3);
        text-decoration: none;
    }

        .form-2 input[type=submit]:hover, .form-2 .log-twitter:hover {
            box-shadow: inset 0 1px rgba(255,255,255,0.3), inset 0 20px 40px rgba(255,255,255,0.15);
        }

        .form-2 input[type=submit]:active, .form-2 .log-twitter:active {
            top: 1px;
        }

#register, #login {
    top: 0px;
    width: 88%;
    padding: 18px 6% 0px 6%;
    margin: 0 0 35px 0;
    background: rgb(247, 247, 247);
    border: 1px solid #999999;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#login {
    z-index: 22;
}

#toregister:target ~ #wrapper #register, #tologin:target ~ #wrapper #login {
    z-index: 22;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -o-animation-delay: .1s;
    -ms-animation-delay: .1s;
    animation-delay: .1s;
}

#toregister:target ~ #wrapper #login, #tologin:target ~ #wrapper #register {
    -webkit-animation-name: fadeOutLeftBig;
    -moz-animation-name: fadeOutLeftBig;
    -ms-animation-name: fadeOutLeftBig;
    -o-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

.animate {
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 1s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    -ms-animation-duration: 1s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.lt8 #wrapper input {
    padding: 10px 5px 10px 32px;
    width: 92%;
}

    .lt8 #wrapper input[type=checkbox] {
        width: 10px;
        padding: 0;
    }

.lt8 #wrapper h1 {
    color: #066A75;
}

.lt8 #register {
    display: none;
}

.lt8 p.change_link, .ie9 p.change_link {
    position: absolute;
    height: 90px;
    background: transparent;
}

#wrapper h1 {
    background: -webkit-repeating-linear-gradient(-45deg, rgb(18, 83, 93), rgb(18, 83, 93) 20px, rgb(64, 111, 118) 20px, rgb(64, 111, 118) 40px, rgb(18, 83, 93) 40px);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

    #wrapper h1:after {
        content: ' ';
        display: block;
        width: 100%;
        height: 2px;
        margin-top: 10px;
        background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0)));
        background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
        background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
        background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
        background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    }

#wrapper p {
    margin-bottom: 15px;
}

    #wrapper p:first-child {
        margin: 0px;
    }

#wrapper label {
    color: rgb(64, 92, 96);
    position: relative;
    font-size: 16px;
}

::-webkit-input-placeholder {
    color: rgb(190, 188, 188);
    font-style: italic;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: rgb(190, 188, 188);
    font-style: italic;
}

input {
    outline: none;
}

#wrapper input:not([type="checkbox"]), #wrapper textarea, #wrapper select {
    width: 92%;
    margin-top: 4px;
    padding: 10px 5px 10px 5px;
    border: 1px solid rgb(178, 178, 178);
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    #wrapper input:not([type="checkbox"]):active, #wrapper input:not([type="checkbox"]):focus {
        border: 1px solid rgba(91, 90, 90, 0.7);
        background: rgba(238, 236, 240, 0.2);
        -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
        -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
    }

[data-icon]:after {
    content: attr(data-icon);
    font-family: Lato,sans-serif;
    color: rgb(106, 159, 171);
    position: absolute;
    left: 10px;
    top: 35px;
    width: 30px;
}

#wrapper p.button input {
    width: 30%;
    cursor: pointer;
    background: rgb(61, 157, 179);
    padding: 8px 5px;
    font-family: Lato,sans-serif;
    color: #fff;
    font-size: 24px;
    border: 1px solid rgb(28, 108, 122);
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    #wrapper p.button input:hover {
        background: rgb(74, 179, 198);
    }

    #wrapper p.button input:active, #wrapper p.button input:focus {
        background: rgb(40, 137, 154);
        position: relative;
        top: 1px;
        border: 1px solid rgb(12, 76, 87);
        -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
        -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
    }

p.login.button, p.signin.button {
    text-align: right;
    margin: 5px 0;
}

#wrapper a {
    color: rgb(95, 155, 198);
    text-decoration: underline;
}

#wrapper h1 {
    font-size: 48px;
    color: rgb(6, 106, 117);
    padding: 2px 0 10px 0;
    font-family: Lato,sans-serif;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
    margin: 0;
}

p.change_link {
    color: rgb(127, 124, 124);
    left: 0px;
    height: 20px;
    width: 727px;
    padding: 17px 30px 20px 30px;
    font-size: 16px;
    text-align: right;
    margin-left: -47px;
    border-top: 1px solid rgb(219, 229, 232);
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: rgb(225, 234, 235);
    background: -moz-repeating-linear-gradient(-45deg, rgb(247, 247, 247), rgb(247, 247, 247) 15px, rgb(225, 234, 235) 15px, rgb(225, 234, 235) 30px, rgb(247, 247, 247) 30px );
    background: -webkit-repeating-linear-gradient(-45deg, rgb(247, 247, 247), rgb(247, 247, 247) 15px, rgb(225, 234, 235) 15px, rgb(225, 234, 235) 30px, rgb(247, 247, 247) 30px );
    background: -o-repeating-linear-gradient(-45deg, rgb(247, 247, 247), rgb(247, 247, 247) 15px, rgb(225, 234, 235) 15px, rgb(225, 234, 235) 30px, rgb(247, 247, 247) 30px );
    background: repeating-linear-gradient(-45deg, rgb(247, 247, 247), rgb(247, 247, 247) 15px, rgb(225, 234, 235) 15px, rgb(225, 234, 235) 30px, rgb(247, 247, 247) 30px );
}

#wrapper p.change_link a {
    display: inline-block;
    font-weight: bold;
    background: rgb(247, 248, 241);
    padding: 2px 6px;
    color: rgb(29, 162, 193);
    margin-left: 10px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgb(203, 213, 214);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

    #wrapper p.change_link a:hover {
        color: rgb(57, 191, 215);
        background: rgb(247, 247, 247);
        border: 1px solid rgb(74, 179, 198);
    }

    #wrapper p.change_link a:active {
        position: relative;
        top: 1px;
    }

.rightProduct {
    width: 255px;
    float: left;
}

    .rightProduct h1 {
        margin: 0px;
        padding: 0;
        color: #000;
    }

.enqproductdetails {
    width: auto;
    float: left;
    
   
    
   
   
    cursor: pointer;
    margin-top: 18px;
   


    color: #fff!important;
    background-color: #0A263C;
    border: 2px solid #0A263C;
    padding: 0 10px!important;
    font-size: 14px!important;
    line-height: 36px!important;
}

    .enqproductdetails:hover {
        color: #0A263C!important;
    background-color: #fff;
    border: 2px solid #0A263C;
    }

.productdecription {
    width: 100%;
    float: left;
    margin-top: 10px;
    min-height: 300px;
}

    .productdecription h2 {
        font-size: 20px;
        float: left;
        color: #000;
        margin-bottom: 15px;
        width: 100%;
        border-bottom: 2px solid #C82B4A;
        padding-bottom: 5px;
    }

    .productdecription p {
        color: #000;
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 18px;
        text-align: justify;
    }

    .productdecription ul {
        width: 90%;
        float: left;
        margin-left: 15px;
        color: #000;
    }

        .productdecription ul li {
            color: #000;
            width: 100%;
            float: left;
            font-size: 14px;
            line-height: 18px;
        }

.product_discription {
    width: 220px;
    float: left;
    border: 1px solid #C82B4A;
    height: auto;
}

    .product_discription p {
        color: #000;
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 18px;
        text-align: justify;
    }

.prodctattribute {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .prodctattribute ul {
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

        .prodctattribute ul li {
            float: left;
            width: 100%;
            margin-bottom: 3px;
            font-size: 12px;
            font-weight: bold;
            list-style: none;
            letter-spacing: 1px;
            border-bottom: 1px dotted #ccc;
            line-height: 25px;
        }

            .prodctattribute ul li:last-child {
                border-bottom: 0px;
            }

            .prodctattribute ul li label {
                font-weight: normal;
                font-size: 14px;
                font-style: normal;
                margin-left: 10px;
            }

.pagination {
    float: right;
    margin: 10px 0;
}

    .pagination ul {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin-left: 0;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

        .pagination ul > li {
            display: inline;
        }

            .pagination ul > li > a, .pagination ul > li > span {
                float: left;
                padding: 0 14px;
                line-height: 25px;
                text-decoration: none;
                background-color: #ffffff;
                border: 1px solid #dddddd;
                border-left-width: 0;
            }

                .pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span {
                    background-color: #f5f5f5;
                }

        .pagination ul > .active > a, .pagination ul > .active > span {
            color: #999999;
            cursor: default;
        }

        .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover {
            color: #999999;
            background-color: transparent;
            cursor: default;
        }

        .pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
            border-left-width: 1px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
        }

        .pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
        }

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.social-plugins {
    margin: 10px 0 20px;
}

.social-plugins {
    float: left;
    height: 55px;
    margin-top: 5px;
    width: 100%;
}

    .social-plugins .follow_icon {
        float: left;
        height: 55px;
        margin-right: 5px;
        width: 54px;
    }

        .social-plugins .follow_icon .icon-1 {
            background: url("../images/icon1.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
            cursor: pointer;
            display: block;
            height: 55px;
            transition-duration: 0.5s;
            width: 54px;
        }

            .social-plugins .follow_icon .icon-1:hover {
                background: url("../images/icon1.jpg") no-repeat scroll 0 -59px rgba(0, 0, 0, 0);
            }

        .social-plugins .follow_icon .icon-2 {
            background: url("../images/icon2.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
            cursor: pointer;
            display: block;
            height: 55px;
            transition-duration: 0.5s;
            width: 54px;
        }

            .social-plugins .follow_icon .icon-2:hover {
                background: url("../images/icon2.jpg") no-repeat scroll 0 -59px rgba(0, 0, 0, 0);
            }

        .social-plugins .follow_icon .icon-3 {
            background: url("../images/icon3.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
            cursor: pointer;
            display: block;
            height: 55px;
            transition-duration: 0.5s;
            width: 54px;
        }

            .social-plugins .follow_icon .icon-3:hover {
                background: url("../images/icon3.jpg") no-repeat scroll 0 -59px rgba(0, 0, 0, 0);
            }

        .social-plugins .follow_icon .icon-4 {
            background: url("../images/icon4.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
            cursor: pointer;
            display: block;
            height: 55px;
            transition-duration: 0.5s;
            width: 54px;
        }

            .social-plugins .follow_icon .icon-4:hover {
                background: url("../images/icon4.jpg") no-repeat scroll 0 -59px rgba(0, 0, 0, 0);
            }

.planview {
    border: 1px solid #000000;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 23%;
    text-align: center;
    padding-bottom: 20px;
}

    .planview .r2 h1 {
        margin-bottom: 0 !important;
        padding-bottom: 5px !important;
    }

.pageOptions {
    margin: 0;
}

    .pageOptions .morePadding {
        margin-top: 10px;
    }

.red, .boldRed, .redPrice, .coError, .ring_sized {
    color: #DD0346;
}

.pageOptions table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E9E9E9;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    margin-bottom: 10px;
    width: 790px;
}

.pageOptions p {
    margin: 3px 0;
    padding: 0 0 0 8px;
    white-space: nowrap !important;
}

    .pageOptions p.pageOptionsNav {
        font-size: 6px !important;
        letter-spacing: -3px;
    }

        .pageOptions p.pageOptionsNav a, .pageOptions p.pageOptionsNav b {
            display: inline-block;
            font-size: 11px !important;
            letter-spacing: 0;
            margin: 0 0 0 -2px;
            padding: 3px 6px;
        }

        .pageOptions p.pageOptionsNav b {
            background-color: #EEEEEE;
            color: #2266AA;
            font-family: 'arial black',verdana;
            font-weight: bold;
            margin-top: -2px;
        }

.pageOptions a {
    color: #444444;
    padding: 1px 1px 1px 4px;
    text-decoration: none;
}

    .pageOptions a:hover {
        background-color: #EEEEEE;
        color: #2266AA;
    }

.pageOptions select {
    border: 1px solid #CCCCCC;
    padding-top: 2px;
}

    .pageOptions select option {
        padding: 2px !important;
    }

.pageOptions #sortField {
    width: 100px;
}

.pageOptions #pageSize {
    width: 40px;
}

.searchItem {
    float: left;
    height: 240px;
    margin: 3px 0 5px;
    overflow: hidden;
    text-align: center;
    width: 197px;
}

.searchImg {
    border: 1px solid #FFFFFF;
    height: 135px;
    width: 135px;
}

.searchItem p {
    font: 12px/13px 'Trebuchet MS';
    margin: 0;
    padding: 4px 6px;
}

    .searchItem p + p {
        padding-top: 0;
    }

.searchItem a {
    color: #444444;
    text-decoration: none;
}

    .searchItem a:hover {
        color: #2266AA;
        text-decoration: underline;
    }

        .searchItem a:hover .searchImg {
            border-color: #CCCCCC !important;
            height: 135px;
            width: 135px;
        }

.searchPromo {
    height: 10px;
    width: 135px;
}

.searchVideoIcon {
    height: 7px;
    vertical-align: baseline;
    width: 14px;
}

.clear {
    clear: both;
}

#feedback {
    left: -267px;
    position: fixed;
    top: 100px;
    z-index: 9999;
}

    #feedback div {
        border: 1px solid #999999;
        border-radius: 5px;
        float: left;
        padding: 10px;
        background: url("../images/box_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    #feedback a {
        background: url("../images/enquiry.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        display: block;
        float: left;
        height: 200px;
        position: absolute;
        right: -48px;
        text-indent: -9999em;
        top: 50px;
        width: 48px;
    }

.textarea {
    border: 1px solid #c4c4c4;
    width: 235px;
    height: 63px;
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: black;
}

.btn {
    display: inline-block;
    margin: 0;
    font-weight: 400;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border-radius: 0;
    white-space: nowrap;
    height: auto!important;
    float: none!important;
    text-transform: uppercase;
    transition: none;
    padding: 10px 16px!important;
    line-height: 130%!important;
    color: #0A263C!important;
    background-color: #E6E7E8;
    border: 2px solid #E6E7E8;
}



.btn-submit {
    color: #fff!important;
    background-color: #0A263C;
    border: 2px solid #0A263C;
    padding: 0 60px!important;
    font-size: 14px!important;
    line-height: 36px!important;
}
.btn-submit:hover {
    color: #0A263C!important;
    background-color: #fff;
    border: 2px solid #0A263C;
}


