/* Global Resets */
* {
    margin: 0;
    padding: 0;
    outline: none;
}
/* Font Face */

@import url("http://fast.fonts.net/lt/1.css?apiType=css&c=393b4cde-3370-48c1-ba89-09ac905f387a&fontids=705699,705690,692692");
@font-face {
font-family:"Baskerville W01 Regular 705699";
src:url("fonts/8dc59876-75a4-4e80-bd1a-735d5f043beb.eot?#iefix");
src:url("fonts/8dc59876-75a4-4e80-bd1a-735d5f043beb.eot?#iefix") format("eot"), url("fonts/9df317a3-a79e-422e-b4e2-35ccd29cd5b7.woff") format("woff"), url("fonts/32d18512-4cc1-4c1c-a041-e595f26d1b96.ttf") format("truetype"), url("fonts/cf682c43-15a5-45c0-934e-8f899e561e1f.svg#cf682c43-15a5-45c0-934e-8f899e561e1f") format("svg");
}
@font-face {
font-family:"Baskerville W01 Italic";
src:url("fonts/f0bf387a-6de1-402c-a63c-04664681e924.eot?#iefix");
src:url("fonts/f0bf387a-6de1-402c-a63c-04664681e924.eot?#iefix") format("eot"), url("fonts/11514d41-5158-4a68-8f27-9202cc7fc001.woff") format("woff"), url("fonts/b62c4ed0-7687-4a1b-840d-00a34f2d16a2.ttf") format("truetype"), url("fonts/ede983d0-3356-4a76-956b-4131479e2d55.svg#ede983d0-3356-4a76-956b-4131479e2d55") format("svg");
}
@font-face {
font-family:"HelveticaNeueW01-55Roma";
src:url("fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix");
src:url("fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format("eot"), url("fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"), url("fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf") format("truetype"), url("fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg");
}
@font-face {
 font-family: 'goudy';
 src: url('fonts/GoudyHandtooled-webfont.eot');
 src: url('fonts/GoudyHandtooled-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/GoudyHandtooled-webfont.woff') format('woff'),  url('fonts/GoudyHandtooled-webfont.ttf') format('truetype'),  url('fonts/GoudyHandtooled-webfont.svg#goudy_handtooled_fsregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'Garamond';
 src: url('fonts/garamondoldstylecapsregular-webfont.eot');
 src: url('fonts/garamondoldstylecapsregular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/garamondoldstylecapsregular-webfont.woff') format('woff'),  url('fonts/garamondoldstylecapsregular-webfont.ttf') format('truetype'),  url('fonts/garamondoldstylecapsregular-webfont.svg#GaramondOldstyleFSCapsRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* General */

body {
    background-color: #fff;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
/* Layout */
.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}
.inner:after {
    clear: both;
    content: "";
    display: table;
}
#Header, .page {
    -webkit-transition: -webkit-transform 100ms ease-out;
    -ms-transition:     -ms-transform 100ms ease-out;
    transition:         transform 100ms ease-out;
}
.page {
    margin: 0 auto;
}
.page.off-screen {
    -webkit-transform: translateX(80%);
    -ms-transform:     translateX(80%);
    transform:         translateX(80%);
    position: fixed;
    overflow-y: hidden;
}
#Header.off-screen {
    -webkit-transform: translateY(-50px);
    -ms-transform:     translateY(-50px);
    transform:         translateY(-50px);
}
/* .header > .inner, .TopMenu > .inner, #Header > .inner, .PageMenu > .inner, .main > .inner, .footer-main > .inner, .footer-links > .inner, .newsletter-subscription > .inner { margin: 0 auto; } */
/* Landing Page */
.mainLogo {
    padding:0 0 15px 0;
    text-align: center;
}
.landingPage {
    text-align:center;
    margin-top: 7%;
}
.landingLinks a {
    display: inline-block;
}
.landingLinks a img {
    max-width: 100%;
}
.mainLogo img {
    margin: 0 auto;
    display: block;
}
/* Tumblr Feed */
#tumblrfeed .date {
    font-weight:bold;
    text-align:center;
    padding-top:15px;
}
#tumblrfeed .images {
    padding:10px 0 0 0;
}
#tumblrfeed img {
    max-width:100%;
    float:none !important;
    margin:0 !important;
}
#tumblrfeed .date {
    position: relative;
    top: 0;
    margin-bottom: 0px;
    font-family: Georgia, serif;
    font-size: 10px;
    color: #807e82;
    text-decoration: none;
    text-transform: Uppercase;
    font-weight: bold;
    border-bottom: 1px solid #807e82;
    background: #fff;
    margin-bottom:15px;
}
#tumblrfeed .date span {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 0 8px;
    background: #fff;
    top: 6px;
}
#tumblrfeed .date span a {
    font-family: Georgia, serif;
    font-size: 12px;
    color: #807e82;
    text-decoration: none;
    text-transform: Uppercase;
    font-weight: bold;
}
.staticPage.tumblrPage #PageContent {
    background-color:#fff;
}
/* Top Navigational Menu */
#back-top {
    text-align:right;
    padding-right: 20px;
}
#back-top a {
    font-size: 11px;
    color:#808084;
}
#checkoutTabs{ margin-top: 10px; }
#checkoutTabs .col-1 {
    float:left;
    width:45%;
}
#checkoutTabs .col-2 {
    float:right;
    width:50%;
}
.JCheckoutMessage {
    padding: 5px;
    background-color: lightyellow;
    border: 1px solid #ccc;
}
.CheckoutRedeemCoupon {
  background: #EAFDFF;
  padding: 10px;
  border: 1px solid #9DD3D8;
  margin-bottom: 10px;
}
.CheckoutRedeemCoupon h4{
  margin-top: 0 !important;
  padding-bottom: 0;
  color: #003366;
}
.CheckoutRedeemCoupon #apply_code{ line-height: 1; }
#GoToMenu {
    margin-top:170px;
    position:absolute;
}
#jp-sale-categories, #ys-sale-categories {
/*  font-weight:bold; */
    background-color:#ee1c24;
    padding:10px 0;
    display:none;
}
#ys-sale-categories a {
    color:#fff !important;
}
.TopMenu {
    font-size: 12px;
    margin: 0 0 4px 0;
    position: relative;
}
.TopMenu .inner {
    padding: 10px 0 0 0;
    position: relative;
}
.TopMenu ul {
    padding: 0;
    margin: 0;
    text-align: right;
    float: right;
}
#sale-img {
    border-left: 0;
    float: left;
    position: absolute;
    left: 0;
}
#sale-img a {
    padding-left: 0;
}
#ysPage .ys-sale-text {
    display: block;
}
#jpPage .ys-sale-text {display:none;}
#ysPage .jp-sale-text { display:none;}
.TopMenu li {
    border-left: 1px solid #807E82;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.TopMenu li.UserLogin {
    border: 0;
}
.TopMenu li a, .TopMenu li div {
    color: #807E82;
    font-family: 'HelveticaNeueW01-55Roma', 'Futura', arial;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    padding: 0 8px;
    margin: 0;
}
/* Header */
#Header {
    position: relative;
    margin-bottom:0;
}
#ysPage .SiteLogo {
    background-color: #dfe1e3;
}
.SiteLogo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
#ysPage.ysCategoryPage #Header, #jpPage.jpCategoryPage #Header {
    margin-bottom: 0;
}
.staticPage #Header,
.common #Header { margin-bottom: 12px; background-color: #e0e1e3; }
/* Main Categories Menu */
#HeaderLower #SideCategoryList .SideCategoryListClassic li a {
    width: auto;
    margin: 15px 10px;
    padding: 0 0 0 0px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
#HeaderLower #SideCategoryList .SideCategoryListClassic li:before {
    float: left;
    margin-top: 16px;
    content: "|";
}
#HeaderLower #SideCategoryList .SideCategoryListClassic ul:first-child {
    color: #fff;
}
/* Horizontal Category List (Default & Flyout) */
#SideCategoryList h3 {
    display: none;
}
.header-logo img {
    display: block;
    margin: 0 auto;
}
.no-sel {
    height: auto;
    line-height: inherit;
}
p {
    line-height: 1.3;
    margin-bottom: 15px;
}
a {
    text-decoration: none;
    font-weight: inherit;
}
a:hover {
    text-decoration: none;
}
.page-content #LayoutColumn2 a.pname:hover {
    background-color: transparent;
}
strong, b {
    font-weight: bold;
}
.header-logo h1 {
    font-size: 40px;
}
/* Buttons */
.btn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: none;
    font-size: 11px;
    line-height: 1.1;
    vertical-align: middle;
    background-color: #003366;
    padding: 7px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
border-radius: 0;
}
.btn.text {
    background:none;
    outline: 0;
}
.btn:hover { background-color: #024383; }
.staticPage .Content a.btn{
    text-decoration: none;
    color: #fff;
}
/* Headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0;
    padding: 0;
}
h1, .h1 {
    font-size: 34px;
    font-weight: 300;
    padding: 0 0 20px 0;
}
h2, .h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 20px 0;
}
h3, .h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 20px 0;
}
h4, .h4 {
    font-size: 18px;
    font-weight: 300;
    padding: 0 0 20px 0;
}
h5, .h5 {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 20px 0;
}
.footer-main h4 {
    color: #fff;
    font-size: 16px;
    padding: 0 0 1em 0;
    line-height: 20px;
    font-weight: 300;
}
.tableResWrap{
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin-bottom: 15px;
}
.tableResWrap::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
}
.tableResWrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
}

.productPage .ProductPrice { font-size: 26px; }
.footer-main, .footer-main a { color: #fff; }
.TitleHeading { margin-bottom: 20px; }
.TitleHeading.zero { margin-bottom: 0; }
img, img a { border: 0; }
ul, ol { margin: 0 0 20px 20px; }
ul ul ul { list-style-image: url(../images/bullet_line.png); }
li { margin: 0; padding: 0; }
blockquote { margin-left: 28px; }
select option { margin-right: 10px; }
hr {
    margin: 20px 0;
    padding: 0;
    height: 1px;
    background: none;
    border-width: 1px 0 0 0;
}
/* Page Containers */
#ContainerLower {
    clear: both;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}
/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
    clear: both;
}
.centerer {
    margin:0 auto;
    text-align: center;
}
/* Top Search Form */
#SearchForm {
    font-size: .8em;
    padding: 10px 13px 0 0;
    color: #eeeadf;
    margin: 8px 0 0 19px;
}
#SearchForm label {
    font-weight: bold;
    display:none;
}
#SearchForm input.Textbox,
#SearchForm input.Textbox.filled,
#SearchForm input.Textbox.default {
    width: 131px;
    border: none;
    background: #fff;
    padding: 3px 3px 4px;
    float: left;
    margin-right: 2px;
    text-align: right;
    height:14px;
    font-size:13px;
    line-height:16px;
    font-family: Futura;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    box-sizing: content-box;
border-radius: 0;
color: #A9A9A9;
    font-family: 'HelveticaNeueW01-55Roma', 'Futura', arial;
text-transform: uppercase;
}


#SearchForm input.Textbox::-webkit-input-placeholder {
  font-size:12px;
font-family: 'HelveticaNeueW01-55Roma', 'Futura', arial;
color: #A9A9A9;
}

#SearchForm input.Textbox:-moz-placeholder {
  font-size:11px;
font-family: 'HelveticaNeueW01-55Roma', 'Futura', arial;
color: #333;
}

#SearchForm input.Textbox::-moz-placeholder {
  font-size:11px;
font-family: 'HelveticaNeueW01-55Roma', 'Futura', arial;
color: #333;
}

#SearchForm input.Textbox:-ms-input-placeholder {
  font-size:12px;
font-family: 'HelveticaNeueW01-55Roma', 'Futura', arial;
color: #A9A9A9;
}



#SearchForm .Button {
    width: 21px;
    height: 21px;
    padding: 0;
    background: url('../images/Search.png') no-repeat 0 -1px;
    border: none;
    font-size: 0;
border-radius: 0;
}
#SearchForm p {
    margin:10px 0 0 0;
}
#SearchForm p strong {
    padding-right:18px;
    font-weight:400;
    font-size:10px;
    font-family: Museo;
}
#ysPage #SearchForm .Button { background-color:#807f83; }
#jpPage .SiteLogo{
  background: url('../images/jpress-logo-bg.jpg') no-repeat center center;
}
#jpPage #SearchForm p strong {
    background:url('../images/JPAdvanceSearch.png') no-repeat 103px 1px;
}
#ysPage #SearchForm p strong {
    color:#807e82;
    background:url('../images/JPAdvanceSearch.png') no-repeat 103px 1px;
}
#jpPage .category-list > li {
    display:none !important;
}
#jpPage .category-list > li:first-child {
    display:block !important;
}
#jpPage .category-list > li > ul > li#link-suits-1 {
    background: url("/product_images/uploaded_images/1pxline-white.png") no-repeat left top;
    padding-top: 9px;
    margin-top: 9px;
}
#jpPage .category-list > li > ul > li#link-sale-1 {
    background: url("/product_images/uploaded_images/1pxline-white.png") no-repeat left top;
    padding-top: 6px;
    margin-top: 9px;
}
#jpPage .category-list > li > ul > li#link-suits-1 .toggle,
#ysPage .category-list > li > ul > li#link-sale .toggle,
#ysPage .category-list > li > ul > li#link-shirts .toggle { top: 9px; }
#jpPage .category-list > li > ul > li#link-sale-1 .toggle { top: 6px; }

#jpPage .category-list > li > ul > li#link-sale-1 > ul,
#ysPage .category-list > li > ul > li#link-shirts > ul { top: 9px; }
#ysPage .category-list > li > ul > li#link-shirts {
    background: url("/product_images/uploaded_images/1pxline-grey.png") no-repeat left top;
    padding-top: 9px;
    margin-top: 9px;
}
#ysPage .category-list > li > ul > li#link-sale {
    background: url("/product_images/uploaded_images/1pxline-grey.png") no-repeat left top;
    padding-top: 9px;
    margin-top: 9px;
}

.catFeaturedImg img{ width: 100%; height: auto; }
.Left li.navItems .toggle{
    width: 30px;
    height: 24px;
    background: url('../images/toff.png') no-repeat center center;
    position: absolute;
    top: 0;
    left: 8px;
    cursor: pointer;
        display: none;
}
#jpPage .Left li.navItems .toggle,
.Left #ysSidePageList li.navItems .toggle{ background: url('../images/toff-hover.png') no-repeat center center; }
.Left li.navItems .toggle.on,
#jpPage .Left li.navItems .toggle.on{ background: url('../images/ton.png') no-repeat center center; }
.Left .hasChild:hover > .toggle{ background: url('../images/toff-hover.png') no-repeat center center; }
/*
#ysPage .category-list > li > ul > li#link-shirts.hasChild .toggle,
#jpPage .category-list > li > ul > li#link-suits.hasChild .toggle{ top : 9px; }
*/



