@media(min-width:768px) and (max-width:991px) {
    .partner-area img {
        width: 80%
    }
    .container {
        width: 100% !important;
    }
    .navbar-header .h2-title {
        width: 300px;
    }
}

@media (max-width: 767px) {
    #prod-img {
        width: 200px;
    }
    .container {
        width: 100% !important;
    }
    .navbar-grid .navbar-header {
        border-bottom: 1px solid #d6d7d6;
    }
}

@media(max-width:991px) {
    .full-lg {
        width: 100%;
        margin: 0px;
    }
}

@media(max-width:767px) {
    .site-footer div.footer-links-right {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .cat-col-2 {
        margin-left: 0px !important;
    }
}

@media(min-width:1137px) {
    .site-footer {
        width: 1024px !important;
    }
    .navbar-header .h2-title {
        width: 300px;
    }
}

@media(max-width:1137px) {
    #main1 {
        width: 94% !important;
    }
}

@media(min-width:768px) {
    .navbar-form {
        width: 100%;
    }
    .navbar-form .input-group {
        width: 100%;
    }
    .navbar-nav>li>a {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .navbar-form .input-group .input-group-btn {
        width: 34px;
    }
}

@media(min-width:1070px) {
    .container {
        width: 1054px;
    }
}

/* .text-muted */

.txt-black {
    color: #000;
}


/* .txt-black */

.txt-color-blueDark {
    color: #4c4f53!important;
}


/* .txt-color-blueDark */

.txt-color-white {
    color: #fff !important;
}

.txt-color-lightgray {
    color: #ddd !important;
}

.text-price {
    color: #BB0000;
}

.bg-color-blueDark {
    background-color: #404444!important;
}

.bg-color-orange {
    background-color: #f9863a !important;
}

.bg-color-gray {
    background-color: #f7f7f7 !important;
}

.bg-color-grayDark {
    background-color: #434343 !important;
}

.bg-color-lightblue {
    background-color: #f8f8f8 !important;
}

.bg-color-white {
    background-color: #fff !important;
}

.bord-gray {
    border-color: #efefef !important;
}


.font-xl {
    font-size: 200%!important;
}

.font-lg {
    font-size: 120%!important;
}

.font-wt-light {
    font-weight: 400;
}

.padding-10 {
    padding: 10px;
}

.padding-5 {
    padding: 5px;
}

.padding-14 {
    padding: 14px;
}

.padl-18 {
    padding-left: 18px;
}

.padl-36 {
    padding-left: 36px;
}

.no-border {
    border: 0px !important;
}

.width-180 {
    width: 180px;
}

.page1 {
    margin-top: 25px;
}

.col-2 {
    float: right;
    margin-left: 15px;
}

.col-1 {
    margin-right: 195px;
}

.cat-col-1 {
    margin-right: 15px;
    float: left;
}

.cat-col-2 {
    margin-left: 200px;
}

.cat-col-2:after {
    content: '';
    clear: both;
}

.form-control {
    border-radius: 0px !important;
    box-shadow: none !important;
}

.margint-20 {
    margin-top: 20px !important;
}

.margint-40 {
    margin-top: 40px !important;
}

.margint-60 {
    margin-top: 60px !important;
}

.margint-80 {
    margin-top: 80px !important;
}
.border-t1 {
    border-top: 1px solid #d6d7d6;
}

.prod-high li {
    font-size: 18px;
    padding: 15px;
}

.bottom-share-div a {
    color: #999;
}

.bottom-share-div a:hover {
    color: #333;
}

.prod_detail_tab h2 {
    font-size: 3rem;
    font-weight:700;
}

#feat h2 {
    font-size: 16px;
}

div#feat {
    max-width: 100%;
}

div#feat img {
    max-width: 100%;
}

div#feat table {
    width: 100% !important;
    max-width: 100% !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.btn {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}

.btn-info {
    color: #fff;
    background-color: #57889c;
    border-color: #4e7a8c;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 3px;
}

.btn-lg {
    padding: 10px 16px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

.btn-lg,
.price-n-action .btn-group-lg>.btn {
    padding: 12px 32px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 6px;
    text-shadow: #222 1px 1px 0px;
}

.btn-success {
    color: #fff;
    background: rgb(113, 236, 72);
    background: -moz-linear-gradient(top, rgba(113, 236, 72, 1) 0%, rgba(29, 147, 30, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(113, 236, 72, 1)), color-stop(100%, rgba(29, 147, 30, 1)));
    background: -webkit-linear-gradient(top, rgba(113, 236, 72, 1) 0%, rgba(29, 147, 30, 1) 100%);
    background: -o-linear-gradient(top, rgba(113, 236, 72, 1) 0%, rgba(29, 147, 30, 1) 100%);
    background: -ms-linear-gradient(top, rgba(113, 236, 72, 1) 0%, rgba(29, 147, 30, 1) 100%);
    background: linear-gradient(to bottom, rgba(113, 236, 72, 1) 0%, rgba(29, 147, 30, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#71ec48', endColorstr='#1d931e', GradientType=0);
    border-color: #4cae4c;
}



#top-mobile-header{
    background-color: #a00b24;
}

#bs-example-navbar-collapse-D3 {
    background-color: #a00b24;
}

.navbar-bw {
    background-color: #7a0317;
    border-top: 0px solid white !important;
    box-shadow: inset 2px 2px 8px #0003;
}

.navbar-grid {
    background-color: transparent;
    /*border-bottom:2px solid #666 !important;*/
}

.navbar-grid .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-grid .navbar-toggle {
    border-color: #ddd;
}

.navbar-grid .navbar-nav>li>a {
    border-right: 1px dotted #d6d6d6;
    color: #666;
    border-bottom: 3px solid #eee;
    box-sizing: border-box;
    padding: 10px 26px;
}

.navbar-grid .navbar-nav>li:last-child>a {
    border-right: 0px solid transparent
}

.navbar-grid .navbar-nav>.active>a,
.navbar-grid .navbar-nav>.active>a:hover {
    color: #222;
    background-color: #e7e7e7;
    border-bottom: 3px solid #f60;
}

.navbar-grid .navbar-nav>li>a:hover {
    color: #333;
    background-color: #f5f5f5;
    border-bottom: 3px solid #aaa
}

ul.nav li.dropdown:hover div.dropdown-menu {
    display: block;
}

ul.nav li.dropdown:hover>a {
    background-color: #444;
    border-color: #444;
    color: #fff;
    text-shadow: none;
}



.navbar-toggle {
    background: #424242 !important;
    color: #f9f9f9;
}

.navbar-toggle.collapsed {
    background: transparent !important;
    /*color: #333333;*/
}

#css-logo {
    margin-right: 4px;
    margin-left: 4px;
    margin-top: 6px;
    position: relevent;
}

#main-logo {
    text-decoration: none !important;
}

#logo-lines {
    margin-right: 6px;
    display: inline-block;
}

.skewlines {
    width: 5px;
    height: 31px;
    margin-right: 0px;
    display: inline-block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-16deg);
    -o-transform: skew(-16deg);
    transform: skew(-16deg);
}

.skewlines.red1 {
    background: #ea4e25;
}

.skewlines.green1 {
    background: #2dbe32;
}

.skewlines.blue1 {
    background: #11aef0;
}

.skewlines.yellow1 {
    background: #ebcf11;
}







.mini div#logo-txt {
    font-size: 30px;
}

.mini .skewlines {
    height: 23px;
}

.top-phone {
    position: absolute;
    left: 120px;
    top: 48px;
    color: #000;
    font-size: 1.24rem;
}

#top-help-num {
    
    font-weight: 400;
    font-size: 1.5rem;
    margin: 0px;
    padding: 0px;
    line-height: 14px;
}

#help-div {
    text-align: center;
    padding-right: 6px;
    font-size: 1.6rem;
    
}

.helpMenu {
    text-align: center;
}

.helpMenu>a.dropdown-toggle {
    padding-right: 6px !important;
    padding-left: 6px !important;
}



#cart-div {
    position: relative;
    display: inline-block;
}

#cart-icon {
    font-size: 400% !important;
}

#cart-div img {
    width: 40px;
    opacity: .6;
    margin-top: 6px;
    margin-left: 12px;
}

#cart-qty {
    font-size: 11px;
    display: block;
    padding: 2px;
    position: absolute;
    top: -1px;
    right: -6px;
    text-decoration: none;
    font-style: normal;
    background: #ED1C24;
    color: #fff;
    min-width: 16px;
    border-radius: 50%;
    max-height: 16px;
    line-height: 12px;
    font-weight: 700;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .1);
}





.social-icons li a {
    font-size: 14px;
}

.social-icons li a:hover {
    color: #fff !important;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.social-icons li a#facebook:hover {
    background-color: #0083C9;
}

.social-icons li a#twitter:hover {
    background-color: #5BBCEC;
}

.social-icons li a#google:hover {
    background-color: #CE3C2D;
}

.social-icons li a#linkedin:hover {
    background-color: #FF4518;
}

.pos-relative {
    position: relative;
}

.pos-fixed {
    position: fixed;
}

.exit-side-menu {
    background: rgba(240, 240, 240, .6);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1020;
}

.navbar {
    position: relative;
    min-height: 41px;
    margin-bottom: 0px;
}

.navbar-nav>li>.dropdown-menu {
    background-color: #444 !important;
    margin: -1px;
    border-radius: 0px;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #444;
    border-color: #444;
    color: #fff;
    text-shadow: none;
    font-weight: semi-bold;
}



.carousel-indicators {
    bottom: 0px;
    margin-bottom: 5px;
}

.carousel-indicators .active {
    background-color: #f60;
}

.carousel-indicators li {
    background-color: #DDD;
    border: 1px solid #fff;
    border-radius: 10px;
}

.noround-border {
    border-radius: 0px !important;
}







#result-child-wraper {
    max-height: 250px;
    width: 100%;
    display: block;
}

#responsive-srch #result-child-wraper {
    max-height: 190px;
}

.navbar-form {
    padding: 0px 20px !important;
}
#srch-term{
    border: 0px;
    background-color: transparent;
}

#responsive-srch button{
    border: 0px;
    background-color: transparent;
    box-shadow: none;
    
}

#responsive-srch .input-group{
    background-color: white;
    border-radius: 5px;
}

.mCSB_inside>.mCSB_container {
    margin-right: 10px;
}

.sticky {
    width: 100%;
    min-height: 50px;
    max-height: 90px;
    position: fixed;
    top: -200px;
    left: 0;
    padding: 8px 0 15px;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
    background-color: #f7f7f7;
    -moz-opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    zoom: 1;
    opacity: 0;
    z-index: 999999;
    -webkit-transition: top 2s;
    /* For Safari 3.1 to 6.0 */
    transition: top 2s;
}

.sticky .prod-img {
    width: 96px;
    border: 1px solid #eee;
}

.prod-price {
    display: inline-block;
    margin-top: 12px;
}

.price-n-action {
    margin: 18px;
}


/*CARTMENU*/

.cartMenu h4,
.cartMenuResponsive h4 {
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 400;
}

.miniCartDescription .size {
    color: #888888;
    font-size: 11px;
}

.miniCartDescription .price {
    color: #444444;
    font-size: 15px;
    font-weight: 700;
    background: none;
}

.cartMenu table tr td,
.cartMenuResponsive table tr td {
    padding: 5px 0;
}

.miniCartProductThumb {
    text-align: center;
}

.miniCartProductThumb a img {
    height: 67px;
}

.miniCartFooter {
    background: #EFEFEF;
    padding: 10px 10px 10px;
}

.miniCartFooter .subtotal {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
    text-transform: uppercase;
}

.miniCartTable {
    max-height: 300px;
    width: 100%;
    display: block;
}

.cartMenu .dropdown-menu {
    border-radius: 0px;
    border-top: 2px solid #444;
    margin-top: 0px;
}

.cartMenuResponsive>div {
    background: white;
    border-radius: 0px;
    border-top: 1px solid #444;
    margin-top: 0px;
    padding: 0px;
}

.cartMenuResponsive .miniCartDescription .price {
    color: #444444;
    font-size: 13px;
    font-weight: 400;
    background: none;
}

.cartMenuResponsive .miniCartProductThumb a img {
    height: 47px;
}

.cartMenuResponsive .miniCartFooter .subtotal {
    margin-top: 5px;
}

#site-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*height: 5000px;*/
}

#site-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

#site-menu {
    width: 250px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -250px;
    background: #2f2f2f !important;
    padding: 0px;
    z-index: 1045;
}

#site-wrapper.show-nav #site-canvas {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
}

.panel-sidemenu .panel-heading {
    padding: 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-sidemenu .panel {
    border-color: #222;
    border-color: #222;
    border-radius: 0px;
    background-color: #333;
    border-top-color: transparent;
}

.panel-sidemenu .panel .panel-title>a>i:after {
    float: right;
    font-size: .9942857143rem;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

.panel-sidemenu .panel .panel-title>a.collapsed>i:after {
    content: '\f078';
}

.panel-sidemenu .panel .panel-title>a>i:after {
    content: '\f077';
}

.panel-sidemenu .panel .panel-title>a {
    color: rgba(255, 255, 255, .7);
    font-family: opensans, 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    display: block;
    padding: 12px 16px;
    text-decoration: none !important;
}

.panel-sidemenu .panel .list-group-item {
    background-color: #222222;
    border: 0px solid #2D2D2D;
}

.panel-sidemenu .panel+.panel {
    margin-top: 0px;
}

.panel-sidemenu .list-group-item a {
    color: #B0B0B0;
}

.panel-sidemenu .list-group {
    border-top: 1px solid #383838 !important;
}

div#side-menu label {
    background: #444;
    border-top: 1px solid #5e5e5e;
    color: #888;
    display: block;
    font-size: 1.3571428571rem;
    margin: 0;
    /* padding: .3rem 1.0714285714rem; */
    text-transform: uppercase;
    padding: 6px 16px;
    font-weight: 400;
}

#side-menu .panel-group {
    margin-bottom: 0px;
}

.panel-collapse {
    padding-left: 25px;
    background-color: #222;
}

