html {
    min-height: 100%;
    margin-bottom: 1px
}

body {
    background-color: #fff;
    font-size: 12px;
    font-family: verdana,geneva,sans-serif;
    margin: auto;
    padding: 0
}

td {
    text-decoration: none;
    margin: 0
}

p {
    text-decoration: none;
    margin: 0 0 1em 0
}

form {
    text-decoration: none;
    margin: 0
}

p.topMargin {
    margin: 1em 0
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.repH1 {
    font-size: 2em
}

    .repH1 span {
        color: #cf0725;
        font-weight: 700;
        padding: 20px 0 15px;
        display: inline-block
    }

h2 {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0
}

.repH2 {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0;
    padding: 2px;
}

table caption {
    font-size: 1.2em;
    font-weight: 700
}

h3 {
    font-size: 1em;
    font-weight: 700;
    margin: 0
}

a {
    color: #000;
    text-decoration: none
}

    a:hover {
        color: #cf0725;
        text-decoration: none
    }

    a.highlight {
        color: #000;
        padding: 5px 0;
        margin-top: 5px;
        text-decoration: none
    }

    a.link {
        text-decoration: underline
    }

        a.link:hover {
            text-decoration: none
        }

    a.linked {
        text-decoration: underline
    }

.linked:link {
    text-decoration: underline
}

.linked:visited {
    text-decoration: underline
}

.linked:hover {
    color: #000
}

input {
    vertical-align: middle
}

    input[type=radio] {
        margin: 0 5px 3px 9px
    }

    input[type=checkbox] {
        margin: 0 5px 3px 9px
    }

    input[type=radio]:first-child {
        margin-left: 3px
    }

    input[type=checkbox]:first-child {
        margin-left: 3px
    }

    input.textBox {
        background-color: #fff;
        border: 1px solid #000;
        padding: 2px;
        width: 190px;
        height: 16px;
        margin: 0 3px 0 15px
    }

.quantityUpDown #Up {
    background: url(images/icons/plus.png) center no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    padding-right: 10px
}

.quantityUpDown #Down {
    background: url(images/icons/minus.png) center no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    padding-left: 10px
}

table.basket table.quantityUpDown td {
    border: none;
    padding: 0
}

table.quantityUpDown #Up {
    padding-top: 10px
}

table.quantityUpDown #Down {
    padding-top: 10px
}

.button {
    background-color: #071f31;
    color: #fff !important;
    cursor: pointer !important;
    border: none !important;
    white-space: nowrap;
    height: 21px;
    line-height: 21px;
    transition: background-color .1s ease;
    height: 45px;
    margin: 0;
    font-size: 15px;
    border-radius: 5px;
    font-weight: bold;
}


    .button:hover {
        color: #fff
    }

a.button {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    text-decoration: none
}

.button:active {
    position: relative;
    top: 1px
}

.goodCondition {
    color: green;
    padding-bottom: 3px
}

.warnCondition {
    color: orange;
    padding-bottom: 3px
}

.errorCondition {
    color: red;
    padding: 3px
}

.requiredField {
    color: #cf0725;
    padding-bottom: 3px;
    margin-left: 3px
}

p.success {
    color: green
}

p.error {
    color: #cf0725
}

.contentArea {
    padding: 5px 10px 5px 10px
}

.borderedArea {
    border: solid 1px #000
}

.noTopPadding {
    padding-top: 0
}

.noBottomPadding {
    padding-bottom: 0
}

.noRightPadding {
    padding-right: 0
}

.noLeftPadding {
    padding-left: 0
}

.noTopBottomPadding {
    padding-top: 0;
    padding-bottom: 0
}

.noLeftRightPadding {
    padding-left: 0;
    padding-right: 0
}

div.noResultsPanel {
    padding: 10px;
    text-align: center
}

p.highlight {
    color: #cf0725;
    padding-top: 5px;
    margin-top: 5px;
    text-decoration: none
}

.visiblePanel {
    display: block
}

.hiddenPanel {
    display: none
}

.textContent {
    padding-bottom: 20px
}

span.message {
    padding-left: 5px
}

div.message {
    display: block;
    margin-bottom: 1em
}

#outerPageContainer {
    margin: 170px auto 0;
    width: 1170px
}

#innerPageContainer {
    background-color: #fff;
    position: relative;
    width: 100%
}

#mainColumn {
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 0;
    width: 515px
}
#mainColumn.rightSidebarLayout {
	width: 855px !important;
	padding-right: 20px;
  box-sizing: border-box;
}
#sidebarPromoBanner {
	margin-top: 20px;
}
#leftColumn {
    display: inline;
    float: left
}

#rightColumn {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 300px;
}

#opcRightColumn {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.column_1 {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.column_2 {
    display: inline;
    float: left;
    margin-left: 20px;
    margin-right: 0
}

.column_3 {
    display: inline;
    float: left;
    margin-left: 20px;
    margin-right: 0
}

div.clear {
    clear: both
}

#header {
    background-color: transparent;
    display: block;
    margin-bottom: .5em;
    clear: both;
    top: 6px;
    position: relative;
    width: 100%
}

    #header > .zone > .section > .content {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100
    }

#footer {
    width: 100%;
    display: block;
    clear: both
}

#leftColumn div.zone {
    padding: 0 10px 0 0
}

#leftColumn .widget.categorySearchSidebarWidget {
    width: 200px
}

    #leftColumn .widget.categorySearchSidebarWidget .header {
        border: none
    }

#leftColumn #ctl00_ctl00_NestedMaster_LeftSidebar_CategorySearchSidebar1_ExpandResultPanel, #leftColumn #ctl00_ctl00_NestedMaster_LeftSidebar_CategorySearchSidebar1_NarrowByCategoryPanel, #leftColumn #ctl00_ctl00_NestedMaster_LeftSidebar_CategorySearchSidebar1_NarrowByKeywordPanel, #leftColumn #ctl00_ctl00_NestedMaster_LeftSidebar_CategorySearchSidebar1_NarrowByManufacturerPanel, #leftColumn #ctl00_ctl00_NestedMaster_LeftSidebar_CategorySearchSidebar_Left_ExpandResultPanel, #leftColumn #ctl00_ctl00_NestedMaster_LeftSidebar_CategorySearchSidebar_Left_NarrowByCategoryPanel, #leftColumn #ctl00_ctl00_NestedMaster_LeftSidebar_CategorySearchSidebar_Left_NarrowByKeywordPanel, #leftColumn #ctl00_ctl00_NestedMaster_LeftSidebar_CategorySearchSidebar_Left_NarrowByManufacturerPanel {
    margin-bottom: 5px
}

    #leftColumn #ctl00_ctl00_NestedMaster_LeftSidebar_CategorySearchSidebar_Left_NarrowByKeywordPanel h3.searchCriteria {
        margin-bottom: 3px
    }

#leftColumn #ctl00_ctl00_NestedMaster_LeftSidebar_CategorySearchSidebar_Left_KeywordField {
    width: 130px !important;
    height: 17px
}

#leftColumn #ctl00_ctl00_NestedMaster_LeftSidebar_CategorySearchSidebar_Left_KeywordButton {
    margin: 0;
    line-height: 27px;
    padding: 0 10px;
    height: 25px
}

    #leftColumn #ctl00_ctl00_NestedMaster_LeftSidebar_CategorySearchSidebar_Left_KeywordButton:hover {
        background-color: #e0e0e0;
        color: #000 !important
    }

#ctl00_ctl00_NestedMaster_LeftSidebar_CategorySearchSidebar1_KeywordButton.button {
	height: 21px;
	font-size: 12px;
}
.miniBasketWrapper .basketItemBox div.actions a.button {
		font-size: 12px;
    padding: 0 10px;
    margin-left: 5px;
}

#rightColumn div.zone {
    padding: 0 0 0 10px
}

#mainColumn.leftSidebarLayout {
    width: 950px;
    margin-left: 5px
}
#mainColumn.leftSidebarLayout.opcLayout {
		width: 850px;
		margin-bottom: 15px;
}


.container-fluid .row #opcMainColumn.rightSidebarLayout {
    box-sizing: border-box;
    display: inline;
    float: left;
/*     padding: 0 15px; */
		padding: 0 15px 0 3px;
		width: 860px;
}

.container-fluid .row #opcRightColumn {
    padding: 0;
}

    .container-fluid .row #opcRightColumn .zone {
        display: inline;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 0 5px;
        /*border: 10px solid #e6e6e6;*/
    }

.container-fluid .row #rightColumn {
    padding: 0;
}

.container-fluid .row #mainColumn.leftSidebarLayout.opcLayout {
    padding: 0;
}
@media (min-width: 1170px) {
	.container-fluid .row #mainColumn.leftSidebarLayout.opcLayout {
		margin-right: 15px;
	}
}

#mainColumn.threeColumnLayout {
    width: 445px;
    margin-left: 5px
}

#mainColumn.oneColumnLayout {
    width: 100%;
    margin-left: 0
}

#mainColumn div.zone {
    padding: 0
}

#checkoutPage.leftSidebarLayout {
    width: 850px;
    margin-left: 5px;
    float: left;
}

.thirdsColumn {
    width: 300px
}

    .thirdsColumn .widget {
        min-height: 150px
    }

.leftTwoThirdsColumn {
    width: 640px
}

.rightTwoThirdsColumn {
    width: 635px
}

.halfColumn {
    width: 460px
}

.mainColumn {
    width: 600px
}

.sidebarColumn {
    width: 320px
}

.section {
    clear: both
}

div.thumbnail img {
    max-width: 100px;
    max-height: 100px
}

td.thumbnail img {
    max-width: 150px;
    max-height: 130px;
    width:100%;
}

#notifyBar {
    display: none !important;
    background: #ff0;
    padding: 8px 24px;
    margin-top: -7px;
    margin-left: calc(-100vw / 2 + 1170px / 2);
    margin-right: calc(-100vw / 2 + 1170px / 2)
}

    #notifyBar a {
        font-weight: 700;
        text-decoration: underline
    }

        #notifyBar a:hover {
            text-decoration: none
        }

#storeFullWidthHeader {
    position: relative;
    background: #fff;
    margin-left: calc(-100vw / 2 + 1170px / 2);
    margin-right: calc(-100vw / 2 + 1170px / 2);
    height: 147px
}

#storeHeader {
    width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    color: #000;
    font-size: 11px;
    font-family: oswald,verdana,arial,helvetica,sans-serif
}

    #storeHeader a {
        color: #000
    }

    #storeHeader .logo img {
        width: 260px;
        margin: 7px 3px 6px
    }

    #storeHeader .logoVert {
        display: none !important
    }

    #storeHeader div.miniBasketWrapper a.button {
        color: #fff;
        font-size: 10px;
        padding: 0 4px;
        margin: 0 0 2px 4px;
        border-radius: 0;
    }

div.widget .content .miniBasketWrapper {
    font-size: 12px;
    width: 100%;
}

    div.widget .content .miniBasketWrapper a.button {
        color: #fff
    }

#headerTop .column_2 div#header-mini-cart {
    display: none;
    opacity: 0;
    position: absolute;
    right: -100px;
    top: -5px;
    z-index: 999;
    background-color: #eee;
    font-family: verdana,geneva,sans-serif;
    padding: 10px;
}

#headerTopMenu {
    height: 33px;
    width: 100%;
    text-align: right
}

    #headerTopMenu div.shortcuts {
        text-align: right;
        text-transform: uppercase
    }

        #headerTopMenu div.shortcuts a {
            color: #000;
            height: 20px;
            font-size: 14px;
            margin: 5px 6px;
            text-align: center;
            text-decoration: none;
            width: auto
        }

    #headerTopMenu .shortcuts a:hover {
        text-decoration: none;
        color: #cf0725
    }

    #headerTopMenu div.shortcuts .welcomeMessage {
        color: #cf0725;
        font-size: 14px;
        margin: 5px 6px
    }

    #headerTopMenu .socialmedia a img {
        width: 20px
    }

#headerTop {
    display: block
}

    #headerTop .column_1 {
        margin: 0;
        width: 290px
    }

    #headerTop .column_2 {
        margin: 0;
        margin-top: 4px;
        width: 880px
    }

        #headerTop .column_2 div {
            display: inline-block;
            position: relative
        }

    #headerTop div.miniBasket.widget div.header {
        display: block;
        width: 328px
    }

    #headerTop .extra {
        width: 155px;
        height: 48px;
        overflow: hidden;
        text-align: center
    }

        #headerTop .extra a {
            margin-top: 8px;
            margin-left: 8px;
            display: block
        }

        #headerTop .extra img {
            width: 70px;
            float: left;
            margin: 0 8px 0 6px
        }

        #headerTop .extra #fS {
            display: inline-block;
            margin-left: 0;
            font-size: 17px;
            line-height: 17px;
            letter-spacing: -.25px;
            float: left;
            margin-top: -1px
        }

            #headerTop .extra #fS span {
                display: block;
                font-size: 10px;
                line-height: 15px;
                font-family: arial,helvetica,sans-serif
            }

    #headerTop .phone {
        width: 190px;
        height: 48px;
        overflow: hidden;
        text-align: center;
        padding: 4px 8px 0;
        box-sizing: border-box;
        font-size: 17px;
        line-height: 18px;
        font-weight: 400;
        letter-spacing: -0.35px
    }

        #headerTop .phone img {
            display: inline-block;
            float: left;
            margin-top: 3px;
            margin-left: 12px;
            margin-right: -15px;
            max-width: 35px
        }

#footerHeaderBar .phone {
    width: 237px;
    height: 48px;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
    font-size: 17px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: -.5px;
    float: left;
    margin-top: 30px;
    padding-right: 0
}

    #footerHeaderBar .phone img {
        display: inline-block;
        float: left;
        margin-top: 6px;
        margin-left: 12px;
        margin-right: -40px;
        max-width: 32px
    }

    #footerHeaderBar .phone img {
        display: inline-block;
        float: left;
        margin-top: 6px;
        margin-left: 12px;
        margin-right: -40px;
        max-width: 32px
    }

    #footerHeaderBar .phone div, #headerTop .phone div {
        padding-top: 3px
    }

    #footerHeaderBar .phone .phoneLabel, #headerTop .phone .phoneLabel {
        font-weight: 700;
        text-transform: uppercase
    }

#headerTop #ctl00_ctl00_NestedMaster_PageHeader_StoreHeader_H_cartPanel {
    height: 46px;
    margin-top: -1px !important;
    position: relative;
    top: -1px;
    border: 1px solid rgba(7,31,49,.15);
    border-right: 0;
    margin-right: -3px
}

/*#headerTop #ctl00_ctl00_PageHeader_StoreHeader_cartPanel {
    height: 46px;
    margin-top: -1px !important;
    position: relative;
    top: -1px;
    border: 1px solid rgba(7,31,49,.15);
    border-right: 0;
    margin-right: -3px
}
*/

.cartPanel {
    height: 46px;
    margin-top: -1px !important;
    position: relative;
    top: -1px;
    border: 1px solid rgba(7,31,49,.15);
    border-right: 0;
    margin-right: -3px
}

#headerTop .cart {
    width: 122px;
    height: 46px;
    overflow: hidden
}

    #headerTop .cart img {
        margin: 7px 6px 8px 6px;
        display: inline-block;
        float: left;
        max-width: 45px
    }

    #headerTop .cart div.cartItemsCount {
        font-weight: 700;
        height: 40px
    }

        #headerTop .cart div.cartItemsCount .itemCount {
            font-size: 24px;
            vertical-align: middle;
            height: 40px;
            margin: 3px 3px 0 0
        }

        #headerTop .cart div.cartItemsCount .itemLabel {
            vertical-align: middle;
            text-transform: uppercase
        }

#headerTop .cartTotal {
    height: 36px;
    overflow: hidden;
    font-weight: 700;
    font-size: 24px;
    padding: 5px 0;
    text-align: center;
    width: 130px
}

#headerTop .viewCart {
    width: 112px;
    height: 48px
}

    #headerTop .viewCart a.basket {
        background-color: #cf0725;
        color: #fff;
        display: block;
        font-size: 14px;
        height: 34px;
        padding-top: 12px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        border: 1px solid #cf0725
    }

#headerTop .slogan {
    width: 225px;
    text-align: center;
    border: 1px solid #e0e0e0;
    height: 44px;
    padding: 1px 18px;
    margin-top: 5px
}

    #headerTop .slogan h1 {
        font-style: italic;
        font-size: 22px;
        line-height: 22px;
        color: #cf0725;
        margin: 0;
        letter-spacing: 1px
    }

#headerTop .socialmedia {
    width: 262px;
    text-align: center;
    border: 1px solid #e0e0e0;
    height: 46px;
    padding: 0;
    margin-top: 5px
}

    #headerTop .socialmedia .getConnected {
        vertical-align: top;
        margin-top: 12px;
        font-size: 14px;
        padding-right: 10px
    }

    #headerTop .socialmedia img {
        display: inline-block;
        margin-top: 12px;
        padding-right: 1px;
        opacity: .4
    }

        #headerTop .socialmedia img:hover {
            opacity: 1
        }

#headerTop .search {
    height: 40px;
    vertical-align: top;
    margin-top: 5px
}

#headerTop div.simpleSearchPanel {
    width: 285px;
    text-align: left;
    border: 1px solid #e0e0e0;
    padding: 4px 3px 6px;
    height: 36px;
    margin-top: 0
}

    #headerTop div.simpleSearchPanel input.searchPhrase {
        color: #000;
        background-color: #fff;
        width: 240px;
        border: none;
        margin: 3px 2px 0;
        font-size: 14px;
        vertical-align: middle
    }

    #headerTop div.simpleSearchPanel .button {
        background-color: #000;
        color: #fff;
        border: 1px solid #fff;
        font-size: 9px;
        height: 22px;
        line-height: 20px;
        margin: 3px 0 0 -3px;
        padding: 0 2px;
        text-transform: uppercase;
        width: 55px;
        font-weight: 700
    }

#headerTop .simpleSearchPanel .button:hover {
    background-color: #fff;
    color: #000 !important
}

#headerBottomFullWidth {
    display: block;
    width: 100%;
    height: 50px;
    background: #071f31;
    position: relative;
    top: -50px
}

#headerBottom #catMenuDiv {
    position: relative;
    display: inline-block
}

#headerBottom #dealsMenuDiv {
    position: relative;
    display: inline-block
}

#headerBottom #cat-menu {
    display: none;
    position: absolute;
    top: 51px;
    left: 0;
    background-color: #f9f9f9;
    width: 720px;
    padding: 7px 0;
    z-index: 200;
    height: auto;
    border-top: 5px solid #cf0725;
    box-shadow: 0 2px 5px rgba(51,51,51,.4)
}

    #headerBottom #cat-menu::before {
        display: block;
        content: '';
        background: url(/app_themes/newntw/images/menu-tab.png);
        background-size: 26px;
        width: 26px;
        height: 12px;
        position: absolute;
        top: -12px;
        left: 48px
    }

