/**
 * Template designed by 12leaves.com
 * 12leaves.com - Free ecommerce templates and design services
 *
 * 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 $
 */

body {
    margin: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 0.72em;
    color: #333333;
    line-height: 17px;
    /*background: url("../images/body_bg.gif") repeat left top;*/
    padding: 0;
}

.body-wrapper {
    /*background: url("../images/body_top_bg.gif") repeat-x left top;*/
    padding: 20px 0 0;
}

#header_bg {
    text-align: center;
}

a img {
    border: none;
}

a:link {
    color: #0088cc;
    text-decoration: none;
}

#navEZPagesTop ul li a {
    color: #525151;
}

a:visited {
    color: #0088cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#navEZPagesTop ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    text-decoration: underline;
}

a:active {
}

.blue-link a {
    color: #0075e2;
}

.columnLeft a, .columnRight a {
    text-decoration: none;
}

.columnLeft a:hover, .columnRight a:hover {
    text-decoration: underline;
}

#columnCenter {
    padding: 0;
}

h1 {
    font: bold 23px Arial;
    color: #4E637E;
    padding: 0 0 2px 0px;
    margin: 0 0 8px 0 !important;
}

h2 {
    font: bold 18px arial;
    padding: 15px 0 5px 0 !important;
    display: block;
}

h3 {
    font-size: 1.2em;
    padding-bottom: 10px;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger {
    font-size: 1em;
}

.biggerText {
    font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.3em 0;
}

CODE {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 1em;
}

FORM, SELECT, INPUT {
    /*	display: inline;*/
    font-size: 12px;
}

FORM {
    margin: 1px 0;
    padding: 0;
}

TEXTAREA {
    margin: auto;
    display: block;
    width: 95%;
}

/* Only for IE7*/
* + html FIELDSET {
    padding: 13px;
    margin: 3px 0 12px 0;
    border: 1px solid #d6d6d6;
}

/* /Only for IE7*/

FIELDSET {
    padding: 7px 13px 13px 13px;
    margin: 10px 0 17px 0;
    border: 1px solid #d6d6d6;
}

LEGEND {
    font: bold 13px arial;
    padding: 2px 10px 3px;
    margin: 0 0 8px 0;
    color: #ffffff;
    background: #999999;
    text-shadow: 1px 1px #888888;
}

LABEL {
    padding: 0.2em;
    line-height: 23px;
}

h4.optionName {
    padding: 0;
    margin: 0;
    width: 100px;
    font: bold 11px verdana;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
    margin: 0.5em 0.3em;
}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
}

.categoryListBoxContents a {
    text-decoration: none !important;
    color: #333;
    font: bold 12px Arial;
}

.categoryListBoxContents a:hover {
    text-decoration: underline !important;
}

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;
}

#checkoutPayment LABEL.radioButtonLabel {
    font-weight: bold;
}

P, ADDRESS {
    padding: 0.5em;
}

ADDRESS {
    font-style: normal;
}

.clearBoth {
    clear: both;
}

.clearRight {
    clear: right;
}

HR {
    height: 1px;
    margin: 5px 0;
    border: none;
    border-bottom: 1px solid #e4e4e4;
}

.dotted-line {
    height: 1px;
    background: url("../images/dotted_line.gif") repeat-x 0 0;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.list-style-none {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.inline-list li {
    float: left;
    padding: 0 0 0 12px;
}

.align-center {
    margin: auto !important;
    text-align: center !important;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
    line-height: 1.8em;
    padding: 7px;
    margin: 20px 20px;
    border: 1px solid #9a9a9a;
}

.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
    display: none;
}

.messageStackWarning, .messageStackError {
    background: #ffecdd url("../images/icons/warning.gif") no-repeat 8px 10px;
    color: #960000;
    border: 1px solid #f8d5c8;
    padding-left: 30px;
}

.messageStackError {
    background: #ffecdd url("../images/icons/error.gif") no-repeat 8px 10px;
}

.messageStackSuccess {
    background: #e0f8b6 url("../images/icons/success.gif") no-repeat 8px 10px;
    color: #000000;
    border: 1px solid #d0e46e;
    padding-left: 30px;
}

.messageStackCaution {
    background: #ffebc2 url("../images/icons/warning.gif") no-repeat 8px 10px;
    color: #000000;
    border: 1px solid #fbcec9;
    padding-left: 30px;
}

/*wrappers - page or section containers*/
.mainWrapper {
    text-align: left;
    vertical-align: top;
}

#header_wrapper {
    margin: auto;
    text-align: left;
    vertical-align: top;
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    margin: 0em;
    padding: 0em;
}

#contentMainWrapper {
    padding: 6px 0 5px 0;
}

.topper-menu ul {
    padding-right: 2px;
}

