/* Global Reset */
* {
    margin: 0;
    padding: 0;
    outline: none;
}

/* General */
body {
    font-family: 'Oswald', sans-serif;
    height: 100%;
}
input,
select,
textarea {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
}
.Textbox,
select,
textarea {
    padding: 7px 5px;
}
input {
    letter-spacing: 0.09em !important;
    padding: 2px;
}
p {
    line-height: 28px;
    margin: 0 0 25px 0;
    font-family: 'Lato', sans-serif;
    color: #666666;
    font-size: 15px;
}
a {
    font-weight: normal;
    text-decoration: underline;
}
.color1 {color: #818181;}/**gray**/
h1,
h2,
h3,
.TitleHeading,
.slide-text,
#HeaderLower li,
.ProductActionAdd,
.ProductDetailsGrid .DetailRow.PriceRow .Value,
.QuickViewBtn,
.btn,
.fastCartSummaryBox .ProductPrice,
.ProductPriceWrap {
    font-family: 'Oswald', sans-serif;
    text-shadow: 0 0 1px transparent;
}
h1,
h2,
h3,
.TitleHeading {
    font-size: 1.6em;
    font-weight: 300;
    text-transform: uppercase;
    /* margin: 0 0 12px 0; */ /* MRW REMOVED 121216 */
}

h1{
    font-size:30px;
    /* margin: 0 0 30px 0; */ /* MRW REMOVED 121216 */
    letter-spacing: 0.08em;
    color: #5a8292;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 34px;
}
.FeaturedProducts h2 {
    margin: 0 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada;
}
h2 {
    font-family: 'Lato', sans-serif;
    color: #025a7d;
    font-weight: 700;
    font-size: 15px;
}
h3, .AccountLogin h2, .CreateAccount h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 6px;
    color: #129bd1;
    letter-spacing: 0.09em;
}

h4 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 6px;
    color: #666666;
}
h5 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #666666;
}
h6 {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #025a7d;
}

img,
img a {
    border: 0;
}
/* ul,
ol {
    margin: 0 0 10px 20px;
} */ /* MRW REMOVED ON 121216 */
li {
    /* line-height: 28px; */ /* MRW REMOVED 121216 */
    margin: 0 0 5px 0;
    font-family: 'Lato', sans-serif;
    color: #818181;
    font-size: 15px;
    list-style-position: outside;
}
blockquote {
    margin-left: 28px;
}
select option {
    padding: 0 10px;
}
hr {
    margin: 10px 0;
    padding: 0;
    height: 1px;
    border:0;
}

/* Helpers */
.hide-visually {
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
}

/* Clearfix */
.cf:before,
.cf:after,
.fastCartTop:before,
.fastCartTop:after,
.LoginForm:before,
.LoginForm:after,
#VideoList:before,
#VideoList:after,
.Content .ProductList .ProductDetails:before,
.Content .ProductList .ProductDetails:after,
.CartCode:before,
.CartCode:after,
#CartContent:before,
#CartContent:after,
.ProceedToCheckout:before,
.ProceedToCheckout:after,
.Message:before,
.Message:after,
#WishLists .header:before,
#WishLists .header:after,
#ChooseShippingAddress .header:before,
#ChooseShippingAddress .header:after
 {
    content: " ";
    display: table;
}
.cf:after,
.fastCartTop:after,
.LoginForm:after,
#VideoList:after,
.Content .ProductList .ProductDetails:after,
.CartCode:after,
#CartContent:after,
.ProceedToCheckout:after,
.Message:after,
#WishLists .header:after,
#ChooseShippingAddress .header:after {
    clear: both;
}
.cf,
.fastCartTop,
.LoginForm
#VideoList,
.Content .ProductList .ProductDetails,
.CartCode,
#CartContent,
.ProceedToCheckout,
.Message,
#WishLists .header,
#ChooseShippingAddress .header {
    *zoom: 1;
}

/* Forms */
.HorizontalFormContainer dl,
.VerticalFormContainer dl {
    margin: 0;
}
.HorizontalFormContainer dt img {
    vertical-align: middle;
    float: left;
}
.HorizontalFormContainer dt .fieldLabel {
    float:left;
    padding-top: 4px;
    padding-left: 4px;
}
.HorizontalFormContainer dt {
    width: 100%;
    float: left;
    clear: left;
    font-weight: bold;
    padding-top: 7px;
}
.HorizontalFormContainer dd.ProductField {
    height: 20px;
}
.HorizontalFormContainer dd {
    margin-left: 0px;
    margin-bottom: 15px;
}
.NarrowFormContainer dt {
    width: 100%;
}
.NarrowFormContainer dd {
    margin-left: 0px;
}
.HorizontalFormContainer p.Submit {
    margin: 0 0 28px 0px;
}
.NarrowFormContainer p.Submit {
    margin-left: 0px;
}
.VerticalFormContainer dt {
    margin-bottom: 6px;
}
.VerticalFormContainer dd {
    margin-bottom: 6px;
    margin-left: 10px;
}

/* Page Containers */
#Container {
    background: url(../../__custom/images/custom/intbodyBg.png) repeat-x top left #ebebeb;
    width: 100%;
}
#ContainerLower {
    clear: both;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}


/* Top Navigational Menu */
#TopMenu {
    clear: both;
/*     float: left; */
    padding: 0;
    margin: 3px 0px;
}
#TopMenu ul {
    float: right;
    padding: 0;
    margin: 0;
}
#TopMenu li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 16px;
}
#TopMenu li.First a {
    border-left: 0;
}
#TopMenu li a,
#TopMenu li div {
    display: block;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 3px 0 4px 0;
}
#TopMenu li div a {
    padding: 0;
    margin: 0;
    display: inline;
}
#TopMenu li a:hover {
    text-decoration: underline;
}


/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
    width: 980px;
    margin: 0px auto;
    clear: both;
}
#Wrapper {
    clear: both;
    width: 950px;
    min-height: 630px;
    padding: 20px 60px 0 60px;
    margin: 0;
    background: url(../../__custom/images/custom/wrapperBg.png) no-repeat 0px 20px;
    position: relative;
    left: -40px;
}
#WrapperIndex {
    clear: both;
    width: 980px;
    padding: 10px 0 0 0;
    margin: 0;
    background: none;
}


/* Header */
#Header {
    position: relative;
    clear: both;
    width: 980px;
    min-height: 120px;
}
#HeaderUpper { /* Contains Topmenu & Search */
    position: absolute;
    top: 5px;
    right: 0;
}
#HeaderLower {
    clear: both;
/*     float: left; */
    width: 725px;
    min-height: 50px;
}


/* Main Categories Menu */
#HeaderLower #SideCategoryList ul {
}
#HeaderLower #SideCategoryList li {
    background: url(../../__custom/images/custom/mainNavBg.png) no-repeat left bottom;
    padding: 0px;
}
#HeaderLower #SideCategoryList li:first-child {
    background: none;
}

#HeaderLower #SideCategoryList li a {
    width: auto;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    margin: 17px 10px 12px 10px;
    padding: 0 17px; /* MRW CHANGED FROM 25px */
    font-size: 19px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.08em;
    letter-spacing: 0.03em9;
    text-transform: uppercase;
}
#HeaderLower #SideCategoryList .SideCategoryListClassic li:before {
    float: left;
    margin-top: 16px;
    content: "|";
}
#HeaderLower #SideCategoryList .SideCategoryListClassic ul:first-child {
    color: #fff;
}
.sf-sub-indicator {
    background: none;
    height: 0px;
    width: 0px;
    display:none !important;
    }
#HeaderLower #SideCategoryList ul.sf-menu li ul {
    display: none;
    width: auto;
    position: relative;
    clear: left;
    top: 10px;
    left: 1px;
    display: none;
    z-index: -99;
    padding: 0;
    margin: 0;
    background: none !important;
    border-bottom: none !important;

}
#Footer .sf-menu li:hover ul, #HeaderLower #SideCategoryList .sf-menu li:hover ul,
#Footer .sf-menu li.sfHover ul, #HeaderLower #SideCategoryList .sf-menu li.sfHover ul {
    display: none !important;
    background: none !important;
    left:            0 !important;
    top:            0 !important; /* match top ul list item height */
    z-index:        99;
    border-bottom:  5px solid red !important;
}
#Footer ul.sf-menu li:hover li ul, #HeaderLower #SideCategoryList ul.sf-menu li:hover li ul,
#Footer ul.sf-menu li.sfHover li ul ul#HeaderLower #SideCategoryList ul.sf-menu li.sfHover li ul {
    display: none !important;
    background: none !important;
    top:            0 !important;
}
#Footer ul.sf-menu li li:hover ul, #HeaderLower #SideCategoryList ul.sf-menu li li:hover ul,
#Footer ul.sf-menu li li.sfHover ul, #HeaderLower #SideCategoryList ul.sf-menu li li.sfHover ul {
    display: none !important;
    background: none !important;
    left:            0 !important; /* match ul width */
    top:            0 !important;
}
#Footer ul.sf-menu li li:hover li ul, #HeaderLower #SideCategoryList ul.sf-menu li li:hover li ul,
#Footer ul.sf-menu li li.sfHover li ul, #HeaderLower #SideCategoryList ul.sf-menu li li.sfHover li ul {
    display: none !important;
    background: none !important;
    top:            0 !important;
}
#Footer ul.sf-menu li li li:hover ul, #HeaderLower #SideCategoryList ul.sf-menu li li li:hover ul,
#Footer ul.sf-menu li li li.sfHover ul, #HeaderLower #SideCategoryList ul.sf-menu li li li.sfHover ul {
    display: none !important;
    background: none !important;
    left:            0 !important; /* match ul width */
    top:            0 !important;
}
#Footer li.sfHover > a > .sf-sub-indicator, #HeaderLower #SideCategoryList li.sfHover > a > .sf-sub-indicator {
    display: none !important;
    background: none !important;
    background-position: 0px 0px !important; /* arrow hovers for modern browsers*/
}
#Footer .sf-menu ul li.sfHover > a > .sf-sub-indicator, #HeaderLower #SideCategoryList .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    display: none !important;
    background: none !important;
    background-position: 0px 0px !important; /* arrow hovers for modern browsers*/
}
#Footer .sf-vertical li:hover ul, #HeaderLower #SideCategoryList .sf-vertical li:hover ul,
#Footer .sf-vertical li.sfHover ul, #HeaderLower #SideCategoryList .sf-vertical li.sfHover ul {
    left:    0 !important; /* match ul width */
    top:    0 !important;
}
#Footer .sf-vertical li.sfHover > a > .sf-sub-indicator, #HeaderLower #SideCategoryList .sf-vertical li.sfHover > a > .sf-sub-indicator {
    background-position: 0px 0px !important; /* arrow hovers for modern browsers*/
}

