/* Color: White */


@media screen and (max-width: 1260px){
    .currency-converter{display:none;}
}

@media screen and (max-width: 1024px){
    .wishlink{display:none;}
    .toobig{display:none;}
}

#quickcartview {

}

.cloned{
    display:none;
}

body {
    color: #444;
    background: #F2F2F2;
    right: 0px !important;
    margin: 0;
}


#backcard{
    overflow:visible;
    color: #fff;
    background-color: #fff;
    position:fixed;
    top:0px;
    align:center;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width:1360px;
    height:100%;
    z-index:-10;
    box-shadow: 0px 0px 2px 0px #888;
}


.spooky {
display:none;
    position: absolute;
    width:300px;
    height:auto;
    top: 10px;
    left: -300px;
}


a {
    color: #22385d;
    text-decoration: none;
}
a:hover {
    color: #333;
}
.Textbox, select, textarea, .field-xlarge {
    /*border: 1px solid #ddd;*/
}
input[type=submit], .btn, input[type=reset], input[type=button] {
    background: #5f6874;
    border: 0;
    color: #FFFFFF !important;
    text-decoration: none !important;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding:5px 12px;
    *padding:3px 12px 4px;
    line-height:normal !important;
    letter-spacing:0.5px;
    font-size:14px !important;
}
input[type=submit]:hover, .btn:hover, input[type=reset]:hover, input[type=button]:hover {
    background: #22385d;
    border: 0;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
input.WishListButton, #SideProductAddToWishList .btn {
    color: #fff !important;
}
.btn.btn-secondary {
    background: #ac0b1b;
    border: 0;
}
.btn.btn-secondary:hover {
    background: #5f6874;
    border: 0;
}
#FooterUpper .Column input.Button {
    background: #1b2d4a;
    border: 0;
    font-family: 'Oswald',sans-serif;
    height:auto;
    padding:4px 12px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:14px;
    font-weight:normal;
    margin-bottom:0px;
}
#FooterUpper .Column input.Button:hover {
    background: #ac0b1b;
}
/* Top Navigational Menu */
#TopMenu {
    background: #22385d;
    color: #fff;
    height:35px;
    line-height:35px;
    box-shadow: 0px 0px 6px 0px #000;
}
#TopMenu a {
    color: #c3cbd6;
}
#TopMenu a:hover {
    color: #fff;
}
#TopMenu p {
    color:#c3cbd6;
}
#TopMenu .FloatRight {
    /*background: #5f6874;*/
    height: 35px;
    padding-right: 0px;
}
#TopMenu .currency-converter {
    /*background: #5f6874;*/
    height: 30px;
    padding-right: 10px;

}
#TopMenu .selCurr {
    color: #fff;
}
#TopMenu .currency-converter #SideCurrencySelector {
    background: #fff;
    color: #000;
}
#TopMenu .currency-converter #SideCurrencySelector .CurrencyList {
    display: none;
}
#TopMenu .currency-converter #SideCurrencySelector:before {
    background: url(../images/white/drop.png) 0 0 no-repeat;
}

#TopMenu .currency-converter #SideCurrencySelector .selected-currency {
    border: solid #ededed 1px;
    background: #fff url(../images/white/sel.png) 95% 50% no-repeat;
}

.wishLink {
    background: url(../images/white/wishlist.png) 10px 50% no-repeat;
}
.CartLink {
    background: url(../images/white/cart.png) 0 50% no-repeat;
    padding-right: 0px;
}
#TopMenu  .checkout {
    background: #22385d;
}
#TopMenu  .checkout:hover {
    background: #312E29;
}
#Wrapper {
    background: #fff;
    min-height: 70vh;
}
/* Header */

/* Logo */

#Logo { margin: 70px 0 25px; }

#Logo a {
    color:#22385d;
}

h2 > a {
    text-decoration: underline;
    color: #fff;
}

#addaddress {
    margin-top: 12px;
    float: left;
    display: inline;
    vertical-align: bottom;
}

/* Top Search Form */
#SearchForm {
    border-style: solid;
    border-width: 1px 1px 4px 1px;
    border-color: #e2e2e2;
    border-radius: 6px;
    height: 35px;
    background: #FFF;
    margin-right: 0px;
    margin-left: 0px;
    top: 0px !important;
    margin-bottom: 0;
    float: none;

}
#SearchForm button span {
    background: #e2e2e2 url(../images/white/search.png) 48% 10px no-repeat;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
#SearchForm button:hover span {
    background: #DEDEDE url(../images/white/search.png) 48% 10px no-repeat;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
#SearchForm #search_query {
    padding-left: 6px;
    color:#888;
}
#HeaderLower {
    background: #5f6874;
    color: #fff;
    font-size:15px;
    border-bottom:2px solid #22385d;
    /*box-shadow:1px 1px 3px 0px #777;*/
    /*height:26px;*/
}
#HeaderLower a {
    color: #fff;
}

#Header > a {
    background: none repeat scroll 0 0 #22385d;
    display: block;
    float: right;
    height: 15px;
    padding: 8px 8px 8px 8px;
    text-align: center;
    width: auto;
    color: #FFF;
    bottom: 7px;
    right: 8px;
    border:solid 1px #e2e2e2;
    border-bottom:solid 3px #e2e2e2;
    border-radius: 3px;
    position: absolute;
    z-index:9000;
}

#Header > a:hover {background:#5F6874;}

/* Horizontal Category List (Default & Flyout) */

#HeaderLower li  {
    height: auto;
    letter-spacing: normal;
    line-height: 25px;
    list-style: none;
}
#HeaderLower li ul li {
    font-family:'Roboto',sans-serif;
    font-size: 14px;
    font-weight: bold;
    /*text-transform:uppercase;*/
    padding:0;
}

#HeaderLower li:first-child a {
    border-left: solid #545c66 0px;
}
#HeaderLower li a {
    border-left: 1px solid  #545c66;
}
.hasSub {
    padding-right:30px !important;
}

#HeaderLower li a .sub-indicator {
    background:url(//cdn10.bigcommerce.com/s-eh7ufh/templates/__custom/images/menu-arrow-white.png?t=1759767509) 0 100% no-repeat;
    display: block;
    height: 4px !important;
    margin-top: -2px !important;
    opacity: 1 !important;
    right: 12px !important;
    top: 50% !important;
    width: 7px !important;
    position: absolute;
    z-index: 1;
}
#HeaderLower li.ActivePage a, #HeaderLower li.over a, #HeaderLower li a:hover {
    background-color: #22385d;
}

#HeaderLower li ul {
    background: #5f6874;
    top: 45px;
    width:200px;
}

#HeaderLower li ul li a {
    color: #fff;
    background: none !important;
    border-top: 1px solid #545c66;
    line-height: 18px;
    padding: 8px 12px;
}
#HeaderLower li ul li:first-child a {border-top:none;}
#HeaderLower li ul li a.hasSub {
    background: url(../images/white/subDrop.png) 100% 50% no-repeat !important;
}
#HeaderLower li ul li a:hover {
    background: #22385d !important;
    color: #fff;
}

#HeaderLower li.subOver a {
    color: #312E29;
}
#HeaderLower li.subOver li a {
    color: #22385d;
}
#HeaderLower li.subOver li.subOver a {
    color: #312E29;
}
#HeaderLower li.subOver li.subOver li a {
    color: #22385d;
}
#HeaderLower li.subOver li.subOver li a:hover {
    color: #312E29;
}

#SideCartContents h2, #sidr-right-compare h2 { font-size: 18px; color:#fff; background: #ac0b1b; line-height: 40px; padding: 0 0 0 12px; }
#SideCartContents .BlockContent, #sidr-right-compare .BlockContent  { margin-top: 10px; color:#C3CBD6; }
#SideCartContents img, #sidr-right-compare img { float: left; width: 30px; margin-right: 5px;  }
#SideCartContents li, #sidr-right-compare li { float: left; width: 100%; padding: 10px 0; border-bottom:1px solid #5F6874; }