.topper-menu li {
    font: 11px arial;
    float: left;
    margin: 5px 1px 6px 16px;
}

#logoWrapper {
    height: 58px;
}

#logo {
    padding: 0 9px 0 0;
}

#navColumnOneWrapper, #navColumnTwoWrapper, .mainWrapper {
    margin: auto;
}

#navColumnOneWrapper, #navColumnTwoWrapper {
    margin: 0;
}

#tagline {
    float: left;
}

#tagline_header {
    border-left: 1px solid #dddddd;
    font: bold 20px arial;
    color: #888888;
    margin: 0.7em 1em;
    padding: 0 0 0 1em;
}

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

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
    margin: 0 0 10px;
    width: 46%;
    padding: 5px;
}

.wrapperAttribsOptions {
    margin: 0.3em 0em;
}

/*navigation*/

.current {
    font-size: 12px;
    padding: 2px 5px;
    border: 1px #dddddd solid;
}

.navSplitPagesLinks, .navSplitPagesResult {
    padding: 8px 0 8px 3px;
}

.navSplitPagesLinks a, .navSplitPagesLinks a:visited {
    color: #25449E;
    font: normal 12px arial;
    text-decoration: underline;
    padding: 2px 6px;
    margin: 0 -3px;
}

.navSplitPagesLinks a:hover {
    padding: 2px 5px;
    text-decoration: none;
    color: #333333;
    background: #e9eaea;
    border: 1px #dddddd solid;
}

.navNextPrevCounter {
    margin: 0em;
    font-size: 0.9em;
}

.navNextPrevList {
    display: inline;
    white-space: nowrap;
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin: 0em;
    padding: 0.5em 0.2em;
    font-weight: bold;
    height: 1%;
}

#navSuppWrapper {
    /*	border-top: 1px solid #cecece;	*/
    margin: 0 0 0 0;
    padding: 3px 0 12px 0;
}

#navCatTabsWrapper {
    background-color: #ffffff;
    color: #9a9a9a;
    background-image: none;
    clear: both;
}

#navMain ul, #navCatTabs ul {
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
    text-align: center;
    line-height: 1.5em;
}

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

.footer-links li {
    font: normal 11px arial;
    float: left;
    margin: 0 2px 0 12px;
}

#navMain ul li a, #navCatTabs ul li a {
    text-decoration: none;
    padding: 0em 0.5em;
    margin: 0;
    color: #ffffff;
    white-space: nowrap;
}

.legalCopyright {
    float: left;
}

#navCatTabs ul li a {
    color: #9a9a9a;
}

#navEZPagesTOCWrapper {
    font-weight: bold;
    float: both;
    height: 1%;
}

#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: 0.5em;
}

#navMainSearch {
    float: right;
}

#navBreadCrumb {
    padding: 5px 8px;
    font: 11px Arial;
    margin: 5px 0 3px;
    color: #A5A5A5;
    border: 1px solid #E7E7E7;
    background: #F5F5F5;
}

#navBreadCrumb a {
    color: #A5A5A5;
    text-decoration: none;
}

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

#top_nav {
    background: url("../images/top_menu_left_bg.gif") no-repeat 0 0;
    font: bold 1.083em/14px Tahoma;
    margin: 0;
    float: left;
    padding-left: 2px;
}

#tab_nav a {
    color: #474845;
    text-decoration: none;
}

#tab_nav li {
    float: left;
}

#tab_nav li + li {
    background: url("../images/menu_delim_left.gif") no-repeat scroll left 0px transparent;
    padding-left: 1px;
}

#tab_nav li:hover {
    background-position: left -35px;
}

#tab_nav li a {
    display: block;
    padding: 9px 16px 10px;
    outline: none;
    color: #FFF;
    background: url("../images/menu_delim_right.gif") no-repeat scroll right 0 transparent;
    text-shadow: 1px 1px #732608;
}

#tab_nav li a:hover {
    background-position: right -35px;
    color: #fff3a5;
}

#tab_nav li.tab_active {
    font-weight: bold;
    background-position: left -35px;
}

#tab_nav li.tab_active a {
    background-position: right -35px;
    color: #fff3a5;
}

#tab_nav li.home-link {
}

#tab_nav li.home-link a {
    display: block;
    padding-left: 20px;
}

#tab_nav li.home-link:hover a {
    background-position: left 0px;
}

#login_logout_section {
    font: normal 12px arial;
    color: #979797;
    white-space: nowrap;
    _width: 1%;
    height: 18px;
    padding: 9px 12px 0 16px;
    margin-top: 13px;
}

#login_logout_section a {
    color: #0075e2;
}

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

.top-nav-right {
    background: url("../images/top_nav_right_bg.gif") no-repeat right top;
    height: 36px;
    width: 6px;
    float: right;
}

