  @charset "utf-8";
  /* CSS Document */

  a:link, a:visited, a:active
  {
    color:#00F;
  }

  a:hover
  {
    color:#F00;
  }

  a.sidemenu
  {
    color:#006
  }

  a.sidemenu:hover
  {
    color:#F00
  }

  a.cssbutton, a.confirm
  {
    /* Sliding right image */
    background: transparent url('images/button_right_small.png') no-repeat scroll top right; 
    display: block;
    float: left;
    height: 24px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 5px;
    padding-right: 10px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
  }

  a.cssbutton span, a.confirm span
  {
    /* Background left image */ 
    background: transparent url('images/button_left_small.png') no-repeat; 
    display: block;
    line-height: 20px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
    padding: 2px 0 5px 10px;
  } 

  a.cssbutton:hover span, a.confirm:hover span
  {
    text-decoration:underline;
  }

  a.newbutton, a.nb12 {
    display: inline-block;
    padding: 0.4em 1.5em;
    border: 0.2em solid #FF0;
    border-radius: 0.5em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background-color: #006;
    text-align: center;
    transition: all 0.25s;
    box-shadow: 5px 5px 6px 3px #999;
  }
  a.newbutton {
    font-size: 14px;
  }
  a.nb12 {
    font-size: 12px;
  }

  a.newbutton:hover, a.nb12:hover {
    text-shadow: 0 0 2em rgba(255, 255, 255, 1);
    color: #fff;
    border-color: #006;
    background-color: #900;
    box-shadow: 3px 3px 4px 2px #999;
  }

  @media all and (max-width:30em) {
    a.newbutton, a.nb12 {
      display: block;
      margin: 0.4em auto;
    }
  }

  .newbuttondisabled {
    display: inline-block;
    padding: 0.4em 1.5em;
    border: 0.2em solid #900;
    border-radius: 0.5em;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 14px;
    color: #999;
    background-color: #eee;
    text-align: center;
    transition: all 0.25s;
    box-shadow: 5px 5px 6px 3px #999;
  }
    
  .headerleft .headerright
  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    padding:3px;
    background-color:#900;
    color:#DDD;
  }
  .headerleft
  {
    text-align:left;
  }
  .headerright
  {
    text-align:right;
  }

  .footer
  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000;
    text-align:right;
    border-top: 1px solid #900;
    padding: 2px 10px;
  }

  H1
  {
    font-family: Verdana;
    font-size: medium;
    Color:#900;
    text-align:center;
  }

  H2
  {
    font-family: Verdana;
    font-size: 13px;
    color:#900;
    text-align:center;
    margin: 0;
  }

  H3
  {
    font-family: Verdana;
    font-size: 13px;
    font-style:italic;
    color:#900;
    text-align:left;
  }

  H4
  {
    font-family: Verdana;
    font-size: 13px;
    font-weight:normal;
    color:#900;
    text-align:left;
    display:inline;
  }

  .itemhead
  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
    color:#000;
  }

  .itemtext
  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
  }

  .pageheader
  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
  }

  select
  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    HEIGHT: 20px;
  }

  .fleft
  {
    float:left;
  }

  .fright
  {
    float:right;
  }

  li
  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:1.4;
    color:#000;
  }

  table, td
  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
  }

  table.maintable, table.maintable2 {
    border-style:solid;
    border-color:#900;
    border-bottom:none;
    border-width:medium;
    background-color:#FFF;
    width:980px;
    margin-left:auto; 
    margin-right:auto;
  }
  table.maintable {
    border-collapse:collapse;
    border-top: 1px solid #900;
  }
  table.maintable2 {
    border-collapse:separate;
    border-spacing:0px;
    border-top:none;
    padding-left:10px;
    padding-right:10px;
  }
  td.maintd
  {
    padding-left:10px;
    padding-right:10px;
  }
  table.foottable
  {
    border-style:solid;
    border-color:#900;
    border-collapse:separate;
    border-spacing: 0px;
    border-width:medium;
    border-top: 1px solid #900;
    border-radius: 0px 0px 15px 15px;
    background-color:#FFF;
    width:980px;
    margin-left:auto; 
    margin-right:auto;
  }
  div.cookiebg
  {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #006;
    z-index: 9998;
    opacity: 0.5;
  }
  table.cookiewarning
  {
    border:2px solid #900;
    border-radius:10px;
    background-color:#FF6;
    width:700px;
    margin-left:auto; 
    margin-right:auto;
    position: fixed;
    top:25vh;
    left:50%;
    margin-left: -350px;
    z-index: 9999;
  }
  table.cookies
  {
    border:2px solid #CCC;
    border-collapse:collapse;
    background-color:#FFF;
    width:90%;
    margin-left:auto; 
    margin-right:auto;
    text-align:center;
  }

  body
  {
    SCROLLBAR-BASE-COLOR: #DEE3E7;
    background-color:#006;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
  }

  hr.pagedivider
  {
    border: none;
    background-color: #900;
    height: 1px;
  }

  /* --- FORM FIELDS --- */

  select
  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    HEIGHT: 18px;
  }

  input
  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    HEIGHT: 18px;
  }

  textarea
  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    SCROLLBAR-BASE-COLOR: #C0C0C0;
    SCROLLBAR-TRACK-COLOR: #E5E5E5;
  }

  .catdescript
  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#009;
  }

  button, button a, button a:link, button a:hover, button a:visited, button a:active
  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#000;
    text-decoration:none;
  }

  button img
  {
    vertical-align: middle;
  }

  /*--- NEW HEADER ---*/

    .topbar {
      position: fixed;
      top: 0px;
      height: 20px;
      left: 50%;
      margin-left: -490px;
      width: 980px;
      background-color: #006;
      z-index: 999;
    }
    .headspace {
      z-index: 1;
      height: 175px;
    }
    .headspacesm {
      z-index: 1;
      height:145px;
    }
    .bannershadow, .bannershadowsm {
      position: fixed;
      left: 50%;
      margin-left: -487px;
      width: 974px;
      display: block;
      background-color: #900;
      border: none;
      box-shadow: 0px 5px 3px #999;
      z-index:1;
      transition: all 1s;
    }
    .bannershadow {
      height: 176px;
    }
    .bannershadowsm {
      height: 84px;
    }
    .banner0 {
      position: fixed;
      left: 50%;
      margin-left: -490px;
      width: 974px;
      height: 200px;
      display: block;
      background-color: #fff;
      border: 3px solid #900;
      border-bottom: 0px;
      z-index: -1;
    }
    .banner1, .banner1sm {
      position: fixed;
      display: flex;
      flex-wrap: nowrap !important;
      justify-content: space-between;
      left: 50%;
      margin-left: -490px;
      width: 974px;
      background-color: #fff;
      border: 3px solid #900;
      border-radius: 15px 15px 0px 0px;
      border-bottom: none;
      transition-duration: 0.5s;
      z-index: 999;
    }
    .banner1 {
      height: 112px;
    }
    .banner1sm {
      height: 55px;
    }
    .b1logo, .b1logosm {
      display: inline-block;
      border-top-left-radius: 15px;
      background-image: url("images/logo/rotate.php");
      background-repeat: no-repeat;
      background-position: 1px;
      vertical-align: top;
      cursor: pointer;
      transition: all 0.25s;
    }
    .b1logo {
      width: 602px;
      height: 110px;
      background-size: 600px 108px;
    }
    .b1logosm {
      width: 301px;
      height: 55px;
      background-size: 300px 54px;
    }
    .b1right, .b1rightsm {
      position: absolute;
      right: 0px;
      top: 0px;
      display: flex;
      text-align: center;
      transition-delay: 0.33s;
      transition-duration: 0.33s;
    }
    .b1right {
      flex-direction: column;
      align-items: flex-end;
      width: 366px;
    }
    .b1rightsm {
      flex-direction: row;
      max-height: 55px;
      width: 666px;
    }
    .b1r1 {
      width: 340px;
      transition-duration: 0.33s;
      margin-right: 35px;
    }
    .b1r1sm {
      width: 280px;
      transition-duration: 0.33s;
    }
    .b1r2 {
      width: 360px;	
      display: flex;
      justify-content: center;
      transition-delay: 0.33s;
      transition-duration: 0.33s;
      bottom: 0px;
    }
    .b1r2sm {
      position: absolute;
      display: flex;
      width: 320px;
      vertical-align:top;
      padding: 12px 10px 0px 15px;
      transition-delay: 0.33s;
      transition-duration: 0.33s;
      top: 0px;
      right: 25px;
    }
    b1r2sm.span {
      float:center;
      margin:0px;
      /*overflow:hidden;*/
    }
    .bkcentre {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 5px;
      margin-right: 10px;
    }
    .bkleft {
      position: relative;
      margin: 0px;
      padding: 0px;
    }
    .searchentry {
      position: relative;
      font-size:14px;
      height:24px;
      border-radius:4px;
      border-width:thin;
      background-color:#FFC;
      padding-left:4px;
    }
    .textbox-clr{
      visibility: hidden;
      position: absolute;
      cursor:pointer;
      width: 24px; 
      height:20px;
      padding-left: -2px;
      border:1px solid #999;
      border-radius: 3px;
      text-align:center;
      right: 5px;
      top: 4px;
    }
    .searchbutt {
      white-space: nowrap;
    }
    .banner2, .banner2sm {
      position: fixed;
      left: 50%;
      margin-left: -490px;
      width: 974px;
      display: block;
      background-color: #900;
      border-left: 3px solid #900;
      border-right: 3px solid #900;
      z-index: 998;
      transition-delay: 0.5s;
      transition-duration: 0.25s;
    }
    .banner2 {
      top: 123px;
    }
    .banner2sm {
      top: 92px;
    }
    .b2left, .b2right {
      display: table-cell;
      width: 487px;
      font-family:Verdana, Arial, Helvetica, sans-serif;
      font-size:11px;
      font-weight:bold;
      padding:3px;
      color:#ddd;
      transition-delay: 0.5s;
      transition-duration: 0.25s;
    }
    .b2left {
      text-align: left;
    }
    .b2right {
      text-align: right;
    }
    .b2leftsm, .b2rightsm {
      display: none;
      transition-delay: 0.5s;
      transition-duration: 0.25s;
    }

    .banner3, .banner3sm {
      width: 974px;
      position: fixed;
      left: 50%;
      margin-left: -490px;
      display: block;
      background-color: #900;
      border-left: 3px solid #900;
      border-right: 3px solid #900;
      z-index: 997;
      transition-delay: 0.5s;
      transition-duration: 0.25s;
    }
    .banner3 {
      top: 142px;
    }
    .banner3sm {
      top: 66px;
      margin-bottom: -5px;
    }

  /* --- LIVE SEARCH ---*/

  .srbox {
    text-align: left;
    padding-right: 15px;
  }
  .srboxsm {
    text-align: left;
    padding-right: 15px;
  }
  /***********************************/
  #search-layer, #search-layer2 {
    position:absolute; 
    background:rgba(255,255,255,0.5); 
    z-index:1000; 
    left:0px; 
    top:0px;
    }
  /***********************************/
  #livesearch, #livesearch2 {
    position:relative;
    left:0px;
    z-index:10000; 
    background:#0071b4;
    overflow:auto; 
    width:96%;
    box-shadow:0px 2px 4px #444; 
    margin-left:1.2%;
  }
  #livesearch{
    scroll-margin-block-start:32px;
    max-height:50vh;
  }
  #livesearch2{
    max-height:35vh;
  }
  /***********************************/
  .live-outer-heading, .live-outer-heading2 {
    width:98%; 
    height:20px;
    border:2px solid #006; 
    background:#900;
  }
  .loh-hide {
    display: none;
    visibility: hidden;
  }
  .live-heading-det, .live-heading-det2 {
    float:left; 
    width:100%; 
    height:20px;
    text-align: center;
  }
  .live-heading-det p, .live-heading-det2 p {
    margin:0px;
    color:#fff;
    text-shadow: none;
    font-size:11px;
    padding-top: 3px;
  }
  .live-outer, .live-outer2 {
    width:98%; 
    height:60px;
    border:2px solid #006;
    background:#fff;
  }
  .live-im, .live-im2 {
    float:left;
    width:64px; 
    height:60px;
  }
  .live-im img, .live-im2 img {
    width:100%; 
    height:100%;
  }
  .live-product-code, .live-product-code2 {
    width:15%; 
  }
  .live-product-det, .live-product-det2 {
    float:left; 
    width:70%; 
    height:60px;
  }
  .live-product-name, .live-product-name2 {
    width:100%; 
    height:22px; 
    margin-top:4px;
    margin-left:10px;
  }
  .live-product-name p, .live-product-name2 p {
    margin:0px;
    color:#333;
    text-shadow: 1px 1px 1px #DDDDDD;
    font-size:14px;
  }
  .live-product-name-discon, .live-product-name-discon2 {
    width:100%; 
    height:22px; 
    margin-top:4px;
    margin-left:10px;
    }
  .live-product-name-discon p, .live-product-name-discon2 p {
    margin:0px;
    color:#666;
    text-shadow: 1px 1px 1px #DDDDDD;
    font-size:14px;
  }
  .live-product-price {
    width:100%;
    height:28px;
  }
  .live-product-price-text {
    float:right; 
    width:30%;
  }
  .live-product-price-text p {
    margin:0px;
    margin-top:14px;
    font-size:14px;
  }
  .live-product-price2 {
    width:100%;
    height:12px;
  }
  .live-product-price-text2{
    float:left; 
    width:100%;
    }
  .live-product-price-text2 p{
    margin:2px;
    font-size:9px;
    white-space: nowrap;
    overflow-x: hidden;
    }
  
  .link-p-colr, .link-p-colr2{
    color:#333;
  }
  .lpc-focus, .live-outer:hover, .live-outer2:hover{
      background-color: #ff0;
  }

  /* --- BASKET --- */

  table.basket
  {
    width:100%;
    margin-left:auto; 
    margin-right:auto;
    text-align:center;
    border-spacing:0;
    border-collapse:separate;
    border:1px solid #900;
    border-radius:10px;
    box-shadow:5px 5px 3px #999; 
  }
  .basketbutton, .basketbuttonsm {
    background-image: url("images/basket_white.gif");
    background-repeat: no-repeat;
    background-color:#006;
    border:2px solid #ff0;
    border-radius:12px;
    box-shadow: 5px 5px 6px 3px #999;
    text-align:right;
    cursor:pointer;
    transition-duration: 0.33s;
  }
  .basketbutton {
    width:350px;
    height: 66px;
    background-size: 60px;
    background-position: 30px 5px;
    margin:5px 15px 5px 5px;
  }
  .basketbuttonsm {
    width:100%;
    height: 44px;
    background-size: 38px;
    background-position: 15px 3px;
    margin: 2px;
  }
  .basketbutton:hover, .basketbuttonsm:hover {
    text-shadow: 0 0 2em rgba(255, 255, 255, 1);
    color: #fff;
    border-color: #006;
    background-color: #900;
    box-shadow: 3px 3px 4px 2px #999;
  }
  a.basketlink, a.basketlink:visited, a.basketlink:hover, a.basketlink:active,
  a.basketlinksm, a.basketlinksm:visited, a.basketlinksm:hover, a.basketlinksm:active {
    display: block;
    text-align: center;
    color:#FFF;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight:bold;
    transition-duration: 0.25s;
  }
  a.basketlink, a.basketlink:visited, a.basketlink:hover, a.basketlink:active {
    margin-left: 60px;
    margin-top:15px;
    font-size:16px;
  }
  a.basketlinksm, a.basketlinksm:visited, a.basketlinksm:hover, a.basketlinksm:active {
    margin-left: 50px;
    margin-top:5px;
    font-size:14px;
  }
  a.basketlink:hover, a.basketlinksm:hover {
    color:#FFF;
  }
  .basketlines, .basketlinessm {
    margin-left: 60px;
    text-align: center;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    transition-duration: 0.25s;
  }
  .basketlines {
    margin-top: 5px;
    font-size:14px;
  }
  .basketlinessm {
    margin-top: 3px;
    font-size:11px;
  }

  /* --- BREADCRUMB NAV BAR --- */

  .bcnavbar {
    border-collapse: separate;
    border-spacing: 0px;
    margin: 10px 0px 10px -1px;
    position: fixed;
    z-index: 10;
    transition-duration: 0.5s;
  }
  a.bcnavlink,
  a.bcnavlink:visited {
    color: rgba(0, 0, 255, 1);
  }
  a.bcnavlink:hover,
  a.bcnavlink:active {
    color: rgba(255, 0, 0, 1);
  }
  .bcnavimg, .bcnav1, .bcnav2, .bcnav3 {
    width: fit-content;
    padding: 2px 12px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    color: rgba(0, 0, 102, 1);
    border: 1px solid #900;
    box-shadow: 4px 4px 3px #999;
    transition-delay: 0.5s;
    transition-duration: 0.5s;
  }
  .bcnavimg {
    display: table-cell;
    padding: 2px 12px;
    font-size: 16px;
    border-left: none;
    border-right: none;
    background: url('images/here_arrow_new.gif') #fff no-repeat -5px center;
  }
  .bcnav1 {
    padding: 2px 20px 2px 5px;
    font-size: 12px;
    border-left: none;
    border-right: none;
    background: url('images/navdivider.png') #fff no-repeat right center;
  }
  .bcnav2 {
    padding: 2px 18px 2px 5px;
    font-size: 12px;
    border-left: none;
    border-right: none;
    background: url('images/navdivider.png') #fff no-repeat right center;
  }
  .bcnav3 {
    padding: 2px 10px 2px 5px;
    font-size: 12px;
    background-color: #fff;
    border-left: none;
    border-radius: 0px 15px 15px 0px;
  }

  .bcnavbarsm {
    border-collapse: separate;
    border-spacing: 0px;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -487px;
    z-index: 1;
    transition-duration: 0.25s;
    opacity: 0.8;
  }
  .bcnavbarsm:hover {
    opacity: 1;
  }
  .bcnavimgsm, .bcnav1sm, .bcnav2sm, .bcnav3sm {
    width: fit-content;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: rgba(0, 0, 102, 1);
    border: 1px solid rgba(153, 0, 0, 1);
    border-left: none;
    border-right: none;
    background: url('images/here_arrow_new_sm.gif') #fff no-repeat -5px center;
    box-shadow: 4px 4px 3px #999;
    transition-delay: 0.5s;
    transition-duration: 0.5s;
  }
  .bcnavimgsm {
    padding: 1px 12px 1px 5px;
    color: rgba(0, 0, 102, 1);
    border-right: none;
    background: url('images/here_arrow_new_sm.gif') #fff no-repeat -5px center;
    transition-delay: 0.5s;
    transition-duration: 0.5s;
  }
  .bcnav1sm {
    padding: 1px 20px 1px 5px;
    color: rgba(0, 0, 102, 1);
    border-right: none;
    background: url('images/navdivider.png') #fff no-repeat right center;
  }

  .bcnav2sm {
    padding: 1px 18px 1px 5px;
    color: rgba(0, 0, 102, 1);
    border-right: none;
    background: url('images/navdivider.png') #fff no-repeat right center;
  }

  .bcnav3sm {
    padding: 1px 10px 1px 5px;
    color: rgba(0, 0, 102, 1);
    background-color: #fff;
    border-radius: 0px 15px 15px 0px;
  }


