

@font-face {
  font-family: 'HoneywellSansTT-Medium_0';
  src: url('font/HoneywellSansTT-Medium_0.ttf') format('truetype');
}


body {
  background-color: #cccccc;
  font-family: HoneywellSansTT-Medium_0, Arial, sans-serif;
  font-size: 12px;
}


.searchform-control-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: auto;
	border: 1px solid #e0e0e0;
	margin: 10px;
	padding: 2px;
	border: 2px solid #e6e6e6;
	border-radius: 4px !important;
	background-color: white;
}


.searchform-wrapper {
	height: 30px !important;
}


.bodywrapper {
  width: 100%;
  max-width: 1600px;
  min-height: 100vh;
  min-width: 350px;
  display:flex;
  flex-direction:column;
  margin: 14px auto 0;
  background-color: #fff;
}


#topnav-bar {
  display: flex;
  width:100%;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap-reverse;
  background-color: #cccccc;
}


#topnav-tab-container {
  display: flex;
  min-width: 200px;
  height:40px;
  margin-left:15px;
  align-items: flex-end;
  background-color: transparent;
  font-size: .9em;
}

.topnav-tab {
  display: flex;
  justify-content: center;
  align-items:center;
  height:34px;
  min-width:110px;
  margin: 0 6px 4px;
  border:none;
  border-radius: 6px;
  background-color:#e2e2e2;

}


.topnav-tab-selected {
  display: flex;
  justify-content: center;
  align-items:center;
  height:38px;
  min-width:110px;
  margin: 0 6px;

  font-weight: bold;

  border:none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color:#fff;
}


.topnav-tab .tab-name {
	text-align:right;
	line-height: 9px;
	margin-top:8px;
}



.topnav-tab .tab-name span {
	font-size: .7em;
	font-weight:bold;
	line-height: 4px;
}



#topnav-tab-container img {height: 20px; margin-right:6px;}



.topnav-tab-selected .tab-name {
	text-align:right;
	line-height: 9px;
	margin-top:8px;
}

.topnav-tab-selected .tab-name span {
	font-size: .7em;
	font-weight:bold;
	line-height: 4px;
}





#topnav-links {
  display:flex;
  width: 480px;
  height: 22px;
  margin-bottom: 5px;
  margin-right: 10px;
  justify-content:space-around;
  align-items:center;
  background-color: transparent;
}


#topnav-links span a {
  font-size: .9em;
  line-height: 20px;
  color: rgb(0, 0, 0);
}

#topnav-links span a:hover {
  text-decoration: underline;
}

.header-currency-selecton {
  line-height: 30px;
  color: rgb(0, 0, 0);
  font-size: .9em;
  background-color: transparent;
  border: solid 1px grey;
}

.header-currency-selecton option {
  background-color: rgb(255, 255, 255);
}

.language-selection {
  line-height: 30px;
  color: rgb(0, 0, 0);
  font-size: .9em;
  background-color: transparent;
  border: solid 1px grey;
}

.language-selection option {
  background-color: rgb(255, 255, 255);
}

#top-contols{
  display:flex;
  justify-content: space-between;
  align-items:center;
  flex-wrap:wrap;
  padding: 0 10px;
  background-color:transparent;
  
}


#popoutmenubutton {
	display: flex !important;
  justify-content:center;
  align-items:center;
	margin-top: 10px;
  padding: 0px !important;
  width: 36px !important;
  height: 36px !important;
  background-color: transparent !important;
  color: rgba(67, 67, 67, 0.80) !important;
  font-size: 18pt !important;
  border: solid 2px rgba(67, 67, 67, 0.80);
  border-radius: 4px;
}

#popoutmenubutton2 {
	display: block !important;
	width: 100% !important;
}

.popout-menu-btn span {
  background: #000;
  color: #666666 !important;
  font-size: 1.5em !important;
}

.popout-menu li {
  border-top: 1px solid black !important;
}