/* Horizontal Category List (Default & Flyout) */
#SideCategoryList {
    padding: 0;
    margin: 0 0 40px 0;
}
#SideCategoryList h2, .Left h2 {
    color: #0456a1;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.08em;
/*     display: none; */
}

#SideCategoryList ul,
#SideCategoryList .sf-menu ul, .Left ul {
    float: left !important;
    width: auto !important;
    padding: 0;
    margin: 0;
}
#SideCategoryList li,
#SideCategoryList .sf-menu li {
    float: left !important;
    width: auto !important;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    background: url(../../__custom/images/custom/sideNavBg.png) no-repeat left bottom;
}
#SideCategoryList li:last-child {
    background: none;
}
#SideCategoryList .SideCategoryListClassic li a, .Left ul li a {
    width:180px;
    padding: 4px 0 0 0;
    height:auto;
    padding:5px 0 5px 0;
    font-weight: 400;
}

.Right #SideNewProducts {
    margin-left: -10px;
}

#SideNewProducts {
    width: 255px;
}

#SideNewProducts img {
    margin-right: 10px;
    max-width: 100px;
    float: left;
}

#SideNewProducts .ProductDetails {
    width:220px;
}

#SideNewProducts .ProductImage {
    width: 102px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

#SideNewProducts .ProductList {
    margin: 0 !important;
    width: 260px;
}
#SideCategoryList .sf-with-ul {
    background: none;
}
#SideCategoryList li a,
#SideCategoryList .sf-menu li a, .Left li a {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #808080;
    text-decoration: none;
    /* padding: 15px 10px 0 10px; */
    padding: 10px 0;
    text-transform: uppercase;
    line-height: 15px;
}
#SideCategoryList li a:hover,
#SideCategoryList .sf-menu li a:hover, .Left li a:hover {
    text-decoration: none;
    color: #3a78c1;
    font-weight: 600;
}
#SideCategoryList li ul,
#SideCategoryList .sf-menu li ul, .Left li ul {
    width: auto;
    position: absolute;
    clear: left;
    top: 10px;
    left: 179px;
    display: none;
    z-index: 99;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    border: 3px solid #c5c5c5 !important;
}
#SideCategoryList > li > ul:before,
#SideCategoryList .sf-menu > li > ul:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 20px;
}
#SideCategoryList li ul li ul,
#SideCategoryList .sf-menu li ul li ul {
    top: 0px;
    left: 170px;
    display: none;
}
#SideCategoryList li ul li,
#SideCategoryList .sf-menu li ul li {
    clear: both;
    margin: 0 10px !important;
    padding: 2px 10px 2px 0px !important;
    background: url(../../__custom/images/custom/flyoutBg.png) no-repeat left bottom;
}
#SideCategoryList li ul li a,
#SideCategoryList .sf-menu li ul li a {
    font-size: 1em;
    text-align: left;
    width: 170px;
    height: auto;
    padding: 7px 0 7px 0;
    margin: 0;
}
#SideCategoryList li ul li a:hover,
#SideCategoryList .sf-menu li ul li a:hover {
    text-decoration: underline;
}
#SideCategoryList li:hover ul,
#SideCategoryList li.over ul {
    display: block;
}
#SideCategoryList li:hover ul li ul,
#SideCategoryList li.over ul li ul {
    display: none;
}
#SideCategoryList li ul li:hover ul,
#SideCategoryList li ul li.over ul {
    display: block;
}

/* Holly Hack. IE Requirement */
* html #SideCategoryList ul li {
    float: left;
    height: 1%;
}
* html #SideCategoryList ul li a {
    height: 1%;
}
/* End */
/*
.sf-sub-indicator {
    background: none;
    z-index:-1000;
    display: none !important;
    top: 0px;
    width: 0px;
    height: 0px;
    background-position: -10px -10px !important;
}

#SideCategoryList .sf-menu .sf-sub-indicator, #SideCategoryList .sfhover {
    background: none;
    z-index:-1000;
    display: none !important;
    top: 0px;
    width: 0px;
    height: 0px;
    background-position: -10px -10px !important;
}
*/
/* Logo */
#Logo {
    float: left;
    display: inline;
    position: relative;
    top: 11px;
}
#Logo h1 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: none;
    padding: 0;
    margin: 40px 0 15px;
}
#Logo #LogoImage {
}
#Logo h1 a {
    font-weight: 400;
    letter-spacing: -2px;
    text-decoration: none;
}


/* Top Search Form */
#SearchForm {
    float: right;
    width: 462px;
    margin: 0;
    padding: 3px 0 0 0;
    display: inline;
    position: relative;
}
#SearchForm form {
    padding: 0;
    margin: 0;
}
#SearchForm label {
    display: none;
}
#SearchForm input {
    width: 350px;
    height: 24px;
    font-size: 0.8em;
    font-weight: 400;
    text-transform: uppercase;
    padding: 1px 3px 2px 3px;
    background: #dddddd;
    border: 1px solid #aeaeae;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
#SearchForm input[type="submit"].Button {
    width: 89px;
    height: 29px;
    padding: 0;
    background: url(../../__custom/images/custom/Search.png) no-repeat center center !important;
    vertical-align: top;
    margin: 0 0 0 3px;
    border: none;
}
#SearchForm input[type="submit"].Button:hover {
    background: url(../../__custom/images/custom/SearchHover.png) no-repeat center center !important;
}
#SearchForm p {
    display: none;
    font-size: 0.85em;
    margin: 5px 0 0 0;
}
#SearchForm a {
    text-decoration: none;
}
#SearchForm a:hover {
    text-decoration: underline;
}


/* Left Content Area */
.Left {
    float: left;
    width: 170px;
    margin: 35px 10px 0 20px;
}
.Left .Block {
    padding: 0 0 10px 0;
}
/*
.Left .BlockContent {
    margin: 0 10px 0 10px;
}
*/

.Left.NewProducts .BlockContent {
    margin: 0;
}
.Left ul li {
    float: left !important;
    width: auto !important;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 4px 0;
    background: none;
}

.Left .BlockContent li a strong, a.shoppingBtn {
    font-weight: 700 !important;
    color: #025a7d !important;
}

/* Primary Content Area */
.Content {
    float: left;
    width: 562px;
    min-height: 600px;
    margin: 0;
    margin: 8px 8px 10px 10px;
    background: #FFFFFF;
    padding: 25px 14px 14px 14px;
}
.Content .Block {
    clear: both;
}
.Block {
    margin-top: 0;
    margin-bottom: 10px;
}
/* Primary Content Area (column span of 2) */
.Content.Wide {
    width: 702px;
}
.Content.Wide.WideWithLeft {
    width: 702px;
    padding: 25px 14px 14px 14px;
}


/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
    width: 910px;
    padding-right: 14px;
    padding-left: 14px;
    margin: 8px 0px 10px 0;
}


/* Right Content Area */
.Right {
    float: left;
    width: 190px;
    margin: 0 0 0 50px;
}
.Right .Block {
    padding: 0 0 10px 0;
}
.Right .BlockContent {
    margin: 0 10px 0 10px;
}
.Right h2 {
    font-size: 1.4em;
}
.Right ul {
    margin: 0;
    padding: 0;
}
.Right li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 5px 0 7px 0;
}
.Right li a {
    text-decoration: none;
}
.Right li a:hover {
    text-decoration: underline;
}


/* Hero slider */
.hero {
    width: 980px;
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px;
    left: -10px;
    overflow: hidden;
}
.hero_slider div { /* Items to be rotated through */
    position: relative;
    width: 980px;
    display: block;
    float: left;
    padding: 0;
    margin: 0 0 10px 0;
}
.hero_slider div .text { /* Text container for each item */
    position: absolute;
    top: 60px;
    left: 70px;
    width: 350px;
    color: #fff;
    z-index: 99;
}
.hero_slider div .text h1 {
    font-size: 5em;
    line-height: 1em;
    margin-bottom: 20px;
}
.hero_slider div .text h2 {
    font-size: 3.5em;
    line-height: 1em;
    margin-bottom: 20px;
}
.hero_slider div .text h3 {
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 20px;
}
.hero_slider div .text p {
    font-size: 1.5em;
    margin-bottom: 20px;
}
.hero #slide_prev { /* Previous button */
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
    left:5px;
    width: 20px;
    height: 40px;
    background: url(../../Classic/images/white/hero_prev.gif) 0 0 no-repeat;
    text-indent: -9999px;
}
.hero #slide_next { /* Next button */
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
    right:5px;
    width: 20px;
    height: 40px;
    background: url(../../Classic/images/white/hero_next.gif) 0 0 no-repeat;
    text-indent: -9999px;
}

/* Slide-show */
.slide-show {
    margin-top: -20px;
    margin-bottom: 20px;
    position: relative;
}
    .slide-show a {
        text-decoration: none;
    }
    .slide-show-render.slide-show {
        margin-bottom: 0px;
    }

/* Top Banner styles */
.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;
    width: 980px;
}
.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;
}

/* Lower & Footer Content */
.Center { /* Centers content */
    clear: both;
    width: 980px;
    margin: 0 auto;
}
#Footer { /* Copyright info */
    float: left;
    /* padding: 15px 0; */ /* MRW REMOVED 121216 */
    margin: 0;
    width: 100%;
}

