/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
  */

html{
    font-size: 125%;

}

body{
    font-family: "Ubuntu", Arial, Verdana, sans-serif;
    font-size: .54em;
    font-weight: 400;
    color: #666666;
    background: #ffffff;
    padding-top: 40px;
    
}
a{
    color:#666666;
    text-decoration:none;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:focus{
    outline: none;
}
a:hover{
    color:#ff6666;
    text-decoration:none;
}

a.replaced{
    color:#fff;
    text-decoration:none;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a.replaced:focus{
    outline: none;
}
a.replaced:hover{
    color:#fff;
    text-decoration:none;
} 
a.category-top2{
    color:#fff;
    text-decoration:none;
font-weight: bold;
font-size: medium;
}   
h1, h2, h3,h4,h5{
    font-weight: 700;
    line-height: 170%;
    color: #666666;
}

h1{
    font-size:2.2em;
}

h2{
    font-size:1.8em;
}
h3{
    font-size:1.4em;
}
#replaced{
    font-size:1.4em;
    background: #ed1d26;
    padding-left: 15px;
    color: #fff;
    border-radius: 5px;
}
h4{
    margin-bottom:20px;
    font-size: 1.1em;
    font-weight:normal;
}
h5{
    font-size: .9em;
}
p, blockquote{
    margin-bottom:20px;
    line-height:170%;
}
input[type=submit]{
    -webkit-appearance: none;
}
.hide{
    display:none;
}
.yellow { color: #F3D529 }
.italic{ font-style:italic; }
.bold{ font-weight:700; }
.righted { text-align: right; }
.left { text-align: left; }
.underline{ text-decoration:underline; }
.relative { position: relative; }
.absolute { position: absolute; }
.nomargin{ margin:0 !important; }
.nopadding{ padding:0 !important; }
hr{
    clear:both;
    height: auto;
    margin: 10px 0;
    border: none;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #ffffff;
}
hr.mainnav{
    clear:both;
    height: auto;
    margin: 1px 0;
    border: none;
    border-top: 0px solid #666666;
}


hr.navCatBreak{
    clear:both;
    height: auto;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #666;

}
#limheight {
    height: auto; /*your fixed height*/
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; /*3 in those rules is just placeholder -- can be anything*/
}
#limheight li {
    display: inline-block; /*necessary*/
}
input, textarea, select{
    font-family: "Ubuntu", Georgia, "Times New Roman", Times, serif;
    color:#444;
}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
    }
LABEL, h4.optionName {
    vertical-align: top;
    }
legend {
    font-size: 1.1em;
    font-weight: 700;
    color: #222222;
}
.sorterLabel, .filterLabel {
    padding: 7px 0;
    color: #888888;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
    margin: 0.5em 0.3em;
    }
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
    }
LABEL.inputLabel {
    width: 9em;
    float: left;
    }
LABEL.inputLabelPayment {
    width: 14em;
    float: left;
    padding-left: 2.5em;
    }
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
    width: 11em;
    float: left;
    }
label.m-wrap {
    font-size: .9em;
}
input.m-wrap, textarea.m-wrap {
    border: 1px solid #d6d6d6;
}
textarea.m-wrap:focus,input[type="text"].m-wrap:focus,input[type="password"].m-wrap:focus,input[type="datetime"].m-wrap:focus,input[type="datetime-local"].m-wrap:focus,input[type="date"].m-wrap:focus,input[type="month"].m-wrap:focus,input[type="time"].m-wrap:focus,input[type="week"].m-wrap:focus,input[type="number"].m-wrap:focus,input[type="email"].m-wrap:focus,input[type="url"].m-wrap:focus,input[type="search"].m-wrap:focus,input[type="tel"].m-wrap:focus,input[type="color"].m-wrap:focus,.m-uneditable-input:focus{border: 1px solid #ff6666;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
#checkoutPayment LABEL.radioButtonLabel {
    font-weight: 700;
    }
ADDRESS {
    font-style: normal;
    }
.clearBoth {
    clear: both;
    }
.link-separator {
    padding: 0 3px 0 5px;
}
fieldset {
    border: 1px solid #d6d6d6;
    margin-bottom: 15px;
}

table{width:100%;margin:20px 0;}table th,table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #dddddd;}
table th{font-weight:700;}
table thead th{vertical-align:bottom;}
table caption+thead tr:first-child th,table caption+thead tr:first-child td,table colgroup+thead tr:first-child th,table colgroup+thead tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td{border-top:0;}
table tbody+tbody{border-top:2px solid #dddddd;}
table {background-color:#ffffff;}
.tooltip-inner{max-width:400px;padding:3px 8px;color:#ffffff;text-align:center;text-decoration:none;background-color:#000000;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;opacity: .9;filter:alpha(opacity=90);}
/*  Plain */
.m-btn.plain {
    color: #ffffff; 
    text-shadow: none;  
    background: #555555;
    border: none !important;
}
.m-btn.plain:hover, 
.m-btn.plain:focus, 
.m-btn.plain:active, 
.m-btn.plain.active, 
.m-btn.plain.disabled,
.m-btn.plain[disabled] { 
    border: 1px solid #555555;
}

.m-btn.plain:active,
.m-btn.plain.active {
    background: none !important;
    border: 1px solid #555555;
    color: #ffffff !important;
    -webkit-box-shadow: none;
    -moz--box-shadow: none;
    box-shadow: none;
}
.m-btn-group.group-plain.open .dropdown-toggle {
    -webkit-box-shadow: none;
    -moz--box-shadow: none;
    box-shadow: none;    
}
button.unstyled, a.unstyled {
    background: none;
    border: none;
    padding: 4px;
    font-size: 1.4em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;      
}
button.unstyled.refresh {
    color: #42B60D;
}
button.unstyled.refresh:hover {
    color:#ff6666;
}
a.unstyled.remove {
    color: #9E1313;
}
a.unstyled.remove:hover {
    color:#ff6666;
}
.socialMedia li {
    padding: 2px !important;
}
.social {
    width: 32px;
    height: 32px;
    background: #a7a7a7;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #efefef;
    font-size: 1.4em;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 0px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
}
.social.facebook:hover {
    background: #3B5998;
    color: #ffffff;
}
.social.twitter:hover {
    background: #00a0d1;
    color: #ffffff;
}
.social.gplus:hover {
    background: #db5a3c;
    color: #ffffff;
}
.social.linkedin:hover {
    background: #0077b5;
    color: #ffffff;
}
.social.pinterest:hover {
    background: #910101;
    color: #ffffff;
}
/*Header*/
#textGreeting {
    padding: 5px 10px;
    font-size: 1em;
}
#textGreeting p {
    margin: 0 !important;
}
nav#common-menu {
    margin-top: 20px;
    width: 100%;
}
nav#common-menu ul li {
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
}
nav#common-menu ul li a {
    color: #555555;
    display: block;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 700;    
}
nav#common-menu ul li a:hover {
    color: #aaaaaa;
}
nav#common-menu ul li.last {
    float: right;
    margin: 0;
}
form#currency-change {
    display:inline-block;
    margin: 0;
    padding: 0;
}
.navbar {
    margin-bottom: 0px;
}
.navbar .nav {
    width: 100%;
}
.navbar-inner {
    position:relative;
    width:100%;
    height:40px;
    line-height:41px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.search-top-header {
    margin-top: 25px;
}
.search-top-header input[type="text"].m-wrap {
    background: none !important;
    width: 180px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    border: 1px solid #b6b6b6 !important;
    border-right: none !important;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.search-top-header input[type="text"].m-wrap:focus {
    border: 1px solid #ff6666 !important;
    border-right: none !important;    
    -webkit-appearance: none; 
    outline:none;
}
.search-top-header button.button {
    font-size: 1em;
    padding: 0px 14px;
    height: 34px;
    line-height: 34px;   
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    color: #aaaaaa;
}
.search-top-header button.button:hover {
    color: #ffffff;
}

.button_send {
    display: inline-block;
    border: none;
    padding: 0px 20px;
    height: 35px;
    line-height: 35px;
    cursor:pointer;
    text-align:center; 
    white-space:nowrap;
    background-color:#ed1d26;
    color: #fff;
    text-transform: uppercase;
    -moz-transition:    0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition:      0.3s all;
    transition:         0.3s all; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
}

ul.category-top2 {
    float: left;
    width: 70%;
    padding: 2.5%;
}
ul.ezpagesHead li {
    display: inline-block;
}
ul.ezpagesHead li a {
    text-transform: uppercase;
    color: #858585;
    font-size: 1.1em;
    margin: 2px;
    padding: 5px 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
ul.ezpagesHead li a:hover {
    text-decoration: none;
    background: #ff6666;
    color: #ffffff;
}
/*banner*/
#retailPrice {font-size:80%; font-style:italic;}
#headerBanner {
    margin: 20px 0;
}
#headerBanner .bannersThree{
    width: 31.6239%;
    margin-left: 2.5641%;
    display: block;
    float: left;
}
#headerBanner .bannersThree.first{
    margin-left: 0;
}