/* --- FRONT PAGE --- */

.fpnewsdate {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#000000;
  text-align:right;
  vertical-align:top;
  width:15%;
}
.fpnewstext {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000;
  text-align:left;
  vertical-align:top;
  width:85%;
}
.fpcategory {
  display: flex;
  flex-direction: column;
  justify-content:space-between;
  align-items: stretch;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#fff;
  background-color:#006;
  border:2px solid #ff0;
  border-radius:30px; 
  width:300px;
  height:32px;
  margin: -1px auto 5px 15px;
  cursor:pointer;
  overflow:hidden;
  box-shadow: 2px 2px 2px 1px #999;
  transition: all 0.25s;
}
.fpcategory:hover {
  background-color:#900;
  border: 2px solid #006;
  box-shadow: 1px 1px 1px 1px #999;
}
.fpcatheader, fpcatheader a, fpcatheader a:active, fpcatheader a:visited {
  font-size:14px;
  font-weight:bold;
  color:#fff;
   height:30px;
}
.fpcatdesc {
  font-size:12px;
  text-align:right;
  float:right;padding: 0px 5px 5px 5px;
}
.fpenquiry, .fpenqwide {
  display:block;
  background-color:#CF9;
  border:2px solid #CCC;
  border-radius:30px;
}
.fpenquiry {
  width:280px;
  height:265px;
  margin: 10px 20px 0px auto;
  padding:0px 15px;
}
.fpenqwide {
  width:auto;
  font-size:14px;
  margin: 10px 40px 0px 40px;
  padding:0px 15px;
}
.fpenqform {
  font-size:12px;
  height:22px;
  border-radius:6px;
  border-width:thin;
  background-color:#FFF;
  padding:2px;
  margin: 2px 2px 2px auto;
}
.fpenqform2018 {
  font-size:11px;
  border-radius:5px;
  border-width:thin;
  background-color:#FFF;
  padding:2px;
  margin: 2px 2px 2px auto;
}
.fpenqlabel {
  font-weight:bold;
  margin-right:2px;
}
.fpleadmagnet
{
  font-size:11.5px;
  background-color:#333;
  color:#FFF;
  display:inline-block;
  width:280px;
  height:85px;
  margin:auto;
  border:1px solid;
  border-color:#CCC;
  border-radius:10px;
  overflow:hidden;
  text-align:center;
}
.fpcontact1, .fpcontact1 a, .fpcontact1 a:link, fpcontact1 a visited, fpcontact1 a hover {
  font-size:18px;
  font-weight:bold;
  line-height:12px;
  text-decoration:none;
  margin-bottom:10px;
}
.fpcontact2 {
  font-size:22px;
  font-weight:bold;
  margin-bottom:5px;
}
.fpcontact3 {
  font-size:12px;
  margin-bottom:10px;
}
.landingenq {
  display:block;
  width:400px;
  font-size:14px;
  margin-right:auto;
  margin-left:auto;
  padding:2px 15px;
  background-color:#FF0;
  border:2px solid #F00;
  border-radius:30px;
}
.landingenqform {
  font-size:12px;
  height:22px;
  border-radius:6px;
  border-width:thin;
  background-color:#FFF;
  padding:2px;
  margin:2px 2px 2px auto;
}
.landingenqlabel {
  font-weight:bold;
  margin-right:2px;
}