#headerBottom #deals-menu {
    display: none;
    position: absolute;
    top: 51px;
    left: -59px;
    background-color: #f9f9f9;
    width: 217px;
    padding: 7px 0;
    z-index: 200;
    height: auto;
    border-top: 5px solid #cf0725;
    box-shadow: 0 2px 5px rgba(51,51,51,.4)
}

    #headerBottom #deals-menu::before {
        display: block;
        content: '';
        background: url(/app_themes/newntw/images/menu-tab.png);
        background-size: 26px;
        width: 26px;
        height: 12px;
        position: absolute;
        top: -12px;
        left: 96px
    }

#headerBottom #catMenuDiv a.notHomePage + div {
    width: 183px
}

#headerBottom #cat-menu .cat-menu-item {
    display: inline-block;
    vertical-align: top;
    width: 235px
}

#headerBottom #deals-menu .cat-menu-item {
    display: inline-block;
    vertical-align: top;
    width: 265px
}

#headerBottom #cat-menu a {
    white-space: nowrap;
    color: #333;
    background-color: transparent;
    border: none;
    display: block;
    line-height: normal;
    padding: 5px 17px;
    font-size: 15px;
    text-transform: none;
    font-family: arial,tahoma,helvetica,sans-serif;
    letter-spacing: -.25px;
    font-weight: 400;
    text-align: left
}

#headerBottom #deals-menu a {
    white-space: nowrap;
    color: #333;
    background-color: transparent;
    border: none;
    display: block;
    line-height: normal;
    padding: 5px 17px;
    font-size: 15px;
    text-transform: none;
    font-family: arial,tahoma,helvetica,sans-serif;
    letter-spacing: -.25px;
    font-weight: 400;
    text-align: left
}

#headerBottom #cat-menu a:hover {
    background-color: transparent;
    color: #cf0725
}

#headerBottom #deals-menu a:hover {
    background-color: transparent;
    color: #cf0725
}

.cat-list {
    display: none
}

.cat-list-item {
    width: 300px;
    background-color: #fff;
    border: 8px solid #003d76;
    height: 325px;
    position: absolute;
    top: -1;
    left: 170px
}

#cat-listing {
    display: none;
    color: #003d76;
    background-color: #fff;
    border: 8px solid #003d76;
    height: 319px;
    position: absolute;
    top: 0;
    left: 170px
}

    #cat-listing .subMenu {
        display: inline-block;
        vertical-align: top;
        width: 250px;
        padding-top: 5px
    }

#headerBottom #cat-menu #cat-listing a {
    display: block;
    font-family: arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    overflow: hidden;
    padding: 5px 20px 0 35px;
    text-align: left;
    text-indent: -15px;
    text-transform: none;
    white-space: normal;
    color: #003d76
}

ul.ui-autocomplete {
    background-color: #e0e0e0
}

#headerBottom {
    display: block;
    clear: both;
    height: 50px;
    padding: 0;
    width: 100%
}

    #headerBottom a.tab {
        display: inline-block;
        width: auto;
        height: 50px;
        padding: 0 15px;
        margin: 0;
        font-size: 20px;
        text-decoration: none;
        color: rgba(255,255,255,.95);
        text-transform: uppercase;
        line-height: 48px
    }

        #headerBottom a.tab:hover {
            color: rgba(255,255,255,.9)
        }

#homeIcon {
    width: 22px;
    opacity: .95
}

    #homeIcon:hover {
        opacity: .85
    }
/*#headerBottom a.tab:nth-of-type(3){background:#BC0205;border:2px dashed rgb(255 255 255 / .7);box-sizing:border-box}*/
#headerBottom a.tab.last {
    border-right: none
}

#headerBottom .search {
    float: right
}

#headerBottom div.simpleSearchPanel {
    background: rgba(255,255,255,.95);
    padding: 0 10px
}

    #headerBottom div.simpleSearchPanel .innerSection .searchPhrase {
        border: 0;
        padding: 5px 5px 2px;
        width: 305px;
        height: 43px;
        background: 0 0;
        font-size: 16px;
        font-family: oswald,verdana,arial,helvetica,sans-serif
    }

    #headerBottom div.simpleSearchPanel .innerSection .searchButton {
        width: 30px
    }

    #headerBottom div.simpleSearchPanel .innerSection .searchPhrase:focus {
        outline: 0
    }

    #headerBottom div.simpleSearchPanel .innerSection .searchButton:focus {
        outline: 0
    }

div.pageHeader {
    position: relative;
    /*width: 660px;*/
    margin-bottom: 5px;
    margin-top: 4px;
    padding: 2px 0
}

#pageHeader {
    position: relative;
    /*width: 660px;*/
    margin-bottom: 5px;
    margin-top: 4px;
    padding: 2px 0
}

div.pageHeader h1 {
    color: #000;
    font-size: 1.85em;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0
}

#pageHeader h1 {
    color: #000;
    font-size: 1.85em;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0
}

div.pageHeader div.links {
    right: 10px;
    top: 4px;
    position: absolute
}

#pageHeader div.links {
    right: 10px;
    top: 4px;
    position: absolute
}

h1.redHighlight {
    color: #cf0725
}

h2.redHighlight {
    color: #cf0725
}

a.linkHighlight {
    color: #cf0725;
    text-decoration: underline
}

.breadCrumbs {
    background-color: #fff;
    color: #888;
    margin: 0;
    padding: 6px
}

    .breadCrumbs a {
        color: #8d8d8d
    }

        .breadCrumbs a:last-child {
            color: #000
        }

#storeFullWidthFooter {
    position: relative;
    background: linear-gradient(to bottom,#f2f5f6 0,#e3eaed 37%,#c8d7dc 100%);
    border-top: 20px solid #071f31;
    padding-top: 20px;
    margin-left: calc(-100vw / 2 + 1170px / 2);
    margin-right: calc(-100vw / 2 + 1170px / 2)
}

#storeFooter {
    max-width: 1170px;
    margin: 0 auto
}

#footer .content {
    padding: 10px 0 0 0
}

#footerMiddle {
    width: 100%;
    font-size: 10px;
    height: 70px;
    padding-top: 10px
}

    #footerMiddle .content {
        padding: 3px
    }

    #footerMiddle #footerContact {
        text-align: center;
        font-size: 12px;
        padding: 8px 0 10px
    }

    #footerMiddle .credits {
        color: #000;
        text-align: center
    }

    #footerMiddle .copyright {
        display: block;
        margin-bottom: 15px
    }

    #footerMiddle .catapult a:hover {
        color: #000;
        text-decoration: underline
    }

    #footerMiddle .credits a {
        color: #000
    }

    #footerMiddle .shortcuts {
        text-align: center;
        color: #000;
        padding: 10px 0
    }

        #footerMiddle .shortcuts a {
            text-decoration: none;
            padding: 0 .5em 0 0;
            color: #000;
            text-transform: uppercase
        }

            #footerMiddle .shortcuts a:hover {
                text-decoration: underline;
                color: #000
            }

#footerTop {
    width: 100%;
    text-align: center
}

    #footerTop div.content div.otherLogos {
        width: 100%;
        height: 100%
    }

        #footerTop div.content div.otherLogos div {
            display: inline-block;
            text-align: center;
            vertical-align: middle
        }

            #footerTop div.content div.otherLogos div#paymentIcons {
                padding: 0 60px
            }

            #footerTop div.content div.otherLogos div.bbblogo {
                padding: 0
            }

                #footerTop div.content div.otherLogos div.bbblogo img {
                    width: 110px
                }

    #footerTop .socialmedia {
        float: left;
        width: 72.5%;
        padding: 0;
        margin-top: 35px
    }

        #footerTop .socialmedia img {
            display: inline-block;
            width: 35px;
            padding-right: 1px;
            opacity: .4
        }

            #footerTop .socialmedia img:hover {
                opacity: 1
            }

    #footerTop #footerInnerTop {
        float: left;
        width: 100%;
        margin-bottom: 25px
    }

    #footerTop #footerStoreLogo {
        float: left;
        width: 22%;
        text-align: left
    }

        #footerTop #footerStoreLogo .footerLogoContainer img {
            width: 250px
        }

    #footerTop #footerHeaderBar {
        float: right;
        width: 77%;
        height: 78px;
        border-bottom: 1px solid rgba(7,31,49,.1);
        font-family: oswald,verdana,arial,helvetica,sans-serif;
        text-align: right
    }

    #footerTop #footerInnerSecondary {
        float: left;
        width: 100%;
        margin-bottom: 30px
    }

        #footerTop #footerInnerSecondary .footerColumn {
            float: left;
            width: 23%
        }

            #footerTop #footerInnerSecondary .footerColumn.emailSignup {
                width: 31%;
                display: none
            }

                #footerTop #footerInnerSecondary .footerColumn.emailSignup #emailSignupTitle {
                    font-size: 18px;
                    margin: 3px 0 0;
                    font-weight: 700
                }

            #footerTop #footerInnerSecondary .footerColumn ul {
                text-align: left;
                font-size: 14px;
                line-height: 28px;
                color: #071f31;
                letter-spacing: -.25px
            }

                #footerTop #footerInnerSecondary .footerColumn ul .footerTitle {
                    font-weight: 700;
                    font-size: 18px;
                    padding-bottom: 6px
                }

#footerBottom {
    clear: both;
    height: 30px
}

.mobileLinkPanel {
    display: block;
    padding: 10px
}

    .mobileLinkPanel a {
        color: #fff
    }

.trustedsite-floating-element {
    top: 0 !important
}

div.widget {
    margin-bottom: 1em
}

    div.widget .header {
        margin: 0 0 0;
        padding: 5px 10px 5px 0;
    }

        div.widget .header h2 {
            text-transform: uppercase;
            letter-spacing: -.25px;
        }

        div.widget .header .repH2 {
            text-transform: uppercase;
            letter-spacing: -.25px
        }

    div.widget .headerLight {
        border-bottom: solid 1px #e0e0e0;
        margin: 0 0 0;
        padding: 3px 10px 4px;
        color: #8d8d8d
    }

        div.widget .headerLight h2 {
            text-transform: uppercase
        }

    div.widget .content {
        padding: 10px 0;
    }

        div.widget .content a {
            color: #000;
            text-decoration: none
        }

            div.widget .content a:hover {
                text-decoration: none
            }

    div.widget.discountsDialog {
        margin-top: 10px
    }

        div.widget.discountsDialog .innerSection .header {
            width: 250px;
            box-sizing: border-box
        }

        div.widget.discountsDialog .content {
            padding: 0
        }

        div.widget.discountsDialog .innerSection .content table.pagedList {
            width: 250px !important
        }

        div.widget.discountsDialog .innerSection table.pagedList ul {
            display: none
        }

    div.widget .content .options {
        margin-bottom: 1em;
        padding: 0 5px 0 5px
    }

    div.widget .content p instruction {
        padding: 0 5px 0 5px;
        font-weight: 700
    }

div.detailsArea .itemName {
    line-height: 16px
}

table.widget {
    border-collapse: collapse;
    border: solid 1px #e0e0e0;
    margin-bottom: 1em;
    width: 100%
}

    table.widget td {
        padding: 0;
        vertical-align: top
    }

    table.widget caption {
        border: solid 1px #e0e0e0;
        border-bottom: none;
        padding: 6px;
        text-align: left;
        text-transform: uppercase
    }

div.simpleCategoryListWidget .content {
    padding: 0
}

div.simpleCategoryListWidget ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

div.simpleCategoryListWidget li {
    margin: 0;
    border-bottom: 1px dashed #e0e0e0
}

    div.simpleCategoryListWidget li:last-child {
        border-bottom: none
    }

    div.simpleCategoryListWidget li a {
        display: block;
        padding: 8px;
        color: #000;
        background-color: #fff
    }

        div.simpleCategoryListWidget li a:hover {
            color: #000;
            background-color: #fff
        }

div.categorySearchwidget .criteriaPanel {
    margin-bottom: .5em
}

    div.categorySearchwidget .criteriaPanel h3 {
        margin-bottom: .5em;
        color: #000
    }

div.categorySearchSidebarWidget .content {
    line-height: 2em
}

div.categorySearchSidebarWidget .criteriaPanel a {
    display: inline-block;
    line-height: 18px;
    padding: 4px 0 4px;
    letter-spacing: -.65px
}

    div.categorySearchSidebarWidget .criteriaPanel a:hover {
        color: #cf0725
    }

h3.searchCriteria {
    background-color: #e0e0e0;
    padding-left: 4px
}

.featuredProductHover {
    overflow: visible
}

div#featuredProductListing div.itemListingContainer tr {
    vertical-align: top
}

div.featuredProductsGrid {
    border: none;
    margin-top: 10px;
    margin-bottom: 35px
}

    div.featuredProductsGrid.widget .content {
        padding: 0
    }

        div.featuredProductsGrid.widget .content .actions a {
            color: #fff
        }

    div.featuredProductsGrid .itemListing .tableNode {
        position: relative
    }

    div.featuredProductsGrid .itemListing .itemContainer {
        display: inline-block;
        width: 100%;
        background-color: #fff;
        margin: 0;
        height: auto
    }

div#featuredProductListing div.thumbnail {
    display: table-cell;
    width: 220px;
    height: 220px;
    vertical-align: middle
}

    div#featuredProductListing div.thumbnail img {
        max-width: 220px;
        max-height: 220px
    }

div#featuredProductListing div.manufacturer a {
    color: #8d8d8d
}

div#featuredProductListing div.sku a {
    color: #cf0725
}

div#featuredProductListing div.productItemDisplay div.detailsArea div.details div.itemName {
    height: 73px;
    padding: 0 10px
}

    div#featuredProductListing div.productItemDisplay div.detailsArea div.details div.itemName a {
        font-size: 17px;
        line-height: 23px;
        letter-spacing: -.25px
    }

div#featuredProductListing div.productItemDisplay div.detailsArea div.details div.regPrice {
    font-size: 14px
}

div#featuredProductListing div.productItemDisplay div.detailsArea div.details div.price {
    font-size: 16px
}

div#featuredProductListing div.productItemDisplay div.actionsArea div.actions a.button {
    font-size: 18px;
    padding: 16px 18px
}

div.featuredProductsGrid .itemListing .itemContainer span.saleValue {
    display: none;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    background: transparent url(images/sale-corner-black.png) no-repeat 0 0;
    width: 65px;
    height: 65px;
    padding: 2px
}

div.featuredProductsGrid .itemListing .itemContainer span.saleValueHigh {
    display: none;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    background: transparent url(images/sale-corner.png) no-repeat 0 0;
    width: 65px;
    height: 65px;
    padding: 2px
}

div.featuredProductsGrid .itemListing .itemContainer .productItemDisplay .detailsArea {
    height: 145px
}

div.featuredProductsGrid .itemListing .itemContainer .productItemDisplay .actionsArea {
    height: 110px
}

    div.featuredProductsGrid .itemListing .itemContainer .productItemDisplay .actionsArea div.actions {
        position: static
    }

    div.featuredProductsGrid .itemListing .itemContainer .productItemDisplay .actionsArea .featuredActionButtons {
        padding-top: 10px
    }

        div.featuredProductsGrid .itemListing .itemContainer .productItemDisplay .actionsArea .featuredActionButtons a {
            display: inline-block;
            width: 70px;
            height: 50px;
            border-right: 1px solid #e0e0e0
        }

            div.featuredProductsGrid .itemListing .itemContainer .productItemDisplay .actionsArea .featuredActionButtons a:last-child {
                border: none
            }

            div.featuredProductsGrid .itemListing .itemContainer .productItemDisplay .actionsArea .featuredActionButtons a img {
                padding: 0 20px 10px
            }

            div.featuredProductsGrid .itemListing .itemContainer .productItemDisplay .actionsArea .featuredActionButtons a span {
                color: #000
            }

                div.featuredProductsGrid .itemListing .itemContainer .productItemDisplay .actionsArea .featuredActionButtons a span.st_sharethis {
                    display: block;
                    padding-bottom: 7px
                }

div.featuredProductsGrid .featuredSeparator {
    float: left;
    width: 100%;
    height: 35px
}

div.featuredProductsGrid.widget .featuredSeparator a {
    color: #8d8d8d;
    padding: 3px 10px;
    font-size: 16px;
    background: transparent url(images/menu-separator-home.png) no-repeat top right;
    padding-right: 20px;
    text-transform: uppercase
}

    div.featuredProductsGrid.widget .featuredSeparator a:last-child {
        background-image: images/menu-separator-home-end.png
    }

    div.featuredProductsGrid.widget .featuredSeparator a:hover {
        color: #cf0725
    }

    div.featuredProductsGrid.widget .featuredSeparator a.featuredListTypeButtonSelected {
        font-weight: 700;
        color: #000;
        background-color: #e0e0e0
    }

        div.featuredProductsGrid.widget .featuredSeparator a.featuredListTypeButtonSelected:hover {
            font-weight: 700;
            color: #cf0725
        }

span.stButton span.sharethis {
    background-image: url(images/share.png);
    font-family: verdana,geneva,sans-serif;
    font-size: 14px
}

div#productPage div.recentlyViewedWidget.widget {
    width: 248px;
    margin: 20px 0 0;
    border: 1px solid #e0e0e0
}

    div#productPage div.recentlyViewedWidget.widget .content {
        padding: 0
    }

    div#productPage div.recentlyViewedWidget.widget div.innerSection div.header {
        display: block
    }

    div#productPage div.recentlyViewedWidget.widget .recentlyViewedListing div.productItemDisplay div.detailsArea div.details div.itemName a {
        display: inline-block;
        margin-bottom: 3px;
        font-size: 14px;
        line-height: 18px
    }

div#productPage div.recentlyViewedListing .itemListing .tableNode {
    height: auto;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 10px;
    padding-bottom: 8px
}

div#productPage div.recentlyViewedListing .itemListing .itemContainer {
    height: auto;
    border: none;
    margin: 0;
    padding: 0 5px;
    float: right
}

div#productPage div.recentlyViewedListing div.productItemDisplay div {
    display: inline-block
}

    div#productPage div.recentlyViewedListing div.productItemDisplay div.detailsArea {
        width: 180px;
        text-align: left;
        vertical-align: top;
        height: auto
    }

        div#productPage div.recentlyViewedListing div.productItemDisplay div.detailsArea div.details div.itemName {
            padding: 0;
            height: auto
        }

    div#productPage div.recentlyViewedListing div.productItemDisplay div.manufacturer {
        display: block
    }

        div#productPage div.recentlyViewedListing div.productItemDisplay div.manufacturer a {
            color: #8d8d8d
        }

    div#productPage div.recentlyViewedListing div.productItemDisplay div.sku {
        display: block
    }

        div#productPage div.recentlyViewedListing div.productItemDisplay div.sku a {
            color: #cf0725
        }

    div#productPage div.recentlyViewedListing div.productItemDisplay div.price {
        display: block
    }

div#productPage div.recentlyViewedListing div.thumbnailArea {
    width: 55px;
    height: 50px;
    float: left
}

div#productPage div.recentlyViewedListing div.thumbnail {
    display: inline-block
}

    div#productPage div.recentlyViewedListing div.thumbnail img {
        max-width: 50px;
        max-height: 50px
    }

div#rightColumn div.recentlyViewedWidget.widget .content {
    padding: 0;
    text-align: center
}