/*BreadCrumb*/
.breadcrumb {
    padding: 0;
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.breadcrumb span.start {
    color: #888888;
    margin-right: 5px;
}
.breadcrumb span.divider {
    padding: 0 5px 0 7px;
    color: #888888;
}
.breadcrumb a{
    font-size: 1em;
    font-family: "Ubuntu", sans-serif;
}

/*products carousel*/
.carousel-nav {
    position: absolute;
    top: 6px;
    right: 6px;
}
.carousel-nav ul {
    list-style: none;
    margin: 0;
}
.carousel-nav ul li{
    display: inline-block;
    margin-left: 2px;
}
.carousel-nav ul li a{
    font-size: 24px;
    color: #666666;
}
.carousel-nav ul li a:hover{
    color: #ff6666
}
.carousel-nav ul li a.exo-disabled{
    color: #dddddd;
}
.carousel-nav ul li a.exo-disabled:hover{
    color: #dddddd;
}
.indexProducts {
    padding: 5px;
    width: 224px;
    float: left;
    display: block;
    opacity: 1;
}
.indexProductsInner {
    padding: 10px 10px 15px 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;   
}
.indexProductsImageHolder {
    position: relative;
    overflow: hidden;
}
.indexProductsImageMask {
    display: block;
    background: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;    
}
.indexProductsAction {
    text-align: center;
    top: -100px;
    left: 0px;
    position: absolute; 
    width: 100%;  
    visibility: hidden;
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;    
}
.indexProductsAction .button.small {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    text-align: center;
    font-size: 1.4em;   
}
.indexProducts:hover p.rating {
    visibility: visible;
    opacity: 1;
    filter:alpha(opacity=100);    
}
.indexProducts:hover .indexProductsImageMask {
    opacity: .8;
    filter:alpha(opacity=80);
}
.indexProducts:hover .indexProductsAction {
    visibility: visible;
    top: 50%;
    margin-top: -20px;
    opacity: 1;
    filter:alpha(opacity=100);    
}
.indexProducts .button {
    visibility: hidden;
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;        
}
.indexProducts:hover .button {
    visibility: visible;
    opacity: 1;
    filter:alpha(opacity=100);    
}
.indexProducts a.indexProductsName {
    display: block;
    margin: 10px 0 5px 0;
    font-size: 1.1em;
    min-height: 40px;
    color: #555555;
}
.indexProducts .price {
    display: block;
    margin-bottom: 10px;
    color: #ff6666;
}
/*Product Listing*/
#productListHeading {
    margin: 20px 0;
}
.categoriesRowName {
    font-size: 1.3em;
    font-weight: 700;
}
.btnCart {
    line-height: 35px;
    height: 35px;
}
.listingProductsAction .m-wrap, .btnCart .m-wrap {
    width: auto !important;
    margin-bottom: 0 !important;
}
.listingProductsAction .m-input-prepend, .listingProductsAction .m-input-append, .btnCart .m-input-prepend, .btnCart .m-input-append {
    margin-bottom: 0 !important;
}
.listingProductsAction .m-btn {
    padding: 7px 14px !important;
}
.listingProductsInfo {
    margin-top: 10px;
}
.listingProductsInfo span {
    margin-right: 10px;
}
.listingProductsInfo span strong {
    color:#ff6666;
}
.productsListWrapper {
    margin: 20px 0;
}
.productList {
    position: relative;
    display: block;
    margin: 20px 0;
    overflow: hidden;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;    
}
.productList p.rating {
    margin: 10px 0;
}
.productList .itemTitle {
    margin-top: 0;
}
#productsFilterWrapper {
    background: #f6f6f6;
    padding: 10px 10px 2px 10px;
    border-left: 3px solid #ff6666;
}
#productsFilterWrapper select {
    width: auto;
}
.grid-list {
    line-height: 34px;
}
.grid-list a {
    font-size: 1.4em;
    color: #333333;
    padding: 5px;
}
.grid-list a:hover {
    color: #ff6666;
}
.grid-list a.disabled, #indexProductList .grid-list a.disabled:hover {
    color: #aaaaaa;
}
.listingProductImage {
    background: #ffffff;
    padding: 4px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;    
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);    
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);      
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);      

}
.productsGridWrapper .gridItem {
    display: inline-block;
    vertical-align: top;
    width: 24%; 
    overflow: hidden; 
    margin-bottom: 10px;     
}
.gridItemInner {
    padding: 10px 10px 15px 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;       
}
.listingProductsDetails, .listingProductsAction {
    margin-top: -5px;
    margin-bottom: 25px;
}





.gridItemInner:hover p.rating {
    visibility: visible;
    opacity: 1;
    filter:alpha(opacity=100);    
}
.gridItemInner:hover .indexProductsImageMask, .productList .listingProductImageInner:hover .indexProductsImageMask {
    opacity: .6;
    filter:alpha(opacity=60);
}
.gridItemInner:hover .indexProductsAction, .productList .listingProductImageInner:hover .indexProductsAction{
    visibility: visible;
    top: 50%;
    margin-top: -30px;
    opacity: 1;
    filter:alpha(opacity=100);    
}
.gridItem .button, .gridItem .m-input-prepend {
    visibility: hidden;
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;        
}
.gridItemInner:hover .button, .gridItemInner:hover .m-input-prepend {
    visibility: visible;
    opacity: 1;
    filter:alpha(opacity=100);    
}
.gridItem h3.name {
    font-weight: normal;
    font-size: 1em;
    min-height: 40px;
}
.gridItem price {
    font-size: 1.2em;
}

