/*
Template Name:      Roots BigCommerce
Template URI:       http://rootstheme.com/
Description:        Starting template based on Roots WP
Version:            2.5.3
Author:             Ben Word
Author URI:         http://benword.com/

License:            The Unlicense
License URI:        http://unlicense.org/

Updated:            June 1 2011

Changelog:
2.5.3 [06-01-2011]  Added updated tabs html and css, added product details grid left align css, various button fixes, form alignment styles fixed
2.5.2 [04-05-2011]  Fixed styling on sign in form, added zRss and selectivizr to the js folder
2.5.1 [04-01-2011]  CSS changes from Roots WP, adding more default styling (overwriting BC styles), replacing image buttons
2.5.0 [03-23-2011]  Updated for BigCommerce 7
2.0.0 [03-15-2011]  Changed the name to Roots, some code cleanup and CSS changes from Roots WP
1.1.0 [01-27-2011]  Small CSS changes, removed the #Menu container from PagesMenu panel (added it in the Header panel before calling the panel, also
                    added the PagesMenu panel to the Footer panel)
1.0.0 [01-26-2011]  Integrated Blueprint CSS, added jQuery addons to js/, added initial CSS
*/


/* GENERAL
--------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Typography */
html { overflow-y: scroll; }
body { background: #fff; }

a { color: #06c; }
a:hover, a:focus { color: #09f; }
a:hover, a:active { outline: none; }
a:active, input.button:active, input[type=submit], input[type=button] { outline: 0; position: relative; top: 1px; }
a.ChangeLink:active { position: absolute; top: auto; right: 15px; }
a:active.modalClose { position: absolute; top: 10px; }

h1, h2, h3, h4, h5, h6 { text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

img.left, p img.left { margin: 0 1.5em 1.5em 0; float: left; }
img.right, p img.right { margin: 0 0 1.5em 1.5em; float: right; }

ul.none { margin: 0 0 1.5em 0; padding: 0; list-style: none; }
.icon { vertical-align: middle; }
img.left, p img.left { margin: 0 1.5em 1.5em 0; float: left; }
img.right, p img.right { margin: 0 0 1.5em 1.5em; float: right; }
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }

::-moz-selection { text-shadow: none; background: #3399FF; color: #fff; }
::selection { text-shadow: none; background: #3399FF; color: #fff; }
a:link { -webkit-tap-highlight-color: #3399FF; }

.button, .Content a.button, input[type=submit], input[type=button] {
    display: inline-block;
    background: #06c;
    background-image: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/bg-button.png?t=1513025986);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));        
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    text-decoration: none;
    text-transform: capitalize;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
    width: auto;
    overflow: visible;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-appearance: none;
}
.button:hover, .Content a.button:hover, input[type=submit]:hover, input[type=button]:hover { 
    background: #09f; 
    color: #fff; 
    text-decoration: none;
}
.button.download { margin-bottom: 10px; }
.button.reorder { margin-top: 4px; }


/* Forms */
input, select, textarea { font-family: sans-serif; font-size: 1em; }
button, input, input.Textbox, input[type=text], select, textarea { margin: 0; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button { width: auto; overflow: visible; }
textarea { overflow: auto; }

#LoginForm form input[type=text] { margin: 0; }
#LoginButton { padding: 8px 16px !important; margin-bottom: 12px; }

.HorizontalFormContainer dd { padding: 8px 0 0; }
.HorizontalFormContainer dt { padding: 8px 0 0; }

/* Containers */
#Container { width: auto; margin: 0; }
#Outer { background: none; margin: 0; }


/* HEADER
--------------------------------------------------------------------------------------------------------------------------------------------------- */
#TopMenu { width: 950px; height: auto; margin: 0 auto 15px; }
#TopMenu ul { float: right; }
#TopMenu li a, #TopMenu li div { color: #06c; border: none; font-size: 1em; margin: 8px 0 0 0; padding: 0 10px; }
#TopMenu li a:hover { color: #09f; }

#Header { width: 950px; height: auto; margin: 0 auto 16px; padding: 0; position: relative; border: none; }

#Logo { width: 300px; margin-bottom: 16px; }

#SearchForm { width: auto; padding: 0; }
#SearchForm label {
    color: #222;
    float: left;
    font-weight: 400;
    margin: 7px 10px 0 0;
}
#SearchForm #search_query { float: left; margin-right: 5px; font-size: 1em; }
#SearchForm input.button { padding: 4px 16px; }
#SearchForm p { clear: both; margin: 0; text-align: left; }
#SearchForm a { color: #06c; }
#SearchForm a:hover { color: #09f; }

#Menu { width: 950px; height: auto; margin: 0 auto; padding: 0; position: relative; }
#Menu ul {
    text-align: center;
    margin: 0 0 16px 0;
    background: #06c;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
    border-radius: 6px;    
}
#Menu ul li a { 
    background: none !important; 
    text-decoration: none !important; 
    height: auto;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 16px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
}
#Menu ul li.ActivePage a, 
#Menu ul li:hover a { color: #8BBAE6; }


/* CONTENT
--------------------------------------------------------------------------------------------------------------------------------------------------- */
#Wrapper { width: 950px; margin: 0 auto; text-align: left; }
.Content, .Content.Wide, .Content.Widest { background: none; }
.Content { width: 550px; margin: 0 10px 0 0; padding: 0; font-size: 1em; }
.Content.Wide { width: 750px; margin: 0; padding: 0; }
.Content.Widest { width: 950px; margin: 0; padding: 0; }

.Content h2, .TitleHeading { font-size: 2em; font-weight: 400; }

/* Content Blocks */
.Breadcrumb { font-size: 1em; }
.Breadcrumb li:first-child { padding-left: 0; }

.SortBox { font-size: 1em; }

.FeedLink { display: none; }

.SubCategoryList ul, .SubBrandList ul { margin-bottom: 0; padding-left: 0; }
.SubCategoryList li:last-child, .SubBrandList li:last-child { margin-bottom: 0; }

.ProductList li .ProductCompareButton { text-align: left; }

.AddCartButton input.button { margin: -4px 0 0 10px; }

.CheckoutButton { margin-bottom: 1.5em; }
.ProceedToCheckout a.button { padding: 8px 16px; color: #fff; }

.ProductDetailsGrid .Label, .productAttributeList .productAttributeLabel { width: auto!important; float: left; text-align: left; pading: 0!important; margin: 0 10px 0 0!important; }
.ProductDetailsGrid .DetailRow { padding: 6px 0 0 0; margin-top: 0; }
.productAttributeList .productAttributeRow { padding: 0!important; margin: 0!important; }
.productAttributeList .productAttributeValue { display: inline; float: left;}
.productAttributeList .required { color: red; }
.ProductMain .BulkDiscount { clear: both; padding-top: 15px; }
.BulkDiscount .button { margin:0!important; }

#CartHeader h2 { float: left; }
#CartHeader span .button { margin-top: 7px; }

/* Product Tabs */
#ProductTabs { float: left; }
.TabNav { float: left; margin: 0; padding: 0; border: none; position: relative; overflow: hidden; top: 1px; z-index: 2; border-left: 1px solid #C9C9C9; border-top: 1px solid #C9C9C9; border-bottom: none; }
.TabNav li { float: left; margin: 0; padding: 0; line-height: normal; }
.TabNav li a { display: block; margin: 0; padding: 5px 6px 5px; border: none; top: 0; border-bottom: 1px solid #C9C9C9; border-right: 1px solid #C9C9C9; color: #000; background: #E4E4E4; }
.TabNav li a:hover { background: #D4D4D4; }
.TabNav li.Active a { border-bottom: none; border-bottom: 1px solid transparent; background: #fff; padding: 5px 6px 5px; font-weight: normal; }
#TabPanels {
    clear: both;
    border: 1px solid #C9C9C9; padding: 10px; margin-top: 0;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* Left Sidebar */
.Left { background: none; width: 190px; font-size: 1em; }
.Left h2 { font-size: 1.5em; line-height: 1.2em; width: auto; }
.Left li { border: none; }

/* Right Sidebar */
.Right { background: none; width: 190px; margin: 0; font-size: 1em; }
.Right h2 { font-size: 1.5em; line-height: 1.2em; width: auto; }
.Right li { border: none; }

/* Blocks */
#SideCategoryList li a, #SideShopByBrand li a { display: block; }

#SideNewsletterBox p { margin: 0 0 6px 0; }
#SideNewsletterBox p.bottom { margin-bottom: 0; }
#SideNewsletterBox label { margin-bottom: 3px; }
#SideNewsletterBox input { width: 162px; font-size: 1em; padding: 3px; margin: 10px 0 0; }
#SideNewsletterBox .button { width: auto; height: auto;    padding: 8px 16px; }

#couponcode, #giftcertificatecode { padding: 5px; }

/* FOOTER
--------------------------------------------------------------------------------------------------------------------------------------------------- */
#Footer { width: 950px; margin: 0 auto; padding: 0; position: relative; border: none; font-size: 1em; }

#Footer #FooterMenu { float: left; width: 950px; margin: 0 0 16px 0; }
#Footer #FooterMenu ul { text-align: center; list-style: none; margin: 0; padding: 0; }
#Footer #FooterMenu ul li { float: none; display: inline; position: relative; }
#Footer #FooterMenu ul li a { 
    padding: 0 12px;
    color: #06c;
    border: none;
}
#Footer #FooterMenu ul li.ActivePage a, 
#Footer #FooterMenu ul li:hover a { color: #09f; }


/* WIDGETS & PLUGINS
--------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Fancybox */
#fancybox-loading { position: fixed; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; cursor: pointer; overflow: hidden; z-index: 1104; display: none; }
#fancybox-loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background-image: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/fancybox/fancybox.png?t=1513025986); }
#fancybox-overlay { position: absolute; top: 0; left: 0; width: 100%; z-index: 1100; display: none; }
#fancybox-tmp { padding: 0; margin: 0; border: 0; overflow: auto; display: none; }
#fancybox-wrap { position: absolute; top: 0; left: 0; padding: 20px; z-index: 1101; outline: none; display: none; }
#fancybox-outer { position: relative; width: 100%; height: 100%; background: #fff; }
#fancybox-content { width: 0; height: 0; padding: 0; outline: none; position: relative; overflow: hidden; z-index: 1102; border: 0px solid #fff; }
#fancybox-hide-sel-frame { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 1101; }
#fancybox-close { position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; background: transparent url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/fancybox/fancybox.png?t=1513025986) -40px 0px; cursor: pointer; z-index: 1103; display: none; }
#fancybox-error { color: #444; font: normal 12px/20px Arial; padding: 14px; margin: 0; }
#fancybox-img { width: 100%; height: 100%; padding: 0; margin: 0; border: none; outline: none; line-height: 0; vertical-align: top; }
#fancybox-frame { width: 100%; height: 100%; border: none; display: block; }
#fancybox-left, #fancybox-right { position: absolute; bottom: 0px; height: 100%; width: 35%; cursor: pointer; outline: none; background: transparent url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/fancybox/blank.gif?t=1513025986); z-index: 1102; display: none; }
#fancybox-left:hover, #fancybox-right:hover { visibility: visible; }
#fancybox-right:hover span { left: auto; right: 20px; }
#fancybox-left:hover span { left: 20px }
#fancybox-left { left: 0px }
#fancybox-right { right: 0px }
#fancybox-left-ico, #fancybox-right-ico { position: absolute; top: 50%; left: -9999px; width: 30px; height: 30px; margin-top: -15px; cursor: pointer; z-index: 1102; display: block; }
#fancybox-left-ico { background-image: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/fancybox/fancybox.png?t=1513025986); background-position: -40px -30px; }
#fancybox-right-ico { background-image: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/fancybox/fancybox.png?t=1513025986); background-position: -40px -60px; }
.fancybox-bg { position: absolute; padding: 0; margin: 0; border: 0; width: 20px; height: 20px; z-index: 1001; }
#fancybox-bg-n { top: -20px; left: 0; width: 100%; background-image: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/fancybox/fancybox-x.png?t=1513025986); }
#fancybox-bg-ne { top: -20px; right: -20px; background-image: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/fancybox/fancybox.png?t=1513025986); background-position: -40px -162px; }
#fancybox-bg-e { top: 0; right: -20px; height: 100%; background-image: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/fancybox/fancybox-y.png?t=1513025986); background-position: -20px 0px; }
#fancybox-bg-se { bottom: -20px; right: -20px; background-image: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/fancybox/fancybox.png?t=1513025986); background-position: -40px -182px; }
#fancybox-bg-s { bottom: -20px; left: 0; width: 100%; background-image: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/fancybox/fancybox-x.png?t=1513025986); background-position: 0px -20px; }
#fancybox-bg-sw { bottom: -20px; left: -20px; background-image: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/fancybox/fancybox.png?t=1513025986); background-position: -40px -142px; }
#fancybox-bg-w { top: 0; left: -20px; height: 100%; background-image: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/fancybox/fancybox-y.png?t=1513025986); }
#fancybox-bg-nw { top: -20px; left: -20px; background-image: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/fancybox/fancybox.png?t=1513025986); background-position: -40px -122px; }
#fancybox-title { font-size: 12px; z-index: 1102; }
.fancybox-title-inside { padding-bottom: 10px; text-align: center; color: #333; background: #fff; position: relative; }
.fancybox-title-outside { padding-top: 10px; color: #fff; }
.fancybox-title-over { position: absolute; bottom: 0; left: 0; color: #fff; text-align: left; }
#fancybox-title-over { padding: 10px; background-image: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/fancybox/fancy_title_over.png?t=1513025986); display: block; }
.fancybox-title-float { position: absolute; left: 0; bottom: -20px; height: 32px; }
#fancybox-title-float-wrap { border: none; border-collapse: collapse; width: auto; }
#fancybox-title-float-wrap td { border: none; white-space: nowrap; }
#fancybox-title-float-left { padding: 0 0 0 15px; background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/fancybox/fancybox.png?t=1513025986) -40px -90px no-repeat; }
#fancybox-title-float-main { color: #fff; line-height: 29px; font-weight: bold; padding: 0 0 3px 0; background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/fancybox/fancybox-x.png?t=1513025986) 0px -40px; }
#fancybox-title-float-right { padding: 0 0 0 15px; background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/fancybox/fancybox.png?t=1513025986) -55px -90px no-repeat; }


/* INTERNET EXPLORER
--------------------------------------------------------------------------------------------------------------------------------------------------- */
/* IE7 browser-specific:  
    *:first-child+html #example { display: none; }    */
*:first-child+html #SearchForm input.button { margin-top: 0; }

/* Clearfixes */
*:first-child+html .button { display: inline-block; }


/* MEDIA QUERIES
--------------------------------------------------------------------------------------------------------------------------------------------------- */
@media all and (orientation: portrait) {
    /* Style adjustments for portrait mode goes here */

}

@media all and (orientation: landscape) {
    /* Style adjustments for landscape mode goes here */

}

@media screen and (max-device-width: 480px) {
    /* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome) */

}

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; } 
  a, a: visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript: "]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }    
}



/*===============================================================
                        From Custom.css
================================================================*/
.clearfix:after {
content: ".";
display: block;
height: 0;
overflow: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */

.SortBox form {
    height: 21px;
    line-height:21px;
}
.SortBox span {
    float:left;
    margin-right: 5px;
}
.SortBox select { margin: 2px 0 0 0;}

body {
    background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/background.png?t=1513025986) repeat-x top left #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#InnerWrapper {
    background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/wrapperBackground.png?t=1513025986) repeat-x 0 0 #DCE0EB;
    width: 935px;
    margin: 0 auto;
    padding: 15px 15px 0 0px;
}
#Header {
    height: 119px;
    z-index:50;
}
/* -n- TopMenu */

#TopMenu {
    height: 29px;
    padding: 0;
    margin: 0 auto 6px 0;
}

#TopMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#TopMenu li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}

#TopMenu li.First a {
    border-left: 0;
}

#TopMenu li a, #TopMenu li div {
    display: block;
    text-decoration: none;
    font-size: .9em;
    padding: 0 10px 0 10px;
    margin: 8px 0 0 0;
    text-transform:lowercase;
    color:#fff;
}
#TopMenu li div a {
    padding: 0;
    margin: 0;
    display: inline;
    font-size: 1em;
}