.popout-menu a, .popout-menu a:hover, .popout-menu a:focus, .popout-menu a:active {

    color: #333333 !important;
    font-weight: bold !important;

}

.popout-menu a:hover {
  color: #0569b4 !important;
}

.popout-menu a.highlighted span.sub-arrow::before {
  background: rgb(112, 227, 247) !important;
}



.logo img {
  width: 210px;
}

.search-control {
  max-width: 590px;
  min-width: 340px;
  flex-grow: 3;
  margin-right:4px;
}

#controls-right {
	position:relative;
    flex-grow: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 4px;
    min-width: 80px;
}


.menu-departments ul li a {
	color: #333333;
}



.cart-icon {
  position:relative;
}

.cart-number {
    position:absolute;
    top: 28px;
    left: 25px;
    font-size: 14px;
    font-weight:bold;
    color:#fc0117;
}


.content-bar {
  flex-direction:column;
  flex-grow: 2;
  display: flex;
  align-items: center;
  background-color: transparent;
  margin-top: 10px;
}


.mainContentTable {
  position: relative;
  width: 90%;
  text-align: left;
	color: #000;
  background-color: #ffffff;
  padding: 20px;
	margin-bottom: 50px;

}


.footer {
  display: flex;
  padding: 20px 20px 30px;
  justify-content: space-between;
  align-items:center;
  flex-wrap: wrap;
  background: #666666;
}


.footerleft {
  margin-top: 10px;
  width:50%;
}

.footerright {
  margin-top: 10px;
  color: #fff;
}

.footerlinks{
  display:flex;
  justify-content:space-between;
  width: 100%;
}


.footerlinks a {
  color: #fff;
  margin-right: 3px;
}


.footerlinks a:hover {
  color: #fff;
  text-decoration: underline;
}



.bottom-margin{
  width: auto;
  height: 20px;
  background-color: #cccccc;
}


#slider-block {
  margin: 0 auto;
}


.theme-default .nivoSlider {
  -webkit-box-shadow: 0px 0px 0px 0px #4a4a4a !important;
  -moz-box-shadow: 0px 0px 0px 0px #4a4a4a !important;
  box-shadow: 0px 0px 0px 0px #4a4a4a !important;
}



.featureditems{
  width: 100%;
  display:flex;
  justify-content:center;
  margin: 10px 20px;
}

.featureditem{
  display:flex;
  justify-content:center;
}


.FeaturedItemText{
  width:100%;
  font-weight: bold;
  font-style: normal;
  font-size: 11px !important;
  padding: 7px 0 0 0; 
	text-align:left;
}


.FeaturedItemText:hover {
  text-decoration:none;
}


.FeaturedItemPrice {
  width:100%;
  text-align:left;
  font-weight: normal;
  font-style: normal;
  font-size: 11px !important;
  white-space: nowrap;
  text-decoration: none;
  color: #5f5f5f;
}










.ecomsection {
  width: 100%;
  position: relative;
  background-color: rgb(255, 255, 255);
  height: auto;
}

img#winter {
  margin: 50px auto;
  width: 960px;
}

.ecomcontent {
  margin: 0px auto;
  width: 960px;
}

.ecomtext {
  padding: 100px 0px 0px;
}

.ecomcontent {
  width: 960px;
  height: 1200px;
  position: relative;
  z-index: 3;
}

.shopBTN {
  margin: 0px auto;
  padding: 50px 0px 0px;
  width: 136px;
  height: 42px;
}

  .shopBTN a {
    background: url("/images/shopnowBTN_brown.png") no-repeat;
    width: 136px;
    height: 42px;
    line-height: 0px;
    text-indent: -15000px;
    overflow: hidden;
    font-size: 0px;
    display: block;
  }

    .shopBTN a:hover {
      background-position: 0px -42px;
    }

.ecombackground {
  margin: 0px;
  padding: 0px;
  left: 0px;
  width: 100%;
  height: 517px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
}

  .ecombackground img {
    width: 100%;
    height: 517px;
  }