.productsGridWrapper {
    margin: 20px 0;
}
#productsListingBottomNumber {
    margin-top: 10px;
}
.itemTitle a, .name a {
    color: #555555;
}
.itemTitle a:hover , .name a:hover{
    color:#ff6666;
}
.navSplitPagesLinks {
}
.navSplitPagesLinks .current{
    display: inline-block;
    width: 28px;
    height: 25px;
    float: left;
    font-weight: normal;
    padding-top: 5px;
    vertical-align: middle;
    text-align: center;
    color: #222222;
    margin: 0 2px;
    background: #e6e6e6;
}
.navSplitPagesLinks a {
    display: inline-block;
    width: 28px;
    height: 25px;
    float: left;
    padding-top: 5px;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    color: #222222;
    background: #fafafa;
    margin: 0 2px;
}
.navSplitPagesLinks a:hover {
    color: #222222;
    background: #e6e6e6;
}
.noProducts {
    text-align: center;
}
.noProducts .noProductsIcon {
    font-size: 5em;
    color: #B94A48;
}
/*Product Info*/
.productInfoWrapper {
    margin-top: 20px;
}
.productInfoWrapper .m-wrap {
    width: auto !important;
}

.prodchangealert {
    padding: 20px;
    background-color: #F7ECDC;
    text-align: center;
    color: #666;
    border: 2px solid #F8DCa1;
}

.prodchangeclosebtn {
    margin-left: 15px;
    color: #ffaa00;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.prodchangeclosebtn:hover {
    color: black;
}


.productInfoRight {
    padding: 10px 20px;
    background: #f6f6f6;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px; 
    border-radius: 4px;   
}
#productName {
    margin-bottom: 10px !important;
}
#productPrices {
    color: #ff6666;
}
.qty-box {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-top: 3px;
}
.nav-tabs {
    border-bottom: 1px solid #d6d6d6;
    position: relative;
}
.nav-tabs > li {
    
}
.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid #d6d6d6;
    color: #666666 !important;
    border-left: none;
    margin-right: 0px;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: .9em;
}
.nav-tabs > li > a.first {
    border-left: 1px solid #d6d6d6;
}
.nav-tabs > li > a:hover {
    background: none;
    border: 1px solid #d6d6d6;
    border-left: none;
    border-bottom: 1px solid #ff6666;   
}
.nav-tabs > li > a.first:hover {
    border-left: 1px solid #d6d6d6;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    background: none;
    border: 1px solid #d6d6d6;
    border-left: none;
    border-bottom: 1px solid #ff6666;
}
.nav-tabs > .active > a.first, .nav-tabs > .active > a.first:hover {
}
blockquote .rating {
    font-size: 1.3em;
}
blockquote p {
    font-size: 1em;
}
.reviewers {
}
/*Button*/
.button, input.button { 
    display: inline-block;
    border: none;
    padding: 0px 20px;
    height: 35px;
    line-height: 35px;
    cursor:pointer;
    text-align:center; 
    white-space:nowrap;
    background-color:#555555;
    color: #aaaaaa;
    text-transform: uppercase;
    -moz-transition:    0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition:      0.3s all;
    transition:         0.3s all; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;      
}
.buttonaccount { 
    display: inline-block;
    border: none;
margin: 5px;
    height: 110px;
    line-height: 110px;
    cursor:pointer;
    text-align:center; 
    white-space:nowrap;
    background-color:#555555;
    color: #aaaaaa;
    text-transform: uppercase;
    -moz-transition:    0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition:      0.3s all;
    transition:         0.3s all; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;      
}
.buttonaccount:hover {
    background-color: #ed1d26;
    color:#ffffff;
}
.button.large {
    padding: 0px 25px;
    height: 45px;
    line-height: 45px;
}
.button.small {
    padding:0 15px; 
    line-height:25px; 
    height:25px;
}
.button:hover {
    background-color: #ff6666;
    color:#ffffff;
}
.productInfoAccordion {
    margin: 5px 0 60px 0;
}
.accordion-group {
    margin-bottom: 1px;
    border: none
}
.accordion-heading {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    font-size: 1.2em;
    text-align: right;
    padding: 6px 12px;
}
.accordion-heading span {
    float: left;
    color: #555555;
    font-weight: normal;
    text-transform: none;
    position: absolute;
    padding: 4px 6px;
    left: 0;
    bottom: -1px;
    border-bottom: 2px solid #ff6666;
}
.accordion-heading .accordion-toggle {
    display: inline-block;
    padding: 0;
}
.accordion-heading .accordion-toggle:before {
 //   color:#ff6666;
 //   content:"\f056";
  //  font-family: "FontAwesome";
}
.accordion-heading .accordion-toggle.collapsed:before {
 //   color: #555555;
 //   content:"\f055";
 //   font-family: "FontAwesome";
}

.accordion-inner {
    padding: 9px 15px;
    border-top: none;
    color: #2b2b2b;
}

.attribsSelect {
    font-size: 1.1em;
    font-weight: 700;
}
/*Images*/
.productInfoImagesContainer {
    padding: 10px;
    border: 1px solid #f6f6f6;
}
#productMainImage {
    display: inline-block;
    background: #ffffff;
    max-width: 100%;    
}
#productMainImage img {
    margin: 0 auto;
}
#productMainImage .mousetrap {
    z-index: 100 !important;
    width: 100% !important;
    height: 100% !important;
}
#productMainImage .cloud-zoom-big {   
}
#zoomImage {
    color: #000000;
    padding: 10px;
    position: absolute;
    z-index: 100;
    right: 0px;
    bottom: 0px;
    font-size: 1.2em;
    opacity: .7;
}
#zoomImage:hover {
    color: #ff6666;
    opacity: 1;
}
.additionalImagesCarousel {
    margin-top: 5px;
}
#productAdditionalImages {
    padding: 0 20px;
}
#productAdditionalImages ul.flex-direction-nav a {
    top: 25px;
}
.productsAdditionalImagesInner {
    display: inline-block;
}
#productMainImage:hover .indexProductsImageMask, .productsAdditionalImagesInner:hover .indexProductsImageMask {
    opacity: .6;
    filter:alpha(opacity=60);
}
#productMainImage:hover .indexProductsAction, .productsAdditionalImagesInner:hover .indexProductsAction {
    visibility: visible;
    top: 50%;
    margin-top: -30px;
    opacity: 1;
    filter:alpha(opacity=100);    
}
.productsAdditionalImagesInner:hover .indexProductsAction {
    margin-top: -15px;
}
.productsAdditionalImagesInner .button {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: none;
    font-size: 1.6em;
}
.productsAdditionalImagesInner .button:hover {
    background: none;
}
#productMainImage .button, .productsAdditionalImagesInner .button {
    visibility: hidden;
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;        
}
#productMainImage:hover .button, .productsAdditionalImagesInner:hover .button {
    visibility: visible;
    opacity: 1;
    filter:alpha(opacity=100);    
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
    border: 1px solid #eeeeee;
    background-color: #fcf8e3;
    padding: 10px;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.messageStackWarning, .messageStackError {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.messageStackSuccess {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.messageStackCaution {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    color: #c09853;    
}

/*wrappers - page or section containers*/
#headerWrapper {
    margin-bottom: -20px;
}
#mainWrapper {
    font-size: 1.2em;
    margin: 0 auto;
    background: #ffffff;
}
#mainContainer {
    margin: 10px 0;
}
#mainSection {
}
#logoWrapper {
    padding: 5px 0 10px 0;
    position: relative;
}
#contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
    margin: 0em;
    padding: 0em;
    }
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
    margin: auto;
    } 