#TopMenu li a:hover {
    text-decoration: none;
}
#TopMenu li a:hover {
    color: #aaa!important;
}

/* -n- SocialMedia */

#Header .right {
    float:right;
    width: 280px;
    height: 56px;
    position:relative;
}
.FacebookSprite, .TwitterSprite {
    display:block;
    width: 50px;
    height:50px;
    background: url('https://cdn2.bigcommerce.com/server1700/6d0da/product_images/uploaded_images/facebook50x50.png?t=1430692944') no-repeat transparent;
    float: left;
    margin-right: 11px;
}

.TwitterSprite {
    background-position: -24px -70px;
}
.FacebookSprite.inSidebar {
    position:static;
    float:left;
    background-position: 0 -70px;
}
.TwitterSprite.inSidebar {
    position:static;
    background-position: -24px -70px;
    float:left;
    margin-left: 5px;
}
#FS2, #TS2 {
    width: 143px;
    height: 24px;
    display:block;
    background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/socialMedia.png?t=1513025986) no-repeat 0 0 transparent;
    margin: 0 auto 10px auto;
}
#FS2 {
    background-position: 0 0;
}
#TS2 {
    background-position: 0 -46px;
}
#PhoneNumber {
    float: left;
    border-right: 1px solid #B0B1B5;
}
.morecontact {
    float: left;
    font-weight: bold;
    padding: 1px 9px;
    border-right: 1px solid #B0B1B5;
    border-left: 1px solid #B0B1B5;
    font-size: 11px;
    text-align: center;
}
a.headercartlink:active {
    top: 0;
    right: 0;
    position: absolute;
}
#Cart {
    background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/cart.png?t=1513025986) no-repeat top left transparent;
    width: 80px;
    height: 36px;
    position:absolute;
    top: 0;
    right: 0;
}
#Cart span {
    position:absolute;
    top: 20px;
    left:6px;
    font-size:10px;
}
#Cart a { color: #000; text-decoration:none; }
/* -n- Search Form */