#looksList {
    padding:0;
    margin:0;
}
#looksList li {
    float:left;
    list-style:none;
    width:31.3%;
    margin:0 2% 3% 0;
    text-align: center;
}
#looksList li img {
    max-width:100%;
}
#looksList li a {
    color:#807f83;
    text-transform:uppercase;
    text-decoration: none;
}
#looksList li img {
    display:block;
    float:none;
    margin:0 0 5px 0 !important;
}
/* Left Content Area */
.innerWrapper {
    width:100%;
}
.Left h2 {
    font-size: 1.8em;
    margin: 10px;
    padding:0 15px 0;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:400;
    word-spacing:-2px;
    margin-bottom:10px
}
.Left a {
    text-decoration:none;
    text-transform:uppercase;
    display:block;
}
#jpPage .Left a {
    color: #fff;
}
#ysPage .Left .subNavList > li > a, #ysSidePageList a, #SearchForm a {
    font-family:'HelveticaNeueW01-55Roma', 'Futura', arial;
}
/*#ysPage .Left .subNavList > li > ul,
#jpPage .Left .subNavList > li > ul{ padding:4px 0;} */
#ysPage .Left .subNavList > li > ul li a, #jpPage .Left .subNavList > li > ul li a {
    color:#fff;
    margin:0;
}
#ysPage .Left .subNavList > li > ul li a:hover, #jpPage .Left .subNavList > li > ul li a:hover {
    background-color:#e7e8e9;
    color:#003263;
}
#ysSidePageList a:hover {
    color:#fff;
}
.Left li a:hover {
    color:#fff;
}
.Left .BlockContent {
}
.Left ul {
    margin: 0;
    padding: 0;
}
.Left .jpress-nav .jpress-nav-menu { margin:22px 0 0 0; }
.Left li {
    clear: both;
    list-style: none;
    margin: 0;
}
.Left li a {
    font-family:'HelveticaNeueW01-55Roma', 'Futura', arial;
    font-size:12px;
}
#ysPage .Left li a {
    font-family: 'HelveticaNeueW01-55Roma', 'Futura', arial;
    color:#807e82;
}
#ysPage .Left li a:hover {
    color:#807e82;
}
.pareentList-1 > li > a, .pareentList-2 > li > a {
    display:none;
}
.sidePagesList {
    margin:0;
    padding:0 0 20px 0 !important;
}
.sidePagesList li {
    margin:0 0 2px 0;
}
.sidePagesList a {
    display:block;
    padding:3px 18px;
}
.sidePagesList a:hover{
    background-color:#003263;
    color:#fff !important;
}
.Left .category-list li a:hover {
    background-color:#003263;
}
#jpPage #ysSidePageList {
    display:none;
}
#ysPage .pareentList-1, #ysPage #jpSidePageList, #ysPage .Left .category-list > li:first-child {
    display:none;
}
.Left ul.additional-ul {
    margin-top: 16px;
}
#jpPage .yAdd {
    display:none;
}
#ysPage .jpAdd {
    display:none;
}
#jpPage .Left li.navItems > a[href="/gift-ideas-under-100/"], #jpPage .Left li.navItems > a[href="/jp-new-looks/"], #jpPage .Left li.navItems > a[href*="/jpress/"] { display: none; }
#jpPage .category-list > li > ul > li { margin-bottom: 2px; }
#jpPage .Left li.navItems > a,
#jpPage.brands .Left li > a {
    padding: 3px 18px;
    font-family: 'HelveticaNeueW01-55Roma', 'Futura', arial;
}
#jpPage .Left #SideCategoryList li ul li ul { display: none; }
#jpPage .category-list .pareentList-2, .pareentList-3 /* , .pareentList-5 */ { display:none !important; }
#ysPage .Left li.navItems > a[href="/gift-ideas-under-100/"], #jpPage .Left li.navItems > a[href="/jp-new-looks/"], #jpPage .Left li.navItems > a[href*="/jpress/"] { display: none; }
#ysPage .category-list > li > ul > li { margin-bottom: 2px; }
#ysPage .Left li.navItems > a { padding: 3px 18px; }
#ysPage .Left li.navItems > a:hover {
    background-color: #003263;
    color: #fff;
}
#ysPage .Left #SideCategoryList li ul li ul { display: none; }
.subNavList .chilElem {
    position:relative;
    margin-bottom:2px;
    padding:0;
}
.subNavList a { padding:3px 18px; }
#ysPage .subNavList .chilElem > a:hover, #ysPage .subNavList .chilElem > ul > li:hover > a, #ysPage .subNavList .chilElem:hover > a, #ysPage .subNavList a:hover, #jpPage .Left .navItems.active a, #ysPage .Left .navItems.active a {
    background-color:#003263;
    color:#fff;
}
#ysPage .innerWrapper { border-bottom:1px solid #d9d8da; }
.sale-categories li {
    position:relative;
}
.sale-categories li ul {
    background-color:#ee1c24 !important;
    display: none;
    z-index: 999;
}
.sale-categories li:hover {
    display:block;
}
.sale-categories li ul ul {
    left:150px !important;
    background-color:#ee1c24 !important;
}
.sale-categories li ul ul a {
    background-color:#ee1c24 !important;
}
.sale-categories li ul ul a:hover, .sale-categories li:hover > a {
    background-color:#003263 !important;
}
.subNavList .chilElem > ul {
    background-color:#003263;
    display:none;
    z-index:999;
}
.subNavList .chilElem > ul > li {
    position:relative;
}
.subNavList .chilElem > ul > li > ul {
    position:absolute;
    display:none;
    left:150px;
    top:0;
    width:150px;
    background-color:#666;
}
.subNavList .chilElem > ul > li:hover > ul {
    display:block;
}
.subNavList .chilElem:hover > ul {
    display:block;
}
.subNavList .chilElem ul {
    text-align:left;
}
.Left li a:hover {
    text-decoration: none;
}
.Left .pageHeadImg {
    display: none;
}
.common .leftinner {
    padding-top: 8px;
}
.common .leftinner a { margin-bottom: 15px; }
.storeHomePage #PageContent > .TitleHeading { display: none; }
#ysPage .leftinner {
    background-color:#dfe1e3 !important;
    background-image:none;
}
#jpPage .leftinner{ background-color: #002144; }
.common .leftinner {
    padding-top: 6px;
    background: none !important;
    box-shadow: none;
}
#jpPage.brands .leftinner,
#jpPage .AccountMenu .leftinner{ background-color: #002144 !important; padding-top: 30px !important; }
#jpPage .AccountMenu li{ margin-bottom: 2px;}
#jpPage .AccountMenu li a{ padding: 3px 18px; margin-bottom: 3px; }
/* Primary Content Area */
.storeHomePage #PageContent > h2 { display:none; }
area {
    border:0;
    outline:0;
}
#yorkFeaturedBlocks {
    padding:20px 0;
    height:210px;
}
.staticPage #PageContent {
    background-color:#f3f3f3;
    margin-bottom:15px;
    padding-bottom:0;
}
.staticPage .looksPage #PageContent { background-color:transparent !important; }
.Content.accountPage {
    background-color: #F3F3F2;
    padding: 8px !important;
    margin-left: 33px;
}
.expressCheckOut #LoginForm { padding-bottom:20px; }
.Content h2, .TitleHeading {
    font-size: 14px;
    font-weight: 400;
    color: #002a5c;
    text-transform:uppercase;
    padding:0 2px 0 7px;
}
.staticPage .Content .TitleHeading { display:none; }
.staticPage.brands .Content .TitleHeading,
#CartHeader .TitleHeading { display: block; padding-left: 0; }
.staticPage .PageContent { padding: 0 0 12px 19px; }
.staticPage .looksPage .PageContent { padding-left: 0; }
.pressCoverage {
    width: 435px;
    float: left;
}
.pressCoverage p { line-height:18px; }
.pressCoverage a { font-size:10px; }
.common .header-logo,
.staticPage .header-logo {
    background-color: #e0e1e3;
    padding: 16px 0 11px 0;
}
.common .header-logo .clearfix,
.staticPage .header-logo .clearfix {
    width: 600px;
    margin: 0 auto;
}
.common .header-logo span img,
.staticPage .header-logo span img { max-width: 100%; }
.common .header-logo span,
.staticPage .header-logo span {
    display: inline-block;
    padding-left: 60px;
    position: relative;
    left: 12px;
    float: right;
}
.common .header-logo .jp,
.staticPage .header-logo .jp {
    border-right: 2px solid #003360;
    padding-right: 74px;
    padding-left: 15px;
    left: 0;
    float: left;
}
.staticPage .Content h3 {
    color:#002a5c;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    padding-top:25px;
    padding-bottom:15px;
}
#jpPage.staticPage .Content h3,
.common .Content h3 {
    font-size:18px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
#ysPage.staticPage .Content h3 { font-family:'goudy'; }
#jpPage.staticPage .Content h3 { font-family: 'Garamond'; }
.staticPage .Content p, .staticPage .Content h4, .staticPage .Content h5, .staticPage .Content li {
    color:#807f83;
    line-height:22px;
}
.staticPage .Content table td, .staticPage .Content p { font-size:13px; }
#jpPage.staticPage .mainContent h2, #jpPage.staticPage .mainContent h3, #jpPage.staticPage .mainContent h4, #jpPage.staticPage .PageContent h2, #jpPage.staticPage .PageContent h3, #jpPage.staticPage .PageContent h4 { font-family: 'Garamond'; }
#SideCategoryList h2 { display:none; }
#jpPage.staticPage .PageContent p { font-family: Arial, Helvetica, sans-serif; }
.common .PageContent { padding-right:19px; }
.common .Content a { color:#807f83; }
.common .Content a.btn{ color: #fff; }
.staticPage .Content h4, .staticPage .Content h5 {
    font-weight:normal;
    text-transform:uppercase;
}
.staticPage .Content h4 {
    font-size:14px;
    margin:15px 0 0 0;
}
.staticPage .Content h5 { font-size:12px; }
.staticPage .Content a {
    color: #807f83;
    text-decoration:underline;
}
.staticPage .Content a:hover { text-decoration:none; }
.staticPage .Content .pressCoverage a { text-decoration:none; }
.staticPage .Content .pressCoverage a:hover { text-decoration:underline; }
.staticPage .Content table th.name { width:20%; }
.staticPage .Content table th.info { width:60%; }
.staticPage .Content table th.number { width:20% }
.staticPage .Content table td {
    font-size:13px;
    font-family:Museo;
    color: #807f83;
}
.staticPage .Content table td { padding: 3px 0; }
.staticPage .Content table.CartContents td{ padding: 5px 0; }
.oneline{ width: 460px; margin-left: auto; margin-right: auto; }

.return-instructions{
  padding-top: 25px;
  margin-top: 23px;
  border-top: 1px solid #ccc;
}

.store { margin-bottom:30px; }
.store span { float:left; }
.store .address {
    width: 400px;
    padding: 0;
}
.store img {
    display:block;
    float:right;
    margin-right:27px !important;
}
.store .hours .holidays {
    display: inline-block;
    padding-left:40px;
}
@media screen and (max-width: 810px) {
     .store .hours .holidays {  padding-left: 0; clear: both; }
}
@media screen and (max-width: 540px) {
     .store img { width: 38%!important; height: auto!important;}
}
/* Primary Content Area */
.Content {
    overflow: hidden;
    padding-bottom: 20px;
    min-height: 200px;
}
.Content .Block { clear: both; }
.Block {
    margin-top: 0;
    margin-bottom: 20px;
}
.Content.Wide { padding: 0; }
.Content.Widest {
    padding: 0;
    border: none;
}
/* Right Content Area */
.Right {
    float: right;
    min-height: 500px;
    width: 173px;
    font-size: 0.85em;
    padding-bottom: 10px;
    display:none  margin:0 0 0 14px !important;
}
.staticPage .mainContent img, .staticPage .PageContent img {
    float:right;
    margin:0 0 0 18px;
}
.Right h2 {
    font-size: 1.33em;
    margin: 0 10px;
    padding:10px 5px 0 5px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:700;
    word-spacing:-2px
}
.Right a { text-decoration:underline }
.Right li a:hover { text-decoration: none; }
.Right .BlockContent { margin: 0 10px 0 10px; }
.Right ul {
    margin: 0;
    padding: 0;
}
.Right li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 3px 0;
}
.Right .BlockContent { margin: 0 17px 0 17px; }
.Right li a { text-decoration: none; }
.Right li a:hover { text-decoration: underline; }

/* Press Page */
#PressCoverageGallery .col-1 {
    width:45%;
    float:left;
}
#PressCoverageGallery .col-1 a, #PressCoverageGallery .col-2 a {
    text-decoration:none !important;
}
#PressCoverageGallery .col-2 {
    width:50%;
    float:right;
}
#PressCoverageGallery .PhotoGallery a {
    display:none;
}
#PressCoverageGallery .PhotoGallery a.active {
    display:block;
}
#PressCoverageGallery .col-2 img {
    margin:0;
    float:none;
}
/* Jpress Main Content */
.featuredImg {
    position: relative;
}
.featuredImg img {
    width: 100%;
}
.FeaturedCategories {
    padding: 20px 0 0;
    margin: 0;
}
.FeaturedCategories li {
    float: left;
    list-style: none;
    margin: 0 0 0 2%;
    width: 32%;
}
.FeaturedCategories li img {
    width: 100%;
}
.FeaturedCategories li:first-child {
    margin-left: 0;
}
/* Email Pop up */
#email_updates_poup, .min_colorbox {
    display: none;
}
#email_updates_poup, .min_colorbox {
    display:none;
}
#holiday-shipping img{ max-width: 100%; }
.fsBody .fsForm {
    border:none !important;
}
.mini #email_updates_poup {
    display:block;
}
.mini #cboxContent {
    border: medium none;
}
.mini #cboxLoadedContent {
    background: none repeat scroll 0 0 #FFFFFF;
    height: auto !important;
}
.mini #cboxClose {
    background: url(/product_images/uploaded_images/mini-close.jpg) no-repeat 0 0;
    width:9px;
    height:9px;
    position: absolute;
    top:10px;
    right:10px;
    border: none;
}
.mini #email_updates_poup {
    display: block;
    padding: 12px 0;
    text-align: center;
}
.mini #cboxContent {
    border: medium none;
    box-shadow: 0 2px 5px #959595;
    -moz-box-shadow: 0 2px 5px #959595;
    -webkit-box-shadow: 0 2px 5px #959595;
    height: auto !important;
    margin-top: 0;
}
.holidaypopup #cboxLoadedContent{ background: none; }
.mini #colorbox, #colorbox.mini, .mini #cboxOverlay, .mini #cboxWrapper {
    overflow:visible !important;
}
#colorbox, #cboxWrapper, #cboxContent, #cboxLoadedContent, .cboxPhoto {
    max-width: 100% !important;
}
#email_updates_poup img{ max-width: 100%; }
#colorbox .fsForm.fsFormFree.fsSingleColumn {
    border: medium none;
    margin: 0;
}
#colorbox .fsRowBody.fsCell.fsFieldCell.fsFirst.fsLast.fsLabelVertical.fsSpan100 {
    padding: 0;
}
#colorbox .fsForm .fsLabel {
    display: none;
}
#colorbox .fsForm .fsSubmit {
    background: none repeat scroll 0 0 #FFFFFF !important;
    margin-top: 0 !important;
    padding: 0 !important;
}
#colorbox .fsFieldFocused {
    background:#fff !important;
}
#colorbox .fsFieldRow input[type="text"], .fsFieldRow input[type="email"], .fsFieldRow input[type="number"], .fsFieldRow input[type="tel"], .fsForm textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBC6B6;
    font-size: 11px;
    font-weight: normal;
    margin: 12px 0;
    padding: 4px;
    width: 81%;
}
/* Imported from Footer */
#fsSubmitButton1471674 {
    background-color: #FFFFFF;
    border: 0 none;
    color: #003366;
    float: left;
    font-size: 12px;
    height: 24px;
    margin: 0;
    padding: 2px 4px;
    text-transform: uppercase;
    vertical-align: middle;
-webkit-appearance: none;
border-radius: 0;
}
#ysPage #fsSubmitButton1471674 {
    box-shadow: 0 2px 6px 1px #666666 inset;
    color: #807F83;
}
#fsPage1471674-1 {
    float: left;
    width: 240px;
}
#fsForm1471674 {
    width: auto;
}
#fsForm1471674 div.fsError {
    margin:0;
    margin-bottom:6px;
    font-size:10px;
    padding:4px;
}
#jpPage #fsPage1471674-1 .fsFieldRow input[type="text"], #jpPage #fsPage1471674-1 .fsFieldRow input[type="email"], #jpPage #fsPage1471674-1 .fsFieldRow input[type="number"], #jpPage #fsPage1471674-1 .fsFieldRow input[type="tel"], #jpPage #fsPage1471674-1 .fsForm textarea, #jpPage #fsPage1471674-1 .fsField.fsFormatEmail.fsRequired {
    border: medium none;
    float: left;
    font-family: Futura;
    font-size: 12px;
    height: 16px;
    margin: 0 2px 0 0;
    width: 161px;
    padding: 4px 2px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