#navColumnOneWrapper, #navColumnTwoWrapper {
    margin-left: 0.5em;
    margin-right: 0.5em;
    }
    
#tagline {
    font-size: 1.3em;
    text-align: left;
    padding: 10px 30px;
}

#sendSpendWrapper {
    border: 1px solid #cacaca;
    float: right;
    margin: 0em 0em 1em 1em;
    }

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
    margin: 0;
    width: 47%;
    }

.wrapperAttribsOptions {
    display: inline-block;
    font-size: .9em;
}
.inputAttributes {
    margin-left: 15px;
}
.inputAttributes label {
    font-size: .9em;
    color: #000;
font-weight: 700;
}

/*navigation*/

.navSplitPagesResult {
    margin-bottom: 10px;
}
.navSplitPagesLinks {}

.navNextPrevCounter {
    margin: 0em;
    font-size: 0.9em;
    }
.navNextPrevList {
    display: inline;
    white-space: nowrap;
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
    }
#navMainWrapper {
    background: #ff6666;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

#navSuppWrapper, #navCatTabsWrapper {

    }
#navSuppWrapper {
    margin-top: 10px;
    font-family: "Ubuntu", Georgia, sans-serif;
}
#navCatTabsWrapper {
    color: #9a9a9a;
    background-image:none;
}
#mainMenu > ul {
    line-height: 40px;
}
#mainMenu ul li{
    display: inline-block;
    float: left;
    line-height: 40px;
}
#mainMenu ul li.pull-right{
    float: right !important;
}
#mainMenu ul li > a{
    color: #ffffff;
    display: block;
    font-size: 1.3em;
    padding: 0 10px;
}

#mainMenu ul li > a:hover{
    color: #ffffff;
    background: #555555;
}
#mainMenu ul li > a i{
    font-size: 1.2em;
}
.dropdown.open .dropdown-toggle {
    color: #aaaaaa;
    background: #555555;
}
#mainMenu .dropdown-menu {
    background: #555555;
    border: none;
    color: #aaaaaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
#mainMenu .dropdown-menu a {
    background: #555555;
    color: #aaaaaa;

}
#category-top2 a {
    display: block;
    left: 0px;
    position: absolute;
    padding: 1.5em;
    color: #ffffff ;
}
#mainMenu .dropdown-menu.header-dropdown {
    min-width: 240px;
    padding: 10px;
}
#currency-header, #language-header, #cart-header {
    padding: 0;
}
.topmeganav {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-rule-style: solid; /* Chrome, Safari, Opera */
    -moz-column-rule-style: solid; /* Firefox */
    column-rule-style: solid;
padding-bottom:20px;
}
#currency-header span.setting-title, #language-header span.setting-title, #cart-header span.setting-title, #login-header span.setting-title {
    font-size: 1.2em;
    line-height: 20px;
    display: block;
    border-bottom: 1px solid #666666;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#currency-header ul li, #language-header ul li {
    line-height: 20px;
    margin: 1px;
}
#cart-header .button, #login-header .button {
    position: relative;
    top: 1px;
    background-color: #666666 !important;
    color: #bbbbbb !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;      
}
#cart-header .button:hover, #login-header .button:hover {
    background-color: #ff6666 !important;  
    color: #ffffff !important;    
}
#cart-header ul li {
    display: block;
    float: none;
    padding-top: 10px;
    border-bottom: 1px solid #666666;
}
#cart-header ul li .media-heading a{
    padding: 0;
    color: #aaaaaa;
    font-size: 1.2em;
}
#cart-header .price, #cart-header .total{
    color: #aaaaaa;
}
#cart-header .total {
    font-size: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 60px;
}
#currency-header ul li a, #language-header ul li a{
    cursor: pointer;
}
#currency-header ul li a:hover, #currency-header ul li a.active, #language-header ul li a.active, #language-header ul li a:hover{
    color: #ffffff;
    background: #ff6666;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
#login-header {
    padding: 10px;
}
#login-header input.m-wrap {
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -webkit-appearance: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#login-header input.m-wrap:focus {
    border: 1px solid #ff6666;
    outline: none;
}

#mainMenu ul li.hideHead {
    display: none;
}
#mainMenu ul.dropdown-menu li {
    display: block;
    float: none;
}
#mainMenu ul.dropdown-menu li a{
    display: block;
    padding: 5px 10px;
}
#mainMenu ul.dropdown-menu li a:hover {
    background: #ff6666;
}
.dropdown-menu li > a:hover {
    background: #ff6666;
}
.dropdown-submenu:hover>a {
    background: #ff6666;
}
.dropdown-menu::before, 
.dropdown-menu::after {
    border: none !important;
    content: none !important;
}

.dropdown-submenu > a{
    position: relative;
}
.dropdown-submenu > a:after {
    content:"\f0a9";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
}
#indexDefaultHeading {
    font-weight: 200;
}
#navMain ul {
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #dedede;
    margin-right: 20px;
    margin-bottom: 0;
    }

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
    display: inline;
    }

#navMain ul li a {
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    margin: 0;
    color: #666666;
    white-space: nowrap;
    }
#navMain ul li a:hover {
    background: #ff6666;
    color: #ffffff;
}
#navSupp ul li {
    display: inline-block;
}
#navSupp ul li a {
    text-transform: uppercase;
    color: #858585;
    font-size: 1em;
    margin: 2px;
    padding: 5px 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#navSupp ul li a:hover {
    text-decoration: none;
    background: #ff6666;
    color: #ffffff;
}
#navCatTabs ul li a {
    color: #9a9a9a;
    }

#navEZPagesTOCWrapper {
    font-weight: 700;
    float: right;
    height: 1%;
    border: 1px solid #9a9a9a;
    }

#navEZPagesTOC ul {
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
    line-height: 1.5em;
    }

#navEZPagesTOC ul li {
    white-space: nowrap;
    }

#navEZPagesTOC ul li a {
    padding: 0em 0.5em;
    margin: 0;
    }

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
    margin-bottom: 20px;
    }
.buttonRow {
    margin-top: 10px;
}
#navMainSearch {
    float: right;
    }

#navBreadCrumb {
    padding: 6px 12px;
    margin: 10px 0 20px 0;
    border-bottom: 1px solid #e0e0e0;    
}

#navEZPagesTop {
    text-align: right;
    padding: 5px 0;
    color: #555555;
    }
#navEZPagesTop a{
    color: #555555;
    }

#navColumnOne, #navColumnTwo {
    background-color: transparent;
    }

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
    vertical-align: top;
    }

.shippingEstimatorWrapper {
    padding: 0.5em;
}

.alert {
    margin-left: 0.5em;
    padding: 20px;
    text-align: center;
    color: #666;
    }