#Footer #Menu li + li::before{
    content:none !important;
}

#ContainerFooter {
    clear: both;
    float: left;
    width: 100%;
    background: #032841;
    border-top: 7px solid #0863a1
}

#FooterUpper { /* Contains links lists & newsletter */
    display: none;
/*
    width: 100%;
    clear: both;
    padding: 20px 0 0;
    background: #EBEBEB;
*/
}
#FooterUpper .Column {
    float: left;
    width: 225px;
    padding-bottom: 15px;
    margin: 0 20px 0 0;
    display: inline;
}
#FooterUpper .Column.NewsletterColumn {
    width: 245px;
    margin-right: 0;
}
#FooterUpper h2 {
    margin-bottom: 5px;
}
#FooterUpper ul {
    padding: 0;
    margin: 0;
}
#FooterUpper li {
    list-style: none;
    font-size: 0.95em;
    background: url(../../Classic/images/white/Arrow.gif) 0 50% no-repeat;
    padding: 2px 0 2px 10px;
    margin: 0;
}
#FooterUpper li a {
    text-decoration: none;
}
#FooterUpper li a:hover {
    text-decoration: underline;
}
#FooterUpper li ul,
#FooterUpper li:hover ul {
    display: none !important;
}
#FooterUpper .RecentNews li {
    background: none;
    margin-left: -8px;
}
#FooterUpper .RecentNews li p {
    width: 15em;
    margin: 5px 0 0;
}

/* Newsletter Subscription Form */
.NewsletterSubscription {
    clear: both;
    float: left;
}
.NewsletterSubscription h2 {
    padding-bottom: 8px;
}
.NewsletterSubscription label {
    clear: both;
    float: left;
    width: 75px;
    width: 6.5em;
    font-size: 0.85em;
    padding: 3px 0 0 0;
}
.NewsletterSubscription input {
    float: left;
    width: 160px;
    font-size: 0.9em;
    padding: 3px;
    margin-bottom: 10px;
}
.NewsletterSubscription .Button {
    float: right;
    width: 22px;
    height: 22px;
    border: 0;
    vertical-align: middle;
}


/* News Lists */
#HomeRecentBlogs ul {
    padding-left: 0;
    margin-left: 0;
}
#HomeRecentBlogs li {
    list-style: none;
    padding: 10px 10px 30px 10px;
    margin: 0 0 15px 0;
}
    #HomeRecentBlogs .indexblog {
        position: absolute;
        right: 10px;
    }
#HomeRecentBlogs p {
    margin: 0px;
}
#LowerRight .FeedLink {
    float: left;
    margin: 6px 4px 0 0;
}


/* Product Listings */
.ProductList {
    list-style: none;
    margin: 0 0 0 -20px !important; /* To pull up 4th item so all in a nice row */
    padding: 0;
}
    .ProductList.List {
        margin-left: 0 !important;
    }
    .ProductList .Message {
        margin: 0 0 0 20px !important;
    }
.Content .ProductList,
.Content .ProductList li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.Content .ProductList li {
    list-style: none;
    float: left;
    width: 158px !important; /* was 170 before editing */
    min-height: 325px; /* was 280 before editing */ /* was 305 before editing */
    font-size: 1em;
    margin: 0 0 30px 22px;
    overflow: hidden;
    line-height: 18px;
}
.Content .ProductList .ProductImage {
    padding: 1px;
    display: table-cell;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}
.Content .ProductList .ProductImage img {
    vertical-align: middle;
}
.Content .ProductList .ProductDetails {
    margin: 15px 0 5px 0;
}
.ProductList a {
    text-decoration: none;
}
.ProductList a:hover {
    text-decoration: underline;
}
.ProductList em {
    margin-top: 3px;
    display: block;
}
.ProductList .ProductPrice {
    margin-top: 3px;
}
.ProductPrice,
.ProductList em {
    color: #129bd1;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}
.ProductList .Rating {
    font-size: 0.9em;
    margin-top: 3px;
    font-weight: bold;
    display: none;
}
.ProductList li .ProductCompareButton {
    font-size: 0.9em;
    margin-top: 10px;
}
.ProductList li .ProductActionAdd {
/*
    height: 30px;
    margin-top: 15px;
*/
}

.ProductList li .ProductActionAdd a,
.QuickViewBtn {
    float: left;
}

.ProductList li .ProductActionAdd a,
.QuickViewBtn,
.btn, .ToggleSearchFormLink a {
    cursor: pointer;
    font-size: 16px !important;
    padding: 7px 10px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0px !important;
    background: url(../../__custom/images/custom/btnBg.jpg) no-repeat right top #044c8f !important;
    border: none !important;
    border-radius: 3px !important;
    letter-spacing: 0.09em;
    color: #e6e6e6;
}

.ProductList li .ProductActionAdd a:hover,
.btn:hover, .ToggleSearchFormLink a:hover {
    color: #FFFFFF;
    background: url(../../__custom/images/custom/btnHoverBg.jpg) no-repeat right top #045199 !important;
}

.btn {
    display: inline-block;
}

.btn-secondary,
.btn-secondary:hover {
    letter-spacing: 0.09em !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: #032841 !important;
}
.QuickViewBtn {
    padding: 10px !important;
    font-weight: 400 !important;
    padding-left: 32px !important;
    background: url(../../Classic/images/icon-eye-open.png) 10px 10px #e8e8e8 no-repeat !important;
    filter: none !important; /* filter screws up the icon in the quickview button in IE */
}
.prodAccordionContent .btn {
    float: none;
    margin-bottom: 20px;
}
.ToggleSearchFormLink.btn{
    padding:0 !important;
}
.ToggleSearchFormLink.btn a{
    padding:14px 10px 12px 3px !important;
    float:left;
}
.ToggleSearchFormLink.btn #toggle_form_link {
    padding:7px 3px 7px 10px !important;
}

.Left .ProductList li,
.Right .ProductList li {
    margin-bottom: 15px;
}


/* 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;
}
.Right .TopSellers .ProductDetails,
.Left .TopSellers .ProductDetails { /* Contains the details of the item */
    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;
}

/* Page Header */
.PageHeader {
    padding: 24px 10px;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

/* Page Breadcrumbs */
.Breadcrumb ul,
.Breadcrumb li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Breadcrumb {
    font-size: 11px;
    padding: 20px 0 10px 10px;
    clear:both;
}

#Wrapper .Breadcrumb {
    padding-top:0;
}

.Breadcrumb li {
    padding-right: 6px;
    display: inline;
}
.Breadcrumb li a {
    padding-right: 10px;
    background: url('../../Classic/images/BreadcrumbSep.gif') no-repeat right;
}
.FindByCategory ul,
.FindByCategory li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.FindByCategory li {
    padding-left: 12px;
    background: url('../../Classic/images/BreadcrumbSep.gif') no-repeat 3px 5px;
    padding-right: 8px;
    display: inline;
}


/* Miscellaneous Definitions */
.Meta {
    color: #444;
    font-size: 0.93em;
}
.Left .FeedLink,
.Right .FeedLink {
    float: left;
    margin: 0 7px 0 0;
}
.Content .FeedLink {
    float: left;
    margin: 8px 4px 0 0;
}
.FloatRight {
    float: right;
}
.FloatLeft {
    float: left;
}
.ClearRight {
    clear: right;
}
.ClearLeft {
    clear: left;
}
.SortBox {
    font-size: 0.95em;
    color: #444;
    padding: 12px 5px 30px 0;
}
.CompareButton {
    clear: both;
    text-align: right;
    margin-top: 12px;
    padding: 25px 15px 0;
    border-top: 1px solid #f0f0f0;
}


.Clear {
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}


.Field45 {
    width: 65px !important;
}

.Field100 {
    width: 100px;
}

.Field150 {
    width: 150px;
}

.Field200 {
    width: 200px;
}

.Field250 {
    width: 250px;
}

.Field300 {
    width: 300px;
}

.Field350 {
    width: 350px;
}

.Field400 {
    width: 400px;
}

.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:0;
}
.PL40 {
    padding:0px 0px 0px 40px;
}
.ML20 {
    margin:0px 0px 0px 20px;
}
.MT10 {
    margin-top:10px;
}
.PL10 {
    padding-left:10px;
}
.PB2 {
    padding-bottom:2px;
}
.NoMarginBottom {
    margin-bottom: 0;
}

.Required {
    color: #0099e0;
    font-weight: bold;
}

.SuccessMessage {
    padding: 8px 6px 8px 28px;
    margin-bottom: 10px;

}

.Message {
    padding: 12px 6px 10px 6px;
    margin-bottom: 15px;
}
.AccountLogin .Message {
    margin-bottom: 30px;
}

.Message p {
    float:left;
}

.Message ul{
    float:left;
    list-style-position: inside;
    margin: 0 0 5px 30px;
}
/************* Page Specific: Create Account / Login Page *************/
.CreateAccount {
    float: left;
    width: 330px;
    padding: 20px 10px 0 10px;
}

.CreateAccount .btn
{
    margin-top: 24px;
}

.AccountLogin {
    float: left;
    width: 330px;
    padding: 20px 10px 0 10px;
}
.CreateAccount h2,
.AccountLogin h2,
#CreateAccountForm h2 {
    font-size: 29px;
}
.CreateAccount a {
    text-transform: none;
    text-decoration: underline;
}
.CreateAccount li {
    line-height: 18px;
}
.CustomerAccountLogin {
    float: left;
    width: 330px;
    padding: 0px;
    margin: 0 0 30px 0;
}
.CustomerAccountLogin p.submit {
    float: left;
    margin: 0px;
}
.AccountLogin input[type="submit"]#LoginButton {
    width: 81px;
    height: 31px;
    background: url(../../__custom/images/custom/acctLoginBtn.png) no-repeat center center !important;
    cursor: pointer;
    padding: 0px;
    border: none;
    float: right;
    margin: 0 20px 0 0;
}
.CustomerAccountLogin input[type="submit"]#LoginButton {
    width: 81px;
    height: 31px;
    background: url(../../__custom/images/custom/acctLoginBtn.png) no-repeat center center !important;
    cursor: pointer;
    padding: 0px;
    border: none;
    float: left;
    margin: 0 0 20px 0;
}