#SearchForm {
    float: right;
    clear:right;
    width:341px;
    padding: 5px;
    background: #F7F8F7;
    border: 1px solid #C4C7CF;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}
#search_query {
    background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/mag.png?t=1513025986) no-repeat center right #fff;
    padding: 0 29px 0 0;
    line-height: 22px;
    height:22px;
    width:228px;
    
}
#SearchForm .button {
    background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/blueGrad.png?t=1513025986) repeat-x top left #053E63;
    text-transform:lowercase;
}

/* -n- Menu */

#Menu, #Menu ul, #Menu li, #Menu li a {
    height: 30px;
    line-height:30px;
}
#Menu {
    clear: both;
    margin: 0 0 15px 15px;
    padding: 0;
    background: #77787F!important;
    border-bottom:1px solid #3E3E42;
    border-right:1px solid #3E3E42;
    border-top: 1px solid #A9A9AE;
    border-left: 1px solid #A9A9AE;
    width:917px;
    float:none;

}
#Menu ul {
    margin: 0;
    padding: 0;
    background: #77787F!important;
}

#Menu li {
    display: inline-block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/menuItemBackground.png?t=1513025986) no-repeat top right transparent;
}

#Menu li.last {
    background: none;
}

#Menu li a {
    display: block;
    float: left;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 0 15px!important;
    text-transform:lowercase;

}
#Menu li.First a, #Menu li a {
    color: #fff!important;
    font-weight:bold!important;
}
#Menu li a:hover    {
    text-decoration: underline;
    color:#aaa!important;
}