.panel .panel .panel-heading h4.panel-title a {
    background-color: #222222;
    border: 0px solid #2D2D2D;
    font-size: 13px;
    color: #a4a4a4;
}



#dark-contact {
    background: #151414 !important;
    color: #949494 !important;
}

#dark-contact .table tr td {
    border-top: 1px solid #383737;
}

#dark-contact .table tr:first-child td {
    border-top: 0px;
}

#side-menu span.badge {
    font-weight: 400;
    background: #5e5d5d;
    color: #b4b4b4;
}

li.list-group-item>a.active {
    color: #fff;
}

li.list-group-item>a.active>span.badge {
    color: #fff !important;
}

li.list-group-item>a.active:before {
    content: "\f105";
    margin-left: -14px;
    padding-right: 8px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #ff6600;
    text-decoration: none !important;
}

#all-cat-bt {
    padding-bottom: 14px;
    border-right: 0px solid #ddd;
    padding-right: 16px;
}



.top-h1 {
    font-size: 1.4rem;
    margin: 0px;
    font-weight: 200;
    display: inline-block;
    text-transform: initial;
}



.bottom-main-div {
    background-color: #272727;
    font-size: 1.3rem;
    padding: 10px 20px;
    color: #a7a7a7;
    line-height: 15px;
    border-top: 0px solid #ddd;
    padding-top: 12px;
    margin-top: 12px;
}

.site-footer {
    margin-left: auto;
    margin-right: auto;
    /*width:1024px;*/
    width: 90%;
    border: 0px solid red;
    position: relative;
}

.site-footer a {
    color: #a7a7a7;
    text-decoration: none;
    /*line-height: 20px; */
    /*font-size: 1.5rem;*/
    padding: 5px 2px;
    margin: 3px;
    display : inline-block;
    transition: color .33s ease-in-out;
    -moz-transition: color .33s ease-in-out;
    -webkit-transition: color .33s ease-in-out;
    -o-transition: color .33s ease-in-out;
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer h4 {
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
    color: #f1f1f1;
}

.site-footer div.footer-links-right {
    float: left;
    width: 660px;
    text-align: left;
    margin-left: 28px;
}

.site-footer div.footer-links-left {
    float: left;
    width: 310px;
    text-align: left;
    padding-bottom: 10px;
}

.site-footer .main-container {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.site-footer .main-container ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.site-footer div.footer-links-right #brand-links a {
    padding-right: 3px;
    
    letter-spacing: 0px;
    text-transform: none;
    display: inline-block;
    width: 87px;
    overflow: hidden;
    
    
}

.site-footer .main-container #quick-contact {
    width: 300px;
}

.site-footer .main-container #our-story {
    width: 300px;
}

.site-footer .footer-seprator {
    border-top: 1px solid #eee;
    margin-top: 12px;
    height: 1px;
}

.site-footer .disclaimer {
    padding-top: 30px;
    line-height: 11px;
    font: 10px/1.23 Arial, sans-serif;
    text-align: justify;
}

.site-footer .disclaimer a {
    font-size: 10px;
    line-height: 11px;
}

.site-footer .partner-area {
    text-align: center;
    margin-bottom: 12px;
    margin-top: 20px;
    padding-top: 12px;
    border-top: 1px solid #ddd;
}

.site-footer .copyright {
    border-top: 1px dashed #656565;
    padding-top: 24px;
    font-size: 13px;
    color: #242424;
    margin-top: 8px;
    margin-bottom: 8px;
}

.site-footer .minilink a {
    font-size: 10px;
}

.site-footer .min-seprator {
    border-top: 1px solid #ddd;
    margin-top: 8px;
    margin-bottom: 8px;
}

.site-footer div.footer-links-right #city-links {}

.site-footer div.footer-links-right #city-links span {
    display: inline-block;
    width: 87px;
    padding-right: 3px;
    overflow: hidden;
    line-height: 10px;
}

.site-footer div.footer-links-right #city-links h6 {
    margin: 12px 0px 0px 0px;
    font-weight: normal;
    padding: 0px;
    font-size: 12px;
    color: white;
}

.site-footer #NewsletterSignUp input {
    background-color: white;
    outline: 0;
    -webkit-appearance: textfield;
    padding: 1px;
    border: 2px inset;
    border-image: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
}

.site-footer #NewsletterSignUp .input {
    display: inline-block;
    background-color: white;
    border: solid 1px #CCC;
    line-height: 25px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    padding: 0px;
}

.site-footer .main-container li #NewsletterSignUp .input #txt_email {
    background-color: transparent;
    border: 0;
    color: #666;
    width: 200px;
    vertical-align: middle;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 4px 0px;
}

.site-footer #NewsletterSignUp form a {
    display: inline-block;
    vertical-align: middle;
    background-color: #CCC;
    font-weight: bold;
    line-height: 25px;
    padding: 0 10px;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.display-switch {
    background: #0096cc;
    padding: 30px;
    text-align: center;
    padding-bottom: 80px;
}

.display-switch .btn {
    font-size: 2.2rem;
}


/*---------Bottom Content Area (index)----------*/

.index-about-para {
    /*width: 90%;*/
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-color: #FFFAEB;
    margin-top: 30px;
}

.index-about-para h1 {
    font-family: "DidotElderBook", Georgia, "Book Antiqua", serif;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-size: 48px;
    color: #F15A29;
    text-decoration: underline;
    letter-spacing: 1px;
    padding-top: 24px;
}

.index-about-para h1 span {
    font-size: 24px;
    letter-spacing: 0px;
    color: #000;
}

.index-about-para h2 {
    letter-spacing: 0px;
    text-decoration: none;
    font-weight: bold;
    font-size: 28px;
    margin-top: 24px;
    margin-bottom: 6px;
    padding: 0px;
    color: black;
}

.index-about-para p {
    font-size: 11px;
    color: #666;
    font-family: Georgia, "Book Antiqua", serif;
    letter-spacing: 0px;
    text-transform: none;
    padding: 0px;
    margin: 0px;
}

.index-about-para p a {
    color: #000;
}

.index-about-para h2 span {
    font-family: Georgia, "Book Antiqua", serif;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 12px;
    text-decoration: none;
}

.index-about-para .left-panel {
    float: left;
    width: 460px;
}

.index-about-para .right-panel {
    float: right;
    width: 460px;
}


/*--------End Bottom Content Area (index) ----------*/

#header-bar2 {
    background: bottom left repeat-x #FAFAFA;
    color: #cfcfcf;
    padding-left: 28px;
    line-height: 28px;
    z-index: -999;
    position: absolute;
    width: 100%;
    top: 0px;
    border-bottom: 1px solid #e5e5e5;
}

#actual-area2 {
    border: 0px solid #999;
    line-height: 28px;
    color: #333;
}

#actual-area2 a {
    font-weight: normal;
    text-decoration: none;
}

#header-bar {
    /*background: url('images/bg-mini-notice.png') bottom left repeat-x #FAFAFA;*/
    background: #f9f9f9;
    /*#e74c3c;*/
    padding-left: 0px;
    line-height: 30px;
    z-index: -999;
    position: absolute;
    width: 100%;
    top: 0px;
    border-bottom: 1px solid #f3f3f3;
}

#actual-area {
    font-size: 10px;
    line-height: 30px;
    text-transform: uppercase;
}

#actual-area a {
    font-weight: normal;
    text-decoration: none;
    opacity: 1;
}

#actual-area a:hover {
    opacity: 1 !important;
}

#acc-info-top {
    text-align: right;
    padding-right: 0px;
    margin: 0px 0px;
    /*display:none;*/
}

#acc-info-top a {
    text-decoration: none;
    margin: 3px 11px;
}

#acc-info-top a:hover {
    opacity: 1 !important;
}

#topbar-left-msg {
    float: right;
    width: 300px;
    text-align: right;
    border: 0px solid blue;
}

#header-main-area {
    padding: 15px 0px;
}

#header-main-area #logo-area {
    width: 320px;
    float: left;
    height: 60px;
    background: url('images/logo-new.png') left center no-repeat;
    text-decoration: none;
    margin: 20p;
    border: 0px solid #000;
}

#header-main-area #frst-layr {
    clear: both;
    text-align: right;
    border: 0px solid red;
}

#header-main-area #top-srch {
    /*width:45%; float:left; height:54px; */
    padding-top: 12px;
    border: 0px solid #dddddd;
    position: relative;
}

#header-main-area #top-srch .form-control {
    height: inherit;
}

#header-main-area #top-srch .search-txt-box {
    border: 1px solid #C6C7C8 !important;
    /*box-shadow: 0 0 4px #D8D8D8 inset;*/
    color: #666666;
    display: block !important;
    /*float: left;*/
    height: 22px;
    margin: 0;
    padding: 5px;
    /*width: 90%;*/
    font-size: 14px;
    position: relative;
}

#header-main-area #top-srch .search-icon {
    background: url("images/srch-icon.png") no-repeat transparent left;
    border: 0 none;
    cursor: pointer;
    display: block !important;
    /*float: left;*/
    font-size: 0;
    height: 34px;
    margin: 0 0 0 0;
    width: 34px;
    border: 0px solid #C6C7C8 !important;
    position: ;
}



.suggest-autocomplete-spinner {
    position: absolute;
    right: 120px;
    top: 17px;
    z-index: 1000;
}

.phone-no-portion {
    display: inline !important;
    background: none !important;
}

.phone-no-portion .prefix-portion {
    color: #868786;
    font-weight: normal;
    display: inline !important;
    background: none !important;
}

.phone-no-portion .number-portion {
    color: #e1e1e1;
    display: inline !important;
    background: none;
}

.red {
    color: red;
    display: inline !important;
    background: none;
}

#header-thrd-box {
    float: right;
    /*width:220px;  height:56px; margin-left:20px; padding-top:4px; position:relative;*/
}

#header-thrd-box ul {
    list-style: none;
    color: #777777;
    padding: 0px;
    margin: 0px;
}

#header-thrd-box ul li {
    float: right;
    width: 90px;
    text-align: right;
    line-height: 20px;
    border-radius: 5px;
    padding: 8px;
}

#header-thrd-box ul li#fb-link {
    background-image: url('images/fb-top.png');
    background-repeat: no-repeat;
    background-position: left;
    border: 0px solid red;
    position: absolute;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

#header-thrd-box ul li#fb-link:hover {
    background-color: #e7e7e7;
}

#header-thrd-box ul li#fb-link:hover>.notification-underlayer {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
    z-index: 1501;
}

#header-thrd-box ul li span {
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: #515151;
}

.notification-underlayer {
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    left: -100px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 45px;
    z-index: -1;
    position: absolute;
    background: #FCFCFC;
    border: 0px solid #DDD;
    font-family: ariel, sans-serif;
    line-height: normal;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid rgba(100, 100, 100, .4);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .30);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .30);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .30);
    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, .30);
    width: 296px;
    overflow: visible;
    /*display:none;*/
    opacity: 0;
    visibility: hidden;
}

.dipper {
    background-image: url('images/upper-pointer.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    height: 11px;
    position: absolute;
    top: -11px;
    width: 296px;
    border: 0px solid red;
    /*width: 20px;*/
}

.noti-header {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ABABAB;
    height: 23px;
    line-height: 23px;
    padding: 2px;
}

.noti-header-column {
    height: 290px;
}


/**********Big Button Class**********/

.big-btn {
    border: solid 1px #414141;
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    width: 130px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #E7E7E7;
    background-image: -moz-linear-gradient(top, #E7E7E7, #C8C8C8);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#E7E7E7), to(#C8C8C8));
    background-image: -o-linear-gradient(top, #E7E7E7, #C8C8C8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#c8c8c8');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#c8c8c8')";
    background-image: linear-gradient(top, #E7E7E7, #C8C8C8);
    cursor: pointer;
    color: #303030;
    transition: color .33s ease-in-out;
    -moz-transition: color .33s ease-in-out;
    -webkit-transition: color .33s ease-in-out;
}

.panel2-left-side {
    width: 180px;
    float: left;
    margin-right: 12px;
    height: 100%;
    border: 1px solid #000;
}

.navbar {
    border-radius: 0px;
    border: none;
}

#top-menu {
    /*background-image: url('images/bg-top.jpg');	background-repeat: repeat-x;*/
    border-radius: 0px;
    border-bottom: 3px solid #555;
    /*background: #F7F7F7;*/
}

#top-menu b {
    border-left: 0px solid #ff6c00;
    border-right: 1px solid #ddd/*#fea500*/
    ;
    font-size: 18px;
    line-height: 34px;
}

#topper-msg {
    color: #ff9000;
    font-weight: normal;
}


/*Style for the 3rd menu which we are going to implement first */

.start1>li>a {
    color: #111;
    font-size: 14px;
    text-decoration: none;
    padding: 7px 10px 7px 20px;
    border: 1px solid transparent;
    text-shadow: 1px 1px 0 #fff;
}

.start1 li a span img {
    margin: 0px 6px 0px 4px;
    border: 0px;
    width: 10px;
}

.start1 li li a {
    font-weight: normal;
    text-transform: none;
}

.start1 li a:hover {
    /*color:white;*/
    text-decoration: underline;
}

#top-menu .dropdown-menu {
    border-radius: 0px !important;
}

.open .dropdown-menu {
    /*-webkit-animation-name: flipInY;
animation-name: flipInY;
-webkit-animation-duration: .1s;
animation-duration: .1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;*/
}

.open>.dropdown-menu {
    display: block;
}

.dropdown-menu>li {
    min-width: 180px;
    border-collapse: collapse;
    border-left: 3px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #e7e7e7;
}

.dropdown-menu {
    padding: 0px
}

.dropdown-menu>li:last-child {
    border-bottom: 1px solid transparent;
}

.dropdown-menu>li:hover,
.dropdown-menu>li:focus {
    /*color: #fff;
text-decoration: none;
background-color: #3276b1;*/
    color: #000;
    text-decoration: none;
    background-color: white;
    border-left: 3px solid #3276b1;
    border-top: 1px solid #3276b1;
    border-bottom: 1px solid #3276b1;
}