div#rightColumn div.recentlyViewedListing .itemListing .tableNode {
    height: auto;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 10px
}

div#rightColumn div.recentlyViewedListing .itemListing .itemContainer {
    height: auto;
    border: none;
    margin: 0;
    padding: 0 5px
}

div#rightColumn div.recentlyViewedListing div.productItemDisplay div.detailsArea {
    width: 180px;
    vertical-align: top;
    height: auto;
    width: 100%;
}

    div#rightColumn div.recentlyViewedListing div.productItemDisplay div.detailsArea div.details div.itemName {
        padding: 0;
        height: auto
    }

div#rightColumn div.recentlyViewedListing div.productItemDisplay div.manufacturer {
    display: block
}

    div#rightColumn div.recentlyViewedListing div.productItemDisplay div.manufacturer a {
        color: #8d8d8d
    }

div#rightColumn div.recentlyViewedListing div.productItemDisplay div.sku {
    display: block
}

    div#rightColumn div.recentlyViewedListing div.productItemDisplay div.sku a {
        color: #cf0725
    }

div#rightColumn div.recentlyViewedListing div.productItemDisplay div.price {
    display: block
}

.siteMapOneCol {
    margin-left: 250px;
    margin-bottom: 10px
}

.siteMapTwoCol {
    margin-left: 75px;
    margin-bottom: 10px
}

div.siteMapHeader {
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0;
    text-align: center
}

div.siteMapBack {
    font-size: 14px;
    margin: 5px 0 10px 0
}

div.previousCategory {
    font-size: 14px;
    margin-bottom: 10px
}

li.siteMapNode {
    font-size: 12px
}

div#TopLevelCategories.widget {
    border: none
}

    div#TopLevelCategories.widget div.header {
        color: #000;
        border: none
    }

        div#TopLevelCategories.widget div.header .repH2 {
            font-size: 28px;
            letter-spacing: -.75px;
            margin-bottom: 10px
        }

    div#TopLevelCategories.widget div.content {
        padding-top: 0;
        padding-left: 0
    }

div#TopLevelCategories ul {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    list-style-type: none;
    padding: 0
}

    div#TopLevelCategories ul.col4 {
        margin-right: 0
    }

    div#TopLevelCategories ul li {
        padding-bottom: 10px
    }

        div#TopLevelCategories ul li a {
            display: block;
            color: #8d8d8d;
            text-transform: uppercase;
            font-size: 22px;
            line-height: 42px;
            width: 375px;
            letter-spacing: -.5px;
            padding-left: 10px;
            box-sizing: border-box
        }

            div#TopLevelCategories ul li a:hover {
                background-color: #e0e0e0;
                color: #000;
                text-decoration: none
            }

div#leftColumn div#TopLevelCategories ul li a {
    width: 185px;
    font-family: oswald,verdana,arial,helvetica,sans-serif
}

div.popularProductsDialogWidget.widget .content {
    padding: 0
}

    div.popularProductsDialogWidget.widget .content a {
        color: #fff
    }

div.popularProductsListing .itemListing div.itemContainer {
    height: auto;
    margin: 0 0 5px;
    border: 0 0 1px
}

div.popularProductsListing .itemListing td.tableNode {
    height: auto
}

div.popularProductsListing .itemListing .itemContainer .productItemDisplay .detailsArea {
    height: 90px
}

div.specialProductsGrid.widget .content {
    padding: 0
}

    div.specialProductsGrid.widget .content .actions a {
        color: #fff
    }

div.specialProductsGrid .itemListing .itemContainer {
    display: inline-block;
    width: 235px;
    background-color: #fff;
    margin: 0 0 10px 20px;
    height: auto
}

    div.specialProductsGrid .itemListing .itemContainer .productItemDisplay .detailsArea {
        height: auto
    }

        div.specialProductsGrid .itemListing .itemContainer .productItemDisplay .detailsArea div.details div.manufacturer a {
            color: #8d8d8d;
            text-decoration: none
        }

        div.specialProductsGrid .itemListing .itemContainer .productItemDisplay .detailsArea div.details div.sku a {
            color: #cf0725;
            text-decoration: none
        }

div.specialProductsGrid div.thumbnail img {
    max-width: 150px;
    max-height: 130px
}

div#specialProductsListing div.itemListing span.itemListing span.tableNode:nth-child(4n-3) div.itemContainer {
    margin-left: 0
}

div.specialProductsGrid div.productItemDisplay div.actionsArea {
    height: 30px
}

div#BlogFeed.widget {
    border: 4px double #cf0725;
    display: inline-block;
    width: 480px;
    margin-right: 20px;
    height: 195px;
    vertical-align: top
}

    div#BlogFeed.widget div.header {
        color: #cf0725;
        border: none;
        padding-bottom: 0
    }

    div#BlogFeed.widget div.blogEntry {
        padding: 5px 0 10px
    }

    div#BlogFeed.widget div.blogDate {
        display: inline-block;
        padding-right: 5px
    }

    div#BlogFeed.widget div.blogImage {
        display: inline-block;
        padding-right: 5px
    }

    div#BlogFeed.widget div.blogTitle {
        display: inline-block;
        height: 25px;
        max-width: 395px;
        overflow: hidden
    }

    div#BlogFeed.widget span.blogMonth {
        font-size: 10px;
        display: block;
        text-align: center
    }

    div#BlogFeed.widget span.blogDay {
        font-size: 16px;
        line-height: 16px;
        text-align: center
    }

div#CustomerFeedback.widget {
    border: 4px double #cf0725;
    display: inline-block;
    width: 195px;
    margin-right: 20px;
    height: 190px;
    padding-top: 5px;
    vertical-align: middle;
    text-align: center
}

    div#CustomerFeedback.widget div.header {
        color: #000;
        border: none;
        padding-bottom: 0
    }

    div#CustomerFeedback.widget div.quoteText {
        color: #000;
        border: none;
        padding-bottom: 0;
        max-height: 98px;
        overflow: hidden;
        font-size: 12px
    }

    div#CustomerFeedback.widget div.quotePerson {
        font: 14px/20px;
        padding: 8px 8px 0;
        margin: 5px 5px 0;
        background-image: url(images/openquote.png);
        background-position: top left;
        background-repeat: no-repeat;
        text-indent: 23px;
        color: #000
    }

div#hubSpotEmail div.header {
    color: #cf0725;
    border: none;
    padding: 2px 5px 0
}

div#hubSpotEmail span.hubSpotIntro {
    color: #000;
    display: block;
    font-size: 12px;
    padding: 3px 0
}

div#hubSpotEmail span.hubSpotOutro {
    color: #000;
    display: block;
    font-size: 12px;
    padding: 3px 0
}

div#hubSpotEmail .button {
    margin: 10px 0;
    padding: 14px 18px;
    display: inline-block;
    text-shadow: none;
    background-color: #cf0725;
    border: 1px solid #cf0725;
    font-size: 20px;
    font-family: oswald,verdana,arial,helvetica,sans-serif;
    text-transform: uppercase;
    color: #fff;
    transition: background-color .1s ease
}

    div#hubSpotEmail .button:hover {
        background-color: transparent;
        color: #cf0725
    }

div#hubSpotEmail span.hs-cta-wrapper {
    display: block;
    margin: 10px 0;
    text-align: center
}

    div#hubSpotEmail span.hs-cta-wrapper a {
        font-size: 16px !important
    }

div#hubSpotEmail.widget .content {
    padding: 2px 5px
}

div.wishlistSearchWidget.widget .content a {
    color: #fff
}

div.wishlistRegisterWidget.widget .content a {
    color: #cf0725
}

div.registerWidget.widget .content a {
    color: #fff
}

div.itemDetail.wishlistItemDetail span.sku {
    color: #cf0725
}

    div.itemDetail.wishlistItemDetail span.sku:hover {
        color: #8d8d8d
    }

div.hoverPanel {
    border: solid 1px #e0e0e0
}

    div.hoverPanel .header {
        border-bottom: solid 1px #e0e0e0;
        padding: 6px
    }

    div.hoverPanel .content {
        padding: 6px
    }

.ui-notify-container {
    margin: 10px
}

.ui-notify {
    width: 350px;
    position: fixed;
    top: 10px;
    right: 10px
}

.ui-notify-message {
    padding: 10px;
    margin-bottom: 15px
}

    .ui-notify-message h1 {
        font-size: 14px;
        margin: 0;
        padding: 0
    }

    .ui-notify-message p {
        margin: 3px 0;
        padding: 0;
        line-height: 18px
    }

    .ui-notify-message:last-child {
        margin-bottom: 0
    }

.ui-notify-message-style {
    background: rgba(0,0,0,.8);
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    box-shadow: 0 0 6px #000
}

    .ui-notify-message-style h1 {
        color: #fff;
        font-weight: 700
    }

    .ui-notify-message-style p {
        color: #fff
    }

    .ui-notify-message-style li {
        color: #fff
    }

.ui-notify-close {
    color: #fff;
    text-decoration: underline
}

.ui-notify-click {
    cursor: pointer
}

.ui-notify-cross {
    margin-top: -4px;
    float: right;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    text-shadow: 0 1px 1px #fff;
    padding: 2px
}

    .ui-notify-cross:hover {
        color: #fff
    }

    .ui-notify-cross:active {
        position: relative;
        top: 1px
    }

div.tabstrip {
    padding: 0;
    border-bottom: 1px solid #e0e0e0
}

    div.tabstrip ul {
        margin: 10px 0 0 0;
        padding: 0
    }

        div.tabstrip ul li {
            display: inline;
            padding: 0;
            margin: 0
        }

            div.tabstrip ul li a {
                display: inline-block;
                margin: 0;
                padding: 4px 10px;
                text-decoration: none;
                color: #000;
                border: 1px solid #e0e0e0;
                border-bottom: none;
                font-size: 1.1em;
                font-weight: 700
            }

                div.tabstrip ul li a:hover {
                    background: #ffffff;
                    color: #000
                }

            div.tabstrip ul li.active a {
                background: #fff;
                color: #000
            }

div.tabpane {
    border: 1px solid #e0e0e0;
    border-top: none;
    padding: 8px;
    margin-bottom: 1em
}

.dialogSection .header {
    height: 29px;
    line-height: 24px;
    padding: 0 0 0 10px;
    margin: 0 1px 0 0
}

    .dialogSection .header h2 {
        color: #000;
        height: 29px;
        border-right: solid 1px #e0e0e0;
        padding-right: 0;
        width: 100%;
        margin: 0;
        text-transform: uppercase;
        font-size: 12px;
        float: left;
        line-height: 29px
    }

    .dialogSection .header a {
        float: right;
        text-decoration: underline;
        color: #000
    }

        .dialogSection .header a:hover {
            float: right;
            text-decoration: underline;
            color: #000
        }

.dialogSection .content {
    border-top: 10px solid #e0e0e0;
    margin-top: 0;
    background: #fff;
    min-height: 200px
}

    .dialogSection .content table th.rowheader {
        background-color: #fff
    }

.dialogSection .nofooter {
    margin-right: 0
}

.dialogSection .footer {
    height: 24px;
    line-height: 24px;
    margin: 0;
    color: #000;
    margin-top: 8px
}

table.inputForm {
    text-align: left;
    width: 100%;
    font-size: 14px
}

    table.inputForm input[type=text] {
        border: solid 1px #ccc;
        color: #000;
        padding: 8px;
        font-size: 16px;
        line-height: 22px
    }

    table.inputForm input[type=password] {
        border: solid 1px #ccc;
        color: #000;
        padding: 8px;
        font-size: 16px;
        line-height: 22px
    }

    table.inputForm select {
        border: solid 1px #ccc;
        color: #000;
        padding: 12px
    }

    table.inputForm th {
        padding-left: 25px;
        text-align: left;
        vertical-align: top
    }

    table.inputForm td {
        padding: 5px;
        margin: 0
    }

    table.inputForm .rowHeader {
        color: #000;
        padding: 10px 5px 10px 10px;
        text-align: right
    }

        table.inputForm .rowHeader a {
            border: 1px solid #e0e0e0;
            width: 100%;
            color: #000;
            font-size: 10px;
            font-weight: 700;
            text-align: left;
            padding: 6px
        }

        table.inputForm .rowHeader * {
            font-weight: 700;
            font-size: 14px
        }

table.compact {
    width: 100%;
    margin: 0
}

    table.compact th {
        color: #000;
        padding: 5px 5px 5px 5px;
        text-align: right
    }

    table.compact td {
        padding: 10px 0 10px 0
    }

table.compactleft {
    width: 100%;
    margin: 0
}

    table.compactleft th {
        color: #000;
        padding: 5px 5px 2px 5px;
        text-align: left
    }

    table.compactleft td {
        padding: 2px 0 10px 5px
    }

.searchPanel {
    border: solid 1px #e0e0e0;
    margin-bottom: 10px;
    padding: 10px 0
}

    .searchPanel table.inputForm th {
        padding: 20px 5px 10px
    }

    .searchPanel table.inputForm td {
        padding: 20px 5px 10px
    }

.validationSummary {
    margin-top: 10px;
    margin-bottom: 6px
}

    .validationSummary ul {
        margin-left: 25px;
        list-style-type: disc
    }

        .validationSummary ul li {
            color: #cf0725
        }

.searchPanel table.inputForm th.rowHeader span {
    line-height: 38px
}

#categoryPage div.subCategories {
    background-color: #fff;
    padding: 5px 5px 10px
}

    #categoryPage div.subCategories a {
        display: inline-block;
        padding: 5px 10px;
        font-size: 1.1em;
        background-color: #fff;
        margin-left: 2px;
        margin-top: 5px;
        font-weight: 700
    }

        #categoryPage div.subCategories a:hover {
            background-color: #fff
        }

.categoryDetailsListing div.itemContainer {
    height: 150px;
    margin: 10px
}

    .categoryDetailsListing div.itemContainer div.itemDisplay {
        padding: 10px
    }

        .categoryDetailsListing div.itemContainer div.itemDisplay div.thumbnailArea {
            float: left;
            height: 130px;
            display: table
        }

            .categoryDetailsListing div.itemContainer div.itemDisplay div.thumbnailArea div.thumbnailWrapper {
                display: table-cell;
                vertical-align: middle
            }

        .categoryDetailsListing div.itemContainer div.itemDisplay div.detailsArea {
            overflow: hidden;
            padding: 10px
        }

            .categoryDetailsListing div.itemContainer div.itemDisplay div.detailsArea .itemName {
                padding-bottom: 10px
            }

.categoryGridListing4 .itemListing div.itemContainer {
    height: auto
}

    .categoryGridListing4 .itemListing div.itemContainer div.productItemDisplay div.detailsArea {
        height: auto;
        margin-bottom: 10px;
        vertical-align: middle
    }

#categoryGridPage4 .nodeSummaryLink {
    text-decoration: underline;
    text-indent: 0;
    color: #000;
    margin: 4px 0 8px 0;
    padding: 4px 0 8px 0;
    cursor: pointer
}

.categoryGridListing1 .itemListing div.itemContainer {
    height: auto
}

    .categoryGridListing1 .itemListing div.itemContainer div.productItemDisplay div.detailsArea {
        height: auto;
        margin-bottom: 10px;
        vertical-align: middle
    }

        .categoryGridListing1 .itemListing div.itemContainer div.productItemDisplay div.detailsArea div.details div.manufacturer a {
            color: #8d8d8d;
            text-decoration: none
        }

        .categoryGridListing1 .itemListing div.itemContainer div.productItemDisplay div.detailsArea div.details div.sku a {
            color: #cf0725;
            text-decoration: none
        }

        .categoryGridListing1 .itemListing div.itemContainer div.productItemDisplay div.detailsArea div.details div.price {
            color: #000;
            min-height: 78px
        }

#categoryGridPage1 .nodeSummaryLink {
    text-decoration: underline;
    text-indent: 0;
    color: #000;
    margin: 4px 0 8px 0;
    padding: 4px 0 8px 0;
    cursor: pointer
}

.searchListing .itemListing div.itemContainer {
    height: auto
}

    .searchListing .itemListing div.itemContainer div.productItemDisplay div.detailsArea {
        height: auto;
        margin-bottom: 0;
        vertical-align: middle
    }

        .searchListing .itemListing div.itemContainer div.productItemDisplay div.detailsArea div.details div.manufacturer a {
            color: #8d8d8d;
            text-decoration: none
        }

        .searchListing .itemListing div.itemContainer div.productItemDisplay div.detailsArea div.details div.sku a {
            color: #cf0725;
            text-decoration: none
        }

        .searchListing .itemListing div.itemContainer div.productItemDisplay div.detailsArea div.details div.price {
            color: #000;
            height: auto
        }

td.ProductItemView {
    width: 33%
}

.ProductItemView .gridThumbnail img {
    max-width: 150px
}

.itemListing .tableNode {
    height: 260px;
    text-align: center;
    width: 289px !important
}

.itemListing .itemContainer {
    height: 250px;
    margin: 3px 3px;
    border: 1px solid #e0e0e0
}

div.productItemDisplay div.thumbnailArea {
    height: 130px;
    display: table;
    margin: 0 auto
}

    div.productItemDisplay div.thumbnailArea div.thumbnailWrapper {
        margin: 10px 0
    }

        div.productItemDisplay div.thumbnailArea div.thumbnailWrapper div.thumbnail {
            display: table-cell;
            width: 100px;
            height: 100px;
            vertical-align: middle;
            text-align: center;
        }

div.productItemDisplay div.detailsArea {
    height: 120px;
    text-align: center
}

    div.productItemDisplay div.detailsArea div.details div.itemName {
        height: 57px;
        overflow: hidden;
        padding: 0 5px
    }

        div.productItemDisplay div.detailsArea div.details div.itemName a {
            font-size: 14px;
            line-height: 18px;
            color: #000;
            text-decoration: none
        }

    div.productItemDisplay div.detailsArea div.details div.price {
        color: #000
    }

        div.productItemDisplay div.detailsArea div.details div.price span.salePriceValue {
            background: transparent url(images/msrp-cross.png) no-repeat scroll center center
        }

div.regPrice span.listPrice {
    background: transparent url(images/msrp-cross.png) no-repeat center center;
}

div.productItemDisplay div.detailsArea div.details div.summary {
    height: 80px;
    margin: 5px 0;
    overflow: auto
}

div.productItemDisplay div.actionsArea {
    position: relative;
    height: 60px;
    margin-bottom: 15px
}

    div.productItemDisplay div.actionsArea div.actions {
        bottom: 0;
        position: absolute;
        width: 100%;
        margin-bottom: 5px
    }

div.productItemDisplay div.detailsArea div.details div.price div.saleprice {
    margin-top: 5px
}

    div.productItemDisplay div.detailsArea div.details div.price div.saleprice > span {
        display: inline-block;
        margin-top: 10px;
        vertical-align: top
    }

span.label.salePrice {
    color: #cf0725;
    font-weight: 700
}

span.value.salePrice {
    color: #cf0725;
    font-weight: 700
}