.advisory {}
.important {
    font-weight: 700;
    }
.notice {}
.rating{
    margin-bottom: 10px !important;
    color: #cfcfcf;
}
.gvBal {
    float: right;
    }
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
    }

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
    font-size: 1.1em;
    }
#siteinfoLegal, #siteinfoIP {
    line-height: 40px;
}
#siteinfoLegal a {
    color: #ff6666 !important; 
    text-decoration: none !important;
}
.footer-link-divider {
    padding: 0 4px;    
}
#bottomFooterWrapper {
    margin-bottom: 10px;
}
/*Shopping Cart Display*/
#cartAdd {
}
.cartUpdate {
    margin-left: 10px;
}
.tableHeading, #cartSubTotal {
     }

#cartSubTotal {
    border-top: 1px solid #cccccc;
    font-weight: 700;
    text-align: right;
    line-height: 2.2em;
    padding-right: 2.5em;
    }

.tableRow, .tableHeading, #cartSubTotal {
    height: 2.2em;
    }

.cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay {
    padding: 0.5em 0.8em;
    text-align: center;
    }
.cartProductDisplay {
    padding: 0.5em 0.8em;
    text-align: left;
}
.cartUnitDisplay, .cartTotalDisplay {
    padding-right: 0.2em;
    }
.cartQuantity {
    padding: 1em;
}
.cartQuantity input {
    width: auto !important;
}
#scUpdateQuantity {
    width: 2em;
    }

.cartQuantity {
    width: 4.7em;
    }

.cartNewItem {
    color: #33CC33;
    position: relative;  /*do not remove-fixes stupid IEbug*/
    }

.cartOldItem {
    color: #660099;
    position: relative;  /*do not remove-fixes stupid IEbug*/
    }

.cartBoxTotal {
    text-align: right;
    font-weight: 700;
    }

.cartRemoveItemDisplay {
    width: 3.5em;
    }

.cartAttribsList {
    }

#mediaManager {
    width: 50%; 
    margin: 0.2em;
    padding: 0.5em;
    background-color: #E4FEf5;
    border: 1px solid #003D00;
    }
.mediaTitle {
    float: left;
    }
.mediaTypeLink {
    float: right;
    }
.price {
    color: #ff6666;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.normalprice, .productSpecialPriceSale {
    text-decoration: line-through;
    color: #aaaaaa;
    }

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
    color:#ff6666;
    }
.productPriceDiscount {
    display: none;
}

.orderHistList {
    margin: 1em;
    padding: 0.2em 0em;
    list-style-type: none;
    } 

#cartBoxListWrapper ul, #ezPageBoxList ul {
    list-style-type: none;
    }

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
    margin: 0;
    padding: 0.2em 0em;
    } 

#cartBoxEmpty, #cartBoxVoucherBalance {
    font-weight: 700;
    }

.totalBox {
    text-align: right;
    padding: 0.2em;
    }

.lineTitle, .amount {
    text-align: right;
    padding: 0.2em;
    }

.amount {
    width: 5.5em;
    }

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
    }

.categoryImg {
    float: left;
    margin: 0 10px 10px 0;
}

#cartImage {
    margin: 0.5em 1em;
    }

/*Attributes*/
.attribImg {
    width: 20%;
    margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    margin: 1em 0em;
    }

.centerBoxWrapper {
    position:relative;
    margin-top: 10px;
}

h2.centerBoxHeading {
    display:block;
    background: #f6f6f6;
    border-left: 3px solid #ff6666;
    padding: 6px 12px;
    font-size: 1.4em;
    color: #666666;
    text-align: left;
    margin-bottom: 10px;
    position: relative
}
h2.centerBoxHeading span {
}
h2.nav{
    font-weight: 700;
    line-height: 150%;
    color: #ccc;
    font-size:1.3em;
}
.dsub {
    position: relative;
	visibility:visible;
}
.footerBoxHeading {
    display:block;
    color: #666666;
    font-weight: 700;
    margin: 40px 0 10px 0;
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
    position: relative    
}
.footerBoxHeading:before {
    content: "";
    border-bottom: 1px solid #ffffff; 
    display: block;
    width: 100%;
    position: absolute;
    top: 1px;   
}
.footerBoxHeading span {
    position: absolute;
    padding: 2px 0;
    bottom: -1px;
    border-bottom: 2px solid #ff6666;
}
/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
    font-size: 1em;
    color: #ffffff;
    }
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
}

.leftBoxHeading, .rightBoxHeading {
    margin: 0em;
    padding: 0.5em 0.2em;
    }
.centerBoxHeading {
    margin: 0;
    padding-bottom: 0;
}
.leftBoxContainer, .rightBoxContainer {
    margin-bottom: 30px;
}

.sideBoxContent {
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
    color: #FFFF33;
    text-decoration: none;
    } 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
    color: #FFFFFF;
    }
.sidebar-header a {
    color: #555555;
}
/*categories sidebox*/
#categories {
}
#categoriesContent {
    background: none;
    border: none;
}
ul.categories-side {
    list-style: none;
    margin: 0;
    position: relative;
}
ul.categories-side li{
    position: relative;
}
ul.categories-side li a{
    padding: 4px 0px;
    background: #ffffff;
    color: #666666;
    text-transform: uppercase;
    font-size: .9em;
    display: block;
    position: relative;
    border-bottom: 1px dashed #F6F6F6;    
}
ul.categories-side li a:hover{
    color:#ff6666;
    padding-left: 5px;
}
ul.categories-side li a.side-active{
    color:#ff6666;
}
ul.categories-side li .sideCollapsible {
    position: absolute;
    right: 0;
    top:0;
    display: block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    font-size: 1.3em;
    vertical-align: top;
    text-align: center;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
ul.categories-side li .sideCollapsible:before {
    font-family: "FontAwesome";
    content:"\f068";
    font-size: .5em;
    color:#ff6666;
}
ul.categories-side li .sideCollapsible.collapsed:before {
    font-family: "FontAwesome";
    content:"\f067";
    font-size: .5em;
    color:#666666 !important;
}
ul.categories-side li .sideCollapsible:hover { 
}
ul.categories-side li .sideCollapsible.collapsed:hover {
}
ul.categories-side li > ul.childCat {
    margin: 0;
}
ul.categories-side li li a {
    padding-left: 20px;
}
ul.categories-side li li a:hover {
    padding-left: 25px;
}
ul.categories-side li li li a {
    padding-left: 35px;
}
ul.categories-side li li li a:hover {
    padding-left: 40px;
}
ul.categories-side li li li li a {
    padding-left: 55px;
}
ul.categories-side li li li li a:hover {
    padding-left: 60px;
}
.sidebar-header {
    margin-bottom: 10px;
    background: #f6f6f6;
    border-left: 3px solid #ff6666;
    position: relative;
    font-size: 1.2em;
    font-weight: 700;
    text-align: left;
    padding: 6px 10px;
}

.sidebar-header span {
}
/*Twitter Sidebox*/
.sidebarTweet .tweet_list {
    list-style: none;
    overflow: visible;
    font-size: 1em;
    height: auto;
    margin: 0;
    padding: 0;
    color: #858585;
    font-style: italic;
}
.sidebarTweet .tweet_list li {
    overflow: visible;
    list-style-type: none;
    line-height: 20px;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-right: 3px solid #00A0D1; 
    color: #999999;  
}
.sidebarTweet .tweet_list li a {
    color: #ff6666;
}
.sidebarTweet .tweet_list li a:hover {
    text-decoration: underline;
}
.sidebarTweet .tweet_list .tweet_even {
}
.sidebarTweet .tweet_list .tweet_avatar {
    display: none;
}
.sidebarTweet .tweet_list .tweet_avatar img {
    vertical-align: middle;
    display: inline-block;
}
/*Sidebar RSS*/
#divRss .rss-icon {
    color: #FF8500;
}
#divRss .ItemTitle a {
    font-size: 1.1em;
    font-weight: bold;
    color: #ff6666;
}
#divRss .ItemTitle a:hover {
    text-decoration: underline;
}
#divRss .ItemDate {
    font-size: .9em;
    margin-bottom: 10px;
    color: #999999;
}
/*information sidebox*/
#informationContent ul li {
    display: block;
    line-height: 30px;
}
#informationContent ul li a {
    color: #858585;
}
#informationContent ul li a:before {
    content:"\f105";
    font-family: "FontAwesome";
    padding-right: 5px;
}
#informationContent ul li a:hover {
    color : #ff6666;
    margin-left: 5px;
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    text-align: center;
    }