.top-nav-left {
    background: url("../images/top_nav_left_bg.gif") no-repeat left top;
    height: 36px;
    width: 6px;
    float: left;
}

.tools-nav-right {
    height: 31px;
    width: 2px;
    float: right;
}

.tools-nav-left {
    height: 31px;
    width: 2px;
    float: left;
}

#search-panel {
    background: url("../images/main_header_bg_right.gif") no-repeat right 0;
    display: inline-block;
    width: 100%;
    height: 42px;
}

.line-header {
    font: 1px arial;
    margin: 0 4px;
}

.search-header-input {
    background: url("../images/search_header_bg.gif") no-repeat scroll left top transparent;
    float: left;
    height: 2.333em;
    padding: 0.083em 0 0 0.333em;
}

.search-header input:focus {
    background: none;
}

.advanced_search {
    padding: 0 6px 2px 0;
    margin: 9px 0 0 14px;
}

.advanced_search a, .advanced_search a:visited {
    font: 12px Arial;
    text-decoration: none !important;
    color: #fff;
    padding: 0 7px 0 0;
    background: url("../images/arrow_small.gif") no-repeat right center;
}

.advanced_search a:hover {
    text-decoration: underline !important;
}

.cart-header {
    margin: 0 auto !important;
    padding: 0;
}

.cart-header span {
    font-weight: normal;
    line-height: 30px;
}

.cart-header span, .cart-header a {
    font-weight: bold;
}

.cart-header a:link, .cart-header a:visited {
    text-decoration: none;
}

.cart-header a:link:hover {
    text-decoration: underline;
}

.cart-icon {
    width: 55px;
    height: 30px;
    margin: 1px 10px 0 0;
}

.full {
    background: url("../images/cart_full_icon.gif") no-repeat right 35%;
}

.empty {
    background: url("../images/cart_empty_icon.gif") no-repeat right 35%;
}

.td-search-header {
    width: 313px;
}

.td-languages {
    width: 303px;
    text-align: right;
    padding: 1px 1px 0 0;
}

.languages-wrapper {
    float: right;
}

.languages-wrapper select, .languages-wrapper {
    font: 11px arial !important;
}

.languages-wrapper select {
    height: 18px;
}

.languages-wrapper form {
    float: right;
}

.languages-wrapper label {
    padding: 3px 0;
    line-height: 17px !important;
}

/* /Tools section styles */

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

.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .specialsListBoxContents {
    margin: 0 !important;
}

.c-product-wrp {
    border: 1px solid #ebebeb;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    background: #ffffff url("../images/prod_bg.gif") repeat-x 0 bottom;
    padding: 4px 6px;
    margin: 2px;
    min-height: 190px;
}

#specialsListing .specialsListBoxContents {
    padding: 20px 0;
}

#specialsListing .specialsListBoxContents img {
    max-width: 90%;
}

.columnar-product-info {
    /* 	height: 164px; */
    margin-bottom: 5px;
}

.columnar-product-img {
    min-height: 108px;
    text-align: center;
}

.columnar-product-img img {
    max-height: 120px;
}

.product-box-name {
    padding: 2px 0 1px;
}

.centerColumn .detail-link, .detail-link:visited {
    background: url("../images/blue_arrows.gif") no-repeat right 4px;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 10px 0 0 !important;
    text-align: center !important;
    text-decoration: none;
}

.detail-link:hover {
    text-decoration: underline !important;
}

#specialsListing .productPriceDiscount, .centerBoxWrapper .productPriceDiscount {
    display: none;
}

#productDescription, .shippingEstimatorWrapper {
    font-size: 13px !important;
    padding: 0.2em;
}

#productDescription p {
    padding-left: 0;
}

.left-side-info {
    width: 180px;
    vertical-align: top;
}

#productAttributes {
    padding: 8px 11px;
    margin: 8px 0;
    background: #f8f8f8;
    border: 1px solid #ededed;
}

.attributesComments {
    background: #f0f0ee;
    border-bottom: 1px solid #e7e7e0;
    margin: 10px -11px;
    padding: 4px 5px;
}

#productDetailsList {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 6px 0 0 0;
    width: 90% !important;
}

.product-info-label {
    font: 11px arial;
    color: #777777;
}

.alert {
    color: #FF0000;
    margin-left: 0.5em;
}

.advisory {
}

.important {
    font-weight: bold;
}

.notice {
}

.rating {
}

.gvBal {
    float: right;
}

.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
    padding: 0.8em;
}

.centerColumn {
    padding: 0 0 3px;
}

#productGeneral h1#productName {
    color: #626262;
    font: 20px Arial;
    margin-left: 5px !important;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
    font-size: 0.9em;
}

#siteinfoIP {
    float: left;
}