#Menu li ul {
    width: auto;
    position: absolute;
    clear: left;
    top: 22px;
    left: 0;
    display: none;
    text-align: left;
    font-size: 0.9em;
    background: transparent;
    z-index: 1;
}

#Menu li ul li {
    clear: both;
    color: white;
    text-align: left;
    background: transparent;
}

#Menu li ul li a {
    padding: 3px 10px 3px 10px;
    font-size: 1em;
    text-align: left;
    margin: 0;
    width: 120px;
    height: auto;
}

#Menu li ul li a:hover {
    text-decoration: none;
}

#Menu li:hover a, #Menu li.over a{
    text-decoration: underline;
}

#Menu li ul li a, #Menu li.over li a {
    text-decoration: none !important;
}

#Menu li:hover ul, #Menu li.over ul {
    display: block;
}

/* Holly Hack. IE Requirement */
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */

/* -n- Sidebar */

.SideCategoryListClassic ul li, .SideCategoryListClassic ul li a {
    height: 24px;
    line-height:24px;
}
.SideCategoryListClassic li {
    background: #F9F9F9;
    margin-bottom: 5px;
    border: 1px solid #C4C7CF;
    padding: 3px 0 0 15px !important;
}
.SideCategoryListClassic ul.ActivePageContainer {
    background:url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/blueGrad.png?t=1513025986) repeat-x top left #053E63;
}
.SideCategoryListClassic li.ActivePage a {
    color:#fff!important;
}
.SideCategoryListClassic ul li a {
    color: #013B60!important;
    font-weight:bold;
    font-size:12px;
    width: 145px;
}
.SideCategoryListClassic a:hover {
    color: #05639D;
}
#HelpAndMore .BlockContent  {
    background:#fff;
    padding: 5px;
}

