/**
 * Standard Elements
 */
html { 
  background-color: #fff;
}
body {
  /*background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/colors/47351e.gif);*/
  background-color: #47351e;
}
h2,h3,h4 {
  color: #666;
  font-family: 'Trebuchet MS',Helvetica,sans-serif;
}
h2,
.blue {
  color: #0c4b7e !important;
}
.gray {
  color: #666;
}
.required,
.orange {
  color: #ff8f2b !important;
}
.part-number {
  color: #c86905;
}
.tab-wrap {
  width: 100%;
  overflow: auto;
}
ul.inline li {
  display: inline;
}
thead tr th {
  background-color: transparent;
}
label {
  color: #0c4b7e;
  font-weight: bold;
}
div.checkout, form.checkout {
  width: 100%;
  overflow: auto
}
.checkout label {
  text-align: right;
  display: block;
  line-height: 2;
}
table {
  margin-bottom: 0px;
}
/**
 * Color Classes
 */
.47351e { background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/colors/47351e.gif); background-color: #47351e } /* brown */
.fcfcfc { background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/colors/fcfcfc.gif); background-color: #fcfcfc } /* gray */
.6caf79 { background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/colors/c6af79.gif); background-color: #c6af79 } /* green */
.dce9e6 { background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/colors/dce9e6.gif); background-color: #dce9e6 }


/**
 * Sprites
 */
.sprite {
  background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/sprites/master_sprites.png);
  background-repeat: no-repeat;
  text-indent: -999em;
  display: block;
}
.icon {
  height: 40px;
  width: 40px;
}
  .cart-icon {
    background-position: 0 0;
  }
  .one-icon {
    background-position: 0 -40px;
  }
  .two-icon {
    background-position: 0 -80px;
  }
  .three-icon {
    background-position: 0 -120px;
  }
  .findparts {
    width: 240px;
    height: 40px;
    background-position: -80px -160px;
  }
  .search {
    background-position: -40px -120px;
  }
  .lock {
    background-position: -40px -40px;
  }
  .cart {
    background-position: -40px -160px;
  }
  a.cancel {
    background-position: -40px -80px;
    display: block;
    height: 40px;
    width: 40px;
    margin-top: -5px;
  }
.freeshipping {
  margin-top: 10px;
  width: 240px;
  height: 30px;
  background-position: -70px -240px;
}
.freeshipping-header-mobile {
  display: none;
}
.rss-subscribe {
  display: block;
  height: 40px;
  background-position: -80px -200px;
  margin-left: 15px;
  margin-top: -75px;
}
.logo {
  background-position: -108px -20px;
  width: 100%;
  height: 100%;
}
.savings {
  background-position: -340px -25px;
  height: 90px;
  width: 120px;
  float: right;
  margin-right: 20px;
  margin-bottom: 5px;
  text-indent: 0;
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  color: #fcfcfc;
  line-height: 1;
  padding-top: 30px;
  text-transform: uppercase;
}

/**************************************************************
 * RED UNDERLINE USAGE
 * To Underline a title,
.imple place an <hr /> underneath it
 * with the class of "sprite" and either
 * [underline-long,
.nderline-short]
 **************************************************************
 * EXAMPLES
 **************************************************************
 * <div class="sprite underline-long">&nbsp;</div>
 * <div class="sprite underline-short">&nbsp;</div>
 **************************************************************
 */

.underline-long {
  background-position: -85px -335px;
  height: 15px;
  margin-top: -15px;
  width: 100%;
  display: block;
  color: transparent;
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
}
.underline-short {
  background-position: -85px -295px;
  height: 15px;
  margin-top: -15px;
  width: 100%;
  display: block;
  color: transparent;
  background-color: transparent;
  border: none;
}
/**************************************************************
 * BUTTON STYLES WITH EXAMPLES OF BUTTON USAGE
 *
 * Button requires class of custom and one of four colors
 * [orange,gray,blue,red]
 * Button text goes inside a span with class of "button-text"
 *
 * OPTIONAL ICON INSTRUCTIONs
 * Inside of "button-text" span the first item must be a span
 * with class of either
 * [button-icon-left,
.utton-icon-right] // icon on left/right
 * as well as "sprite"
 * and the name of the icon you want to display
 * sprite names detailed elsewhere
 **************************************************************
 *  SIMPLE ORANGE BUTTON
 **************************************************************
 * <button value="submit" class="custom pngfix orange">
 *   <span class="button-text pngfix">You</span>
 * </button>
 **************************************************************
 *  ORANGE BUTTON WITH SEARCH ICON ON LEFT
 **************************************************************
 * <button value="submit" class="custom pngfix orange">
 *   <span class="button-text pngfix">
 *     <span class="button-icon-left sprite search">View</span>
 *     Small
 *   </span>
 * </button>
 **************************************************************
 *  GRAY BUTTON WITH SEARCH ICON ON RIGHT
 **************************************************************
 * <button value="submit" class="custom pngfix gray">
 *   <span class="button-text pngfix">
 *     <span class="button-icon-right sprite search">View</span>
 *     This is a a big button
 *   </span>
 * </button>
 **************************************************************
 *  SIMPLE BLUE BUTTON
 **************************************************************
 * <button value="submit" class="custom pngfix blue">
 *   <span class="button-text pngfix">
 *     Sign In
 *   </span>
 * </button>
 **************************************************************
 *  ADDED RED BUTTON STYLE JUST IN CASE
 **************************************************************
 * <button value="submit" class="custom pngfix red">
 *   <span class="button-text pngfix">
 *     CANCEL?
 *   </span>
 * </button>
 **************************************************************
 */