border-radius: 0;
}
#ysPage #fsPage1471674-1 .fsFieldRow input[type="text"], #ysPage #fsPage1471674-1 .fsFieldRow input[type="email"], #ysPage #fsPage1471674-1 .fsFieldRow input[type="number"], #ysPage #fsPage1471674-1 .fsFieldRow input[type="tel"], #ysPage #fsPage1471674-1 .fsForm textarea, #ysPage #fsPage1471674-1 .fsField.fsFormatEmail.fsRequired {
    background-color: #FFFFFF;
    border: 0 none;
    -webkit-box-shadow: 0 2px 6px 1px #666666 inset;
    -moz-box-shadow: 0 2px 6px 1px #666666 inset;
    box-shadow: 0 2px 6px 1px #666666 inset;
    color: #807F83;
    float: left;
    font-family: Museo;
    font-size: 12px;
    height: 20px;
    margin: 0;
    padding: 2px 4px;
    vertical-align: middle;
    width: 159px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 25px;
        outline-offset: 0;
}
#colorbox .fsSubmit input.fsSubmitButton {
    background:url("../images/subscribe-btn.png") no-repeat left top;
    width:98px;
    height:32px;
    text-transform:uppercase;
    text-indent:-9999px;
    border:0;
    float:right;
    margin-right: 29px;
}
.fsboxshadow .fsBody .fsForm {
    box-shadow: none !important;
}
.mtm-colorbox-popup #cboxContent {
    border:0 none !important;
}
.mtm-colorbox-popup #cboxClose {
    display:none !important;
}
/* Size Charts Styles */
#ysPage .size-chart h4 {
    background-color:#f57921;
    color:#fff;
    text-transform:uppercase;
    margin:0;
    padding:5px;
    text-align:center;
    font-family: HelveticaNeueW01-55Roma, Futura, arial;
    letter-spacing:1px;
    font-size:16px;
    line-height:1;
}
#jpPage .size-chart h4 {
    background-color:#002144;
    color:#fff;
    text-transform:uppercase;
    margin:0;
    padding:5px;
    text-align:center;
    font-family: HelveticaNeueW01-55Roma, Futura, arial !important;
    letter-spacing:1px;
    font-size:16px;
    line-height:1;
}
div.size-chart {
    width:94%;
    border:1px solid #ccc;
    background-color:#fff;
    padding:2px;
    margin-bottom:15px;
    position: relative;
    left: 9px;
}
.size-chart .table-wrapper {
    padding:0 15px;
    border:1px solid #ccc;
    border-top:0 none;
}
.size-chart table {
    border-collapse:collapse;
    width:100%
}
.size-chart table thead {
    border-bottom:1px solid #ccc;
}
.size-chart table th {
    text-transform:uppercase;
    color:#37456c;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}
.size-chart tbody {
    text-align:center;
}
.size-chart td, .size-chart th {
    padding:5px !important;
}
#ysPage .size-chart tfoot td {
    color:#f57921 !important;
    font-weight:bold;
}
#jpPage .size-chart tfoot td {
    color:#002144 !important;
    font-weight:bold;
}
/* Size Charts Styles Ends */
/* Top Banner styles */
.Block.banner_home_page_top, .Block.banner_category_page_top, .Block.banner_brand_page_top, .Block.banner_search_page_top {
    position: relative;
    z-index: 0;
}
.Block.banner_home_page_top *, .Block.banner_category_page_top *, .Block.banner_brand_page_top *, .Block.banner_search_page_top * {
    padding: 0;
    margin: 0;
}
/* Bottom Banner styles */
.Block.banner_home_page_bottom, .Block.banner_category_page_bottom, .Block.banner_brand_page_bottom, .Block.banner_search_page_bottom {
    position: relative;
    left: 0;
    margin-bottom: 0;
}
.Block.banner_home_page_bottom div, .Block.banner_category_page_bottom div, .Block.banner_brand_page_bottom div, .Block.banner_search_page_bottom div {
    float: left;
    width: 320px;
    position: relative;
}
.Block.banner_home_page_bottom div, .Block.banner_category_page_bottom div, .Block.banner_brand_page_bottom div, .Block.banner_search_page_bottom div {
    margin-left: 10px;
}
.Block.banner_home_page_bottom div:first-child, .Block.banner_category_page_bottom div:first-child, .Block.banner_brand_page_bottom div:first-child, .Block.banner_search_page_bottom div:first-child {
    margin-left: 0;
}
.Block.banner_home_page_bottom div .text, .Block.banner_category_page_bottom div .text, .Block.banner_brand_page_bottom div .text, .Block.banner_search_page_bottom div .text {
    position: absolute;
    top: 35px;
    left: 15px;
    width: 200px;
    z-index: 99;
}
.Block.banner_home_page_bottom div .text h2, .Block.banner_category_page_bottom div .text h2, .Block.banner_brand_page_bottom div .text h2, .Block.banner_search_page_bottom div .text h2 {
    font-size: 2.7em;
    line-height: 1em;
    margin-bottom: 12px;
}
.Block.banner_home_page_bottom div .text h3, .Block.banner_category_page_bottom div .text h3, .Block.banner_brand_page_bottom div .text h3, .Block.banner_search_page_bottom div .text h3 {
    font-size: 1.6em;
    line-height: 1em;
    margin-bottom: 10px;
}
.Block.banner_home_page_bottom div .text p, .Block.banner_category_page_bottom div .text p, .Block.banner_brand_page_bottom div .text p, .Block.banner_search_page_bottom div .text p {
    margin-bottom: 10px;
}
.image-container-centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none !important;
}
.category-featured .image-container-centered {
    width: 320px;
    height: 264px;
}
.category-featured .image-container-centered img {
    max-width: 320px;
    max-height: 264px;
}
.category-featured h3 {
    text-transform: uppercase;
}
/* Contains links lists & newsletter */
.footer-columns li ul, .footer-columns li:hover ul {
    display: none !important;
}
.footer-columns .RecentNews li p {
    margin: 5px 0;
}
/* Newsletter Subscription Form */
.newsletter-subscription h4 {
    padding: 0;
    line-height: 35px;
}
.newsletter-subscription .inner {
    padding: 20px 0;
}
.newsletter-subscription label {
    display: none;
}
.newsletter-subscription input {
    width: 100%;
}
/* News Lists */
#HomeRecentBlogs ul {
    padding-left: 0;
    margin-left: 0;
}
#HomeRecentBlogs li {
    list-style: none;
    padding: 5px 0 5px 10px;
    margin: 0;
}
#LowerRight .FeedLink {
    float: left;
    margin: 6px 4px 0 0;
}
/* Product Listings */
.ProductList {
    margin: 0 0 0 -20px;
    font-size: 0;
    padding: 0;
    overflow: hidden;
}
.ProductList li {
    padding: 0 0 20px 20px;
    list-style: none;
/*  height: auto !important; */
    margin: 0;
    width: 25%;
    vertical-align: top;
    float: left;
    font-size: 0.95em;
    /*  max-height: 270px;
    height: 270px !important; */
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ProductList .ProductDetails {
    display: block;
    clear: both;
    padding: 4px 0 0 0;
    margin: 0px !important;
    text-align: left;
    background-image: none;
    word-wrap: break-word;
}
.ProductList em {
    display: block;
    font-size: 11px;
    padding-top: 4px;
}
.ProductList .Rating {
    display: block;
}
.ProductList li .ProductCompareButton {
    margin-bottom: 10px;
}
.ProductList .pname {
    display: block;
    line-height: 1.2;
    color: #808084;
    font-size: 11px;
    text-decoration: none;
}
.staticPage .ProductList .pname { text-decoration: none; }
.ProductList .pname:hover,
.staticPage .ProductList .pname:hover { text-decoration: underline; }
/* .ProductList .ProductPriceRating { margin-bottom: 10px; } */
.brand-img, .ProductList .ProductImage, #ProductDetails .ProductThumbImage {
    overflow: hidden;
    text-align: center;
    display: table;
    table-layout: fixed;
    width: 100% !important;
    position: relative;
    background-color: #fff;
}

.ProductList .ProductImage {
    height: 200px !important;
    border-bottom: 1px solid #bfbfbf;
}
.ProductList .ProductImage a, .ProductThumbImage a {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    line-height: 0;
}
.ProductList .ProductImage img, #ProductDetails .ProductThumbImage img {
    max-height: 100%;
    max-width: 100%;
    line-height: 1.5em; /* If the image takes a while to load or doesn't load at all the alt text will display. This spaces this text. */
}
.ProductList .p-name { font-weight: 600; }
.ProductList .ProductRightCol { float: right; }

/* Product Listings - Horizontal */
.ProductList.List { margin: 0; }
.ProductList.List li {
    display: block;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    width: auto
}
.ProductList.List .ProductImage {
    float: left;
    width: 190px;
}
.ProductList.List .ProductQty { margin-left: 10px; }
.ProductList.List .ProductDetails {
    padding: 20px;
    overflow: hidden;
}
.ProductList.List .QuickViewBtn {
    text-align: center;
    width: 170px;
}
/* Add to cart popup __master overrides */
.fastCartContent {
    min-height: 0;
    width: auto;
}
#fastCartContainer .ProductList .ProductImage {
    height: auto; /* Have to keep to override master */
    width: 100%; /* Have to keep to override master */
}
.SubBrandListGrid .RowDivider {
    display: none!important;
}
.brand-img {
    float: left;
    width: 100%;
    padding: 5px 0;
    text-align: center;
}
.brand-img img {
    width: auto;
}
.Left .ProductList li, .Right .ProductList li {
    margin-bottom: 10px;
}
.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
    display: none;
}
/* Top Seller Block Specific */
.Right .TopSellers, .Left .TopSellers {
    clear: both;
    padding: 0 0 10px 0;
}
.Right .TopSellers ul, .Left .TopSellers ul {
    margin: 0;
    padding: 0;
}
.Right .TopSellers li, .Left .TopSellers li {
    clear: both;
    margin: 0 0 5px 0;
}
.Right .TopSellers li .TopSellerNumber, .Left .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    float: left;
    width: 22px;
    font-size: 1.3em;
    text-align: center;
    padding: 1px 0 2px 0;
}
/* Contains the details of the item */
.Right .TopSellers .ProductDetails, .Left .TopSellers .ProductDetails {
    margin: 0;
    margin-left: 28px;
}
.Right .TopSellers li.TopSeller1 img, .Left .TopSellers li.TopSeller1 img {
    display: none;
}
.Right .TopSellers li.TopSeller1 .ProductImage, .Left .TopSellers li.TopSeller1 .ProductImage {
    display: none;
}
.Content .TopSellers li.TopSeller1 .TopSellerNumber, .Content .TopSellers li .TopSellerNumber {
    display: none;
}
.AcessibleLinks {
    margin: 0 auto 2px;
    position: relative;
}
.QuickLink {
    float: left;
}
#ysPage .QuickLink a, #jpPage .QuickLink a,
#ysPage .SideQuickLink a, #jpPage .SideQuickLink a,
.Left .slinks a.mobile {
    color: #807e82;
    font-family: 'HelveticaNeueW01-55Roma', 'Futura', arial;
    font-size: 12px;
    text-transform: uppercase;
}
.Left .slinks a.mobile{color: #807e82 !important; display: none;}
.SideQuickLink{ display: none; margin: 10px; }
#ysPage .SideQuickLink a.jpress,
#jpPage .SideQuickLink a.yorkst{ display: none; }
#ysPage .QuickLink, #jpPage .QuickLink {
    margin-left: 104px;
    margin-top: 13px;
}
.jpCategoryPage .QuickLink {
    margin-top: 10px;
}
.jpCategoryPage #CategoryBreadcrumb {
    margin-top: 1px;
}
.ysCategoryPage .Breadcrumb,
.jpCategoryPage .Breadcrumb,
.jpProduct .Breadcrumb,
.ysProduct .Breadcrumb{ display: none; }
#ysPage .TopMenu, #jpPage .TopMenu {
    margin-right: 0;
    margin-bottom:0;
}
/* Page Breadcrumbs */
.storeHomePage #PageBreadcrumb {
    display:none;
}
.Breadcrumb {
    padding: 0!important;
    margin-bottom: 0;
}
.Breadcrumb ul {
    width: 100%;
    padding: 0 0 10px 0;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}
.Breadcrumb li {
    padding-right: 6px;
    display: inline;
    font-family: 'HelveticaNeueW01-55Roma', 'Futura', arial;
    font-size: 12px;
    text-transform: uppercase;
    color: #807E82;
}
.Breadcrumb li a {
    padding-right: 10px;
    background: url(../images/BreadcrumbSep.gif) no-repeat 100% 50%;
    font-family: 'HelveticaNeueW01-55Roma', 'Futura', arial;
    font-size: 12px;
    text-transform: uppercase;
    color: #807E82;
    text-decoration: underline;
}
#CartBreadcrumb{ margin-bottom: 10px; }
.top-title {
    position: relative;
}
.top-title h2 {
    margin: 0;
}
.productlist-page .top-title {
    margin-bottom: 0;
}
.Left .afterSideShopByBrand {
    padding: 8px 0 0 0;
    display: block;
}
/* Helpers */
.hide-visually {
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
}/* Clear fix */
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
*zoom: 1;
}
.borderB {
    border-bottom: 1px solid #d6d6d6;
}
.borderR {
    border-right: 1px solid #d6d6d6;
}/* It is added because the app is generating the class 'ClearLeft'. For example this class is being generated on the BPAY confirmation page */
.ClearLeft {
    clear: left;
}/* Miscellaneous Definitions */
.Left .FeedLink, .Right .FeedLink {
    float: left;
    margin: 0 7px 0 0;
}
.Content .FeedLink {
    display: none;
}
.SortBox {
    font-size: 0.95em;
    padding: 12px 5px 0 0;
}
.CompareButton {
    text-align: right;
    margin-bottom: 20px;
}
.Required {
    color: #ff0000;
}
.ShippingAddressList, .ShippingAddressList li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ShippingAddressList li {
    width: 30%;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
.ShippingAddressList li:nth-child(4),
.ShippingAddressList li:nth-child(7),
.ShippingAddressList li:nth-child(10){ clear: left; }
/* Product Page */
#ProductDetails h1 {
    padding: 0;
    margin: 0 0 20px 0;
    word-wrap: break-word;
}
.PrimaryProductDetails .ProductThumb {
    margin-bottom: 20px;
    text-align: center;
    float: left;
}
.PrimaryProductDetails .ProductThumb .ProductThumbImage .zoomPad {
    float: none;
    display: inline-block;
 *display: inline;
 *zoom: 1;
}
#ysPage .ProductMain {
    border-top:3px solid #e4e4e4;
}
#jpPage .ProductMain {
    border-top:1px solid #e4e4e4;
}
#ysPage .ProductMain h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-top: 1px solid #e4e4e4;
    padding-left: 0;
}
#jpPage .ProductMain h2 {
    padding-left:0;
}
.ProductMain h2 {
    margin-top: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #002a5c;
    text-transform: uppercase;
    padding: 8px 2px 10px 7px;
}
.PrimaryProductDetails .ProductThumb p a {
    font-weight: bold;
}
.Right hr {
    margin: 5px 0 0;
}
.ComparisonCheckbox {
    float: left;
}
.SideRecentlyViewed .ProductList li {
    margin-left: 0;
}
.SideRecentlyViewed .ProductDetails {
    margin-left: 20px;
}/* Product Comparisons */
.ComparisonTable {
    table-layout: fixed;
    width: 100%;
}
.ComparisonTable img {
    max-height: 100%;
    max-width: 100%;
}
.ComparisonTable td {
    font-size: 14px;
    padding: 10px;
    vertical-align: center;
}
.CompareFieldName {
    width: 95px;
    padding: 8px 10px 8px 15px;
}
.CompareFieldTop {
    padding: 5px;
    text-align: center;
}
.CompareFieldTop a {
    font-size: 14px;
}
.CompareLeft {
    padding:5px 10px 5px 10px;
}
.CompareCenter {
    padding: 5px;
}
.CompareRating {
    text-align:center;
    padding-top:8px;
    vertical-align:middle;
}
.CompareProductOption {
    margin-left:20px;
    padding-left:5px;
}
.Availability { color:gray; }
.LittleNote {
    color:gray;
    font-size: 0.85em;
}
.ViewCartLink {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}/* General Tables */
table.General, table.CartContents{
    margin: 10px 0;
    width: 100%;
  border: 1px solid #e5e5e5;
}
table.General thead tr th, table.CartContents thead tr th {
    padding: 6px 10px;
    text-align: left;
  background: #faf8f4;
  color: #424748;
  border-bottom: 1px solid #e5e5e5;
}
table.CartContents thead tr th.price,
table.CartContents thead tr th.total{ text-align: right; }
table.CartContents thead tr th.qty{ text-align: center; }
table.General tbody td, table.CartContents tbody td { vertical-align: top; }
table.General tbody tr.First td { border-top: 0; }