/* --- CAT & PROD PAGES --- */
.navimage {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  display:inline-block;
  vertical-align:middle;
  padding-right:10px;
}
.navtext {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  display:inline-block;
  padding-top:10px;
}
.navtext-bold {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  display:inline-block;
  padding-top:10px;
}
.cat_wrapper {
  width:100%;
  margin-top:10px;
}
.cat_block {
  width:25%;
  height:110px;
  padding: 0px 5px 10px 5px;
  vertical-align:top;
}
.cat_block2 {
  width:25%;
  padding-left:5px;
  padding-right:5px;
  vertical-align:top;
}
.cat_box {
  border:1px solid;
  border-color:#CCC;
  height:100%;
  cursor:pointer;
  background-color:#EEE;
}
.cat_box2 {
  height:145px;
  cursor:pointer;
}
.cat_catimage {
  font-size:12px;
  width:60px;
  text-align:center;
  vertical-align:top;
}
.cat_prodimage {
  font-size:12px;
  width:64px;
  height:70px;
  text-align:center;
  vertical-align:top;
  border-radius:10px;
}
img.cat_thumb {
  width: 60px;
  height: 60px;
  border: 1px solid #900;
  border-radius: 8px;
}
img.cat_thumb_discon {
  width: 60px;
  height: 60px;
  border: 1px solid #900;
  border-radius: 8px;
  opacity:0.5;
}
.cat_title {
  font-size:12px;
  text-align:center;
  vertical-align:middle;
  width:inherit;
}
.cat_text {
  font-size:12px;
  width:100%;
  text-align:center;
}
.cat_box, .shadow {
  position: relative;
  bottom: 4px;
  right: 4px;
}
.shadow {
  background-color: #AAA;
  height:100%;
}