button.custom {
  clear:both;
  font-family: 'Trebuchet MS',Helvetica,sans-serif;
	position: relative;
  background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/sprites/button_sprites.png);
	background-color: transparent;
	border: none;
	padding: 0 20px 0 0 !important; 
	margin: 0 1px 0 -10px;
	font-size: 1em; 
	font-weight: bold;
	text-align: center; 
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}
button.custom::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}
button.custom span.button-text {
  color: #fcfcfc;
  text-shadow: #000 0px 0px 2px !important;
  text-transform: uppercase !important;
  background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/sprites/button_sprites.png);
	background-color: transparent;
	background-repeat: no-repeat;
	position: relative;
	display: block; 
	white-space: nowrap;
	padding: 12px 0 0 20px !important; 
	height: 25px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button.custom span.button-text {
		/* margin-top: -1px; */
	}
}
button.custom span.button-text span.button-icon-left {
  margin-top: -13px;
  margin-left: -17px;
  margin-right: -5px;
  height: 40px;
  width: 40px;
  float: left;
  display: block;
  position: relative;
}
button.custom span.button-text span.button-icon-right {
  margin-top: -13px;
  margin-left: -5px;
  margin-right: -17px;
  height: 40px;
  width: 40px;
  float: right;
  display: block;
  position: relative;
}

/* ORANGE */
button.orange { background-position: right -80px; }
button.orange span.button-text { background-position: left 0; }
button.orange:hover { background-position: right -120px; }
button.orange:hover span.button-text { background-position: left -40px; }

button.gray { background-position: right -240px; }
button.gray span.button-text { background-position: left -160px; }
button.gray:hover { background-position: right -280px; }
button.gray:hover span.button-text { background-position: left -200px; }

button.blue { background-position: right -400px; }
button.blue span.button-text { background-position: left -320px; }
button.blue:hover { background-position: right -440px; }
button.blue:hover span.button-text { background-position: left -360px; }

button.red { background-position: right -560px; }
button.red span.button-text { background-position: left -480px; }
button.red:hover { background-position: right -600px; }
button.red:hover span.button-text { background-position: left -520px; }


/**
 * Header
 */