/* Cart Contents Table */
.CartContents tbody td { border-bottom: 0; }
.CartContents .ProductName a { font-weight:700; }
.CartContents thead {
    background: #ededed;
    line-height: 1.5;
}
.pfields{ margin-top: 10px; }
.CartContents tbody tr td { padding: 20px; }
.CartContents tfoot .SubTotal td { font-weight: bold; }
.CartContents .EstimateShippingLink{ padding-right: 15px; }
.ProductOptionList, .ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ProductOptionList li {
    margin-bottom: 3px;
    margin-left: 2px;
}
.MiniCart h3 {
    font-size: 1.3em;
}
.MiniCart .SubTotal {
    text-align: center;
    font-size: 1.1em;
}
.JustAddedProduct {
    width: 128px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}
.JustAddedProduct strong, .JustAddedProduct a {
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-bottom: 3px;
}
.JustAddedProduct .ProductDetails {
    font-size: 1.2em;
    padding-bottom: 10px;
}
.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
    list-style: none;
    padding: 0;
    margin: 0;
}/* Quick Search */
.QuickSearch {
    background-color: #fff;
    margin: 0;
    min-width: 400px;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 9999;
    display: none !important;
}
.RatingIMG {
    display: none;
}
.QuickSearchTitle td, .QuickSearchAllResults td {
    font-weight: bold;
    padding: 4px;
    font-size: 12px;
}
.QuickSearchResult td {
    font-size: 12px;
    padding: 0 10px;
    cursor: pointer;
}
.QuickSearchResultImage {
    margin-left: 4px;
    margin-right: 10px;
    text-align: center;
    background: #fff !important;
}
.QuickSearchResultNoImage {
    padding-top: 10px;
    color: #777;
}
.QuickSearchResultName {
    display: block;
    padding-bottom: 5px;
}
.QuickSearchResult .Price {
    font-weight: bold;
    font-size: 12px;
    padding-right: 5px;
}
.QuickSearchHover {
    background: #D6D6D6;
}
.QuickSearchAllResults {
    text-indent: 0;
    padding: 0;
    line-height: 20px;
}
.QuickSearch .QuickSearchAllResults a, .QuickSearch .QuickSearchAllResults a:hover {
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.QuickSearchAllResults a:active, .QuickSearchAllResults a {
    outline: none;
    -moz-outline-style: none;
}/* Brand Tag Clouds */
.BrandCloud .smallest {
    font-size:12px;
}
.BrandCloud .small {
    font-size:15px;
}
.BrandCloud .medium {
    font-size:18px;
}
.BrandCloud .large {
    font-size:20px;
}
.BrandCloud .largest {
    font-size:26px;
}
.BrandCloud a {
    padding-right: 5px;
}
.DownloadExpires {
    padding-top: 3px;
    font-style: italic;
    color: gray;
}
.DownloadExpiresToday {
    color: red;
}
.CheckoutRedeemCoupon h4 { margin-top: 0; }
.CheckoutRedeemCoupon label{ margin-right: 10px; }
.CheckoutRedeemCoupon p {
    margin-top: 10px;
    margin-bottom: 0;
}
.BillingDetails {
    float: left;
    width: 48%;
    margin-right: 10px;
    margin-bottom: 15px;
}
.ShippingDetails {
    float: left;
    width: 48%;
    margin-bottom: 15px;
}
.ProductDetailsGrid dt {
    width: 140px;
    margin-bottom: 6px;
    float: left;
    font-weight: bold;
}
.ProductDetailsGrid dd {
    margin-left: 140px;
    margin-bottom: 6px;
}
.SubCategoryList {
    margin-bottom: 20px;
}
.SubCategoryList ul, .SubCategoryList li {
    list-style: none;
    margin-left: 0;
}
/*# MOBILE SUBCATEGORY #*/
.js-mobile-sub-category-menu {
    display: none;
}
.js-mobile-sub-category-menu .selector {
    display: block;
}
.js-mobile-sub-category-menu .selector span {
    font-size: 12px;
    height: auto;
}
.SearchTips .Examples {
    padding: 8px;
    color: #555;
    margin-left: 30px;
    margin-bottom: 10px;
}
.ProductDetails .ProductThumb p {
    margin-top: 10px;
    font-size: 0.9em;
}
.ProductReviewList {
    clear: both;
}
.ProductReviewList li {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dadada;
}
.ProductReviewList li:last-child {
    border: 0;
}
.SoldOut {
    color: #999;
}
.AddToWishlistLink {
    position: relative;
    margin: 0;
}
.AddToWishlistLink .wishlist-button {
    position: absolute;
    top: -70px;
    left: 165px;
    font-weight: bold;
    cursor: pointer;
 color: @primary-color;
    background: #fff;
    border: 0;
}
/* sizing and positioning of the inside part of a swatch */

.productOptionPickListSwatch .thumbnail, .productOptionPickListSwatch .swatchColour {
    display: inline-block;
    width: 25px !important;
    height: 25px !important;
}
.productOptionPickListSwatch ul {
    margin-bottom: 20px;
}
.productOptionPickListSwatch li .validation {
    top: 5px;
    left: 5px;
}
.productOptionPickListSwatch .textureContainer, .productOptionPickListSwatch .swatchColours {
    display: inline-block !important;
    margin: 0 !important;
    padding: 2px !important;
}
.productAttributeValue {
    clear: both;
}
.productAttributeValue .ui-datepicker-trigger {
    display: none;
}
.productOptionViewSelect div.selector span {
    min-width: 180px;
}
.ShippingProviderList li {
    list-style: none;
    margin: 0 0 10px 0;
}
.PayPalExpressCheckout p, .AlternativeCheckout p {
    margin: 0;
    float: none !important;
}
/** Currency Selector **/
.CurrencyList dl {
    margin: 0;
    padding: 0;
}
.CurrencyList dd {
    margin: 0px;
    background-color: #F9F9F9;
    clear: both;
}
.CurrencyList dd:hover {
    background-color: #fff;
}
.CurrencyList a {
    display: block;
    padding: 5px 10px;
    font-size: 11px;
}
.selected-currency .Flag, .CurrencyList a .Flag {
    float: left;
    margin-right: 10px;
}
.CurrencyList img {
    vertical-align: middle;
}
.currency-converter {
    cursor: pointer;
    position: relative;
    text-align: left;
    z-index: 60;
}
.currency-converter:hover .CurrencyChooser {
    display: block;
}
.currency-converter p {
    margin: 0;
}
.CurrencyChooser {
    display: none;
    position: absolute;
    float: left;
    right: 0;
    top: 100%;
    padding: 15px;
    background: #ffffff;
    min-width: 150px;
}
.CurrencyChooser h2 {
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 10px 0;
}
.CurrencyChooser a span {
    font-size: 11px;
    line-height: 22px;
}
.selected-currency {
    cursor: pointer;
    padding: 10px 20px 10px 10px !important;
    background: url(../images/icon_arrow_down.png) no-repeat right center;
}
.TopMenu .selected-currency {
    display: none;
}
.selected-currency span {
    font-size: 11px;
}
.CurrencyChooser .BlockContent {
    position: relative;
    margin-top: -1px;
}
.CurrencyChooser .BlockContent .CurrencyList {
    display: block;
}
.PrimaryProductDetails .YouSave {
    font-weight: bold;
    margin-top: 3px;
    display: block;
}
/* Shipping Estimation on Cart Contents Page */
.EstimateShipping { padding: 20px !important; }
.EstimateShipping .form{ float: right; }
.EstimateShipping label {
    display: block;
    margin-bottom: 5px;
}
.EstimatedShippingMethods {
    clear: both;
    padding: 20px 0 0 0 !important;
    text-align: left;
}
.ShippingMethodList {
    padding: 0 !important;
}
.EstimatedShippingMethods table {
    margin: 0 !important;
    width: 100%;
    border-collapse: collapse;
}
.EstimatedShippingMethods .Submit {
    text-align: right;
}
.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td {
    text-align: left;
}
.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td.Price {
    text-align: right;
}
.SharePublicWishList {
    padding:5px;
}
/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background-color: #e0e1e3;
    color: #000;
    position: relative;
    margin: 0 0 20px 0;
    padding: 20px;
    cursor: auto;
    font-weight: bold;
    text-transform: uppercase;
}
.ExpressCheckoutBlock h3 a { font-size: 12px; }
.ExpressCheckoutBlock .ExpressCheckoutCompletedContent { display: none; }
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    display: inline;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    top: -1px;
    padding: 22px;
    white-space: nowrap;
    text-transform: none;
    color: #131313;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent { display: none; }
a.ChangeLink {
    position: absolute;
    right: 15px;
}
.ExpressCheckoutBlock a.ChangeLink { display: none; }
.ExpressCheckoutBlockCompleted a.ChangeLink {
    display: inline;
    top: auto;
    right: 20px;
    text-decoration: none;
}
.LoadingIndicator { margin-left: 10px; }
.LoadingIndicator img {
    vertical-align: middle;
    margin-right: 10px;
}
.HeaderLiveChat img { vertical-align: middle; }
.SubCategoryListGrid {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
}
.SubCategoryListGrid ul, .SubCategoryListGrid li {
    list-style: none;
    margin: 0;
}
.SubCategoryListGrid .sub-cat-name { display: block; }
.SubCategoryListGrid > ul li {
    display: inline-block;
    margin: 0 20px 20px 0;
    vertical-align: bottom;
    text-align: center;
    width: 150px;
}
.SubCategoryListGrid > ul li img { max-width: 100% }
.SubCategoryListGrid ol { clear: both; }
.SubBrandList ul, .SubBrandList li {
    list-style: none;
    margin-left: 0;
}
.SubBrandList li {
    margin-bottom: 4px;
    padding-left: 25px;
    background: url('../images/SubBrand.gif') no-repeat 3px 50%;
}
.SubBrandListGrid ul, .SubBrandListGrid li {
    list-style: none;
    margin-left: 0;
}
.SubBrandListGrid li {
    margin: 0;
    width: 33.333%;
    background: #fff;
    float: left;
    text-align: center;
}
.SubBrandListGrid .brand-img, .SubBrandListGrid .brand-name {
    float: none;
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.SubBrandListGrid ol {
    clear: both;
}
.ProductAddToCart dt {
    float: left;
    font-weight: bold;
    width: 140px;
    margin-bottom: 4px;
}
.ProductAddToCart dd {
    margin-left: 140px;
    margin-bottom: 4px;
}
.ProductAddToCart.cannot-purchase .add-to-cart {
    display: none;
}
.ProductAddToCart dt div.Required, #CartEditProductFieldsForm dt div.Required {
    width: 8px;
}
.ProductAddToCart textarea, #CartEditProductFieldsForm textarea {
    width:183px;
    height: 50px;
}
.OutOfStockMessage {
    display: none;
}
.CartContents .CartProductFieldsLink {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('../images/GiftWrappingAvailable.png') no-repeat;
    padding-bottom: 4px;
}
.ProductFields dd {
    margin-bottom: 4px;
}
.ProductFields {
    margin-bottom: 15px;
}
.ProductFields input.Textbox {
    width:100%;
}
.ProductFields TextArea {
    width:100%;
}
.CartContents .CartProductFieldsRow {
    border-top: 0;
}
.CartContents .CartProductFieldsRow dl {
    margin-top:15px;
}
p.QuantityInput, p.AddCartButton {
    text-align: center;
}
.ProductAddToCart dt.QuantityInput {
    margin-top: 4px;
}
.ProductAddToCart dd.AddCartButton span {
    margin-top: 4px;
    padding-right: 5px;
}
.TagList {
    margin-top: 20px;
}
.CartThumb {
    text-align: center;
    width: 1px;
}
.WrappingOptions {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('../images/GiftWrappingAvailable.png') no-repeat 0 2px;
    padding-bottom: 4px;
    line-height: 1.6;
}
#ModalContentContainer .WrappingOption .selector,
#ModalContentContainer .productOptionViewSelect .selector{ width: auto !important; }
.ViewAllLink a {
    padding-top: 10px;
    display: block;
}
/* Tabbed Navigation */

.TabNav, .TabNav li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.TabNav {
    font-size: 12px;
    margin-bottom: 20px;
border-bottom: 1px solid #f9f9f9;
}
.TabNav li {
    margin-bottom: -1px;
    display: inline-block;
 *display: inline;
 *zoom: 1;
}
.TabNav li:first-child a{ margin-left: 0 }
.TabNav li a {
    display: block;
    line-height: 41px;
    padding:0 16px;
    height: 41px;
    font-weight: 600;
    font-size: 14px;
    background: #f9f9f9;
    margin: 0 4px;
    color: #a1a1a1;
text-decoration: none !important;
}
.TabNav li.Active a { background: #f2f2f2; }
.ProductAddToCart dd.AddCartButton div.BulkDiscount {
    display: inline-block;
    float:left;
}
.ProductAddToCart .BulkDiscount {
    clear: both;
}
.TransitTime {
    font-weight: normal;
    color: gray;
}
.ContentList {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
    list-style-image: none;
}
.ContentList li {
    list-style-type: none;
    margin: 0 0 20px 0;
    border-top: 0;
}
.OrderItemMessage {
    padding:7px;
    margin:10px 0px 10px 0px;
}
/* Custom Fields - Start */

.LittleNotePassword {
    color:gray;
    font-size: 0.85em;
    font-weight: normal;
    padding:2px 0px 2px;
}
.RequiredClear {
    visibility: hidden;
}
/* Custom Fields - End */

/* Product Details Price */

.ProductOptionList ul, .ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ProductOptionList li {
    margin-bottom: 3px;
}
.ProductOptionList input {
    vertical-align: middle;
}
/** Search All Form Result - Start **/
.SearchPaging {
    float: right;
    font-size: 0.95em;
}
.SearchSorting {
    float: right;
    font-size: 0.95em;
    margin: 8px 0px;
}
#SearchPageHeader .ToggleSearchFormLink{ float: right; }
#SearchPageHeader .txt24{ padding-right: 170px; }
#SearchResultsCategoryAndBrand { margin: 0 0 20px; background-color: #F9F9F9; padding: 0 18px 4px; }
#SearchResultsCategory ul{ margin-top: 20px; }
#SearchResultsCategory li{ margin-bottom: 3px; }
.ContentList em, .QuickSearchResultMeta em { font-size: 0.8em; }

/** Search All Form Result - End **/

/** AJAX loading box - Start **/

#AjaxLoading {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 10px 20px;
    display: none;
    position: fixed;
    text-align: center;
    z-index: 10000000000;
    line-height: 32px;
    left: 0;
    right: 0;
}
#AjaxLoading img {
    vertical-align: bottom;
    margin-right: 5px;
}
/** AJAX loading box - End **/