.dropdown-menu>li>a {
    padding: 8px 20px;
    font-size: 14px;
}

.dropdown-menu>li>a:hover {
    background: transparent;
}

.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 12px 0;
}


/*#top_menu3 {
	height: 32px;
	background-color: #63A935;
	line-height: 32px;
	background-image: url(images/pg_mast_colors5.png);
	background-position: top;
}
#main_mid #top_menu3 b {
	background-image: url(images/mast_divider.png);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
}*/

.start1 {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin: 0px;
}

.start1:before {
    content: '';
    display: table;
}

.start1:after {
    clear: both;
    content: '';
    display: table;
}

.start1>li {
    display: inline;
    float: left;
    border: 0px solid transparent;
    transition: all .22s ease-in-out;
    -moz-transition: all .22s ease-in-out;
    -webkit-transition: all .22s ease-in-out;
    -o-transition: all .22s ease-in-out;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    /*-webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;*/
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*.start1 li:hover {background:#fafafa; border:1px solid #565656; z-index:100000;}*/

.start1 li:hover>.start2 {
    margin: 0px;
}

.start1 .start2 {
    /*border-bottom:3px solid #ff7f00;*/
    margin: 0px;
    padding: 10px;
    padding-bottom: 12px;
}


/*.start1 li ul.start2 {
	display:block;
	margin-top:0px; position:absolute; opacity: 0; visibility:hidden;
	
}*/

.start2 {
    display: table;
}

.start2 li {
    min-width: 150px;
    display: table-cell;
    margin: 0px;
    padding-left: 12px;
}

ul.start3 {
    margin: 0px;
    padding: 0px;
}

.start2 h3 {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, Sans-Serif;
    margin-bottom: 10px;
    line-height: 22px;
    text-align: left;
    line-height: 22px;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    border: 0px;
}

.start2 li ul.start3 li {
    float: none;
    margin: 0px;
    padding: 0px;
    clear: both;
    line-height: 16px;
    display: block;
    border: 0px solid red;
}

.start2 li ul.start3 li a {
    color: #ddd;
    font-size: 14px;
    display: block;
    line-height: 20px;
    padding: 0px;
    transition: color .22s ease-in-out, text-decoration .4s ease-in-out;
    -moz-transition: color .22s ease-in-out, text-decoration .4s ease-in-out;
    -webkit-transition: color .22s ease-in-out, text-decoration .4s ease-in-out;
    -o-transition: color .22s ease-in-out, text-decoration .4s ease-in-out;
}

.start2 li ul.start3 li a:hover {
    text-decoration: underline;
    color: #f60;
}

.start2 .last {
    border: 0px;
}

.start2 .bolder-star li a {
    font-size: 15px !important;
    line-height: 24px !important;
    color: #ddd !important;
    text-decoration: underline;
    transition: color .22s ease-in-out;
    -moz-transition: color .22s ease-in-out;
    -webkit-transition: color .22s ease-in-out;
    -o-transition: color .22s ease-in-out;
}

.start2 .bolder-star li a:hover {
    color: #f80 !important;
}

.start2 li ul.start3 li.product-img {
    min-width: 190px;
}

.start2 li ul.start3 li.product-img a {
    display: inline-block !important;
    border: 1px solid #dfdfdf;
    margin: 2px;
    position: relative;
    background: #DDD;
    color: #242424;
    text-shadow: none !important;
    transition: border .22s ease-in-out, background .22s ease-in-out, color .22s ease-in-out;
    -moz-transition: border .22s ease-in-out, background .22s ease-in-out, color .22s ease-in-out;
    -webkit-transition: border .22s ease-in-out, background .22s ease-in-out, color .22s ease-in-out;
    -o-transition: border .22s ease-in-out, background .22s ease-in-out, color .22s ease-in-out;
}

.start2 li ul.start3 li.product-img a:hover {
    border: 1px solid #b00;
    background: #b00;
    color: white;
}

.start2 li ul.start3 li.product-img a:hover>span {
    background: #f80;
}

.start2 li ul.start3 li.product-img a img {
    width: 90px;
    margin: 0px;
}

.start2 li ul.start3 li.product-img a span {
    font-size: 10px;
    background: rgba(255, 255, 255, .7);
    color: inherit;
    text-shadow: none;
    position: absolute;
    bottom: 4px;
    right: 0px;
    padding: 0px 4px;
}

.start2 li ul.start3 li.sml-title {
    color: #939191;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 3px;
    font-weight: normal;
    font-size: 12px;
    border-bottom: 1px solid #616161;
}

.start2 li ul.start3 li a sup {
    font-size: 8px;
    text-decoration: none !important;
    color: #ff6600;
    line-height: 8px;
}

.start2 li ul.start3 li a sup:hover {
    text-decoration: none !important;
}


/*End of Top Menu Style */

.cartMenu>a.dropdown-toggle:hover,
.cartMenu.open>a.dropdown-toggle {
    background: #404444;
}

.catbt>a.dropdown-toggle,
.cartMenu a.dropdown-toggle {
    padding-bottom: 15px;
    padding-top: 9px;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
}

.catbt>a.dropdown-toggle {
    padding-right: 65px;
}

#search-result {
    /*background:#ffffff; z-index: 1003; clear:both; position:relative; box-shadow: 0px 6px 4px #999999;*/
    width: 100%;
}

#search-result #srch-bottom {
    background: #e4e4e4;
    line-height: 18px;
    padding: 4px 8px;
    color: #333;
}

#search-result #srch-bottom .srchbottom-show-all {
    float: right;
    width: 100px;
    text-align: right;
}

#search-result #srch-bottom .srchbottom-show-all a {
    color: #000000;
    display: inline-block;
    padding: 1px 5px;
    font-size: 12px;
}

#search-result #srch-bottom .srchbottom-show-all a:hover {
    color: #b00;
}

.srch-result-div {
    border: 1px solid #eee;
    padding: 3px;
    z-index: 10000;
    border-bottom: 1px;
}

.srch-result-div:hover {
    background: #efefef;
}

.srch-result-div a {
    text-decoration: none;
    color: #333 !important;
    font-size: 11px;
    padding-bottom: 2px;
    display: block;
    min-height: 50px;
}

.srch-result-div a h4 {
    color: #0066CC;
    margin: 0px;
    font-weight: normal;
    font-size: 12px;
}

.srch-result-div img {
    float: left;
    width: 60px;
    margin: 2px;
    border: 0px;
}

.srch-result-div .srch-price {
    color: #b00;
    font-size: 13px;
}

.srch-result-div ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.srch-result-div ul li {
    display: inline;
    color: rgba(120, 120, 120, .7);
}

#search-result-Responsive {
    width: 100%
}

#responsive-srch .srch-result-div img {
    width: 40px;
}

#responsive-srch .srch-result-div a {
    height: auto
}

.searchBoxBottom {
    background: #f4f4f4;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ccc;
    padding-top: 8px;
    padding-bottom: 12px;
    padding-left: 8px;
}

.searchBoxBottom a {
    display: inline-block;
    width: 33%;
    color: #333 !important;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    transition: color .22s ease-in-out;
    -moz-transition: color .22s ease-in-out;
    -webkit-transition: color .22s ease-in-out;
    -o-transition: color .22s ease-in-out;
    text-shadow: 1px 1px 0 #f7f7f7;
}

.searchBoxBottom a:hover {
    color: #b00;
    text-decoration: underline;
}

.middle {
    width: 100%;
    height: 100%;
    background: rgba(100, 100, 100, .0);
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 10;
}

#submenu {
    height: 24px;
    text-align: right;
    line-height: 24px;
    padding-right: 0px;
    border-bottom: 0px solid #e5e5e5;
}

#submenu a {
    text-decoration: none;
    color: #333333;
    padding: 0px 5px;
}

#submenu a:hover {
    text-decoration: underline;
}

#submenu .sub {
    padding-right: 0px !important;
    margin-right: 0px;
}

#top-transparent {
    /*filter: alpha(opacity=55); -moz-opacity: .55;*/
    padding: 3px;
    width: 180px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: auto;
}

#top-transparent a {
    color: #2E4747;
    text-decoration: none;
}

.smenu_tab {
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 0px;
    border-left: 1px solid #e0e0e0;
}

#showcase_detail {
    width: 100%;
}

#showcase_detail td {
    background: #fafafa;
    border: 1px solid #f3f3f3;
    font-size: 11px;
}

#showcase_detail select {
    font-size: 11px;
    width: 470px;
}

#showcase_detail input {
    font-size: 11px;
    border: 1px solid #d0d0d0;
    height: 14px;
}

#main {}

#laptop_detail {
    border-collapse: collapse;
    width: 100%;
}

#laptop_detail th {
    text-align: left;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    padding:12px;
}

#laptop_detail td {
    background: #fff;
    width: 220px;
    color: #666;
    /*padding-left:5px;*/
    border: 1px solid #ddd;
    padding:12px;
}

#laptop_detail .ha {
    color: #333333;
}

#laptop_detail .tab_top_th {
    height: 30px;
    color: #eeeeee;
}

#laptop_detail .val {
    text-align: left;
    width: 70%;
}

#laptop_detail img {
    width: 12px;
}

#laptop_main_table {
    width: 100%;
    border: 1px solid #dddddd;
    margin-left: 0px;
    margin-right: auto;
}

#laptop_main_table td {
    padding: 0px;
}

#laptop_main_table th {
    height: 20px;
}

#laptop_main_table h2 {
    margin-top: 3px;
}

#laptop_header {
    width: 68%;
}

#laptop_header .summary {
    padding-left: 15px;
}

#laptop_header h1,
#laptop_header h1 a {
    /*color: #0066CC;
	border-bottom-color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;*/
    color: #000;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 2px;
    text-decoration: none;
}

.blue-link {
    color: #0066CC;
}

.clear-both {
    clear: both;
}

#laptop_header .item_desc {
    height: 90px;
    overflow: hidden;
    text-align: justify;
    margin-top: 8px;
    padding-right: 8px;
}

#laptop_header .condition-div {
    margin-top: 20px;
    padding-left: 6px;
}

#laptop_header .stock-detail {
    background: #f1f1f1;
    padding: 12px 6px;
}

#laptop_header .price-n-action {
    margin-top: 18px;
}


#action_div {
    padding-top: 5px;
    border: 0px solid red;
    text-align: center;
    float: right;
    width: 160px;
}

#price_div {
    text-align: center;
    margin-top: 15px;
}

#price_div span {
    *padding-left: 10px;
    padding-left: 10px;
    /*color:#FF7900;*/
    color: red;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
}

#price_div #stock {
    color: green;
    font-weight: normal;
    font-size: 12px;
}

.item-detail-right-panel .discount {
    position: absolute;
    right: 0px;
    top: .3rem;
    border: 2px solid rgba(255, 69, 56, .9);
    padding: 3px;
    font-weight: bold;
    color: #000;
    font-size: 1.3rem;
}

.buyNow {
    font-weight: bold;
    color: white;
    text-shadow: 0 1px 1px #4D4D4D;
    background: #E27171;
    background: -moz-linear-gradient(top, rgba(226, 113, 113, 1) 0, rgba(229, 11, 11, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(226, 113, 113, 1)), color-stop(100%, rgba(229, 11, 11, 1)));
    background: -webkit-linear-gradient(top, rgba(226, 113, 113, 1) 0, rgba(229, 11, 11, 1) 100%);
    background: -o-linear-gradient(top, rgba(226, 113, 113, 1) 0, rgba(229, 11, 11, 1) 100%);
    background: -ms-linear-gradient(top, rgba(226, 113, 113, 1) 0, rgba(229, 11, 11, 1) 100%);
    background: linear-gradient(top, rgba(226, 113, 113, 1) 0, rgba(229, 11, 11, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e27171', endColorstr='#e50b0b', GradientType=0);
}

.bottom-share-div {
    float: left;
    width: 170px;
    line-height: 20px;
    padding-left: 8px;
    margin: 2px;
    text-align: left;
}

.bottom-share-div a {
    float: right;
    margin-left: 4px;
    width: 18px;
    padding: 1px;
    *padding: 2px;
    margin-top: 0px;
    *margin-top: 0px;
}

#buy {
    color: green;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

#action img {
    border: 0px solid;
    padding: 3px 0px;
}

#lap_bottom_actions {
    /*background: #f8f8f8;*/
    border-top: 1px solid #dddddd;
    /*#e5e5e5*/
    ;
    line-height: 24px;
    text-align: right;
}

#lap_bottom_actions a {
    padding: 3px 16px;
    *padding: 3px 12px;
}

#productHyper {
    font-family: arial;
    font-size: 11px;
    text-decoration: none;
    color: #999999;
}

#productHyper img {
    height: 12px;
}

#productHyper:hover {
    color: #222222;
}

#laptop_drivers {
    width: 97%;
}

#laptop_drivers a {
    color: #0066CC;
    text-decoration: none;
}

#laptop_drivers span {
    color: #999999;
    font-size: 10px;
}

#laptop_drivers td {
    background: #f5f5f5;
    border: 1px solid #f0f0f0;
    padding-left: 5px;
}

#laptop_drivers .cat {
    padding-left: 10px;
    background: none;
    height: 32px;
    width: 190px;
}

#laptop_drivers .cat img {
    vertical-align: middle;
    padding-right: 10px;
}

.page-title {
    border-bottom: 1px solid #ddd;
}

.page-title h1 {
    font-size: 28px;
    margin: 3px;
    font-weight: normal;
}

.big_block,
.big_block_l {
    border: 1px solid #dddddd;
    background: #fff;
    border-radius: 1rem;
}

.big_block span,
.big_block_l span,
.big_block_l .catH2 {
    /*background-color: #f5f5f5;*/
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    line-height: 28px;
    /*text-transform: uppercase;
    font-weight: bold;*/
    font-size: 2.4rem;
    border-bottom: 2px solid #ddd;
   /* border-top: 1px solid #fff;*/
    color: #333;
    padding:1rem;
}

.big_block_l span {
    text-align: left !important;
    padding-left: 12px;
    text-shadow: 0px 1px #fff;
}