#SideCartContents .BlockContent a, #sidr-right-compare .BlockContent a { color:#fff; }
#SideCartContents .ViewCartLink, #SideCartContents .CheckoutLink, #sidr-right-compare .CompareNowLink {
    background:#22385d;
    font-family: 'Oswald',sans-serif;
    font-size: 14px;
    color:#fff;
    padding:3px 10px;
    font-weight:normal !important;
    text-transform:uppercase;
    margin:0 5px 0 0;
}

.Content .Block h2 {
    /*background: #22385d;
    background:#EAECEE;*/
    background: #22385D url('//cdn10.bigcommerce.com/s-eh7ufh/templates/__custom/images/70x42tag.png?t=1759767509') bottom right no-repeat;
    color:#fff;
    line-height:34px;
    padding:0 68px 0 12px;
    margin:0 0 20px;
    font-size:15px;
}
.Content .SideRecentlyViewed h2 {
    background: #22385D url('//cdn10.bigcommerce.com/s-eh7ufh/templates/__custom/images/70x42tag.png?t=1759767509') bottom right no-repeat;
    color:#fff;
    line-height:42px;
    padding:0 68px 0 12px;
    margin:0 0 20px;
    font-size:18px;
}
.Content .FeaturedProducts h2, .Content .Block h2  {
    background: #22385D url('//cdn10.bigcommerce.com/s-eh7ufh/templates/__custom/images/70x42tag.png?t=1759767509') bottom right no-repeat;
    color:#fff;
    line-height:42px;
    padding:0 68px 0 12px;
    font-size:18px;
    margin:0 0 18px;
}

.Left .Block { margin:0px; padding:0px; }
.Left .Block h2 {
    background: #22385D url('//cdn10.bigcommerce.com/s-eh7ufh/templates/__custom/images/70x42tag.png?t=1759767509') bottom right no-repeat;
    border-bottom:6px solid #fff;
    color:#fff;
    line-height:42px;
    padding:0 0 0 12px;
    margin:0 0 0px;
    font-size:18px;}

#SideAccountStoreCredit .BlockContent {
    -moz-box-sizing: border-box;
    border: 1px solid #DDDDDD;
    line-height: 22px;
    padding: 10px;
    width: 90%;
}

/* Custom Product Thumbnails */

.ProductList li .ProductDetails {
    color: #444;
    padding: 0px 8px 0px;
    text-align: center;
    font-size:14px;
    margin-top: 12px;
    max-height: 85px;
}
.ProductList li .ProductDetails a {
    color: #444;
    font-weight: normal;
}

.ProductList li .ProductDetails a:hover {
    color: #25385D;
}
#fastCartContainer .ProductList li


.ProductList li .ProductPriceRating .Rating0 {
    display:none;
    border-left: solid #4c4944 1px;
}
.ProductList li .ProductActionAdd { padding: 12px 0px; text-align: center;}

#fastCartContainer .ProductList li, .ProductList li { background: #F2F2F2;}

/*add to cart Button on search Page items*/

.ProductList li .ProductActionAdd a {
    background: #ac0b1b url(../images/white/cart.png) 8px 50% no-repeat;
    border: solid transparent 1px;
    color: #fff !important;
    font-family: "oswald";
}
.ProductList li .ProductActionAdd a.Choose {
    background: #5f6874 url(../images/white/opt.png) 8px 50% no-repeat;
    font-family: "oswald";
}

.ProductList li .ProductActionAdd a:hover {
    background-color: #ac0b1b ;
    border: solid transparent 1px;
    box-shadow:0px 0px 1px 1px #bbb;
    text-decoration: none;
}


.featured-products-pager, .sales-products-pager, .new-products-pager, .topseller-products-pager, .popular-products-pager  { font-size: 32px; text-align: center; clear:both; cursor:pointer; padding:10px 0 0; color: #5f6874; }

.featured-products-pager span, .sales-products-pager span, .new-products-pager span, .topseller-products-pager span, .popular-products-pager span {
    background: url(../images/smalldots.png) no-repeat left top;
    text-indent:-9999px;
    width:7px;
    height:7px;
    display:inline-block;
    margin:0 2px;
    *display:block;
    *float:left;
}
.featured-products-pager span.cycle-pager-active, .sales-products-pager span.cycle-pager-active, .new-products-pager span.cycle-pager-active, .topseller-products-pager span.cycle-pager-active, .popular-products-pager span.cycle-pager-active {
    background: url(../images/smalldots.png) no-repeat left bottom;
}

/* footer */
#FooterUpper {
    background: #545C66;
    color: #FFFFFF;
    overflow:hidden;
}

#FooterUpper .Column h2 {
}
#FooterUpper .Column li a {
    color: #c3cbd6;
}
#FooterUpper .Column li a:hover {
    color: #fff;
}


/* Quick Search */
.QuickSearch {
    background: #fff;
    padding-top: 0;
    -webkit-box-shadow: #999 0px 0px 2px;
    -moz-box-shadow: #999 0px 0px 2px;
    box-shadow: #999 0px 0px 2px;
    margin:6px 0 0 26px;
    width:240px !important;
}
.QuickSearchResultImage  img {
    border: solid #e5e5e5 1px;
}
.QuickSearchResultMeta a {
    color: #5F6874;
}
.QuickSearchAllResults a { background: url(../images/viewallresults.png) 0 0 no-repeat; height:27px; width:161px; overflow:hidden; text-indent:-500px; position:relative;}
.QuickSearchAllResults a:hover {background-position:0 100%}
.QuickSearchResult:hover td {
    background: #e7e8e7;
}
#QuickSearch .QuickSearchResultName {clear:both; display:block;}
#QuickSearch span.Price {display:block; float:left; margin-right:5px;}
.QuickSearchResultMeta .RatingIMG {display:block; padding:2px 0 2px 5px;}

/* Breadcrumb */
.Breadcrumb {
    color:#888;
    border-bottom: 1px solid #E8E8E8;
    line-height:30px;
    min-height:30px;
    overflow:hidden;
}
.Breadcrumb li {float:left; display:block; white-space:nowrap;}

.Breadcrumb li a {
    background: url(../images/breadSep.png) no-repeat 100% 50%;
}
.Breadcrumb li a:hover {
    color: #333;
}
#ProductBreadcrumb ul {clear:both;}
.PagingList li {
    border-left: solid #fff 1px;
}
.PagingList li.ActivePage {
    background: #e7e8e7;
}

.PagingList li a {
    color: #312e29;
}
.PagingList li a:hover {
    background: #e7e8e7;
}

.CategoryPagination .Prev a {
    background: url(../images/white/prev.png) no-repeat 50% 50%;
}

.CategoryPagination .Next a {
    background: url(../images/white/next.png) no-repeat 50% 50%;
}

.SortBox .selector {
    background: #e8e8e8 url(../images/white/sel2.png) no-repeat scroll 106% 50%;
    border:1px solid #ddd;
}
.SortBox .selector span {
    background: #fff;
}

/* Left Content Area */


.Left .CategoryList h2, .Left #SideNewProducts h2, #sidr-left-menu h2 {
    background: #22385D url('//cdn10.bigcommerce.com/s-eh7ufh/templates/__custom/images/70x42tag.png?t=1759767509') bottom right no-repeat;
    font-size:18px;
    line-height:42px;
    color:#fff;
    padding:0 68px 0 12px;
}