#bestsellers .wrapper {
    margin: 0em 0em 0em 1.5em;
    }

#bestsellers ol {
    padding: 0;
    margin-left: 1.1em;
    }

#bestsellers li {
    padding: 0;
    margin: 0.3em 0em 0.3em 0em;
    }

#bannerboxHeading {
}

#upProductsHeading {
    text-align: left;
    }

#upDateHeading {
    text-align: right;
    }
#newProductsDefault input.m-wrap, #allProductsDefault input.m-wrap, #featuredDefault input.m-wrap, #specialDefault input.m-wrap  {
    width: auto !important;
}
#newProductsDefault td.main, #allProductsDefault td.main, #featuredDefault td.main, #specialDefault td.main {
    padding: 10px;
}



/* categories box parent and child categories */
A.category-top, A.category-top:visited {
    color: #008000;
    text-decoration: none;
    }
A.category-links, A.category-links:visited {
    color: #004080;
    text-decoration: none;
    }
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
    color: #FF0000;
    text-decoration: none;
    }
SPAN.category-subs-parent {
    font-weight: 700;
    }
SPAN.category-subs-selected {
margin-bottom:20px;
    font-size: 1.1em;
    font-weight:bold;
color:#fff;
    }
/* end categories box links */

/*misc*/
.back {
    float: left;
    }

.forward, #shoppingCartDefault #PPECbutton {
    float: right;
    }

.bold {
    font-weight: 700;
    }

.rowOdd {

    }

.rowEven {

    }

.hiddenField {
    display: none;
}
.visibleField {
    display: inline;
}

CAPTION {
    /*display: none;*/
    }

#myAccountGen li, #myAccountNotify li {
    margin: 0;
    } 

.accountTotalDisplay, .accountTaxDisplay {
    width: 20%;
    text-align: right;
    /*vertical-align: top*/
    }

.accountQuantityDisplay {
    width: 10%;
    vertical-align: top
    }


.productListing-rowheading {
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    height: 2em;
    color: #FFFFFF;
    }

#siteMapList {
    width: 90%;
    float: right;
    }

.ratingRow {
    margin: 1em 0em 1.5em 0em;
    }

LABEL#textAreaReviews {
    font-weight: normal;
    margin: 1em 0em;
    }

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
    background-color: #ffffff;
    }
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
    clear: both;
    }

.seDisplayedAddressLabel {
    background-color:#85C285;
    text-align: center;
    }
.seDisplayedAddressInfo {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    }
#seShipTo {
    padding: 0.2em;
    }
#cartContentsDisplay {
}
#cartContentsDisplay th {
    text-align: center;
}
/*Footer Widget*/
#footerWidgetOutterWrapper {
    background: #eeeeee url('../images/footer_bg.png');
    -webkit-box-shadow: 0px 7px 22px -10px rgba(0, 0, 0, 0.1) inset, 0px 1px 0px #efefef inset;
    -moz-box-shadow: 0px 7px 22px -10px rgba(0, 0, 0, 0.1) inset, 0px 1px 0px #efefef inset;
    box-shadow: 0px 7px 22px -10px rgba(0, 0, 0, 0.1) inset, 0px 1px 0px #efefef inset;
    font-size: 1.1em;
    margin-top: 50px;
}
#footerWidgetWrapper {
}
#footerWidget {
    margin: 10px 0px;
}
#footerWidget p {
    color: #858585;
    font-size: 1.1em;
}
.footerTweet .tweet_list {
    list-style: none;
    overflow: visible;
    font-size: 1em;
    height: auto;
    margin: 0;
    padding: 0;
    color: #858585;
    font-style: italic;
}
.footerTweet .tweet_list li {
    overflow: visible;
    list-style-type: none;
    line-height: 20px;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-left: 3px solid #00A0D1; 
    color: #999999;  
}
.footerTweet .tweet_list li a {
    color: #ff6666;
}
.footerTweet .tweet_list li a:hover {
    text-decoration: underline;
}
.footerTweet .tweet_list .tweet_even {
}
.footerTweet .tweet_list .tweet_avatar {
    display: none;
}
.footerTweet .tweet_list .tweet_avatar img {
    vertical-align: middle;
    display: inline-block;
}
#footerRss .rss-icon {
    color: #FF8500;
}
#footerRss .ItemTitle a {
    font-size: 1.1em;
    font-weight: bold;
    color: #ff6666;
}
#footerRss .ItemTitle a:hover {
    text-decoration: underline;
}
#footerRss .ItemDate {
    font-size: .9em;
    margin-bottom: 10px;
    color: #999999;
}
#htmlFooter {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #4d4d4d;
}
#htmlFooter span {
    width: 48px;
    height: 48px;
    background: #3C8DC5;
    color: #ffffff;
    display: inline-block;
    margin-top: -20px;
    vertical-align: middle;
    text-align: center;
    color: #858585;
    font-size: 2em;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
}
#htmlFooter span i {
    position: relative;
    top: 12px;
}
.fb-like-box {
    padding-bottom: 10px;
}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }
#productsFooter ul li {
    display: inline-block;
    width: 63px;
    height: 63px;
    margin: 4px;
}
#productsFooter ul li a img {
    border: 3px solid #dfdfdf;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;    
}
#productsFooter ul li a:hover img {
    border: 3px solid #555555;
}
.contactDetailsWrapper {
    padding: 5px 0;
    border-top: 1px dotted #dfdfdf;
}
.contactDetails {
    cursor: default;
    display: table-cell;
    width: 30px;
    height: 30px;
    color: #555555;
    vertical-align: middle;
    text-align: center;
    font-size: 1.6em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;   
}
.contactEntry, .contactIcon {
    display: inline-block;
    vertical-align: middle;
}
.contactEntry {
    margin-left: 5px;
    color: #858585;
}
#informationFooter ul li {
    display: block;
    line-height: 30px;
}
#informationFooter ul li a {
    color: #858585;
}
#informationFooter ul li a:before {
    content:"\f105";
    font-family: "FontAwesome";
    padding-right: 5px;
}
#informationFooter ul li a:hover {
    color : #ff6666;
    margin-left: 5px;
}
#contactFooterContent input.m-wrap, #contactFooterContent textarea.m-wrap {
    border: 1px solid #dfdfdf;
    color: #858585;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -webkit-appearance: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#contactFooterContent textarea.m-wrap {
    resize: none;
    margin: 5px;