.big_block_l .body_text {
    padding: 4px;
    text-align: justify;
    color: #565756;
}

.big_block_l .body_text a {
    color: #242424;
}

.big_block_l .catH2 {
    text-align: left !important;
    padding-left: 12px;
    text-shadow: 0px 1px #fff;
    margin: 0px;
}

.small_block {
    height: 160px;
    border-top-width: 7px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e8e8e8;
    border-right-color: #e8e8e8;
    border-bottom-color: #e8e8e8;
    border-left-color: #e8e8e8;
    margin-top: 4px;
    background: #fbfbfb;
    background-image: url('images/bg-box-bottom.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}

.small_block_x {
    border-top-width: 7px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e8e8e8;
    border-right-color: #e8e8e8;
    border-bottom-color: #e8e8e8;
    border-left-color: #e8e8e8;
    margin-top: 4px;
    background: #fbfbfb;
    background-image: url('images/bg-box-bottom.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}

.small_block a,
.small_block_x a {
    color: #0066CC;
    text-decoration: none;
}

.small_block #contact {
    color: #0066cc;
    margin-top: 3px;
    display: block;
    text-align: center;
}

.small_block span,
.small_block_x span {
    background-color: #e8e8e8;
    width: 100%;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
}

.small_block span#sec,
.small_block_x span#sec {
    background-color: #FFFFFF;
    padding-top: 3px;
}

.item-tags {
    line-height: 22px;
    text-align: justify;
    padding: 6px;
}

.item-tags h2 {
    display: inline;
    color: #666;
    border: 0px;
    font-size: 13px;
    margin-left: 12px;
    font-weight: normal;
}

.item-tags h2 a {
    text-decoration: none;
}

#heading_cat {
    background: #e8e8e8;
    padding: 1px;
    color: #FF6701;
    text-align: center;
    margin: 20px 0px;
}

#heading_cat h1 {
    padding: 2px;
    margin: 2px;
    font-family: Helvetica, sans-serif;
}

h2 {
    /*	color: #0066CC;
	border-bottom-color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size:14px;
	margin-bottom:3px;*/
}

.busy-ajax {
    text-align: center;
    line-height: 322px;
    vertical-align: middle;
}

.busy-ajax img {
    margin-top: 80px;
}

#bottom {
    font-size: 11px;
    padding-left: 185px
}

.bottom_link {
    color: #0066CC;
    text-decoration: none;
    padding: 3px 15px;
}

#bottom_navigator {
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}

#bottom_navigator td {
    padding: 3px;
}

#bottom_navigator strong {
    color: #013264
}

#bottom_navigator a {
    color: #0066CC;
    text-decoration: none;
}

#tab_detail1,
#tab_detail2,
#tab_detail3,
#tab_detail4,
#tab_detail5,
#tab_detail6,
#tab_detail7 {
    background-color: #FFF;
    padding: 2%;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    min-height: 600px;
}

#tab_detail2,
#tab_detail3,
#tab_detail4,
#tab_detail5,
#tab_detail6,
#tab_detail7 {
    display: none;
}

#tab_detail1 h2,
#tab_detail3 h2,
#tab_detail4 h2,
#tab_detail5 h2,
#tab_detail6 h2,
#tab_detail7 h2,
#tab_detail2 h2 {
    color: #222222;
    border-bottom: 1px solid #e5e5e5;
}

#comp_tab_table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#comp_tab_table .active {
    background-color: #ffffff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #dddddd;
    border-right-color: #dddddd;
    border-left-color: #dddddd;
    overflow: visible;
    text-align: center;
    height: 28px;
}

#comp_tab_table .inactive {
    background-color: #f5f5f5;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #dddddd;
    border-right-color: #dddddd;
    border-bottom-color: #dddddd;
    border-left-color: #dddddd;
    text-align: center;
    box-shadow: 0 0 0px #D8D8D8 inset;
}

#comp_tab_table .active a {
    font-size: 13px;
    text-decoration: none;
    padding: 2px 14px;
    color: #bb0000;
    white-space: nowrap;
    line-height: 28px;
}

#comp_tab_table .active a sup {
    color: black;
}

#comp_tab_table .inactive a {
    color: #333333;
    /*#755958;*/
    text-decoration: none;
    font-size: 13px;
    padding: 2px 14px;
    white-space: nowrap;
    line-height: 28px;
}

#comp_tab_table .inactive a sup {
    color: red;
}

#comp_tab_table #blank {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
}

#comp_tab_table #s_blank {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
}

#wrap {
    text-align: center;
}

#wrap a img {
    border: 1px solid #e5e5e5;
    padding: 2px;
    margin: 10px;
}

#mega_care_div {
    width: 304px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: url('images/bg-customer.png') no-repeat;
    padding-top: 110px;
    height: 254px;
}

#mega_care_div a,
#mega_care_div span {
    text-decoration: none;
    color: #0066dd
}

.home-cat-link,
.index-sml-cat ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.index-sml-cat ul li {
    float: left;
    overflow: hidden;
    margin-bottom: 16px;
}

.home-cat-link,
.index-sml-cat ul li a {
    /*width: 232px;*/
    /*height: 54px;*/
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    color: rgb(119, 119, 119);
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    padding: 5px;
    margin-bottom: 8px;
    border-radius: 0px;
    background-color: white;
    /*background: linear-gradient(rgb(252, 252, 252), rgb(240, 240, 240));*/
}


/*.index-sml-cat ul li a{
	width:232px; height:70px; border:1px solid #ddd; padding:5px; color:#777; display:block;
	border-radius:6px;
	background: -webkit-linear-gradient(#fcfcfc, #F0f0f0);
    background: -ms-linear-gradient(#fcfcfc, #F0f0f0);
    background: -moz-linear-gradient(#fcfcfc, #F0f0f0);
    background: linear-gradient(#fcfcfc, #F0f0f0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcfcfc', EndColorStr='#f0f0f0');
}*/

.index-sml-cat a:hover {
    color: #777;
    
    /*background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
    background: -ms-linear-gradient(#f5f5f5, #f0f0f0);
    background: -moz-linear-gradient(#f5f5f5, #f0f0f0);
    background: linear-gradient(#f5f5f5, #f0f0f0);*/
    /*box-shadow: 0px 1px 2px 0px rgba(68,68,68,0.3);*/
}

.index-sml-cat a img {
    border: 0px;
    width: 100%;
    height: 93px;
}


.index-sml-cat ul li.sper {
    width: 12px;
    border: 0px solid #000;
    background: #fff !important;
    box-shadow: none;
}

.index-sml-cat h3 {
    /*text-transform: capitalize !important;*/
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
    text-shadow: 0px 1px 0px #ffffff;
    margin-top: 10px;
    text-align: center;
    color: #000;
}

.index-sml-cat a {
    color: #777;
    text-decoration: none;
}

.index-sml-cat img {
    width: 100px
}

div.home-grid .lap_thu_box {
    /*height: inherit;*/
    /*width:157px;*/
}

div.home-grid .lap_name_div {
    margin-bottom: 6px;
}

div.home-grid .item-cat-name {
    margin-left: 4px
}

div.home-grid .lap_thu_box h3 {
    text-align: left;
}

div.home-grid li {
    border-bottom: 0px solid red !important;
    /*width: 164px !important;*/
    list-style: none;
}

div.home-grid img {
    width: auto !important;
    height: auto !important;
    text-align: center;
}

div.item_grid {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div.item_grid:before,
ul.item_grid:after {
    content: "";
    display: table;
}

div.item_grid:after {
    clear: both;
}

div.item_grid>li {}


.display-tags-new {
    margin-top: 10px;
    position: absolute;
    color: white;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    background: #e72a21;
    width: 80px;
    height: 15px;
    left: -20px;
    top: 0px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari and Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
    z-index: 900;
    /*background: -webkit-linear-gradient(#e8124a, #d1093d);
	background: -ms-linear-gradient(#e8124a, #d1093d);
	background: -moz-linear-gradient(#e8124a, #d1093d);
	background: linear-gradient(#e8124a, #d1093d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e8124a', EndColorStr='#d1093d');*/
}

.display-tags-feature {
    margin-top: 10px;
    position: absolute;
    color: white;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    padding-left: 10px;
    background: #0096cc;
    width: 74px;
    height: 15px;
    right: -20px;
    top: 0px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    background: -webkit-linear-gradient(#0096cc, #008bcc);
    background: -ms-linear-gradient(#0096cc, #008bcc);
    background: -moz-linear-gradient(#0096cc, #008bcc);
    background: linear-gradient(#0096cc, #008bcc);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#0096cc', EndColorStr='#008bcc');
    z-index: 900;
}

.lap_thu_box .desc-2nd {
    color: #999;
    font-size: 10px;
    padding: 0px 0px 4px 4px;
}

.lap_thu_box #colorbox {
    float: right;
    width: 110px;
    text-align: right;
    margin-right: 7px;
}

.lap_thu_box #colorbox div {
    width: 16px;
    height: 16px;
    display: normal;
    border: 1px solid #d6d7d6;
    float: right;
    margin-left: 2px;
}

.lap_tb #blank {
    background: none;
    border: 0px solid
}

.lap_thu_box #lap_name_div {
    /*height: 17px;*/
    margin-bottom: 8px;
    overflow: hidden;
}


.sort-div {
    /*line-height: 40px;
    margin-bottom: 12px;*/
    padding: 1.8rem .2rem;
}

.sort-div select {
    width: 130px
}

.lap_tb {
    /*width:100%*/
}

.lap_thu_box .discount,
.comp_side_div .img .discount {
    -webkit-backface-visibility: hidden;
    position: absolute;
    /*bottom: .7142857143rem;*/
    top: 13.7142857143rem;
    left: -.5357142857rem;
    z-index: 8;
    color: #FFF;
    background: rgba(255, 69, 56, .9);
    font-weight: 700;
    padding: .77rem .7rem;
    /*text-shadow: .05rem .08rem .0rem rgba(55,55,55,.9);*/
}

.comp_side_div .img .discount {
    font-size: 1.1rem;
    margin-left: 2px;
}

#comp_tab {
    margin-left: 80px;
    width: "700px";
    font-size: 11px;
}

#comp_tab td {
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
    width: 180px;
    vertical-align: top;
    text-align: center;
}

#comp_tab .ha {
    background: #d0d0d0;
    border: 1px solid #c0c0c0;
    width: 150px;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    padding-left: 3px;
}

#comp_tab th {
    background: #505050;
    color: white;
    height: 50px;
}

#comp_tab #lapPic,
#comp_tab select {
    width: 179px;
}

#comp_tab img {
    width: 12px;
    border: 0px;
}

#comp_tab b {
    color: #0066CC;
}

#comparisonHeader {
    padding: 25px;
}

#comparisonHeader h1 {
    margin: 0px;
    color: #0066CC;
    border-bottom: 1px solid #FF6000;
    margin-bottom: 6px;
}

#comp_tab .comp_top {
    vertical-align: top;
}

#laptop_comp_detail th {
    text-align: left;
    background: #bbb;
    color: #111111;
    padding: 4px 5px;
}

#laptop_comp_detail td {
    /*background: #f1f1f1;*/
    color: #333333;
    border: 1px solid #e3e3e3;
    padding-left: 5px;
    text-align: center;
}

#laptop_comp_detail .ha {
    color: #232323;
    text-align: left;
    background: #e7e7e7;
}

#laptop_comp_detail .tab_top_th {
    height: 30px;
    color: #eeeeee;
}

#laptop_comp_detail img {
    width: 12px;
    border: 0px;
}

#laptop_comp_detail #lapPic,
.lap_comp_top select {
    width: 149px;
    vertical-align: top;
    text-align: left;
}

#laptop_comp_detail .lap_comp_top {
    vertical-align: top;
}

#laptop_comp_detail .comp_model_top {
    background: #888888;
    color: white;
    height: 50px;
    text-align: center;
}

#laptop_comp_detail .comp_model_top a {
    color: white;
}

#laptop_comp_detail .comp_model_top a h2 {
    font-weight: normal;
    font-size: 14px;
}

#laptop_comp_detail b {
    color: #0066CC;
}

.bottomhead {
    height: px;
    background: #e0e0e0;
    color: #444444;
    margin: 0px;
    text-align: center;
    padding: 5px;
}

.bottomhead a {
    text-decoration: none;
    color: #303030;
    padding: 0px 10px;
}

.bottomhead div {
    padding: 5px;
}

.bottomhead div a {
    text-decoration: none;
    color: #930;
    padding: 10px;
}

#bottom_extreme {
    background: #262626;
    color: white;
    height: 20px;
    line-height: 20px;
    padding: 3px 5px 5px 5px;
    text-align: right;
}

#bottom_extreme #links {
    float: left;
}

#bottom_extreme #links a {
    color: Orange;
    text-decoration: none;
}

#bottom_mid {
    text-align: center;
    height: ;
    vertical-align: middle;
}

#submenu2 {
    height: 24px;
    text-align: right;
    line-height: 24px;
    padding-right: 10px;
}

#submenu2 a {
    text-decoration: none;
    color: red;
    padding: 0px 5px;
}

#submenu2 a:hover {
    text-decoration: underline;
}

#marquee {
    float: left;
    width: 570px;
    text-align: left;
    padding-left: 15px;
}

#sell_frm_div {
    padding-left: 45px;
}

#sell_frm_tab {
    border: 0px solid #d6d7d6;
    width: 480px;
}

#sell_frm_tab td {
    background: #f5f5f5;
    color: #888888;
}

#sell_frm_tab .header {
    background: #e0e0e0;
    padding-left: 5px;
    color: black;
    width: 120px;
}

#sell_frm_tab .spacer {
    background: #ffffff;
    color: black;
}

#sell_frm_tab span {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

#sell_frm_div select,
#sell_frm_div input,
#sell_frm_div textarea {
    width: 190px;
    font-size: 12px;
}

#sell_frm_tab h1 a {
    text-decoration: none;
}

#sell_frm_tab h1 {
    font-size: 18px;
}