.CompareButton {
    border-top: dotted #c8c8c8 1px;
    display:none;
}
.compare > a {
    border-left: 1px solid #808080;
    color: #444;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 11px;
    text-align: center;
    font-weight: normal !important;
    padding: 5px;
    display: block;
}
.compare {width:50%; float:right;}
#Outer.compare {float:none;}
.addtowishlist {
    color: #ddd;
    text-align: center;
    float:left;
    width:49%;
}
.addtowishlist > a {
    color: #444;
    font-size: 12px;
    font-weight:normal !important;
    padding:4px 5px;
    display:block;
}
.addtowishlist > a:hover, .compare > a:hover {
    color: #25385D;
}


.RecentNews li {
    border-bottom: solid #e4e4e4 1px;
}
.RecentNews li h5 a {
    color: #312e29;
}

/* General Tables & Carts Table commong styling */
.CartItemQuantity div.selector {
    background: url(../images/white/sel3.png) 100% 50% no-repeat;
}
.CartItemQuantity div.selector span {
    border-right: solid #e4e4e4 1px;
    color: #000;
}
.TabNav li.Active a {color:#22385d;}

table.Stylize th {
    background: #5F6874;
    color: #FFFFFF;
    font-family: oswald;
    font-weight: normal !important;
    padding: 12px;
}

table.Stylize td {
    border-bottom: solid #ddd 1px;
}

table.CartContents .ProductName h5 a {
    color: #312e29;
}

.CartRemoveLink {
    background: url(../images/white/remove.png) 0 0 no-repeat;
}
.EstimateShipping dl {
    background: #EAECEE ;
    border: solid #ddd 1px;
    overflow:hidden;
}
.EstimateShipping input[type=button] {
    background: #5F6874;
}
.EstimateShipping input[type=button]:hover {
    background: #22385d;
}
.EstimateShipping .EstimateShippingButtons {text-align:right;}

.ShippingMethodList table td {
    border-bottom: 1px solid #DEDEDE !important;
}
.CartContents tfoot .GrandTotal  td {
    border-top: solid #ddd 1px;
    border-bottom: solid #ddd 1px;
}
.SalePrice {
    color: #444;
    font-weight: bold;
    font-size:18px;
}

/********************************************************************************************************************************************************/

.order-number {
    font-size:1.4em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero_slider .Block div {
    border-bottom: 4px solid #000;
}
.hero_slider .Block div div {
    border: 0;

}
.hero div .text h1,
.hero div .text h2,
.hero div .text h3,
.hero div .text p,
.hero div .text a {
    color: #000;
    text-shadow: none;
}
.hero div .text.white * { /* Reverse text colour */
    color: #fff !important;
    text-shadow: 1px 1px 2px #000 !important;
}


.Block.banner_home_page_bottom div .text.text-light *,
.Block.banner_category_page_bottom div .text.text-light *,
.Block.banner_brand_page_bottom div .text.text-light *,
.Block.banner_search_page_bottom div .text.text-light * { /* Reverse text colour */
    color: #fff !important;
    text-shadow: 1px 1px 2px #000 !important;
}

a.btn_link { /* All boxed links within banners */
    color: #fff !important;
    background: #000;
    text-decoration: none;
    padding: 2px 10px 2px 10px !important;
}
a.btn_link:hover {
    text-decoration: underline;
}
.ToggleSearchFormLink.btn a:hover{
    color:#000;
}

.plain.btn {
    background: #fff !important;
    text-transform: capitalize !important;
    font-family: 'Helvetica Neue', Helvetica, Sans-Serif;
}
.plain.btn:hover{
    text-decoration: underline !important;
}

.CompareItem {
    width:200px;
    border-left: solid 1px #dcdcdc;
}
.CompareFieldName {
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
}
.CompareFieldTop {
    border-bottom:solid 1px #dcdcdc;
}
.CompareFieldTop a:hover {
    color:#4e4e4e;
}
.CompareCenter {
    border-left:solid 1px #dcdcdc;
    border-bottom:solid 1px #dcdcdc;
    text-align: center;
}
.CompareLeft {
    border-left:solid 1px #dcdcdc;
    border-bottom:solid 1px #dcdcdc;
}

.CartCode {
    border: 1px solid #dcdcdc;
    border-width: 1px 0 0;
}


/* Wish List Form
....................................................................... */
.header .actions .btn {
    font-size: 13px !important;
    padding: 4px 12px !important;
    margin-left: 20px;
}

#wishlistsform .action .edit a{
    background:url(../images/edit.png) transparent left top no-repeat;
}

#wishlistsform .action .delete a{
    background:url(../Outdoor/images/trash.png) transparent left top no-repeat;
}

#wishlistsform .action .share a{
    background:url(../images/share.png) transparent left top no-repeat;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

/*....................................................................... */

.JustAddedProduct {
    border: 1px solid #dcdcdc;
    background: #fff;
}
.JustAddedProduct strong,
.JustAddedProduct a {
    text-decoration: none;
}
.JustAddedProduct a:hover {
    text-decoration: underline;
}

.SubCategoryList,
.SubBrandList {

}

.Message {
    color:#000;
    border-width:1px;
    border-style: solid;
    border-color: transparent;
    background-position: 12px 11px;
    background-repeat: no-repeat;
    padding-left:6px;
}

.Message a {
    text-decoration: none;
}

.InfoMessage {
    background-color: #effdfd;
    background-image: url('../images/white/InfoIcon.png');
    background-position:5px 5px;
    border-color: #d9f1f1;
    background-repeat: no-repeat;
    padding:5px 10px 5px 35px;
}
.SpecificInfoMessage {
    color: #606060;
    background-color: #f4f4f4;
}
.SuccessMessage {
    background-color: #dafbd8;
    background-image: url('../images/white/SuccessIcon.png');
    background-position:5px 5px;
    border-color: #c6e7c4;
    background-repeat: no-repeat;
    padding:5px 10px 5px 35px;
}
.ErrorMessage {
    background-color: #fbe9e7;
    background-image: url('../images/white/ErrorIcon.png');
    background-position:5px 5px;
    border-color: #f5d8d4;
    background-repeat: no-repeat;
    padding:5px 10px 5px 35px;
}

.ComparisonTable tr:hover td,
.ComparisonTable tr.Over td {
    background: #f4f4f4;
}
.SearchTips .Examples {
    background: #f4f4f4;
}
.Right hr {
    background: transparent;
    border: 0;
}
.MiniCart .SubTotal {
    color: #4e4e4e;
}

/* Product Videos */

.currentVideo {
    background-color: #e7e7e7;
}

.videoRow:hover {
    background-color: #efefef;
}

.CartContents .ItemShipping th {
    border-bottom-color: #dcdcdc;
    border-top-color: #dcdcdc;
    background: #f4f4f4;
    color: #2f2f2f;
}


#ModalContent, .ModalContent {
    background: #fff !important;
    overflow-y:visible;
    overflow-x:visible !important;
}

#ModalContainer {
    overflow-x: visible;
}

/* start fast cart styles */
#fastCartContainer {
    font-size: 13px;
    color: #000;
    padding:20px 0;
}
.fastCartContent h2 {
    background-color:transparent;
    line-height: 15px;
}
.fastCartContent h3 {
    background-color:transparent;
}
.fastCartThumb {
    border: 1px solid #e5e5e5;
    padding: 0px;
    background: #fff;
    width: 204px;
    height: 204px;
}
.fastCartThumb img {
    display: block;
    margin: auto;
    max-width: 204px;
    max-height: 204px;
}

.fastCartSummaryBox a:hover {
    text-decoration: underline;
}

.fastCartSummaryBox .subtotal {
    border-color: #fff;
}
.fastCartSummaryBox .ProductPrice {
    border-color: #fff;
}
.fastCartContent .fastCartTop a,
.fastCartContent .ProductList .ProductDetails a {
    color: #010101;
}
.fastCartContent .ProductPrice,
.fastCartContent .ProductList em {
    color: #000;
}
.fastCartContent .Quantity {
    color: #606060;
}
.fastCartContent p {
    color: #bdbdbd444;
}