.AccountLogin input[type="submit"]#LoginButton:hover, .CustomerAccountLogin input[type="submit"]#LoginButton:hover {
    background: url(../../__custom/images/custom/acctLoginHoverBtn.png) no-repeat center center !important;
}

.AccountLogin .Submit a {
    display: inline-block;
    float: none;
    margin-left: 64px;
    font-size: 11px;
}
.CustomerAccountLogin .Submit a {
    display: block;
    margin: 10px 0px 5px 0;
    font-size: 11px;
}

#CreateAccountForm {
    padding-left: 10px;
}
#CreateAccountForm h2 {
    margin-bottom: 5px;
    padding: 5px 0 0;
}
#CreateAccountForm h3 {
    margin-bottom: 5px;
    font-size: 19px;
}
.CreateAccountIntro {
    margin-bottom: 20px;
}

ul.ShippingAddressList,
ul.ShippingAddressList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.ShippingAddressList li {
    width: 30%;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.PrimaryProductDetails {
    margin-top: 10px;
}

.PrimaryProductDetails .ProductAside {
    width: 320px;
    float: left;
}
.PrimaryProductDetails .ProductAside .AddThisButtonBox {
    margin-left: 0;
    margin-right: 0;
}

.PrimaryProductDetails .ProductThumbWrap {
    border-width: 0 1px 1px 1px;
}
.PrimaryProductDetails .ProductThumb {
    width: 366px !important;
    height: 334px !important;
    text-align: center;
    margin: 0 auto;

    /* Firefox doesn't like margin: 0 auto when it's got display:-moz-box. Hence moz styling is not here */
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;

    display: box;
    box-align: center;
    box-pack: center;

    border: 3px solid #c1c1c1;
}
.PrimaryProductDetails .ProductThumb .ProductThumbImage .zoomPad {
    float: none;
}

.ProductThumbImage {
    margin: 0 auto;
}

.ProductThumbImage .zoomPad > img {
    margin: 1px; /* prevent jitter when border is added to zoomed image on mouseover */
}

.ProductThumbImage .zoomWindow {
    width: 100%;
    background: none;
}

.ProductThumbImage .zoomWrapper {
    margin: auto;
    border: 1px solid #f4f4f4;
}

.PrimaryProductDetails .ProductMain,
.PrimaryProductDetails .productAddToCartBelow {
    float: right;
    width: 310px;
    padding: 0 0 30px 30px;
}
    .PrimaryProductDetails .productAddToCartBelow {
        padding: 0 0 0 30px;
    }

.PrimaryProductDetails .ProductMain h1, #ProductDetails h1 {
    font-size: 30px;
    color: #5a8292;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 5px 0;
}
.PrimaryProductDetails h2{
    border: 0;
}
.PrimaryProductDetails .ProductThumb p a {
    font-weight: bold;
}

.ProductDescription,
.ProductReviews,
.ProductsByCategory,
.ProductOtherDetails {
    margin-top: 20px;
}

.PrimaryProductDetails dl {
    font-size: 0.90em;
}

.ProductDescriptionContainer {
    line-height: 1.5;
}

.PrimaryProductDetails dt {
    font-weight: bold;
    width: 80px;
    clear: left;
}

.PrimaryProductDetails dd {
    margin-left: 90px;
}

.Right hr {
    margin: 5px 0 0;
}

.Content h3, .Content h3 a, .Content h2 a, .Content h2 {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 300;
    font-family: Oswald;
    letter-spacing: .09em;
    color: #129bd1;
}

.ComparisonCheckbox {
    float: left;
}

.SideRecentlyViewed .ProductList li {
    margin-left: 0;
}

.SideRecentlyViewed .ProductDetails {
    margin-left: 20px;
}

/* Product Comparisons */
.ComparisonTable {
    width: 100%;
}
.ComparisonTable td {
    vertical-align:top;
    font-size: 11px;
}
.CompareFieldName {
    width:95px;
    padding:8px 10px 8px 15px;
}
.CompareFieldTop {
    padding:5px;
    text-align:center;
}
.CompareFieldTop a {
    text-decoration:none;
    font-size:10px;
}
.CompareFieldTop a:hover {
    text-decoration:underline;
}
.CompareLeft {
    padding:5px 10px 5px 10px;
}
.CompareCenter {
    text-align:center;
    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 & Carts Table commong styling */
table.General,
table.CartContents,
table.General {
    width: 100%;
    margin: 20px 0;
}

table.General thead tr th {
    padding: 15px 10px;
    text-align: left;
}

table.General tbody td {
    padding: 15px 10px;
    vertical-align: top;
}

table.General tbody tr.First td {
    border-top: 0;
}


/* Cart Contents Table */
table.CartContents thead tr th,
table.CartContents tr td {
    padding: 15px 23px;
}

.CartContents .ProductName a {
}

.CartContents tfoot .SubTotal td {
    text-align: right;
    font-weight: bold;
}

.ProceedToCheckout {
    text-align: right;
}

.ProceedToCheckout a {
    float: right;
}

.ProductOptionList,
.ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ProductOptionList {
    margin-top: 5px;
}
.ProductOptionList li {
    margin-bottom: 3px;
    margin-left: 2px;
}

.ProductOptionList input {
    vertical-align: middle;

}

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

.Field45.quantityInput {
    margin: 0 0 10px;
}


/* Quick Search */
.QuickSearch {
    margin: 0;
    padding: 0;
    text-align: left;
    background: #fff;
    position: relative;
    z-index: 9999;
}
.QuickSearchTitle td,
.QuickSearchAllResults td {
    font-weight: bold;
    padding: 5px 44px 15px;
    font-size: 11px;
}
.QuickSearchResult td {
    font-size: 12px;
    padding:8px 0px 8px 8px;
    cursor: pointer;
}
.QuickSearchResultImage {
    margin-left: 4px;
    margin-right: 10px;
    text-align: center;
}
.QuickSearchResultNoImage {
    padding-top: 10px;
    color: #777;
}
.QuickSearchResultName {
    text-decoration: none;
    display: block;
    padding-bottom: 5px;
}
.QuickSearchResult .Price {
    font-weight: bold;
    font-size: 12px;
    padding-right: 5px;
}
.QuickSearchHover a {
    text-decoration: underline;
}
.QuickSearchAllResults {
    text-indent: -7000px;
}
.QuickSearchAllResults a {
    text-decoration: underline;
    height: 25px;
    display: 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 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.SubCategoryListCustom ul li{width: 20%; float: left;}
.SubCategoryList {
    padding: 10px 5px 4px;
    margin-bottom: 20px;
}
    .SubCategoryList a {
        text-decoration: none;
    }

.SubCategoryList ul,
.SubCategoryList li {
    list-style: none;
    margin-left: 0;
}

.SubCategoryList li {
    margin-bottom: 4px;
    padding-left: 25px;
}

.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 {
    border-bottom: 1px solid #dadada;
}
.ProductReviewList li:last-child {
    border: 0;
}

.SortBox select {
    font-size: 0.9em;
}

 .SortBox option {
    color: #444;
}

.YourAccount li {
    margin-bottom: 8px;
}

.SoldOut {
    color: #999;
}

.RemoveFromWishlistForm {
    margin: 5px;
}
.AddToWishlistLink {
    position: relative;
    margin: 0;
}
.AddToWishlistLink .wishlist-button {
    position: absolute;
    top: -70px;
    left: 165px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    color: #000;
    background: #fff;
    border: 0;
}

/* sizing and positioning of the inside part of a swatch */
.productOptionPickListSwatch .thumbnail,
.productOptionPickListSwatch .swatchColour {
    width: 25px !important;
    height: 25px !important;
}


.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
    margin-right:10px !important;
    padding: 0 !important;
    border-color: #ccc !important;
    margin: 2px;
}
.productOptionPickListSwatch .selectedValue .textureContainer,
.productOptionPickListSwatch .selectedValue .swatchColours {
    border: 3px solid #000 !important;
    margin:0;
    margin-right: 8px !important;

}


html.javascript .productOptionViewRectangle input,
html.javascript .productOptionPickListSwatch input {
    left: 5px;
    top: 5px;
}

.ShippingProviderList {
    list-style: none;
}

.GoogleCheckout p,
.PayPalExpressCheckout p,
.AlternativeCheckout p {
    margin: 0;
    font-size: 90%;
}

.GoogleCheckout,
.PayPalExpressCheckout,
.AlternativeCheckout {
    text-align: center;
    margin-bottom: 10px;
    clear:both;
}

.KeepShopping {
    width: 180px;
    margin: 10px 0;
    clear: both;
    text-align: right;
}
.ExpressCheckout .ProductPrice {
    font-size: 20px;
}
.ExpressCheckout .ShipperPrice {
    font-size: 16px;
}
/** Top Right Locale Chooser (list of flags) **/
#TopMenu li.Flag {
}

#TopMenu li.Flag div {
    border: 0;
}

#TopMenu li.Flag img {
    margin: 3px;
}

#TopMenu li.Flag img.Last {
    margin-right: 0px;
}

#TopMenu li.Flag img.Selected {
    border: 2px solid #dadada;
    margin: 1px 3px;
}

/** Currency Selector **/
.CurrencyList dl {
    margin: 0;
    padding: 0;
}

.CurrencyList dd {
    padding: 0px;
    margin: 0px;
    border: 1px solid #dadada;
    background-color: #F9F9F9;
    clear: both;
}

.CurrencyList a {
    padding: 0 3px 0 5px;
    display: block;
    line-height: 1.8;
    text-decoration: none;
    font-size: 11px;
}

.CurrencyList a:hover .Text {
    text-decoration: underline;
}

.CurrencyList a .Flag {
    margin-top: 4px;
    display: block;
    float: left;
    width: 24px;
    padding-right: 2px;
    vertical-align: middle;
}