.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, .specialsListBoxContents a, .centerBoxContentsSpecials a:visited, .centerBoxContentsAlsoPurch a:visited, .centerBoxContentsFeatured a:visited, .centerBoxContentsNew a:visited, .specialsListBoxContents a:visited {
    font: 11px arial;
    text-decoration: none;
}

.centerBoxContentsSpecials a:hover, .centerBoxContentsAlsoPurch a:hover, .centerBoxContentsFeatured a:hover, .centerBoxContentsNew a:hover, .specialsListBoxContents a:hover {
    text-decoration: underline;
}

/* Cart popup */
.cart-dropdown-wrapper {
    position: absolute;
    width: 230px;
    z-index: 6000;
    margin: -52px 0 0 4px;
    right: 0;
}

.cart-header .cart-dropdown-wrapper {
    color: #444444;
    line-height: 16px;
}

.cart-tab-wrapper {
    margin: 0;
    background: #dddddd;
    border-right: 1px solid #bbbbbb;
    border-left: 1px solid #ffffff;
    height: 0px;
}

.cart-dropdown-wrapper .content-wrapper {
    padding: 4px;
    background: #fff;
    text-align: left;
}

.cart-dropdown-wrapper .content-wrapper span {
    font: normal 11px arial;
}

.cart-scrolling-wrapper {
    padding: 7px 10px;
    border: 1px solid #EAEAEA;
    border-color: #DDDDDD #EAEAEA #EAEAEA #DDDDDD;
    height: 150px;
    background: #F9F9F7;
    overflow-x: hidden;
    overflow-y: auto;
}

.cart-scrolling-wrapper li {
    padding: 4px 0 !important;
}

.popup-cart-link-box {
    padding: 6px 3px 3px 3px;
    text-align: center;
}

.popup-cart-link-box a, .popup-cart-link-box a:link, .popup-cart-link-box a:visited {
    color: #25449E;
    margin: 0 1px;
    padding: 1px 11px 1px 6px;
    text-decoration: none;
    text-shadow: none;
    background: url("../images/blue_arrows.gif") no-repeat scroll 100% 6px transparent;
}

.popup-cart-link-box a:hover {
    text-decoration: underline;
}

.popup-border {
    border: 1px solid #BEBEBE;
    border-color: #E1E1E1 #BEBEBE #BEBEBE #E1E1E1;
}

.cart-dropdown-wrapper .cartBoxEmpty {
    padding: 65px 0 0 0;
    text-align: center;
    color: #444444;
}

/* /Cart popup*/

.td-search-header {
    width: auto;
    margin: 2px 0 0 4px;
}

.cart-header-wrapper {
    text-align: right;
    padding: 0 3px 0 0;
    margin-top: 14px;
    margin-left: 5px;
    float: right;
    background: url("../images/top_tools_delim.gif") no-repeat left 5px;
}

.language-popup-links {
    text-transform: capitalize;
    padding: 2px 0;
}

#langPopup img {
    width: 16px;
    height: 10px;
}

.languages-wrapper {
    font: 11px arial, tahoma !important; /*em*/
    margin: 12px 20px 0 2px;
    /*	position: relative; */
    z-index: 3000;
    height: 15px;
}

.languages-wrapper form {
    float: right;
}

.languages-wrapper a, .languages-wrapper a:visited {
    color: #888888;
    text-decoration: none;
}

.languages-wrapper a:hover {
    text-decoration: underline;
}

.nav-languages {
    max-width: 210px;
}

.nav-languages a {
    padding: 0px 5px 2px;
    display: inline-block;

}

/*Shopping Cart Display*/
#cartAdd {
    float: right;
    text-align: center;
    margin: 1em;
    border: 1px solid #e2e2e2;
    background: #f8f8f8;
    padding: 1em;
}

.tableHeading TH {
    border-bottom: 1px solid #ddd;
    background: #F3F3F3;
}

#shippingDiscounts {
    padding-right: 2.5em;
    font-weight: bold;
    text-align: right;
}

#shippingDiscounts h2 {
    margin-top: 0;
}
#cartSubTotal {
    border-top: 1px solid #d9d9d9;
    font-weight: bold;
    line-height: 1.2em;
    padding-right: 2.5em;
}

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

.cartProductDisplay, .cartAvailableDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartModelDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
    padding: 0.5em 0em;
}

#orderSearch {
    font-size: 16px;
    padding: 5px 10px 5px;
    border: 1px solid #ddd;
}

#openOrdersResultDisplay {
    color: #8A0A0A;
    margin-top: 0;
    padding: 0;
    float:right;
    margin-bottom: -100%
}

#invoicesAndOrders {
    padding-top: 0;
    margin-top: 0;
}

.cartUnitDisplay, .cartTotalDisplay {
    text-align: right;
    padding-right: 0.2em;
}