#football {
  left: 0px;
  top: 247px;
  position: absolute;
  z-index: 2;
}

#football1 {
  left: 10px;
  top: 537px;
  position: absolute;
  z-index: 2;
}

#football2 {
  left: 181px;
  top: 720px;
  position: absolute;
  z-index: 2;
}

#hoodie {
  top: 369px;
  right: 0px;
  position: absolute;
  z-index: 2;
}

#shirt {
  top: 467px;
  right: 245px;
  position: absolute;
  z-index: 2;
}

#blanket {
  left: 95px;
  top: 920px;
  position: absolute;
  z-index: 2;
}

#coozie {
  left: 445px;
  top: 900px;
  position: absolute;
  z-index: 2;
}

#hat {
  top: 1080px;
  right: 0px;
  position: absolute;
  z-index: 2;
}

#sunglasses {
  top: 1210px;
  right: 351px;
  position: absolute;
  z-index: 2;
}

.content_inside {
  background: rgb(255, 255, 255);
  margin: 150px auto 0px;
  padding: 0px 15px 100px;
  width: 960px;
  text-align: left;
  _padding: 100px 15px 100px 15px;
  _margin-top: 350px;
}

.content_inside_order {
  background: rgb(233, 233, 233);
  margin: 150px auto 0px;
  padding: 0px 15px 100px;
  width: 960px;
  height: 200px;
  text-align: left;
}

  .content_inside_order p {
    text-align: center;
    font-size: 16px;
  }

.csusitemwrapper {
  padding: 40px 0px 0px;
  font-size: 9px;
}

.csusitem a {
  color: rgb(104, 104, 104);
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.csusitem h2 {
  color: rgb(0, 0, 0);
  line-height: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 200;
  text-decoration: none;
  margin-top: 0px;
}

.csusitem h3 {
  color: rgb(0, 0, 0);
  line-height: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 200;
  text-decoration: none;
  margin-top: 0px;
}

.csusitem1 {
  float: left;
}

.csusitem2 {
  float: left;
}

.csusitem3 {
  float: left;
}

.csusitem4 {
  float: left;
}

.csusitem5 {
  float: left;
}

.upsell {
  margin: 12px;
  height: auto;
  text-align: center;
  text-decoration: none;
  display: table;
}

  .upsell li {
    list-style-type: none;
  }

.Upselltabs ul li.link {
  list-style: none;
  float: left;
  border-spacing: 0px;
}

.Upselltabs ul {
}

  .Upselltabs ul li.link a {
    background: rgb(153, 153, 153);
    border-width: 1px 1px 0px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    padding: 6px 20px;
    color: rgb(102, 102, 102);
    text-decoration: none !important;
    display: block;
  }

    .Upselltabs ul li.link a:hover {
      background: rgb(238, 238, 238);
      color: rgb(68, 68, 68);
    }

    .Upselltabs ul li.link a.selected {
      background: rgb(238, 238, 238);
      color: rgb(68, 68, 68);
    }

.Upselltabs {
  background: rgb(255, 255, 255);
  margin: 0px auto;
  padding: 15px 20px;
  width: 920px;
  color: rgb(17, 17, 17);
}

#recentlyviewed {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(238, 238, 238);
  border-image: none;
  border-spacing: 0px;
}

#topsellers {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(238, 238, 238);
  border-image: none;
  border-spacing: 0px;
}

.aiProductCrossSellUpSellList-ai h1 {
  font: 16px/normal Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size-adjust: none;
  font-stretch: normal;
}

.aiProductCrossSellUpSellList-ai h2 {
  font: 14px/normal Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size-adjust: none;
  font-stretch: normal;
}

.aiProductCrossSellUpSellList-ai h3 {
  font: 14px/normal Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size-adjust: none;
  font-stretch: normal;
}

#example {
  background: rgb(255, 255, 255);
  width: 937px;
  height: 466px;
  position: relative;
}

#slides {
  position: absolute;
  z-index: 100;
}