/*Deal of the Week */
ul li a[title="Deal of the Week"]{
    display:block;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-indent: -900px;
    width: 100%;
}
ul li a[title="Deal of the Week"]:active{
    outline: 0 none;
    position: relative;
    top: 1px;
}
ul li.Deal.of.the.Week{
    background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/DealoftheWeek.png?t=1513025986) no-repeat scroll center center transparent;
    border:none;
    height: 78px;
    padding:0 !important;
    width: 185px;
}

/* -n- Global */
#LayoutColumn1.Left {
    width: 185px;
    padding-left: 15px;
}
#LayoutColumn2.Content {
    width: 540px;
}
#LayoutColumn2.Wide {
    width: 728px;/*40px;*/
}
.Left .BlockContent {
    margin: 0;
}
.Block {
    margin-top: 0;
}
#PageContent > h2 {
    padding-left: 10px;
}
.button, input[type='button'], input[type='submit'] {
    background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/blueGrad.png?t=1513025986) repeat-x top left #053E63!important;
}
#CartHeader {
    width: 100%;
}
.initHide {
    display:none;
}
.QuickSearch {
    z-index:20;
    position:relative;
}

/* -n- Content Area */
.home #LayoutColumn2 {
    background: transparent;
}
#LayoutColumn2 {
    background: #fff;
}
#slideshow {
    margin-bottom: 15px;
    display:block;
    height: 343px;
}
#FreeShippingBanner {
    display:block;
    margin-bottom:15px;
}
#FishermanBanner, #FatherSonBanner, #ReelBanner {
    float:left;
    width: 232px;
    height: 145px;
    background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/homeSmallBanners.jpg?t=1513025986) no-repeat 0 0 transparent;
    position:relative;
    margin-right: 14px;
    margin-bottom: 25px;
}
#FishermanBanner {
    background-position: 0 0;
}
#FatherSonBanner {
    background-position: -464px 0;
}
#ReelBanner {
    background-position: -232px 0;
}
#FishermanBanner .link, #FatherSonBanner .link, #ReelBanner .link {
    display:block;
    width: 177px;
    height: 34px;
    background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/homeSmallBannerLabels.png?t=1513025986) no-repeat 0 0 transparent;
    position:absolute;
    top: 124px;
    left: 30px;
}
#FishermanBanner .link {
    background-position: 0 0;

}
#FatherSonBanner .link {
    background-position: 0 -68px;

}
#ReelBanner .link {
    background-position: 0 -34px;
}
#CanalLure, #GiftCard, #ArmyCorp {
    float:left;
    width: 232px;
    height: 145px;
    background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/row3.jpg?t=1513025986) no-repeat 0 0 transparent;
    position:relative;
    margin-right: 14px;
    margin-bottom: 25px;
}
#CanalLure{
    background-position: 0 0;
}
#ArmyCorp{
    background-position: -464px 0;
    margin-right:0;
}
#GiftCard{
    background-position: -232px 0;
     
}
#CanalLure .link, #GiftCard .link, #ArmyCorp .link {
    display:block;
    width: 177px;
    height: 34px;
    background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/row3buttons.png?t=1513025986) no-repeat 0 0 transparent;
    position:absolute;
    top: 124px;
    left: 30px;
}
#CanalLure .link {
    background-position: 0 0;

}
#ArmyCorp .link {
    background-position: 0 -68px;

}
#GiftCard .link {
    background-position: 0 -34px;
}