.fastCartBottom h3 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 42px;
    margin: 15px 0;
    padding: 0 10px 0 10px;
    position: relative;
    border: solid 0px !important;
    background: #22385d  0 0;
}

/* end fast cart styles */


/* Modal */
.SubCategoryListGrid {
    border-bottom: 1px solid #ddd;
    margin-bottom:20px;
}

#AjaxLoading,
.OrderItemMessage,
.CurrencyList a.Sel,
.SharePublicWishList {
    background: #fff;
}

#socnet .icon-social-theme {
    background-image: url('//cdn10.bigcommerce.com/s-eh7ufh/templates/__custom/images/sprite-social.png?t=1759767509');
}
#TopMenu .phoneIcon {
    background: url('//cdn10.bigcommerce.com/s-eh7ufh/templates/__custom/images/white/phoneIcon.png?t=1759767509') no-repeat 0 50%;
    padding-left: 15px;
}

/* For the currency chooser */

#currency-chooser {
    float: right;
    clear: both;
    margin-top: 25px;
    font-size: 11px;
}
#currency-chooser .currency-info {
    float:left;
    margin-right: 5px;
    color: #b8b8b8;
}
#change-currency {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    float: left;
}
#currency-chooser .currencies {
    background: #f8f8f8;
    display: none;
    margin-top: 30px;
    padding: 10px;
    position: absolute;
    right: 0px;
    z-index: 10;
    width: 168px;
}
#currency-chooser .currencies:before {
    width: 0;
    height: 0;
    border-left: 15px solid rgba(248, 248, 248, 0);
    border-right: 15px solid rgba(248, 248, 248, 0);
    border-bottom: 15px solid #f8f8f8;
}
#currency-chooser .currencies dd {
    background: transparent;
    border: #ededed solid 1px;
}
#currency-chooser .currencies dd a {
    background: transparent;
    border: none;
    padding: 5px;
}
#currency-chooser .currencies dd a.Sel {
    background: #fff;
}

/* tree view */
#SideCategoryList .sf-menu ul {display:none !important;}
.treeview, .treeview ul, #sidr-right ul, #sidr-right-compare ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
 }

#sidr-right, #sidr-right-compare {
    background: #545C66;
    left: auto;
    right: -260px;
}

.treeview ul {
    background-color: #f2f2f2;
    /*margin: 10px -10px -11px -10px;*/

}

.treeview ul li {
}

.treeview .hitarea {
    background: url(//cdn10.bigcommerce.com/s-eh7ufh/templates/__custom/images/menu-arrow.png?t=1759767509) no-repeat center -41px transparent;
    /*border-left:1px solid #bdbdbd;*/
    height:34px;
    width: 43px;
    cursor: pointer;
    position:absolute;
    right:0;
    top:0;
}
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float:none;
}

.treeview li {
    margin: 0;
    /*padding: 3px 0pt 3px 16px;*/
}

/*.treeview a.selected {
background-color: #eee;
}*/

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color:#000; cursor: pointer; }
.treeview li a:hover, .treeview li a.selected, .treeview li li a.selected, .treeview li li li a.selected { color:#fff; background:#22385d; text-decoration: none; }

.treeview li {  position:relative; border-bottom:1px solid #e5e5e5;  }
.treeview li li {  position:relative; border-bottom:none; border-top:1px solid #e5e5e5;  }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview li a, .SideNav li a { color:#444; font-size:12px; text-decoration:none; border-bottom:1px solid #bdbdbd;  padding:8px 24px 8px 10px; display:block; }
#sidr-left-menu .treeview li.expandable a, #sidr-left-menu .treeview li.collapsable a {border-bottom:none; width:70.8%;}
#sidr-left-menu .treeview li.expandable li a, #sidr-left-menu .treeview li.collapsable li a {width:inherit;}
.treeview li a {border-bottom:none;}
.treeview .collapsable-hitarea { background:url(//cdn10.bigcommerce.com/s-eh7ufh/templates/__custom/images/menu-arrow.png?t=1759767509) no-repeat center 19px transparent; position:absolute; right:0; top:0; /*border-left:1px solid #bdbdbd;*/ }

/* Level 2 Arrow Icon */
.treeview .collapsable ul li .hitarea {
    background: url(//cdn10.bigcommerce.com/s-eh7ufh/templates/__custom/images/menu-arrow.png?t=1759767509) no-repeat 15px 11px transparent;
    height:23px;
    width: 24px;
    cursor: pointer;
    position:absolute;
    right:0;
    top:0;
}

/*.treeview li ul li{ border-bottom:1px solid #7a1e61; }*/
/* .treeview .collapsable ul li a { padding-left: 25px; }  */
.treeview li.last { background-position: 0 -1766px }

.treeview .placeholder {
    background: url(../images/ajax-loader.gif) 0 0 no-repeat;
    height: 16px;
    width: 16px;
    display: block;
}

.treeview .collapsable ul li .expandable-hitarea {
    background:url(//cdn10.bigcommerce.com/s-eh7ufh/templates/__custom/images/menu-arrow.png?t=1759767509) no-repeat 15px -41px transparent;
    width:24px;
    height:22px;
    position:absolute;
    right:0;
    top:0;
    /*border-bottom:1px solid #e5e5e5;*/
    /*border-left:1px solid #e5e5e5;*/
}

ul.treeview {
    background: #fff;
    border: 1px solid #e5e5e5;
    width: auto;
}
.Left ul.treeview {margin-right:inherit;}

/* SIDR */
.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    background: #fff repeat scroll 0 0 rgba(70, 70, 70, 0.8);
}

.sidr .SideNav { background: #fff; }
.sidr .sidr-inner {
    padding: 0 0 15px;
}

.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px;
}

.sidr.right {
    left: auto;
    right: -260px;
}

.sidr.left {
    left: -260px;
    right: auto;
}
.CloseMenu { background: black; padding: 5px; color: white; }

.treeview, .treeview ul, #sidr-right ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#sidr-right .cartLink, #sidr-right #SideCurrencySelector {display: none !important;}
#sidr-right .TopAccountMenu { padding-right: 0px !important;  border-right:0px !important;}


.Block.Moveable.Panel.SideCart {  padding: 12px; }

/* Growl Messages */
/* jQuery Growl
* Copyright 2013 Kevin Sylvestre
* 1.1.0
*/
#growls {
    z-index: 50000;
    position: fixed; }
#growls.default {
    top: 10px;
    right: 10px; }
#growls.tl {
    top: 10px;
    left: 10px; }
#growls.tr {
    top: 10px;
    right: 10px; }
#growls.bl {
    bottom: 10px;
    left: 10px; }
#growls.br {
    bottom: 10px;
    right: 10px; }

.growl {
    opacity: 0.8;
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
.growl.growl-incoming {
    opacity: 0; }
.growl.growl-outgoing {
    opacity: 0; }
.growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px; }
.growl.growl-medium {
    width: 250px;
    padding: 10px;
    margin: 10px; }
.growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px; }
.growl.growl-default {
    color: white;
    background: #7f8c8d; }
.growl.growl-error {
    color: white;
    background: #c0392b; }
.growl.growl-notice {
    color: white;
    background: #2ecc71; }
.growl.growl-warning {
    color: white;
    background: #f39c12; }
.growl .growl-close {
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif; }
.growl .growl-title {
    font-size: 18px;
    line-height: 24px; }
.growl .growl-message {
    font-size: 14px;
    line-height: 18px; }



/* Gift Certificate
....................................................................... */



/* Form fields */

.AccountOrdersList {
    list-style: none;
    margin: 0;
}
.AccountOrdersList > li {
    margin-top: 20px;
}

/* .......................................................................
My Extra Styles
....................................................................... */

#returnpolicylist, #returnpolicylist > li {
    list-style:square inside !important;
}

/* Home Slider */
.flex-direction-nav a { }

/* Common Container */
.Content.Widest { margin-top:20px; clear:both; }
.HomePage .Content.Widest { margin-top:0px; }
.HomePage {margin:0;}
.ContentWrapper { /*margin:0 2% 0 3%; width:96%; */}
.Content.Widest.M20 { margin-left:0;}
.Content.WideWithLeft {width:990px; float:right; padding:0 0 0 20px;}

.Left {width:240px;}
.Content {width:740px; padding:0 15px 15px; }
.Left #SideNewProducts .BlockContent {margin-left:0;}
.Left .ProductList li, .Right .ProductList li {margin:0 auto !important;}
.Right .TopSellers .ProductDetails, .Left .TopSellers .ProductDetails {margin:15px 0 0;}

.SideRelatedProducts .ProductList li { overflow:hidden; }

/* Typography */
.Content .Block h1, h1.title, .title, h1.PageHeader, h1.PageHeader.M40 {
    background: #22385D url('//cdn10.bigcommerce.com/s-eh7ufh/templates/__custom/images/70x42tag.png?t=1759767509') bottom right no-repeat;
    line-height: 42px !important;
    font-size: 18px !important;
    padding: 0 68px 0 12px !important;
    letter-spacing: 1px !important;
    margin: 0 0 18px;
    position: relative !important;
    color: #fff !important;
}
.ModalContent h1 {
    background: #22385D url('//cdn10.bigcommerce.com/s-eh7ufh/templates/__custom/images/70x42tag.png?t=1759767509') bottom right no-repeat;
    line-height: 42px !important;
    font-size: 18px !important;
    padding: 0 68px 0 12px !important;
    letter-spacing: 1px !important;
    margin: 15px 30px 18px 0;
    position: relative !important;
    color: #fff !important;
}


/* Home Page Side Panel Menu */
.treeview .hitarea { /*border-left:1px solid #e5e5e5;*/ background-position: 15px -41px; width:24px; height:24px; padding:5px;}
.treeview .collapsable-hitarea {background-position:15px 11px;}

/* Footer Newsletter box */
#FooterUpper .Column li a {color:#fff;}
#FooterUpper .Column input {width:75%;}
#FooterUpper .Column {width:23%; margin:0 1%; *width:22.5%;}
#FooterUpper .third {width:48%;}
.NewsletterSubscription {width:100%;}
.fbwidget {background:#eaeaea; padding:2%; width:96%; }
#FooterUpper iframe {width:100% !important;}

/* Social Icons */
.icon-social-theme {width:28px; height:28px; overflow:hiddne;}
.icon-social-theme.icon-facebook:hover, .icon-social-theme.icon-facebook:focus {background-position:100% 0;}
.icon-social-theme.icon-googleplus:hover, .icon-social-theme.icon-googleplus:focus {background-position:100% -40px;}
.icon-social-theme.icon-tumblr:hover, .icon-social-theme.icon-tumblr:focus {background-position:100% -80px;}
.icon-social-theme.icon-twitter:hover, .icon-social-theme.icon-twitter:focus {background-position:100% -120px;}
.icon-social-theme.icon-pinterest:hover, .icon-social-theme.icon-pinterest:focus {background-position:100% -160px;}
.icon-social-theme.icon-stumbleupon:hover, .icon-social-theme.icon-stumbleupon:focus {background-position:100% -200px;}
.icon-social-theme.icon-youtube:hover, .icon-social-theme.icon-youtube:focus {background-position:100% -240px;}
.icon-social-theme.icon-linkedin:hover, .icon-social-theme.icon-linkedin:focus {background-position:100% -280px;}
.icon-social-theme.icon-rss:hover, .icon-social-theme.icon-rss:focus {background-position:100% -320px;}


/* Footer Wrapper Box */
#FooterUpper .footerwrapper .Column h2 { background:#1b2d4a; padding:10px 12px; margin-bottom:0; font-size:18px; }
.Inner.footerwrapper a {color:#c3cbd6;}
.credit {
    text-align: center;
    margin-top: 15px;
}
.Inner.footerwrapper .credit br {display:none;}
.footerwrapper .footerbox { padding:5%; width:90%; border-radius:0 0 0px;}
#FooterUpper .footerwrapper .Column .footerbox input[type="text"] { width:73%; padding: 7px 6px; margin-bottom: 12px; }
#FooterUpper .footerwrapper .Column .footerbox label, #FooterUpper .footerwrapper .Column .footerbox a {color:#c3cbd6;}
#FooterUpper .footerwrapper .Column .footerbox a:hover {color:#fff !important;}
.footerwrapper .call, .footerwrapper .email, .footerwrapper .footerbox b { color:#999 !important; font-size:16px; display:block; clear:both; padding:7px 0 10px 0; text-indent:0 !important; font-weight:normal; line-height:18px; }
.footerwrapper .call, .footerwrapper .email {color:#c3cbd6 !important;}
.footerwrapper .call {background:url(../images/phoneicon.png) 0 50% no-repeat; padding-left:35px; display:block; font-weight:bold; font-size:20px;}
.footerwrapper .email {background:url(../images/emailicon.png) 0 50% no-repeat; padding-left:35px; display:block;}
.watermark {color:#999;}

/* Category Page */
#CategoryHeading { padding:0; min-height:auto; }
#CategoryHeading .prev, #CategoryHeading .next {margin-top:0;}
#CategoryHeading .BlockContent {margin:0 0 20px auto;}
/*#CategoryPagingTop, .SortBox {float:left;}*/

/* Category Page and Search Page List View  */
/*#SearchResultsProduct #CategoryPagingTop, .SortBox {float:right;}*/
#SearchResultsProduct .CategoryPagination {margin-right:0;}

/* Common Product Li */

.HomePage .ProductList {
    margin-left: 0px;
}
.HomePage .Right .ProductList,
.HomePage .Left .ProductList {
    margin-left: 0;
}
.ProductList {
    margin-left: 0;
    border: 0px;
}
.ProductList li.row3-item1,
.ProductList li.row3-item1.row4-item1 {
    clear: both;
    margin-left: 0 !important;
}
.ProductList li.row3-item1.row4-item4 {
    clear: none;
    margin-left: 20px!important;
}
.ProductList li {
    margin: 0 0 20px 20px !important;
}
.ProductList li {
    width: 231px !important;
    min-width: 231px !important;
    Color: #400 !important;
    border-style: solid;
    border-width: 1px 1px 4px 1px;
    border-color: #CCC;
    border-radius: 6px;
    border-bottom-color: #AAA !important;
}
.Content.WideWithLeft .ProductList li {
    width: 228px !important;
    min-width: 228px !important;
}
.Content.WideWithLeft .ProductList li .ProductImage {
    width: 226px !important;
    min-width: 226px !important;
    max-width: 226px !important;
}
.ProductList li .ProductImage {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 4px solid #22385D !important;
    background-color: #fff !important;
    line-height: 0px !important;
    background-color: white;
}
.ProductList li .ProductImage img {vertical-align: middle;}
.HomePage .ProductList li {
    width: 231px !important;
    min-width: 5px !important;
    margin:0 6px 15px !important;
}
.ProductList li .ProductCompareButton {
    padding: 5px 0;
    float: left;
    width: 100%;
    text-align: center;
    display: block;
}
.ProductPriceRating{
    display: none !important;
    margin: 0 auto;
    text-align: center;
    color: white;
}
#fastCartContainer .ProductList li,
.ProductList li {
    margin: 0 6px 20px !important;
}
.Right li {
    border-bottom: 1px solid #ddd;
}
.Right .ProductList li {
    min-width: 238px !important;
    width: 238px !important;
    margin-bottom: 10px;
    text-align: center;
    margin: 0 !important;
}
.Right .ProductList li .ProductImage {
    line-height: 0px !important;
    background-color: #AAA;
}
.Right li a {
    font-weight: normal;
}
.Right li a:hover {
    text-decoration: none;
}
.Right .TopSellers li .TopSellerNumber {
    /* Contains the number of the item */

    display: none;
}
/* Brands Page */

.BrandPage h1 {
    float: none;
    width: auto;
}
.BrandCloud a {
    line-height: normal;
    color: #5F6874;
}
.BrandCloud a:hover {
    color: #22385d;
}
.BrandPage .SortBox {
    margin: 0 0px 20px auto;
    float: right;
}
.BrandCloud {
    text-align: center;
}
/* Create Account Page */

.CreateAccountIntro {
    line-height: normal;
}
#CreateAccountForm .ML250 {
    margin-left: 20px;
}
/* Login Page */

#LoginForm {
    margin: 0 auto;
}
.CreateAccount,
.AccountLogin {
    width: 45%;
}
.AccountLogin {
    float: right;
    padding-left: 0;
}
/* Common Form Elements */

.HorizontalFormContainer dt {
    text-align: left;
}
.Textbox,
.field-xlarge {
    height: auto;
}
/* Content Page */

.ContentPage .PageContentTitle {
    display: none;
}
.Right #SideShopByBrand li {
    padding: 0;
    border-top: none;
}
.Right #SideShopByBrand li:first-child {
    border-top: none;
}
/* Search Page */

.SearchPage h1.title {
    float: none;
    width: auto;
}

/*.SearchContainer .ProductList li {
    margin-right: 0 !important;
}*/
/* Product Details Page */

.ProductPage h1.title {
    width: auto;
    float: none;
    display: block;
    clear: both;
}
.ProductMain {
    width: 46%;
    float: right;
    margin: 0 auto !important;
}
.ProductAside {
    width: 51%;
    float: left;
    margin: 0 !important;
}
.ProductMain {
    margin: 0 auto !important;
}
.ProductMain .Rating,
.ProductMain .ProductPriceWrap,
.prodAccordionContent {}
/* .ProductMain .Rating {display:none;} */

.DetailRow.Rating .ReviewListLink {
    border: none;
}
.ProductThumb {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.ProductAside .ProductThumbWrap .ProductThumb {
    display: table-cell;
}
.ProductTinyImageList {
    margin: 0 auto;
}
.prodAccordionContent {
    line-height: normal;
}
/* product popup */

.ImageCarousel {
    max-width: 100%;
    overflow: hidden;
}
/* Sitemap Page */

.SitemapPages,
.SitemapCategories,
.SitemapBrands {
    float: left;
    width: 31%;
    margin-right: 2%;
}
#SitemapContent h2 {
    color: #333745;
}
#SitemapContent li a:hover,
#SitemapContent li {
    color: #22385d;
}
#SitemapContent li a {
    color: #5F6874;
    padding-bottom: 10px;
    display: block;
}
/* Quick View Popup */

.ProductMain h1,
#QuickViewProductDetails h1 {
    color: #22385d;
    font-size: 24px;
}
.QuickViewSide {
    width: 35% !important;
    margin: 0 2% 0 0;
}
#QuickViewProductDetails {
    width: 63% !important;
    *width: 62% !important;
}
/* Cart Page */