/** Product image gallery **/

#ProductDetails #ImageScrollPrev, #ProductDetails #ImageScrollNext {
    float: left;
    background:none;
    border:none;
    margin-top:16px;
    cursor:pointer;
    display: none;
}
.ProductTinyImageList ul li div {
    text-align: center;
}
.ProductTinyImageList ul li:first-child div {
    text-align: center;
}
#ProductDetails .ProductTinyImageList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
.ProductTinyImageList ul li img {
    width: auto;
}
.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
    width: 180px;
}
/***** Product Attribute List *****/

/* set up the row for css table-like alignment */

.quick-view-product-details-container .required, .quick-view-product-details-container .Required, .ProductMain .Required, .required {
    color: #be0303 !important;
    display: block;
    left: -12px;
    position: absolute;
    top: 0;
    font-weight: bold;
}
.ProductMain table.ExpectedReleaseDate { margin-top: 0; }
/* position the label in the left-padding area of the row */

/* .ProductAddToCart .productAttributeLabel > label { text-indent: -9999px; display: none;  } /* Remove */
.productAttributeList .productAttributeLabel{

}
.productAttributeList .productAttributeLabel label {
    display: block;
    margin-bottom: 10px !important;
    position: relative;
}
/* Below is required to overwrite __Master defaults */
.productAttributeList .productAttributeRow, .productAttributeRow {
    padding-left: 0 !important;
    margin: 0 0 10px 0 !important;
    clear: both;
}
.productAttributeList li { margin-bottom: 10px; }
.productAttributeList .productOptionViewRadio li { margin-bottom: 7px; }
.productAttributeList ul.list-horizontal { margin: 0; }
.productOptionViewProductPickListWithImage {
    border-color: #ddd !important;
    margin-bottom: 20px;
}
.productOptionViewProductPickListWithImage .scrollContainer {
    max-height: 250px !important;
}
.productOptionViewProductPickListWithImage td {
    padding: 10px 5px !important;
    vertical-align: middle !important;
}
.productOptionViewRectangle .option label {
    background-color: #fff;
    padding: 5px 10px !important;
    min-width: 30px;
    text-align: center;
}
.productOptionViewRectangle .option.selectedValue label {
    background-color: #6a6a6a;
    color: #fff;
}
#tabcontent {
    border-radius: 0;
}
#tabcontent .photo {
    margin-right: 20px;
    float: left;
    width: 200px;
}
#tabcontent .photo img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
#tabcontent #url {
    margin-bottom: 20px;
}
ul.tabs li {
    border-radius: 0;
}
/* Product Videos */

.previewImageContainer {
    height: 30px;
    width: 50px;
}
.videoRow img {
    float: left;
    padding-right: 5px;
}
.videoRowTitle {
    font-weight: bold;
}
.videoRowDescription {
    max-height: 50px;
    overflow:hidden;
}
.VideoOverlay {
    background-image: url('../images/VideoOverlay.png');
    background-position: center center;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}
.VideoContentContainer {
    position: relative;
    margin-left: 3px;
    padding-left: 92px;
}
/** If you change the width of the .VideoPreviewSize class below, change the padding-left of the .VideoContentContainer class above **/

.VideoPreviewSize {
    width: 92px;
    height: 69px;
}
.videoRowLength {
    padding-left: 4px;
}
.videoRow, .videoRowTitle, .videoRow img, .videoRowLength {
    cursor: pointer;
}
#VideoList ul {
    position: relative;
    overflow-y: auto;
    padding:0;
    margin: 0;
    width: 240px;
    height: 265px;
}
#VideoContainer {
    padding: 5px 0 5px 5px;
    height: 265px;
}
.VideoSingleTitle {
    font-weight: bold;
}
.VideoSingleDescription {
    margin-bottom: 20px;
}
.Left #VideoMiddleContainer, .Right #VideoMiddleContainer {
    display: none;
}
.Content #VideoSideContainer {
    display: none;
}
#VideoSideContainer ul {
    text-align: center;
}
#VideoSideContainer ul li {
    margin-bottom: 5px;
}
.VideoSideDescription {
    padding: 2px 10px;
}
.VideoImageContainer {
    position: relative;
    float: left;
}
.ToggleSearchFormLink {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.ToggleSearchFormLink a {
    color: #fff;
}
.Panel#ProductTabs {
    padding-top: 0px;
}
.PinterestButtonContainer, .AddThisButtonBox {
    float: left;
}
.productSocials {
    padding: 10px 0 20px;
}
/* Accordion for product page
....................................................................... */
#prodAccordion .Block {
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #d6d6d6;
}
.prodAccordionContent {
    display: block;
}
.current .prodAccordionContent {
    display: block;
}
/* Footer Menu
....................................................................... */

.PageMenu {
    position: relative;
    z-index: 50;
    margin: 0 0 20px 0;
}
.PageMenu .borderR {
    border-right: 0;
}
.PageMenu .CategoryList {
    padding-left: 20px;
}
.PageMenu ul {
    border-bottom: none;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
}
.PageMenu li .icon {
    display: none !important;
}
.PageMenu .back {
    float: left;
    width: 13px;
    height: 8px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    top: -5px;
    padding: 0;
    background: url(../images/nav_active.png) no-repeat center top;
}
.PageMenu li ul:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    margin-left: 10px;
    top: -18px;
    border-width: 10px;
    border-style: solid outset solid solid;
}
.footer .PageMenu li ul:before {
    top: auto;
    bottom: -18px;
    border-color: #333 transparent transparent transparent;
}
.PageMenu li ul ul:before {
    content: none;
    border-color: 0 none;
}
.PageMenu li ul li {
    clear: both;
    display: block;
    float: none;
    font-size: 13px;
    margin: 0;
    padding: 0 1em;
    text-align: left;
    width: auto;
    position: static;
}
.PageMenu li ul li a {
    float: none;
    width: auto;
    margin: 0;
    display: block !important;
    line-height: 3em;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    text-transform: none;
}
.PageMenu li ul {
    display:none;
    position: absolute;
    z-index: 10;
    top: 100% !important;
    width: 250px;
    left: 0;
    list-style-image: none;
}
.footer .PageMenu li ul {
    top: auto !important;
    bottom: 25px;
}
.sf-sub-indicator {
    display:none !important;
}
.PageMenu li.sfHover ul {
    display:block;
}
.PageMenu .sf-menu li {
    float: none;
}
.PageMenu .sf-menu li ul {
    z-index:150 !important;
}
.PageMenu .sf-menu li ul li {
    z-index:200 !important;
}
.Left #SideCategoryList .sf-menu ul {
    display: block !important;
    visibility: visible !important;
    position: static;
    top: 0;
}
.Left #SideCategoryList .SideCategoryListFlyout .sf-shadow ul, .Right #SideCategoryList .SideCategoryListFlyout .sf-shadow ul {
    background: none !important;
}
.PageMenu li ul li {
    list-style-image: none;
}
.PageMenu li ul ul {
    display: none;
    border-left: 1px solid #191919 !important;
    left: 249px !important;
    margin-left: 0;
    top: 0px !important;
}
.PageMenu li {
    position: relative;
    /*z-index: 1;*/
    padding: 20px 0 16px 0;
    display: inline-block;
 *display: inline;
 *zoom: 1;
    margin: 0 20px 0 0;
}
.PageMenu li ul li a.hasSub {
    background: url(../images/sub.png) 100% 50% no-repeat;
    padding-right: 20px;
}
.inner .Block {
    display: block;
    clear: both;
}
.FeaturedProducts, .NewProducts, .TopSellers { margin-bottom: 20px; }

.CartContents tfoot .SubTotal td {
    padding-bottom: 25px;
    padding: 0;
    border-top: 1px solid #d6d6d6;
}
.BlockContent .CartThumb img {
    max-width: 100px;
    height: auto;
}
#SharingDataWrapper { height: auto; }
#SharingDataChoices { float: none; }
#SharingDataChoices li {
    width: auto;
    height: auto;
}
.EstimateShippingButtons {
  text-align: right;
  position: relative;
  left: -18px;
}
.EstimateShippingButtons input { margin-bottom: 20px; }
#uniform-sel_billing_address {
    width: auto;
    margin-bottom: 10px;
}
.left-content {
    float: left;
    width: 50%;
}
.left-content .ProductList { margin: 0 0 10px -10px; }
.left-content .ProductList li {
    width: 20%;
    padding: 0 0 10px 10px;
}
.left-content .ProductList .ProductImage a { height: 100px; }
.left-content .ProductList .ProductDetails {
    font-size: 12px;
    margin: 0;
    padding: 10px 10px 0 0;
    word-wrap: break-word;
}
.left-content .ProductList .ProductDetails .pname {
    border: solid 0px;
    font-size: 12px;
    line-height: 17px;
}
.left-content .ProductList .ProductPriceRating { display: none; }
.left-content .ProductList em.p-price {
    font-size: 12px;
    padding-left: 0;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
}
#recaptcha_area {
    max-width: 100%;
    margin-right: auto;
}
.PagingList .icon { display: none; }
.SortBox div.selector, .SearchSortingSelectContainer div.selector {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.SortBox div.selector span, .SearchSortingSelectContainer div.selector span {
/*  height: 35px;
    line-height: 35px; */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.YourAccount ul.list li{ margin-bottom: 3px; }
.YourAccount ul.list h4{ padding-bottom: 3px; }
#jpPage.account .Content h2,
#EditAccountForm h2{ margin-bottom: 10px; }
#jpPage.account .Content h2{ padding-left: 0; }
ul.AccountOrdersList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    list-style-image: none;
}
.ReturnsList{ margin-left: 0; }
.ReturnsList li{ border-top: 1px solid #ccc; margin-bottom: 20px; }
#SideAccountStoreCredit{ color: #fff; margin: 30px 20px 20px 10px; }
#SideAccountStoreCredit p{ font-size: 11px; }
#SideAccountStoreCredit h2{ padding: 0; margin: 0 0 10px; }
.shippingForm #FormField_13, #NewBillingAddress #FormField_13, #AddressEditForm #FormField_13, #NewShippingAddress #FormField_23, #AddressEditForm #FormField_23, #CreateAccountForm #FormField_13 { width: 60px !important; }
#creditcard_cctype{ width: 180px; }
#uniform-creditcard_ccexpm,
#creditcard_ccexpm{ width: 70px !important; }
#creditcard_ccexpy,
#uniform-creditcard_ccexpy{ width: 80px !important; }
#uniform-FormField_12,
#uniform-FormField_11{ color: #000; border: 1px solid #a9a9a9; }
#uniform-FormField_11,
#uniform-FormField_11 span,
#uniform-FormField_12,
#uniform-FormField_12 span,
#uniform-FormField_11,
#uniform-FormField_11 span,
#uniform-shippingZoneCountry,
#uniform-shippingZoneCountry span,
#uniform-shippingZoneState,
#uniform-shippingZoneState span{
  width: 135px !important;
  padding-right: 25px;
}
#LayoutColumn1 .h3tt { display: none; }
#LayoutColumn2 .multiStep { display: none; }
.banner_category_page_top { position: relative; }
.banner_category_page_top h2 {
    font-weight: normal !important;
    line-height: 1.25 !important;
    position: relative;
    clear: both;
    color: #312E29 !important;
    display: block;
    font-size: 34px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    bottom: 75px;
    left: 50px;
    position: absolute;
}
.CartContents tfoot .gtotal.SubTotal td { text-transform: uppercase; }
.CartContents a.CartRemoveLink{
  font-size: 12px;
  padding-top: 3px;
  display: inline-block;
}
.HowToPay, .NotifyMessage {
    margin: 0 0 15px 0;
    background: none repeat scroll 0 0 #fff;
    padding: 20px;
    border-radius: 0;
}
.HowToPay p {
    margin: 0;
    padding: 0;
}
.OrderItem1 .selector, .OrderItem2 .selector { width: 75px; }
.BlockContent img {
    max-width: 100%;
    height: auto;
}
/* recapcha */

.recaptchatable .recaptcha_image_cell center {
    height: auto !important;
}
.recaptchatable .recaptcha_image_cell center img {
    height: auto !important;
    max-width: 238px !important;
}
.recaptchatable #recaptcha_response_field {
    width: 220px !important;
}
.recaptchatable #recaptcha_image {
    height: auto !important;
    width: auto !important;
}
.recaptchatable .recaptcha_image_cell {
    width: 240px !important;
}
.recaptchatable #recaptcha_response_field {
    width: 220px !important;
}
#recaptcha_reload_btn {
    display: block;
    background: url(../images/recapRefresh.png) 0 0 no-repeat !important;
}
#recaptcha_reload_btn img {
    visibility: hidden;
}
#recaptcha_switch_audio_btn {
    display: block;
    background: url(../images/recapAudio.png) 0 0 no-repeat !important;
}
#recaptcha_switch_audio_btn img {
    visibility: hidden;
}
#recaptcha_whatsthis_btn {
    display: block;
    background: url(../images/recapHelp.png) 0 0 no-repeat !important;
}
#recaptcha_whatsthis_btn img {
    visibility: hidden;
    isibility: hidden;
}
.zoomWindow {
    left: 0 !important;
    top: -1px !important;
}
.zoomWrapper {
    position: relative;
    z-index: 110;
}
#PageMenu {
    position: relative;
    z-index: 10;
}
/* fancybox */
#fancy_bg {
    display: none !important;
}
div#fancy_outer {
    position: fixed !important;
    /* The below need importants because we can't stop edit imodal. May be able to replace with another modal popup and implement it better. */
    top: 20px !important;
    bottom: 20px !important;
    left: 0 !important;
    right: 0 !important;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 auto !important;
    max-width: 920px !important;
    width: 95% !important;
    padding: 0 !important;
    z-index: 110 !important;
}
#fancy_close {
    background: url("../images/icon-close.png") no-repeat scroll 0 0 transparent !important;
    height: 20px !important;
    top: 10px !important;
    right: 10px !important;
    text-indent: 999px;
    width: 20px !important;
}
.PageMenu h3 {
    display: none !important;
}
div#fancy_overlay, #ModalOverlay {
    background: #000 !important;
    opacity: 0.4 !important;
    z-index: 100 !important;
}
#ModalContentContainer {
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background: #fff;
}
#ModalContent, .ModalContent {
    padding: 20px !important;
    border: none!important;
    font-size: inherit;
}
#ModalContent:after, .ModalContent:after {
    content: "";
    display: table;
    clear: both;
}
#ModalButtonRow, .ModalButtonRow {
    background: none !important;
    border: none !important;
    padding: 15px !important;
    height: auto !important;
}
#ModalContainer .modalClose {
    top: 10px !important;
    right: 11px !important;
    padding-right: 0 !important;
    position: absolute;
}
.cartpage #ModalButtonRow{ text-align: left !important }
.ModalButtonRow input { font-weight: normal !important; }
.AddBillingAddress dt, .AddShippingAddress dt { clear: none; }
.AddBillingAddress dd, .AddShippingAddress dd {
    margin: 0 0 0 150px;
    padding: 0 0 20px 15px !important;
    width: 210px;
}
.AddBillingAddress dd.nomargin,
.AddShippingAddress dd.nomargin{
  float: none;
  margin: 0 !important;
  width: 95%;
  position: relative;
  left: -2%;

}
.Content .Button, .form .Button { display: inline-block; }
.QuickSearch tbody tr {
    display: block;
    padding: 10px;
}
.QuickSearch tbody tr td {
    border: none;
    vertical-align: text-top;
}
.QuickSearch tbody tr.QuickSearchResult:hover {
    background-color: #ededed;
}
.QuickSearchResult .QuickSearchResultImage {
    width: 70px;
    height: 65px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}