.cat_refine_mask {
  display: none;
  visibility: hidden;
}
.cat_refine_mask_show {
  display: block;
  visibility: visible;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #006;
  opacity: 0.4;
  top:0px;
  left: 0px;
  z-index: 9998;
}
.cat_refine_wrap {
  display: none;
  visibility: hidden;
}
.cat_refine_wrap_show {
  display: block;
  visibility: visible;
  position: absolute;
  width: 320px;
  height: auto;
  margin: auto;
  top: 10vh;
  left: 50%;
  margin-left: -170px;
  background-color: #eee;
  border: 2px solid #900;
  border-radius: 15px;
  box-shadow: 5px 5px 3px #888;
  padding: 20px 10px;
  z-index: 9999;
}
.cat_refine_wrap_show h1 {
  margin: 0px;
  text-align:left;
  font-size: 14px;
}
.refinetit {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 290px;
  height: 20px;
  background-color: #900;
  color: #fff;
  border-radius: 13px 0px 15px 0px;
  padding: 5px;
  text-wrap: nowrap;
  overflow-x: hidden;
}
.refinetit h2 {
  color: #fff;
  text-align: left;
  font-weight: normal;
}
.cat_refine_type {
  margin: 0px auto 5px auto;
  background-color: #fff;
  border: 1px solid #900;
  border-radius: 10px;
}
.cat_refine_type h2 {
  color: #fff;
  background-color: #900;
  width: 100%;
  margin: -2px 0px 2px 0px;
  border-radius: 9px 9px 0px 0px;
}
.crdouter {
  border: 1px solid #900;
  border-radius: 15px;
  padding: 10px;
  box-shadow: 5px 5px 3px #888;
}
.crdwrap {
  display: flex;
  align-items: center;
}
.cat_refine_desc {
  padding: 2px 10px;
  text-align: right;
  width: 225px;
}
.cat_refine_select {
  padding: 0px 10px;
  text-align: left;
  width: 25px;
}
.refinebutts {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap:40px;
}
.rfselector, .rfselected, .rfselhover {
  position:relative;
  width:27%;
  text-align:left;
  padding:3px 10px;
  background-color: #eee;
  border:1px solid #900; 
  border-left: 0px;
  border-radius:0px 15px 15px 0px;
  margin-left:-20px;
  cursor: pointer
}
.rfselected {
  background-color: #ff0;
}
.rfselhover, .rfselector:hover, .rfselected:hover {
  background-color: #0f0;
}
.catgobackwrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  cursor: pointer;
}
.catgobackarrow {
  display: block;
  width: 45px;
  background: url('images/there_arrow_new.gif') #fff;
  background-position: right;
  background-repeat: no-repeat;
  border: 1px solid #900;
  border-right: none;
  border-radius: 15px 0px 0px 15px;
  box-shadow: 5px 5px 3px#888;
}
.catgoback {
  vertical-align: middle;
  width: fit-content;
  height: 18px;
  background-color: #fff;
  color: #00f;
  padding: 2px 12px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #900;
  margin-left: -2px;
  border-left: none;
  border-radius: 0px 15px 15px 0px;
  box-shadow: 5px 5px 3px#888;
}
table.applist
{
  border-style:solid;
  border-color:#CCC;
  border-collapse:collapse;
  border-width:thin;
  padding-left:10px;
  padding-right:10px;
  background-color:#FFF;
  width:98%;
  margin-left:auto; 
  margin-right:auto;
}
td.appmfr
{
  background-color:#900;
  color:#FFF;
  font-weight:bold;
  padding:2px;
}
td.appmfr a:link, td.appmfr a:visited, td.appmfr a:hover, td.appmfr a:active {
  color:#FFF;
}
td.appitem
{
  border:1px solid #CCC;
  padding:2px;
}

