﻿#container {
    width: 100%;
}

.Container-New
{
	max-width: 100%;
    width: 1280px;
    margin: 40px auto;
    clear: both;
} 
/*----------Header----------*/
.top-Header {
    height: 40px;
    background-color: #442e5d;
    line-height: 30px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    clear: both;
}

.header-right-Link {
    float: right;
    color: #FFFFFF;
    font-size: 15px;
    text-align: right;
    clear: both;
}

    .header-right-Link ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
    }

        .header-right-Link ul li {
            display: inline;
            line-height: 40px;
			float : left;
        }

            .header-right-Link ul li a {
                text-decoration: none;
                padding: 0 5px;
                color: #fff;
            }

                .header-right-Link ul li a:hover {
                    text-decoration: underline;
                }

    .header-right-Link img {
        vertical-align: middle;
    }

.nav-bar {
    width: 100%;
    height: 60px;
    line-height: 30px;
    clear: both;
    -webkit-box-shadow: 0 6px 6px -6px #666666;
    -moz-box-shadow: 0 6px 6px -6px #666666;
    box-shadow: 0 6px 6px -6px #666666;
}

    .nav-bar ul {
        float: left;
        z-index: 1001;
        margin: 0 auto;
        padding: 5px 20px;
        list-style: none;
        height: 60px;
        color: #414141;
        text-align: left;
    }

    .nav-bar > ul > li {
        float: left;
        line-height: 60px;
        letter-spacing: 1px;
    }

        .nav-bar > ul > li .logo img {
            padding: 17px 10px 0 0px;
			border:none;
        }

        .nav-bar > ul > li a {
            padding: 0 20px;
            text-decoration: none;
            color: #414141;
            letter-spacing: 1px;
            font-size: 15px;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
        }

            .nav-bar > ul > li a:hover {
                color: #7a7acb;
            }

.dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100px;
    padding: 0 0 0 0;
    display: none;
    overflow: auto;
    min-height: 250px;
    background: #f5f5f5;
    z-index: 1000;
    border-bottom: 2px solid #edecec;
    -webkit-box-shadow: 0 6px 6px -6px black;
    -moz-box-shadow: 0 6px 6px -6px black;
    box-shadow: 0 6px 6px -6px black;
}

.box strong {
    display: block;
    margin-bottom: 5px;
    font-family: 'Raleway',sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
}

.box ul li a {
    display: block;
    padding: 3px 0 3px 00px;
    color: #8c8c8c !important;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Roboto',sans-serif;
    line-height: 25px;
    letter-spacing: 1px;
}

    .box ul li a:hover {
         color: #7a7acb !important;
    }
	
	.cursor-default:hover
	{
color: #414141 !important;
	}

.nav-bar li:hover .dropdown {
    display: block;
}

.box {
    float: left;
    height: 100%;
    margin: 30px 0;
}

#nav-search-wrap {
    float: right;
}

.slideshow {
    top: 103px !important;
}

.search-box {
    width: 242px;
    height: 26px;
    margin-top: 18px;
    float: left;
    z-index: 5000;
    margin-right: 30px;
}

    .search-box input.search-input {
        float: left;
        width: 209px !important;
        height: 26px;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid #676767;
        border-left: 0;
        padding: 0;
        line-height: 26px;
        color: #000000;
        background: #ffffff;
        outline: none;
    }

    .search-box .search-box-button {
        float: left;
        width: 23px;
        height: 24px;
        border: none;
        overflow: hidden;
        background: #ffffff url('../images/search-icon.png') no-repeat;
        text-indent: 999px;
        margin: 0 0 1px 10px;
        outline: none;
        cursor: pointer;
    }

/*----------Header----------*/
/*----------Footer----------*/

#footer {
    padding: 0px !important;
}

.new-bottom-footer {
    height: 38px;
    color: #75779f;
    background-color: #422e5d;
    line-height: 38px;
    font-size: 10px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    clear: both;
}

.footer-disclaimer {
    float: left;
    color: #75779f;
    text-align: left;
}