/* rows matched by search by stock code*/
.recordsTable > tbody > tr > td > table > tbody > tr.itemSearchFilterMatch:nth-child(2n),
.recordsTable > tbody > tr > td > table > tbody > tr.itemSearchFilterMatch {
    background-color: #eeff00;
}


.highlightText {
    -moz-border-radius: 2px;    /* Firefox 3.6-, removed in Firefox 13 */
    -webkit-border-radius: 2px; /* Safari 4-, Chrome 3- */
    border-radius: 2px;     /* Firefox 4+, Safari 5+, Chrome 4+, Opera 10.5+, IE9+ */
    background-color: lightyellow;
    border: 1px #333 solid;
    box-shadow: 1px 2px 3px rgba(0,0,0,.5);
    font-size: 105%;
    padding:2px;
}

#scUpdateQuantity {
    width: 2em;
}

#scOnOrderHeading {
    min-width: 58px;  /* this is to fix long header text requested by Scott in this header title --kevin -2023-05*/
}

/*.cartQuantity {*/
/*    width: 4.7em;*/
/*}*/

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

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

#cartBoxListWrapper a {
    color: #25449E;
}

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

.cartRemoveItemDisplay {
    width: 3.5em;
}

.cartAttribsList {
    margin-left: 1em;
}

.cartContentsDisplay {
    width: 100%;
}

.cartContentsDisplay a {
    color: #25449E;
    text-decoration: underline;
}

.cartContentsDisplay a:hover {
    text-decoration: none;
}

.cartContentsDisplay th {
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
}

#mediaManager {
    width: 50%;
    margin: 0.2em;
    padding: 0.7em;
    background: #FCFCEA;
    border: 1px solid #F3ECD9;
}

#mediaManagerHeading {
    margin-top: 5px;
    padding-top: 0 !important;
}

.mediaTitle {
    float: left;
}

.mediaTypeLink {
    float: right;
}

.normalprice, .productSpecialPriceSale {
    text-decoration: line-through;
    color: #757575;
}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .central-boxes-price {
    color: #990000;
    font: bold 12px Arial;
}

#productPrices, #reviewsInfoDefaultPrice {
    font: bold 16px arial;
    color: #a30101;
    margin: 0 0 6px 0;
    display: block;
}
/*Either price or discount price--kevin*/
#productPricesFloat, #reviewsInfoDefaultPrice {
    font: bold 16px arial;
    color: #a30101;
    margin: 0 0 6px 0;
    display: block;
    float: left;
}

.orderHistList {
    margin: 0;
    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: bold;
    color: #fff;
    line-height: 30px;
}

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

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

.amount {
    width: 5.5em;
}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
    margin: 0px 15px 15px 10px;
}

.categoryIcon {
}

#cartImage {
    margin: 0.5em 1em;
}

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

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

.centerBoxWrapper {
    height: 1%;
    padding: 0 0px 10px 0px;
    margin: 0 0 10px;
    background: url("../images/main_sidebox_right.gif") no-repeat right 0;
}

h2.centerBoxHeading {
    font: bold 1.167em Arial;
    color: #1d1c1c;
    border-bottom: none;
    background: url("../images/main_sidebox_left.gif") no-repeat left 0;
    padding: 9px 0 7px 12px !important;
    text-shadow: 1px 1px #d7d6d2;
}

a.view, a.view:link, a.view:visited {
    font: 0.857em arial;
    color: #424242 !important;
    float: right;
    margin: 0 10px 3px 0;
    padding-right: 7px;
    background: url("../images/arrow_view.gif") no-repeat right center;
}

.centerBoxWrapper h2 {
    margin: 0 0 4px !important;
}

/*sideboxes*/
.columnLeft {
    padding: 0 9px 0 0;
}

.columnRight {
    padding: 0 0 0 9px;
}

h3.leftBoxHeading, h3.rightBoxHeading {
    font: bold 12px arial;
    color: #FFF;
    background: url("../images/sidebox_header_right.gif") no-repeat right top;
    padding: 8px 0 0;
    height: 22px;
    text-shadow: 1px 1px #5c1106;
}

h3.leftBoxHeading a:link, h3.rightBoxHeading a:link, h3.leftBoxHeading a:visited, h3.rightBoxHeading a:visited {
    font: normal 1em arial;
    color: #fff;
    text-decoration: none;
}

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

.sidebox-header-left {
    background: #e5e9e9 url("../images/sidebox_header_left.gif") no-repeat left top;
    padding: 0 0 0 11px;
}

.sidebox-header-right {
    background: #e5e9e9 url("../images/sidebox_header_left.gif") no-repeat left top;
    padding: 0 11px 0 0;
}