div#header {
  border-top: 4px solid #4F3B22;
  background-color: #c6af79;
  /*background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/colors/c6af79.gif);*/
  height: 110px;
  z-index: 9;
}
  div#header .container {
    /*  XMAS - remove "_1" from bg url */
    background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/header_bg_1.jpg);
  }
  div#header form {
    float: right;
    margin: 25px 50px 0 0;
  }
  div#header form fieldset {
    padding: 0;
    margin: 0;
    border: 3px inset #ffa143;
    background-color: #ffa143;
    height: 20px;
    width: 275px;
    overflow: hidden;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px
  }
    div#header form fieldset legend {
      display: none;
    }
    div#header form input {
      font-size: 1em;
      margin: 0 !important;
      float: left;
    }
    div#header form input#search_phrase {
      width: 225px;
      margin-left: 4px;
      border: none;
      padding: 2px;
      padding-left: 10px;
      color: #222;
    }
  div#header h1 {
    height: 130px;
    width: 220px;
    overflow: hidden;
  }
    ul#navigation {
      font-family: "Trebuchet MS", Helvetica, sans-serif;
      list-style-type: none;
      background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/navigation.gif);
      background-position: top right;
      background-repeat: no-repeat;
      height: 35px;
      margin: 0;
      margin-left: 100px;
      font-size: 1em;
      line-height: 2;
      font-weight: bold;
      position: relative;
      z-index: 20;
    }
    ul#navigation li {
      float: left;
    }
      ul#navigation li a:link,
      ul#navigation li a:visited {
        padding-right: 16px;
        margin-left: 14px;
        border-right: 1px solid #fcfcfc;
        color: #fcfcfc;
        text-transform: uppercase;
        text-decoration: none;
      }
      ul#navigation li a:hover {
        color: #ff8f2b;
      }
      ul#navigation li a:active {
        color: #dce9e6;
      }
      ul#navigation li#mini-cart {
        color: #fcfcfc;
        padding-left: 0px;
      }
        ul#navigation li#mini-cart span.cart-icon {
          float: left;
          margin-top: -7px;
          position: relative;
          z-index: 9999;
        }
        ul#navigation li#mini-cart ul {
          z-index: 2;
          position: absolute;
          top: 18px;
          right: 0;
          padding-top: 20px;
          display: none;
          width: 212px;
          background-color: #4F3B22;
          padding-bottom: 20px;
          list-style-type: none;
          padding-left: 3px;
          padding-right: 3px;
        }
          ul#navigation li#mini-cart ul li {
            margin: 0;
            float: none;
            background-color: #fcfcfc;
            border-bottom: 1px solid #666;
            padding: 5px;
            color: #666;
            font-size: 1em;
            line-height: 1;
          }
          ul#navigation li#mini-cart ul li:hover {
            background-color: #c8dbe8;
          }
            ul#navigation li#mini-cart ul li img {
              float: left;
              margin-right: 5px;
              margin-bottom: 2px;
              border: 1px solid #666;
              position: relative;
              background-color: #fcfcfc;
            }
            ul#navigation li#mini-cart ul li .cart-description {
              color: #0064b1;
              font-weight: bold;
              position: relative;
            }
            ul#navigation li#mini-cart ul li .cart-meta {
              color: #999;
              display: block;
              padding-top: 3px;
              position: relative;
              clear: both;
            }
            ul#navigation li#mini-cart ul li .cart-price {
              color: #ff8f2b;
              font-weight: bold;
              float: right;
              margin-left: 5px;
              position: relative;
            }
            ul#navigation li#mini-cart ul li#cart-subtotal {
              text-align: right;
              display: block;
              clear: both;
              border: none;
              padding-top: 5px;
              position: relative;
            }
            ul#navigation li#mini-cart ul li#cart-subtotal:hover,
            ul#navigation li#mini-cart ul li#cart-buttons:hover {
              background-color: #fcfcfc;
            }
            ul#navigation li#mini-cart ul li#cart-buttons {
              margin-top: 0;
              padding: 0;
              padding-top: 5px;
              padding-left: 10px;
              text-align: center;
              display: block;
              clear: both;
              line-height: 40px;
              height: 40px;
              position: relative;
            }
              
        ul#navigation li#mini-cart:hover ul {
          display: block;
        }
        ul#navigation li#mini-cart ul:hover li {
          display: block;
        }
/**
 * Parts Search Bar
 */
div#parts_search {
  background-color: #47351E;
  background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/worn_top.gif);
  background-position: bottom center;
  background-repeat: repeat-x;
  height: 5em;
  z-index: 1;
}
  div#parts_search fieldset {
    margin-top: -3em;
    height: 40px;
    width: 100%;
    overflow: hidden;
    border: none;
    padding: 0;
  }
    div#parts_search fieldset legend {
      width: 200px;
      height: 40px;
      float: left;
    }
  div#parts_search dt,
  div#parts_search dd {
    float: left;
    height: 40px;
  }
  div#parts_search dt {
    margin-right: -20px;
    margin-left: 5px;
    text-indent: -999em;
  }

  div#parts_search dd {
    padding-top: .5em;
  }
  div#parts_search dd select optgroup {
    background-color: #fcfcfc;
    float: left;
  }

  div#parts_search dd select option {
    background-color: #fff;
    color: #000;
    font-weight: normal;
  }

  div#parts_search dd select optgroup option {
    float: left;
    background-color: #fcfcfc;
    color: #222;
  }
  
  div#parts_search dd .part_submit {
    margin-top: -5px;
    margin-left: -12px;
  }


/**
 * Main Content
 */
div#content {
  position:  relative;
  z-index: 1;
  background-color: #fcfcfc;
  padding-bottom: 50px;
}

/**
 * Footer
 */
div#footer {
  font-family: Georgia,
.imes,
.erif;
  font-size: 1.25em;
  background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/footer_top.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-color: #47351e;
  padding-top: 3em;
  text-align: center;
  border-top: 120px solid #fcfcfc;
  margin-top: -100px;
}
div#footer ul {
  list-style-type: none;
}
div#footer ul li {
  display: inline;
  border-right: 1px solid #fcfcfc;
  padding: 0 3px;
}
div#footer ul li#back_to_top {
  border: none;
}
div#footer a:link,
div#footer a:visited {
  text-decoration: none;
  color: #fcfcfc;
  margin-right: 3px;
}
div#footer a:hover,
div#footer a:active {
  text-decoration: underline;
  color: #ff8f2b;
}
div#footer .cart-link {
    display: none;
}

#mini-cart .cart-link {
	display: none;
}
#scanalert, #creditcards, #asecertified {
	text-align: center;
}
#scanalert, #asecertified {
	padding-top: 13px;
}
#scanalert img, #creditcards img, #asecertified img {
  display: block;
  margin: 0 auto;
}
#creditcards{
    float:right;
}
#creditcards img{
}

/**
 * Sidebar
 */