/* inner */

.inner #CategoryPagingTop, .inner #CategoryPagingBottom {
    float: left;
    width: auto;
    clear: none;
}
.CategoryPagination {
    color: #808084;
    height: 15px;
    padding: 5px 20px 5px 5px;
    text-align: center;
}
.PagingList {
    float: right;
}
.CategoryPagination .PagingList .ActivePage {
    color: #003366;
}
.CategoryPagination .PagingList li {
    border-right: 1px solid #808084;
    line-height: 1;
    display: inline;
    padding: 0 5px;
}
.CategoryPagination li:last-child { border: none; }
.CategoryPagination .PagingList a { color: #b4b4b4; text-decoration: none !important; }
.CategoryPagination .PagingList a:hover { color: #312E29; }
.CategoryPagination .nav-next, .CategoryPagination .nav-prev { display: none }
.inner #CategoryHeading {
    float: none;
    width: auto;
    clear: none;
}
.SortBox, .SearchSorting {
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.SortBox label, .SearchSorting label {
    float: left;
    font-size: 12px;
    padding: 5px 10px 0 0;
}
.SortBox div.selector, .SearchSorting div.selector {
    float: right;
/*  line-height: 35px;
    min-height: 35px !important; */
    padding: 0;
    font-size: 12px;
}
div.selector select { font-size: 12px; }
#uniform-qty_ { min-width: 45px; }
#uniform-revrating { width: 200px !important; }
#return_reason,
#return_action,
#giftwrapping_all{ width: 100%; }
.SortBox div.selector span, .SearchSorting div.selector span {
    background: #ffffff;
    margin-right: 23px;
/*  line-height: 35px;
    height: 35px; */
    padding-right: 10px;
padding-top: 5px !important;
}
.FormContainer .box {
    display: block;
    clear: both;
    width: 100%;
    float: left;
    padding: 20px 0 10px 0;
}
#ProductReviews .btn { margin-bottom: 20px; }
#ProductReviews p.Submit { margin-bottom: 0; }
#message_content { height: 240px; }
.UtilityLinks {
    float: left;
    width: 100%;
    clear: both;
    margin: 20px 0 5px 0;
}
ul.ShippingAddressList h4 {
    display: block;
    clear: both;
    padding-bottom: 8px;
}
table thead tr th, table.General thead tr th, table.CartContents thead tr th, table tbody tr td, table.General tbody tr td, table.CartContents tbody tr td { padding: 5px; }
table.CartContents tbody tr td{ border-top: 1px solid #efefef; }
table tbody tr td, table.General tbody tr td, table.General, table.CartContents { margin: 5px 0; }
/* Checkout */
a.ChangeLink {
    top: 12px;
    right: 10px;
}
#uniform-sel_shipping_address{ width: auto; }
.ExpressCheckoutContent { padding: 0 0 20px 20px; }
.ExpressCheckoutContent .CartContents tbody td{ padding: 5px 3px !important; }
.ExpressCheckoutContent .CartContents tfoot .CheckoutRedeemCoupon{ border-width: 1px; }
.ExpressCheckoutContent #apply_code{ margin-right: 5px; }
#use_store_credit td{ padding: 3px 3px; }
.ExpressCheckoutContent > .CreateAccount, .ExpressCheckoutContent > .AccountLogin {
    display: inline-block;
    width:49%;
    vertical-align: top;
}
.AccountLogin dt{
    float: left;
    margin-right: 10px;
    margin-top: 4px;
    width: 115px !important;
}
#CheckoutStepConfirmation .SubTotal td strong, #CheckoutStepConfirmation .SubTotal td em {
    display: block;
    padding-top: 0;
}
#CheckoutStepConfirmation .SubTotal .Block { margin-bottom: 0; }
#CheckoutStepConfirmation .SubTotal.st td {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.AccountMessageList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.AccountMessageList li {
    padding: 0 0 20px 0;
    margin: 0;
    border-bottom: 1px solid #d6d6d6;
}
.AccountMessageList .by {
    position: relative;
    display: block;
    padding: 0 0 0 25px;
}
.AccountMessageList .by img {
    position: absolute;
    left: 0;
    top: 2px;
}
.AccountMessageList blockquote {
    margin-left: 0;
    padding-top: 5px;
}
.AccountOrderStatusList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.Meta { font-size: 12px; }
.OrderItemList { margin: 10px 60px; }
.AccountOrderStatusList li {
    position: relative;
    list-style-image: none;
}
.AccountOrderStatusList li:first-child{ padding-top: 0; }
.AccountOrderStatusList li, .AccountOrdersList li { position: relative; }
.AccountOrderStatusList h4{ margin-top: 0 !important; }
.AccountOrderStatusList .box1 { padding: 0 10px 0 20px; }
#AccountReturns blockquote{
    color: #807f83;
    line-height: 20px;
    margin-left: 0;
}
#ReorderForm tr td:first-child,
#AccountNewReturnProducts tr td:first-child{ padding-right: 0; padding-left: 3px; }
#AccountNewReturnProducts tr td:first-child{ border-right: 10px solid transparent; }
table.CartContents tbody tr:first-child td{ border-top: none; }
#ReorderForm tr td{ padding-right: 3px; }
#AccountNewReturnProducts td.last{ max-width: 50px; }
#AccountOrder h3,
#AccountNewReturnProducts h3{ padding-top: 0 !important; }
#CreateAccountForm h3{ padding-top: 0; }
#CreateAccountForm form .box:first-child{ padding-top:0; }


/*
.btns {
    position: absolute;
    right: 0;
    top: 10px;
    float: left;
    z-index: 2;
    color: #5e5c5c;
    font-size: 13px;
    line-height: 28px;
    font-weight: normal;
}
*/
.btns form {
    display: inline;
    float: right;
}
.btns span.FloatRight {
    padding: 0 5px;
}
.btns .btn-clear {
    float: left;
    clear: none;
}
.bg-gray {
    float: left;
    padding: 20px;
    width: 90%;
    background: #ededed;
    display: block;
    margin-bottom: 20px;
}
.ShippingMethodList table {
    clear: both;
    padding-top: 20px;
    width: 100%;
}
.ShippingMethodList table td {
    padding: 15px 10px 10px 10px!important;
}
/* override invalid width set by uniform jq-plugin on firefox */
.CartItemQuantity .selector, .DetailRow.qty .selector { width: 75px !important; }
.SubTotal td { padding: 20px 0 0 0; }
.ProceedToCheckout, .KeepShopping { text-align: right; }
.ProceedToCheckout{ margin-top: 20px; }
.ProceedToCheckout .PayPalExpressCheckout p { margin-bottom: 20px; }
.ProceedToCheckout .FloatRight, .ProceedToCheckout .FloatLeft { float: none !important; }
.ProceedToCheckout.btm { padding: 0 20px 30px 20px; }
.ProceedToCheckout.btm .CheckoutButton { padding-bottom: 20px; }
.payOrder h2{ padding: 0 0 20px; }
.boxin {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #6a6a6a;
}
.boxin .mtop {
    margin-top: 20px;
}
.GiftCertificateThemeList {
    line-height: 28px !important;
}
.GiftCertificateThemeList label {
    float: left;
    clear: both;
}
#GiftCertificateIntro li {
    margin-bottom: 5px;
}
#ProductDetails .ProductTinyImageList ul li {
    background-color: #fff;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    list-style-image: none;
  border: none !important;
}
#ProductDetails .ProductTinyImageList ul li a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 !important;
}
#ProductDetails .ProductTinyImageList {
    overflow: hidden;
    white-space: nowrap;
/*  margin: 0 auto; */
}
.ImageCarouselBox {
    padding-left: 0!important;
    margin-bottom: 10px;
    position: relative;
}
.ImageCarouselBox { margin: 10px 0; }
#ProductDetails .ImageCarouselBox br { display: none; }
.productOptionPickListSwatch ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#ProductDetails #ImageScrollPrev, #ProductDetails #ImageScrollNext {
    /* Vertically center the control arrow icons */
    position: absolute;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    width: 20px;
}
#ProductDetails #ImageScrollPrev {
    left: 0;
}
#ProductDetails #ImageScrollNext {
    right: 0;
}
.ProductDetailsGrid .DetailRow {
    clear: left;
    margin-top: 6px;
    padding: 5px 0;
}
.ProductDetailsGrid .DetailRow, .ProductDetailsGrid .s-price { margin-bottom: 20px; }
.ProductDetailsGrid .DetailRow .BrandName { padding: 0; }
.ProductDetailsGrid .DetailRow.nop { padding: 0; }
.ProductDetailsGrid .Label, .ProductAddToCart .productAttributeLabel {
/*  margin: 0 0 6px -140px;
    float: left;
    width: 130px;
    text-align: right; */
    font-weight: bold;
    padding-top: 1px;
    display: inline;
    position: relative;
}
.ProductDetailsGrid .Label { display: none; }
.ProductDetailsGrid .BulkDiscount {
    border-top: 1px solid #e4e4e4;
    margin: 0;
    padding: 8px 0 12px 0;
}
.ProductDetailsGrid .AddCartButton {
    background: url('../images/AddCartButton.png') no-repeat center center;
    width: 205px;
    height: 25px;
    text-indent: -9999px;
    margin: 5px 0 0 0;
}

.ProductPrice, .ProductList em, .VariationProductSKU, .ProductDescription {
    color: #808084;
    font-size: 11px;
}
.jpProduct .ProductPrice, .ysProduct .ProductPrice { font-weight: bold; }
.ProductPrice {
    padding-right: 15px;
    display: block;
    padding-bottom: 3px;
}
.ShippingProviderList .ShipperPrice { display: inline-block; margin-left: 10px; }
#ReorderForm .ProductPrice{ padding: 0 !important; }
.ProductPrice, .ProductList em {    font-style: normal; }
.ProductDetailsGrid .s-price { display: none }
.ProductDetailsGrid .s-price .YouSave {
    font-weight: 300;
    margin: 0 0 10px 0;
}
.ProductDetailsGrid .RetailPrice {
    width: auto;
    overflow: hidden;
    font-size: 12px;
    padding: 0 0 5px 0;
    margin: 0;
}
.DetailRow.RetailPrice .Label {
    margin: 0 10px 0 0;
    display: none;
}
#ProductDescription {
    border-bottom: 1px solid #e4e4e4 !important;
    margin-bottom: 25px;
}
#ProductDescription h3 { display: none; }
.ProductDescription { padding: 15px 0 15px 0; }
#SideProductRelated {
    background: #dfdedf;
    padding:10px;
    margin:20px 0;
}
#SideProductRelated .ProductDetails {
    height:auto !important;
    max-height:auto !important;
}
#SideProductRelated h2 {
    text-transform:uppercase;
    font-weight:bold;
    font-size:12px;
    padding:0;
    color: #002a5c;
    margin: 6px 0 10px;
}
#SideProductRelated .ProductList { margin-left: -10px; }
#SideProductRelated li {
    height:auto !important;
    padding-left: 10px;
}
#SideProductRelated .ProductList strong {
    height:auto !important;
    max-height:auto !important;
}
#SidePopularProducts {
    width: 145px;
    background: #dfdedf;
    float: right;
    padding-bottom:15px;
    margin: 31px 21px 0 0;
}
#SidePopularProducts h2 { text-transform:none; }
#SimilarProductsByCustomerViews .btn { display: none; }
#fastCartContainer .ProductList { margin: 0 10px 0 -20px; }
#fastCartContainer .ProductList li, #home #fastCartContainer .ProductList li {
    height: auto !important;
    margin: 0;
    padding: 0 0 0 20px;
    width: 25%;
}
#fastCartContainer .ProductList li .ProductPriceRating { margin-top: 0; }
.fastCartThumb, .fastCartItemBox, .fastCartSummaryBox {
    width: 33.333333%;
    max-width: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fastCartThumb { text-align: center; }
.fastCartItemBox {
    margin-left: 0;
    padding: 0 20px;
}
.fastCartSummaryBox {
    padding: 20px;
    text-align: center;
}
.fastCartSummaryBox .PayPalExpressCheckout{
    text-align: center;
padding-top: 10px;
}
.fastCartSummaryBox .PayPalExpressCheckout p:first-child{ margin-bottom: 10px; }
.fastCartSummaryBox .PayPalExpressCheckout form{ margin-top: -10px; }
.fastCartSummaryBox .ProceedToCheckout {
    margin: 0 0 20px 0;
}
.fastCartSummaryBox .ProceedToCheckout a {
    display: block;
}
.fastCartSummaryBox .subtotal {
    /* These are overrides for __Master */
    clear: none;
    font-size: inherit;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.fastCartSummaryBox .subtotal .ProductPrice {
    font-size: 40px;
    word-wrap: break-word;
}
.fastCartSummaryBox .actionLink {
    margin: 0 0 20px 0;
}
.fastCartSummaryBox .actionLink {
    line-height: 1.5em;
}
.fastCartSummaryBox .actionLink .btn {
    display: block;
}
.fastCartSummaryBox .PayPalExpressCheckout {
    width: 100%;
}
.modalClose {
    float: left;
    width: 20px !important;
    height: 20px !important;
    text-indent: 999px;
    overflow: hidden;
    right: -10px !important;
    background: url(../images/icon-close.png) no-repeat 0 0 !important;
}
#ModalTitle, .ModalTitle {
    display: none!important;
}
#ModalContainer {
    position: fixed !important;
    /* The below need importants because we can't stop edit imodal. May be able to replace with another modal popup and implement it better. */
    height: auto !important;
    left: 0 !important;
    margin: 0 auto !important;
    max-height: 95% !important;
    max-width: 920px !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important;
    right: 0 !important;
    top: 20px !important;
    width: 100% !important;
    z-index: 110 !important;
}
#jpPage .Left #GiftCertificatesMenu h2 {
    color:#000;
    text-transform:uppercase;
    text-align:left;
    margin:0 0 10px 0;
    padding:0 !important;
}
#jpPage .Left #GiftCertificatesMenu a {
    color:#000;
    text-decoration:underline;
}
#jpPage .Left #GiftCertificatesMenu a:hover { text-decoration:none; }
/*
#PurchaseGiftCertificate .Submit input, #frmGiftCertificate input[type=submit] {
    border: 0;
    background-color: #003366;
    padding: 7px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#CheckGiftCertificateBalance input[type=submit] { padding:3px 7px; width: 139px; }
*/
#CheckGiftCertificateBalance dt{ width: 170px; }
#frmGiftCertificate dt { padding-top:5px; }
#giftcertificatecode{ width: 140px; }
#LooksPage #SideProductRelated {
    width:auto !important;
    float:none !important;
    background-color:transparent !important;
    clear:both !important;
    min-height:275px;
    margin:10px 0 0 0!important;
}
#LooksPage #SideProductRelated h2 {
    padding-top:10px;
    border-top:1px solid #e4e4e4;
}/* #LooksPage .PrimaryProductDetails .ProductMain { width:445px; } */
#LooksPage #SideProductRelated li .ProductImage {
    border-bottom:0 !important;
}
#LooksPage #SideProductRelated li .ProductDetails {
    text-transform:uppercase;
    font-size:12px !important;
    line-height:1.2 !important;
}
#LooksPage #SideProductRelated li strong, #LooksPage #SideProductRelated li a {
    line-height:1.2 !important;
}
#LooksPage #SideProductRelated li em, #LooksPage #SideProductRelated li .Rating {
    display:none;
}
#LooksPage #SideProductRelated li {
    width:30% !important;
    float:left !important;
    margin:0 3% 0 0 !important;
}
#Footer {
    clear: both;
    font-size: 0.85em;
    padding:25px 45px;
}
#ysPage #Footer {
    clear: both;
    font-size: 0.85em;
    padding:25px 0 25px 45px;
    margin-top:2px;
    border-top:3px solid #d9d8da;
}
.FooterSections {
    width:100%;
}
/* Footer */
#jpPage #Footer {
    background-color: #002144;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#jpPage #Footer ul.footer-main-links {
    margin-bottom:14px;
}
#jpPage #Footer .footer-main-links li {
    float:left;
    list-style:disc;
    margin-right:20px;
}
#jpPage #Footer .footer-main-links li:first-child {
    list-style:none;
}
#jpPage #Footer .footer-main-links li a {
    color:#fff;
    font-family:'HelveticaNeueW01-55Roma', 'Futura', arial;
    font-size:14px;
    padding:0;
    border:none;
    letter-spacing:1.1px;
}
#jpPage #Footer .footer-sub-links li {
    border-left:1px solid #fff;
    float:left;
    margin:0 6px 0 0;
    padding-left:6px;
}
#jpPage #Footer .footer-sub-links li:first-child {
    border:none;
    padding-left:0;
}
#jpPage #Footer .footer-sub-links li a {
    color:#fff;
    display:block;
    font-family:'HelveticaNeueW01-55Roma', 'Futura', arial;
    font-size:11px;
    margin:-2px 0 0 0;
    border:none;
    padding:0;
    letter-spacing:0.5px;
}
#jpPage #Footer .footer-sub-links li span {
    margin-top: -2px;
    display: block;
    font-size: 11px;
}
#jpPage #NewsletterSignUp label {
    text-transform:uppercase;
    color:#fff;
    display:block;
    font-family:'HelveticaNeueW01-55Roma', 'Futura', arial;
    font-size:11px;
    letter-spacing:0.5px;
    margin-bottom:9px;
}
#ysPage #Footer ul.footer-main-links {
    margin-bottom:13px;
    color:#807f83;
    font-size: 13px;
}
#ysPage #Footer .footer-main-links li {
    color:#807f83;
    float:left;
    list-style:disc;
    margin-left:20px;
}
#ysPage #Footer .footer-main-links li:first-child {
    list-style:none;
    margin-left: 0;
}
#ysPage #Footer .footer-main-links li a {
    color:#807f83;
    font-family:'HelveticaNeueW01-55Roma', 'Futura', arial;
    font-size:14px;
    padding:0;
    border:none;
    letter-spacing:1.1px;
}
#ysPage #Footer .footer-sub-links.second {
    padding-top:8px;
}
#ysPage #Footer .footer-sub-links li {
    border-left:1px solid #807f83;
    float:left;
    height:10px;
    margin:0 6px 0 0;
    padding-left:6px;
}
#ysPage #Footer .footer-sub-links li:first-child {
    border:none;
    padding-left:0;
}
#ysPage #Footer .footer-sub-links li a {
    color:#807f83;
    display:block;
    font-family:'HelveticaNeueW01-55Roma', 'Futura', arial;
    font-size:11px;
    margin:-2px 0 0 0;
    border:none;
    padding:0;
    letter-spacing:0.5px;
}
#ysPage #Footer .footer-sub-links li span {
    color:#807f83;
    margin-top: -2px;
    display: block;
}
#ysPage #NewsletterSignUp label {
    text-transform:uppercase;
    color:#807f83;
    display:block;
    font-family:'HelveticaNeueW01-55Roma', 'Futura', arial;
    font-size:11px;
    letter-spacing:0.5px;
    margin-bottom:10px;
}
.infoLinks{ margin-bottom: 10px; }
.infoLinks a {
    margin:0 32px 0 0px;
    border-bottom: 1px solid #1a2f0d;
    padding-bottom: 2px;
    color:#1a2f0d;
    font-size: 12px;
    display: inline-block;
text-decoration:none;
}
a.size-chart {
    margin:5px 32px 4px 0px;
    border-bottom: 1px solid #1a2f0d;
    padding-bottom: 2px;
    color:#1a2f0d;
    display: inline-block;
    font-size: 12px;
text-decoration:none;
}
.infoLinks a:hover, a.size-chart:hover {
    text-decoration:none;
}
#ProductWarranty {
    padding: 10px 0 0 0;
    color:#808084;
}
#ProductWarranty p {
    font-size:11px;
}
#NewsletterSignUp input[type="submit"] {
    padding: 7px 4px 6px !important;
}
#jpPage #NewsletterSignUp #NewsLetterEmail {
    background-color: #FFFFFF;
    border: 0 none;
    padding: 2px;
    width:165px;
    height:24px;
    vertical-align:middle;
    font-size:12px;
    float:left;
    margin-right:2px;
    font-family: Futura;
