﻿.grid .wrap
{
    display: block;
    vertical-align: top;
    float: left;
}

@media only screen and (max-width: 780px)
{
    .grid .wrap.newline2
    {
        clear: both;
    }

    .flexslider
    {
        width: 100% !important;
    }

    .sign-up-row
    {
        display: none;
    }

    .boxes-next-to-slides
    {
        display: none;
    }
}

@media only screen and (min-width: 781px) and (max-width: 1020px)
{
    .grid .wrap.newline4
    {
        clear: both;
    }
}

@media only screen and (min-width: 1021px)
{
    .grid .wrap.newline3
    {
        clear: both;
    }
}

.footer-blue-inner h2
{
    color: White;
    padding-bottom: 10px;
}

.footer-blue-inner div
{
    float: left;
}

.footer-blue-inner ul
{
    float: none;
}

    .footer-blue-inner ul li
    {
        line-height: 10px;
    }

@media only screen and (max-width: 1020px) and (min-width: 781px)
{
    .footer-blue-inner h2
    {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 780px)
{
    .breadcrumb
    {
        margin-left: 10px;
    }
}

.home-grid .struct .frame
{
    height: inherit;
}

.rows .image img
{
    width: 160px;
    height: auto;
}

.main-nav > ul > li > a
{
    width: 92px;
}

#tab-specs p
{
    margin-bottom: 5px;
}

.checkout .step
{
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    padding: 10px 0px;
    cursor: default;
    width: auto;
    margin-right: 2px;
    display: inline-block;
    background: #efefef;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 10px 15px;
}

    .checkout .step.active
    {
        padding: 10px 15px;
        /*background-color: #E5E5E5;*/
        background-color: #fff;
        border-radius: 3px 3px 0 0;
        border: 1px solid #ccc;
        border-bottom-width: 0;
        margin-bottom: -1px;
        line-height: 36px;
        padding: 0px 14px;
        color: #0186c3;
        background-image: url(../images/tab-btn-selected-bg.jpg);
        background-repeat: repeat-x;
    }

.checkout-form
{
    padding: 0px 20px;
}

    .checkout-form label
    {
        float: left;
        width: 150px;
    }

.checkout-form-button
{
    padding: 0px 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.checkout-form .lbl-confirmation
{
    padding-bottom: 10px;
}

.grid .struct .image
{
    height: auto;
}

.selected-category
{
    color: #1AA1E2;
}

@media only screen and (min-width: 781px)
{
    .home-grid .struct .frame
    {
        min-height: 350px;
        position: relative;
    }

        .home-grid .struct .frame > .post
        {
        }

        .home-grid .struct .frame > form
        {
            position: absolute;
            width: 90%;
            bottom: 10px;
        }

        .home-grid .struct .frame .price
        {
            position: absolute;
            bottom: 55px;
        }

        .home-grid .struct .frame .image img
        {
            max-height: 250px;
        }
}

.promo1, .promo2
{
    float: left;
    margin-right: 33px;
}

.promo3
{
    float: left;
    position: relative;
}

/* Top Nav */

.nav ul
{
    list-style-type: none;
}

.nav > ul > li
{
    float: left;
    position: relative;
}

.nav .sub-arrow
{
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -6px;
    z-index: 1001;
    content: ' ';
    bottom: -8px;
    border: 6px solid transparent;
    border-bottom-color: #D9D9D9;
    border-bottom-color: rgba(178, 178, 178, 1);
    display: none;
}

    .nav .sub-arrow::after
    {
        position: absolute;
        width: 0;
        height: 0;
        left: 50%;
        margin-left: -6px;
        z-index: 1001;
        display: block;
        content: ' ';
        bottom: -7px;
        border: 6px solid transparent;
        border-bottom-color: white;
    }

.nav .sub-content
{
    position: absolute;
    top: 61px;
    left: 0px;
    width: 500px;
    height: 8px;
    display: none;
    font-family: Arial;
    z-index: 1000;
}

.nav .sub-body
{
    position: absolute;
    top: 8px;
    left: 0px;
    background-color: white;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #4C4C4C;
    border: 1px solid #D9D9D9;
    border: 0px solid transparent;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    max-width: 75%;
}

    .nav .sub-body ul
    {
        float: left;
        margin: 0px;
        /*margin-right: 20px;*/
        padding: 0px;
    }

        .nav .sub-body ul li
        {
            /*background: url('./../images/list-arrow.png') 5px center no-repeat;*/
            background: none;
            padding: 0px 10px 0px 20px;
            display: inline-block;
            width: 139px;
        }

            .nav .sub-body ul li a
            {
                display: block; /*min-width: 70px;*/
                font-size: 12px;
                line-height: 20px;
                margin-top: 5px;
                color: Black;
                font-weight: bold;
            }

            /* Sub Sub Category */

            .nav .sub-body ul li ul
            {
                float: left;
                margin: 0px;
                margin-right: 20px;
                padding: 0px;
                margin-bottom: 10px;
            }

                .nav .sub-body ul li ul li
                {
                    background: none;
                    padding: 0px;
                    display: block;
                }

                    .nav .sub-body ul li ul li a
                    {
                        display: block; /*min-width: 70px;*/
                        font-size: 11px;
                        line-height: 16px;
                        color: #4C4C4C;
                        margin-top: 0px;
                        font-weight: normal;
                    }

                        .nav .sub-body ul li ul li a:hover
                        {
                            color: #1AA1E2;
                        }

.form-inline .field .registerformpassword
{
    height: 16px;
    width: 200px;
    max-width: 90%;
    float: left;
    margin-right: 10px;
}

.flexslider
{
    width: 68.5%;
    float: left;
    margin-right: 1.5%;
}

.boxes-next-to-slides
{
    width: 30%;
    background-color: #b4b4b4;
    height: auto;
    float: left;
    position: relative;
}

.box-next-to-slides
{
    position: relative;
    width: 100%;
    padding-bottom: 41.5%;
}

    .box-next-to-slides div
    {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0px;
    }

.grid .struct .image, .rows .image
{
    border: none;
}

.grid .struct .name
{
    overflow: hidden;
    max-height: 45px;
    position: relative;
}

.dot-dot-dot
{
    position: absolute;
    top: 30px;
    right: 0px;
    display: none;
    color: #4c4c4c;
}

.rows .desc
{
    overflow: hidden;
    max-height: 100px;
    position: relative;
}

.list-dot-dot-dot
{
    position: absolute;
    top: 78px;
    right: 0px;
    background-color: #eee;
    border: 1px solid #999;
    color: #4c4c4c;
    font-size: 26px;
    padding: 0px 5px 15px;
    line-height: 0px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .list-dot-dot-dot:hover
    {
        background-color: #ddd;
    }

.out-of-stock
{
    background-image: url(../images/grey-grad-h30.jpg);
}

    .out-of-stock:hover
    {
        color: white;
        cursor: default;
    }

.product-info .review
{
    border-top: none;
    padding: 0px 15px;
}

.prod-detail-fields h5
{
    margin-bottom: 0px;
    padding-top: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 780px)
{
    .product-info .right
    {
        padding: 20px;
    }
}

.combo-button a
{
    cursor: pointer;
}

.checkout-form .field
{
    padding-bottom: 10px;
}

.radio-buttons label
{
    width: auto;
    float: right;
    margin-right: 10px;
}

.paymentmethod td
{
    padding-bottom: 20px;
}

.paymentmethod .radio-buttons label
{
    width: auto;
    float: left !important;
    margin-left: 5px;
}

.paymentmethod .radio-buttons input
{
    float: left;
}

.cx-success
{
    color: #5D9E09;
    font-weight: bold;
    font-size: 14px;
    background-color: #E8F5E1;
    padding: 8px;
    border: 1px solid #69B73C;
    overflow: hidden;
}

    .cx-success img
    {
        display: block;
        float: left;
    }

    .cx-success span
    {
        display: block;
        float: left;
        line-height: 24px;
        margin-left: 10px;
    }

.cx-error
{
    color: red;
    font-weight: bold;
    font-size: 14px;
    padding: 8px;
    background-color: #FFD8D8;
    border: 1px solid red;
    overflow: hidden;
}

    .cx-error img
    {
        display: block;
        float: left;
    }

    .cx-error span
    {
        display: block;
        float: left;
        line-height: 24px;
        margin-left: 10px;
    }

#frmUserProfile h3, .checkout-form h3
{
    margin-bottom: 20px;
}

.checkout-form-button
{
    margin-top: 20px;
}

#content-center ul
{
    color: #4c4c4c;
}

.rows .row
{
    margin: 0 10px 40px 10px;
}

.removeFromCart
{
    border: none;
    background: none;
    background-image: url("../images/cross.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.cbTerms
{
    margin: 0px 10px 0px 3px;
    vertical-align: text-top;
}

    .cbTerms input
    {
        margin: 0px;
    }

.product-info .tag, .sidebar-tags .tag
{
    display: inline-block;
    background-color: #4d4d4d;
    color: #fff;
    font-size: 11px;
    font-weight: 100;
    line-height: 16px;
    height: 16px;
    position: relative;
    top: -2px;
    margin-right: 5px;
    border-radius: 2px;
    padding: 0 6px;
}

.sidebar-tags .tag
{
    top: 0px;
}

.product-info .tag-hot, .sidebar-tags .tag-hot
{
    background-color: #cc1433;
}

.product-info .tag-new, .sidebar-tags .tag-new
{
    background-color: #0d9fdf;
}

.product-info .tag-popular, .sidebar-tags .tag-popular
{
    background-color: #88b201;
}

.form-inline.checkout-form .field textarea
{
    width: 350px;
    max-width: 90%;
    /*clear: both;*/
    resize: none;
    margin-bottom: 20px;
}

.brands-filter a.selected
{
    font-weight: bold;
    color: #1aa1e2;
}

.sign-up-row .s-form
{
    float: none;
}

.filter-class
{
    background: #eee;
    padding: 8px 12px 7px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .filter-class .limit, .filter-class .sort
    {
        float: left;
    }

    .filter-class .combo-button
    {
        margin-left: 4px;
        float: right;
        height: 24px;
        display: block;
    }

.payment-ddl, .billing-ddl
{
    border-radius: 2px;
    padding: 2px;
    margin-left: 0px;
    border-color: rgb(204, 204, 204) rgb(220, 220, 220) rgb(229, 229, 229);
}

.green-grad-btn
{
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    background-image: url(../images/footer-green-grad-bg.jpg);
    background-repeat: repeat-x;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0;
    cursor: pointer;
}

    .green-grad-btn:hover
    {
        color: #eee;
    }

.prodlist-row .padding-right
{
    padding-right: 20px;
}

.prodlist-row .rightsection
{
    width: 22% !important;
    float: left;
}

.prodlist-row.row .info
{
    width: 78%;
    float: left;
}

.prodlist-row .rightsection .rightsectionbox
{
    padding: 10px;
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ececec;
}

    .prodlist-row .rightsection .rightsectionbox .price
    {
        text-align: center;
        height: 60px;
        padding-top: 20px;
    }

    .prodlist-row .rightsection .rightsectionbox .instock
    {
        display: block;
        text-align: center;
        padding-bottom: 20px;
    }

@media only screen and (max-width: 650px)
{
    .prodlist-row .padding-right
    {
        padding-right: 0px;
    }

    .prodlist-row.row .info
    {
        width: 100%;
        float: none;
    }

    .row.prodlist-row .rightsection
    {
        width: 100%;
        float: none;
        clear: both;
    }

    .prodlist-row .rightsection .rightsectionbox
    {
        padding: 0px;
        border: none;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-color: transparent;
    }

        .prodlist-row .rightsection .rightsectionbox .price
        {
            text-align: left;
            height: auto;
            padding-top: 0px;
        }

        .prodlist-row .rightsection .rightsectionbox .instock
        {
            display: block;
            text-align: left;
            padding-bottom: 10px;
            width: 150px;
        }

    .prodlist-row .image
    {
        float: none;
        margin-bottom: 20px;
    }

    .prodlist-row .priceandstock
    {
        float: left;
        width: 50%;
    }

    .prodlist-row .buttons
    {
        /*float: right;*/
        width: 100px;
        /*width: 50%;*/
    }
}

.tabs
{
    border-bottom: 1px solid #ccc;
}

    .tabs a
    {
        margin-right: 5px;
    }

        .tabs a.selected
        {
            border: 1px solid #ccc;
            border-bottom-width: 0;
        }

table.orderhistory td, table.orderhistory th
{
    padding: 8px 10px;
}

.sign-up-row .textbox
{
    width: 120px;
}

#content-center p
{
    margin-bottom: 16px;
}

@media only screen and (max-width: 650px)
{
    .googlemap
    {
        display: none;
    }
}

.footer-phone .foot-about
{
    padding: 0px 10px 10px 10px;
}