.sidebar {
  padding-top: 1em;
}
.sidebar .style-1,
.sidebar .style-2,
.sidebar .style-3 {
  background-image:url(//db08le7w43ifw.cloudfront.net/assets/images/layout/sprites/sidebar_bg_sprites.jpg);
  background-repeat: repeat-y;
  width: 250px;
  position: relative;
}
.sidebar .padding {
  padding: .5em 30px;
  z-index: 999;
  position: relative;
}
.sidebar .head,
.sidebar .foot {
  background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/sprites/sidebar_vertical_sprites.jpg);
  background-repeat: no-repeat;
  z-index: 2;
}
.sidebar h3,
.sidebar h4 {
  color: #666;
  text-shadow: #999 1px 1px 5px;
}
/* STYLE ONE */
.sidebar .style-1 {
  background-position: 0 0;
}
  .sidebar .style-1 .head {
    background-position: 0 -60px;
    height: 140px;
    margin-bottom: -100px;
  }
  .sidebar .style-1 .foot {
    background-position: 0 -200px;
    height: 150px;
    margin-top: -100px;
  }
  .style-1 a:link,
  .style-1 a:visited {
    color: #ff8f2b;
    text-decoration: none;
  }
  .style-1 a:hover,
  .style-1 a:active {
    color: #0064b1;
    text-decoration: underline;
  }
  .style-1 ul {
    margin: 0;
    list-style-type: none;
  }
  .style-1 ul li a:link,
  .style-1 ul li a:visited {
    font-weight: bold;
    padding: 0 10px;
  }

/* STYLE TWO */
.sidebar .style-2 {
  background-position: -250px 0;
}
  .sidebar .style-2 .head {
    background-position: 0 -350px;
    height: 200px;
    margin-bottom: -130px;
  }
  .sidebar .style-2 .foot {
    background-position: 0 -550px;
    height: 0px;
    padding-top: 150px;
    margin-top: -100px;
  }
  .style-2 a:link,
  .style-2 a:visited {
    color: #0064b1;
    text-decoration: none;
  }
  .style-2 a:hover,
  .style-2 a:active {
    color: #ff8f2b;
    text-decoration: underline;
  }
  .style-2 ul {
    color: #666;
  }
  .style-2 a.latest-post {
    text-decoration: none;
    font-size: 1.75em;
    line-height: 1;
    display: block;
    margin-bottom: .5em;
  }

/* STYLE THREE */
.sidebar .style-3 {
  background-position: -500px 0;
}
  .sidebar .style-3 .head {
    background-position: 0 -700px;
    height: 80px;
    margin-bottom: -60px;
    z-index: 2;
    position: relative;
  }
  .sidebar .style-3 .foot {
    background-position: 0 -920px;
    height: 80px;
    margin-top: -60px;
    z-index: 1;
    position: relative;
  }


/**
 * PAGE BACKGROUND STYLES
 */
.page-unstyled {
  padding: 0 40px;
}

.page .style-1,
.page .style-2,
.page .style-3 {
  background-image:url(//db08le7w43ifw.cloudfront.net/assets/images/layout/sprites/page_vertical_sprites.jpg);
  background-repeat: repeat-y;
  width: 960px;
  position: relative;
  overflow: hidden;
}
.page .body {
  padding: 0 30px;
  width: 880px;
  margin: auto;
  position: relative;
}
.page .style-1 {
  background-position: 0 0;
}
.page .style-2 {
  background-position: -960px 0;
}
.page .style-3 {
  background-position: -1920px 0;
}

.page .style-1 .head,
.page .style-1 .foot,
.page .style-2 .head,
.page .style-2 .foot,
.page .style-3 .head,
.page .style-3 .foot {
  background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/sprites/page_sprites.jpg);
}
.page .style-1 .head {
  background-position: 0 0;
  height: 150px;
  margin-bottom: -150px;
}
.page .style-1 .foot {
  background-position: 0 -130px;
  height: 150px;
  margin-top: -150px;
}
.page .style-2 .head {
  background-position: 0 -280px;
  height: 150px;
  margin-bottom: -150px;
}
.page .style-2 .foot {
  background-position: 0 -428px;
  height: 150px;
  margin-top: -150px;
}
.page .style-3 .head {
  background-position: 0 -575px;
  height: 100px;
  margin-bottom: -100px;
}
.page .style-3 .foot {
  background-position: 0 -833px;
  height: 267px;
  margin-top: -267px;
}
.sidebar-page .body {
  padding: 0em 2.5em;
  width: 620px;
  margin: auto;
  position: relative;
}
.page .style-1 .body,
.page .style-2 .body,
.page .style-3 .body {
  padding: 2.5em;
  
}
  .product-tabs {
  width: 960px;
  margin: auto;
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
  background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/product-details-tabs.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 50px;
  list-style-type: none;
  }
  .product-tabs li {
    height: 20px;
    padding-top: 8px;
    float: left;
    width: 205px;
    text-align: center;
    font-size: 1.5em;
  }
  .product-tabs li a:link,
  .product-tabs li a:visited {
    text-decoration: none;
    color: #444;
    display: block;
  }
  .product-tabs li.current a,
  .product-tabs li a:hover,
  .product-tabs li a:active {
    color: #377a90;
  }