table.orderprocwrapper, table.orderprocwrapperpc {
  margin-top:10px;
  border:2px solid #900;
  border-radius:15px;
  padding:none;
}
table.orderprocwrapper
{
  width:98%;
  margin-left:35px;
  margin-right:auto;
}
table.orderprocwrapperpc
{
  margin-left:auto;
  margin-right:35px;
}
td.orderproc {
  text-align:center;
  background-color:#CCC;
  color:#666;
  font-size:11px;
}
td.orderproc_ok {
  text-align:center;
  background-color:#993;
  color:#FFF;
  font-size:11px;
}
td.orderproc_fail {
  text-align:center;
  background-color:#F00;
  color:#FFF;
  font-size:11px;
}
td.orderprocleft {
  background-color:#006;
  color:#FFF;
  border-top-left-radius:13px;
  border-bottom-left-radius:13px;
  border-right:1px solid #900;
  text-align:center;
  font-size:11px;
}
td.orderprocright {
  border-top-right-radius:13px;
  border-bottom-right-radius:13px;
  text-align:center;
  background-color:#CCC;
  color:#666;
  font-size:11px;
}
td.orderprocright_ok {
  border-top-right-radius:13px;
  border-bottom-right-radius:13px;
  text-align:center;
  background-color:#993;
  color:#FFF;
  font-size:11px;
}
td.orderprocright_fail {
  border-top-right-radius:13px;
  border-bottom-right-radius:13px;
  text-align:center;
  background-color:#F00;
  color:#FFF;
  font-size:11px;
}
td.orderprocpc {
  border-radius:13px;
  width:50px;
  text-align:center;
  background-color:#CCC;
  background-repeat:no-repeat;
  background-image:url("images/progressbar.png");
  color:#000;
  font-size:11px;
}
td.orderprocpc_ok {
  border-radius:13px;
  width:50px;
  text-align:center;
  background-color:#993;
  color:#FFF;
  font-size:11px;
}
td.orderprocpc_fail {
  border-radius:13px;
  width:50px;
  text-align:center;
  background-color:#F00;
  color:#FFF;
  font-size:11px;
}