#Clearance, #Blogs, #GooglePlaces {
    float:left;
    width: 232px;
    height: 145px;
    background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/row2.jpg?t=1513025986) no-repeat 0 0 transparent;
    position:relative;
    margin-right: 14px;
    margin-bottom: 25px;
}
#Clearance{
    background-position: 0 0;
}
#GooglePlaces{
    background-position: -464px 0;
    margin-right:0;
}
#Blogs{
    background-position: -255px 0;
    width: 185px;
    margin-right: 0;
}
#Clearance .link, #Blogs .link, #GooglePlaces .link {
    display:block;
    width: 177px;
    height: 34px;
    background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/row2buttons.png?t=1513025986) no-repeat 0 0 transparent;
    position:absolute;
    top: 124px;
    left: 30px;
}
#Clearance .link {
    background-position: 0 0;

}
#GooglePlaces .link {
    background-position: 0 -68px;

}
#Blogs .link {
    background-position: 0 -34px;
    top: 104px;
    left: 4px;
}


.banner_home_page_bottom {
    margin-right: 15px;
}
.banner_home_page_bottom h1 {
    border-top:4px solid #D5CDA4;
    border-bottom: 4px solid #D5CDA4;
    font-size:19px;
    padding: 3px 0;
    font-weight:bold;
}

/* -n- Home Page Featured Product Item Formatting */
.home .ProductList li, .home .ProductList li:hover {
    background:#084065!important;
    border: 2px solid #9BA0AF!important;
}