div.productItemDisplay div.actionsArea div.actions a.button {
    font-size: 14px;
    padding: 12px 16px;
    margin: 0;
    letter-spacing: -.5px
}

    div.productItemDisplay div.actionsArea div.actions a.button:hover {
        background-color: #e0e0e0;
        color: #000 !important
    }

div.webpageItemDisplay div.thumbnailArea {
    height: 130px;
    display: table;
    margin: 0 auto
}

    div.webpageItemDisplay div.thumbnailArea div.thumbnailWrapper {
        display: table-cell;
        vertical-align: middle
    }

div.webpageItemDisplay div.detailsArea {
    height: 85px;
    text-align: center
}

    div.webpageItemDisplay div.detailsArea div.details div.itemName {
        color: #000
    }

        div.webpageItemDisplay div.detailsArea div.details div.itemName a {
            color: #000;
            text-decoration: none
        }

    div.webpageItemDisplay div.detailsArea div.details div.summary {
        height: 60px;
        margin: 5px 0;
        overflow: hidden
    }

div.manufacturerListing h1#pageHeader {
    display: inline;
    padding-right: 10px;
    font-size: 1.5em
}

div.manufacturerListing .widget .content select {
    font-size: 1.5em
}

div.categoryItemDisplay div.thumbnailArea {
    height: 130px;
    display: table;
    margin: 0 auto
}

    div.categoryItemDisplay div.thumbnailArea div.thumbnailWrapper {
        display: table-cell;
        vertical-align: middle
    }

div.categoryItemDisplay div.detailsArea {
    height: 85px;
    text-align: center
}

    div.categoryItemDisplay div.detailsArea div.details div.itemName {
        color: #000
    }

        div.categoryItemDisplay div.detailsArea div.details div.itemName a {
            color: #000;
            text-decoration: none
        }

    div.categoryItemDisplay div.detailsArea div.details div.summary {
        height: 60px;
        margin: 5px 0;
        overflow: hidden
    }

div.linkItemDisplay div.thumbnailArea {
    height: 130px;
    display: table;
    margin: 0 auto
}

    div.linkItemDisplay div.thumbnailArea div.thumbnailWrapper {
        display: table-cell;
        vertical-align: middle
    }

div.linkItemDisplay div.detailsArea {
    height: 85px;
    text-align: center
}

    div.linkItemDisplay div.detailsArea div.details div.itemName {
        color: #000
    }

        div.linkItemDisplay div.detailsArea div.details div.itemName a {
            color: #000;
            text-decoration: none
        }

    div.linkItemDisplay div.detailsArea div.details div.summary {
        height: 60px;
        margin: 5px 0;
        overflow: hidden
    }

.searchSortHeader {
    border-top: 1px dotted #e0e0e0;
    color: #000;
    margin: 5px 0;
    padding: 10px 0 0
}

    .searchSortHeader span {
        font-size: 12px
    }

    .searchSortHeader .sorting {
        border: 1px solid #e0e0e0;
        color: #000;
        padding: 1px;
        font-size: 1em
    }

    .searchSortHeader .fieldHeader {
        font-size: 12px
    }

    .searchSortHeader .sortPanel {
        float: left
    }

    .searchSortHeader .pageSizePanel {
        float: left;
        margin-left: 10px
    }

#searchPage .searchSortHeader .pageSizePanel {
    float: none
}

#advancedSearchPage .searchSortHeader .pageSizePanel {
    float: none
}

#advancedSearchPage .searchPanel .button {
    font-size: 18px;
    padding: 0 34px;
    height: 51px
}

#advancedSearchPage #ctl00_ctl00_NestedMaster_PageContent_SearchResultsPanel a.button {
    margin: 0;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    padding: 5px 8px
}

div.productRowDisplay {
    border: 1px solid #e0e0e0
}

    div.productRowDisplay h1 {
        color: #fff;
        text-align: center;
        font-size: 1.5em;
        font-weight: 700;
        line-height: 1.5em;
        margin: 0;
        letter-spacing: 1px
    }

div.productDisplay {
    overflow: hidden;
    margin-bottom: 15px
}

    div.productDisplay h1 {
        color: #000;
        text-align: left;
        font-size: 2em;
        font-weight: 700;
        line-height: 1.35em;
        padding: 10px;
        letter-spacing: 1px
    }

    div.productDisplay div.simpleProduct div.productImageArea {
        vertical-align: top;
        text-align: center;
        max-width: 425px;
        padding: 0 6px
    }

div.mainImage img.productImage:hover {
    cursor: pointer
}

div.productDisplay div.simpleProduct div.productDetails {
    float: right;
    vertical-align: top;
    width: auto;
    text-align: center;
    margin-bottom: 40px
}

    div.productDisplay div.simpleProduct div.productDetails > a:nth-of-type(1) {
        text-decoration: underline;
        display: block
    }

div.productDisplay div.optionProduct div.productDetails {
    vertical-align: top;
    padding: 5px
}

div.productDisplay div.simpleProduct div.productDetails div.logoManufacturer img {
    max-width: 180px;
    margin-bottom: 8px
}

div#buyProductDialog {
    background: transparent url(images/gray-product-boss.png) repeat-y;
    margin: 10px 0 0
}

    div#buyProductDialog .content {
        padding: 10px
    }

    div#buyProductDialog div.detailRow {
        clear: both;
        margin-bottom: 5px
    }

        div#buyProductDialog div.detailRow div {
            display: inline-block
        }

            div#buyProductDialog div.detailRow div#saleCell {
                display: block
            }

            div#buyProductDialog div.detailRow div.buttonCell {
                width: 90px
            }

                div#buyProductDialog div.detailRow div.buttonCell.wishlistButton {
                    padding-right: 20px
                }

                div#buyProductDialog div.detailRow div.buttonCell.shareButton {
                    padding-left: 20px
                }

                    div#buyProductDialog div.detailRow div.buttonCell.shareButton span.st_sharethis {
                        display: block;
                        padding-bottom: 7px
                    }

                div#buyProductDialog div.detailRow div.buttonCell img {
                    margin-bottom: -2px
                }

            div#buyProductDialog div.detailRow div.emailDialogPanel {
                display: none
            }

    div#buyProductDialog div.msrpRow {
        height: 32px;
        vertical-align: middle;
        border-bottom: 1px solid #e0e0e0
    }

    div#buyProductDialog div.priceRow {
        height: 50px
    }

        div#buyProductDialog div.priceRow div.quantityValue {
            font-size: 14px;
            margin-top: 26px
        }

    div#buyProductDialog div.skuRow {
        height: 26px;
        font-size: 16px;
        border: none
    }

        div#buyProductDialog div.skuRow .skuLabel {
            text-align: right;
            padding-right: 5px
        }

        div#buyProductDialog div.skuRow .skuValue {
            text-align: left;
            padding-left: 5px
        }

    div#buyProductDialog div.buttonRow {
        background: transparent url(images/separate2_bg.png) repeat-x;
        margin-top: 5px;
        padding-top: 16px
    }

        div#buyProductDialog div.buttonRow .button {
            height: 25px;
            background-color: transparent;
            color: #000;
            padding: 20px 35px 30px
        }

        div#buyProductDialog div.buttonRow input:first-child {
            border-right: 1px solid #e0e0e0
        }

    div#buyProductDialog .saleIcon {
        float: left
    }

    div#buyProductDialog .skuLabel {
        float: left
    }

    div#buyProductDialog .quantityValue {
        float: left
    }

    div#buyProductDialog .skuValue {
        float: right
    }

    div#buyProductDialog .regPriceValue {
        float: right
    }

    div#buyProductDialog .salePriceValue {
        float: right;
        font-size: 16px;
        text-align: right
    }

        div#buyProductDialog .salePriceValue span.offer {
            display: block;
            margin-bottom: 8px
        }

    div#buyProductDialog .hasSalePrice .salePriceValue span.offer {
        display: inline-block;
        background: transparent url(images/msrp-cross.png) no-repeat scroll center center
    }

    div#buyProductDialog .salePriceValue span.mapPricing {
        display: block;
        font-size: 14px;
        background: 0 0
    }

    div#buyProductDialog .salePriceValue span.specialPrice {
        display: block;
        font-size: 20px;
        letter-spacing: -.5px;
        background: 0 0;
        padding: 12px 0;
        color: #cf0725;
        font-weight: 700
    }

    div#buyProductDialog .salePriceValue .button {
        font-size: 17px;
        padding: 0 20px;
        margin: 0 0 8px 4px;
        height: 42px;
        line-height: 42px
    }

        div#buyProductDialog .salePriceValue .button:hover {
            background-color: #e0e0e0;
            color: #000
        }

    div#buyProductDialog .regPriceValue span.msrp {
        background: transparent url(images/msrp-cross.png) no-repeat center center;
        font-size: 16px
    }

        div#buyProductDialog .regPriceValue span.msrp.noMsrpLine {
            background-image: none
        }

    div#buyProductDialog .giftCertificateInfo {
        padding: 10px 0;
        display: block
    }

div.productDescription.widget {
    margin-bottom: 0;
    text-align: left
}

    div.productDescription.widget div.header {
        margin-bottom: 15px;
        width: 880px
    }

    div.productDescription.widget .repH2 {
        font-size: 18px;
        letter-spacing: -.5px
    }

    div.productDescription.widget .content {
        width: 650px;
        padding: 0;
        margin: 0 20px
    }

        div.productDescription.widget .content ul {
            list-style-type: disc;
            margin: 10px
        }

    div.productDescription.widget div#customFields {
        margin: 5px 0 15px
    }

        div.productDescription.widget div#customFields .customLabel {
            margin-top: 5px
        }

        div.productDescription.widget div#customFields .indicators {
            margin-top: 5px
        }

        div.productDescription.widget div#customFields .indicator {
            display: inline-block
        }

            div.productDescription.widget div#customFields .indicator .customText {
                padding-right: 20px;
                position: relative;
                top: -10px
            }

        div.productDescription.widget div#customFields .customLinks {
            margin-top: 5px
        }

        div.productDescription.widget div#customFields .customLink {
            display: inline-block;
            padding-right: 20px
        }

            div.productDescription.widget div#customFields .customLink .MSDS_Link {
                padding-left: 5px;
                position: relative;
                top: -18px
            }

            div.productDescription.widget div#customFields .customLink .Video_Link {
                padding-left: 5px;
                position: relative;
                top: -18px
            }

    div.productDescription.widget .descriptionWrapper {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px
    }

div.tabs div.widget {
    border: none
}

    div.tabs div.widget div.innerSection div.header {
        display: inline-block;
        border: none;
        background-color: #e0e0e0
    }

div.tabs div.productReviewsPanel {
    margin: 20px 10px
}

    div.tabs div.productReviewsPanel a.button {
        color: #fff;
        margin: 10px 0 0 0
    }

div.notCalifornia {
    font-weight: 700
}

table.buyProductForm {
    padding: 10px 5px 5px 5px
}

    table.buyProductForm td {
        padding: 5px 0 5px 5px;
        vertical-align: middle
    }

    table.buyProductForm th {
        padding: 5px 0 5px 5px;
        vertical-align: middle
    }

    table.buyProductForm .rowHeader {
        border-width: 0;
        padding: 5px 5px 5px 5px;
        border-right: solid 1px #e0e0e0;
        text-align: right
    }

span.inventoryDetails {
    display: block;
    width: 200px
}

.optionPicker td {
    border: outset 2px #000
}

    .optionPicker td.selected {
        border: inset 2px #000
    }

.pricePopup {
    background-color: #fff;
    border-width: 3px;
    border-style: solid;
    border-color: gray;
    padding: 3px;
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    z-index: 99
}

    .pricePopup .header {
        background-color: #fff;
        border: solid 1px gray;
        color: #000;
        margin: -3px;
        padding: 6px;
        font-weight: 700
    }

    .pricePopup span.fieldHeader {
        display: block;
        float: left;
        width: 135px;
        text-align: right;
        margin-right: 6px
    }

    .pricePopup span.fieldValue {
        display: block;
        float: left
    }

div.aggregateRating {
    display: inline
}

    div.aggregateRating .ratingText {
        display: inline
    }

.productReviewContent {
    white-space: pre-line;
    text-align: justify;
    padding: 10px
}

.ratingStar00 {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 9px;
    display: inline-block;
    background-image: url(images/ratings/rate_00.gif)
}

.ratingStar01 {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 9px;
    display: inline-block;
    background-image: url(images/ratings/rate_01.gif)
}

.ratingStar02 {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 9px;
    display: inline-block;
    background-image: url(images/ratings/rate_02.gif)
}

.ratingStar03 {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 9px;
    display: inline-block;
    background-image: url(images/ratings/rate_03.gif)
}

.ratingStar04 {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 9px;
    display: inline-block;
    background-image: url(images/ratings/rate_04.gif)
}

.ratingStar05 {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 9px;
    display: inline-block;
    background-image: url(images/ratings/rate_05.gif)
}

.ratingStar06 {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 9px;
    display: inline-block;
    background-image: url(images/ratings/rate_06.gif)
}

.ratingStar07 {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 9px;
    display: inline-block;
    background-image: url(images/ratings/rate_07.gif)
}

.ratingStar08 {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 9px;
    display: inline-block;
    background-image: url(images/ratings/rate_08.gif)
}

.ratingStar09 {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 9px;
    display: inline-block;
    background-image: url(images/ratings/rate_09.gif)
}

.ratingStar10 {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 9px;
    display: inline-block;
    background-image: url(images/ratings/rate_10.gif)
}

#productImages img {
    border: 0
}

#productImages div.progress-bar {
    border: 1px solid #fff;
    background-color: #000
}

#productImages div.missing-thumbnail {
    background: #000 url(images/redx.gif) center center no-repeat;
    cursor: pointer;
    border: 1px solid #e0e0e0
}

#productImages div.error-message {
    color: #bbb;
    font-size: 1.2em;
    margin-top: -.6em;
    position: relative;
    text-align: center
}

#productImages div.caption {
    background-color: #000;
    color: #fff
}

    #productImages div.caption a {
        color: #fff
    }

#productImages body {
    background-color: #000;
    margin: 0;
    padding: 0
}

#productImages html {
    background-color: #000;
    margin: 0;
    padding: 0
}

#productImages #gallery {
    margin: 20px auto;
    height: 520px;
    width: 750px;
    position: relative;
    color: #000;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    background-color: #000
}

#webpagePage p {
    margin: 0
}

#webpagePage ul {
    list-style-type: inherit;
    margin-left: 0;
    padding: 0 0 0 40px
}

#basketPage div.basketContainer div.actions {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center
}

    #basketPage div.basketContainer div.actions .button {
        font-size: 16px;
        height: auto;
        padding: 5px 10px;
        line-height: 40px
    }

        #basketPage div.basketContainer div.actions .button:hover {
            background-color: #e0e0e0;
            color: #000 !important
        }

#checkoutNavigation .checkoutProgressBar {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 0;
    background: #fff
}

#checkoutPage {
    /*    margin-top: 50px
*/
}

#basketPage div.basketContainer div.actions span.checkout .button {
    background-color: #071f31;
    color: #fff
}

    #basketPage div.basketContainer div.actions span.checkout .button:hover {
        background-color: #e0e0e0;
        color: #000 !important
    }

#basketPage div.warnings {
    padding-left: 20px
}

#basketPage div.emptyBasketPanel {
    background-color: #fff;
    padding-top: 20px;
    margin: 20px 35px 20px 35px;
    height: 50px;
    text-align: center
}

    #basketPage div.emptyBasketPanel span.message {
        font-size: 18px;
        font-weight: 400;
        color: #000
    }

#rightColumn div.basketShippingEstimateWidget.widget table.compact select.CountryDropDown {
    width: 100px !important
}

#rightColumn div.basketShippingEstimateWidget.widget table.compact select.ProvinceDropDown {
    width: 90px !important
}

#rightColumn div.basketShippingEstimateWidget.widget table.compact input[type=text] {
    padding: 0;
    background-color: #eeeeee;
    color: #707070;
    border: 1px solid #dfe0e0;
    width: 100%;
    padding-left: 5px;
}

table.basket {
    border: 0;
    border-collapse: collapse;
    width: 100%
}

    table.basket th {
        border: 1px solid #e0e0e0;
        padding: 4px 8px;
        text-align: center;
        vertical-align: top
    }

    table.basket td {
        /*border: 1px solid #e0e0e0;*/
        padding: 4px 8px;
        text-align: center;
        vertical-align: top
    }

    table.basket tr {
        border: 1px solid #e0e0e0;
    }

    table.basket td.item a, .basketSummary td.item a {
        font-size: 12px;
    }

.basketItems td.item a {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

    table.basket td a:hover {
        color: #cf0725
    }

    table.basket th.thumbnail {
        border-right: none;
        text-align: left;
        width: 60px
    }

    table.basket td.thumbnail {
        border-right: none;
        text-align: center;
        width: 60px
    }

    table.basket th.item {
        border-left: none;
        text-align: left
    }

    table.basket td.item, table.basket td.quantity, table.basket td.total, table.basket td.item {
        border-left: none;
        text-align: left
    }

        table.basket td.item div.setGiftOptions a {
            background: url(images/icons/gift-box.gif) center right no-repeat;
            height: 30px;
            line-height: 30px;
            padding-right: 25px
        }

        table.basket td.item div.itemDetail {
            margin-bottom: 1em
        }

.basketItems td.item div.itemActions a, .basketSummary td.item div.itemActions a {
    text-transform: lowercase;
    color: #000;
    font-size: 25px;
}

    .basketItems td.item div.itemActions a:after, .basketSummary td.item div.itemActions a:after {
        display: inline-block;
        content: "\00d7"; /* This will render the 'X' */
    }

    table.basket th.quantity {
        text-align: center;
        width: 60px;
    }

    table.basket td.quantity, table.basket td.total {
        text-align: center;
        width: 140px;
        position: relative;
    }

        table.basket td.quantity table {
            margin: auto;
            margin-top: 25px;
        }

        table.basket td.total p {
            margin: auto;
            font-size: 15px;
            font-weight: bold;
            margin-top: 10px;
        }

    table.basket td.item {
        padding-top: 5px;
    }

    table.basket td.quantity {
        padding-top: 15px;
    }


        table.basket td.quantity p {
            padding-top: 10px;
        }

            table.basket td.quantity p a {
                color: #5479b5;
                font-size: 12px;
            }

    table.basket td.footerSubtotalLabel {
        text-align: right
    }

    table.baskset th.sku, table.basket td.sku {
        display: none;
    }

.miniBasket .price {
    color: #000
}

.miniBasket .label {
    color: #000;
    margin-right: 5px
}

.miniBasket .value {
    font-size: 1.1em
}

.miniBasket .basketItemBox {
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 1em;
    padding-bottom: .5em
}

    .miniBasket .basketItemBox .iconBox {
        width: 50px;
        height: 50px;
        float: left;
        overflow: hidden;
        margin-right: 5px
    }

    .miniBasket .basketItemBox .titleBox {
        float: left
    }

    .miniBasket .basketItemBox .noIcon {
        padding-left: 0
    }

    .miniBasket .basketItemBox .actions {
        margin: 1em 0
    }

        .miniBasket .basketItemBox .actions input.quantity {
            width: 20px
        }

.miniBasket .subTotalsBox {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 1em;
    padding-bottom: .5em
}

.miniBasket .checkoutButtonsBox .standardCheckout {
    text-align: center
}

.miniBasket .checkoutButtonsBox .alternateCheckouts {
    text-align: center
}

    .miniBasket .checkoutButtonsBox .alternateCheckouts > div {
        padding-top: 6px
    }

.miniBasket .noResultsPanel {
    padding: 5px;
    font-style: italic
}

    .miniBasket .noResultsPanel span.message {
        display: block
    }

div#header-mini-cart .miniBasket .basketItemBox .titleBox {
    display: block;
    float: none
}