#sale_contact_div {
    background: #f1f1f1;
    padding: 8px;
    font-size: 12px;
    border: 1px solid #ddd;
    width: 350px;
    color: #444;
}

#sale_contact_div strong {
    color: #056cac;
    font-size: 12px;
}

#sale_contact_div div {
    margin-top: 15px;
    margin-bottom: 15px;
}

#sale_contact_div i {
    color: #888888;
    font-size: 11px;
}

#sale_contact_div .boldRedSpan {
    margin: 75px;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: maroon;
}

#contact_main_div {
    padding: 25px;
}

#contact_main_div h1 {
    margin: 0px;
    color: #0066CC;
    border-bottom: 1px solid #FF6000;
    margin-bottom: 6px;
    font-size: 18px;
}

#contact_main_div ul a {
    font-size: 13px;
    font-weight: bold;
    color: maroon;
    line-height: 24px;
    text-decoration: none;
}

#contact_main_div #mega_strong {
    color: #0066CC;
    font-size: 14px;
    padding-bottom: 4px;
    line-height: 22px;
}

#contact_main_div h3 {
    margin-bottom: 4px;
    color: #cb3a02;
}

#contact_main_div h4 {
    margin-bottom: 3px;
}

#payment_QA_List_div {
    padding: 10px 0px;
}

#payment_QA_List_div ul li a {
    color: #0066CC;
    font-weight: normal;
    line-height: 16px;
}

.border {
    border: 1px solid #e6e7e6;
    padding: 3px;
    width: 630px;
}

.bt {
    vertical-align: top;
    margin-top: 2px;
    width: 73px;
    height: 19px;
    background: url('images/images/button.png');
    border: 0px;
}

.comp_side_div {
   
        border: 0px solid #fff;
        padding: 10px 3px;
        background: #fff;
        text-align: left;
        /* border: 1px solid #f1f1f1; */
        position: relative;
        overflow: hidden;
        margin: 8px 0px;
        border-radius: 5px;
        box-shadow: 0px 2px 5px rgb(0 0 0 / 12%);
    
}

.comp_side_div:last-child {
    border-bottom: 1px solid transparent;
}

.comp_side_div:hover h3 {
    text-decoration: underline;
}

.comp_side_div h3 {
    font-size: 1.4rem;
    color: #242424;
    margin-bottom: 0px;
    font-weight: normal;
    margin: 0px 0px 3px 0px;
}

.comp_side_div .pull-left.img {
    position: relative;
    padding:5px;
}

.comp_side_div a {
    color: inherit;
    text-decoration: none;
}

.comp_side_div a img.comp-thumb {
    border: 0px solid;
    width: 90px;
    /*float:left;*/
}

.comp_side_div .item-side-price {
    font-size: 13px;
    color: #bb0000;
    font-weight: normal;
    margin-top: 3px;
    /*display: inline-block;*/
}

#top_ticket_div {
    margin-left: 600px
}

#itm-rltd-div img.comp-thumb {
    width: 70px;
    margin-right: 14px;
}

#itm-rltd-div>span {
    text-align: left;
    padding-left: 12px;
    background: none;
    text-transform: none;
    font-size: 20px;
    font-weight: normal;
    margin-top: 24px;
    /* display: inline-block; */
    padding-right: 20px;
    background: #f7f7f7;
    color: #222;
    line-height: 37px;
    border-top: 1px solid #d6d7d6;
}


/*--------Developer Shahid -----------------------*/

#center_announcment {
    border: 1px solid #E68A6D;
    background: #FAD8C8;
    margin-left: 550px;
    margin-right: auto;
    width: 300px;
    padding: 3px;
}

#center_announcment h2 {
    display: normal;
    border: 0px;
}

.footerAddress {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.marquees {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

#index_pack #pack_header {
    background: #f0f0f0;
    border-bottom: 1px solid #d5d5d5;
    color: #555555;
    font: 12px;
    padding-top: 15px;
    font-weight: bold;
    text-align: center;
}

#index_pack #pic {
    width: 260px;
    padding: 2px;
    background: #eeeeee;
    margin-top: 10px;
}

#index_pack #pic div {
    display: block;
    text-align: center;
    padding: 3px;
}

#index_pack #pic div a img {
    padding: 3px;
    border: 1px solid #eeeeee;
    width: 240px;
    height: 185px
}

#index_pack #pic div a img:hover {
    background: #dddddd;
}

#index_pack #pic table {
    width: 100%
}

#index_pack #pic td {
    width: 50%;
    background: white;
    font-size: 10px;
    color: #666666;
}

#index_pack #pic span {
    color: blue;
    font-size: 10px;
    text-align: left;
    padding-left: 2px;
    display: block;
}

#index_pack #more {
    text-align: right;
    background: #EFEBEF;
    padding: 4px;
    float: right;
    width: 120px;
    height: 16px;
    line-height: 16px;
    font-weight: bold;
}

.attribute {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: red;
    text-decoration: none;
}

.headerTabs {
    font-family: Arial;
    font-size: 14px;
    color: #222222;
    font-weight: bold;
}

#follow {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
}

#mainf {
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    float: right;
    margin-right: 10px;
    width: 100px;
    padding-: 5px;
    *padding: 5px;
    font-style: bold;
}

#mainf:hover {}

#img {
    float: left;
}

#img:hover {
    float: left;
    background-color: #eeeeee;
}

#text {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    padding-top: 0px;
    *pading-top: 0px;
    text-decoration: none;
    padding-left: 3px;
    *padding-left: 3px;
}

#pdfMain {
    border: 1px solid #222222;
    float: right;
    margin-right: 50px;
    width: 170px;
    padding-top: 5px;
    padding-left: 25px;
    *padding-top: 5px;
    *padding-left: 25px;
    border: 0px solid red;
}

#pdfMain:hover {
    border: 0px solid #eeeeee;
    float: right;
    margin-right: 50px;
    width: 170px;
    padding-top: 5px;
    padding-left: 25px;
    *padding-top: 5px;
    *padding-left: 25px;
    border: 0px solid red;
}

#pdfImage {
    float: left;
}

#pdfImage:hover {
    float: left;
}

#pdfText {
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    color: red;
    padding-top: 0px;
    *pading-top: 0px;
    text-decoration: none;
    padding-left: 3px;
    *padding-left: 3px;
}

#pdfText:hover {
    font-size: 13px;
    font-weight: bold;
    color: red;
    padding-top: 0px;
    *pading-top: 0px;
    text-decoration: none;
    padding-left: 3px;
    *padding-left: 3px;
}

#banner {
    float: left;
    padding-left: 500px;
}

#textBanner {
    padding-left: 400px;
    width: 300px;
}

#banners {}

#title {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
}

#attributes {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 3px;
    *padding-left: 3px;
    color: red;
}

#title:hover {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #222222;
}

#attributes:hover {
    font-family: arial;
    font-size: 12px;
    padding-left: 3px;
    *padding-left: 3px;
    font-weight: bold;
    text-decoration: underline;
    color: red;
}

.contact_heading {
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 10px;
    font-weight: bold;
}

.style1 {
    color: #FFFFFF;
    font-size: 16px;
    padding-left: 10px;
    font-weight: bold;
}

.style2 {
    color: #990000;
    font-weight: bold;
}

.share {
    float: right;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-top: 1.1rem;
}

.share span {
    background: #fff;
    color: #777;
    padding: 4px;
    font-style: italic;
    font-size: 11px;
}

#follow {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 0px;
}

.mainfollow {
    border: 1px solid #eeeeee;
    float: right;
    margin-left: 1px;
    width: 18px;
    padding: 2px;
    *padding: 2px;
    margin-top: 0px;
    *margin-top: 0px;
}

#mainfollow:hover {
    border: 1px solid #ffffff;
    background-color: #dddddd;
}

#mainfollow2 {
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    float: right;
    margin-right: 10px;
    width: 100px;
    padding: 5px;
    *padding: 5px;
    margin-top: 3px;
    *margin-top: 3px;
}

#mainfollow2:hover {
    border: 1px solid #ffffff;
    background-color: #dddddd;
    float: right;
    width: 100px;
    margin-right: 10px;
    padding: 5px;
    *padding: 5px;
    margin-top: 3px;
    *margin-top: 3px;
}

#img {
    float: left;
}

#img:hover {
    float: left;
    background-color: #eeeeee;
}

#textfollow {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    padding-top: 0px;
    *pading-top: 0px;
    text-decoration: none;
    padding-left: 3px;
    *padding-left: 3px;
}

#textfollow:hover {
    font-size: 11px;
    font-weight: bold;
    padding-top: 0px;
    *pading-top: 0px;
    text-decoration: none;
    padding-left: 3px;
    *padding-left: 3px;
}

.titles {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #276e9a;
    background-color: #FFFFFF;
    padding-left: 20px;
}

.normal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 20px;
    font-weight: bold;
    color: #222222;
    background-color: #FFFFFF;
}

.price {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #276e9a;
    font-weight: bold;
    border: 0px solid #222222;
    height: 30px;
    background-color: #ff8001;
}

.yes_icon {
    /*background: url('images/icons/tick-icon.png') no-repeat;
    );*/
    color: #54af28;
    
}
.yes_icon:before {
    content: "\f14a";
    font-family: 'FontAwesome';
    margin-right: 6px;
    font-size: 125%;
}

.no_icon {
    background: url('images/icons/delete-icon.png') no-repeat;
    );
    color: #b22922;
    padding-left: 20px;
}

.null_icon {
    background: url('images/icons/unknown.png') no-repeat;
    );
    color: #b22922;
    padding-left: 20px;
}

#navigator {
    line-height: 27px;
    /*border-top: 1px solid #fff;*/
    border-bottom: 1px solid #dddddd;
    font-size: 1.3rem;
    /*background:#f5f5f5;*/
    padding-left: 8px;
    margin-bottom: 4px;
}



#navigator a.dim {
    color: #777777;
}

#navigator .dim {
    color: #777777;
}


.cat-title a {
    text-decoration: none;
    color: #333333;
}

.index-cat-div {
    margin-top: 50px;
}

.index-cat-div .title-div {
    border-bottom: 2px solid #DDDDDD;
}

.navbar-header .h2-title {
    border: none;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    margin-top: 12px;
    padding: 0px;
    color: #000;
    font-size: 22px;
    overflow: hidden;
}

.index-cat-div .title-div .tab-btn {
    width: 60%;
    float: left;
    text-align: center;
    line-height: 20px;
}

.index-cat-div .title-div .tab-btn ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.index-cat-div .title-div .tab-btn ul li {
    margin: 0px;
    padding: 0px;
    display: inline;
}

.index-cat-div .title-div .tab-btn a {}


/*all styling in the ui.theme.css for the tabs*/

.index-cat-div .index-cat-bottom {
    text-align: right;
    maring-top: 10px;
}

.index-cat-div .index-cat-bottom a {
    color: #111;
    text-decoration: none;
    font-size: 13px;
    font-style: italic;
}

.index-cat-div .title-div .cat-nav {
    text-align: right;
    color: #999;
    line-height: 18px;
}

.index-cat-div .title-div .cat-nav a {
    background: #f7f7f7;
    padding: 1px 8px;
    margin: 0px 3px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #006699;
    font-size: 16px;
    border-radius: 4px 4px 4px 4px;
}

.index-cat-div .title-div .cat-nav .inactive {
    color: #999;
}

.index-cat-link {
    text-align: left;
    width: 100px;
    float: left;
    color: #000;
    line-height: 20px;
    padding-left: 5px;
}


/* Start of Sidemenu design */

.start1-side {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.start1-side li {
    /*width:180px;*/
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 0px 5px 8px;
    background: #FaFaFa;
}

.start1-side li a {
    color: #CB3A02;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
}

.start1-side li ul.start2-side {
    left: 168px;
    top: 0px;
    display: inline;
    border-bottom: 1px solid #fd8500;
    margin: 0px;
    padding: 0px;
    line-height: 14px;
    padding-bottom: 12px;
    z-index: 9999;
    -moz-box-shadow: 3px 0px 7px #999999;
    -webkit-box-shadow: 3px 0px 7px #999999;
    box-shadow: 3px 0px 7px #999999;
    background: #2a8acc;
}

ul.start2-side li {
    display: inline;
    float: left;
    min-width: 180px;
    border: 0px solid #e5e5e5;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.start2-side h2 {
    font-size: 12px;
    background: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 6px;
    line-height: 22px;
    font-weight: normal;
    text-align: center;
    line-height: 22px;
    font-size: 13px;
    color: #ffffff;
    border-bottom: 0px;
}

.start2-side ul.start3-side {
    margin: 0px;
    padding: 0px;
}

.start2-side li ul.start3-side li {
    float: none;
    margin: 0px;
    clear: both;
    line-height: 18px;
    display: block;
    border: 0px solid red;
    border-bottom: 0px solid #d6d7d6;
    background: #2a8acc;
}

.start2-side li ul.start3-side li a {
    padding: 2px;
    padding-left: 8px;
    font-size: 12px;
    display: block;
    line-height: 18px;
    background: none;
    color: #dcf4fc;
    font-weight: normal;
    border: 0px;
    text-transform: none;
}

.start2-side li ul.start3-side li a:hover {
    background: #32a0eb;
    border-right: 3px solid #fd8500;
}

.start2-side .last {
    border: 0px;
}


#tab_detail5 h2 span a {
    font-size: 12px;
    color: #777777;
    font-style: italic;
}

#tab_detail5 h2 span {
    font-size: 12px;
    color: #777777;
    font-style: italic;
}

#tab_detail5 h3 {
    color: #323232;
    font-size: 13px;
}

ul.item_list2 {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.item_list2 li {
    width: 100px;
    overflow: hidden;
    float: left;
    border: 0px solid #d6d7d6;
    margin: 10px;
    font-size: 11px;
    text-align: center;
    height: 150px;
}

ul.item_list2 li div {
    background: #e9e9e9;
    line-height: 18px;
    margin-top: 3px;
    margin-bottom: 5px;
}

ul.item_list2 li div span {
    color: red;
    font-size: 12px;
}

ul.item_list2 li a {
    color: #424242;
    text-decoration: none;
}

ul.item_list2 li a:hover {
    text-decoration: underline;
    color: #cc3c00;
}

#tab_detail5 h3 span {
    font-size: 12px;
    color: #777777;
    font-weight: normal;
    font-style: italic;
}