.main-sidebox-header-left {
    padding: 0 0 0 11px;
    border: none;
}

.leftBoxHeading, .rightBoxHeading {
    margin: 0em;
    padding: 0.50em 0.3em 0.36em 0;
}

.leftBoxHeading label, .rightBoxHeading label {
    line-height: 16px;
    padding: 0;
}

.leftBoxContainer, .rightBoxContainer {
    margin: 0 0 8px 0;
    padding: 0;
}

#categories.leftBoxContainer,
#categories.rightBoxContainer {
    background: none;
}

#categoriesContent {
    border: 1px solid #e4e4e4;
    margin: 0;
    padding: 3px 8px 10px 0px;
    background: #f7f5f3;
}

.categories-top-list {
    padding-left: 3px;
}

.sideBoxContent {
    padding: 10px 12px;
    margin: 0;
    border: 1px solid #e4e4e4;
    border-width: 0 1px 1px;
}

.sideBoxContent a, .sideBoxContent div, .rightBoxContainer div, .leftBoxContainer div {
    font: normal 11px arial, verdana;
    color: #242424;
    line-height: 1.545em;
}

.sidebox-products {
    display: block;
    color: #d5002e !important;
    padding: 2px;
}

#shoppingcartContent {
    background: #f7f7f7 !important;
}

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
    color: #FFFFFF;
}

.centeredContent, .cartAvailableDisplay, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    text-align: center;
}

.additionalImages a {
    text-decoration: none;
}

#bestsellers .wrapper {
    margin: 0;
}

#bestsellers li {
    background: url("../images/arrow_black.gif") no-repeat 1px 7px;
    padding: 1px 0 6px 11px;
    line-height: 15px !important;
}

#bestsellers li a {
    line-height: 15px !important;
}

#bestsellers ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#upProductsHeading {
    text-align: left;
}

#upDateHeading {
    text-align: right;
}

/* categories box parent and child categories */

A.category-top-expanded {
    display: inline-block;
    font: bold 12px arial;
    text-decoration: none;
    padding: 0 0 0 13px;
    background: url("../images/arrow_down.gif") no-repeat 0 4px;
    color: #444;
}

A.category-top-unexpanded {
    display: inline-block;
    font: bold 12px arial;
    text-decoration: none;
    padding: 0 0 0 13px;
    background: url("../images/arrow.gif") no-repeat 0 4px;
    color: #444;
}

A.category-subs-with-child-unexpanded {
    display: inline-block;
    font: bold 12px arial;
    text-decoration: none;
    padding: 0 0 0 10px;
    background: url("../images/arrow.gif") no-repeat 0 4px;
    color: #0a7e9a;
}

A.category-subs-with-child-expanded {
    display: inline-block;
    font: bold 12px arial;
    text-decoration: none;
    padding: 0 0 0 10px;
    background: url("../images/arrow_down.gif") no-repeat 0 4px;
    color: #0a7e9a;
}

#categoriesContent .category-links {
    padding: 0 7px;
}

A.category-links, A.category-links:visited {
    color: #444;
    text-decoration: none !important;
}

.categories-top-list a:hover, .categories-top-list a:visited {
    color: #444;
    text-decoration: none;
}

.categories-top-list + .categories-top-list {
    border-top: 1px solid #E5E5E5;
}

.categories-top-list {
    padding: 6px 2px 6px 10px;
}

.no-dots {
    background: none;
}

.sub-count {
    color: #aaaaaa;
    line-height: 12px !important;
}

.subcategory {
    padding: 0 0 6px 20px;
}

.subcategory a {
    font: 11px Arial;
}

.subcategory-product {
    padding: 0 0 6px 40px;
}

.subcategory-product a {
    font: 11px Arial;
}

a.category-subs, a.category-products, a.category-subs:visited, a.category-products:visited {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-word;
    display: inline-block;
    color: #0a7e9a;
    text-decoration: none;
    padding: 0 0 0 10px;
}

a.category-subs:hover, a.category-products:hover {
    text-decoration: underline;
}

SPAN.category-subs-parent {
    font-weight: bold;
}

SPAN.category-subs-selected {
    font-weight: bold;
}

/* end categories box links */

/*misc*/
.back {
    float: left;
}
.fullRow {
    width: 98%;
}
.forward, #shoppingCartDefault #PPECbutton {
    float: right;
}

.bold {
    font-weight: bold;
}

.rowOdd {
    background-color: #f4f4f4;
    height: 1.5em;
    vertical-align: top;
}

.rowEven {
    background-color: #fdfdfd;
    height: 1.5em;
    vertical-align: top;
}

.hiddenField {
    display: none;
}

.wishlistHeader {
    float: left;
    position: relative;
    top: 10px;
    left: 4px;
    margin-bottom: 0 !important;
}