div#header-mini-cart .miniBasket .subTotalsBox {
    display: block
}

div#header-mini-cart .miniBasket .checkoutButtonsBox {
    width: 100%
}

    div#header-mini-cart .miniBasket .checkoutButtonsBox .standardCheckout {
        display: block
    }

    div#header-mini-cart .miniBasket .checkoutButtonsBox .alternateCheckouts {
        display: block
    }

.miniBasketItemDetail .subscriptions .lineBlock {
    display: block;
    font-size: 10px
}

.miniBasketItemDetail .subTitle {
    padding: 0;
    text-indent: 0;
    margin: 0 7px;
    clear: both
}

    .miniBasketItemDetail .subTitle li {
        color: #000;
        list-style-type: none;
        margin: 4px 0 0 10px
    }

.miniBasketItemDetail .title {
    color: #000;
    font-weight: 400;
    float: left;
    text-align: left;
    position: relative
}

    .miniBasketItemDetail .title a {
        color: #000
    }

        .miniBasketItemDetail .title a:hover {
            color: #000
        }

.tabs .ajax__tab_header {
    border-bottom: solid 1px #e0e0e0
}

.tabs .ajax__tab_panel {
    border-color: #e0e0e0 #e0e0e0 #e0e0e0 #e0e0e0;
    border-style: none solid solid solid;
    border-width: medium 1px 1px 1px
}

.tabs .ajax__tab_outer {
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: -1px
}

.tabs .ajax__tab_inner {
    padding-left: 3px;
    border: #e0e0e0 solid 1px;
    background-color: #fff;
    font-weight: 700;
    padding: 3px 10px
}

.tabs .ajax__tab_tab {
    height: 15px;
    padding: 0;
    margin: 0;
    outline: 0
}

.tabs .ajax__tab_hover .ajax__tab_outer {
    outline: 0
}

.tabs .ajax__tab_hover .ajax__tab_inner {
    background-color: #fff;
    outline: 0
}

    .tabs .ajax__tab_hover .ajax__tab_inner a {
        color: #fff;
        outline: 0
    }

.tabs .ajax__tab_hover .ajax__tab_tab {
    outline: 0
}

.tabs .ajax__tab_active .ajax__tab_outer {
    outline: 0
}

.tabs .ajax__tab_active .ajax__tab_inner {
    background-color: #fff
}

    .tabs .ajax__tab_active .ajax__tab_inner a {
        color: #fff;
        outline: 0
    }

.tabs .ajax__tab_active .ajax__tab_tab {
    outline: 0
}

.tabs .ajax__tab_body {
    outline: 0
}

#loginPage .halfColumn {
    width: 50%;
    box-sizing: border-box;
    margin: 25px 0 20px;
    padding-right: 40px
}

#loginPage div.widget .header .repH2 {
    font-size: 18px
}

#loginPage table.inputForm .rowHeader * {
    line-height: 30px
}

#loginPage #ctl00_ctl00_NestedMaster_PageContent_RegisterDialog1_RegisterPanel table.inputForm {
    text-align: left !important
}

    #loginPage #ctl00_ctl00_NestedMaster_PageContent_RegisterDialog1_RegisterPanel table.inputForm > tbody > tr:nth-of-type(1) > td > div:nth-of-type(2) {
        text-align: left !important
    }

#loginPage #ctl00_ctl00_NestedMaster_PageContent_LoginDialog1_Password {
    width: 232px !important
}

#loginPage #ctl00_ctl00_NestedMaster_PageContent_RegisterDialog1_Password {
    width: 232px !important
}

#loginPage #ctl00_ctl00_NestedMaster_PageContent_RegisterDialog1_ConfirmPassword {
    width: 232px !important
}

#loginPage #ctl00_ctl00_NestedMaster_PageContent_RegisterDialog1_RegisterPanel > div.content.nofooter > div.dialogSection > table.inputForm > tbody > tr:nth-of-type(4) > td:nth-of-type(2) {
    font-size: 12px !important
}

#loginPage .button {
    font-size: 18px;
    padding: 0 34px;
    height: 51px
}

    #loginPage .button:hover {
        background-color: #e0e0e0;
        color: #000 !important
    }

#accountPage div.tabstrip ul li a {
    padding: 7px 14px;
    font-size: 1.5em
}

#accountPage .button {
    font-size: 18px;
    padding: 0 34px;
    height: 51px;
    line-height: 51px
}

    #accountPage .button:hover {
        background-color: #e0e0e0;
        color: #000 !important
    }

#account_credentialsPage table.inputForm .rowHeader * {
    line-height: 30px
}

#account_credentialsPage #ctl00_ctl00_NestedMaster_PageContent_UserName {
    width: 230px !important
}

#account_credentialsPage #ctl00_ctl00_NestedMaster_PageContent_Email {
    width: 230px !important
}

#account_credentialsPage #ctl00_ctl00_NestedMaster_PageContent_CurrentPassword {
    width: 230px !important
}

#account_credentialsPage #ctl00_ctl00_NestedMaster_PageContent_Password {
    width: 230px !important
}

#account_credentialsPage #ctl00_ctl00_NestedMaster_PageContent_ConfirmPassword {
    width: 230px !important
}

div.checkoutProgress {
    background-color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 2px;
    text-transform: uppercase;
    color: #000;
    display: block;
    clear: both
}

    div.checkoutProgress span {
        padding: 3px 6px
    }

        div.checkoutProgress span.on span {
            background-color: #000;
            border: solid 1px #e0e0e0;
            color: #fff
        }

            div.checkoutProgress span.on span a {
                color: #fff
            }

div.validAddressContainer {
    padding: 10px;
    background-color: #f5f5f5
}

    div.validAddressContainer p {
        font-weight: 700
    }

#checkoutPage .button {
    font-size: 18px;
    color: #fff;
    padding: 0 34px;
    height: 51px;
    line-height: 51px
}

    #checkoutPage .button:hover {
        background-color: #e0e0e0;
        color: #000 !important
    }

#checkoutPage div.billingAddress {
    margin-left: 0
}

    #checkoutPage div.billingAddress span.editLink {
        margin-left: 10px
    }

#checkoutPage div.shippingAddress span.editLink {
    margin-left: 10px
}

#checkoutPage span.editLink a {
    background-color: #e0e0e0;
    padding: 0 10px;
    text-decoration: none
}

    #checkoutPage span.editLink a:hover {
        color: #cf0725;
        text-decoration: underline
    }

#checkoutPage div.basketTotalSummaryWidget .message {
    font-style: italic
}

#checkoutPage div.basketNonShippableItemsWidget div.content {
    padding: 0
}

#checkoutPage .orderSummaryWidget div.content div {
    margin-bottom: 1em
}

#checkout_payPage div.widget.billingAddressWidget {
    margin-bottom: 0
}

#checkout_payPage #ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_PaymentFormContainer #ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_PaymentMethodList > tbody > tr:nth-of-type(4), #checkout_payPage #ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_PaymentFormContainer #ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_PaymentMethodList > tbody > tr:nth-of-type(5) {
    display: none !important
}

#checkoutPage .widget .actions .button {
    font-size: 16px;
    height: auto;
    padding: 5px 10px;
    line-height: 40px
}

    #checkoutPage .widget .actions .button:hover {
        background-color: #e0e0e0;
        color: #000 !important
    }

#checkoutPage .entry .buttons .button {
    font-size: 14px;
    height: auto;
    padding: 5px 10px;
    line-height: 30px
}

    #checkoutPage .entry .buttons .button:hover {
        background-color: #e0e0e0;
        color: #000 !important
    }

#checkoutPage .couponForm .button {
    font-size: 14px;
    height: auto;
    padding: 3px 10px
}

#checkoutPage .paymentForm .button {
    font-size: 16px;
    height: auto;
    padding: 5px 10px
}

#checkoutPage .paymentForm #ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_CreditCardPaymentForm_CreditCardButton.button {
    font-size: 15px;
    line-height: 40px;
    height: auto;
    padding: 5px 10px;
    margin-left: -78px
}

    #checkoutPage .paymentForm #ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_CreditCardPaymentForm_CreditCardButton.button:hover {
        background-color: #e0e0e0;
        color: #000 !important
    }

#checkoutPage .paymentForm .paypalbutton {
    font-size: 12px;
    height: auto;
    padding: 5px 10px;
    color: #fff;
    background-color: #000
}

#checkoutPage #ctl00_ctl00_NestedMaster_PageContent_ValidAddressesPanel input.button {
    font-size: 14px;
    padding: 10px;
    height: 40px;
    margin-top: 10px;
    height: auto
}

    #checkoutPage #ctl00_ctl00_NestedMaster_PageContent_ValidAddressesPanel input.button:hover {
        background-color: #e0e0e0;
        color: #000 !important
    }

div.widget.ppExpressCheckout {
    border: none
}

    div.widget.ppExpressCheckout.ppCreditCheckout img {
        display: block
    }

#checkoutPage table.shipmentWidget td.address {
    width: 200px;
    padding: 8px
}

    #checkoutPage table.shipmentWidget td.address div {
        margin-bottom: 1em
    }

    #checkoutPage table.shipmentWidget td.address span.links {
        margin-right: 20px;
        float: right
    }

#checkoutPage table.shipmentWidget td.items {
    padding-top: 8px
}

#checkoutPage table.shipmentWidget td.method {
    width: 280px;
    border-left: 1px solid #e0e0e0;
    background-color: #fff;
    padding-left: 10px
}

    #checkoutPage table.shipmentWidget td.method h3 {
        border-bottom: 1px solid #e0e0e0;
        margin: 0;
        padding: 12px 0 4px
    }

    #checkoutPage table.shipmentWidget td.method select {
        margin: 15px 0
    }

    #checkoutPage table.shipmentWidget td.method p {
        margin: 4px 0
    }

    #checkoutPage table.shipmentWidget td.method a.liftGateButton {
        display: inline-block;
        margin: 10px 0
    }

        #checkoutPage table.shipmentWidget td.method a.liftGateButton:hover {
            color: #fff
        }

    #checkoutPage table.shipmentWidget td.method input.button {
        margin: 10px 0
    }

#checkoutPage #ctl00_ctl00_NestedMaster_PageContent_ShipmentRepeater_ctl00_ExpediteWarningMessage {
    display: block;
    margin: 5px 0 15px 5px
}

#checkoutPage #ctl00_ctl00_NestedMaster_PageContent_ShipmentRepeater_ctl00_MinimumOrderWarningMessage {
    display: none;
    margin: 5px 0 15px 5px
}

#checkoutPage #ctl00_ctl00_NestedMaster_PageContent_ShipmentRepeater_ctl00_InternationalWarningMessage {
    display: block;
    margin: 5px 0 15px 5px
}

#checkoutPage #ctl00_ctl00_NestedMaster_PageContent_ShipmentRepeater_ctl00_ShipMessageLabel {
    margin-left: 5px
}

#checkoutPage #ctl00_ctl00_NestedMaster_PageContent_ShipmentRepeater_ctl00_ShipMessage {
    height: 25px;
    font-size: 14px
}

#checkoutPage label[for=ctl00_ctl00_NestedMaster_PageContent_ShipmentRepeater_ctl00_ShipMethodsList_2]::after {
    content: "(no Saturday delivery)";
    margin-left: 7px;
    color: #cf0725
}

#checkoutPage #pageHeader {
    width: 100% !important;
    margin-bottom: 15px !important;
    overflow: hidden;
    position: relative;
    height: 50px;
}

.UPSwarning {
    color: #cf0725;
    font-size: 12px
}

div.widget.shippingMethodWidget .content a.button {
    color: #fff
}

a.liftGateButton {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 5px 10px;
    background-color: #cf0725 !important;
    border-radius: 0;
}

.shipMethodsList {
    margin-bottom: 10px
}

.shipMethodsErrors {
    margin-bottom: 10px
}

.expeditedOrders p {
    font-size: 11px;
    color: #cf0725;
    margin: 5px 0 0
}

#LiftGatePanel {
    position: relative
}

#LiftGateButton.button {
    font-size: 12px;
    padding: 0 10px;
    height: 40px !important;
    line-height: 40px
}

#LiftGateInstructions {
    color: #003d76;
    display: inline;
    padding-left: 10px
}

#liftInfoDialog {
    display: none;
    background-color: #fff;
    color: #003d76;
    border: 4px solid #003d76;
    width: 250px;
    position: absolute;
    padding: 20px;
    top: 35px;
    right: 165px;
    z-index: 1;
}

.ui-button-icon-primary.ui-icon.ui-icon-closethick {
    position: static;
    background-image: url(jquery/images/ui-icons_222222_256x240.png);
    margin: -1px
}

#checkout_startPage {
    padding-top: 1em
}

#checkout_billPage .column_1 div.section {
    border: 1px solid #e0e0e0;
    margin-bottom: 1em
}

#checkout_billPage .inputForm th.rowHeader {
    width: 25%
}

#checkout_billPage .inputForm td {
    min-width: 150px
}

#checkout_payPage .orderTerms {
    height: 60px;
    overflow: auto;
    border: 1px solid #000;
    padding: 8px
}

#checkoutPage .balanceDueSection {
    margin-bottom: 1em
}

#checkoutPage .orderInvalidSection {
    margin-bottom: 1em
}

.cvvAmex {
    background-image: url(images/paymentinstruments/cvv_amex.gif);
    background-repeat: no-repeat;
    border: 0;
    height: 169px;
    width: 249px
}

.cvvVisa {
    background-image: url(images/paymentinstruments/cvv_visa.gif);
    background-repeat: no-repeat;
    border: 0;
    height: 169px;
    width: 249px
}

.checkHelp {
    background-image: url(images/paymentinstruments/checkhelp.jpg);
    background-repeat: no-repeat;
    border: 0;
    height: 181px;
    width: 250px
}

table.itemList {
    border: 0;
    border-collapse: collapse;
    width: 100%
}

    table.itemList th {
        padding: 4px 8px;
        text-align: center;
        vertical-align: middle;
        border-bottom: 1px solid #e0e0e0
    }

    table.itemList td {
        padding: 4px 8px;
        text-align: center;
        vertical-align: middle;
        padding-bottom: 10px;
        padding-top: 10px
    }

        table.itemList td a {
            color: #000
        }

            table.itemList td a:hover {
                color: #000
            }

    table.itemList th.thumbnail {
        border-right: none;
        text-align: left;
        width: 60px
    }

    table.itemList td.thumbnail {
        text-align: center;
        width: 60px
    }

    table.itemList th.item {
        border-left: none;
        text-align: left
    }

    table.itemList td.item {
        text-align: left
    }

        table.itemList td.item div.setGiftOptions a {
            background: url(images/icons/gift-box.gif) center right no-repeat;
            height: 30px;
            line-height: 30px;
            padding-right: 25px
        }

    table.itemList th.quantity {
        width: 60px
    }

    table.itemList td.quantity {
        width: 60px
    }

    table.itemList th.sku {
        width: 80px
    }

    table.itemList td.sku {
        width: 80px
    }

    table.itemList th.price {
        width: 70px
    }

    table.itemList td.price {
        width: 70px
    }

    table.itemList th.total {
        width: 70px
    }

    table.itemList td.total {
        width: 70px
    }

    table.itemList th.shipTo {
        text-align: left;
        border: 1px solid #e0e0e0
    }

    table.itemList td.shipTo {
        text-align: left;
        background-color: #fff;
        border: 1px solid #e0e0e0
    }

    table.itemList th.giftOption {
        text-align: left;
        width: 300px
    }

    table.itemList td.giftOption {
        text-align: left;
        width: 300px
    }

        table.itemList td.giftOption div.message {
            margin-top: 10px
        }

            table.itemList td.giftOption div.message textarea {
                height: 60px;
                width: 95%
            }

    table.itemList th.paymentDate {
        width: 100px
    }

    table.itemList td.paymentDate {
        width: 100px
    }

    table.itemList th.paymentAmount {
        width: 100px
    }

    table.itemList td.paymentAmount {
        width: 100px
    }

    table.itemList th.paymentStatus {
        width: 100px
    }

    table.itemList td.paymentStatus {
        width: 100px
    }

    table.itemList th.paymentMethod {
        text-align: left
    }

    table.itemList td.paymentMethod {
        text-align: left
    }

    table.itemList th.noteDate {
        width: 140px
    }

    table.itemList td.noteDate {
        width: 140px
    }

    table.itemList th.noteAuthor {
        width: 140px
    }

    table.itemList td.noteAuthor {
        width: 140px
    }

    table.itemList th.noteText {
        text-align: left
    }

    table.itemList td.noteText {
        text-align: left
    }

    table.itemList th.digitalGood {
        text-align: left;
        width: 300px
    }

    table.itemList td.digitalGood {
        text-align: left;
        width: 300px
    }

    table.itemList th.download {
        width: 80px
    }

    table.itemList td.download {
        width: 80px
    }

    table.itemList th.remainingDownloads {
        width: 80px
    }

    table.itemList td.remainingDownloads {
        width: 80px
    }

    table.itemList th.serialKey {
        text-align: left
    }

    table.itemList td.serialKey {
        text-align: left
    }

    table.itemList th.giftCertificate {
        text-align: left
    }

    table.itemList td.giftCertificate {
        text-align: left
    }

    table.itemList th.giftCertificateStatus {
        width: 150px
    }

    table.itemList td.giftCertificateStatus {
        width: 150px
    }

    table.itemList th.giftCertificateExpiration {
        width: 150px
    }

    table.itemList td.giftCertificateExpiration {
        width: 150px
    }

    table.itemList th.subscription {
        text-align: left
    }

    table.itemList td.subscription {
        text-align: left
    }

    table.itemList th.subscriptionStatus {
        width: 150px
    }

    table.itemList td.subscriptionStatus {
        width: 150px
    }

    table.itemList th.subscriptionExpiration {
        width: 150px
    }

    table.itemList td.subscriptionExpiration {
        width: 150px
    }

.addressBook .entries {
    margin-left: 10px
}

.addressBook .entry {
    border: 1px solid #e0e0e0;
    vertical-align: top;
    margin: 5px;
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
    display: inline-block;
    width: 256px;
    height: 195px;
    position: relative
}

.addressBook .address {
    padding-left: 20px
}

.addressBook .entry h2 {
    margin: 0 0 .5em 0;
    font-size: 1.2em;
    font-weight: 700;
    display: inline-block
}

.addressBook .caption .links {
    float: right
}

.addressBook .entry .buttons {
    position: absolute;
    top: 155px
}