#tab_detail5 h3 span a {
    color: #777
}

.h2-accessories {
    color: #242424;
    border: 0px;
    margin-top: 3px;
    font-size: 18px;
}

.accessories-filter {
    list-style: none;
}

.accessories-filter li {
    float: left;
    width: 172px;
    margin: 4px;
}

.accessories-filter li a {
    text-decoration: none;
    color: #424242;
}

.accessories-filter li a:hover {
    text-decoration: underline;
}

.accessories-filter li a span {
    color: #aaa;
}

.cart-grid-table {
    /*width:92%;*/
    border-spacing: 0px;
    border-collapse: collapse;
    color: #424242;
    /*margin-left:25px;*/
}

.cart-grid-table .header {
    background: #f2f2f2;
}

.cart-grid-table .header th {
    font-size: 12px;
    font-weight: normal;
    line-height: 50px;
    border-bottom: 1px solid #d6d7d6;
}

.cart-grid-table .items_list td {
    border: 1px solid #d6d7d6;
    padding: 8px;
}

.cart-grid-table .items_list td a {
    color: #0066CC;
    text-decoration: none;
}

.cart-grid-table .items_list td a.small {
    font-size: 10px;
}

.cart-grid-table .items_list input {
    border: 1px solid #d6d7d6;
    text-align: center;
    padding: 2px;
    margin: 3px;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset, 0px 1px 0 rgba(255, 255, 255, 0.2);
}

.cart-grid-table .items_list input:focus {
    outline: medium none;
    box-shadow: 0px 0px 8px rgba(82, 168, 236, 0.5);
    border: 1px solid #0066CC;
}

.cart-grid-table .items_list .item_desc_td {
    border-left: 0px;
    width: 55%;
}

.cart-grid-table .items_list .item_desc_td .item_desc {
    margin: 4px 0px;
    font-size: 11px;
}

.cart-grid-table .items_list .item_desc_td .item_desc span {
    color: #626262;
}

.cart-grid-table .items_list .amount_td {
    border-right: 0px;
    text-align: right;
    font-weight: bold;
    width: 25%;
}

.cart-grid-table .items_list .qty_td {
    border-right: 0px;
    text-align: center;
}

.cart-grid-table .items_list .images {
    float: left;
    padding: 2px;
    width: 80px;
    margin-right: 16px;
}

.cart-grid-table .bottom {
    background: #f2f2f2;
}

.cart-grid-table .bottom td {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    border-bottom: 1px solid #d6d7d6;
    padding: 8px;
}

.cart-grid-table .bottom a {
    color: #0066CC;
    text-decoration: none;
}

.cart-grid-table #grand_total {
    color: red;
    font-weight: bold;
}

.cart-h1 {
    margin-left: 26px;
}

.cart-h1 span {
    color: #CB3A02;
}

#cart_checkout_div {
    background: #ECF5F9;
    border: 1px solid #CCDCEF;
    text-align: center;
    color: #535353;
}

#cart_checkout_div h2 {
    color: #414141;
    border: none;
    text-align: center;
    margin: 12px 0px;
    font-size: 20px;
}

#cart_checkout_div span {
    color: #CB3A02;
    font-size: 18px;
}

#cart_checkout_div a {
    line-height: 22px;
    text-decoration: none;
}

#safe_info_div h2 {
    color: #CB3A00;
    border: none;
    text-align: left;
    margin: 12px 0px;
    font-size: 16px;
    font-weight: normal;
}

#safe_info_div {
    background: #efefef;
    border: 1px solid #d6d7d6;
    padding: 12px;
}

#contact_info_div {
    color: #515151;
    border: 1px solid #d6d7d6;
    padding: 12px;
    border-radius: 5px 5px 5px 5px;
    font-size: 11px;
}

#contact_info_div #contact_no {
    color: #CB3A00;
    font-size: 18px;
    text-align: center;
    margin: 12px 0px 6px 0px;
    line-height: 28px;
}

#contact_info_div #contact_no span {
    color: #a4a39b;
    font-size: 11px;
    line-height: 22px;
    text-align: right;
}

#contact_info_div #contact_no a {
    color: #000;
    text-decoration: none;
}

.dnwidetextbox {
    font-size: 13px;
    color: #000000;
    height: 20px;
    width: 280px;
    border: 1px solid #d8d9d8;
    padding: 2px;
    margin: 3px 0px;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset, 0px 1px 0 rgba(255, 255, 255, 0.2);
}

.dnwidetextbox:focus {
    outline: medium none;
    box-shadow: 0px 0px 8px rgba(82, 168, 236, 0.5);
    border: 1px solid #0066CC;
}

.bt1 {
    background-image: url('images/bg-bt1.png');
    border-left: 1px solid #de6605;
    border-right: 1px solid #de6605;
    border-bottom: 1px solid #83340d;
    border-top: 1px solid #c05019;
    padding: 4px 32px;
    color: white;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
}

.bt2 {
    background-image: url('images/bg-bt2.png');
    border-left: 1px solid #797979;
    border-right: 1px solid #797979;
    border-bottom: 1px solid #575757;
    border-top: 1px solid #9b9b9b;
    padding: 4px 22px;
    color: black;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
}

.bt3 {
    background-image: url('images/bg-bt3.png');
    border-left: 1px solid #014180;
    border-right: 1px solid #014180;
    border-bottom: 1px solid #014180;
    border-top: 1px solid #014180;
    padding: 4px 32px;
    color: white;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
}

#signup-tab strong {
    font-size: 12px;
    margin-top: 5px;
}

#signup-tab {
    margin-left: 10px;
}

#alreadymember-signin {
    text-align: center;
    line-height: 36px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left: 15px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #d6d7d6;
    border-bottom-color: #d6d7d6;
}

#alreadymember-signin a {
    text-decoration: none;
    color: #0066cc;
    font-size: 14px;
}

.member-notice {
    line-height: 200%;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #515151;
}

.white-box #loginBelowCmd {
    width: 90%;
    text-align: center;
}

.white-box #loginBelowCmd a {
    color: #777777;
    font-size: 11px;
    margin: 3px 10px;
}

.white-box h2 {
    border: none;
    color: inherit;
    font-size: 20px;
}

.white-box {
    margin: 25px;
    color: #515151;
}

.thumbpopup {
    position: absolute;
    display: none;
    color: #000;
    font-size: 11px;
    border: 1px solid #0066CC;
    padding: 10px;
    white-space: nowrap;
    z-index: 51;
}

.thumbpopup a {
    color: #E2E2E2;
}

.thumbpopup span {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 10pt;
    padding-bottom: 8px;
}

.thumbpopup span a {
    color: #000;
}

.signuppopup {
    font-size: 11px;
    width: 390px;
    white-space: normal;
    color: #515151;
    line-height: 130%;
}

.browsePointer {
    position: absolute;
    left: -10px;
    top: 6px;
}

#signup-tab h4 {
    margin-bottom: 0px;
    font-size: 14px;
    margin-top: 6px;
}

#signup-tab th {
    text-align: right;
    padding-right: 8px;
    vertical-align: top;
    font-size: 13px;
    padding-top: 10px;
}

#signup-tab th span {
    color: red;
}

.header-note {
    border-bottom: 1px dashed #d6d7d6;
    margin-bottom: 12px;
}

.header-note h2 {
    color: ;
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #CB3A00;
}

.header-note .al-cust-link {
    float: right;
    margin-top: 10px;
}

.header-note .al-cust-link a {
    color: #0066cc;
    text-decoration: none;
}

#checkout-bt {
    background: #e05d1c;
    border: 1px solid #ce4502;
    color: white;
    font-weight: bold;
    padding: 12px 8px;
    border-radius: 3px;
    margin: 25px 0px;
    display: block;
    width: calc(100% - 10px);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.5) inset, 0px 1px 3px rgba(0, 0, 0, 0.5)
}


/* My Account ============================================================================= */


/* Tools */

.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,
.left {
    float: left !important;
}

.f-right,
.right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-paddingR {
    padding-right: 0px !important;
}

.no-paddingL {
    padding-left: 0px !important;
}

.no-bg {
    background: none !important;
}

.clearer:after,
.wired-home .promo:after,
.footer .f-left:after,
.header-container:after,
.featured-social:after,
.header-container .top-container:after,
.copyright:after,
.wired-home .subpromo:after,
.header:after,
.top-bar:after,
.quick-access:after,
.form-search:after,
#nav:after,
.main:after,
.footer:after,
.footer .form-subscribe:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.order-info ul:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-tabs:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.main-container {
    margin: 12px;
}

.col2-left-layout .col-main {
    float: right;
}

.col-main {
    float: left;
    padding: 0 0 1px;
    width: 760px;
}

.col-left {
    float: left;
    padding: 0 0 1px;
    width: 180px;
}

.col2-set .col-1 {
    float: left;
    width: 48.5%;
}

.col2-set .col-2 {
    float: right;
    width: 48.5%;
}

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}


/********** < Dashboard */

.dashboard .welcome-msg {
    margin: 0 8em 1.5em 0;
}

.dashboard .welcome-msg p {
    margin: 0;
}

.dashboard .col2-set {
    margin: 0 0 25px;
}

.dashboard h2 {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding: 0px;
}


/* General Box */

.box-account {
    margin: 0 0 25px;
}

.box-account .box-head {
    margin: 0 0 0px;
    text-align: right;
    color: #444444;
    font: 12px/1.55 arial, helvetica, sans-serif;
}

.box-account .box-head h2 {
    float: left;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #d03a00;
}

.box-account .box-head a {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.dashboard .box .box-title {
    background: #f1f1f1;
    padding: 2px 10px;
    margin: 0 0 5px;
    text-align: right;
    color: #444444;
    font: 12px/1.55 arial, helvetica, sans-serif;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    float: left;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.35;
}

.dashboard .box .box-title a {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: middle;
}

.dashboard .box .box-content {
    padding: 0 10px;
}


/* Block: Recent Orders */

.dashboard .box-recent {}


/* Block: Account Information */

.dashboard .box-info {}

.dashboard .box-info h4 {
    font-size: 11px;
    font-weight: bold;
}


/* Block: Reviews */

.dashboard .box-reviews .box-head {
    background: #f1f1f1;
    padding: 2px 10px;
    margin: 0 0 12px;
}

.dashboard .box-reviews .box-head h2 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.35;
    color: #444;
}

.dashboard .box-reviews .number {
    display: none;
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.dashboard .box-reviews .details {
    padding: 0 10px;
}

.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
    margin: 0;
}

.dashboard .box-reviews .ratings {
    margin: 7px 0 0;
}


/* Block: Tags */

.dashboard .box-tags .box-head {
    background: #f1f1f1;
    padding: 2px 10px;
    margin: 0 0 12px;
}

.dashboard .box-tags .box-head h2 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.35;
    color: #444;
}

.dashboard .box-tags .number {
    display: none;
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.dashboard .box-tags .details {
    padding: 0 10px;
}

.dashboard .box-tags li.item {
    margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
    margin: 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline;
}


/********** Dashboard > */


/* Address Book */

.addresses-list h2 {
    background: #f1f1f1;
    padding: 2px 10px;
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.25;
    border: 0px;
    color: #434343;
}

.addresses-list h3 {
    font-weight: bold;
    font-size: 12px;
}

.addresses-list address {
    margin: 0 0 3px;
}

.addresses-list p {
    margin: 0;
}

.addresses-list a {
    font-weight: bold;
}

.addresses-list .link-remove {}

.addresses-list .separator {
    margin: 0 3px;
}

.addresses-list li.item {
    padding: 0 10px;
    margin: 0 0 12px;
}

.addresses-list li.empty {}

.addresses-list li.empty p {
    font-weight: bold;
}

.addresses-list .addresses-additional li.item {}


/* Order View */

.order-info dt {
    display: none;
}

.order-info dd {
    margin: 0px;
    padding: 0px;
}

.order-info ul {
    margin-bottom: 15px;
    border-bottom: 1px solid #666;
    background: #f2f2f2;
    list-style: none outside none;
    padding: 0px;
}

.order-info li {
    float: left;
    border-right: 1px solid #a4a4a4;
    border-left: 1px solid #fff;
    font-size: 1.1em;
    line-height: 1em;
    paddin: 0px;
}

.order-info li.first {
    border-left: 0;
}

.order-info li.last {
    border-right: 0;
}

.order-info li a {
    display: block;
    padding: 6px 15px;
    color: #444;
}

.order-info li a:hover {
    background-color: #ddd;
    text-decoration: none;
    color: #444;
}

.order-info li.current {
    background-color: #666;
    font-weight: bold;
    padding: 6px 15px;
    color: #fff;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {
    margin: 0 0 15px;
}

.order-info-box h2 {
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin: 0 0 8px;
    color: #444444;
}

.order-info-box .box-payment p {
    margin: 0 0 5px;
}

.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.order-items h2 {
    font-weight: bold;
    font-size: 13px;
    border-bottom: 0px;
    color: #444444;
}

.order-items h3 {
    font-weight: bold;
    font-size: 12px;
}

.order-items .product-name {
    font-weight: bold !important;
    margin: 0px;
}

.order-items .link-print {
    float: right;
    font-size: 10px;
    text-transform: uppercase;
}

.order-items p .link-print {
    float: none;
    font-weight: bold;
    font-size: 11px;
    text-transform: none;
}

.order-gift-message {
    margin: 15px 0;
}

.gift-message dt strong {
    color: #555;
}

.gift-message dd {
    margin: 5px 0 0;
    font-size: 13px;
}

.order-about {
    margin: 15px 0;
}

.order-about dt {
    font-weight: bold;
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table th,
.tracking-table td {
    padding: 1px 5px 0 0;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}


/* Order Print Pages */

.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print h1 {
    font-size: 15px;
    font-weight: bold;
}

.page-print h2,
.page-print h3 {
    font-size: 12px;
    font-weight: bold;
}

.page-print h2.h2 {
    font-size: 15px;
    font-weight: bold;
    text-align: right;
}

.page-print .order-date {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.page-print .col2-set {
    margin: 0 0 10px;
}


/* Price Rewrites */

.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}


/* My Wishlist */

.my-wishlist .data-table td {
    padding: 10px;
}

.my-wishlist .product-image {
    display: block;
    width: 113px;
    height: 113px;
    margin: 0 0 5px;
}

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 109px;
}

.my-wishlist .buttons-set {
    border: 0;
    padding: 0;
    margin: 0 0 -3em;
}

.my-wishlist .buttons-set button.button {
    float: none;
}

.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {}

#wishlist-table .add-to-links {
    white-space: nowrap;
}