.sidebar-page .style-1,
.sidebar-page .style-2,
.sidebar-page .style-3 {
  background-image:url(//db08le7w43ifw.cloudfront.net/assets/images/layout/sprites/sidebar_page_vertical_sprites.jpg);
  background-repeat: repeat-y;
  margin-left: -10px;
  position: relative;
}
.sidebar-page .style-1 {
  background-position: 0 0;
}
.sidebar-page .style-2 {
  background-position: -680px 0;
}
.sidebar-page .style-3 {
  background-position: -1360px 0;
}
.sidebar-page .style-1 .head,
.sidebar-page .style-1 .foot,
.sidebar-page .style-2 .head,
.sidebar-page .style-2 .foot,
.sidebar-page .style-3 .head,
.sidebar-page .style-3 .foot {
  background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/sprites/sidebar_page_sprites.jpg);
}
.sidebar-page .style-1 .head {
  background-position: 0 0;
  height: 150px;
  margin-bottom: -120px;
}
.sidebar-page .style-1 .foot {
  background-position: 0 -130px;
  height: 150px;
  margin-top: -120px;
}
.sidebar-page .style-2 .head {
  background-position: 0 -280px;
  height: 150px;
  margin-bottom: -120px;
}
.sidebar-page .style-2 .foot {
  background-position: 0 -428px;
  height: 150px;
  margin-top: -120px;
}
.sidebar-page .style-3 .head {
  background-position: 0 -570px;
  height: 263px;
  margin-bottom: -220px;
}
.sidebar-page .style-3 .foot {
  background-position: 0 -833px;
  height: 267px;
  margin-top: -220px;
}

/**
 * Tabbed / Rounded boxes
 * Partial Credit: http://www.schillmania.com
 **************************************************************
 * USAGE WITH NO TAB
 **************************************************************
 * <?php include('inc/page-styles/tab-box/header.php'); ?>
 * YOUR PAGE CONTENT
 * <?php include('inc/page-styles/tab-box/footer.php'); ?>
 **************************************************************
 * USAGE WITH TAB
 * NOTE: Simply define the $tab variable to the text for the tab
 **************************************************************
 * <?php $tab = 'My Tab Text'; include('inc/page-styles/tab-box/header.php'); ?>
 * YOUR PAGE CONTENT
 * will appear with a tab above reading "My Tab Text"
 * <?php include('inc/page-styles/tab-box/footer.php'); ?>
 **************************************************************
 */