.wishlistSelector {
    float: right;
    position: relative;
    top: 16px;
    left: -5px;
    margin-bottom: 0 !important;
}

.addProductInsertNote {
    margin-top: 2px;
}

.addToCartText {
    color:#a30101;
    padding:0;
    margin: 2px;
}

.emailTable {
    text-align: left;
}
.emailTable th, .emailTable td {
    padding: 5px;
}

.visibleField {
    display: inline;
}

CAPTION {
    /*display: none;*/
}

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

.accountTotalDisplay, .accountTaxDisplay {
    width: 20%;
    text-align: right;
}

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

TR.tableHeading {
    background-color: #dadada;
    height: 2em;
}

.productListing-rowheading {
    background: #F0F2F2;
    border: 1px solid #EAF0F5;
    height: 2em;
}

.productListing-rowheading th {
    border-bottom: 1px solid #EAF0F5;
    border-top: 1px solid #EAF0F5;
}

.tabTable {
    margin: 6px 0 4px 0;
}

.tabTable td {
    padding: 12px 8px;
    /*	text-align: left;*/
}

h3.itemTitle, .listingDescription {
    text-align: left;
    font-size: 12px;
}

.table-product-attributes a {
    text-decoration: underline;
    color: #333;
}

.table-product-attributes a:hover {
    text-decoration: none;
}

.more-info a {
    color: #25449E;
    text-decoration: none;
}

.more-info a:hover {
    text-decoration: underline;
}

.productListing-even {
    background-color: #fafafa;
}

.productListing-data {
    border-bottom: 1px solid #EAF0F5;
    vertical-align: top;
}

.productListing-data .itemTitle a {
    color: #444;
    text-decoration: underline;
}

.productListing-data .itemTitle a:hover {
    text-decoration: none;
}

#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: bold;
}

#seShipTo {
    padding: 0.2em;
}

.navNextPrevWrapper {
    padding: 5px 0 15px 0;
}

.home-banner {
    float: left;
    padding: 0 0 5px 0;
}

#bannerTwo, #bannerThree {
    margin: 0;
    padding: 0 0 5px 0;
}

#bannerOne {
    margin: 0;
    padding: 0;
}

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

#productQuantityDiscounts {
    padding: 12px 0;
    float: left;
}

@media screen and (max-width: 800px) {
    #productQuantityDiscounts {
        float: none;
        width: 50%; /* The width is 50%, when the viewport is 800px or smaller */
    }
}
#productQuantityDiscounts table {
    border: none;
    border-spacing: 0px !important;
    /*	border-collapse: collapse;*/
    margin: 0;
    background: #fafafa;
    font-size: 14px;
    width: 175%;
}

#productQuantityDiscounts table th {
    border: 1px solid #eeeeee;
    padding: 4px;
}

#productQuantityDiscounts table td {
    border: 1px solid #eeeeee;
    padding: 4px;
    font: bold 16px arial;
    text-align: center;
}

#productQuantityDiscounts table td.price {
    color: #a30101;
}

/* To move down text when customer logs in  */
#productDescriptionDetailPageDown, .shippingEstimatorWrapper {
    float:left;
    font-size: 13px !important;
    padding: 1em 0.2em 0.2em;
}

#productDescriptionDetailPage, .shippingEstimatorWrapper {
    font-size: 13px !important;
    padding: 7em 0.2em 0.2em;
}
/*======= Categories Dropdown ==========*/

#navCatTabsWrapper {
    background: #383838 url("../images/ezpages_bg.gif") repeat left top;
    height: 1%;
    padding: 0;
}

#navCatTabs {
    background: url("../images/top_nav_right_bg.gif") no-repeat right top;
    height: 1%;
}

#navCatDropdown {
    height: 1%;
    background: url("../images/top_nav_left_bg.gif") no-repeat left top;
    padding: 0 0.3em;
}

#navCatTabs ul li {
    display: block;
}

* html #navCatTabs ul li {
    display: inherit;
}

#navCatTabs ul li a {
    display: block;
    padding: 10px 9px;
    color: #eeeeee;
}

#navCatTabs ul li a:hover {
    color: #eeeeee;
}

.ul-wrapper {
    padding: 0 !important;
}

#navCatDropdown li {
    float: left;
    position: relative;
}

a.tab-category-top, a.tab-category-top:link, a.tab-category-top:visited {
    font: bold 12px arial;
    color: #fffee2 !important;
}

li.root-cat {
    background: url("../images/cat_tabs_separator.gif") no-repeat right center;
}

.root-cat a.selected-cat {
    font: bold 12px arial;
    color: #ffffff !important;
    background: #272727 url("../images/cat_tabs_separator.gif") no-repeat right center;
}

.sub-cat {
    float: none !important;
}