.CurrencyList a .Text {
    display: block;
    padding-left: 24px;
}


/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: normal;
    width: 320px;
    padding: 7px;
    float: right;
}

.EstimateShipping dt {
    width: 100px;
    float: left;
    margin-bottom: 8px;
    clear: left;
}

.EstimateShipping dd {
    margin-bottom: 8px;
    font-weight: normal;
    text-align: left;
    margin-left: 114px;
}

.EstimateShipping p.Submit {
    margin-top: 10px;
    margin-bottom: 3px;
}

.EstimateShipping label {
    display: block;
    margin-bottom: 5px;
}

.EstimatedShippingMethods {
    text-align: left;
}

.EstimatedShippingMethods table {
    width: 100%;
    border-collapse: collapse;
}

.EstimatedShippingMethods .VendorShipping {
    margin-left: 20px;
    margin-bottom: 10px;
}

.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;
    border:1px solid lightgray;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    position: relative;
    padding: 6px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #025A7D;
}

.ExpressCheckoutBlock h3 a {
    font-size: 12px;
}

.ExpressCheckoutBlock {
    padding-top: 6px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
    display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    display: inline;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
    display: none;
}

a.ChangeLink {
    position: absolute;
    right: 15px;
}

.ExpressCheckoutBlock a.ChangeLink {
    display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
    display: inline;
    margin: 16px 0 0 0;
}

.ExpressCheckoutCompletedContent {
    position: absolute;
    left: 250px;
}

.LoadingIndicator {
    margin-left: 10px;
}

.LoadingIndicator img {
    vertical-align: middle;
    margin-right: 10px;
}

#TopMenu li.HeaderLiveChat {
}

.HeaderLiveChat img {
    vertical-align: middle;
}

#ProductOtherDetails .ProductDetailsGrid {
    margin-left: 25px;
}.SubCategoryListGrid {
    padding: 4px;
}

.SubCategoryListGrid ul,
.SubCategoryListGrid li {
    list-style: none;
    margin-left: 0;
}
.SubCategoryListGrid ul li a {
    line-height: 20px;
}
.SubCategoryListGrid img {
    border: 3px solid #c1c1c1;
}

.SubCategoryListGrid li {
    margin-bottom: 4px;
    padding: 0px 20px 10px 0px;
/*  margin-left: 20px;  */
    background: #fff;
    float: left;
    line-height: 19px;
}

.SubCategoryListGrid ol {
    clear: both;
}
.SubBrandList {
    padding: 4px;
}

.SubBrandList ul,
.SubBrandList li {
    list-style: none;
    margin-left: 0;
}

.SubBrandList li {
    margin-bottom: 4px;
    padding-left: 25px;
    background: url('../../Classic/images/SubBrand.gif') no-repeat 3px 50%;
}

.SubBrandListGrid {
    padding: 4px;
}

.SubBrandListGrid ul,
.SubBrandListGrid li {
    list-style: none;
    margin-left: 0;
}

.SubBrandListGrid li {
    margin-bottom: 4px;
/*     padding: 10px; */
    margin-left: 20px;
    background: #fff;
    float: left;
}
.SubBrandListGrid img {
    border: 3px solid #c1c1c1;
}

.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 dt div.Required,
#CartEditProductFieldsForm dt div.Required {
    width: 8px;
}

.ProductAddToCart input.Textbox,
#CartEditProductFieldsForm input.Textbox {
    width:91%;
}

.ProductAddToCart textarea,
#CartEditProductFieldsForm textarea {
    width:183px;
    height: 50px;
}

.CartContents .CartProductFieldsLink {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('../../Classic/images/GiftWrappingAvailable.gif') 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;
}
.ProductActionAdd {
    display: block;
    margin-top: 5px;
}

.ProductActionAdd a,
.ProductActionAdd strong a {
    text-decoration: underline;
}

.TagList {
    margin-top: 20px;
}

.CartThumb {
    text-align: center;
    width: 1px;
}
    .CartThumb img {
        width: 50px;
    }
table.CartContents tr td.ProductName {
    padding: 5px;
}
table.CartContents tr td.ProductName .productAttributes {
    font-weight: normal;
    font-size: 14px;
}
.WrappingOptions {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('../../Classic/images/GiftWrappingAvailable.gif') no-repeat;
    padding-bottom: 4px;
    line-height: 1.6;
}

.ViewAllLink a {
    padding-top: 10px;
    display: block;
}

.SelectGiftWrapMultiple {
    max-height: 400px;
}

/* Tabbed Navigation */
.TabNav,
.TabNav li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.TabNav {
    font-size: 16px;
    margin-bottom: 25px;
    padding: 6px 4px 5px 25px;
}
.TabNav li {
    display: inline;
}
.TabNav li a {
    position: relative;
    top: 0px;
    font-size: 16px;
    padding: 6px 10px;
    margin-right: 3px;
    margin-top: 3px;
    text-decoration: none;
    letter-spacing: 0.09em;
}
.TabNav li a:hover {
    text-decoration: none;
}
.TabNav li.Active a {
    margin-top: 0px;
}


.ProductAddToCart dd.AddCartButton div.BulkDiscount {
    display: inline-block;
    float:left;
}

.ProductAddToCart .BulkDiscount {
    clear: both;
}
    .ProductAddToCart .BulkDiscount input {
        margin: 20px 0;
        background: none;
        border: 0;
    }
.ProductAddToCart dd.AddCartButton div.BulkDiscount div.BulkDiscountLink {
    padding-left: 4px;
}

#VendorLogo .BlockContent,
#VendorPhoto .BlockContent {
    margin: 0;
    text-align: center;
}
.TransitTime {
    font-weight: normal;
    color: gray;
}
.Content .ProductList.List li {
    margin: 0;
    margin-top: 6px;
    display: block;
    width: auto !important;
    float: none;
    clear: both;
    padding: 6px;
    min-height: 0;
    background-image: none;
}

.Content .ProductList.List .ProductImage {
    margin: 0 !important;
    padding: 0px;
    margin-right: 15px;
    float: left;
    background-image: none;
    border: 3px solid #c1c1c1;
}

.Content .ProductList.List .ProductDetails {
    height: auto;
    display: block;
    clear: none;
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
    margin-left: 222px;
    text-align: left;
    background-image: none;
}

.Content .ProductList.List .ProductQty {
    margin-left: 10px;
}

.Content .ProductList.List .ProductDescription {
    margin-top: 5px;
}

.Content .ProductList .ProductRightCol {
    float: right;
}

.Content .ProductList.List li .ProductCompareButton {
    text-align: left;
    margin-top: 6px;
}


.OrderItemMessage {
    padding:7px;
    margin:10px 0px 10px 0px;
}

/* Custom Fields - Start */

.LittleNotePassword {
    color:gray;
    font-size: 0.85em;
    padding:2px 0px 2px 0px;
}

.RequiredClear {
    visibility: hidden;
}

/* Custom Fields - End */

/* Product Details */
.ProductDetailsGrid .DetailRow {
    float: left;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bfbfbf;
    width: 100%;
}
    .ProductDetailsGrid .DetailRow:last-child {
        border-bottom: none;
    }

/* Product Details Price */
.ProductDetailsGrid .DetailRow.PriceRow {
    margin: 0;
    padding: 0;
}
    .ProductDetailsGrid .ProductPriceWrap .DetailRow {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .ProductDetailsGrid .ProductPriceWrap .DetailRow {
        border: 0;
    }
    .ProductDetailsGrid .DetailRow.PriceRow .Label {
        margin: 0;
    }
    .ProductDetailsGrid .DetailRow.PriceRow .Label.noBold {
        font-weight: normal;
    }
    .ProductDetailsGrid .DetailRow.PriceRow .Value {
        font-size: 24px;
    }
    .ProductDetailsGrid .DetailRow.PriceRow .Value em {
        font-weight: 400;
        letter-spacing: 0;
    }

.ProductDetailsGrid .Label {
    margin: 2px 0 5px;
    width: 40%;
    font-weight: bold;
    float: left;
}
.ProductDetailsGrid .Label.QuantityInput {
    width: 75px;
}
.VariationProductSKU, .ProductDetailsGrid .Label, .ProductDetailsGrid .Value, .productAttributeList .productAttributeLabel {
    font-size: 13px;
}

.ProductDetailsGrid .Value {
   /** display: inline;**/
    float: left;
    width: 50%;
}

.ProductDetailsGrid .Label .Required {
    /* position: absolute; */
    left: -1em;
}

.ProductOptionList ul,
.ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ProductOptionList li {
    margin-bottom: 3px;
}

.ProductOptionList input {
    vertical-align: middle;
}

.ProductPriceWrap {
    font-size: 18px;
    color: #129bd1;
    overflow: hidden;
    position: relative;
}
.ProductPriceWrap em {
    font-size: 18px;
    font-weight: 400;
}
.ProductPriceWrap .RetailPrice {
    font-size: 12px;
    color: #025A7D;
}
x.ProductPriceWrap .PriceRow {
    margin-top: 20px;
    margin-left: 10px;
}
.ProductPriceWrap .PriceRow .YouSave {
    font-size: 12px;
    color: #025A7D;
    position: relative;
    left: 131px;
    top: 0px;
    float: left;
    width: 100%;
}
#QuickViewProductDetails .ProductPriceWrap .productAttributeRow {
    padding: 0;
    border-bottom: 0;
    clear: none;
}

/** Search All Form Result - Start **/
.SearchPaging {
    float: right;
    font-size: 0.95em;
}

.SearchSorting {
    float: right;
    font-size: 0.95em;
    margin: 8px 0px;
}

.SearchSorting select {
    font-size: 0.95em;
}

#SearchResultsCategoryAndBrand {
    margin: 5px;
    padding: 5px;
}

.ContentList em,
.QuickSearchResultMeta em {
    font-size: 0.8em;
}

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

/** AJAX loading box - Start **/