.slides_container {
  width: 937px;
  height: 466px;
  overflow: hidden;
  position: relative;
}

.container {
  margin: 0px auto;
  width: 937px;
}

.heading {
  margin: 0px auto;
  width: 937px;
}

.subheading {
  margin: 0px auto;
  width: 937px;
}

h1 {
}

  h1 span {
    color: rgb(102, 102, 102);
  }

  h1 small {
    font: 0.3em/normal normal Arial, Helvetica, sans-serif;
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    letter-spacing: 0.5em;
    display: block;
    font-size-adjust: none;
    font-stretch: normal;
  }

h2.trigger {
  background: url("/images/h2_trigger_a.gif") no-repeat rgb(204, 204, 204);
  margin: 0px 0px 5px;
  width: 937px;
  height: 46px;
  color: rgb(153, 153, 153);
  line-height: 46px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: normal;
  float: left;
}

  h2.trigger a {
    padding: 0px 0px 0px 70px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: block;
  }

    h2.trigger a:hover {
      color: rgb(204, 204, 204);
    }

h2.active {
  background-position: left bottom;
}

.MenuText {
  color: rgb(73, 73, 73);
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.MenuLine {
  width: 163px;
  height: 1px;
  color: rgb(73, 73, 73);
}

.Menu {
  width: 163px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}

.MenuBackground {
  width: 163px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}

.MenuGroup {
  width: 163px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}

.MenuGroupSelected {
  padding: 12px;
  border: 1px solid rgb(222, 222, 222);
  border-image: none;
  color: rgb(73, 73, 73);
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}

.MenuItemChildSelected {
  padding: 12px;
  border: 1px solid rgb(222, 222, 222);
  border-image: none;
  color: rgb(73, 73, 73);
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}

.MenuItemSelected {
  padding: 12px;
  border: 1px solid rgb(222, 222, 222);
  border-image: none;
  color: rgb(73, 73, 73);
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}

.MenuItemChildSelectedDown {
  padding: 12px;
  border: 1px solid rgb(222, 222, 222);
  border-image: none;
  color: rgb(73, 73, 73);
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}

.MenuItem {
  padding: 12px;
  border: 1px solid rgb(222, 222, 222);
  border-image: none;
  color: rgb(73, 73, 73);
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}

.MenuItemDown {
  padding: 12px;
  border: 1px solid rgb(222, 222, 222);
  border-image: none;
  color: rgb(73, 73, 73);
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}

.MenuItemSelectedDown {
  padding: 12px;
  border: 1px solid rgb(222, 222, 222);
  border-image: none;
  color: rgb(73, 73, 73);
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}

.MenuItemChildSelectedOver {
  padding: 12px;
  border: 1px solid rgb(222, 222, 222);
  border-image: none;
  color: rgb(255, 255, 255);
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  cursor: pointer;
  background-color: rgb(208, 168, 38);
}

.MenuItemOver {
  padding: 12px;
  border: 1px solid rgb(222, 222, 222);
  border-image: none;
  color: rgb(255, 255, 255);
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  cursor: pointer;
  background-color: rgb(208, 168, 38);
}

.MenuItemSelectedOver {
  padding: 12px;
  border: 1px solid rgb(222, 222, 222);
  border-image: none;
  color: rgb(255, 255, 255);
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  cursor: pointer;
  background-color: rgb(208, 168, 38);
}

.UnselectedMenuItem {
  padding: 1px;
  color: rgb(255, 255, 255);
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}



/* ============================================================
  Image Overlay Transitions
============================================================ */
.effects {
  padding-left: 15px;
}

  .effects .img {
    position: relative;
    float: left;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
  }

    .effects .img:nth-child(n) {
      margin-right: 5px;
    }

    .effects .img:first-child {
      margin-left: -15px;
    }

    .effects .img:last-child {
      margin-right: 0;
    }

    .effects .img img {
      display: block;
      margin: 0;
      padding: 0;
      max-width: 100%;
      height: auto;
    }

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background-color: rgba(105, 105, 105, 0.10);
  overflow: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}


  .overlay a {
    text-decoration: none;
    color: red;
  }