/* CHANGE BG FOR DIF STYLES */
  .tab-box-gray .contents,
  .tab-box-gray .t,
  .tab-box-gray .b,
  .tab-box-gray .b div {
    background:transparent url(//db08le7w43ifw.cloudfront.net/assets/images/layout/sprites/rounded_box_gray_bai.png) no-repeat top right;
  }
  .tab-box .contents,
  .tab-box .t,
  .tab-box .b,
  .tab-box .b div {
    background:transparent url(//db08le7w43ifw.cloudfront.net/assets/images/layout/sprites/rounded_box_bai.png) no-repeat top right;
  }
/* TABBED BOXES */
.tab-box,
.tab-box-gray {
  position:relative;
  margin:1em auto;
  min-width:8em;
  max-width:991px; /* based on image dimensions  */
  z-index:1;
  margin-left:12px; /* default,
.idth of left corner */
  margin-bottom:0.5em; /* spacing under.tab-box */
}
.tab-box .container,
.tab-box-gray .container {
  margin: auto;
}

/* TABBED BOX CONTENTS */
.tab-box .contents,
.tab-box-gray .contents {
  z-index: 1;
  position: relative;
  zoom: 1;
  _overflow-y: hidden;
  padding: 10px 28px 0px 0px;
}
.tab-box .t,
.tab-box-gray .t {
  /* top+left vertical slice */
  position:absolute;
  left:0px;
  top:0px;
  width:12px; /* top slice width */
  margin-left:-12px;
  height:100%;
  _height:1600px; 
  background-position:top left;
}
.tab-box .b,
.tab-box-gray .b {
  /* bottom */
  position:relative;
  width:100%;
}
.tab-box .b,
.tab-box .b div,
.tab-box-gray .b div {
  height:30px; /* height of bottom cap/shade */
  font-size:1px;
}
.tab-box .b,
.tab-box-gray .b {
  background-position:bottom right;
}
.tab-box .b div,
.tab-box-gray .b div {
  position:relative;
  width:12px; /* bottom corner width */
  margin-left:-12px;
  background-position:bottom left;
}
.tab-box .hd,
.tab-box .bd,
.tab-box .ft,
.tab-box-gray .ft {
  position:relative;
}
.tab-box p,
.tab-box-gray p {
  margin:0px;
  padding: 1em 0px 0.5em 0px;
}
.tab-box .product-image img,
.tab-box-gray .product-image img {
  border: 1px solid #666;
  padding: 1px;
  background-color: #fff;
  display: block;
  margin: auto;
}
.tab-box .product-description,
.tab-box-gray .product-description {
  line-height: 2;
  color: #444;
}
  .tab-box h4,
  .tab-box-gray h4 {
    font-weight: bold;
  }
  .tab-box h4 a:link,
  .tab-box-gray h4 a:link {
    color: #377a90;
    text-decoration: none;
  }
  .tab-box h4 a:visited,
  .tab-box-gray h4 a:visited {
    color: #5c9eb4;
    text-decoration: none;
  }
  .tab-box .product-description p,
  .tab-box-gray .product-description p {
    padding: 0;
  }
  .tab-box .product-description strong,
  .tab-box-gray .product-description strong {
    color: #377a90;
  }
  .tab-box .product-description em,
  .tab-box-gray .product-description em {
    color: #000;
  }
  .tab-box .product-description h1 a:link,
  .tab-box .product-description h1 a:visited {
    font-weight: bold !important;
  }


/* BOX TAB */
.tab-box .tab,
.tab-box-gray .tab {
  margin-top: -1em;
  position: relative;
  z-index: 2;
  display: inline-table;
}
  .tab-box h3,
  .tab-box-gray h3 {
    font-size: 1em;
    line-height: 1.5;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-weight: bold;
  }
  .tab-box .tab .contents,
  .tab-box-gray .tab .contents {
    padding: 0;
    margin: 0;
    height: 25px;
    padding-right: 40px;
    padding-top: 5px;
    margin-bottom: -5px;
  }
  .tab-box .contents h3 {
    color: #0c4b7e;
    border-bottom: 1px solid #999;
  }
  .tab-box-gray .contents h3 {
    color: #ff8f2b;
    border-bottom: 1px solid #999;
  }
  .tab-box .tab .contents h3 {
    color: #0c4b7e;
    border: none;
  }
  .tab-box-gray .tab .contents h3 {
    color: #ff8f2b;
    border: none;
  }
  .product-details .tab-box-gray .tab .contents {
    padding-bottom: 5px;
  }
  .product-details .tab-box-gray .tab .contents h3 {
    color: #0c4b7e;
    font-size: 1.5em;
  }



/* PRICE BREAKDOWN */
.price-breakdown dl,
.tab-box-gray .price-breakdown dl {
  float: right;
  line-height: 2;
  margin-right: 10px;
}
.tab-box .price-breakdown,
.tab-box-gray .price-breakdown {
  padding-top: 1em;
  text-align: right;
}
.tab-box .price-breakdown dl dt,
.tab-box .price-breakdown dl dd,
.tab-box-gray .price-breakdown dl dt,
.tab-box-gray .price-breakdown dl dd {
  float: left;
  margin: 0;
}
.tab-box .price-breakdown dl dt,
.tab-box-gray .price-breakdown dl dt {
  clear: left;
  text-align: right;
  width: 75px;
}
.tab-box .price-breakdown dl dd,
.tab-box-gray .price-breakdown dl dd {
  text-align: left;
  margin-left: 10px;
}
.tab-box .price-breakdown .list,
.tab-box-gray .price-breakdown .list {
  font-weight: normal;
  color: #666;
  text-decoration: line-through;
}
.tab-box .price-breakdown .price,
.tab-box-gray .price-breakdown .price {
  font-weight: bold;
  font-size: 1.25em;
}
.tab-box .price-breakdown dl dt.price,
.tab-box-gray .price-breakdown dl dt.price {
  color: #377a90;
}
.tab-box .price-breakdown dl dd.price,
.tab-box-gray .price-breakdown dl dd.price {
  color: #ff8f2b;
}
.tab-box .price-breakdown dl dt.save,
.tab-box-gray .price-breakdown dl dt.save {
  color: #444;
  font-style: italic;
}
.tab-box .price-breakdown dl dd.save,
.tab-box-gray .price-breakdown dl dd.save {
  color: #000;
  font-weight: bold;
  font-style: italic;
}
.tab-box .price-breakdown button,
.tab-box-gray .price-breakdown button {
  clear: both;
  margin-right: 5px;
}

/* PRODUCT DESCRIPTION */
.tab-box .product-description p,
.tab-box-gray .product-description p {
  padding: 0;
}
.tab-box .product-description strong,
.tab-box-gray .product-description strong {
  color: #377a90;
}
.tab-box .product-description em,
.tab-box-gray .product-description em {
  color: #000;
}

/* HOVER */

.tab-box h4 a:hover,
.tab-box-gray h4 a:hover,
.tab-box h4 a:active,
.tab-box-gray h4 a:active {
  color: #ff8f2b;
}

.tab-box .product-image,
.tab-box-gray .product-image {
  padding: 1em 0em;
}
/**
 * TABLES
 */
table.product-categories tr td {
  border-bottom: 1px solid #c9dbe9;
}
table.product-categories td a {
  display: block;
  height: 60px;
  line-height: 1;
  padding-left: 70px;
  font-weight: bold;
}
table.product-categories td a img {
  margin-left: -70px;
  margin-bottom: -30px;
}
table.product-categories a:link {
  color: #377a90;
}
table.product-categories a:visited {
  color: #377a90;
}
table.product-categories a:hover,
table.product-categories a:active {
  color: #FF8F2B;
  text-decoration: underline;
}
/**
 * Page specific
 */
ul.parts-list {
  width: 100%;
  overflow: hidden;
  color: #e9892b;
  list-style-type: none;
  margin-bottom: 3.5em;
  line-height: 1.75;
  font-size: 12px;
}
ul.parts-list li {
  width: 275px;
  float: left;
  background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/colors/ffa143.gif);
  background-position: 0 8px;
  background-repeat: no-repeat;
  padding-left: 10px;
}
ul.parts-list-front {
  width: 100%;
  overflow: hidden;
  color: #e9892b;
  list-style-type: none;
  margin-bottom: 3.5em;
  line-height: 1.5;
  font-size: 12px;
  padding-left: 0;
}
ul.parts-list-front li {
  width: 180px;
  margin-left: 13px;
  padding-left: 12px;
  float: left;
  background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/colors/ffa143.gif);
  background-position: 0 6px;
  background-repeat: no-repeat;
}