#AjaxLoading {
    display: none;
    text-align: center;
    width: 180px;
    z-index: 10000000000;
    padding: 5px 10px;
}

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

#ProductDetails .ProductTinyImageList {
    float: left;
    margin-top:4px;
    white-space:nowrap;
    width: 80%;
    overflow: hidden;
    margin-left: -3px;
}

#ProductDetails .ProductTinyImageList ul li {
    width: 44px;
    height: 44px;
    overflow: hidden;
    float: left;
    margin-left:3px;
    border: 1px solid gray;
    padding: 2px;
    display: table-cell;
}

#ProductDetails .ProductTinyImageList ul li .TinyOuterDiv {
    margin: 0 auto;
}

#ProductDetails .ProductTinyImageList ul li div {
    text-align: center;
}

#ProductDetails .ProductTinyImageList ul li #TinyOuterDiv {
    border: 2px solid white;
}

#ProductDetails .ProductTinyImageList ul {
    margin: 0pt;
    padding: 0pt;
    position: relative;
    list-style-type: none;
    white-space:nowrap;
    width: 2500px;
}

.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
    width: 180px;
}


.ImageCarouselBox {
    padding-left: 0 !important;
}

.ProductPriceWrap {
    padding: 10px 0;
}

/* set up the row for css table-like alignment */
.productAttributeList .productAttributeRow {
    margin-top: 0px !important;
    padding-left: 0 !important;
    margin-bottom: 5px !important;
    padding-bottom: 6px !important;
    border-bottom: 1px dotted #ccc;
}
    .productAttributeList .productAttributeRow ul,
    .productAttributeList .productAttributeRow ol,
    .productAttributeList .productAttributeRow li:last-child {
        margin-bottom: 0 !important;
    }
    .productAttributeList .productAttributeRow input {
          margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

.productAttributeList .required {
    color: #be0303 !important;
}

/* position the label in the left-padding area of the row */
.productAttributeList .productAttributeLabel {
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    padding-top: 0 !important;
}
    .productAttributeList .productAttributeLabel label {
        display: block;
        margin-bottom: 3px !important;
        line-height: 19px;
        padding: 5px 0 0 0;
    }

.productAttributeList ul {
    margin-bottom: 20px;
}
.productAttributeList li {
    margin-bottom: 8px;
}

.productOptionViewProductPickListWithImage {
    border-color: #ddd !important;
    margin-bottom: 20px;
}
    .productOptionViewProductPickListWithImage .scrollContainer {
        max-height: 160px !important;
    }
    .productOptionViewProductPickListWithImage td {
        padding: 10px 5px !important;
        border-bottom: 1px dotted #e0e0e0;
        vertical-align: top !important;
    }
.productAttributeList .productAttributeLabel {
    width: 75px !important;
    display: inline-block !important;
    vertical-align: top;
    margin: 0 4% 0 0;
}
.productAttributeList .productAttributeValue {
    width: 60% !important;
    display: inline-block !important;
    vertical-align: middle;
}

.productAttributeList .productAttributeValue select {
    width: 100%;
    font-size: 12px;
}
.productOptionViewRectangle .option.selectedValue label {
    background: #D9D8D8 !important;
    padding: 3px 15px !important;
    border: 1px solid black !important;
}
    .productOptionViewRectangle .option label {
        padding: 3px 15px !important;
        background: #fff !important;
    }
    .productOptionViewRectangle .option label .name {
        line-height: 19px;
    }

.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
    margin-bottom: 7px;
}

.productOptionViewProductPickList label,
.productOptionViewRectangle label,
.productOptionViewRadio label {
  padding-left: 28px !important;
}
.productAttributeConfigurablePickListSet li {
    margin: 0px !important;
}
.productOptionViewProductPickList input,
.productOptionViewRectangle input,
.productOptionViewRadio input {
    margin-top: 4px !important;
    margin-left: -29px !important;
}

.TinyOuterDiv {
    border-width: 0 !important;
}

/** Product image gallery end **/
/** AJAX loading box - End **/

/* Product Videos */

#VideoList li {
    float: left;
    list-style: none;
    padding: 10px;
}

.VideoSeparator {
    clear: both;
}

.videoRow {
    margin-bottom: 4px;
}

.previewImageContainer {
    height: 30px;
    width: 50px;
}

.videoRow img {
    float: left;
}

.videoRowTitle {
    font-weight: bold;
    overflow: hidden;
    width: 146px;
    float: left;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.videoRowDescription {
    max-height: 50px;
    overflow:hidden;
}

.VideoOverlay {
    background: url('../../Classic/images/VideoOverlay.png')center center no-repeat;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}


/** If you change the width of the .VideoPreviewSize class below, change the padding-left of the .VideoContentContainer class above **/

.VideoPreviewSize {
    width: 146px;
    height: 115px;
}

.videoRowLength {
    padding-left: 4px;
}

.videoRow,
.videoRowTitle,
.videoRow img,
.videoRowLength {
    cursor: pointer;
}

#VideoList ul {
    position: relative;
    overflow-y: auto;
    padding:0;
    margin: 0;
}

#VideoSingle {
    padding-left: 10px;
    width:240px;
}

#VideoContainer {
    padding: 10px;
}

.HideElement {
    display: none;
}



.VideoSingleTitle {
    font-weight: bold;
}

.VideoSingleDescription {
    padding-top: 10px;
    overflow-y: auto;
    height: 220px;
    padding-right:5px;
}

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


/* Add to cart modal */
#fastCartWrapper {
    padding: 0;
}
#fastCartContainer .ProductList .ProductImage {
    width: 205px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.fastCartTop {
    padding: 0;
}
.fastCartProdLink {
    margin-bottom: 20px;
}
.fastCartContent {
    width: auto;
}
/*.fastCartContent .ProductList li {
    width: 120px !important;
}*/
/*.fastCartContent .ProductList .ProductImage img {
    height: 120px !important;
}*/
.fastCartItemBox {
    padding: 0;
    margin-left: 40px;
    width: 234px;
}
.fastCartItemBox h2 {
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 20px;
}
.fastCartProd {
    font-weight: bold;
    margin-bottom: 20px;
}
.fastCartSummaryBox {
    max-width: none;
    width: 207px;
    padding: 28px;
    max-width: auto;
    padding: 20px;
}
.fastCartSummaryBox .subtotal,
.fastCartSummaryBox .ProductPrice,
.fastCartSummaryBox .CartActions {
    padding: 0 30px;
}
.fastCartSummaryBox .CheckoutButton a {
    margin-bottom: 20px;
}
.fastCartSummaryBox .subtotal {
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}
.fastCartSummaryBox .ProductPrice {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
.fastCartSummaryBox .CartActions {
    margin-top: 15px;
}
.fastCartSummaryBox .ProductPrice {
    font-size: 29px;
    font-weight: normal;
}
.fastCartBottom {
    padding-left: 0;
    padding-right: 0;
}
.fastCartBottom h3 {
    padding: 20px 0;
    font-size: 19px;
    border-width: 1px 0;
    text-transform: uppercase;
}/*
#fastCartSuggestive {
    margin-left: -76px !important;
}*/
#fastCartContainer .ProductList li {
    margin: 0 12px 0 52px;
    padding: 0;
}
.ToggleSearchFormLink {
    margin: 8px 5px 0 0;
}
.Panel#ProductTabs {
    padding-top: 0px;
}

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

.AddThisButtonBox {
    float: none !important;
    width: 60px;
    margin: 20px 0 0 !important;
}

/* Modal
....................................................................... */
#ModalContainer {
    border: 5px solid;
}
#ModalContentContainer,
#ModalTitle,
.ModalTitle {
    -moz-border-radius: 10px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.ModalTitle {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 45px;
}
.ModalContent {
    padding: 0 !important;
    overflow-y: auto;
    overflow-x: hidden;
    height: 460px !important;
    color: #000 !important;
}
.modalContainer {
    width: 875px !important;
    margin-left: -434px !important;
}
#fastCartContainer,
#QuickViewContent {
    padding-left: 28px !important;
    padding-right: 28px !important;
    padding-bottom: 28px !important;
}
.modalClose {
    padding-right: 0 !important;
    width: 20px !important;
    height: 20px !important;
    top: 15px !important;
    right: 10px !important;
    text-align: left !important;
    text-indent: -999em !important;
    background: url('../../Classic/images/close.gif') no-repeat !important;
}

#fastCartContainer .ProductDetails {
    height: 40px;
}

/* Social elements
....................................................................... */
#socnet {
    clear: both;
    font-size: 0.85em;
    padding: 20px 0 15px 0;
}
#socnet a {
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    vertical-align: middle;
}


/* Accordion for product page
....................................................................... */
#prodAccordion {
}
#prodAccordion .Block {
    padding: 0 !important;
    margin: 0 !important;
}
#prodAccordion .Block.current {
}
#prodAccordion .Block h2,
#prodAccordion .Block.current h2 {
    font-size: 1.2em;
    padding: 8px 15px 8px 10px;
    margin: 0;
    cursor: pointer;
}
#prodAccordion .Block h2:hover {
    text-decoration: underline;
}
#prodAccordion .Block:last-child {
}
.prodAccordionContent {
    padding: 10px;
    display: none;
}
.current .prodAccordionContent {
    display: block;
}


/* Account Menu (horizontal)
....................................................................... */

.AccountMenu ul {
    padding: 0;
    margin: 0;
}
.AccountMenu li {
    list-style: none;
    padding: 5px 10px 5px 10px;
    margin: 0;
}

.AccountMenu h2 {
    padding-left: 0;
    padding-right: 0;
    display:block;
}

/* Tabcontent
....................................................................... */
#tabcontent {
    overflow: hidden;
}

#tabcontent .photo {
    width: auto;
    margin-right: 20px;
}