#CartHeader {
    height: auto;
}
/* Fast Cart Popup */

#fastCartContainer .ProductList li,
.ProductList li {
    height: 395px;
    width: 231px !important;
}
#fastCartContainer .ProductList li,
#fastCartContainer .ProductList li .ProductImage {
    width: 22% !important;
    min-width: 172px !important;
    min-height: 0;
}
#fastCartContainer .ProductList li .ProductDetails {font-size: 12px; height: 100%;}
#fastCartContainer .ProductList li .SalePrice {font-size: 16px;}
#fastCartContainer .ProductList li .ProductImage img {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}
#fastCartContainer .ProductList li .ProductImage.QuickView {height: 172px !important;}
#fastCartContainer .ProductList li .ProductPriceRating,
#fastCartContainer .ProductList li .compare,
#fastCartContainer .ProductList li .addtowishlist {
    display: none;
}

/* ----- NEW CLASSES ----- */
.Left .Block,
.Right .Block {
    padding-top: 0;
    padding-bottom: 20px;
}
.Left .Block:first-child,
.Right .Block:first-child {
    padding-top: 0;
}
.Right .BlockContent {
    margin: 0;
}
.Right .Block h2 {
    color: #fff;
    background: #22385D url('//cdn10.bigcommerce.com/s-eh7ufh/templates/__custom/images/70x42tag.png?t=1759767509') bottom right no-repeat;
    line-height: 42px;
    margin: 0 0 18px;
    padding: 0 68px 0 12px;
    font-size: 18px;
}

.ProductList li .ProductDetails strong { padding:0 0 8px; max-height: 62px;}
.ProductList li .ProductDetails em { font-size:15px; font-weight:bold; color:#888;}

.AddCartAction span.DetailRow {border:none;}

.Left li { font-weight: normal; }
/* .Left .BrandList { padding: 20px 0 0; }
.Left .PopularProducts, .Right .PopularProducts { padding: 20px 0 0; } */

.PopularProducts .ProductList li {  }

h1.title, h1.PageHeader {
    float: none;
    width: auto;
}
div#fancy_overlay { background-color: #000; }
#ModalContent a, .ModalContent a { color: #22385d !important;}
#SimilarProductsByCustomerViews h2 {
    background: #22385d;
    color:#fff;
    line-height:42px;
    padding:0 0 0 12px;
    margin:0 0 20px;
    font-size:18px;
}

#ModalContentContainer {/*max-height:700px; */ }