border-radius: 0;
}
#jpPage #NewsletterSignUp #NewsLetterSubmit {
    vertical-align:middle;
    background-color: #FFFFFF;
    text-transform:uppercase;
    color: #003366;
    border:0;
    font-size:12px;
    margin:0;
    padding: 2px 4px;
    height:24px;
    float:left;
-webkit-appearance: none;
border-radius: 0;
}
#ysPage #NewsletterSignUp #NewsLetterEmail {
    background-color: #FFFFFF;
    border: 0 none;
    color: #807f83;
    padding: 2px 4px;
    height:20px;
    vertical-align:middle;
    font-size:12px;
    width:165px;
    float:left;
    box-shadow:inset 0px 2px 6px 1px #666;
    -webkit-box-shadow:inset 0px 2px 6px 1px #666;
    font-family: Museo;
}
#ysPage #NewsletterSignUp #NewsLetterSubmit {
    vertical-align:middle;
    background-color: #FFFFFF;
    text-transform:uppercase;
    color: #807f83;
    border:0;
    font-size:12px;
    margin:0;
    padding: 2px 4px;
    height:24px;
    float:left;
    box-shadow:inset 0px 2px 6px 1px #666;
    -webkit-box-shadow:inset 0px 2px 6px 1px #666;
}
#Footer ul {
    list-style: none;
    padding: 0;
    margin:0;
}
#Footer li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    color:#fff;
}
#Footer li a {
    text-decoration: none;
    padding: 0 10px 0 10px;
}
.social-links a {
    padding-right:4px;
}/* Newsletter Subscription Form */
#SideNewsletterBox {
}
.NewsletterSubscription {
    clear: both;
}
.NewsletterSubscription label {
    clear: both;
    float: left;
}
.NewsletterSubscription input {
    width: 160px;
    font-size: 0.9em;
    padding: 3px;
    margin-bottom: 5px;
}
.NewsletterSubscription .Button {
    width: 113px;
    height: 23px;
    border: 0;
    margin: 6px auto;
    vertical-align: middle;
}
.video-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 ratio */
}
.video-wrapper embed {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#VideoContainer {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    border: solid red 0px;
    height: auto;
}
#VideoSideContainer {
    display: none;
}
#FeaturedVideo {
    float: none;
    clear: both;
    border: solid red 0px;
}
#VideoList {
    float: none;
    clear: both;
    padding: 0;
}
#VideoList ul {
    height: auto;
    width: auto;
}
#VideoList li {
    padding: 10px;
    height: 69px;
    margin: 0;
    border: solid #fff 0px;
}
.currentVideo {
    background-color: #fff;
    border: 0px;
}
.fullwidth {
    padding: 0 !important;
}
#ProductBreadcrumb ul.last {
    display: block;
}
.Message {
    padding: 20px;
}
.ccode label {
    float: left;
    width: 200px;
    padding: 0 20px;
    text-align: center;
}
/* zoom overrides */
.ProductThumbImage .zoomWindow {
    margin-left: -1px;
}
#provider_list {
    line-height: 200%;
}
#ChooseShippingAddress, #ChooseBillingAddress {
    position: relative;
}
#ChooseBillingAddress label, #ChooseShippingAddress label {
    display: block;
}
.SelectBillingAddress, .SelectShippingAddress {
    margin-bottom: 20px;
}
#multiAddressForm div.selector {
    width: 450px;
}
.CartItemIndividualPrice {
    text-align: right;
}
#cookieNotification {
    max-height: 88px;
}
#cookieNotification .cookie-inner {
    max-width: 940px;
    width: 100%;
}
#cookieNotification p {
    float: none;
}
#cookieNotification button {
    float: right;
    margin: 17px 0 0 0;
}
@media screen and (max-width: 768px) {
 #cookieNotification p {
 font-weight: normal;
 line-height: 14px;
 font-size: 90%;
}
#cookieNotification .icon-info {
 display: none;
}
#cookieNotification button {
 margin-top: 0;
}
}
.productAttributes {
    margin: 5px 0;
    font-size: 12px;
}
.productAttributes label, .productAttributes span { white-space: nowrap;
}
select.JSHidden {
    opacity: 0 !important;
 filter: ~"alpha(opacity = 0) !important";
}
#fastCartContainer { margin: 20px auto 0 auto; }
.zoomWindow { width: 100%; }
#uniform-eway_ccexpm, #uniform-eway_ccexpy { width: 75px !important; }
.CartCode { margin-bottom: 20px; }
.CartCode > .CouponCode, .CartCode > .GiftCertificate {
    float: left;
    width: 50%;
}
.CartCode .GiftCertificate input.btn, .CartCode .CouponCode input.btn {
  min-width: 35px;
  padding: 7px 7px 6px 7px;
  text-align: center;
  margin-left: 2px;
}
.blockquote { margin: 0; }
#uniform-EventDateMonth, #uniform-EventDateDay, #uniform-EventDateYear { width: auto !important; }

/* Over writes of defaults */
.sf-menu a.sf-with-ul {
    min-width: 0 !important;
    padding-right: 0 !important;
}
.product-nav {
    margin-bottom: 20px;
}
.product-nav #CategoryPagingTop, .product-nav #CategoryPagingBottom, .product-nav .CategoryPagination {
    margin: 0;
    line-height: 35px;
}
.fastCartTop { padding: 0; }
.fastCartBottom { padding: 0; }
.fastCartBottom h4{
  background-color: #666666;
  color: #fff;
  padding: 0 15px;
  line-height: 2.5;
  margin-top: 15px;
  margin-bottom: 15px;
}
.FormFieldLabel { margin-right: 5px; }
.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
    margin: 0 5px 0 0;
    padding: 0;
}
#ModalContent .btn, .ModalContent .btn, #ModalContent .btn:hover, .ModalContent .btn:hover { color: #fff !important; }
/*.CategoryContent {
    padding: 0 0 0 20px;
}*/

.SubBrandListGrid ul {
    padding: 0;
    margin: 0;
}
.SubBrandListGrid ul li {
    padding: 0;
}
#fastCartWrapper {
    padding: 0;
}
html.javascript .productOptionViewRectangle input, html.javascript .productOptionPickListSwatch input {
    left: -10000px !important;
    opacity: 0 !important;
}
#WishLists {
    position: relative;
}
#sel_billing_address {
    margin-bottom: 20px;
}
/* Utilities
-------------------------------------------------------------- */

/* Spacing */

/* spacing helpers
p,m = padding,margin
a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
s,m,l,n = small(10px),medium(20px),large(40px),none(0px)
*/

.ptn, .pvn, .pan {
    padding-top:0px !important
}
.pts, .pvs, .pas {
    padding-top:10px !important
}
.ptm, .pvm, .pam {
    padding-top:20px !important
}
.ptl, .pvl, .pal {
    padding-top:40px !important
}
.prn, .phn, .pan {
    padding-right:0px !important
}
.prs, .phs, .pas {
    padding-right:10px !important
}
.prm, .phm, .pam {
    padding-right:20px !important
}
.prl, .phl, .pal {
    padding-right:40px !important
}
.pbn, .pvn, .pan {
    padding-bottom:0px !important
}
.pbs, .pvs, .pas {
    padding-bottom:10px !important
}
.pbm, .pvm, .pam {
    padding-bottom:20px !important
}
.pbl, .pvl, .pal {
    padding-bottom:40px !important
}
.pln, .phn, .pan {
    padding-left:0px !important
}
.pls, .phs, .pas {
    padding-left:10px !important
}
.plm, .phm, .pam {
    padding-left:20px !important
}
.pll, .phl, .pal {
    padding-left:40px !important
}
.mtn, .mvn, .man {
    margin-top:0px !important
}
.mts, .mvs, .mas {
    margin-top:10px !important
}
.mtm, .mvm, .mam {
    margin-top:20px !important
}
.mtl, .mvl, .mal {
    margin-top:40px !important
}
.mrn, .mhn, .man {
    margin-right:0px !important
}
.mrs, .mhs, .mas {
    margin-right:10px !important
}
.mrm, .mhm, .mam {
    margin-right:20px !important
}
.mrl, .mhl, .mal {
    margin-right:40px !important
}
.mbn, .mvn, .man {
    margin-bottom:0px !important
}
.mbs, .mvs, .mas {
    margin-bottom:10px !important
}
.mbm, .mvm, .mam {
    margin-bottom:20px !important
}
.mbl, .mvl, .mal {
    margin-bottom:40px !important
}
.mln, .mhn, .man {
    margin-left:0px !important
}
.mls, .mhs, .mas {
    margin-left:10px !important
}
.mlm, .mhm, .mam {
    margin-left:20px !important
}
.mll, .mhl, .mal {
    margin-left:40px !important
}
.mra, .mha {
    margin-right:auto !important
}
.mla, .mha {
    margin-left:auto !important
}
/* Original helpers */