width: 100%
}
#contactFooterContent input.m-wrap:focus, #contactFooterContent textarea.m-wrap:focus {
    border: 1px solid #ff6666;
    outline: none;
}

textarea {
margin: 5px;
width: 100%;
line-height: 27px;
}

#contactFooterContent input[name="contactname"] {
    width: 116px;
    float: left;
    margin: 5px;
line-height: 27px;
}
#contactFooterContent input[name="email"] {
    width: 116px;
    float: left;
    margin: 5px;
line-height: 27px;
}

#contactFooterContent .button {
    -webkit-border-radius: 4px;
    -webkit-appearance: none;
    -moz-border-radius: 4px;
    border-radius: 4px;    
}
#back-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
}
#back-top a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 3.4em;
    width: 50px;
    height: 50px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;    
    border-radius: 25px;
    background: #cfcfcf;
    color: #666666;
}
#back-top a:hover {
    background: #555555;
    color: #ffffff;
    text-decoration: none;
}
/*Revelation Zen Cart Framework*/
/* Large desktop */
@media (min-width: 1200px) {
    #mainMenu {
        display: block;
        margin: 0 auto;
        width: 1170px;
    }
    #mainMenu .dropdown-menu.collapse {
        position: absolute;
        height: auto !important;
        overflow: visible;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    #navMainWrapper.collapse {
        position: fixed;
        height: auto !important;
        overflow: visible;
    }
    .messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
        display: block;
        margin: 20px auto;
        width: 1170px;        
    }
    #mainWrapper .messageStackWarning, #mainWrapper .messageStackError, #mainWrapper .messageStackSuccess, #mainWrapper .messageStackCaution {
        width: auto;
    }
}
@media (max-width: 1199px) {
    #mainMenu {
        display: block;
        margin: 0 auto;
        width: 940px;
    }
    #contactFooterContent textarea.m-wrap {
        width: 90%;
        resize: none;
        margin-top: 10px;
    }
    #contactFooterContent input[name="contactname"] {
        width: 90%;
        float: left;
        margin-right: 0px;
    }
    #contactFooterContent input[name="email"] {
        width: 90%;
        float: left;
        margin: 0px;
    } 
    .messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
        display: block;
        margin: 20px auto;
        width: 940px;       
    }  
    #mainWrapper .messageStackWarning, #mainWrapper .messageStackError, #mainWrapper .messageStackSuccess, #mainWrapper .messageStackCaution {
        width: auto;
    }      
}

/*START - Added for Products Icon Overlay */
.productIcon {
  width: 50px;
  height: 55px;
  overflow: hidden;
  position: relative;
  left: -72px;
  top: 1px;
  right: 90px;
  padding-left: 36px;
}

#productListing .productIcon {
  width: 50px;
  height: 55px;
  overflow: hidden;
  position: relative;
  margin-right: -90px;

}
/*END - Added for Products Icon Overlay */


/*Added for Main Menu */
@media (min-width: 980px) and (max-width: 1199px) {
    #mainMenu .dropdown-menu.collapse {
        position: absolute;
        height: auto !important;
        overflow: visible;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    #navMainWrapper.collapse {
        position: fixed;
        height: auto !important;
        overflow: visible;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #mainSection {
        width: 100%;
        margin: 0;
    }
    #featuredProducts, #specialsDefault, #whatsNew, #alsoPurchased {
        max-width: 590px;
        margin: 0 auto;
    }
    .contactEntry { 
        display: block;
    }
    .contactDetailsWrapper  {
        text-align: center;
    }
}
@media (max-width: 979px) {
    body {
        padding-top: 0;
    }
    #navMainWrapper {
        position: static;
        height: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #mainMenu {
        display: block;
        margin: 0 auto;
        width: auto;
    }
    #logo {
        float: none;
        width: auto;
        text-align: center;
    }
    #headerRight {
        float: none;
        width: auto;
        text-align: center;
        margin-top: -80px;
    }
    #headerWrapper {
        margin-bottom: 0;
    }
    #headerRight ul {
        float: none;
    }
    #headerRight .search-top-header {
        float: none;
        margin-top: 20px;
    } 
    #mainMenu ul li {
        display: block;
        float: none;
        line-height: 40px;
        border-top: 1px solid #ffffff;
        position: relative;
    }
    #mainMenu ul li.pull-right {
        float: none !important;
        display: block !important;
    }
    #mainMenu ul li.hideHead {
        display: none !important;
    }
    #mainMenu ul li a {
        color: #555555;
        display: block;
        font-size: 1.2em;
        text-transform: uppercase;
        padding: 0px 20px;
        background: #f6f6f6;
        position: relative;
    }
    #mainMenu ul.dropdown-menu li a {
        display: block;
        padding: 0px 20px 0px 30px;
        line-height: 40px;
    }
    #mainMenu .dropdown-menu {
        position:static;
        width: 100%;
        left: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    } 
    #mainMenu ul.dropdown-menu li ul li a {
        padding: 0px 20px 0px 40px;
    }
    #mainMenu .dropdown-menu.collapse {
        display: block;
        float: none;
    }
    #mainMenu .dropdown-submenu > a:after {
        display: none;
    }   
    #mainMenu .dropdown-menu.header-dropdown {
        padding: 0;
        float: none;
    }
    #mainMenu #currency-header,  #mainMenu #language-header,  #mainMenu #cart-header {
        padding: 20px;
    }
    #mainMenu .button {
        padding: 0;
        margin: 0;
        display: inline-block;
        padding: 0 10px;
        line-height: 30px;
        height: 30px;
    }
    #mainMenu #cart-header li {
        border: none;
        border-bottom: 1px solid #666666;
    }
    #mainMenu #currency-header li,  #mainMenu #language-header li {
        border: none;
        line-height: 20px;
        margin: 2px 0;
    }
    #mainMenu #cart-header li a {
        background: none;
        color: #efefef;
        padding: 0;
    }
    #mainMenu #currency-header li a,  #mainMenu #language-header li a {
        padding: 2px 4px;
        background: none;
        font-size: 1em;
        color: #efefef;
        display: inline-block;
    }
    #mainMenu #currency-header li a:hover,  #mainMenu #language-header li a:hover {
        background: #ff6666;
        color: #efefef;
    }
    #mainMenu #currency-header li a.active,  #mainMenu #language-header li a.active {
        padding: 2px 4px;
        background: #ff6666;
        color: #efefef;
    }
    #mainMenu #loginForm input.button {
        top: -1px;
        font-size: 1.2em;
    }
    #login-header {
        padding: 20px;
    }    