.addressBook .addEntry {
    background-color: #fff
}

    .addressBook .addEntry .buttons {
        position: absolute
    }

table.orderTotalSummary {
    width: 100%;
    margin-bottom: 1em
}

    table.orderTotalSummary th {
        text-align: right;
        font-weight: 400;
        white-space: nowrap;
        border-bottom: 0
    }

    table.orderTotalSummary td {
        text-align: right;
        width: 80px;
        border-bottom: 0
    }

    table.orderTotalSummary tr.dividerRow td {
        border-bottom: 1px solid #e0e0e0;
        width: 100%
    }

    table.orderTotalSummary tr.importantRow {
        font-weight: 700
    }

    table.orderTotalSummary tr.actionsRow td {
        text-align: center;
        width: 100%
    }

.paymentFormContainer .paymentMethodList {
    display: table-cell;
    vertical-align: top;
    border-right: 0 dotted #e0e0e0;
    white-space: nowrap
}

.paymentFormContainer .paymentForm {
    display: inline;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    width: 100%;
    padding: 10px;
    vertical-align: middle;
    border: none;
}

.paymentFormContainer table.inputForm th {
    width: 125px;
    text-align: right;
    display: inline-block;
    padding-left: 0;
    line-height: 43px
}

table.paymentOptions td {
    padding-bottom: 10px
}

.applyCouponPanel {
    padding: 6px 6px 12px 6px;
    margin-bottom: 1em;
    border-bottom: 1px dotted #e0e0e0
}

    .applyCouponPanel label {
        margin-right: 4px
    }

    .applyCouponPanel p {
        display: block;
        margin-top: 1em
    }

.cvvHelpHoverPanel .helpSection {
    display: inline-block;
    width: 280px;
    margin: 10px;
    vertical-align: top
}

    .cvvHelpHoverPanel .helpSection h3 {
        margin-bottom: .5em
    }

    .cvvHelpHoverPanel .helpSection p {
        text-align: justify
    }

.orderLastStep {
    color: #cf0725;
    padding: 0 0 10px 5px;
    font-weight: 700
}

ul.columns {
    margin: 0 0 0 30px;
    padding: 0;
    list-style: none
}

    ul.columns li {
        margin: 2px;
        background-image: url(images/bullet1.gif);
        background-position: 0 3px;
        background-repeat: no-repeat;
        text-indent: 20px;
        height: 20px
    }

.orderHistoryDialog .content {
    border: solid 1px #e0e0e0;
    padding: 5px 10px;
    line-height: 25px
}

    .orderHistoryDialog .content .bullet {
        background-color: #000;
        padding-left: 18px
    }

.shippingMessage {
    display: none
}

#account_wishlistPage .actions {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px
}

#wishlistPage div.emptyWishlistPanel {
    background-color: #fff;
    padding-top: 20px;
    padding-left: 60px;
    margin: 20px 35px 35px 35px;
    height: 50px;
    text-align: center
}

    #wishlistPage div.emptyWishlistPanel span.message {
        font-size: 18px;
        font-weight: 400;
        color: #000
    }

div.widget.wishlistPasswordWidget .content a.wishListLink {
    text-transform: lowercase;
    margin-left: 20px;
    text-decoration: underline;
    color: #cf0725
}

    div.widget.wishlistPasswordWidget .content a.wishListLink:hover {
        text-decoration: none
    }

div.widget.findWishlistWidget .content a.button {
    color: #fff
}

div.widget.findWishlistWidget table.inputForm {
    width: auto
}

#account_serialKeyPage div.content {
    width: 100%;
    overflow: scroll
}

#accountPage div.tabpane {
    position: relative
}

    #accountPage div.tabpane .ui-notify {
        position: absolute
    }

.wishlistPasswordWidget {
    position: relative
}

    .wishlistPasswordWidget .ui-notify {
        position: absolute
    }

table.pagedList {
    width: 100%;
    border-collapse: collapse
}

    table.pagedList tr.oddRow {
        background-color: #fff
    }

        table.pagedList tr.oddRow td {
            padding: 10px
        }

    table.pagedList tr.evenRow {
        background-color: #fff
    }

        table.pagedList tr.evenRow td {
            padding: 10px
        }

    table.pagedList tr.empty td {
        font-size: 1.1em;
        font-style: italic;
        padding: 10px;
        text-align: center
    }

    table.pagedList td {
        border: solid 1px #e0e0e0;
        padding: 4px;
        text-align: center
    }

    table.pagedList th {
        padding: 7px 4px;
        font-weight: 700;
        background-color: #e0e0e0;
        margin: 0;
        border: solid 1px #e0e0e0
    }

        table.pagedList th a {
            color: #000;
            text-decoration: underline
        }

            table.pagedList th a:hover {
                color: #000;
                text-decoration: underline
            }

    table.pagedList td a.button {
        color: #fff
    }

        table.pagedList td a.button:hover {
            color: #fff;
            text-decoration: none
        }

    table.pagedList td a {
        color: #000
    }

        table.pagedList td a:hover {
            color: #000;
            text-decoration: none
        }

    table.pagedList th.thumbnail {
        border-right: none;
        text-align: center;
        width: 60px
    }

    table.pagedList td.thumbnail {
        border-right: none;
        text-align: center;
        width: 60px
    }

    table.pagedList th.itemName {
        border-left: none
    }

    table.pagedList td.itemName {
        border-left: none;
        text-align: left
    }

    table.pagedList th.quantity {
        width: 60px
    }

    table.pagedList td.quantity {
        width: 60px
    }

    table.pagedList th.sku {
        width: 80px
    }

    table.pagedList td.sku {
        width: 80px;
        text-align: left
    }

    table.pagedList th.price {
        width: 70px
    }

    table.pagedList td.price {
        width: 70px
    }

    table.pagedList th.msrp {
        width: 70px
    }

    table.pagedList td.msrp {
        width: 70px
    }

    table.pagedList td span.msrp {
        color: #000;
        background: transparent url(images/msrp-line.png) no-repeat center center
    }

        table.pagedList td span.msrp.noMsrpLine {
            background-image: none
        }

    table.pagedList th.manufacturer {
        width: 100px
    }

    table.pagedList td.manufacturer {
        width: 100px
    }

    table.pagedList th.categories {
        width: 120px
    }

    table.pagedList td.categories {
        width: 120px
    }

    table.pagedList th.actions {
        width: 100px
    }

    table.pagedList td.actions {
        width: 100px
    }

    table.pagedList th.orderItems {
        text-align: left
    }

    table.pagedList td.orderItems {
        text-align: left
    }

    table.pagedList tr.paging td {
        border: 0;
        padding: 0;
        text-align: center
    }

div.pagingPanel {
    margin: 5px 0;
    text-align: right;
    padding: 10px 3px
}

.paging table {
    text-align: right;
    padding: 10px 3px;
    margin: 10px 0 0 0;
    margin-bottom: 10px
}

div.pagingPanel span {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    font-weight: 700;
    font-size: 12px;
    margin: 3px 0 3px 1px;
    background-color: #fff;
    color: #000
}

div.pagingPanel .current {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    font-weight: 700;
    font-size: 12px;
    margin: 3px 0 3px 1px;
    background-color: #fff;
    color: #000
}

div.pagingPanel a {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    font-weight: 700;
    font-size: 12px;
    margin: 3px 0 3px 1px;
    background-color: #e0e0e0;
    color: #000;
    text-decoration: none
}

.paging span {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    font-weight: 700;
    font-size: 12px;
    margin: 3px 0 3px 1px;
    background-color: #fff;
    color: #000
}

.paging a {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    font-weight: 700;
    font-size: 12px;
    margin: 3px 0 3px 1px;
    background-color: #fff;
    color: #000
}

table.pagedList tr.paging a {
    background-color: #e0e0e0;
    color: #000;
    text-decoration: none
}

div.pagingPanel a:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #e0e0e0
}

table.pagedList tr.paging a:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #e0e0e0
}

.popupOuterWrapper {
    overflow: hidden;
    width: 1px;
    height: 1px
}

.modalBackground {
    background-color: gray;
    opacity: .7
}

.modalPopup {
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #e0e0e0;
    width: 500px
}

    .modalPopup .header {
        cursor: move;
        background-color: #000;
        border: solid 1px #e0e0e0;
        color: #fff;
        padding: 6px;
        font-weight: 700;
        font-size: 1.1em
    }

.modalPopupHeader {
    cursor: move;
    background-color: #000;
    border: solid 1px #e0e0e0;
    color: #fff;
    padding: 6px;
    font-weight: 700;
    font-size: 1.1em
}

.modalPopup .modalPopupContent {
    padding: 8px;
    max-height: 400px;
    overflow: auto
}

    .modalPopup .modalPopupContent input.button {
        font-size: 16px;
        height: auto;
        line-height: 40px;
        padding: 5px 10px
    }

        .modalPopup .modalPopupContent input.button:hover {
            background-color: #e0e0e0;
            color: #000
        }

.addAddressPopup {
    width: 500px
}

.editAddressPopup {
    width: 500px
}

.shipEstimatePopup {
    width: 450px
}

#ajaxProgressOuter {
    border: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: .65;
    z-index: 1000
}

#ajaxProgressInner {
    padding: 0;
    background: #fff url(images/processing.gif) no-repeat 50%;
    position: absolute;
    left: 48%;
    top: 25%;
    margin-left: -100px;
    width: 200px;
    height: 200px;
    border: solid 2px #000;
    opacity: 1;
    z-index: 1001
}

div.mainImageArea {
    width: 400px;
    display: table;
    margin: 0 auto 40px;
    position: relative;
    height: 200px
}

    div.mainImageArea div.mainImageWrapper {
        display: table-cell;
        text-align: center;
        vertical-align: top;
        top: 50%
    }

        div.mainImageArea div.mainImageWrapper div.mainImage {
            position: relative
        }

            div.mainImageArea div.mainImageWrapper div.mainImage img {
                max-width: 400px;
                max-height: 400px
            }

.additionalImages {
    position: relative;
    margin: auto;
    width: 350px
}

    .additionalImages img.thumbnail {
        max-width: 50px;
        max-height: 50px
    }

div.thumbnailsList ul {
    list-style: none
}

    div.thumbnailsList ul li {
        display: inline
    }

div.thumbnailImage {
    margin: 2px;
    border: 1px solid #e0e0e0;
    text-align: center;
    display: inline-block
}

    div.thumbnailImage img {
        border: none
    }

div.thumbnailsList a img {
    border: none
}

.socialMediaLinksDialog .fb_edge_comment_widget {
    display: none
}

#adminPanel {
    padding: 10px 15px 10px 15px;
    background-color: #fff;
    border-top: 1px solid #e0e0e0
}

    #adminPanel .rowHeader {
        font-weight: 700
    }

    #adminPanel div.editItemPanel {
        padding: 0 0 10px
    }

#checkout_amazon div.section {
    margin-bottom: 1em;
    border: 1px solid #e0e0e0;
    background-color: #fff
}

    #checkout_amazon div.section .header {
        padding-left: 10px;
        background: url(images/amazon-header-bg.gif) top left repeat-x #fff
    }

        #checkout_amazon div.section .header h2 {
            font: bold 12px/29px arial,sans-serif;
            display: inline-block;
            letter-spacing: .5pt;
            margin: 0
        }

    #checkout_amazon div.section .content {
        margin: 0 3px 3px 3px;
        border: 1px solid #e0e0e0;
        padding: 10px 10px 10px 10px;
        background-color: #fff
    }

#checkout_amazon .sidebarColumn {
    width: 420px
}

#checkout_amazon .mainColumn {
    width: 520px
}

div.otherProductsCarousel.widget .content {
    padding: 0
}

    div.otherProductsCarousel.widget .content .actions a {
        color: #fff
    }

div.otherProductsCarousel div.productItemDisplay {
    height: 250px;
    text-align: center
}

    div.otherProductsCarousel div.productItemDisplay div.thumbnailArea {
        height: 130px;
        display: block;
        margin: 0 auto;
        width: 150px;
        float: none
    }

        div.otherProductsCarousel div.productItemDisplay div.thumbnailArea div.thumbnailWrapper {
            display: block;
            vertical-align: middle
        }

            div.otherProductsCarousel div.productItemDisplay div.thumbnailArea div.thumbnailWrapper div.thumbnail {
                display: table-cell;
                width: 150px;
                height: 150px;
                vertical-align: middle
            }

                div.otherProductsCarousel div.productItemDisplay div.thumbnailArea div.thumbnailWrapper div.thumbnail a {
                    display: block
                }

    div.otherProductsCarousel div.productItemDisplay div.detailsArea {
        display: block
    }

    div.otherProductsCarousel div.productItemDisplay div.productThumbnail {
        height: 135px;
        padding: 5px 0
    }

    div.otherProductsCarousel div.productItemDisplay div.detailsArea div.details div.itemName {
        padding-top: 3px;
        height: 50px;
        overflow: hidden
    }

    div.otherProductsCarousel div.productItemDisplay div.detailsArea div.details div.sku a {
        color: #cf0725;
        text-decoration: none
    }

    div.otherProductsCarousel div.productItemDisplay div.detailsArea div.details div.manufacturer a {
        color: #8d8d8d;
        text-decoration: none
    }

div.moreCategoryItemsCarousel.widget div.innerSection div.header {
    width: 880px;
    background-color: #e0e0e0
}

    div.moreCategoryItemsCarousel.widget div.innerSection div.header .repH2 {
        font-size: 18px
    }

div.moreCategoryItemsCarousel div.productItemDisplay {
    height: 250px;
    text-align: center
}

    div.moreCategoryItemsCarousel div.productItemDisplay div.thumbnailArea {
        height: 150px;
        display: block;
        margin: 0 auto;
        width: 150px;
        float: none
    }

        div.moreCategoryItemsCarousel div.productItemDisplay div.thumbnailArea div.thumbnailWrapper {
            display: block;
            vertical-align: middle
        }

            div.moreCategoryItemsCarousel div.productItemDisplay div.thumbnailArea div.thumbnailWrapper div.thumbnail {
                display: table-cell;
                width: 150px;
                height: 150px;
                vertical-align: middle
            }

                div.moreCategoryItemsCarousel div.productItemDisplay div.thumbnailArea div.thumbnailWrapper div.thumbnail a {
                    display: block
                }

    div.moreCategoryItemsCarousel div.productItemDisplay div.detailsArea {
        display: block;
        height: 100px
    }

    div.moreCategoryItemsCarousel div.productItemDisplay div.productThumbnail {
        height: 135px;
        padding: 5px 0
    }

    div.moreCategoryItemsCarousel div.productItemDisplay div.detailsArea div.details div.itemName {
        padding-top: 3px;
        height: 39px;
        overflow: hidden
    }

    div.moreCategoryItemsCarousel div.productItemDisplay div.detailsArea div.details div.manufacturer a {
        color: #8d8d8d;
        text-decoration: none;
        letter-spacing: -.5px
    }

    div.moreCategoryItemsCarousel div.productItemDisplay div.detailsArea div.details div.sku a {
        color: #cf0725;
        text-decoration: none
    }

div#homeSpecials {
    display: none
}

div.featuredCategoryItemsCarousel.widget {
    border: none;
    color: #fff;
    display: none
}

div.featuredCategoryItemsCarousel div.productItemDisplay div.thumbnailArea {
    height: 130px;
    display: table;
    margin: 5px 10px;
    width: 178px;
    float: none;
    text-align: center;
    background-color: transparent
}

div.featuredCategoryItemsCarousel div.productItemDisplay div.detailsArea {
    height: 110px
}

    div.featuredCategoryItemsCarousel div.productItemDisplay div.detailsArea div.details {
        height: 100%;
        position: relative
    }

        div.featuredCategoryItemsCarousel div.productItemDisplay div.detailsArea div.details div.itemName {
            text-align: left;
            padding-left: 10px;
            height: 48px
        }

            div.featuredCategoryItemsCarousel div.productItemDisplay div.detailsArea div.details div.itemName a {
                color: #000
            }

        div.featuredCategoryItemsCarousel div.productItemDisplay div.detailsArea div.details div.sku {
            text-align: right;
            padding: 5px 20px 0 0
        }

            div.featuredCategoryItemsCarousel div.productItemDisplay div.detailsArea div.details div.sku a {
                color: #000
            }

        div.featuredCategoryItemsCarousel div.productItemDisplay div.detailsArea div.details div.price {
            color: #cf0725;
            width: 180px;
            text-align: right;
            font-size: 20px;
            position: absolute;
            bottom: 0;
            text-transform: uppercase
        }

            div.featuredCategoryItemsCarousel div.productItemDisplay div.detailsArea div.details div.price a {
                color: #cf0725
            }

div.featuredCategoryItemsCarousel div.productItemDisplay div.actionsArea {
    text-align: center;
    height: 30px
}

div#rebateCenterDocument {
    padding: 5px 10px;
    height: 100%;
    margin-bottom: 10px
}

    div#rebateCenterDocument:nth-child(even) {
        background-color: #fff
    }

    div#rebateCenterDocument:nth-child(odd) {
        background-color: #f5f5f5
    }

div.RebateImage {
    display: inline-block;
    width: 120px;
    vertical-align: middle
}

div.RebateContent {
    display: inline-block;
    width: 625px;
    vertical-align: top
}

div.RebateExpiration {
    display: inline-block;
    width: 75px;
    vertical-align: top;
    text-align: center
}

div.RebateDownload {
    display: inline-block;
    width: 75px;
    vertical-align: top;
    text-align: center
}

p.RebateName {
    margin-bottom: 10px;
    font-style: italic
}

a.RebateViewButton {
    background-color: #000;
    padding: 2px 4px;
    font-size: 11px;
    color: #fff !important;
    cursor: pointer;
    margin: 1px 0;
    font-weight: 900;
    white-space: nowrap;
    height: 21px
}

    a.RebateViewButton:hover {
        border: 1px solid #999;
        text-decoration: none
    }

div.homePageRebates {
    margin: 15px;
    text-align: center
}

#featuredProductListing #ctl00_ctl00_NestedMaster_PageContent_ctl01_MustHaveProductList {
    width: 100% !important
}

#featuredProductListing #ctl00_ctl00_NestedMaster_PageContent_ctl01_BestSellerProductList {
    width: 100% !important
}

#featuredProductListing #ctl00_ctl00_NestedMaster_PageContent_ctl01_SpecialOfferProductList {
    width: 100% !important
}

div#email-dialog-form div {
    padding-bottom: 10px
}

    div#email-dialog-form div input {
        display: block;
        width: 100%
    }

.jcarousel-container {
    background: #fff
}

.jcarousel-skin-other-products .jcarousel-container-horizontal {
    width: 165px;
    padding: 10px 10px
}

.jcarousel-skin-other-products .jcarousel-clip {
    overflow: hidden
}

.jcarousel-skin-other-products .jcarousel-clip-horizontal {
    width: 165px;
    height: 270px
}

.jcarousel-skin-other-products .jcarousel-item {
    width: 165px;
    height: 270px
}

.jcarousel-skin-other-products .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px
}

.jcarousel-skin-other-products .jcarousel-item-placeholder {
    background: #fff;
    color: #000
}