/* My Tags */

.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
    float: right;
    margin: 5px 0 0 5px;
}

#my-tags-table {
    clear: both;
}

#my-tags-table td {
    padding: 10px;
}

#my-tags-table .add-to-links {
    white-space: nowrap;
}


/* My Reviews */

#my-reviews-table td {
    padding: 10px;
}

#my-reviews-table .rating-box {
    margin: 3px 0 0;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.product-review h3 {
    font-size: 12px;
    margin: 0 0 3px;
    color: #2f2f2f;
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: bold;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}


/* Data Table */

.data-table {
    width: 100%;
    border-spacing: 0px;
}

.data-table tr.odd {
    background: #fff
}

.data-table tr.even {
    background: #f9f9f9;
}

.data-table tr.last th,
.data-table tr.last td {
    border-bottom: 0 !important;
}

.data-table th {
    padding: 2px 8px;
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: normal;
}

.data-table th.wrap {
    white-space: normal;
}

.data-table th a {
    color: #fff;
}

.data-table td {
    padding: 3px 8px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

.data-table thead,
.data-table thead tr {
    background: #e9e9e9;
}

.data-table .price {
    background: none;
    font-weight: normal;
    font-size: 11px;
    display: block;
    text-align: right;
    color: #000;
    height: inherit;
}

.data-table tfoot {
    border-bottom: 1px solid #d9dde3;
}

.data-table tfoot tr {
    background-color: #f3f3f3 !important;
}

.data-table tbody th {
    padding: 3px 8px;
    font-size: 11px;
    font-weight: bold;
    text-transform: none;
    white-space: normal;
}

.data-table tbody th,
.data-table tbody td {
    border-bottom: 1px solid #f6f6f6;
}

.data-table tfoot strong {
    font-size: 14px;
}


/* ======================================================================================= */


/* Sidebar =============================================================================== */

.block {
    background: #fff;
    margin: 0 0 15px;
    line-height: 1.35;
    padding-right: 0px;
}

.block .block-title {
    background: #1f1f1f url(../images/background/block_title_alt.gif) no-repeat;
    padding: 10px 8px 8px 10px;
    margin-right: 0px;
}

.block .block-title strong {
    display: block;
    font: bold 12px/1.5 Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px -1px #000;
}

.block .block-title strong span {}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-subtitle {
    font-size: 10px;
    margin: 0 0 10px;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}

.block .block-content {
    padding: 10px 10px 10px 10px;
    background: #F9F9F9;
    font-size: 12px;
    border: 1px solid #e1e1e1;
}

.block .block-content li.item {
    border-bottom: 01px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.block .block-content li.item.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.block .btn-remove {
    float: right;
    margin: 1px 0 2px 5px;
}

.block .actions {
    border-top: 1px solid #ddd;
    padding: 5px 0 0;
    margin: 5px 0 0;
    text-align: right;
}

.block .actions a {
    float: left;
}

.block .actions button.button {
    float: right;
}

.block .empty {
    margin: 0;
}

.block .price-box {
    margin: 5px 0;
}

.block button.button span {
    height: 23px;
    background-image: url(../images/bkg_btn-small.png);
    line-height: 20px;
}

.block button.button span span {
    color: #444;
    text-shadow: 0px 1px #fff !important;
}


/*.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }*/


/* Mini Products List */

.mini-products-list .product-image {
    float: left;
    width: 50px;
    border: 1px solid #a9a9a9;
}

.mini-products-list .product-details {
    margin-left: 60px;
}


/* Block: Account */

.catalog-listing .product-image img {
    display: block;
    overflow: hidden;
    width: 170px;
    height: 170px;
}

.block-account .block-title {
    border: 0;
    background: #666;
}

.block-account .block-title strong {
    color: #fff;
}

.block-account .block-content ul {
    list-style: none outside none;
    padding: 0 0 8px;
    margin: 0px;
}

.block-account .block-content li a {
    display: block;
    border-bottom: 1px solid #e1e1e1;
    padding: 3px 0;
    color: #5f5d5c;
    text-decoration: none !important;
}

.block-account .block-content li a:hover {
    color: #444;
}

.block-account .block-content li.last a {
    border-bottom: 0;
}

.block-account .block-content li.current {
    border-bottom: 1px solid #ddd;
    padding: 3px 0;
}

.block-account .block-content li.current.last {
    border-bottom: 0;
}


/* Block: Currency Switcher */

.block-currency {
    background: #f4f4f4;
}

.block-currency .block-title {
    border: 0;
    background: none;
    padding: 7px 10px 2px;
    text-transform: none;
}

.block-currency .block-title strong {
    text-transform: none;
}

.block-currency .block-content {
    padding: 0 10px 12px;
}

.block-currency .block-content select {
    width: 100%;
    padding: 0;
}


/* Block: Left Nav */

.block-leftnav .block-content {
    padding: 0px;
}


/* Block: Layered Navigation */

.block-layered-nav {
    border: 0;
}

.block-layered-nav .block-title {}

.block-layered-nav .block-content {
    padding: 0;
}

.block-layered-nav .block-subtitle {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px;
    color: #333;
}

.block-layered-nav dt {
    font-weight: bold;
    border-top: 1px solid #fff;
    padding: 8px 10px 0 10px;
    font-size: 12px;
}

.block-layered-nav dd {
    padding: 0 10px 8px 10px;
    border-bottom: 1px solid #ddd;
}

.block-layered-nav dd li {
    line-height: 1.35;
    margin: 0 0 3px;
}

.block-layered-nav dd a {
    color: #444;
}

.block-layered-nav .last {
    border-bottom: 0px;
}

.block-layered-nav .currently {
    padding: 6px 0 0;
}

.block-layered-nav .currently li {
    padding: 2px 10px;
}

.block-layered-nav .currently .label {
    font-weight: bold;
}

.block-layered-nav .currently .btn-remove {
    margin: 2px 0 0;
}

.block-layered-nav .actions {
    padding: 5px 10px;
    margin: 0;
}

.block-layered-nav .actions a {
    float: none;
}


/* Block: Cart */

.block-cart .block-title span {
    background: url(../images/icons/cart_ico.png) no-repeat left center;
    padding-left: 20px;
}

.block-cart .block-title strong {}

.block-cart .summary {
    background: #fdebcd;
    padding: 8px;
    margin: -12px -13px 8px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.block-cart .amount {
    margin: 0;
}

.block-cart .amount a {
    font-weight: bold;
}

.block-cart .subtotal {
    background: url(../images/bkg_subtotal.gif) no-repeat 50% 0;
    margin: 5px 0 0;
    line-height: 23px;
}

.block-cart .subtotal .price {
    font-weight: bold;
}

.block-cart .actions {
    display: none !important;
}


/* Block: Wishlist */

.block-wishlist .actions {
    text-align: right;
}

.block-wishlist .actions a {
    float: none;
}


/* Block: Related */

.block-related .block-subtitle {
    font-size: 11px;
    font-weight: bold;
    border: 0;
    padding: 0;
    margin: 0 0 8px;
    text-transform: none;
}

.block-related input.checkbox {
    float: right;
}

.block-related .product {
    margin-right: 20px;
}


/* Block: Login */

.block-login .block-content {
    padding: 5px 10px;
}

.block-login label {
    font-weight: bold;
    color: #555;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-login .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
}


/* Block Styling 

.block-account .block-title, .block-layered-nav .block-title,
.block-compare .block-title { background: url(../images/background/block_title_alt.gif) no-repeat top left; }

.block-account .block-title strong, .block-layered-nav .block-title strong,
.block-compare .block-title strong { text-shadow: 0px 1px #000; }*/


/* ======================================================================================= */

.fieldset {
    margin: 0 10px 25px;
}

.fieldset .legend {
    margin: 0 -10px 12px;
    background: #f1f1f1;
    padding: 2px 10px;
    font-size: 13px;
    line-height: 1.25;
    border: 0px;
    color: #434343;
}


/* Form lists */


/* Grouped fields */


/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/

.form-list {
    list-style: none outside none;
    padding: 0px;
    padding-top: 12px;
}

.form-list li {
    margin: 0 0 6px;
}

.form-list label {
    float: left;
    color: #555;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.form-list label.required {}

.form-list label.required em {
    float: right;
    font-style: normal;
    color: #eb340a;
    position: absolute;
    top: 0;
    right: -7px;
}

.form-list li.control label {
    float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-top: -1px;
    margin-right: 4px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}


/*.form-list li.fields { margin-right:-15px; }*/

.form-list .input-box {
    display: block;
    clear: both;
    width: 260px;
}

.form-list .field {
    float: left;
    width: 275px;
}

.form-list input.input-text {
    width: 254px;
}

.form-list textarea {
    width: 254px;
    height: 10em;
}

.form-list select {
    width: 260px;
}

.form-list li.wide .input-box {
    width: 535px;
}

.form-list li.wide input.input-text {
    width: 529px;
}

.form-list li.wide textarea {
    width: 529px;
}

.form-list li.wide select {
    width: 535px;
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

.buttons-set {
    clear: both;
    margin: 4em 0 0;
    padding: 8px 0 0;
    border-top: 1px solid #e4e4e4;
    text-align: right;
}

.buttons-set p.required {
    margin: 0 0 10px;
}

.buttons-set .back-link {
    float: left;
    margin: 0;
}

.buttons-set button.button {
    float: right;
    margin-left: 5px;
}

.buttons-set-order {
    margin: 10px 0 0;
}

.buttons-set-order .please-wait {
    padding: 5px 7px 0 0;
}

.empty span {
    font-weight: bold;
}

.acc-cart-Gtotal {
    color: #0066cc;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 12px 8px;
}

.wishlist {
    margin: 0px;
    width: 97%;
}

.wishlist .item_link {
    color: #212121 !important;
    font-size: 12px;
    font-weight: bold;
}

.wishlist .bt1 {
    color: #fff !important;
    padding: 3px 6px !important;
}

.wishlist .small {
    color: #777 !important;
}

.wishlist .small:hover {
    color: #000 !important;
    text-decoration: underline;
}

ol {
    list-style: none outside none;
    padding: 0px;
}

.title-buttons {
    text-align: right;
    line-height: 150%;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
}

.title-buttons a {
    text-decoration: none;
    font-size: 12px;
    padding: 0 5px;
}

.validation-advice {
    background: url("../images/validation_advice_bg.gif") no-repeat scroll 2px 3px transparent;
    clear: both;
    color: #EB340A;
    font-size: 11px;
    line-height: 13px;
    margin: 3px 0 0;
    min-height: 13px;
    padding-left: 13px;
}

.validation-failed {
    background: none repeat scroll 0 0 #FAEBE7 !important;
    border: 1px solid #EB340A !important;
}


/********** Common Checkout Styles > */


/* One Page Checkout */

.block-progress {
    border: 0;
    margin: 0;
}

.block-progress .block-title {}

.block-progress .block-title strong {
    font-size: 12px;
}

.block-progress .block-content {
    background: none;
    padding: 0;
}

.block-progress dt {
    font-size: 10px;
    line-height: 1.35;
    background: #eee;
    border: 1px solid #ddd;
    margin: 0 0 6px;
    padding: 2px 8px;
    color: #555;
    text-transform: uppercase;
}

.block-progress dd {
    border-top: 0;
    padding: 2px 10px;
    margin: 0 0 6px;
}

.block-progress dt.complete {}

.block-progress dt.complete a {
    text-transform: none;
}

.block-progress dd.complete {}

.block-progress p {
    margin: 0;
}

.opc .buttons-set {
    margin-top: 0;
    padding-top: 2em;
}

.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 28px;
    line-height: 28px;
}

.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.opc {
    position: relative;
}

.opc li.section {}

.opc .step-title {
    border: 1px solid #ddd;
    border-top-color: #fff;
    background: #eee;
    padding: 10px;
    text-align: right;
    -moz-border-radius: 5px 5px 0px 0px;
}

.opc .step-title .number {
    float: left;
    background: #fff;
    border: 1px solid #fff;
    padding: 0 3px;
    margin: 0 5px 0 0;
    font: normal 11px/12px arial, helvetica, sans-serif;
    color: #444;
}

.opc .step-title h2 {
    float: left;
    margin: 0;
    font: bold 12px/14px Arial, Helvetica, sans-serif;
    color: #999;
}

.opc .step-title a {
    display: none;
    float: right;
    font-size: 11px;
    line-height: 16px;
}

.opc .allow .step-title {
    background: #999;
    border-color: #999;
    border-top-color: #fff;
    color: #fff;
    cursor: pointer;
}

.opc .allow .step-title .number {}

.opc .allow .step-title h2 {
    color: #fff;
}

.opc .allow .step-title a {
    display: block;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
}

.opc .active .step-title {
    background: #e46b00;
    border-color: #e46b00;
    border-top-color: #fff;
    color: #fff;
    cursor: default;
}

.opc .active .step-title .number {}

.opc .active .step-title h2 {
    color: #fff;
}

.opc .active .step-title a {
    display: none;
}

.opc .step {
    border: 1px solid #ddd;
    border-top: 0;
    background: #fbfbfb;
    padding: 15px 30px;
    position: relative;
}

.opc .step .tool-tip {
    right: 30px;
}

#opc-login h3 {
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2px;
    text-transform: uppercase;
}

#opc-login h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    color: #2f2f2f;
}

#opc-shipping_method .buttons-set {
    border-top: 0;
}

.opc .gift-messages-form {
    margin: 0 -30px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-width: 1px 0;
    padding: 22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box {
    padding: 5px;
    height: 260px;
    overflow: auto;
}

#opc-review .step {
    padding: 0;
}

#opc-review .product-name {
    font-weight: bold;
}