.home .ProductList li, .home .ProductList .ProductImage {
    width: 165px!important;
    padding: 0!important;
}
.home .ProductList .ProductImage img {
    max-width: 165px!important;
    max-height: 120px!important;
}
.home .ProductList li {
    background: #084065!important;
}
.home .ProductList .ProductImage {
    background: #fff;
}
.home .ProductList .ProductDetails, .home .ProductList .ProductPriceRating, .home .ProductList .ProductActionAdd {
    text-align:center;
}
.home .ProductList a {
    color: #fff!important;
    text-decoration:none;
}
.Rating { display:none!important; }
.ProductPriceRating em, .ProductPrice { font-size:13px; color:#FF1515; font-weight:bold!important; font-family:times new roman; }

/* -n- Product Formatting Category Page */
.category .ProductList li {
    position:relative;
    
}
.category .ProductList li, .category .ProductList li:hover {
    background:#fff!important;
    border: 2px solid #9BA0AF!important;
}
.category .ProductList li {
    width: 165px!important;
    padding: 0 0 21px 0!important;
}
.category .ProductList .ProductImage {
    padding: 0 0 41px 0!important;
    width: 165px!important;
    height: 130px!important;
}
.category .ProductList .ProductImage img {
    max-width: 165px!important;
    max-height: 120px!important;
}
.category .ProductList .ProductImage {
    background: #fff;
}
.category .ProductList .ProductDetails, .category .ProductList .ProductPriceRating, .category .ProductList .ProductActionAdd {
    text-align:center;
}
.category .ProductList a {
    color: #000!important;
    text-decoration:none;
}
.category .ProductActionAdd {
    position:absolute;
    display:block;
    background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/blueGrad.png?t=1513025986) repeat-x top left #053E63;
    top: 124px;
    left: 0;
}
.category .ProductActionAdd a {
    display:block!important;
    width: 165px;
    height:30px;
    line-height:30px;
    color:#fff!important;
    font-size:14px;
}

/* -n- Related Products Formatting Product Page */
.product .ProductList li:first-child {
    margin: 0 0 0 15px!important;
}
.product .ProductList li {
    margin: 0 0 15px 5px!important;
}

.product .ProductList li, .product .ProductList li:hover {
    background:#084065!important;
    border: 2px solid #9BA0AF!important;
}

.product .ProductList li, .product .ProductList .ProductImage {
    width: 165px!important;
    padding: 0!important;
}
.product .ProductList .ProductImage img {
    max-width: 165px!important;
    max-height: 120px!important;
}
.product .ProductList li {
    background: #084065!important;
}
.product .ProductList .ProductImage {
    background: #fff;
}
.product .ProductList .ProductDetails, .product .ProductList .ProductPriceRating, .product .ProductList .ProductActionAdd {
    text-align:center;
}
.product .ProductList a {
    color: #fff!important;
    text-decoration:none;
}

.product .ProductDetails em { font-size:13px; color:#aaa; font-weight:bold!important; font-family:times new roman; }



/* -n- Grey Bar */

#HomeFeaturedProducts h2, #HelpAndMore h2, .CategoryPagination, #ProductDetails h2, #SideNewsletterBox h2, #HomeNewProducts h2  {
    background: #5F6066;
    border-bottom: 1px solid #3E3E42;
    border-right: 1px solid #3E3E42;
    border-top: 1px solid #A9A9AE;
    border-left: 1px solid #A9A9AE;
    margin:0;
}
#HelpAndMore h2, #SideNewsletterBox h2 {
    padding: 2px 0 2px 15px;
    font-weight:bold;
    color:#fff;
    text-transform:uppercase;
    font-size:16px;
}

#SideNewsletterBox h2
{
    background: #5F6066 url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/mailbox.jpg?t=1513025986) no-repeat;
    padding:3px 0 0 45px;
}
#HomeFeaturedProducts h2, #HomeNewProducts h2 {
    padding: 0 0 0 10px;
    font-weight:bold;
    
    height:32px;
    line-height:32px;
    color:#fff!important;
    text-transform:uppercase;
    font-size:16px!important;
}

/* -n- Footer */

#Footer {
    background: #C3C4CD;
    width: 100%;
}
#FooterMenu {
    width: 950px;
    margin: 0 auto!important;
    float:none!important;
    padding-top:10px;
    position:relative;
}
#MadwirePlug {
    float:right;
    width: 706px;
    height: 75px;
    background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/footerImages.png?t=1513025986) no-repeat top right transparent;
    margin-right: 20px;
    text-align:left;
}
#MadwirePlug a {
    color: #000;
    text-decoration:none;
}

#FooterLinks {

    margin-bottom: 15px;
}
#FooterLinks a {
    margin-right: 30px;
    color: #474950;
    text-decoration:none;
    font-size:14px;
}
#GeoTrust {
    position:absolute;
    left: 526px;
    top: 46px;
    text-align:left;
}
#GeoTrust img {
    max-height: 45px;
    width: auto;
}

/* -n- Category */