.MB10 {
    margin-bottom:10px;
}
.MT0 {
    margin-top:0px;
}
.LH140 {
    line-height:140%;
}
.PLRB5 {
    padding:0px 5px 5px 5px;
}
.PLR10 {
    padding:0px 10px 0px 10px;
}
.PL20 {
    padding:0px 0px 0px 20px;
}
.PL40 {
    padding:0px 0px 0px 40px;
}
.ML20 {
    margin:0px 0px 0px 20px;
}
.MT10 {
    margin-top:10px;
}
.PL10 {
    padding-left:10px;
}
.PB2 {
    padding-bottom:2px;
}
.PTB20 {
    padding: 20px 0;
}
.NoMarginBottom {
    margin-bottom: 0;
}
.HideElement {
    display: none;
}
.FloatRight {
    float: right;
}
.FloatLeft {
    float: left;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clear {
    clear:both;
    overflow: hidden;
}
.txtC {
    text-align: center;
}
.txtL {
    text-align: left;
}
.txtR {
    text-align: right;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/* =Plugins
-------------------------------------------------------------- */

/* ----- UniForm ----- */

div.selector, div.selector span, div.checker span, div.radio span, div.button, div.button span {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}
.selector, .radio, .checker, .uploader, .button, .selector *, .radio *, .checker *, .uploader *, .button * {
    margin: 0;
    padding: 0;
}
/* INPUT &amp; TEXTAREA */
input.text, input.email, input.password, textarea.uniform {
    color: #444440;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    padding: 3px;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
}
input.text:focus, input.email:focus, input.password:focus, textarea.uniform:focus {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-color: #999;
}
/* SPRITES */
/* Select */
div.selector select {
    /* change these to adjust positioning of select element */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/* Checkbox */
div.checker {
    height: 15px;
    width: 15px;
}
div.checker input {
    height: 15px;
    width: 15px;
}
div.checker span {
    background-position: 0px -55px;
    height: 15px;
    width: 15px;
}
div.checker span.checked, div.checker:active span.checked, div.checker.active span.checked, div.checker.focus span.checked, div.checker:hover span.checked {
    background-position: -22px -55px;
}
/* Radio */
div.radio {
    width: 18px;
    height: 18px;
    background: none;
}
div.radio input {
    width: 18px;
    height: 18px;
}
div.radio span {
    height: 16px;
    width: 16px;
    background-position: 0px -82px;
}
div.radio span.checked, div.radio:active span.checked, div.radio.active span.checked, div.radio.focus span.checked, div.radio:hover span.checked {
    background-position: -22px -82px;
}
/* Uploader */
div.uploader {
    background-color: #fff;
    height: 35px;
    position: relative;
    overflow: hidden;
    width: 300px;
}
div.uploader span.action {
    background-color: #fff;
    height: 35px;
    line-height: 35px;
    float: right;
    padding: 0 10px;
    overflow: hidden;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
}
div.uploader span.filename {
    height: 37px;
    line-height: 37px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    padding-left: 10px;
}
div.uploader input {
    opacity: 0;
 filter: ~"alpha(opacity=0)";
    -moz-opacity: 0;
    position: absolute;
    font-size: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
    height: 100px;
    border: none;
    cursor: default;
}
/* Uploader */

div.uploader span.filename {
    color: #777;
    font-size: 11px;
}
div.uploader.disabled span.action {
    color: #aaa;
}
div.uploader.disabled span.filename {
    border-color: #ddd;
    color: #aaa;
}
div.uploader.focus, div.uploader.hover, div.uploader:hover {
    background-position: 0px -353px;
}
div.uploader.focus span.action, div.uploader.hover span.action, div.uploader:hover span.action {
    background-position: right -437px;
}
div.uploader.active span.action, div.uploader:active span.action {
    background-position: right -465px;
}
div.uploader.focus.active span.action, div.uploader:focus.active span.action, div.uploader.focus:active span.action, div.uploader:focus:active span.action {
    background-position: right -493px;
}
div.uploader.disabled {
    background-position: 0px -325px;
}
div.uploader.disabled span.action {
    background-position: right -381px;
}
div.button {
    background-position: 0px -523px;
}
div.button span {
    background-position: right -643px;
}
div.button.focus, div.button:focus, div.button:hover, div.button.hover {
    background-position: 0px -553px;
}
div.button.focus span, div.button:focus span, div.button:hover span, div.button.hover span {
    background-position: right -673px;
}
div.button.active, div.button:active {
    background-position: 0px -583px;
}
div.button.active span, div.button:active span {
    background-position: right -703px;
    color: #555;
}
div.button.disabled, div.button:disabled {
    background-position: 0px -613px;
}
div.button.disabled span, div.button:disabled span {
    background-position: right -733px;
    color: #bbb;
    cursor: default;
}
/* PRESENTATION */
/* Button */

div.button {
    height: 30px;
}
div.button span {
    margin-left: 13px;
    height: 22px;
    padding-top: 8px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 2px;
    padding-right: 15px;
}
/* Select */
div.selector {
    font-size: 10px;
    color: #808084;
    border: 1px solid #dfdfe0;
    background: #ffffff url(../images/select-bg.jpg) no-repeat right center !important;
    height: 21px;
    line-height: 21px;
    min-height: 21px !important;
    max-width: 100%;
}
div.selector select {
    font-size: 12px;
    line-height: 18px;
    border: solid 1px #fff;
}
div.selector span {
    padding: 5px 28px 6px 5px !important;
    cursor: pointer;
    background: none;
    line-height: 1;
}
div.selector.disabled span {
    color: #bbb;
}
/* Checker */
div.checker {
    margin-right: 5px;
}
/* Radio */
div.radio {
    margin-right: 3px;
}
/*
CORE FUNCTIONALITY
Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector, .checker, .button, .radio, .uploader {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
 *display: inline;
 *zoom: 1;
}
.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
    outline: 0;
}
/* Button */
div.button a, div.button button, div.button input {
    position: absolute;
}
div.button {
    cursor: pointer;
    position: relative;
}
div.button span {
    display: -moz-inline-box;
    display: inline-block;
    line-height: 1;
    text-align: center;
}
/* Select */
div.selector {
    float: none;
    position: relative;
    display: inline-block;
 *display: inline;
 *zoom: 1;
}
div.selector span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}
div.selector select {
    position: absolute;
    opacity: 0;
 filter: ~"alpha(opacity=0)";
    /* use '=' here, not ':' */
    -moz-opacity: 0;
    border: none;
    background: none;
    cursor: pointer;
    height: 21px !important;
    width: 205px;
}
/* Checker */
div.checker {
    position: relative;
}
div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}
div.checker input {
    opacity: 0;
 filter: ~"alpha(opacity=0)";
    -moz-opacity: 0;
    display: inline-block;
    background: none;
}
/* Radio */

div.radio {
    position: relative;
}
div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}
div.radio input {
    opacity: 0;
 filter: ~"alpha(opacity=0)";
    -moz-opacity: 0;
    text-align: center;
    display: inline-block;
    background: none;
}
/* Custom.css
-------------------------------------------------------------- */

.brand-name {
    padding: 5px 0 5px 4%;
    text-align: left;
    min-height: 30px;
}
#CheckoutStepPaymentDetails input[type=submit] { margin: 0 20px; }
#CheckoutStepPaymentDetails .ProductPrice{ padding-top: 8px; }
#CheckoutStepPaymentDetails .HorizontalFormContainer dt{ width: 160px; }
#CheckoutStepPaymentDetails .ProductPrice { padding-left: 13px; }
.right { float: right; }
.txt24 {
    font-weight: bold;
    margin: 0 0 20px 0;
}
.txt24 em {
    font-style: normal !important;
}
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
    left: 50px;
    bottom: 33%;
}
.c-wrap {
    width: 980px;
    margin: 0 auto;
    display: block;
    clear: both;
}
.txt-center { text-align: center !important; }
.txt-left { text-align: left !important; }
.txt-right { text-align: right !important; }
small { font-size: 11px !important; }
.multiStep, .multiStep li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-image: none;
}
.multiStep {
    text-align: center;
    position: relative;
    min-height: 1px;
    zoom: 1;
}
.multiStep li {
    margin: 0 20px;
    position: relative;
    display: inline-block;
 *display: inline;
 *zoom: 1;
}
.multiStep li.ActivePage h4 {
    padding-bottom: 0;
    margin-bottom: 1em;
}
.multiStep li .icon {
    background: url("../images/nav_active.png") no-repeat;
    display: block;
    float: left;
    height: 8px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    bottom: -5px;
    width: 13px;
}
.li-list {
    border-bottom: 1px solid #d6d6d6;
    padding: 20px 0 10px;
}
.li-list h4 {
    position: relative;
    z-index: 1;
}
.li-list form {
    position: relative;
    z-index: 10;
}
/* icons */

.icon {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url("../images/icon_sprite.png") no-repeat 0 -27px;
    vertical-align: middle;
}
.icon-add {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 36px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    transition: background-color 150ms ease 0s;
    -moz-transition: background-color 150ms ease;
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
}
.icon-add:hover {
    -moz-transition: background-color 150ms ease;
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
}
.icon-delete, .icon-edit, .icon-share, #WishLists .txt-hide a {
    float: left;
    width: 18px;
    height: 21px;
    margin-right: 10px;
    background: url(../images/icons_off.png) no-repeat -170px -152px;
}
.icon-delete:hover, .icon-edit:hover, .icon-share:hover, #WishLists .txt-hide a:hover, #WishLists .txt-hide .icon-delete:hover, #WishLists .txt-hide .icon-edit:hover {
    background: url(../images/icons_on.png) no-repeat -170px -152px;
    background-color: transparent !important;
}
.icon-edit, .icon-edit:hover, #WishLists .txt-hide .icon-edit, #WishLists .txt-hide .icon-edit:hover {
    background-position: -140px -152px;
}
.icon-delete, .icon-delete:hover, #WishLists .txt-hide .icon-delete, #WishLists .txt-hide .icon-delete:hover {
    background-position: -108px -152px;
}
/* btn styles */

.Button a {
    color: #ffffff!important;
}
.full-width {
    display: block;
    clear: both;
    padding: 0;
}
.full-width .zeroLeft {
    padding-left: 0 !important
}
.cpage .Content.Wide {
    padding: 30px 0 0 45px;
    border-left: 1px solid #e8e8e8;
}
.productlist-page.Content {
    padding: 0;
}
.productlist-page.Content .product-nav {
    border: none;
}
.nav-prev, .nav-next {
    float: left;
    color: #999;
}
.nav-prev {
    margin-right: 5px;
}
.nav-next {
    margin-left: 5px;
}
a.nav-next:hover, a.nav-prev:hover {
    color: #333;
}
.mtop {
    margin-top: 27px;
}
.pbtm {
    padding-bottom: 30px;
}
.no-ptop {
    padding-top: 0!important;
}
.list {
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
}
.list-icon, .list-news {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-icon li {
    line-height: 23px;
    padding: 0 0 10px 0;
}
.list-icon .icon {
    width: 23px;
    height: 23px;
    margin: 0 15px 0 0;
    background-position: -41px 0;
}
.list-news li p {
    margin-bottom: 10px;
}
.addto {
    display: block;
    clear: both;
    overflow: hidden;
}
.addto #SideProductAddToWishList {
    display: inline-block;
}
.txt-hide {
    text-indent: -999px;
    overflow: hidden;
    color: #ffffff;
}
.left-content .ProductList .p-name {
    float: left;
    font-size: 12px;
    margin: 5px 0 25px 0;
    padding: 5px 0 3px 5%;
    border-left: 2px solid #d6d6d6;
}
a.CustomizeItemLink {
    font-size: 11px;
}
#CartHeader {
    position: relative;
}
#CartHeader .btn {
    top:50%;
    right: 0;
    margin-top: -20px !important;
    position: absolute;
}
.recaptcha_widget_div {
    margin-bottom: 20px;
}
.recaptchatable {
    background-color: #fff;
}
.productAttributeConfigurablePickListSet ul {
    margin: 0;
}
/*
html.javascript .productOptionViewRectangle label {
    margin: 0 !important;
}*/

.fileInput {
    margin-bottom: 10px;
}
#TabContentAddressMultiple {
    padding-top: 20px;
}
/* Out of stock styling */

/* Out of Stock styling */

/* Gave strike through to text of out of stock options except rectangle styled  */
label.outStock span.name {
    text-decoration: line-through;
}
.productOptionViewRectangle label.outStock span.name {
    text-decoration: none;
}
/* Gave out of stock lists and radio selects 50% transparency */
.productOptionViewRadio .outStock span.name, .productOptionViewProductPickList .outStock span.name, .productOptionViewProductPickListWithImage .outStock span.name, .productOptionViewRectangle .option label.outStock {
    opacity: 0.5;
 -ms-filter:~"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
 *zoom: 1;
}
/* Made the container of the strike through image relative */
.productOptionPickListSwatch .outStock .swatchColour, .productOptionPickListSwatch .outStock .thumbnail, .productOptionViewRectangle .outStock name {
    position: relative;
}
/* Gave out of stock swatches a strike through background image */
.productOptionPickListSwatch .outStock .swatchColour:after, .productOptionPickListSwatch .outStock .thumbnail:after, .productOptionViewRectangle .outStock .name:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/out-of-stock-bg.png") center no-repeat;
    z-index: 90;
    content: "";
}
#ToggleMenu, #DrawerMenu, #cart-amount {
    display:none;
}
/* Toggle menu
-------------------------------------------------------------- */

#ToggleMenu {
    /*temp styles*/
    cursor: pointer;
    font-size: 15px;
    height: 60px;
    position: relative;
    text-indent: -9999px;
    vertical-align: middle;
    width: 60px;
}
.mobileSidebar {
    position: absolute;
    top: 13px;
    left: 8px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 30px;
    z-index: 109;
    display: none;
}
#ToggleMenu:after, .mobileSidebar:after {
    -ms-box-shadow: 0 8px 0 2px #333, 0 16px 0 2px #333, 0 24px 0 2px #333;
    -moz-box-shadow: 0 8px 0 2px #333, 0 16px 0 2px #333, 0 24px 0 2px #333;
    -webkit-box-shadow: 0 8px 0 2px #333, 0 16px 0 2px #333, 0 24px 0 2px #333;
    box-shadow: 0 8px 0 2px #333, 0 16px 0 2px #333, 0 24px 0 2px #333;
    content: ' ';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-indent: 0;
    top: 25%;
    width: 38%;
}
.mobileSidebar:after {
    top: 0;
    width: 80%;
}/*----------------------------------------------------------------------------------------------------------
#############################################  DRAWER MENU
----------------------------------------------------------------------------------------------------------*/
#DrawerMenu {
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 0;
    width: 80%;
    background-color: #333;
    color: #fff;
}
#DrawerMenu.on-screen {
    display: block;
    position: absolute;
    overflow-y: auto;
}
#DrawerMenu div {
    margin :0;
}
#DrawerMenu h3 {
    background: #666;
    color: #fff;
    font-size: 0.8em;
    font-weight: normal;
    padding: 10px 15px;
    text-transform: uppercase;
}
#DrawerMenu ul {
    list-style: none;
    margin: 0;
}
#DrawerMenu li {
    float: none;
    border-bottom: 1px solid #555;
    list-style: none outside none;
}
#DrawerMenu a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: normal;
    padding: 20px 15px;
}
#DrawerMenu li > ul a {
    padding: 15px 15px 15px 1.6em;
}
/*# Drawermenu "sign in" options have fixed html, so to align
    the "or" text, do these terrible things. #*/
    #DrawerMenu li > div {
    padding: 0 15px;
}
#DrawerMenu li > div > a {
    margin: 0 -15px;
}
/*# DRAWERMENU EXPANDER #*/
#DrawerMenu .subcat-expand {
    border-left: 1px solid #555;
    position: absolute;
    right: 0;
    top: 0;
    height: 57px;
    width: 55px;
}
#DrawerMenu .subcat-expand:after {
    color: #fff;
    content: '+';
    display: block;
    font-size: 16px;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#DrawerMenu .subcat-expand.subcat-expanded:after {
    content: '-'
}
/*# DRAWERMENU SUB MENUS #*/
#DrawerMenu .drawer-subcat {
    background: #444;
    display: block !important;
    max-height: 0;
    overflow: hidden;
    left: auto;
    top: auto;
    position: relative;
    visibility: visible !important;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    width: 100%;
}
#DrawerMenu .drawer-subcat.expanded {
    border-top: 1px solid #555;
    max-height: 1000px;
}
/*# DRAWER MENU CURRENCY SELECTOR #*/

.js-drawermenu-currency-converter {
    color: #ccc;
    font-size: 12px;
    padding: 15px 0;
}
.js-drawermenu-currency-converter span {
    color: #ccc !important;
}
#SideAccountNavigation .CurrencyChooser {
    background: none;
    border: none;
    display: block;
    float: none;
    left: auto;
    margin-top: 15px !important;
    padding: 0;
    position: relative;
    padding-bottom: 30px;
    right: auto;
    top: auto;
}
#SideAccountNavigation #change-currency,  #SideAccountNavigation h2 {
    display: none
}
#SideAccountNavigation .selected-currency {
    background-color: #474747;
    border: 1px solid #5c5c5c;
}
#SideAccountNavigation .selected-currency .Text {
    padding: 0 0 0 5px;
}
#SideAccountNavigation .CurrencyList {
    display: none;
}
#SideAccountNavigation .CurrencyList.open {
    display: block;
}
#SideAccountNavigation .CurrencyList dd {
    border: none;
}
#SideAccountNavigation .CurrencyList a {
    background: #474747;
    border-bottom: 1px solid #383838;
    display: block;
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-transition: all 60ms ease;
    -webkit-transition: all 60ms ease;
    -o-transition: all 60ms ease;
    transition: all 60ms ease;
}
#SideAccountNavigation .CurrencyList a:hover { background-color: none }
#SideAccountNavigation .CurrencyList .Flag {
    display: inline-block;
    float: none;
    margin-top: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    zoom: 1;
}
#SideAccountNavigation .CurrencyList .Text {
    color: #ccc !important;
    display: inline-block;
    overflow: hidden;
    padding: 0 0 0 5px !important;
    vertical-align: middle;
    white-space: nowrap;
}
.productPage div#fancy_outer { height: auto!important; }