/* --- PRODUCT OPTIONS PAGE --- */
table.opttable {
  border:2px solid #900;
  border-collapse:separate;
  border-spacing: 0px;
  border-radius: 10px;
  box-shadow:5px 5px 3px #999;
  background-color:#FFF;
  width:85%;
  margin-left:auto; 
  margin-right:auto;
}
.optrowheader {
  font-size:14px;
  font-weight:bold;
  color:#FFF;
  background-color:#900;
  border-radius: 8px 8px 0px 0px;
  padding-left:10px;
  padding-right:10px;
}
.buybox {
  border:1px solid #900;
  border-radius:15px;
  width:fit-content;
  text-align:center;
  margin:auto;
  margin-bottom:5px;
  padding:10px 20px 10px 20px;
  box-shadow:5px 5px 3px #999;
  transition: 1s;
}
.buyboxinline {
  display: none;
  transition: all 1s;
}
.buyboxinlineshow {
  position:fixed;
  right: 50%;
  margin-right: -488px;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  flex-basis: content;
  align-items:center;
  justify-content: flex-end;
  opacity: 0.8;
  top: 100px;
  background: url('images/buy_arrow.gif') #fff no-repeat right;
  background-color: #fff;
  border:1px solid #900;
  border-right: 2px solid #900;
  border-radius:13px 0px 0px 13px;
  width:fit-content;
  min-width: 120px;
  max-width: 310px;
  text-align:right;
  padding: 3px 5px 5px 5px;
  box-shadow:-5px 5px 3px #999;
  transition: all 1s;
}
.buyboxinlineshow:hover {
  opacity: 1;
}
.bbprice {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 15px;
}
.bbprice1 {
  color:#000;
}
.bbprice2 {
  color:#900;
  font-size:16px;
  font-weight:bold;
}
.bbprice3 {
  color:#F00;
  font-size:20px;
  font-weight:bold;
}
.bbprice3sm {
  flex-grow: 10;
  color:#F00;
  font-size:14px;
  font-weight:bold;
  padding: 0px 10px;
}
.bboldprice {
  font-size:16px;
  text-decoration:line-through;
}
.bbvat {
  font-size: 10px;
  margin: 5px;
}
.bbdeal {
  margin: 10px;
}
.bbavail {
  margin-bottom: 10px;
}
.bbbreak {
  flex-basis: 100%;
  height: 0;
}
.bbavailinline {
  flex-basis: 100%;
  display: none;
}
.bbavailinlineshow {
  text-align: right;
  font-size: 11px;
  padding: 4px 20px 0px 0px;
}
.bbavail1 {
  color: #000;
}
.bbavailimg {
  border:none;
}
.bbavailgreen {
  color: #008000;
}
.bbavailblack {
  color: #000;
}
.bbavailmail {
  margin: 5px;
}
.bbbutton {
  text-align:center;
  margin: 5px auto;
}
.bbbuttonsm {
  text-align:center;
}
a.newbuttonsm, a.nb12sm {
  padding: 0.1em 1.0em;
  border: 0.18em solid #FF0;
  border-radius: 0.5em;
  box-sizing: border-box;
  margin-right: 25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  background-color: #006;
  text-align: center;
  transition: all 0.25s;
  box-shadow: -2px 2px 2px 1px #999;
}	
a.newbuttonsm {
  display: inline-block;
  padding: 0.1em 1.0em;
}	
a.nb12sm {
  padding: 0.1em 0.5em;
}	
a.newbuttonsm:hover, a.nb12sm:hover {
  text-shadow: 0 0 2em rgba(255, 255, 255, 1);
  color: #fff;
  border-color: #006;
  background-color: #900;
  box-shadow: -2px 2px 2px 1px #999;
}
@media all and (max-width:30em) {
  a.newbuttonsm, a.nb12sm {
    display: block;
    margin: 0.2em auto;
  }
}
.newbuttondisabledsm {
  display: inline-block;
  padding: 0.1em 1.0em;
  border: 0.18em solid #900;
  border-radius: 0.5em;
  box-sizing: border-box;
  margin-right: 25px;
  text-decoration:line-through;
  font-weight: bold;
  font-size: 12px;
  color: #999;
  background-color: #eee;
  text-align: center;
  transition: all 0.25s;
  box-shadow: -2px 2px 2px 1px #999;
}