#navCatTabs .sub-cat a {
    font: normal 11px arial;
    padding: 0.2em;
    color: #333333;
    background: url("../images/dotted_line.gif") repeat-x left bottom;
}

#navCatTabs .sub-cat a:hover {
    color: #eeeeee !important;
    background: #555555;
}

.root-cat a:hover {
    background: #272727 url("../images/cat_tabs_separator.gif") no-repeat right center;
}

#navCatDropdown li ul {
    text-align: left;
    visibility: hidden;
    position: absolute;
    left: 0;
    padding: 0.5em;
    z-index: 50;
}

#navCatDropdown li:hover ul {
    min-width: 110px;
    visibility: visible;
    background-color: #ffffff;
    border: #e3e3e3 2px solid;
    /*	outline: #ffffff 1px outset;*/
    white-space: nowrap;
    z-index: 60;
}

/* only for IE7 */
* + html #navCatDropdown li ul {
    text-align: left;
}

* + html #navCatDropdown li ul li a {
    display: block;
}

/* /only for IE7 */
/*======= /Categories Dropdown ==========*/
#productMainImage a {
    text-decoration: none;
}

.sideBoxContentItem {
    padding-bottom: 10px;
}

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

.cartBox {
    float: left;
    display: block;
    width: 40px;
}

#cartBoxEmpty a:hover img {
    background-color: transparent;
}

#productAdditionalImages h2 {
    font: bold 14px arial;
    padding: 7px 12px !important;
    margin: 0 !important;
    border-bottom: 1px solid #e7e7e7;
    background: #f7f7f7;
}

#productAdditionalImages {
    margin: 10px 0 0 !important;
    border: 1px solid #e7e7e7;
}

.h-banners ul {
    width: 101%; /*for IE*/
}

.h-banners li {
    float: left;
    /*display: inline;*/
}

.h-banners li a img {
}

.h-banners {
    padding: 0 0 5px 0;
    overflow-x: hidden;
}

* + html .centerBoxWrapper {
    overflow-x: hidden;
    width: 99%;
}

.tools-wrp {
    position: relative;
    width: 100%;
}

#navColumnOneWrapper {
    position: relative;
    z-index: 15;
}

* + html .currency {
    z-index: 3000;
}

* + html .languages {
    z-index: 4000;
}

#bannerbox .sidebox-header-left, #bannerbox2 .sidebox-header-left {
    display: none;
}

#bannerboxContent, #bannerbox2Content {
    border: none;
    padding: 0 !important;
    background: none;
}

.shadow-wrp, .shadow-btm {
    background: #fff;
    padding: 1px 10px;
    border-radius: 1px 1px 0 0;

    /*box-shadow: 0 1px 5px #aaa;*/
    /*-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);*/
    /*-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);*/

}

.shadow-btm {
    /*border-top: 1px solid #c4bfad;*/
    border-radius: 0 0 1px 1px;
    margin-bottom: 15px;
    background: #eeedea;

    /*box-shadow: 0 2px 5px #aaa;*/
    /*-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);*/
    /*-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);*/
}

.main_menu_panel {
    background: url("../images/top_menu_right_bg.gif") no-repeat right 0;
}

.topper-menu {
    margin-top: 7px;
}

#indexDefaultMainContent {
    margin-bottom: 4px;
}

#purchaseHistoryTable tbody tr td:nth-child(even) {
    background: #F2F2F2;
}

#purchaseHistoryTable thead tr th {
    background: #bababa;
    text-shadow: none;
    color: #333333;
    border: 1px solid #ddd;
}


@media only screen and (min-width: 600px) {
    #purchaseHistoryTable {
        width: auto;
        margin: auto;
    }
}
@media only screen and (max-width: 600px) {
    #purchaseHistoryTable {
        white-space: nowrap;
        display: inline-block;
        overflow-x: auto;
    }
}

        .badgeboxContainer {
            display: flex;
            justify-content: center;
        }
        .badgebox {
            max-width: 80px;
            position: relative;
            overflow:hidden;
        .badge {
        &.blue{
             background:darkblue;
         }
        &.red{
             background: #E70000 !important;
         }
        &.green{
             background:darkgreen;
         }
        &.dbox{
             white-space: nowrap;
             position: absolute;
             padding: 0px 30px 0px 30px;
             /* min-width: 300px; */
             transform: rotate(-40deg) translate(-37%, 0);
             color: white !important;
             text-align: center;
             text-transform: uppercase;
             font-size: 7px;
             font-weight: bolder;
             top: -15px;
             box-sizing: border-box;
             text-shadow: -1px 1px 2px black;
         }
		 #pickupDate {
			width: 75px; /* Adjust width to fit 'mm/dd/yy' */
			text-align: center; /* Center the text for better alignment */
		}
		
		
		
		