.ProductPriceWrap .PriceRow em { color: #ac0b1b; }
.ProductReviewForm h4 { color:#22385d; }

.fastCartContent .fastCartTop .fastCartProd a {
    color: #22385d;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
    font-family:'Oswald',sans-serif;
}
#LayoutColumn1.M20 { margin-left: 0px; margin-right: 0px;}
#LayoutColumn1.M40 { margin-left: 0px; margin-right: 0px;}
.ContentWrapper .BlockContent.ML20 { margin-left: 0px; }
.BlockContent.ML50 { margin-left: 0px; }

.ExpressCheckoutBlock .ExpressCheckoutTitle {
    margin-bottom: 20px;
    font-size: 14px !important;
    line-height: 37px !important;
    height: 37px !important;
    padding: 0 10px !important;
    letter-spacing: 0px !important;
    background: #EAECEE !important;
    color: #5F6874 !important;
}
div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background: url(../images/radiocheck.png) no-repeat 0 0;
}
.sharebutton { background:#5F6874; border:0px; border-radius:0; }

.col2 { width:47%; margin:0 10px; }

.OrderAction strong { font-weight: bold; }

.RemoveFromWishlistForm { margin:0px; }
.RemoveFromWishlistForm input[type="submit"] {
    background:none;
    border: 0 none;
    color: #5F6874 !important;
    font-size: 12px !important;
    letter-spacing: normal;
    line-height: normal !important;
    padding: 4px 0;
    text-decoration: none !important;
    transition: none;
    font-family:'Helvetica Neue',Helvetica,Arial,Sans-Serif;
    margin:0 0 0 24px;
    text-transform: none;
}
.RemoveFromWishlistForm input[type="submit"]:hover {
    background:none;
    border: 0 none;
    color: #22385d !important;
}
#PageContent .BlockContent, #NewsContent .BlockContent { padding:0 12px; }

#SideCartContents .BlockContent .total strong, #sidr-right-compare .BlockContent .total strong { color:#fff; font-size: 15px; }
#SideSubPageList { padding-bottom:20px; }

.productOptionPickListSwatch .textureContainer, .productOptionPickListSwatch .swatchColours { z-index:11;}

.ProductList li.row4-item1 {clear:both; margin-left:0 !important;}

/* Side Addount Menu */
#SideAccountMenu ul {border:1px solid #e4e4e4; border-top:none; margin-right:2px;}
#SideAccountMenu li {margin-bottom:0; border-top:1px solid #e4e4e4;}
#SideAccountMenu li a {color:#444; padding:10px; display:block;}
#SideAccountMenu li a:hover {color:#22385d; text-decoration:none;}

/* Home Recent Blog */
#FooterUpper #HomeRecentBlogs h5 a {color:#fff; font-size:13px;}
#FooterUpper #HomeRecentBlogs h5 a:hover {color:#C3CBD6 !important;}
#HomeRecentBlogs p {font-size:12px; color:#C3CBD6;}
#FooterUpper .Column .RecentNews li {border-top:1px solid #4B525B; border-bottom:none; margin:0 auto; padding-top:10px; }
#FooterUpper .Column .RecentNews li:first-child {border-top:none; padding-top:0;}
.NewsDate {color:#22385d; text-align:right; margin-right:12px;}
.compare > a.backtotop {float:right; text-align:right; background:url(../images/backtotop.png) 0 0 no-repeat; width:34px; height:22px; display:block; margin:0 5px; border:none; }

.footerbox #PagesMenu h2 {display:none;}

/* Product Slider Side Panel */
.cycle-slideshow.ProductList {
    border-style: solid;
    border-width: 1px 1px 4px 1px;
    border-color: #CCC;
    border-radius: 6px;
    border-bottom-color: #AAA !important;
    overflow:hidden !important;
    background:#f2f2f2;
}
ul.cycle-slideshow.ProductList li, ul.cycle-slideshow.ProductList li .ProductImage {border:none; margin-bottom:0 !important;}

/* Tree view */
.treeview li.expandable a, .treeview li.collapsable a {width:inherit;}
.treeview li.expandable li a, .treeview li.collapsable li a {width:inherit;}

/* Common Page Banners */
.banner_home_page_top, .banner_category_page_top, .banner_brand_page_top, .banner_search_page_top {margin-bottom:20px;}

/* zoom */
.zoomWrapper {left:10px;}
.zoomWrapperImage img { max-width:none !important; }

/* Compare Product Page */
#CompareContent {overflow-x:auto; margin:0 3%;}

.CloseMenu {background:none; overflow:hidden; padding:5px;}
.MobileView.CloseMenu a {font-size:13px; text-transform:uppercase; background:#22385d url(../images/closearrow.png); padding:0; margin:5px auto; float:left; font-family:"oswald"; color:#22385d;}

#sidr-left-menu .MobileView.CloseMenu a {float:right; background-position:0 0; width:34px; height:34px; text-indent:-9999px; overflow:hidden;}
#sidr-left-menu .MobileView.CloseMenu a:hover {background-position:0 -34px; width:34px; height:34px;}
#sidr-right .MobileView.CloseMenu a, #sidr-right-compare .MobileView.CloseMenu a {background-position:-34px 0; width:34px; height:34px; text-indent:-9999px; overflow:hidden; margin-left:7px;}
#sidr-right .MobileView.CloseMenu a:hover, #sidr-right-compare .MobileView.CloseMenu a:hover {background-position:-34px -34px;}
#SideCartContents .MobileView.CloseMenu, #SideCartContents .MobileView.CloseMenu a {margin-left:0; padding-left:0;}
#SideCartContents.Block.Moveable.Panel.SideCart {padding-top:0;}

/* Suggestinve Cart Content */
#SuggestiveCartContent {margin-top:20px;}
#SuggestiveCartContent .ProductList li.row3-item1 {margin-left:20px !important; clear:none;}
#SuggestiveCartContent .ProductList li:first-child {margin-left:0 !important; clear:both;}

/* Extra updated classes - 23-12-2013 */
.Left, .Right, .Content {margin-top:20px;}

.PayPalExpressCheckout { clear:both; text-align:right!important; margin:0 0 15px; }
.PayPalExpressCheckout > p { float: none !important; margin:10px 0; }

#LogoContainer a, #LogoContainer a span {color:#22385d;}
#LogoContainer a:hover, #LogoContainer a:hover span {color:#5F6874;}

/* Page Content Styling */
#PageContent h1, #PageContent h2, #PageContent h3, #PageContent h4, #PageContent h5, #PageContent h1 {text-transform:none; color:#444 !important; background:none; padding-left:0; font-family:'Oswald',sans-serif; line-height:normal;}

/* Sub Category Grid View */
.SubCategoryListGrid {padding:0;}
.SubCategoryListGrid {float:left; width:100%; border:none;}
.SubCategoryListGrid ul {margin-left:-20px !important; padding-left: 0;}
.SubCategoryListGrid li {/*border:1px solid #e5e5e5;*/ padding:5px 0; margin:0 0 20px 20px !important;}
.SubCategoryListGrid li a:first-child {width:231px; /*height:161px;*/ display:table-cell; vertical-align:middle;}

/* Sub Category Grid Cell Item Addendums */
.SubCatGridItem {
    width: 231px !important;
    height: 195px !important;
    border-style: solid;
    border-width: 1px 1px 4px 1px;
    border-color: #CCC;
    border-radius: 6px;
    border-bottom-color: #AAA !important;
}
.SubCatGridItemTitle {line-height: 35px; font-size: 12px;}

.Left .FitmentDropdown {
    float: none;
    width: 100%;
}

#dropbear{
    display:block;
    text-align:center;
    text-decoration:none;
    color: #22385d;

}
#dropbear > div{
    background-color: #eee;
    border-color: #999;
}
#dropbear > div:active {
    border-bottom:1px solid #bbb;
    top:2px;
}

.Left .DropChange {
    display: none;
}
.Left .DropChoose {
    display: none;
}
.searchBoxProper {
    border: none;
}
.ExtraCategoryButton img {
  border-style: solid;
  border-width: 1px 1px 4px 1px;
  border-color: #CCC;
  border-radius: 6px;
  border-bottom-color: #AAA !important;
  margin-bottom: 12px;
}
.CatFitDropdown {padding-bottom: 13px;}
.CatFitDropdown .DropdownText {display: none;}
.LowerFitDropdown {display: none;}
.DropChoose {margin-bottom: 5px !important;}
.ContentArea .DropdownText {border-top: solid 5px #ac0b1b; padding-top: 12px; font-size: 15px; text-align: center;}
.Left .DropdownText {display: none;}
.Left .DropSelect {margin: 0px 0px 12px !important;}
.TrailTitle li {display: inline;}
.TrailTitle a {color: #fff; padding-right: 5px;}
.HeaderContactInfo {
  font-family: 'Roboto', sans-serif;
  float: right;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  text-align: right;
  top: 43px;
  padding-right: 23px;
  background: url(//cdn10.bigcommerce.com/s-eh7ufh/templates/__custom/images/white/phone.png?t=1759767509) 100% 3px no-repeat;
}
.Left .Block.Moveable.Panel.SideCart {padding: 0;}
.Left .Block.Moveable.Panel.SideCart h2 {background: #22385D !important;}
.Left .Block.Moveable.Panel.SideCart .BlockContent {color: #444 !important;}
.Left .Block.Moveable.Panel.SideCart .BlockContent strong {color: #ac0b1b !important;}
.Left .Block.Moveable.Panel.SideCart .BlockContent ul li a {color: #22385D !important;}
.Left .Block.Moveable.Panel.SideCart .BlockContent .AdditionalCheckoutButtons {display: none;}
.ProductList .compare, .ProductList .addtowishlist {display: none;}
.ProductList .ProductActionAdd {margin-bottom: 12px;}
.ErrorDropdown .DropdownText {display: none !important;}
.ErrorDropdown .BlockContent {margin-top: 15px; !important}
.ErrorDropdown p {text-align: center;}

.SpecialAnnouncements {
	display:none !important;
    /*background: #545C66;*/
    /*background: linear-gradient(155deg, #312E29 20%,#545c66 50%,#312E29 80%);*/
    color: #FFF;
    text-align: center;
    vertical-align:top;
    font-size: small;
    height:24px;
    line-height:24px;
    text-shadow: 0px 1px 2px #000;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
    padding-left:25%;
    padding-right:25%;
    border-style: solid;
    border-width: 1px 0px 3px;
    border-color: #FFD700;
    /*-moz-border-image: url(http://upgradeyourauto.com/template/images/redStripeBorder.jpg) 0 0 4 repeat stretch;*/
    /*-webkit-border-image: url(http://upgradeyourauto.com/template/images/redStripeBorder.jpg) 0 0 4 repeat stretch;*/
    /*-o-border-image: url(http://upgradeyourauto.com/template/images/redStripeBorder.jpg) 0 0 4 repeat stretch;*/
    /*border-image: url(http://upgradeyourauto.com/template/images/redStripeBorder.jpg) 0 0 4 fill repeat stretch;*/
    /*  Snow Animation!
     background-image: url('http://i.imgur.com/okpRxJU.png'), url('http://i.imgur.com/XHuy0NJ.png'), url('http://i.imgur.com/BiSmXaq.png');
    -webkit-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;}
    */
    background-color: #2A2A2A;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.02) 35px, rgba(255,255,255,.02) 70px);
}

#SpecialAnnouncements > a {
    color:#fff;
    text-decoration:underline;
}
#SpecialAnnouncements > a:hover {
    color:#00aeef;
}
.SpecialAnnouncements strong {
    font-family: Oswald;
    letter-spacing: 2px;
}
@-webkit-keyframes snow {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}
@-moz-keyframes snow {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}
@-ms-keyframes snow {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}
@keyframes snow {
    0% { background-position: left top, 0px 0px, 0px 0px }
    100% {
        background-position: 0px 500px, 0px 400px, 0px 300px;
    }
}

#freeshipbanner{
    position:absolute;
    right:20%;
    top:32px;
    text-align:right;
    color:black;
    font-family:roboto;
    width:220px;
    padding:8px 8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-sizing:border-box;
    vertical-align:top;
    border-bottom:4px solid #ac0b1b;
}
.seedetails a{
    color:black;
    text-decoration:underline;
    font-style:italic;
    font-size:.8em;
}
.leftcolbanner{
        text-align:left;
        box-sizing:border-box;
        vertical-align:bottom;
        padding:0;
        margin:0;
        left:0;
        width:15%;
        display:inline-block;
}
.rightcolbanner{
    display:inline-block;
    box-sizing:border-box;
    margin:0;
    right:0;
    width:83%;
}
.leftcolbanner img{
        left:0;
        bottom:4;
        height:24px;
        width:auto;
}

#CheckoutStepPaymentDetails .selector {width:21%;}
.selector select {width:100% !important;}

.relearnData{
    display: none;
    border: 1px #bbb solid;
    margin: 8px;
        margin-top: 30px;
    padding: 8px;
    background-color: #eee;
}

.relearnData ol{
        padding-top:16px;
        padding-left:16px;
}

.relearnData li {
        list-style:initial;
        list-style-type:decimal;
}

#menu-bar {
    width: 100%;
    height: 40px;
    background-color: #5f6874;
    color: #fff;
    text-align: left;
    border-bottom:2px solid #b2b2b2;

}
.menu-buttons {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    /*background-color: #323232;*/
    text-align: center;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: auto;
    padding-bottom: auto;
    vertical-align: middle;
    color: #eee;
    text-decoration: none;
    border-left: 1px solid #454b54;
/*    border-right: 1px solid #444;*/
    outline: none !important;
}
#menubutton6{
    border-right: 1px solid #454b54;
}
#menu-bar > a {
    outline: 0;
    text-decoration: none;
}
.menubtn-clicked,
.menu-buttons:hover {
    border-bottom: 3px solid #b00;
    background-color:#22385d;
    color: #fff;
    outline: none;
}
.dropdown-container {
    color:#000;
    display: none;
    background-color: #f8f8f8;
    width: 100%;
    height: 400px;
    position: absolute;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 3px solid #b00;
    z-index: 1;
    box-shadow: 0 6px 8px -4px #444;
}
#dropbox-1 {
    display: none;
}
.close-button {
    position: absolute;
    outline: none;
    color: #777;
    font: 14px/100% arial, sans-serif;
    right: 8px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
    font-weight: bolder;
    background-color: #ccc;
    padding: 3px 5px 3px 5px;
    border-radius: 3px;
}

.dropdown-container div {
    margin-left: auto;
    margin-right: auto;
    width: 860px;
}
.dropdown-container ul {
    text-align: left;
    height: 360px;
    padding: 0;
    width: 520px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto;
}
.dropdown-container li {
    list-style-type: none;
    font-family: "Oswald";
    letter-spacing: 1px;
    padding-top: 5px;
    padding-left: 8px;
    border-top: dashed 1px #888;
    height: 30px;
}
.dropdown-container a {
    text-decoration: none;
    color: #000;
}
.dropdown-container a:hover{
    background-color: #ddd;
}
.dropdown-container li:hover{
    background-color: #ddd;
}
.dropdown-container .blurb {
    font-family: "Roboto";
    text-align: left;
    font-size: 15px;
    text-indent: 10px;
    position: absolute;
    overflow: hidden;
    word-wrap: normal;
    margin: 0;
    height: 355px;
    top: 0;
    right: 18px;
}
.dropdown-container .single {width: 300px;}
.dropdown-container .double {width: 573px;}
.dropdown-container img {
    padding-bottom: 5px;
    padding-left: 5px;
}
.dropdown-container > div {
    position: relative;
    left: 8px;
}

.CheckoutButton{
    display:block;
}

#googlepaybraintree-container1 div + div{
    display:none;
}