/* --- CONTACT PAGE --- */
.cont_table_desc
{
  font-size:12px;
  font-weight:bold;
  color:#900;
  width:20%;
  text-align:right;
  vertical-align:top;
}
.cont_table_text
{
  font-size:12px;
  color:#000;
  width:80%;
  text-align:left;
  vertical-align:top;
}

/* --- CART & CHECKOUT --- */
.cartitem
{
  font-size:10px;
  color:#000;
  line-height:1.2;
  padding-bottom:5px;
}

.checkoutheader
{
  font-size:12px;
  font-weight:bold;
  color:#900;
  background-color:#eee;
}
.checkoutdesc
{
  font-size:12px;
  padding: 5px;
}
.checkoutitem
{
  font-size:12px;
  padding: 5px;
}
.checkoutitemr
{
  font-size:12px;
  text-align: right;
  padding: 5px 10px;
}
.basketitem
{
  font-size:12px;
  padding: 5px 10px;
  border-bottom: 1px dashed #900;
  border-right: 1px dotted #900;
}
.basketitemr
{
  font-size:12px;
  text-align: right;
  padding: 5px 10px;
  border-bottom: 1px dashed #900;
  border-right: 1px dotted #900;
}
.checkoutspacer
{
  font-size:10px;
  line-height:0.6;
}
.checkoutalert
{
  font-size:10px;
  color:#900;
  background-color:#FF9;
  text-align:center;
}
.checkouttermsheader
{
  font-size:10px;
  font-weight:bold;
  color:#900;
  background-color:#eee;
}
.checkoutterms
{
  font-size:10px;
}
.checkoutstar
{
  font-weight:bold;
  color:#F00;
}
.ppbutton
{
  font-size:16px;
  font-weight:bold;
  background-color:#F29116;
  height:auto;
  padding:2px;
}