.footer-bottomLink {
    float: right;
    color: #75779f;
    min-width: 500px;
    text-align: right;
}

    .footer-bottomLink a {
        color: #75779f;
        font-size: 10px;
        font-family: 'roboto', sans-serif;
    }

        .footer-bottomLink a:hover {
            text-decoration: none;
        }

.tgs-footer-social {
    float: none;
    display: inline-block;
    margin: 6px auto 0 auto;
}

.tgs-footer-lower-wrap {
    float: left;
    text-align: center;
    width: 100%;
    color: #ffffff;
    background: #422e5d;
    line-height: 0px;
}

.footer-Top-Link {
    height: 38px;
    color: #444444;
    line-height: 38px;
    font-size: 10px;
}

    .footer-Top-Link a {
        font-size: 13px;
        font-family: 'roboto', sans-serif;
    }

        .footer-Top-Link a:hover {
            color: #444444;
            text-decoration: none;
        }
/*----------Footer----------*/

/*---------Product Box-------*/
.Product-grid {
    max-width: 100%;
    width: 1280px;
    margin: 00px auto 40px;
    clear: both;
}

    .Product-grid .paginations {
        width: 100%;
        text-align: right;
        font-size: 14px;
        font-family: "open sans", "arial";
        color: #555555;
        line-height: 40px;
        margin-top: 20px;
        clear: both;
    }

        .Product-grid .paginations p {
            font-size: 14px;
            font-family: "open sans", "arial";
            color: #555555;
        }

.product-box {
    position: relative;
    float: left;
    padding: 25px 0 0 0;
    margin: 0;
    text-align: left;
    height: 400px;
    margin-bottom: -1px !important;
    width: 25%;
    margin: 10px 0;
}

    .product-box .picture {
        max-width: 250px;
        width: 100%;
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

        .product-box .picture:hover {
            opacity: 0.8;
        }

    .product-box .details {
        padding: 0 10px;
        margin-top: 43px;
    }

    .product-box .product-title {
        color: #000000;
        font-size: 16px;
        font-family: "open sans","arial";
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 0;
        height: auto;
    }

        .product-box .product-title a {
            color: #000000;
            font-size: 15px;
            font-family: "open sans","arial";
            font-weight: 700;
            text-decoration: none;
        }

.product-sku {
    text-align: center;
    font-size: 14px;
    font-family: "open sans", "arial";
    margin-bottom: 20px;
    line-height: 40px;
    color: #555555;
}

.add-info {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding-bottom: 50px;
	border-bottom: 1px solid #cccccc;
}

.product-box .buttons {
    text-align: center;
}


.product-box .product-box-detail-button {
    width: 50%;
    min-width: 100px;
    height: 30px !important;
    background: #00b8e4;
    font-family: "open sans","arial";
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    border: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}

    .product-box .product-box-detail-button:hover {
        opacity: 0.8;
    }

.product-box .links {
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
    height: auto;
    margin: 0 0 10px;
    overflow: hidden;
}

    .product-box .links a {
        font: 12px "open sans","arial" !important;
        font-weight: 600 !important;
        color: #555555 !important;
    }


/*---------Product Box-------*/

/*---------No result---------*/
.no-result-main-div {
    width: 100%;
    clear: both;
}

    .no-result-main-div > p {
        margin: 10px 0;
        text-align: center;
        font: 16px "open sans","arial" !important;
        font-weight: 600 !important;
    }

.redP {
    color: #e4434b !important;
}

.no-result-main-div .fieldset {
    margin: 0 0 30px;
}

.form-fields {
    position: relative;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px 15px;
}

.inputs {
    position: relative;
    margin: 0 0 15px;
    text-align: center;
    white-space: nowrap;
    font-size: 0;

}

    .inputs label {
        display: inline-block;
        margin: 0 10px 0 0;
        text-align: right;
        font-size: 16px;
        color: #444;
        vertical-align: middle;
    }

    .inputs p {
        margin: 0 10px 0 0;
        text-align: center;
        font-size: 16px;
        color: #444;
        vertical-align: middle;
        clear: both;
        line-height: 40px;
    }

.search-text {
    height: 36px;
	line-height:36px;
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
    width: 400px;
    max-width: 100%;
    background-color: #fff;
}

.no-result-main-div .buttons {
    text-align: center;
}

.no-result-main-div .search-button {
    margin: 0 auto;
    padding: 0;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    font-size: 12px;
    min-width: 140px;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

#mainContent {
    width: 100%;
    margin: 350px auto 0;
    float: none !important;
}
.marginTOp0
{
	margin-top:0px;
}
.banners-new
{
width:1000px;
margin: 300px auto -300px;
clear:both;
}
/*---------No result---------*/

/*---------Product Details---------*/

.Product-grid .gallery {
    float: left;
    width: 40%;
    margin-right: 3%;
    text-align: right;
}

.gallery .picture-wrapper {
    margin: 0 0 10px;
}

.gallery .picture {
    position: relative;
    max-width: 100%;
    max-width: 450px;
    margin: 0 auto 10px;
    overflow: hidden;
}

.overview {
    float: right;
    width: 50%;
    padding: 20px 0 20px 0;
}

#pdp-title h1 {
    font-family: "open sans","arial";
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    color: #000000;
    letter-spacing: -1px;
}