.jcarousel-skin-other-products .jcarousel-next-horizontal {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: transparent url(images/right-arrow-interior.png) no-repeat 0 0
}

.jcarousel-skin-other-products .jcarousel-prev-horizontal {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: transparent url(images/left-arrow-interior.png) no-repeat 0 0;
    left: 5px
}

.jcarousel-skin-other-products .jcarousel-next-disabled-horizontal {
    cursor: default;
    background: 0 0;
    outline: 0
}

    .jcarousel-skin-other-products .jcarousel-next-disabled-horizontal:hover {
        cursor: default;
        background: 0 0;
        outline: 0
    }

    .jcarousel-skin-other-products .jcarousel-next-disabled-horizontal:focus {
        cursor: default;
        background: 0 0;
        outline: 0
    }

    .jcarousel-skin-other-products .jcarousel-next-disabled-horizontal:active {
        cursor: default;
        background: 0 0;
        outline: 0
    }

.jcarousel-skin-other-products .jcarousel-prev-disabled-horizontal {
    cursor: default;
    background: 0 0;
    outline: 0
}

    .jcarousel-skin-other-products .jcarousel-prev-disabled-horizontal:hover {
        cursor: default;
        background: 0 0;
        outline: 0
    }

    .jcarousel-skin-other-products .jcarousel-prev-disabled-horizontal:focus {
        cursor: default;
        background: 0 0;
        outline: 0
    }

    .jcarousel-skin-other-products .jcarousel-prev-disabled-horizontal:active {
        cursor: default;
        background: 0 0;
        outline: 0
    }

.jcarousel-skin-mci .jcarousel-container {
    background: #fff
}

.jcarousel-skin-mci .jcarousel-container-horizontal {
    /*width: 820px;*/
    width: 768px;
    padding: 10px 40px
}

.jcarousel-skin-mci .jcarousel-clip {
    overflow: hidden
}

.jcarousel-skin-mci .jcarousel-clip-horizontal {
    width: 770px;
    height: 320px
}

.jcarousel-skin-mci .jcarousel-item {
    width: 150px;
    height: 320px
}

.jcarousel-skin-mci .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 5px
}

.jcarousel-skin-mci .jcarousel-item-placeholder {
    background: #fff;
    color: #000
}

.jcarousel-skin-mci .jcarousel-next-horizontal {
    position: absolute;
    top: 80px;
    right: 0;
    width: 35px;
    height: 90px;
    cursor: pointer;
    background: transparent url(images/prev-next.gif) no-repeat -31px 0;
    background-position-y: center;
    border: 2px solid #eee;
    background-size: 180%
}

.jcarousel-skin-mci .jcarousel-prev-horizontal {
    position: absolute;
    top: 80px;
    right: 0;
    width: 35px;
    height: 90px;
    cursor: pointer;
    background: transparent url(images/prev-next.gif) no-repeat 3px 0;
    background-position-y: center;
    border: 2px solid #eee;
    background-size: 180%;
    left: 0
}

.jcarousel-skin-mci .jcarousel-next-horizontal:hover {
    background: transparent url(images/prev-next.gif) no-repeat -31px 0;
    background-position-y: center;
    border: 2px solid #ddd;
    background-size: 180%
}

.jcarousel-skin-mci .jcarousel-prev-horizontal:hover {
    background: transparent url(images/prev-next.gif) no-repeat 3px 0;
    background-position-y: center;
    border: 2px solid #ddd;
    background-size: 180%
}

.jcarousel-skin-mci .jcarousel-next-disabled-horizontal {
    cursor: default;
    background: 0 0;
    outline: 0;
    border: 0
}

    .jcarousel-skin-mci .jcarousel-next-disabled-horizontal:hover {
        cursor: default;
        background: 0 0;
        outline: 0;
        border: 0
    }

    .jcarousel-skin-mci .jcarousel-next-disabled-horizontal:focus {
        cursor: default;
        background: 0 0;
        outline: 0;
        border: 0
    }

    .jcarousel-skin-mci .jcarousel-next-disabled-horizontal:active {
        cursor: default;
        background: 0 0;
        outline: 0;
        border: 0
    }

.jcarousel-skin-mci .jcarousel-prev-disabled-horizontal {
    cursor: default;
    background: 0 0;
    outline: 0;
    border: 0
}

    .jcarousel-skin-mci .jcarousel-prev-disabled-horizontal:hover {
        cursor: default;
        background: 0 0;
        outline: 0;
        border: 0
    }

    .jcarousel-skin-mci .jcarousel-prev-disabled-horizontal:focus {
        cursor: default;
        background: 0 0;
        outline: 0;
        border: 0
    }

    .jcarousel-skin-mci .jcarousel-prev-disabled-horizontal:active {
        cursor: default;
        background: 0 0;
        outline: 0;
        border: 0
    }

.jcarousel-container {
    background: 0 0
}

.jcarousel-skin-specials .jcarousel-container-horizontal {
    width: 898px;
    padding: 10px 0 10px 60px
}

.jcarousel-skin-specials .jcarousel-clip {
    overflow: hidden
}

.jcarousel-skin-specials .jcarousel-clip-horizontal {
    height: 285px;
    width: 1060px
}

.jcarousel-skin-specials .jcarousel-item {
    width: 198px;
    height: 283px;
    background-color: #fff;
    border: 1px solid #cf0725
}

.jcarousel-skin-specials .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 13px
}

.jcarousel-skin-specials .jcarousel-item-placeholder {
    background: #fff;
    color: #000
}

.jcarousel-skin-specials .jcarousel-next-horizontal {
    position: absolute;
    top: 13px;
    right: 0;
    width: 47px;
    height: 167px;
    cursor: pointer;
    background: transparent url(images/prev-next.png) no-repeat 0 0
}

.jcarousel-skin-specials .jcarousel-prev-horizontal {
    position: absolute;
    top: 13px;
    right: 0;
    width: 47px;
    height: 167px;
    cursor: pointer;
    background: transparent url(images/prev-next.png) no-repeat 0 0;
    left: 5px
}

.jcarousel-skin-specials .jcarousel-next-disabled-horizontal {
    cursor: default;
    background: 0 0;
    outline: 0
}

    .jcarousel-skin-specials .jcarousel-next-disabled-horizontal:hover {
        cursor: default;
        background: 0 0;
        outline: 0
    }

    .jcarousel-skin-specials .jcarousel-next-disabled-horizontal:focus {
        cursor: default;
        background: 0 0;
        outline: 0
    }

    .jcarousel-skin-specials .jcarousel-next-disabled-horizontal:active {
        cursor: default;
        background: 0 0;
        outline: 0
    }

.jcarousel-skin-specials .jcarousel-prev-disabled-horizontal {
    cursor: default;
    background: 0 0;
    outline: 0
}

    .jcarousel-skin-specials .jcarousel-prev-disabled-horizontal:hover {
        cursor: default;
        background: 0 0;
        outline: 0
    }

    .jcarousel-skin-specials .jcarousel-prev-disabled-horizontal:focus {
        cursor: default;
        background: 0 0;
        outline: 0
    }

    .jcarousel-skin-specials .jcarousel-prev-disabled-horizontal:active {
        cursor: default;
        background: 0 0;
        outline: 0
    }

.prop65Text {
    float: right;
    width: 215px;
    text-align: left
}

    .prop65Text a {
        color: #bf0a30;
        text-decoration: underline
    }

.indicators {
    margin: 2px 0;
    text-align: center;
    height: 21px
}

    .indicators img {
        padding-left: 5px
    }

        .indicators img:first-child {
            padding-left: 0
        }

.indicatorLegendProduct img {
    padding-left: 10px
}

    .indicatorLegendProduct img:first-child {
        padding-left: 0 !important
    }

.indicatorLegend {
    text-align: center
}

    .indicatorLegend img {
        padding-left: 10px
    }

        .indicatorLegend img:first-child {
            padding-left: 0 !important
        }

.prop65Specs {
    background: #fff url(images/icon_alert.png) no-repeat 5px 10px !important;
    padding: 10px !important;
    border: 2px solid #222;
    margin-bottom: 10px;
    max-width: 390px
}

    .prop65Specs .prop65Content {
        padding-left: 30px !important
    }

div.qtip-bootstrap .qtip-content {
    background: #fff url(/app_themes/mtw/images/icon_alert.png) no-repeat 5px 10px;
    padding-left: 35px !important
}

    div.qtip-bootstrap .qtip-content a {
        color: #00577b
    }

div[aria-describedby=email-dialog-form] {
    z-index: 100
}

.ui-widget-overlay {
    width: 200% !important;
    height: 200% !important
}

.paypalCreditButton a, .paypalButton a {
    text-align: center;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    /*padding: 6px 0;*/
}

.paypalCreditButton a {
    background-color: #043188;
    margin-top: 5px;
}

.paypalButton a {
    background-color: #fec43a;
    margin-bottom: 5px;
}

    .paypalButton a img, .paypalCreditButton a img {
        height: 45px;
    }

.recentlyViewedWidget .innerSection .header h2 {
    text-transform: none;
}

    .recentlyViewedWidget .innerSection .header h2::after {
        display: none;
    }

.mobileOPCHeader .headerTop .logo {
    margin: auto;
}

.sidebarCheckoutButtons .checkout .button {
    border-radius: 5px;
    font-weight: bold;
}

@media (max-width:1170px) {
    #notifyBar, #storeFullWidthFooter, #storeFullWidthHeader, .slider-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

#loginMessageCustom {
    display: none !important;
    padding: 10px 15px 2px;
    background: #ff0;
    margin-bottom: 15px
}

#loginMessageHeader {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px
}

#loginMessage {
    font-size: 1.125em
}

#promoContainer {
    float: left;
    width: 100%;
    padding: 10px 0 25px
}

    #promoContainer .logoCol {
        width: 32%;
        float: left;
        box-sizing: border-box;
/*         text-align: center */
    }
    #promoContainer .logoCol img {
	    width: 100%;
			max-width: 250px;
    }

    #promoContainer .textCol {
        font-size: 1.4em;
        padding: 9px 5px 16px 15px;
        letter-spacing: -.2px;
        width: 68%;
        line-height: 26px;
        float: left;
        box-sizing: border-box
    }

    #promoContainer .savingsCol {
        float: left;
        width: 31.5%;
        background: #f00;
        border: 10px solid #111;
        border-radius: 15px;
        margin: 10px 5px 10px 10px;
        padding: 20px 5px 5px;
        box-sizing: border-box;
        color: #fff;
        font-size: 8.4em;
        font-weight: bold; /*background: url(https://images.nationaltoolwarehouse.com/images/NTW/american-flag.jpg) no-repeat 0;*/
        background: url(images/header3.png) no-repeat center;
        background-size: cover;
        text-shadow: #111 2px 6px 8px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #333
    }

        #promoContainer .savingsCol a {
            color: #fff
        }

            #promoContainer .savingsCol a:hover {
                color: #f00
            }

        #promoContainer .savingsCol.col50 {
            width: 48%;
            font-size: 2.3em;
            padding: 10px 5px 10px;
            border-radius: 0;
            border: none;
            background: #BC0205;
            text-align: center;
            text-shadow: none;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: transparent
        }

            #promoContainer .savingsCol.col50 a:hover {
                color: rgb(255 255 255 / .8);
            }

            #promoContainer .savingsCol.col50 span {
                font-size: 2em;
                display: inline-block;
                letter-spacing: -1px
            }

    #promoContainer span.upTo {
        font-size: .3em;
        line-height: 10px;
        text-shadow: #111 0px 3px 26px
    }

    #promoContainer span.promoPercent {
        letter-spacing: -8px
    }

    #promoContainer span.percentSign {
        font-size: .6em;
        display: contents
    }

        #promoContainer span.percentSign sup {
            top: -.9em
        }

    #promoContainer span.offClose {
        font-size: .3em;
        margin-left: -56px;
				margin-top: -49px;
				display: inline-block;
    }

#ebanner {
    margin-bottom: 20px;
    width: 100%;
    max-width: 820px
}

#eh2 {
    font-size: 2.4em !important;
    margin: 10px 0 20px !important
}

#eheader {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px
}

.ecats {
    float: left;
    width: 20%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px
}

.ebrands {
    float: left;
    width: 33.3%;
    height: 100px;
    text-align: center
}

.ebrands5 {
    float: left;
    width: 20%;
    height: 100px;
    text-align: center
}

    .ebrands5 img {
        max-width: 65%;
    }

.eblock4 {
    float: left;
    width: 25%;
    padding: 15px 0;
    background: #071f31;
    text-align: center
}

#landingHeaderContainer {
    float: left;
    width: 100%;
    text-align: center
}

    #landingHeaderContainer img {
        margin-bottom: 20px
    }

    #landingHeaderContainer #customerCareContainerOuter {
        float: left;
        width: 100%
    }

#customerCareContainerOuter .customerCareContainerInner {
    display: table;
    width: 100%;
    background: #f5f5f5;
    margin: 0 auto 20px;
    padding: 10px;
    box-sizing: border-box
}

    #customerCareContainerOuter .customerCareContainerInner .imageCell {
        display: table-cell;
        width: auto;
        padding: 0 20px
    }

        #customerCareContainerOuter .customerCareContainerInner .imageCell img {
            width: 100%;
            max-width: 200px;
            border-radius: 50%;
            margin: 0
        }

    #customerCareContainerOuter .customerCareContainerInner .textCell {
        display: table-cell;
        vertical-align: middle;
        width: auto;
        padding: 0 15px;
        font-size: 1.7em;
        text-align: left;
        font-style: italic
    }

        #customerCareContainerOuter .customerCareContainerInner .textCell span {
            display: block;
            margin-top: 10px;
            font-size: 15px;
            font-style: normal
        }

#landingCallOutFive {
    float: left;
    width: 100%;
    margin: 30px 0
}

    #landingCallOutFive .callOut {
        float: left;
        width: 20%;
        font-weight: 900;
        box-sizing: border-box;
        text-align: center;
        font-size: 1.3em;
        padding: 20px 50px;
        letter-spacing: -.5px
    }

        #landingCallOutFive .callOut .callOutImage {
            display: table-cell;
            height: 100px;
            vertical-align: middle
        }

        #landingCallOutFive .callOut .callOutText {
            display: table-row
        }

        #landingCallOutFive .callOut:nth-of-type(1) .callOutImage img {
            max-width: 98px
        }

        #landingCallOutFive .callOut:nth-of-type(2) .callOutImage img {
            max-width: 95px
        }

        #landingCallOutFive .callOut:nth-of-type(3) .callOutImage img {
            max-width: 55px
        }

        #landingCallOutFive .callOut:nth-of-type(4) .callOutImage img {
            max-width: 75px
        }

        #landingCallOutFive .callOut:nth-of-type(5) .callOutImage img {
            max-width: 45px
        }



/*CUSTOM CSS STYLES*/
.textCenter {
    text-align: center;
}

.buttonWrapper input {
    display: block;
    padding: 0 50px;
}

    .buttonWrapper input[type=submit] {
        margin: auto;
        background-color: #071f31;
    }

        .buttonWrapper input[type=submit]:hover {
            background-color: #e0e0e0;
            color: #000 !important;
        }


.basketSidebar {
    border: 10px solid #eeeeee;
    padding: 0 10px;
}

.basketSidebar .header .repH2 {
		font-size: 1.4em;
    padding: 0;
    margin: 10px 0 0;
}

.basket.couponDialog input[type=text],
.basket.couponDialog input[type=submit],
.fieldWrapper.textField input[type=text] {
    padding: 0;
    /*background-color: #eeeeee;*/
    color: #707070;
    border: 1px solid #dedede;
    padding-left: 5px;
    margin-right: 5px;
}

.fieldWrapper.textField input[type=text] {
    padding: 0;
    background-color: #eeeeee;
    color: #707070;
    border: 1px solid #dedede;
    padding-left: 5px;
    margin-right: 5px;
    width: 100%;
}


.basket.couponDialog p span {
    display: block;
}

.basket.couponDialog input[type=submit], .opc.couponDialog .innerSection .textField input[type=submit] {
    padding: 0 10px;
    margin: 0;
    border-radius: 5px;
    height: 37px;
}

.basket.couponDialog .innerSection p .errorCondition {
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 11px;
		max-width: 260px;
}

.basket.couponDialog .innerSection p .goodCondition {
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 12px;
}


.getFreeShipping {
    background-color: red;
    color: #fff;
    border: none;
    width: auto;
    margin: auto;
    text-align: center;
    padding: 10px 10px;
    margin-bottom: 15px;
}

    .getFreeShipping span {
        font-size: 10px;
        letter-spacing: -.25px;
    }

.greyTextBox {
    padding: 0;
    background-color: #eeeeee;
    color: #707070;
    border: 1px solid #dfe0e0;
}

.fieldWrapper {
    display: flex;
    padding: 10px 0 0 0;
}

p.subText {
    font-size: 10px;
    text-align: left;
    color: #707070;
    margin-bottom: 0;
}

p.heading {
    font-size: 12px;
    text-align: left;
    color: #707070;
    margin-bottom: 0;
}

.basketShippingEstimateWidget {
    margin-top: 10px;
}

.sidebarCheckoutButtons p {
    font-size: 10px;
    text-align: center;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

.sidebarCheckoutButtons .checkout .button, .mobileCheckoutButton span input {
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 10px;
}

.mobileCheckoutButton {
    padding: 10px 0px;
}

.opcInputForm div a {
    font-weight: bold;
}

.opcInputForm.inputField table {
    width: 100%;
}

    .opcInputForm.inputField table.OPCAddressList {
        width: auto;
    }

        .opcInputForm.inputField table.OPCAddressList tbody tr td input {
            width: auto;
        }

.opcInputForm input[type=submit].button {
    margin-bottom: 15px;
    width: 300px;
    font-size: 20px;
}

    .opcInputForm input[type=submit].button:hover {
        background-color: #e0e0e0;
        color: #000 !important;
    }

.sidebarCheckoutButtons .textDivider {
    position: relative;
    margin-top: 15px;
    text-align: center;
}

    .sidebarCheckoutButtons .textDivider p {
        display: inline-block;
        margin: auto;
        z-index: 2;
        background-color: #fff;
        padding: 0;
        position: relative;
        z-index: 2;
        padding: 0 10px;
        font-size: 12px;
        border: none;
    }

    .sidebarCheckoutButtons .textDivider hr {
        position: relative;
        z-index: 1;
        top: -10px;
    }

.inputField {
    margin-bottom: 15px;
}

    .inputField input,
    .inputField select {
        color: #707070;
        background-color: #f2f4f4;
        border: 1px solid #e0e0e0;
        width: 100%;
        font-family: Verdana;
    }

    .inputField input {
        padding: 0;
    }

        .inputField input[type="text"]::placeholder {
            margin-left: 5px;
        }

    .inputField select {
        padding: 10px 5px 8px 5px;
    }

.twoInputFields {
    display: flex;
    justify-content: space-between;
}

    .twoInputFields div {
        width: 49%;
    }

        .twoInputFields div .twoInputFields {
            width: 100%;
        }

        .twoInputFields div .securityCodeInput {
            width: 100%;
        }

        .twoInputFields div:first-of-type {
            /*margin-right: 5px;*/
        }

        .twoInputFields div input, .oneInputField div input {
            height: 30px;
            box-sizing: border-box;
            padding-left: 10px;
            height: 37px;
        }

table#ShipMethodsList {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}

    table#ShipMethodsList tr {
        background-color: #f2f4f4;
    }

        table#ShipMethodsList tr td {
            padding: 10px 0 10px 10px;
            border: 1px solid #e2e3e3;
        }

            table#ShipMethodsList tr td label {
                color: #000;
                font-weight: bold;
                font-size: 16px;
            }