#googlepaybraintree-container2 div + div{
    display:none;
}

#googlepaybraintree-container3 div + div{
    display:none;
}

#googlepaybraintree-container4 div + div{
    display:none;
}

#braintreepaypal-container1, #braintreepaypal-container2, .braintree-paypal-button {
    width:100%;
    margin:16px 0 0 0;
}

.CheckoutButton {
    width:100%
}

.altcheckoutbuttons{
    margin-left:auto;
    width:200px;
    text-align:Right;
    display:block;
    padding:16px 0px;

}

.altcheckoutbuttons > div{
    margin-bottom:8px;
}

.altcheckoutbuttons p{
    margin-bottom:8px;
}

.CheckoutButton{
    padding-left:8px;
}

.CheckoutRemote > div{
    padding:8px;
}

@media only screen and (max-width:799px){
    #freeshipbanner{
        display:none;
    }

    .dropdown-container > div {
        width: 780px;
    }
    .dropdown-container ul {
        height: 372px;
        width: 435px;
        font-size: small;
    }
    .dropdown-container li {
        margin-left: 0px;
        padding-left: 4px;
    }
    .dropdown-container .blurb {
        top: 15px;
        right: 30px;
    }
    .dropdown-container .double {width: 492px;}
    .dropdown-container .double img {
        height: auto;
        width: 492px;
    }
}