#pdp-tagline {
    font-family: "open sans","arial";
    font-size: 13px;
    color: #555555;
}

#pdp-main-buttons {
    width: 100%;
    margin-top: 20px;
}

#pdp-where-to-buy {
    width: 38%;
    height: 30px;
    float: left;
    clear: both;
    margin-top: 50px;
}

.ps-widget {
    position: relative;
    float: left;
    text-align: center;
    word-wrap: normal;
    color: #fff;
    padding: 0;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #000;
    transition: all .3s cubic-bezier(.38,-.09,0,1.19);
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
}

    .ps-widget .ps-button-label a {
        font-size: 14px;
        font-weight: 600;
        font-family: 'Roboto', Arial,sans-serif;
        text-align: center;
        line-height: 30px;
        color: #fff;
        text-decoration: none;
    }

.Detail-Left {
    float: left;
    width: 50%;
}

#pdp-content {
    max-width: 1280px;
    width: 100%;
    padding: 0 22px;
    margin: 0px auto;
    color: #3a3a3a;
    clear: both;
}

    #pdp-content .full-description {
        font-family: "open sans","arial";
        font-size: 15px;
        line-height: 26px;
    }

.pdp-content-heading {
    font-family: "oswald","arial";
    font-size: 26px;
	line-height:30px;
    width: 100%;
    margin-top: 50px;
    font-weight: 700;
    display: inline-block;
}

    .pdp-content-heading strong {
        font-weight: 700;
        color: #000000;
    }

#pdp-content p {
    color: #3a3a3a;
    font-size: 15px;
    font-family: "open sans","arial";
    clear: both;
}

#pdp-features {
    font-family: "open sans","arial";
    font-size: 15px;
    line-height: 24px;
}

.pdp-bottom-specs-wrap {
    margin: 18px 0 0 0;
    width: 100%;
}

.odd, .even {
    padding: 5px 10px;
    float: left;
    width: 100%;
}

.odd {
    background: #e7e7e7;
}

.spec-name {
    font-weight: 600;
    list-style: none;
    float: left;
    color: #000000;
    text-transform: uppercase;
    width: 50%;
}

.spec-value {
    color: #000;
    font-weight: 400;
    width: 50%;
    float: left;
}

.product-details-p {
    text-align: center;
    padding: 40px 0 0 !important;
    margin-bottom: 0px !important;
}

    .product-details-p strong {
        font-weight: bold;
    }

.marginTopextra {
    margin-top: 300px;
}
.marginExtraHomepage
{
 margin-top:400px;
 margin-bottom:50px;
 margin-bottom:50px;
}
/*---------Product Details---------*/