#opc-review .item-options {
    margin: 5px 0 0;
}

#opc-review .buttons-set {
    border: 0;
    padding: 15px 30px;
}

#opc-review .buttons-set p {
    margin: 0;
    line-height: 28px;
}

#opc-review .buttons-set .please-wait {
    height: 28px;
    line-height: 28px;
}


/* Multiple Addresses Checkout */

.checkout-progress {
    padding: 0 90px;
    margin: 0 0 20px;
}

.checkout-progress li {
    float: left;
    width: 19%;
    margin: 0 3px 0 0;
    border-top: 6px solid #999;
    padding: 2px 0 0;
    font-weight: bold;
    text-align: center;
    color: #888;
}

.checkout-progress li.active {
    border-top-color: #e96200;
    color: #e96200;
}

.multiple-checkout h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px;
}

.multiple-checkout h3,
.multiple-checkout h4 {
    font-size: 12px;
    font-weight: bold;
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
    font-weight: normal;
}

.multiple-checkout .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #4f8100 !important;
}

.multiple-checkout .data-table .product-name a {
    font-weight: bold !important;
}

.multiple-checkout .data-table .item-options {
    margin: 5px 0 0;
}

.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px;
}

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
    background: #fbfbfb;
    border: 1px solid #ddd;
    margin: 0 0 25px;
    padding: 20px;
}

.multiple-checkout .col2-set h2.legend {
    margin: -20px -20px 15px;
    padding: 3px 10px;
    background: #777;
    border-bottom: 1px solid #777;
    position: relative;
    color: #fff;
}

.multiple-checkout .col2-set h3.legend {
    margin: 0 0 10px;
}

.multiple-checkout .col2-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.multiple-checkout .box {
    margin: 0 0 15px;
}

.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 5px 10px 0 0;
}

.multiple-checkout .place-order .grand-total {
    float: right;
}

.multiple-checkout .place-order .grand-total .inner {}

.multiple-checkout .place-order .grand-total big {
    float: left;
    margin-right: 12px;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 28px;
    color: #e26703;
}

.multiple-checkout .place-order .grand-total div {
    float: left;
}


/* Step 1 */

#multiship-addresses-table td {
    padding: 10px;
}

#multiship-addresses-table tfoot td {
    padding: 5px 10px;
}


/* Step 2 */

.multiple-checkout .gift-messages-form .item .details .form-list {
    width: 100%;
    overflow: hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
    margin-right: -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
    width: 230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
    width: 215px;
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
    width: 209px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
    width: 445px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
    width: 439px;
}

.checkout-multishipping-shipping .box-sp-methods {
    border: 1px solid #ddd;
    background: #eee;
    padding: 13px;
    position: relative;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
    display: none;
}


/* Step 3 */

.checkout-multishipping-billing .multiple-checkout {
    position: relative;
}


/* ======================================================================================= */

.msg {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    margin: 6px;
}

.green {
    color: green;
    border: 1px solid green;
}


/*==============================Promo Import===============================================*/

#carousel-example-generic {
    border: 1px solid #ddd;
}

#index_feature {
    position: relative;
    /*width:580px;*/
    border: 0px solid #ddd;
    height: 254px;
    /*background: -webkit-linear-gradient(#fefefe, #f8f8f8);
    background: -ms-linear-gradient(#fefefe, #f8f8f8);
    background: -moz-linear-gradient(#fefefe, #f8f8f8);
    background: linear-gradient(#fefefe, #f8f8f8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#f8f8f8');*/
}

#index_feature #channelTitle,
#channelTitle2 {
    font-weight: normal;
    color: #fff;
    /*text-shadow: 0 1px 1px #4D4D4D; */
    display: block;
    ;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: 90;
    background: #0096cc;
    /*color:#ff3900;  background-image:url('images/bg-promo-title.png'); */
    font-size: 13px;
    padding: 4px 12px;
    border-bottom: 0px solid #0096cc;
    /*2px solid #9c9c9c;*/
}

#index_feature .promo-left-pnl {
    width: 36%;
    text-align: left;
    padding-left: 6px
}

#index_feature #channelImg img {
    /*width:220px;*/
    margin-top: 30px;
    border: 0px;
}

#index_feature #channelImg a img {
    border: 0px;
}

#index_feature .promo-right-pnl {
    width: 64%;
    text-align: left;
    padding-left: 12px
}

#index_feature h2 a,
#index_feature h2 {
    border: 0px solid #000;
    color: #000;
    text-transform: capitalize !important;
    font-size: 2rem;
    margin: 8px 0px 12px 0px !important;
    font-weight: normal;
    text-decoration: none !important;
    /*overflow: hidden !important; */
    height: 30px;
}

#index_feature h2 span {
    padding-left: 25px;
    color: #777;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
}

#index_feature td {
    font-size: 12px;
}

#index_feature .specs {
    min-height: 135px;
}

#index_feature .specs ul.detailer {
    margin-right: 8px !important;
    list-style: none;
    margin: 0px;
    padding: 5px 8px;
    font-size: 10px;
    text-align: left;
    color: #777877;
    min-height: 94px;
    margin-bottom: 12px;
}

#index_feature ul.detailer li {
    overflow: hidden;
    width: 100%;
    padding: 3px 3px;
    border-bottom: 1px solid #ddd;
    font-size: 10px;
}

#index_feature ul.detailer li div {
    width: 100px;
    float: left;
    font-weight: normal;
    color: #303030;
    overflow: hidden;
    margin-right: 8px;
}

#index_feature ul.detailer li.last {
    border: 0px solid #ddd
}

#index_feature .action-bt-div {
    border-radius: 14px 14px 14px 14px;
    background: #fefefe;
    border: 0px solid #eee;
    text-align: right;
}

#index_feature .action-bt-div .action-bt {
    color: #000;
    text-decoration: none;
    padding: 4px 0px;
    /*background: -webkit-linear-gradient(#fefefe, #e9e9e9);
    background: -ms-linear-gradient(#fefefe, #e9e9e9);
    background: -moz-linear-gradient(#fefefe, #e9e9e9);
    background: linear-gradient(#fefefe, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#e9e9e9');*/
    border: 1px solid #ddd;
    width: 105px;
    text-align: center;
    display: block;
    float: left;
    border-left: 0px solid #f1f1f1;
    text-shadow: #ffffff 1px 1px;
}

#index_feature .action-bt-div .action-bt:hover {
    background-color: #4c4f53;
    /*background: -webkit-linear-gradient(#535353, #282828);
    background: -ms-linear-gradient(#535353, #282828);
    background: -moz-linear-gradient(#535353, #282828);
    background: linear-gradient(#535353, #282828);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#535353', EndColorStr='#282828');*/
    border: 1px solid #535353;
    border-left: 0px solid #f1f1f1;
    color: #fff;
    text-shadow: #000 0px 0px;
}

#index_feature .action-bt-div .lefter {
    border-radius: 0px 14px 14px 0px;
}

#index_feature .action-bt-div .righter {
    border-radius: 14px 0px 0px 14px;
    border: 1px solid #ddd;
}

#index_feature .action-bt-div .righter:hover {
    border-radius: 14px 0px 0px 14px;
    border: 1px solid #535353;
}

#index_feature #numberNavPad,
#numberNavPad2 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-top: 0px solid #f1eeee/*#2c2c2c*/
    ;
    color: #cccccc;
    text-align: center;
    font-size: 12px;
}

#index_feature #numberNavPad a,
#numberNavPad2 a {
    text-decoration: none;
    border: 0px solid #313031;
    padding-top: 2px;
    color: #676767;
    padding: 0px 4px;
    margin-top: 8px;
    margin: 0px 1px;
    background: url('images/bg-inactive-drop.png') no-repeat;
}

#index_feature #numberNavPad a.active,
#numberNavPad2 a.active {
    color: #ffa600;
    background: #363636;
    background: url('images/bg-active-drop.png') no-repeat;
    font-weight: bold;
}

#index_feature #icon_stack {
    padding-top: 5px;
}

#index_feature #icon_stack img {
    padding: 0px 2px;
}

#index_feature #channelImg {
    padding: 5px;
}

#index_feature #bottom_line {
    height: 2px;
    border-bottom: 0px solid #e8e8e8;
    text-align: center;
}

#index_feature #bottom_msg {
    text-align: center;
    color: green;
}

#index_feature #desc_price {
    color: #B00;
    /*color:#b0b0b0;*/
    font-size: 22px;
    text-align: center;
}

#index_feature #desc_price span {
    font-size: 14px;
    margin-left: 10px;
}

#index_feature #channelBlurbs,
#channelBlurbs2 {
    border-top: 0px solid black;
    height: 225px;
}

#compar_laptop_main {
    text-align: center;
}

#compar_laptop_main h2 a {
    border: 0px;
    color: #5050530/*#e27304*/
    ;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

#compar_laptop_main a img {
    height: 160px;
    border: 0px;
    border: 1px solid #e8e8e8;
}

#compar_laptop_main #deal_price {
    margin-top: 3px;
}

#compar_laptop_main #deal_price span {
    color: #cc3c00;
    font-weight: bold;
    /*color:#b0b0b0;*/
    font-size: 15px;
}

#promo_top5_tab {
    margin-top: 7px;
    margin-bottom: 5px;
}

.promo_lap_box {
    /*background-color: #f0f0f0;*/
    text-align: center;
    width: 150px;
    border-right: 1px solid #ffffff;
    border-left: 0px solid #d9d9d9;
}

.promo_lap_box h3 a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0065ce;
    text-decoration: none;
    font-weight: normal;
}

.promo_lap_box h3 {
    margin: 0px;
    padding: 1px;
    margin-bottom: 3px;
    height: 30px;
    overflow: hidden;
    wrap: no-wrap;
}

.promo_lap_box ul.detailer {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    text-align: left;
    margin-left: 8px;
}

.promo_lap_box ul.detailer li {
    overflow: hidden;
    width: 100%;
    height: 12px;
}

.promo_lap_box h3 sup {
    color: #F00;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.promo_lap_box a img {
    background-color: #FFF;
    border: 0px solid blue;
    width: 140px;
    border: 0px solid #e8e8e8;
}

.promo_lap_box .spec {
    font-size: 10px;
    width: 120px;
    margin-right: auto;
    margin-left: auto;
}

.promo_lap_box .spec td {
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    overflow: hidden;
    border: 0px solid red;
}

.promo_lap_box #icons {
    text-align: left;
    padding-bottom: 4px;
    padding-left: 18px;
    padding-top: 3px;
    height: 12px;
    overflow: hidden;
}

.promo_lap_box #price span {
    color: #cc3c00;
    font-weight: bold;
    line-height: 30px;
}

#index_feature .small {
    width: 100%;
}

#index_feature .small td {
    font-size: 10px;
    width: 50%;
    height: 12px;
    overflow-y: hidden;
}

#promo_comparison_tab {
    width: 100%;
    border-collapse: collapse;
}

#promo_comparison_tab td {
    border: 0px solid #c6c5c5;
}

.promo_comparison_box a img {
    background-color: #FFF;
    width: 120px;
    height: 90px;
    border: 0px solid #e8e8e8;
    margin: 1px;
}

.promo_comparison_box h3 {
    margin: 0px;
    padding: 1px;
    margin-bottom: 1px;
    height: 14px;
    overflow: hidden;
    wrap: no-wrap;
}

.promo_comparison_box h3 a {
    font-size: 11px;
    color: #0065ce;
    text-decoration: none;
    font-weight: normal;
}

.promo_comparison_box {
    text-align: center;
    width: 100%;
}


/* musa universal */

.card {
    border: 0px solid #000 !important;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 12%);
    border-radius: 7px;
    background-color: white;
}





ul.index-top-ul-grid:before {
    display: table;
    content: " ";
}

ul.index-top-ul-grid:after {
    display: table;
    content: " ";
    clear: both;
}

ul.index-top-ul-grid {
    margin: 0px;
    padding: 0px;
    list-style: none;
    /* margin-top: 25px; */
}

ul.index-top-ul-grid li {
    width: 33%;
    float: left;
    overflow: hidden;
    padding: 3px;
}




.lazy {
    background: none;
    background-color: none;
}

#top_seller {
    background: url('images/bg-top-seller.png') no-repeat 0 0;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1000;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(5deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(10deg);
        opacity: 0;
    }
    40% {
        -moz-transform: perspective(400px) rotateY(-5deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateY(5deg);
    }
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(10deg);
        opacity: 0;
    }
    40% {
        -o-transform: perspective(400px) rotateY(-5deg);
    }
    70% {
        -o-transform: perspective(400px) rotateY(5deg);
    }
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-5deg);
    }
    70% {
        transform: perspective(400px) rotateY(5deg);
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

.header-bar.whiteColor #actual-area a.facebook-logo {
    /*color: #3b5998;*/
    font-size: 20px;
}
.header-bar.whiteColor #actual-area a.youtube-logo {
    /*color: #3b5998;*/
    font-size: 20px;
}
.header-bar.whiteColor #actual-area a.instagram-logo {
    /*color: #3b5998;*/
    font-size: 20px;
}
.header-bar.whiteColor #actual-area a.twitter-logo {
    color: #0084b4;
    font-size: 20px;
}

.header-bar.whiteColor #actual-area a.pinterest-logo {
    /*color: #c8232c;*/
    font-size: 20px;
}

.header-bar.whiteColor #actual-area a.linkedin-logo {
    color: #0077B5;
    font-size: 20px;
}

.facebook-logo {
    color: #3b5998 !important;
    font-size: 20px;
}

.twitter-logo {
    color: #0084b4 !important;
    font-size: 20px;
}

.pinterest-logo {
    color: #c8232c !important;
    font-size: 20px;
}

.linkedin-logo {
    color: #0077B5 !important;
    font-size: 20px;
}