/* --- BANNERS --- */
.hlclose {
  position: absolute;
  right: 2px;
  top: 0px;
  width: 60px;
  height: 15px;
  background-color: #F00;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  z-index: 2;
  border-bottom-left-radius: 15px;
}

a.hlclink,
a.hlclink:link,
a.hlclink:hover,
a.hlclink:visited,
a.hlclink:active {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  margin-left: 7px;
}

/* --- MOUSE-OVER BOXES --- */
.qmarkhdr, .qmarkbdy, .linkprodhdr, .linkprodbdy {
  border:1px solid #C4D5E3;
  font-weight:bold;
  font-size:12px;
  font-family:verdana, arial;
  color:#ffffff;
  padding:5px;
}
.qmarkhdr {
  width:250px;
  background:#900;
  font-weight:bold;
  font-size:12px;
  color:#ffffff;
  padding:5px;
}
.qmarkbdy {
  width:250px;
  background:#fef;
  border-top: none;
  font-size:10px;
  padding:5px;
}
.linkprodhdr {
  width:210px;
  background:#900;
  font-weight:bold;
  font-size:12px;
  color:#ffffff;
  padding:5px;
}
.linkprodbdy {
  width:210px;
  background:#fef;
  border-top: none;
  font-size:10px;
  padding:5px;
}
.wideprodhdr {
  width:404px;
  background:#900;
  border:1px solid #000;
  font-weight:bold;
  font-size:12px;
  font-family:verdana, arial;
  color:#fff;
  padding:5px;
}
.wideprodbdy {
  width:404px;
  background:#ffeeff;
  border:1px solid #000;
  border-top: none;
  font-size:10px;
  font-family:verdana, arial;
  padding:5px;
}

/* --- PRINTABLE ---*/

@media print {
  .banner0, .banner1, .banner1sm, .banner2, .banner2sm, .banner3, .banner3sm,
  .bannershadow, .bannershadowsm, .bcnavbar, .bcnavbarsm {
    display:none;
  }
  
  .banner0 :first, .banner1 :first, .banner1sm :first, .banner2 :first, .banner2sm :first,
  .banner3 :first, .banner3sm :first, .bannershadow :first, .bannershadowsm :first,
  .bcnavbar :first, .bcnavbarsm :first {
      display:block;
  }
  
  .buyboxinlineshow {
    display: none;
  }
  .buyboxinlineshow:first {
    display: block;
  }

  .mbmenu {
    display: none;
  }
}