table.view-cart {
  border-collapse: collapse;
}
table.view-cart thead tr th {
  font-family: 'Trebuchet MS',Helvetica,sans-serif;
  background: transparent;
  height: 4em;
  border-bottom: 2px solid #999;
  color: #ff8f2b;
  font-size: 1em;
}
table.view-cart tbody tr td {
  border-bottom: 2px solid #ddd;
  padding-bottom: .5em;
}
table.view-cart td.product-price {
  vertical-align: top;
  color: #000;
  line-height: 2.5;
  padding-top: 7px;
}
table.view-cart td.product-total {
  vertical-align: top;
  color: #0c4b7e;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 7px;
}
table.view-cart td.product-action {
  vertical-align: top;
}
table.view-cart td.product-qty {
  vertical-align: top;
  font-weight: bold;
  padding-top: 7px;
  line-height: 2.5;
}
table.view-cart td.product-qty select {
  font-size: 1.2em;
  line-height: 1;
}
table.view-cart tfoot tr td button {
  clear: both;
}
dl.cart-subtotal {
  float: right;
  line-height: 2;
  margin-bottom: 63px;
  width: 355px;
  overflow: visible;
}
dl.cart-subtotal dt,
dl.cart-subtotal dd {
  float: left;
  height: 35px;
  width: 160px;
}
dl.cart-subtotal dt {
  clear: both;
}
dl.cart-subtotal dd {
  text-align: right;
}
dl.cart-subtotal dt.shipping {
  font-style: normal;
  font-size: 1em;
}
dl.cart-subtotal dd.shipping {
  font-style: normal;
  text-transform: uppercase;
  color: #891D15;
  font-weight: bold;
}
dl.cart-subtotal dt.cart-total {
  font-style: normal;
  font-size: 1em;
  line-height: 3.7;
  color: #377a90;
}
dl.cart-subtotal dd.cart-total {
  color: #0c4b7e;
  font-size: 1.5em;
  font-weight: bold;
}

.breadcrumbs {
  color: #666;
  padding: 1em;
}
.breadcrumbs a {
  padding: 0 .25em;
}


#discount-code {
  text-align: center;
  width: 200px;
  padding: 10px 10px 10px 50px;
  font-style: normal;
}
#discount-code button.custom {
  margin-left: 0px;
}
#discount-code strong {
  display: block;
  color: #0c4b7e;
  font-size: 1.2em;
}
#discount-code input {
  font-size: 1em;
  padding:2px;
  text-align: center;
}


.product-images .thumbs {
  float: left;
  list-style-type: none;
  margin-left: 10px;
  width: 60px;
}
.product-images .thumbs li {
  background-color: #fff;
  border: 1px solid #999;
  margin-bottom: .5em;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.product-images .thumbs li.current {
  background-color: #ccc;
}
.product-images .thumbs li a:link,
.product-images .thumbs li a:visited {

}
.product-images .thumbs li a:hover img,
.product-images .thumbs li a:active img {
  border: 5px solid #ddd;
  margin: -5px;
}
.product-images .thumbs li a img {
  vertical-align: middle;
}
.product-images #product-image {
  float: left;
  border: 2px outset #ccc;
  width: 336px;
  height: 340px;
  line-height: 340px;
  background-color: #fff;
  text-align: center;
}
.product-images #product-image img {
  vertical-align: middle;
}
#product-promo {
  background-image: url(//db08le7w43ifw.cloudfront.net/assets/images/layout/large-torn.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  height: 325px;
  padding-top: 45px;
}