a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 160px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  background-color: rgba(51, 102, 153, 0.80);
  line-height: 50px;
  font-weight: 700;
  font-size: 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

/* ============================================================
  EFFECT 5 - ICON BORDER ANIMATE
============================================================ */
#effect-5 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

  #effect-5 .overlay a.expand {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

#effect-5 .img.hover .overlay {
  opacity: 1;
}

  #effect-5 .img.hover .overlay a.expand {
    width: 100px;
    height: 50px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    color: rgb(255, 255, 255);
  }






/* ============================================================
  Fade Classes
============================================================ */

.fadeIn {
  /* CSS needed for animation
        ---------------------------------------------------- */
  opacity: 1;
  transform: rotate(360deg);
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  -o-animation: fadeIn fadeIn 1;
  animation: fadeIn fadeIn 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* Animation Times - Time for image to fade in
---------------------------------------------------- */
.fadeIn-1s {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
}

.fadeIn-2s {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.fadeIn-3s {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}

.fadeIn-5s {
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
}
/* Animation Delay - Time for image to be delayed
---------------------------------------------------- */
.fadeIn-Delay-1s {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.fadeIn-Delay-3s {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.fadeIn-Delay-5s {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}
/* Key Frames
---------------------------------------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



a {
  color: #333333;
  text-decoration: none;
}

  a:hover {
    color: #666666;
    text-decoration: underline;
  }


.title, .pagetitle {
  color: rgb(65, 65, 65);
  line-height: 32px;
  font-size: 20pt;
  font-weight: 500;
  padding-bottom: 15px;
}






.mainContentColumn {
  width: 95%;
  margin: 20px;
}



.cartbodycopy {
	color: #000;
}




.carttable {
	width: auto;
	border-collapse: collapse;
	margin-right: 2px;
}

.cartheader {
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
	color: #fff;
}


.carttable TD {
	border: 1px solid #C0C0C0;
	margin: 0px;
	padding: 8px;
}






#payment-options {
  float: left;
  margin-left: 10px;
}

.payment-option-wrapper {
  float: left;
  display: block;
  width: auto;
  height: 40px;
  background-color: transparent;
}


.product-box:hover {
  border: 1px solid #d5222a;
}


.product-box img {
  width: 100%;
  height: auto;
}

/*NOTE: product-box styles are required for jpages and lazyloader*/
.product-box {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: auto;
	height: auto;
	margin: 16px 10px 20px 10px;
	background-color: #fff;
	border: 1px solid #C0C0C0;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background-color: #ffffff;
	padding: 6px;
}


  .product-box div {

    text-align: left;
  }


.product-info-display {
  margin-left: 22px;
}

.product-name {
  /*font-size: .8em !important;*/
}

.product-price {
  font-size: .7em !important;
  color: maroon !important;
}

.product-box div {
  max-width: 140px;
  text-align: left;
}

/*NOTE: square styles are required for jpages and lazyloader*/
.square {
  /* width within the parent.
       can be any percentage. */
  width: 100%;
}

  .square:before {
    content: "";
    float: left;
    /* essentially the aspect ratio. 100% means the
       div will remain 100% as tall as it is wide, or
       square in other words.  */
    padding-bottom: 100%;
  }
  /* this is a clearfix. you can use whatever
   clearfix you usually use, add
   overflow:hidden to the parent element,
   or simply float the parent container. */
  .square:after {
    content: "";
    display: table;
    clear: both;
  }


.bodycopy {
  font-size: 1.0em;
  color: #000000;
  letter-spacing: 0px;
}


.bodyheadingwithbg {
  font-size: 1.3em;
  padding: 0 0 20px 0;
}

.bodyheader {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.errormessage {
  font-size: 1.0em;
  color: #cc0000;
  text-align: left;
}


.errormessage-small {
  font-size: .8em;
  color: #cc0000;
  text-align: left;
}


.itemtitle {
  float: left;
  position: relative;
  margin: 0;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: rgb(65, 65, 65);
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: 500;
  padding-bottom: 15px;
}

.itemdisplay {
  float: left;
  display: inline-table;
  margin: 0;
  padding-left: 20px;
  vertical-align: top;
  text-align: center;
}

.itemdescription {
  float: left;
  display: inline-table;
  margin: 0;
  padding-left: 20px;
  text-align: left;
  vertical-align: top;
  width: 60%;
}

.itempricetable {
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0px;
  text-align: left;
  vertical-align: top;
}

.itemtable {
  width: 100%;
  background-color: #e5e4df;
}

  .itemtable tr {
    background-color: #e5e4df;
  }

.itemtablebody {
  background-color: #ffffff;
  color: #696969;
  text-align: center;
}

.itemtableheader {
  background-color: #e5e4df;
  color: #000000;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

li {
  margin: 8px;
}

  li a {
    font-size: 16px;
  }

h2 {
  color: rgb(65, 65, 65);
  line-height: 32px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 100;
}

input[type="submit"], input[type="button"], .anchorbutton {
  border: 1px solid rgb(153, 153, 153);
  color: #fff;
  background-color: #3B87DE;
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: 1px 1px #666666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

  input[type="submit"]:hover:enabled, input[type="button"]:hover:enabled, .anchorbutton:hover {
    color: #000;
    background-color: #3B87DE;
    border-color: #fff;
    text-shadow: .1px .1px rgb(73, 73, 73);
    text-decoration: none;
  }


  input[type="submit"]:active:enabled, input[type="button"]:active:enabled, .anchorbutton:active:enabled {
    border-color: #555555;
    text-shadow: 1px 1px #333333;
    background-color: rgb(153, 153, 153);
  }

  input[type="submit"]:disabled, input[type="button"]:disabled {
    background: #C0C0C0;
  }









a.PageLink {
  padding: 0px 20px 0px 0px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

  a.PageLink:hover {
    text-decoration: underline;
  }


ul li {
  list-style-type: none;
}

  ul li li {
    list-style-type: none;
  }

    ul li li li {
      list-style-type: none;
    }

ol li {
  list-style-type: none;
}

ol ol li {
  list-style-type: none;
}

ol ol ol li {
  list-style-type: none;
}

.BodyHeader {
  width: 100%;
  text-align: left;
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.BodyHeaderColumn {
  width: 100%;
  text-align: left;
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.BodyCell {
  width: 100%;
  text-align: left;
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.BodyTable {
  width: 100%;
  text-align: left;
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}


.BodyButton {
  padding: 8px 12px;
  border: 0px solid black;
  border-image: none;
  color: rgb(255, 255, 255);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  margin-top: 3px;
  background-color: rgb(0, 144, 169);
}

.BodyImageButton {
  padding: 8px 12px;
  border: 0px solid black;
  border-image: none;
  color: rgb(255, 255, 255);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  margin-top: 3px;
  background-color: rgb(0, 144, 169);
}

.BodyButton:hover {
  cursor: pointer;
  background-color: rgb(208, 168, 38);
}

.BodyCheckbox {
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  text-decoration: none;
}

.BodyRadioButton {
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  text-decoration: none;
}

.BodyNotes {
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  text-decoration: none;
}

.BodyText {
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  text-decoration: none;
}

.BodyCombobox {
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  text-decoration: none;
}

a.BodyLink {
  color: rgb(0, 144, 169);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

  a.BodyLink:link {
    color: rgb(0, 144, 169);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
  }

a.BodyLinkButton {
  color: rgb(0, 144, 169);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

.uktext a.BodyLink:visited {
  color: rgb(219, 218, 218);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

a.BodyLink:visited {
  color: rgb(204, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

a.BodyLink:hover {
  color: rgb(153, 153, 153);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

a.BodyLinkButton:hover {
  color: rgb(153, 153, 153);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

.BodyTinyTextbox {
  border-style: solid;
  border-color: rgb(0, 0, 0);
  width: 25px;
  height: 15px;
  background-color: rgb(255, 255, 255);
}

.BodySmallTextbox {
  border-style: solid;
  border-color: rgb(0, 0, 0);
  width: 50px;
  background-color: rgb(255, 255, 255);
}

.BodyMediumTextbox {
  border-style: solid;
  border-color: rgb(0, 0, 0);
  width: 100px;
  background-color: rgb(255, 255, 255);
}

.BodyLargeTextbox {
  border-style: solid;
  border-color: rgb(0, 0, 0);
  width: 200px;
  background-color: rgb(255, 255, 255);
}

.BodyMediumMultiLineTextbox {
  border-style: solid;
  border-color: rgb(0, 0, 0);
  width: 100px;
  height: 50px;
  background-color: rgb(255, 255, 255);
}

.BodyLargeMultiLineTextbox {
  border-style: solid;
  border-color: rgb(0, 0, 0);
  width: 170px;
  height: 50px;
  background-color: rgb(255, 255, 255);
}

.BodyXLargeMultiLineTextbox {
  border-style: solid;
  border-color: rgb(0, 0, 0);
  width: 350px;
  height: 50px;
  background-color: rgb(255, 255, 255);
}

.BodyImportantNote {
  color: rgb(255, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}


a[bubbletooltip]:link, a[bubbletooltip]:visited {
  text-decoration: none;
  position: relative;
  color: red;
}

a[bubbletooltip]:before {
  content: "";
  position: absolute;
  border-bottom: 21px solid #ffb500;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  visibility: hidden;
  bottom: -20px;
  left: -12px;
}

a[bubbletooltip]:after {
  position: absolute;
  content: attr(bubbletooltip);
  color: #000;
  bottom: -37px;
  left: -126px;
  white-space: nowrap;
  background: #edf5f7;
  padding: 5px 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ffb500;
  visibility: hidden;
}

a[bubbletooltip]:hover:before, a[bubbletooltip]:hover:after {
  visibility: visible;
  -moz-transition: visibility 0s linear .3s;
}



.message_warning {
  color: red;
}

.clear {
  clear: both;
}

.link-underlined {
  text-decoration: underline;
  color: rgb(73, 73, 73);
}

  .link-underlined:hover {
    color: #ff3333;
  }

/* ============================================================
  Fade Classes
============================================================ */

.fadeIn {
  /* CSS needed for animation
        ---------------------------------------------------- */
  opacity: 1;
  transform: rotate(360deg);
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  -o-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* Animation Times - Time for image to fade in
---------------------------------------------------- */
.fadeIn-1s {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
}

.fadeIn-2s {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.fadeIn-3s {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}

.fadeIn-5s {
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
}
/* Animation Delay - Time for image to be delayed
---------------------------------------------------- */
.fadeIn-Delay-1s {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.fadeIn-Delay-3s {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.fadeIn-Delay-5s {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}
/* Key Frames
---------------------------------------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


#login {
  min-height: 300px;
  float: left;
  width: 50%;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

#register {
  min-height: 300px;
  float: left;
  width: 50%;
  background-color: rgb(232, 228, 228);
  margin: 0;
  padding: 0;
}


.item-added-confirmation-box {
  display:none;
  justify-content: space-around;
  align-items: center;
  width: 70%;
  max-width: 600px;

  margin: 20px auto;
  padding: 2px 15px;
  border: 1px solid #666666;
  background-color: #f3f2f2;
  font-size: 14px;

}


#tooltipbox {

  position: absolute;
  right: 5px;
  top: 48px;
  z-index: 99999;

  width: 90%;
  max-width:440px;
  margin:10px;
  padding:14px;

  text-align:left;
  text-transform: none;

  color: #000000;

  background-color: #eff0f0;

  border-width: 1px;
  border-color: #000000;
  border-radius: 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
}