/* Gift Certificate
....................................................................... */
#SideAccountMenu,
#GiftCertificatesMenu {
    padding: 0 5px 0 0;
    float:left;
}
#SideAccountMenu .BlockContent,
#GiftCertificatesMenu .BlockContent {
    margin: 0;
}
#SideAccountMenu li,
#GiftCertificatesMenu li {
    padding: 0 0 5px 0px;
}
#frmGiftCertificate {
    margin-top: 75px;
}
.GiftCertificateThemeList br {
    display: none;
}
.GiftCertificateThemeList  label {
    display: block;
    margin-bottom: 5px;
}
#frmGiftCertificate .Submit input[type="submit"] {
  background: url("../../Classic/images/white/AddCartButton.gif") no-repeat 0 0;
  border: 0 none;
  height: 37px;
  padding: 0;
  text-indent: -9999em;
  width: 151px;
  display: inline-block;
}
#frmGiftCertificate .Submit input[type="button"] {
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    padding-left: 15px;
}

/* Shopping cart
....................................................................... */
#CartContent {
    padding: 0 10px;
}

.CartCode {
    margin: 0 10px;
    padding: 20px 10px;
}
.CartCode .CouponCode,
.CartCode .GiftCertificate {
    float: left;
    width: 300px;
}
.CartCode .GiftCertificate {
    padding-left: 30px;
}
.CartCode input[type="submit"] {
    padding-top: 5px !important;
    padding-bottom: 6px !important;
}
.CartContents .GrandTotal {
    font-size: 19px;
}
.CartUpdateBtn {
    margin-right: 10px;
}

#CartContent .AlternativeCheckout {
    clear: both;
    float: right;
    margin-top: 10px;
    margin-bottom: 0;
}
#CartContent .AlternativeCheckoutOr {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
}


/* Wish List Form
....................................................................... */
#WishListEditFrom form{
    margin-top: 20px;
}
#WishListEditFrom dt{
    width:auto;
}

#WishListEditFrom dd{
    margin-left: 125px;
    margin-bottom: 25px;
}

#WishListEditFrom label {
    margin-left: 10px;
}
.header h1,
.header h2,
.header h3 {
    float:left;
}

.header .actions
 {
    float:right;
}

#WishLists .header,
#ChooseShippingAddress .header{
    margin-bottom:15px;
}

#wishlistsform .action {
    text-indent: -9999px;
    padding-left: 50px;
}

#wishlistsform .action a {
    width:20px;
    height:20px;
    float:left;
    margin-left:5px;
}



/* Footer Menu
....................................................................... */
#Footer .colfull {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
#Footer .colfull p{
    margin: 0px;
}
#Menu ul {
    margin: 0;
}
#Footer ul.contact {
    width: 20%;
    float: right;
    padding-top: 7px;
}
#Footer ul.contact li{
    color: #dddddd;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
    margin: 0px;
    font-weight: 400;
    list-style: none;
    padding: 0px;
}
#Footer #Menu ul {
    padding-bottom: 15px;
    margin-bottom: 10px;
}
#Menu li {
    display: inline;
}
#Footer #SideCategoryList {
    margin: 0px;
}
#Footer #SideCategoryList li, #Footer #SideCategoryList .sf-menu li {
    background: none;
    padding: 1px 0;
}
#Footer #Menu li a {
    color: #cecece;
    text-decoration: none;
    margin-right: 11px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}
#Footer #Menu li a:hover {
    text-decoration: underline;
}

#currency-chooser .currencies:before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: 79px;
}

#Footer #Menu li.First a{
    padding: 0;
    margin: 0;
    border-left: 0;

}
#Footer #Menu ul ul {
    display: none;
    padding: 0;
    border: 0;
}
#Footer #Menu ul ul:hover {
    display: inline-block;
    padding: 0;
    border: 0;
}
#Footer #Menu ul ul li:before {
    content: '|';
    padding: 5px;
}

/* Header Menu */
#Header #SideCategoryList {
    display: inline-block;
    float:left;
}
#Header #Menu .First {
    display: none;
}

/* My Account menu
#SideAccountMenu li {
    border: 0;
}
#SideAccountMenu li:first-child {
    border: 0;
}
#SideAccountMenu li:last-child {
    border: 0;
}
#SideAccountMenu h2 {
    display: none;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0;
} */


/* Pagination */
.CategoryPagination {
    display: inline-block;
    white-space: nowrap;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
}
.CategoryPagination .PagingList {
    display: inline;
    margin-left: 0;
}
.CategoryPagination .PagingList li:first-child {
    display: none;
}
.CategoryPagination .PagingList li.ActivePage {
    padding: 5px 8px;
}
.CategoryPagination .FloatLeft {
    margin-right: 13px;
}
.CategoryPagination .FloatRight {
    margin-left: 3px;
}
.CategoryPagination .FloatLeft a,
.CategoryPagination .FloatRight a {
    display: inline-block;
    width: 5px;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
}
.CategoryPagination .FloatLeft a {
    background-image: url('../../Classic/images/l-arrow.png');
    margin-top: 8px;
}
.CategoryPagination .FloatRight a {
    background-image: url('../../Classic/images/r-arrow.png');
    margin-top: 8px;
}
.CategoryPagination li {
    display: inline-block;
    margin-right: 7px;
}
#frmCompare {
    padding-top: 10px;
    clear: both;
}
.PagingBottom {
    margin-top: 10px;
}

#fastCartContainer .ProductList{
    width:1200px !important;
    overflow:hidden !important;
    float: left;
    margin:10px 0 0 -52px !important;
}


/******custom styles******/
.CustomWrapper {
    width: 100%;
    background: url(../../__custom/images/custom/indexBodyBg.png) repeat-x top left;
}

    .CustomWrapper .Content {
        background: none;
        padding: 0px 14px 14px 14px;
    }
    .CustomWrapper .Content.Widest {
        width: 960px;
    }
    .CustomWrapper .colfull {width: 100%;}
    .CustomWrapper .Content .colL {
        width: 570px;
        padding: 15px;
        float: left;
        background: url(../../__custom/images/custom/indexCtaLBg.png) no-repeat top left;
    }
        .CustomWrapper .Content .colL img {
            float: left;
            margin: 0 10px 0 0;
        }
    .CustomWrapper .Content .colR {
        width: 355px;
        float: left;
        position: relative;
    }

    .CustomWrapper h1, .RecentNews h2 {
        color: #129bd1 ;
        font-size: 26px;
        text-transform: uppercase;
        margin: 0px;
    }
    .CustomWrapper h2 {
        color: #025a7d;
        font-size: 23px;
        text-transform: none;
    }
    .CustomWrapper .RecentNews h2 {
        color: #129bd1;
        font-size: 26px;
        text-transform: uppercase;
        margin: 0 0 10px 0;
        font-weight: 400;
    }
    .CustomWrapper p {
        color: #666666;
        font-size: 16px;
        line-height: 24px;
    }
    .CustomWrapper .cta1 {
        background: url(../../__custom/images/custom/cta1Bg.jpg) no-repeat right top #0497cd;
        float: left;
        padding: 6px 30px;
        border: 3px solid #7aa0ba;
    }
        .CustomWrapper .cta1 a {
            color: #FFFFFF;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0.09em;
        }
        .CustomWrapper .cta1:hover {
            background: url(../../__custom/images/custom/cta1HoverBg.jpg) no-repeat right top #037daa;
        }
    .CustomWrapper .RecentNews ul li {
        background: #FFFFFF;
    }
    .CustomWrapper .RecentNews ul li p {
        margin: 0px;
    }
    .CustomWrapper .cta2 {
        position: absolute;
        right: 0px;
        top: 5px;
    }
        .CustomWrapper .cta2 a {
            color: #14395c;
            font-size: 15px;
            font-weight: 400;
        }
#blog_panel #NewsContent {
    margin: 0 0 30px 0;
}
#NewsContent h1 {margin: 0 0 10px 0;}

#ContactForm {
    width: 530px;
    position: absolute;
    top: 70px;
    right: 80px;
}
    #ContactForm .Field200, #ContactForm .Field300 {
        width: 500px;
    }
    #ContactForm .HorizontalFormContainer p.Submit {
        margin: 0px 21px 0 0;
        cursor: pointer;
        float: right;
    }
/* img.__mce_add_custom__ {
    padding: 10px 22px;
} */ /* MRW REMOVED 121216 */
.returnHome {
    width: 42%;
    float: left;
    margin: 0 5% 0 0;
}
.returnHome p {
    margin: 0 0 10px 0;
}
.newsPage ul{
    margin: 0px;
}
.newsPage ul li {
    margin: 0 0 35px 0;
    padding: 0 0 15px 0;
    list-style: none;
    border-bottom: 1px solid #EBEBEB;
}
.newsPage ul li:last-child {
    border-bottom: none;
}
.newsPage a.blogTitle {
    font-size: 25px;
}
.newsPage p.NewsDate {
    margin: 0;
    font-size: 18px;
    color: #025A7D;
    font-weight: 700;
    line-height: 31px;
}
.indexNews .NewsDate {
    background: url(../../__custom/images/custom/indexNewsDateBg.png) no-repeat right top #043354;
    border: 3px solid #7aa0ba;
    float: left;
    padding: 10px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0px;
    line-height: 18px;
    text-align: center;
    word-wrap: inherit;
    width: 38px;
}
.indexNews p.NewsDate {
    margin: 5px 15px 0 0 !important;
}
.indexNews .blogTitle {
/*     display: none; */
}
#SideShopByBrand ul {
    margin: 0 0 40px 0;
}
.bb1 {
    border-bottom: 1px solid #043354;
}
a.loginBtn {
    cursor: pointer;
    font-size: 16px;
    padding: 7px 10px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    background: url(../../__custom/images/custom/btnBg.jpg) no-repeat right top #044c8f;
    border: none;
    border-radius: 3px;
    letter-spacing: 0.09em;
    color: #e6e6e6;
}
a.loginBtn:hover {
    background: url(../../__custom/images/custom/btnHoverBg.jpg) no-repeat right top #044c8f;
}
.loginWrapper {
    margin: 20px 0;
}
input#bottom_payment_button {
    margin: 10px 0;
}