.opcLayout .widget .innerSection .header {
    overflow: hidden;
    position: relative;
}

    .opcLayout .widget .innerSection .header h2:after {
        content: '';
        position: absolute;
        background-color: #000;
        width: 1000px;
        height: 1px;
        top: 16px;
        margin-left: 5px;
    }

.opcLayout .widget .content textarea {
    width: 100%;
    padding: 0;
}

.opcBasketImage {
    max-width: 55px;
    max-height: 55px;
    padding-right: 5px;
}

.widget.confirmOrderWidget {
    background-color: #eeeeee;
    padding-top: 5%;
    height: 1500px;
    padding-top: 10px;
    padding-bottom: 1px;
    height: auto;
}

    .widget.confirmOrderWidget .content {
        background-color: #fff;
        width: 85%;
        margin: auto;
        padding: 10px;
        margin-bottom: 15px;
    }

    .widget.confirmOrderWidget .innerSection .content div h2 {
        display: inline;
        font-size: 17px;
    }

    .widget.confirmOrderWidget .content table.basketSummary {
        border-collapse: separate;
        border-spacing: 0 15px;
    }

        .widget.confirmOrderWidget .content table.basketSummary tbody tr.evenRow td,
        .widget.confirmOrderWidget .content table.basketSummary tbody tr.oddRow td {
            border-top: 1px solid #000;
            padding-top: 10px;
        }

        /*                .widget.confirmOrderWidget .content table.basketSummary tbody tr td.total {
                    display: inline-block;
                }
*/
        .widget.confirmOrderWidget .content table.basketSummary tbody tr td div.basketItemDetail {
            margin-bottom: 10px;
        }

        .widget.confirmOrderWidget .content table.basketSummary tbody tr td div.basketItemDetail {
            font-size: 12px;
            padding-right: 5px;
        }

            .widget.confirmOrderWidget .content table.basketSummary tbody tr td div.basketItemDetail p {
                margin-bottom: 0;
            }

.basket.couponDialog .innerSection .totals {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}

.basketSidebar .totals {
    margin-bottom: 10px;
    font-size: 15px;
}

    .basketSidebar .totals h2 {
        display: flex;
        justify-content: space-between;
    }

.basketSidebar .widget .innerSection .button {
    height: 29px;
}

    .basketSidebar .widget .innerSection .button:hover {
        background-color: #e0e0e0;
        color: #000 !important;
    }

.couponDialog hr {
    color: #dedede;
}

.couponDialog .totals {
    display: flex;
    justify-content: space-between;
    color: #000;
    margin-bottom: 8px;
}

.couponDialog .opcTotals .totals h2 {
    display: inline-flex !important;
    justify-content: space-between;
    color: #000;
    width: 100%;
    font-size: 18px;
}


.opcTotals .totals:last-of-type {
    padding-top: 10px;
    border-top: 1px solid #dedede;
}



.addressPanel {
    display: flex;
    justify-content: space-between;
/*    position: relative;*/
    margin-top: 5px;
}

    .addressPanel .addressLink {
        position: absolute;
        top: 10px;
        right: 0;
        background: #fff;
        padding: 0 5px 0 10px;
    }

        .addressPanel .addressLink a {
            background-color: #fff;
            color: #000;
            font-weight:bold;
        }

.billingAddressWidget, .shippingAddressWidget
{
    position:relative;
}

/*.billingAddressWidget .addressPanel .addressLink {
    top: 10px;
}*/


.billingAddressWidget.aboveOpcOverlay .innerSection .header h2:after,
.shippingAddressWidget.aboveOpcOverlay .innerSection .header h2:after {
    content: '';
    position: absolute;
    background-color: #000;
    width: 1000px;
    height: 1px;
    top: 18px;
    margin-left: 5px;
}

.OPCAddressList {
    width: auto;
    margin-bottom: 10px;
}

#UseNewAddress {
    color: #6c7cc2;
}


    #UseNewAddress:hover {
        text-decoration: underline;
    }

.BasketCouponPanel > div {
    display: flex;
    justify-content: space-between;
}

#checkout_receiptPage {
    padding-right: 15px;
}

    #checkout_receiptPage #pageHeader h1 {
    }

    #checkout_receiptPage #pageHeader .links {
        padding: 10px;
        color: blue;
        position: absolute;
        right: 0;
        top: -10px;
        z-index: 3;
        background: #fff;
    }
    
    #checkout_receiptPage #pageHeader .links .button {
	    padding: 0 30px;
	    height: 45px;
	    line-height: 45px;
    }

    #checkout_receiptPage #pageHeader h1:after {
        content: '';
        position: absolute;
        background-color: #000;
        width: 1000px;
        height: 1px;
        top: 20px;
        margin-left: 5px;
    }

    #checkout_receiptPage .innerSection .header {
        position: relative;
        overflow: hidden;
    }

        #checkout_receiptPage .innerSection .header h2:after {
            content: '';
            position: absolute;
            background-color: #000;
            width: 1000px;
            height: 1px;
            top: 10px;
            margin-left: 5px;
        }



.opcReceiptPaymentInfo {
    display: flex;
    justify-content: space-between;
}

.jcarousel-item .productItemDisplay .actionsArea {
    height: 40px;
    text-align: center;
}

.jcarousel-item .productItemDisplay .thumbnailArea {
    height: 120px;
}

.jcarousel-item .productItemDisplay .detailsArea .details .itemName {
    font-weight: bold;
}

#checkout_startPage .column_1 {
    border-right: 1px solid #e5e5e5;
}

    #checkout_startPage .column_1.halfColumn {
        width: 400px;
    }

#checkout_startPage .column_2 .registerWidget {
    padding: 0 60px;
}

.recentlyViewedProductsPanelMobile {
    display: none;
}

    .recentlyViewedProductsPanelMobile .jcarousel-skin-mci .jcarousel-container-horizontal {
        width: 100%;
        padding: 0;
    }

    .recentlyViewedProductsPanelMobile .jcarousel-skin-mci .jcarousel-clip-horizontal {
        width: 100%;
    }

    .recentlyViewedProductsPanelMobile .jcarousel-skin-mci .jcarousel-item {
        /*width: 140px;*/
        width: 50vw;
        padding: 0 0px;
        margin: 0;
    }

.mobileConfirmOrder {
    display: none;
}

.orderItemsList li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

    .orderItemsList li:first-of-type {
        color: #707070;
        border-bottom: 1px solid #707070;
        margin: 10px 0;
        padding-bottom: 5px;
    }

        .orderItemsList li:first-of-type span {
            margin: auto;
        }


.pageHeader.mobile h1 span {
    font-size: 15px;
}

#basketPage .pageHeader span {
    font-size: 20px;
}

.opcLayout .innerSection .header h2 {
    text-transform: none;
    font-size: 17px;
}

.buttonWrapper input[type=submit], .buttonWrapper button {
    border-radius: 10px;
    font-size: 20px;
    text-transform: uppercase;
}

.useSameAddressAsShipping {
    margin-bottom: 10px;
}

.miniBasketWrapper .checkoutButtonsBox div input[type=submit] {
    margin: auto;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 0 30px;
}

.pnlOrderInfo > div:first-of-type {
    margin-top: 5px;
}

.pnlOrderInfo > div strong span {
    font-size: 17px;
}

.pnlCouponMessages {
    background-color: #edad00;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 5px;
}

    .pnlCouponMessages p {
        color: #fff;
        line-height: 1;
        font-weight: bold;
        font-size: 17px;
        padding: 10px 0;
        margin: 5px 0;
    }

.pnlLiftGateAndComments .innerSection p {
    color: red;
    font-size: 12px;
    width: 60%;
}

.content.trustPilot {
    border: 2px solid #15c262;
}

.orderShipmentWidgets .shipmentWidget .itemList tr td.thumbnail {
    padding: 0;
}

.orderShipmentWidgets .shipmentWidget .itemList tr td.item {
    padding-left: 0;
    display: flex;
}

    .orderShipmentWidgets .shipmentWidget .itemList tr td.item div:first-of-type {
        width: 66%;
        padding-right: 5px;
    }

    .orderShipmentWidgets .shipmentWidget .itemList tr td.item div:last-of-type {
        font-weight: bold;
        position: relative;
        width: 33%;
    }

        .orderShipmentWidgets .shipmentWidget .itemList tr td.item div:last-of-type p {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

table.widget.shipmentWidget {
    border: none;
}

    table.widget.shipmentWidget tbody tr td .itemList tr {
        border-bottom: 2px solid #dedede;
    }

        table.widget.shipmentWidget tbody tr td .itemList tr:last-of-type {
            border: none;
        }

        table.widget.shipmentWidget tbody tr td .itemList tr td a .opcBasketImage {
            max-width: 50px;
            max-height: 50px;
        }

#header #storeHeader.opcHeader .loginStatus {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#header #storeHeader.opcHeader .loginStatus {
    display: inline-flex;
}

#header #storeHeader.opcHeader div.loginStatus div a {
    background-color: #fff;
    padding: 3px 5px;
    margin: 0;
    display: inline-block;
    height: auto;
}

#header #storeHeader.opcHeader .loginStatus div a img {
    height: 40px;
    width: auto;
}

#header #storeHeader.opcHeader .loginStatus div:last-of-type {
    position: relative;
}

    #header #storeHeader.opcHeader .loginStatus div:last-of-type p {
        position: absolute;
        font-size: 12px;
        background-color: #00b5b2;
        color: #fff;
        right: 5px;
        top: -5px;
        width: 20px;
        height: 20px;
        text-align: center;
        padding: 0 2px 0px 0px;
        font-style: italic;
        font-family: Oswald,Verdana,Arial,Helvetica,sans-serif;
        border-radius: 50%;
    }

        #header #storeHeader.opcHeader .loginStatus div:last-of-type p span {
            display: inline-block;
            position: relative;
        }

.miniBasket .MiniBasketPanel {
    width: 100%;
}

.opcOverlayWrapper .expeditedOrders label::after {
    content: "(no Saturday delivery)";
    margin-left: 7px;
    color: #cf0725;
    font-size: 10px;
}

.pnlLiftGateAndComments {
    position: relative;
}

#checkoutPage #pageHeader .addressLink {
    position: absolute;
    top: 12px;
    right: 0;
    padding: 0 0 0 10px;
    background-color: #fff;
}

#storeFullWidthHeader.opcHeader {
    border-bottom: 2px solid #d4d4d4;
    height: 100px;
}

    #storeFullWidthHeader.opcHeader #storeHeader #headerTop .headerColumn {
        width: 33%;
        margin: 0;
    }

    #storeFullWidthHeader.opcHeader #storeHeader #headerTop .column_2 .secureCheckout {
        display: inline-flex;
        font-family: verdana,geneva,sans-serif;
        margin-top: 25px;
        line-height: 60px;
    }

        #storeFullWidthHeader.opcHeader #storeHeader #headerTop .column_2 .secureCheckout h2 {
            font-size: 20px;
            margin-left: 20px;
        }

    #storeFullWidthHeader.opcHeader #storeHeader #headerTop .column_3 .phone {
        margin-right: 0;
        text-align: center;
        display: inline-block;
    }

    #storeFullWidthHeader.opcHeader #storeHeader #headerTop .column_2 {
        text-align: center;
    }

    #storeFullWidthHeader.opcHeader #storeHeader #headerTop .column_3 {
        text-align: right;
    }

        #storeFullWidthHeader.opcHeader #storeHeader #headerTop .column_3 .phone {
            width: auto;
            overflow: inherit;
            display: inline-flex;
            margin-top: 25px;
        }

            #storeFullWidthHeader.opcHeader #storeHeader #headerTop .column_3 .phone img {
                float: none;
                margin: 0;
                margin-right: 20px;
                height: auto;
                max-width: none;
            }

#outerPageContainer.OPC {
    margin: 125px auto 0;
}



@media only screen and (max-width: 1170px) {
    #outerPageContainer {
        width: 100% !important;
    }

    .container-fluid .row #opcRightColumn .zone {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        /*border: 10px solid #e6e6e6;*/
    }

    .twoInputFields {
        display: block;
    }

        .twoInputFields div:first-of-type {
            margin-bottom: 15px;
        }

        .twoInputFields div {
            width: 100%;
        }

    #mainColumn.leftSidebarLayout.opcLayout {
        width: 100%;
        margin-left: 0;
    }

        #mainColumn.leftSidebarLayout.opcLayout .zone {
            padding: 0 15px;
        }

    .buttonWrapper input {
        margin: auto;
    }

    .basketSidebar {
        padding: 10px 15px;
    }

        .basketSidebar p.heading {
            font-size: 16px;
        }

    .fieldWrapper.textField {
        display: flex;
    }

        .fieldWrapper.textField input:first-of-type {
            flex-grow: 100;
        }

    .estimateForm table {
        width: 100%;
    }

    .recentlyViewedProductsPanel {
        display: none;
    }

    .recentlyViewedProductsPanelMobile {
        display: block;
    }

    .jcarousel-item .productItemDisplay .detailsArea {
        max-width: 150px;
        margin: auto;
    }

    a.liftGateButton {
        width: 100%;
        text-align: center;
        padding: 12px 0;
        font-size: 20px;
    }

    .mobileConfirmOrder {
        display: block;
        text-align: center;
        margin-top: 15px;
    }

        .mobileConfirmOrder input {
            font-size: 24px !important;
            height: 45px !important;
            width: 100%;
            border-radius: 10px;
        }


    .desktopConfirmOrder {
        display: none;
    }

    #LiftGateButton.button {
        padding: 0;
    }

    .widget.confirmOrderWidget .content {
        width: 93%;
    }

    .addressPanel .addressLink {
       /* top: -40px;*/
        right: -10px;
    }

    .buttonWrapper input[type=submit], .buttonWrapper button {
        width: 100%;
    }

    .basketSidebar .totals {
        font-size: 20px;
    }

    #basketPage .header .reph2,
    .basketSidebar .header .repH2 {
        font-size: 24px;
        font-family: verdana,geneva,sans-serif;
        font-weight: bold;
        margin-bottom: 10px;
    }

        #basketPage .header .reph2 span {
            font-size: 12px;
        }

    #basketPage .header.mobile p span {
        font-size: 24px;
        font-family: verdana,geneva,sans-serif;
        font-weight: bold;
        margin-bottom: 10px;
    }



    .getFreeShipping span {
        font-size: 20px;
    }

    #outerPageContainer {
        margin-top: 0;
    }

    .jcarousel-item div.productItemDisplay div.actionsArea div.actions {
        margin-bottom: 0;
    }

    .jcarousel-skin-mci {
        padding: 0 15px;
    }

    .large.OPCAddressList tbody tr {
        margin-bottom: 5px;
        display: inline-block;
    }

    .fieldWrapper.textField input[type=text] {
        height: 35px;
    }

    .basketSidebar .widget .innerSection .button {
        height: 37px;
    }

    .basketSidebar .totals h2 {
        font-size: 24px;
    }


    .sidebarCheckoutButtons .totals {
        margin: 15px 0;
        font-size: 24px;
    }

    .sidebarCheckoutButtons p {
        font-size: 100%;
    }

    .sidebarCheckoutButtons .checkout .button, .mobileCheckoutButton span input {
        font-size: 24px;
    }

    .opcLayout .innerSection .header h2 {
        font-size: 20px;
    }

    .opcLayout .widget .innerSection .header h2:after {
        top: 20px;
    }

    .widget.confirmOrderWidget .innerSection .content .header h2 {
        font-size: 20px;
        text-transform: none;
    }

    p.subText {
        margin-top: 5px;
    }

    .opcTotals {
        margin-top: 15px;
    }

    .widget.confirmOrderWidget .innerSection .content div h2 {
        font-size: 20px;
    }

    .widget.confirmOrderWidget {
        height: auto;
    }

    #LiftGateInstructions {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 992px) {

    .div.pageHeader {
        display: none;
    }


    .container-fluid .row #opcRightColumn {
        /*border: none;*/
        padding: 0;
    }

    #outerPageContainer {
        margin-top: 0;
    }

    .pnlLiftGateAndComments .innerSection p {
        width: 100%;
    }

    .getFreeShipping span {
        font-size: 2.5vw;
    }
}


@media (max-width:640px) {
	div.productItemDisplay div.actionsArea div.actions a.button {
    padding: 9px 6px;
  }
  .jcarousel-prev.jcarousel-prev-horizontal {
	  left: -17px;
	  background-color: #fff !important;
  }
  .jcarousel-next.jcarousel-next-horizontal {
	  right: -17px;
	  background-color: #fff !important;
  }
}

@media only screen and (max-width:576px) {
    .basket tbody tr td.thumbnail a {
        display: inline-block;
        margin-top: 40px;
    }

    .basket tbody tr td.thumbnail img {
        max-width: 55px;
    }

    table.basket td.item, table.basket td.item a {
        font-size: 10px;
    }

        table.basket td.total p {
            font-size: 10px;
        }

        table.basket td.thumbnail {
            padding: 0;
            position: relative;
        }

        table.basket td.item div.itemDate {
            font-size: 10px;
        }

    #header #storeHeader.opcHeader .loginStatus {
        top: 5px;
        right: 5px;
    }

    #header #storeHeader.opcHeader .loginStatus {
        display: flex;
        top: 50%;
        transform: translateY(-50%);
    }

    #header #storeHeader.opcHeader div.loginStatus div a {
        background-color: #fff;
        padding: 3px 5px;
    }

    #header #storeHeader.opcHeader .loginStatus div a img {
        height: 25px;
        width: auto;
    }

    #storeHeader a#LogoLink img {
        max-width: 125px !important;
    }

    #header #storeHeader.opcHeader div.logo div.storeLogo img {
        width: 100%;
        max-width: 130px !important;
    }

    a.liftGateButton {
        font-size: 4vw;
    }

    .getFreeShipping span {
        font-size: 4vw;
    }
}


.basketSummary td.total {
    text-align: right;
    vertical-align: top;
}

    .basketSummary td.total .itemActions {
        position: relative;
        top: -5px;
        right: -3px;
    }


/*from bil 8/3/21*/
table.basket td.item {
    padding: 10px 0;
}

table.basket td.item div.itemDetail p {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.basketItems td.item a {
    font-size: 1.2em;
    font-weight: normal;
}

table.basket td.itemRemove {
    padding: 5px 8px 5px 0;
}

.opcInputForm .buttonWrapper input[type=button] {
    margin: auto;
    background-color: #071f31;
    margin-bottom: 15px;
    width: 300px;
    font-size: 20px;
    border-radius: 10px;
    text-transform: uppercase;
}