#AnchoredBanner { position:relative }
#AnchoredBanner span {
    font-size:20px;
    color: #fff;
    position:absolute;
    font-weight:bold;
    left: 16px;
    top: 11px;

}
.Breadcrumb {
    margin: 10px;
}
.Breadcrumb a {
    color: #000;
    text-decoration:none;
}
#CategoryHeading .BlockContent {
    padding: 10px;
    border-bottom: 2px solid #D5CDA4;
    width:704px;
}
/* -n- Larger Black Color Heading */
#CategoryHeading h2, #ProductBreadcrumb h2, .product #SideProductRelated h2, #PageContent > h2, #LayoutColumn2 > .Block > h2, .CreateAccount h2, .AccountLogin h2, #WishLists h2, #ExpressCheckout > h2, #HomeNewProducts h2 {
    color:#000;
    font-size:1.8em;
    font-weight:bold;
    margin: 0;
}
.CategoryPagination, .CategoryPagination a {
    color: #2B2D2E;
}
.CategoryPagination .ActivePage {
    color: #fff;
    text-decoration:underline;
}
.PagingList {
    text-align:right;
}

/* -n- Product Page */

#ProductDetails h2 {
    color: #fff;
    font-size:14px;
    font-weight:bold;
    height: 30px;
    line-height:30px;
    padding-left: 15px;
    margin-bottom: 15px;
}
.ProductMain {
    width: 375px;
}
.ProductMain .Label, .productAttributeList .productAttributeLabel { width: 82px!important; text-align:left; }
.productAttributeList .productAttributeLabel label {
    float:left;
    text-align:left;
}
.product #SideProductRelated h2 {
    margin-left:15px;
}

/* -n- Product Tabs */

#ProductTabs {
    margin-left: 15px;
}
.TabNav li a {
    background: #EDF8F8!important;
}

#ProductReviews > .button {
    float:right;
}

.TabNav li a, .TabNav li.Active a {
    padding: 4px 26px!important;
}
#TabPanels, .TabNav li a, .TabNav  {
    border: 0px solid #B8E2E2!important;
}
#TabPanels  {
    border: 1px solid #9BA0AF!important;
    margin:0 15px 15px 15px;
}
.TabNav {
    border-bottom: 0!important;
    border-right: 0!important;
}
.TabNav li a {
    color: #565761;
    border-left: 0!important;
    border-top:0!important;
    font-weight:bold;
    background: #EBE8F4!important;
    border-radius:7px 7px 0 0;
    -moz-border-radius:7px 7px 0 0;
    -webkit-border-radius:7px 7px 0 0;
    border-bottom: 0px solid #f00!important;
}
.TabNav li.Active a {
    border-bottom: 1px solid #9BA0AF!important;
    font-weight:bold;
    background: #fff!important;
    background: url(//cdn11.bigcommerce.com/s-6d0da/templates/__custom/img/blueGrad.png?t=1513025986) repeat-x top left #2A639C!important;
    color: #fff;
}

/* -n- global margins */
#PageContent .BlockContent, #SitemapContent, #CreateAccountForm, #WishLists .BlockContent,
#AccountInbox .BlockContent, #AccountOrderStatus .BlockContent, #AccountOrders .BlockContent, #ChooseShippingAddress .BlockContent, #EditAccountForm .BlockContent, #AccountRecentItems .BlockContent, .ExpressCheckout {
    margin: 0 15px 0 15px;
}
#AccountInbox h2, #AccountOrderStatus h2, #AccountOrders h2, #ChooseShippingAddress h2, #EditAccountForm h2, #AccountRecentItems h2, #CartHeader h2, #NewsContent {
    margin: 0 15px 0 15px!important;
}

/* -n- Page Content */
#PageContent .BlockContent > h2 {
    color: #000;
    font-size:1.5em;
}
#NewsImage {
    float:left;
    margin-left:15px;
    clear:none;
}
#AboutUsImage  {
    float:left;
    
    clear:none;
}
#HomeRecentBlogs {
    float:left;
    clear:none;
}
#AboutUsImage {
    margin-right: 15px;
    margin-bottom: 15px;
}

/* -n- Login */

.CreateAccount {
    padding-left: 15px;
    width: 320px;
}
.SuccessMessage {
    
}

#lightbox a img, #lightbox img {
    width: 163px;
    height: auto;
    margin-right: 8px;
    margin-bottom: 8px;
}
#lightbox p {
    display:inline;
    margin: 0;
}
.arrow {
    position: absolute;
    right: 10px;
    top: 11px;
    border-top: 8px solid #013B60;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    cursor: pointer;
}
.Left #SideCategoryList li:hover ul li ul {
    display: block !important;
}
.category-list li {
    position:relative;
}
.rotated {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.adsbygoogle {
    margin-bottom: 15px;
}
a.homegiftcardslink img {
    margin-bottom: 10px;
}

.shippingLink{
    display:block;
    margin-bottom:5px;
}
.shippingLink img{
    width:100%;
}