#product-promo .stock-status,
#product-promo label {
  font-weight: normal;
  color: #666;
}
#product-promo .promo-to-cart {
  height: 50px;
}
#product-promo h3 {
  font-size: 2em;
  font-weight: bold;
  color: #80623D;
  margin-bottom: 10px;
}
#product-promo strong {
  font-weight: bold;
  color: #754807;
  text-transform: uppercase;
}
#product-promo .price-breakdown strong {
  display: block;
  clear: both;
}
#product-promo dl {
  float: left;
  width: 250px;
  overflow: visible;
  margin-bottom: 1em;
} 
#product-promo dl dt,
#product-promo dl dd {
  float: left;
  width: 100px;
  margin: 0;
}
#product-promo  dl dt {
  clear: left;
  text-align: left;
}
#product-promo  dl dd {
  text-align: left;
  margin-left: 10px;
}
#product-promo .list {
  font-weight: normal;
  color: #666;
  text-decoration: line-through;
}
#product-promo dt.list {
  text-decoration: none;
}
#product-promo .price {
  font-weight: bold;
}
#product-promo dl dt.price {
  color: #377a90;
  font-size: 1.25em;
}
#product-promo dl dd.price {
  color: #CC0000;
  font-size: 1.75em;
  line-height: 1.25em;
}
#product-promo dl dt.save {
  color: #444;
  font-style: italic;
}
#product-promo dl dd.save {
  color: #000;
  font-weight: bold;
  font-style: italic;
}
#product-promo .promo-to-cart {
  text-align: right;
  
}

.forgot-password {
  font-size: .8em;
  line-height: 1;
}
table.receipt {
  font-size: 1.2em;
  color: #000;
  margin-bottom: 2em;
}
table.receipt .total {
  font-size: 1.2em;
  font-weight: bold;
}
table.receipt .total th,
table.receipt .total td {
  border-top: 1px solid #000;
}
#only-ships {
margin-top:-100px
}
#account_home .tab-box-gray button, #account_home .tab-box button {
  margin-top: 30%;
}
/**
 * Extras
 */
.a11y {
  /* hide content for screen readers */
  display: none;
}



/* Search suggest */
.ac_results { background-color: #fff; z-index: 996; border: 1px solid #ccc;}
.ac_results ul  { margin: 0px; padding: 1px; list-style-type: none;}
.ac_results ul li { padding: 3px 5px; cursor: pointer;}
.ac_even    { background-color: #fff; }
.ac_odd     { background-color: #f3f3f3; }
.ac_count   { float: right; font-size: smaller; }
.ac_over    { background-color: #0064AF; color: #fff; }
/* -- Search suggest -- */

TABLE#tbShowPackegeProgress{
  /*display: none;*/
  border-collapse: collapse;
}

TABLE#tbShowHistoryItems{
  /*display: none;*/
  width: 800px;
}


TABLE#tbShowPackegeProgress TD {
  border-bottom: 1px Solid #C0C0C0;
  padding: 5px 5px;
  font-size: 12px;
}

TABLE#tbShowPackegeProgress THEAD TR TD{
  background-color: #C6AF79;
  color: #47351E;
  padding-left: 15px;
  font-weight: bold;
}

TABLE#tbShowPackegeProgress TD.td0 {background-color: #F5FDFF;}
TABLE#tbShowPackegeProgress TD.td1 {background-color: #F2F2F2;}
TABLE#tbShowPackegeProgress TD.ItemsList {display: none;}

TABLE#tbShowPackegeProgress TD A, DIV.divShowDetaliseMore {color: #0C4B7E; font-weight: bold; text-decoration: underline; cursor: pointer;}

.description {font-size: 1.2em;line-height:1.25;margin-bottom:1.25em; font-weight: bold; font-family: 'Trebuchet MS',Helvetica,sans-serif;}
.description A {text-decoration: none; color: #377A90; line-height: 1.25;}
.description A:hover {color: #FF8F2B;}

.shipping-method-text{
    clear: both;
    padding: 20px 20%;
}

.cart-checkout {
    margin-left: 730px; text-align: center; margin-right: 40px;
}

#mobile-nav {
    display: none;
}

.mobile-row {
    display: none;
}

.mobile-title {
    display: none;
}

.mobile-items-cart-count {
	display: none;
}
#mobile-sticky-button {
    display: none;
}

.search-results-count-con {
    width: 650px; 
}

.search-results-sort-con {
    font-size: 12px; 
    width: 650px; 
    text-align: right;
}

#mobile-search-con {
    display: none;
}

.btnTracking.mobile {
    display: none;
}

.part_submit.mobile {
     display: none;
}

body.checkout #comment {
	width: 375px;
}

#parts_form > fieldset > dl label {
    display: none;
}

#mobile-brown-header {
    display: none;
}