.lefterror{
float: left;
  position: absolute;
  top: 50;
  left: 300;
}
.middleerror{
float: left;
  position: absolute;
  top: 50;
  left: -50 !important;
}

.lefterror h1{
font-size: 52px;
}

.lefterror h3{
font-size: 48px;
}

.lefterror h4, .righterror h4{
font-size: 36px;
}

.righterror{
float: right;
position: relative;
top: 200px;
right: 45px;

}

.righterror .cta1 {
    background: url(../../__custom/images/custom/cta1Bg.jpg) no-repeat right top #0497cd;
    float: left;
    padding: 6px 30px;
    border: 3px solid #7aa0ba;
}

.righterror .cta1 a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.09em;
}

.righterror .cta1:hover {
    background: url(../../__custom/images/custom/cta1HoverBg.jpg) no-repeat right top #037daa;
}



 /* Custom product attribute display
....................................................................... */
.productAttributeList {
clear: both;
}

 /* Add classes via js for aligning size & fractions together */
.productAttributeList .productAttributeRow.cb_size {
clear: left;
display: inline-block !important;
vertical-align: top;
width: 145px;
}
.productAttributeList .productAttributeRow.cb_fraction {
display: inline-block !important;
vertical-align: top;
width: 160px;
}
.productAttributeList .productAttributeRow.cb_size .productAttributeLabel,
.productAttributeList .productAttributeRow.cb_fraction .productAttributeLabel {
/*float: none !important;*/
width: auto !important;
display: inline-block !important;
vertical-align: middle;
margin-right: 0 !important;
}
.productAttributeList .productAttributeRow.cb_size .productAttributeLabel label,
.productAttributeList .productAttributeRow.cb_fraction .productAttributeLabel label {
display: inline-block !important;
margin-bottom: 0 !important;
padding-top: 5px;
padding-bottom: 5px;
}
.productAttributeList .productAttributeRow.cb_size .productAttributeValue,
.productAttributeList .productAttributeRow.cb_fraction .productAttributeValue {
clear: none !important;
width: auto !important;
max-width: 65px !important;
display: inline-block !important;
vertical-align: middle;
padding-top: 5px;
padding-bottom: 5px;
}
.productAttributeList .productAttributeRow.cb_size div.selector,
.productAttributeList .productAttributeRow.cb_fraction div.selector {
max-width: 60px !important;
width: 60px !important;
}
.productAttributeList .productAttributeRow.cb_size label {
width: 75px !important;
text-align: left;
}
.productAttributeList .productAttributeRow.cb_fraction label {
font-weight: normal !important;
width: auto !important;
text-align: left;
padding-left: 5px;
padding-right: 5px;
}
.productAttributeList .productAttributeRow.cb_size .productAttributeValue select,
.productAttributeList .productAttributeRow.cb_fraction .productAttributeValue select {
width: 60px;
}

/* Size unit added via js */
.inches {
display: inline-block;
vertical-align: middle;
font-size: 0.9em;
line-height: 1.25em;
padding: 5px 0 5px 10px;
}

/* Help link added via js */
.helplink {
display: inline-block;
vertical-align: middle;
padding: 0 0 0 10px;
}
.helplink a {
display: inline-block;
font-weight: bold;
color: #fff;
background: #6ac3ea;
border: 2px solid #fff;
box-shadow: 0 0 3px rgba(0,0,0,0.25);
font-size: 1.2em;
width: 1.5em;
height: 1.5em;
line-height: 1.5em;
text-align: center;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.helplink a:hover {
color: #fff;
background: #77d1f8;
}


/* Help modal
....................................................................... */
.help_modal {
display: none;
background: rgba(0,0,0,0.7);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999999999;
}
.help_outer {
position: fixed;
top: 50%;
left: 50%;
width: 700px;
height: 620px;
background: #fff;
overflow: hidden;
box-sizing: border-box;
margin: -310px 0 0 -350px;
z-index: 99999999999;
}
.help_texture .help_outer {
height: 380px;
margin-top: -190px;
}
.help_groove .help_outer {
height: 180px;
margin-top: -90px;
}
.help_inner {
height: 580px;
overflow: hidden;
overflow-y: auto;
padding: 20px;
}
.help_groove .help_inner {
height: 140px;
}
.help_inner ul {
border-top: 1px solid #dadada;
padding: 0;
margin: 0;
}
.help_inner li {
clear: both;
float: left;
width: 100%;
display: block;
list-style: none;
background-image: none;
border-bottom: 1px solid #dadada;
box-sizing: border-box;
padding: 15px 0 15px 165px;
margin: 0;
}
.help_inner li:last-child {
border: 0;
padding-bottom: 0;
}
.help_inner li img {
float: left;
max-width: 150px;
height: auto;
margin: 0 0 0 -165px;
}
.help_close {
position: absolute;
top: 20px;
right: 20px;
width: 21px;
height: 21px;
border-radius: 50%;
z-index: 999999999999;
cursor: pointer;
}
.help_close .text {
display: none;
}
.help_close .line {
position: absolute;
left: 5px;
top: 9px;
display: inline-block;
width: 12px;
height: 3px;
background: #000;
transform-origin: 50% 50%;
transition: all .3s;
}
.help_close .line1 {
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
}
.help_close .line2 {
-moz-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
}
@media screen and (max-width: 767px) {
    .help_outer {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90% !important;
    border: 0;
    margin: 0 !important;
    overflow-y: auto;
    }
    .help_inner {
    height: auto !important;
    }
}
@media screen and (max-width: 480px) {
    .help_inner li {
    padding-left: 110px;
    }
    .help_inner li img {
    max-width: 100px;
    margin-left: -110px;
    }

}

.SubCategoryListGrid li.RowDivider {
display: none;
}
/* MRW ADDED */
.CustomWrapper {
    width: 100%;
    background: url(../../__custom/images/custom/indexBodyBg.png) repeat-x top left;
}

    .CustomWrapper .Content {
        background: none;
        padding: 0px 14px 14px 14px;
    }
    .CustomWrapper .Content.Widest {
        width: 960px;
    }
    .CustomWrapper .colfull {width: 100%;}
    .CustomWrapper .Content .colL2 {
        width: 570px;
        padding: 15px;
        float: left;
        background: url(../../__custom/images/custom/indexCtaLBg.png) no-repeat top left;
        margin-left: -15px;
    }
        .CustomWrapper .Content .colL2 img {
            float: left;
            margin: 0 10px 0 0;
        }
    .CustomWrapper .Content .colR {
        width: 355px;
        float: left;
        position: relative;
    }

    .CustomWrapper h1, .RecentNews h2 {
        color: #129bd1 ;
        font-size: 26px;
        text-transform: uppercase;
        margin: 0px;
    }
    .CustomWrapper h2 {
        color: #025a7d;
        font-size: 23px;
        text-transform: none;
    }
    .CustomWrapper .RecentNews h2 {
        color: #129bd1;
        font-size: 26px;
        text-transform: uppercase;
        margin: 0 0 10px 0;
        font-weight: 400;
    }
    .CustomWrapper p {
        color: #666666;
        font-size: 16px;
        line-height: 24px;
    }
    .CustomWrapper .cta1 {
        background: url(../../__custom/images/custom/cta1Bg.jpg) no-repeat right top #0497cd;
        float: left;
        padding: 6px 30px;
        border: 3px solid #7aa0ba;
    }
        .CustomWrapper .cta1 a {
            color: #FFFFFF;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0.09em;
        }
        .CustomWrapper .cta1:hover {
            background: url(../../__custom/images/custom/cta1HoverBg.jpg) no-repeat right top #037daa;
        }
    .CustomWrapper .RecentNews ul li {
        background: #FFFFFF;
    }
    .CustomWrapper .RecentNews ul li p {
        margin: 0px;
    }
    .CustomWrapper .cta2 {
        position: absolute;
        right: 0px;
        top: 5px;
    }
        .CustomWrapper .cta2 a {
            color: #14395c;
            font-size: 15px;
            font-weight: 400;
        }
.mfgs a {
    line-height: 28px;
    margin: 0 0 25px 0;
    font-family: 'Lato', sans-serif;
    color: #666666;
    font-size: 15px;
    }
.center-col {
   width:425px;
   margin:24px auto 0;
}
.center-col td span {
   font-size:16px;
   padding:12px 0;
}
.center-col .cta1 {
   width:425px;
   margin: 24px auto;
   margin-left:-24px;
}
.cta-button {
   background: url(../../__custom/images/custom/cta1Bg.jpg) no-repeat right top #0497cd;
   padding: 6px 30px;
   border: 3px solid #7aa0ba;
   color: #FFFFFF;
   font-size: 14px;
   font-weight: 700;
   letter-spacing: 0.09em;
   text-transform: uppercase;
   font-family: 'Oswald', sans-serif;
}
.cta-button:hover {
   background: url(../../__custom/images/custom/cta1HoverBg.jpg) no-repeat right top #037daa;
}
.account-welcome-message {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-style: italic;
    font-size: 16px;
}
.account-welcome-message span {
    font-weight: bold !important;
}

/* Cart Items Number */
.CartContents {
    counter-reset: rowNumber;
}

.CartContents > tbody > tr {
    counter-increment: rowNumber;
}

.CartContents > tbody > tr > .CartThumb {
    position: relative;
}

.CartContents > tbody > tr > .CartThumb::before {
    content: counter(rowNumber);
    min-width: 1em;
    margin-right: 0.5em;
    background: #333333;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    z-index: 10;
    font-weight: bold;
    font-size: 15px;
}

#SearchResultsProduct .ProductList.List li.ListView[data-productAdd-text="Choose Options"] .ProductQty {
    display: none;
}

#AjaxLoading {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
}

/* Joe moving send contact form button up */
.ContactButton {
    position: relative;
    top: -85px;
}
/* end Joe moving send contact form button up */

/* VCC Chat */
#chat_button {
    position: fixed;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    left: -2px;
    top: 240px;
    background-color:#efefef;
    z-index: 999;
}


#QuickSearch {
    margin-left: 105px;
    width: 357px !important;
}