.footerBoxHeading {
    display:block;
    color: #666666;
    font-weight: 400;
font-size: 1.2em;
    margin: 40px 0 10px 0;
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
    position: relative    
}
.footerBoxHeading:before {
    content: "";
    border-bottom: 1px solid #ffffff; 
    display: block;
    width: 100%;
    position: absolute;
    top: 1px;   
}
.footerBoxHeading span {
    position: absolute;
    padding: 2px 0;
    bottom: -1px;
    border-bottom: 2px solid #ff6666;
}

    #footerCopyright {
        float: none;
        width: auto;
        text-align: center;
    }
    #navSuppWrapper {
        float: none;
        width: auto;
        text-align: center;
    }
    #navSuppWrapper ul {
        float: none;
    }
    .collapse {
        height: 0;
        overflow: hidden;
    }
    #mainMenu ul.dropdown-menu li a:hover {
        background: #555555;
    }
    #topMobileMenu {
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0px 20px;
        background: #ff6666;
        color: #ffffff;
        font-size: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;   
        cursor: pointer;
    }
    #topMobileMenu span.icon-reorder {
        line-height: 40px;
    }
    #topMobileMenu.collapsed:hover {
        background: #555555;
        color: #ffffff;
    }
    #topMobileMenu.collapsed {
        background: #ff6666;
        color: #ffffff;
    }
    #mainMenu .dropdown-menu a {
        background: #f6f6f6;
        color: #444444;
    }
    .headerCollapsible {
        position: absolute;
        color: #444444;        
        top: 0px;
        right: 0px;
        cursor: pointer;
        display: table-cell;
        width: 40px;
        height: 40px;
        vertical-align: middle;
        text-align: center;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;        
    }
    .headerCollapsible:before {
        content: "\f068";
        font-family: "FontAwesome";
    }         
    .headerCollapsible.collapsed {
        background: #f6f6f6;
        color: #444444;     
    }
    .headerCollapsible.collapsed:before {
        content: "\f067";
        font-family: "FontAwesome";
    }    
    .headerCollapsible:hover {
    }
    #productsInfoAddCart, #productsInfoPriceWrapper {
        float: none;
        width: auto;
        text-align: left;
        margin: 0;
    }
    #productsInfoAddCart {
        margin-top: 20px;
    }
    .messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
        display: block;
        margin: 10px auto;
        width: 724px;       
    } 
    #mainWrapper .messageStackWarning, #mainWrapper .messageStackError, #mainWrapper .messageStackSuccess, #mainWrapper .messageStackCaution {
        width: auto;
    }     

}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #mainSection {
        width: auto;
        margin: 0;
    }
    #topMobileMenu {
        margin: 0 -20px;
    }
    #mainMenu {
        margin: 0 -20px;
    }    
    .productInfoRight {
        margin-top: 20px;
    }
    .productList {
        padding: 20px 0px;
    }
    .productList .listingProductsDetails {
        text-align: center;
    }
    #indexProductList .grid-list {
        float: none;
    }
    .productsGridWrapper .gridItem {
        width: 49%;
    }
    #indexProductList label.filterLabel {
        display: none;
    }
    #indexProductList #filterForm {
        float: none;
    }
    #navSuppWrapper {
        text-align: center;
        margin-bottom: 10px;
    }
    #footerWidgetOutterWrapper {
        padding: 0 20px;
        margin: 0 -20px;
    }
    #contactFooterContent textarea.m-wrap {
        width: 256px;
        resize: none;
        display: block;
    }
    #contactFooterContent input[name="contactname"] {
        width: 116px;
        float: left;
        margin-right: 10px;
    }
    #contactFooterContent input[name="email"] {
        width: 116px;
        float: none;
        margin: 0px;
    }    
    h2.centerBoxHeading {
        padding-right: 60px;
    }
    #featuredProducts, #specialsDefault, #whatsNew, #alsoPurchased {
        max-width: 590px;
        margin: 0 auto;
    }
    #textGreeting {
        text-align: center;
    }   
    #navMain ul {
        float: none;
    }
    #navMainWrapper {
        border: none;
        margin: 0 -20px;
        padding: 0px 20px;
    }
    #logo {
        text-align: center;
        float:none;
    }
    .gridItemInner {
        display: inline-block;
    }
    .productList .indexProductsImageHolder {
        display: inline-block;
    }
    .search-top-header {
        float: none;
        text-align: center;
        margin-top: 20px;
    }
    #productsInfoAddCart, #productsInfoPriceWrapper {
        text-align: center;
    }   
    .productList .listingProductImageInner {
        display: inline-block;
    }
    .messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
        display: block;
        margin: 10px auto;
        width: auto;       
    }    
    .listingProductImage {
        display: inline-block;
    }
    .indexProductsInner .listingProductImage {
        display: block;
    }    
}
/* Landscape phones and down */
@media (max-width: 480px) {
    .productInfoRight {
        text-align: center;
    }   
    #productAttributes {
        text-align: left;
    }
    .qty-box {
        margin: 10px;
    }
    .button, input.button {
        margin: 10px 0;
    }
    .search-top-header button.button {
        margin: 0;
    }    
    .productsGridWrapper .gridItem {
        width: 100%;
        margin: 20px 0;
    }
    .navSplitPagesLinks, .navSplitPagesResult {
        float: none;
    }
    .breadcrumb span.start {
        display: none;
    }
    fieldset input.m-wrap, select.m-wrap {
        width: 150px;
    }
    .alert {
        display: block;
    }
    .media .pull-left { 
        float: left;
    }
    .big-control-nav {
        display: none;
    }
    .big-direction-nav .big-prev {top: 25%}
    .big-direction-nav .big-next {top: 25%} 
    #manufacturersIndex {
        max-width: 234px;
        margin: 0 auto;
    }
    #textGreeting {
        font-size: .9em;
    }
    .search-top-header input[type="text"].m-wrap:focus {
        border: 1px solid #ff6666 !important;
        border-right: none !important;
    }   
    #checkoutShipping .button, #checkoutPayment .button{
        padding: 0 10px;
    }
    #productMainImage img {
        margin: 0 auto;
        width: 100%;
    }
    #mainContainer {
        margin-top: 0;
    }
    #headerBanner {
        display: block;
        margin:-14px 0px;
padding-top: 20px;
    }
    #featuredProducts, #specialsDefault, #whatsNew, #alsoPurchased {
        max-width: 390px;
        margin: 0 auto;
    }

}
@media (max-width: 479px) {
    #slideshow {
        display: block;
    }
    #cartContentsDisplay .cartQuantity input.m-wrap {
        width: 20px !important;
    }
    #checkoutShipping textarea, #checkoutPayment textarea {
        width: 180px
    }
    #contactFooterContent textarea.m-wrap {
        width: 90%;
        resize: none;
        margin-top: 10px;
    }
    #contactFooterContent input[name="contactname"] {
        width: 90%;
        float: none;
        margin-right: 0px;
    }
    #contactFooterContent input[name="email"] {
        width: 90%;
        float: none;
        margin: 0px;
    }  
    #indexDefaultHeading {
        font-size: 1.6em;
    }     
}   
/*Very small phone*/
@media (max-width: 320px) {
    fieldset input.m-wrap, select.m-wrap {
        width: 120px;
    }
    #featuredProducts, #specialsDefault, #whatsNew, #alsoPurchased {
        max-width: 188px;
        margin: 0 auto;
    }
    .button {
        margin: 10px;
    }
}