html.noscroll {
  height: 100%;
  overflow: hidden;
}
html.noscroll body {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px), screen and (min-width: 750px) and (max-width: 999px) {
  #debug {
    display: none;
  }
}
noscript p {
  z-index: 1000;
  padding: 50px;
  position: relative;
  background: white;
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 18px;
}
div.scroll-top {
  float: right;
  height: 28px;
  margin: 4px 5px;
  padding: 0 5px;
  border: 1px solid #aaaaaa;
  color: #212121;
  background: #fbfbfb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fbfbfb 0%, #dddddd 100%);
  /* W3C */
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  -wekbit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
div.scroll-top:hover {
  background: #dddddd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #fbfbfb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dddddd 0%, #fbfbfb 100%);
  /* W3C */
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
div.scroll-top a {
  padding: 0px 15px;
  height: 23px;
  display: block;
  line-height: 23px;
  margin: 3px;
  cursor: pointer;
  z-index: 5;
  background: url(../images/up-arrow.png) left center no-repeat, url(../images/up-arrow.png) right center no-repeat;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  html.spotlight #wrapper {
    display: none;
  }
  html.spotlight #spotlight-container {
    display: none !important;
  }
  html.spotlight #spotlight {
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: auto auto !important;
    position: relative !important;
    max-height: none !important;
    max-width: none !important;
    -wekbit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  html.spotlight #spotlight #spotlight-content {
    max-height: 100% !important;
    max-width: 100% !important;
  }
}
.clear {
  clear: both;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  background: white;
}
img {
  border: none;
}
a {
  text-decoration: none;
}
a.ajax-loader {
  cursor: pointer;
}
a:visited {
  text-decoration: none;
}
#wrapper {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
  background: white;
}
@media screen and (min-width: 1500px) {
  #wrapper {
    width: 1250px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  #wrapper {
    width: 750px;
  }
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  #wrapper {
    width: 500px;
  }
}
@media screen and (max-width: 499px) {
  #wrapper {
    width: 100%;
    max-width: 500px;
    min-width: 280px;
    border: none;
  }
}
#header {
  height: 60px;
  color: #ffffff;
  background: url(../images/backgrounds/top-repeat.png) center top repeat-x;
  margin-bottom: 15px;
}
@media screen and (max-width: 499px) {
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    height: 50px;
    background: #e68400;
  }
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  #header {
    height: 50px;
    background: #e68400;
  }
}
#header #logo {
  max-height: 75px;
  max-width: 250px;
  float: left;
  margin: 0;
  border: none;
  position: relative;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #header #logo {
    max-height: 50px;
    margin-left: 5px;
  }
}
#header .logo {
  display: block;
  height: 75px;
  background: #e68400 url(../images/backgrounds/top-repeat.png) center top repeat-x;
  padding: 0 15px;
  margin-left: 20px;
  -wekbit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  float: left;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #header .logo {
    height: 50px;
    background: none;
    padding: 0;
    margin: 0;
  }
}
#header #header-content {
  height: 60px;
  width: 750px;
  float: right;
}
@media screen and (min-width: 1500px) {
  #header #header-content {
    width: 875px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  #header #header-content {
    width: 500px;
  }
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #header #header-content {
    width: 250px;
    height: 50px;
    margin: 0;
  }
}
@media screen and (max-width: 499px) {
  #header #header-content {
    display: none;
    width: 100%;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #header #header-content {
    display: block !important;
  }
}
#header #header-content #search {
  width: 100%;
  height: 60px;
  line-height: 60px;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #header #header-content #search {
    display: none;
  }
}
#header #header-content #search .search-input {
  -wekbit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #FFF;
  padding: 3px;
  font-size: 16px;
  margin-right: -36px;
  height: 19px;
  display: inline-block;
  width: 225px;
}
@media screen and (min-width: 1500px) {
  #header #header-content #search .search-input {
    width: 250px;
  }
}
#header #header-content #search a.button {
  background: #464646;
  /* Old browsers */
  background: -moz-linear-gradient(top, #464646 0%, #121212 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #464646), color-stop(100%, #121212));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #464646 0%, #121212 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #464646 0%, #121212 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #464646 0%, #121212 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #464646 0%, #121212 100%);
  /* W3C */
  border-color: #000000;
  min-width: 35px;
  width: 35px;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-size: 0;
  height: 25px;
}
#header #header-content #search a.button:active {
  background: #121212;
  /* Old browsers */
  background: -moz-linear-gradient(top, #121212 0%, #464646 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #121212), color-stop(100%, #464646));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #121212 0%, #464646 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #121212 0%, #464646 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #121212 0%, #464646 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #121212 0%, #464646 100%);
  /* W3C */
  border-color: #000000;
}
#header #header-content #search a.button span {
  border: none;
  background-image: url('../images/icons/Search-top_neg.png');
}
#header #header-content #search a.button span {
  width: 25px;
  min-width: 25px;
  margin-left: 5px;
}
#header #header-content #search a.button:active {
  top: 0;
  left: 0;
}
#header #header-content #search input[type=submit] {
  display: none;
}
#header #header-content ul.top-items,
#header #header-content ul.top-nav,
#header #header-content ul.top-submenu-nav {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#header #header-content ul.top-nav,
#header #header-content ul.top-submenu-nav {
  margin-top: 10px;
}
#header #header-content ul.top-nav li,
#header #header-content ul.top-submenu-nav li {
  float: left;
  padding: 2px 8px;
  border-left: 1px solid #ffffff;
}
#header #header-content ul.top-items {
  width: 100%;
}
@media screen and (max-width: 499px) {
  #header #header-content ul.top-items {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #header #header-content ul.top-nav {
    display: none;
  }
}
#header #header-content ul.top-items > li.top-item {
  float: right;
  position: relative;
}
#header #header-content ul.top-items > li.top-item.search-form {
  float: left;
}
#header #header-content li.top-item {
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#header #header-content li.top-item.selected {
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #e68400;
}
@media screen and (max-width: 499px) {
  #header #header-content li.top-item.selected {
    -wekbit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
}
#header #header-content li.top-item.cart p {
  border: none;
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  #header #header-content li.top-item.cart p {
    padding: 0 20px 0 5px;
  }
}
#header #header-content li.top-item.cart img {
  -webkit-transition: -webkit-transform 500ms;
  -moz-transition: -moz-transform 500ms;
  -ms-transition: -ms-transform 500ms;
  -o-transition: -o-transform 500ms;
  transition: transform 500ms;
}
#header #header-content li.top-item.cart img.flip {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  #header #header-content li.top-item.cart img {
    display: inherit;
  }
}
@media screen and (max-width: 499px) {
  #header #header-content li.top-item.cart {
    display: none;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #header #header-content li.top-item.search-form {
    display: none;
  }
}
#header #header-content li.top-item.search-form.selected {
  background: none;
}
#header #header-content li.top-item.search {
  display: none;
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  #header #header-content li.top-item.search p {
    padding: 0 20px 0 5px;
  }
  #header #header-content li.top-item.search img {
    display: inherit;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #header #header-content li.top-item.search {
    display: block;
  }
}
#header #header-content li.top-item.articles {
  display: block;
}
#header #header-content li.top-item > a {
  display: block;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #header #header-content li.top-item > a {
    margin: 0;
    padding: 0;
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 499px) {
  #header #header-content li.top-item > a {
    border: none;
  }
}
#header #header-content li.top-item img {
  width: 30px;
  height: 30px;
  margin: 15px 0px 0px 10px;
  float: left;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #header #header-content li.top-item img {
    float: none;
    height: 40px;
    width: 40px;
    margin: 5px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  #header #header-content li.top-item img {
    display: none;
  }
}
#header #header-content li.top-item p {
  text-align: center;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 15px 0;
  padding: 0 20px 0 5px;
  border-right: 1px solid #ffffff;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #header #header-content li.top-item p {
    display: none;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  #header #header-content li.top-item p {
    padding: 0 15px;
  }
}
#header #header-content li.top-item div.top-item-submenu {
  position: absolute;
  z-index: 10;
  right: 0;
  width: 280px;
  display: none;
  background-color: #e68400;
  color: #ffffff;
  padding: 10px 15px;
  border: 1px solid #cd7500;
  border-top: 0;
  -wekbit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 499px) {
  #header #header-content li.top-item div.top-item-submenu {
    right: 0;
    position: fixed;
    width: 96%;
    margin: 0 0;
    padding: 10px 2%;
    -wekbit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
#header #header-content li.top-item div.top-item-submenu li {
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  border-top: 1px dashed #ffbe66;
}
#header #header-content li.top-item div.top-item-submenu li:first-of-type {
  border-top: none;
}
#header #header-content li.top-item div.top-item-submenu li a {
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  width: 80%;
  height: 100%;
}
#header #header-content li.top-item div.top-item-submenu ul {
  margin: 0;
  padding: 0;
  list-style-type: square;
  list-style-position: inside;
}
#header #header-content li.top-item div.top-item-submenu span.acc-name {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-top: -5px;
  border-bottom: 1px dashed #ffbe66;
}
#header #header-content li.top-item div.top-item-submenu.cart .productsTable {
  width: 100%;
}
#header #header-content li.top-item div.top-item-submenu.cart .productsTable a {
  display: block;
  float: left;
  position: relative;
}
#header #header-content li.top-item div.top-item-submenu.cart .productsTable a span {
  position: absolute;
  font-size: 11px;
  background: #FFF;
  color: #000;
  bottom: 3px;
  right: 3px;
  padding: 1px;
  display: block;
}
#header #header-content li.top-item div.top-item-submenu.cart .productsTable img {
  width: 50px;
  height: 50px;
  border: 1px solid #555555;
  margin: 2px;
}
#header #header-content li.top-item div.top-item-submenu.cart .itemCount,
#header #header-content li.top-item div.top-item-submenu.cart .priceSummary {
  width: 100%;
  margin: 10px 0;
  text-align: left;
  text-indent: 20px;
}
#header #header-content li.top-item div.top-item-submenu.cart a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  width: 133px;
  left: 50%;
  margin-left: -100px;
}
#header #header-content li.top-item div.top-item-submenu.cart a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#header #header-content li.top-item div.top-item-submenu.cart a.button span {
  border-color: #a07000;
  background-image: url('../images/icons/Shopcart.png');
}
#header #mobile-nav-toggler {
  width: 40px;
  height: 40px;
  margin: 5px;
  background-image: url(../images/icons/mobileMenu.png);
  float: right;
  display: none;
}
@media screen and (max-width: 499px) {
  #header #mobile-nav-toggler {
    display: block;
  }
}
#header #mobile-nav-toggler a {
  width: 40px;
  height: 40px;
  display: none;
}
@media screen and (max-width: 499px) {
  #header #mobile-nav-toggler a {
    display: block;
  }
}
#header #mobile-cart {
  width: 40px;
  height: 40px;
  margin: 5px;
  background: url(../images/icons/top_bar_cart.png) center 2px no-repeat;
  background-size: 80%;
  float: right;
  display: none;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
#header #mobile-cart.flip {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
@media screen and (max-width: 499px) {
  #header #mobile-cart {
    display: block;
  }
}
#header #mobile-cart a {
  width: 40px;
  height: 40px;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 499px) {
  #header #mobile-cart a {
    display: block;
  }
}
#fullWidthHeader {
  display: none;
  width: 100%;
  background: #e68400 url(../images/backgrounds/top-repeat.png) center top repeat-x;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  display: block;
}
#fullWidthHeader .left-bg,
#fullWidthHeader .right-bg {
  height: 60px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
}
#fullWidthHeader .left-bg {
  background: #e68400 url(../images/backgrounds/top-left.png) right top no-repeat;
  width: 1000px;
  margin-left: -1500px;
}
@media screen and (min-width: 1500px) {
  #fullWidthHeader .left-bg {
    margin-left: -1625px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  #fullWidthHeader .left-bg {
    margin-left: -1375px;
  }
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #fullWidthHeader .left-bg {
    display: none;
  }
}
#fullWidthHeader .right-bg {
  background: #e68400 url(../images/backgrounds/top-right.png) left top no-repeat;
  width: 1000px;
  margin-left: 500px;
}
@media screen and (min-width: 1500px) {
  #fullWidthHeader .right-bg {
    margin-left: 625px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  #fullWidthHeader .right-bg {
    margin-left: 375px;
  }
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #fullWidthHeader .right-bg {
    display: none;
  }
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #fullWidthHeader {
    height: 50px;
    background: #e68400;
  }
}
#footer {
  height: 250px;
  width: 98%;
  margin: 0 0;
  padding: 0 1%;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #footer {
    width: 96%;
    margin: 0 0;
    padding: 0 2%;
    height: auto;
    background: #e58403;
    -webkit-box-shadow: inset 0 0 100px #6b3c00;
    -moz-box-shadow: inset 0 0 100px #6b3c00;
    -o-box-shadow: inset 0 0 100px #6b3c00;
    box-shadow: inset 0 0 100px #6b3c00;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  #footer {
    -wekbit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
  }
}
#footer .break {
  display: none;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #footer .break {
    display: inherit;
  }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #footer br {
    display: none;
  }
}
#footer .left,
#footer .center,
#footer .right {
  display: inline-block;
  height: 250px;
  color: #ffffff;
  font-size: 16px;
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  #footer .left,
  #footer .center,
  #footer .right {
    width: 33%;
  }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #footer .left,
  #footer .center,
  #footer .right {
    float: none;
    height: auto;
    width: auto;
  }
}
#footer .title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  color: #fdb14d;
  text-shadow: 2px 2px 3px black;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #footer .title {
    margin-bottom: 5px;
    font-size: 18px;
    margin-top: 5px;
  }
}
#footer .left {
  width: 20%;
  float: left;
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  #footer .left {
    width: 33%;
  }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #footer .left {
    float: none;
    height: auto;
    width: 100%;
  }
}
#footer .left a {
  color: #ffffff;
}
#footer .center {
  float: left;
  width: 20%;
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  #footer .center {
    width: 33%;
  }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #footer .center {
    float: none;
    height: auto;
    width: 100%;
  }
}
#footer .center a {
  color: white;
}
#footer .center a:hover {
  text-decoration: underline;
  font-weight: 600;
}
#footer .center ul,
#footer .center li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#footer .center li {
  padding: 3px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #footer .center li {
    float: left;
    height: auto;
    width: auto;
    display: inline-block;
    border: 0;
    margin-right: 10px;
  }
}
#footer .center li:last-of-type {
  border-bottom: none;
}
#footer .center li:before {
  content: "★";
  display: block;
  float: left;
  padding-right: 5px;
  padding-left: 3px;
}
#footer .right {
  width: 12%;
  float: right;
  text-align: right;
  color: #ffffff;
  position: relative;
}
@media screen and (min-width: 1000px) and (max-width: 1499px) {
  #footer .right {
    width: 17%;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  #footer .right {
    width: 33%;
  }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #footer .right {
    display: none;
  }
}
#footer .right a {
  margin-top: 10px;
  background: url(../images/etro-footer.png) top center no-repeat;
  padding-top: 85px;
  color: #F0C080;
  width: 150px;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 40px;
  font-size: 17px;
  right: 5px;
}
#footer .logo {
  height: 250px;
  width: 47%;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 1000px) and (max-width: 1499px) {
  #footer .logo {
    width: 42%;
  }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px), screen and (min-width: 750px) and (max-width: 999px) {
  #footer .logo {
    display: none;
  }
}
#footer .logo img {
  border: 0;
  margin: 0;
  padding: 0;
  width: 80%;
  margin: 20px 10%;
  max-height: 200px;
}
#fullWidthFooter {
  display: none;
  width: 100%;
  height: 250px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: #e58403;
  -webkit-box-shadow: inset 0 0 100px #6b3c00;
  -moz-box-shadow: inset 0 0 100px #6b3c00;
  -o-box-shadow: inset 0 0 100px #6b3c00;
  box-shadow: inset 0 0 100px #6b3c00;
  display: block;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #fullWidthFooter {
    display: none;
  }
}
.side-banner {
  width: 150px;
  height: 400px;
  display: none;
  position: absolute;
  top: 250px;
  left: 50%;
  z-index: -1;
}
@media screen and (min-width: 1500px) {
  .side-banner {
    display: block;
  }
}
.side-banner.left {
  margin-left: -776px;
  text-align: right;
}
.side-banner.right {
  margin-left: 626px;
}
div.top-item-submenu.account input {
  width: 270px;
  height: 25px;
  border: 1px solid #414141;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px #808080;
  -moz-box-shadow: 1px 1px 3px #808080;
  -o-box-shadow: 1px 1px 3px #808080;
  box-shadow: 1px 1px 3px #808080;
  font-size: 15px;
  padding: 1px 3px;
  margin: 4px 2px;
}
@media screen and (max-width: 499px) {
  div.top-item-submenu.account input {
    width: 96%;
    margin: 1%;
    padding: 1%;
  }
}
div.top-item-submenu.account input[type=text],
div.top-item-submenu.account input[type=password] {
  margin-bottom: 6px;
}
div.top-item-submenu.account input[type=submit] {
  display: none;
}
div.top-item-submenu.account a.button.login {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  color: #000000;
  margin: 4px auto;
  margin-left: 55px;
}
div.top-item-submenu.account a.button.login:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
div.top-item-submenu.account a.button.login span {
  border-color: #a07000;
  background-image: url('../images/icons/Key.png');
}
div.top-item-submenu.search .search-input {
  -wekbit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  padding: 5px;
  font-size: 18px;
  margin-right: -36px;
  height: 25px;
  margin-top: 2px;
  display: inline-block;
  width: 265px;
}
@media screen and (max-width: 499px) {
  div.top-item-submenu.search .search-input {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
  }
}
div.top-item-submenu.search a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  min-width: 35px;
  width: 35px;
  padding: 0;
  margin-top: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-size: 0;
}
div.top-item-submenu.search a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
div.top-item-submenu.search a.button span {
  border: none;
  background-image: url('../images/icons/Search.png');
}
div.top-item-submenu.search a.button:active {
  top: 0;
  left: 0;
}
@media screen and (max-width: 499px) {
  div.top-item-submenu.search a.button {
    background: #ffd36d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
    /* W3C */
    border-color: #d39400;
    width: 78%;
    margin: 2px 1%;
    padding: 0 10%;
    color: #000000;
    font-size: 18px;
    text-align: center;
  }
  div.top-item-submenu.search a.button:active {
    background: #ffb507;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
    /* W3C */
    border-color: #d39400;
  }
  div.top-item-submenu.search a.button span {
    border-color: #a07000;
    background-image: url('../images/icons/Search.png');
  }
}
div.top-item-submenu.search input[type=submit] {
  display: none;
}
#body {
  min-height: 500px;
  padding-bottom: 15px;
}
@media screen and (max-width: 499px) {
  #body {
    padding-top: 50px;
  }
}
#option-menu select {
  display: none;
  margin: 5px 15px;
  width: 458px;
  padding: 8px 5px;
  font-size: 15px;
  box-sizing: content-box;
  background: #FBFBFB;
  -wekbit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #D5D5D5;
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  #option-menu select {
    display: block;
  }
}
@media screen and (max-width: 499px) {
  #option-menu select {
    display: block;
    width: 94%;
    margin: 2% 1%;
    padding: 5px 2%;
    font-size: 15px;
  }
}
#categories-container {
  float: left;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #categories-container {
    float: none;
  }
}
#categories-container #categories li:first-of-type {
  border-top: none;
}
#categories {
  display: block;
  color: #d5d5d5;
  height: 100%;
  padding-top: 5px;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #categories {
    display: none;
  }
}
#categories ul,
#categories li {
  display: block;
  margin: 0;
  padding: 0;
}
#categories ul {
  display: block;
  color: #d5d5d5;
  height: 100%;
  width: 228px;
  background: #fbfbfb;
  border: 1px solid #d5d5d5;
  padding: 0 10px;
  -wekbit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
}
#categories li {
  border-top: 1px solid #d5d5d5;
}
#categories li:hover a {
  text-shadow: 0 0 10px rgba(31, 31, 31, 0.25);
}
#categories li.title {
  text-align: center;
}
#categories li.title a {
  padding: 6px 0;
  font-weight: 600;
  color: #dd6d00;
}
#categories li a {
  display: block;
  padding: 6px 5px 6px 15px;
  font-size: 14px;
  color: #1f1f1f;
  font-weight: 600;
}
#categories li a.sub {
  color: #232323;
  font-weight: normal;
}
#categories li a.selected.last {
  text-decoration: underline;
  color: #dd6d00;
}
#categories li a.cats:before {
  content: "\00A0";
  width: 14px;
  display: inline-block;
  margin-left: -14px;
  background: url(../images/cat-bullet.png) center center no-repeat;
}
#categories li a.cats.selected:before {
  background: url(../images/cat-bullet-active.png) center center no-repeat;
}
#categories li a.cats.action.selected:before {
  background: url(../images/cat-bullet.png) center center no-repeat;
}
#categories li.level1 {
  padding-left: 15px;
}
#categories li.level2 {
  padding-left: 30px;
}
#categories li.level3 {
  padding-left: 45px;
}
#breadcrumb {
  width: auto;
  font-size: 13px;
  display: inline-block;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0px 5px 5px 5px;
  min-height: 25px;
  margin-left: 30px;
}
#breadcrumb ul li {
  padding: 3px 0 3px 3px;
  line-height: 20px;
  color: #994c00;
  display: inline-block;
}
#breadcrumb ul li a,
#breadcrumb ul li a:visited {
  color: #994c00;
}
#breadcrumb ul li a:hover {
  color: #dd6d00;
}
#breadcrumb ul li:before {
  content: "▶";
  padding: 0 5px;
  display: inline-block;
  color: #808080;
}
#breadcrumb ul li.last {
  color: #dd6d00;
}
#content {
  float: right;
  display: block;
  width: 750px;
}
@media screen and (min-width: 1500px) {
  #content {
    width: 1000px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #content {
    width: 500px;
  }
}
@media screen and (max-width: 499px) {
  #content {
    width: 100%;
  }
}
#content h1.category-name {
  margin: 10px 5px 5px 15px;
  color: #2c2c2c;
  clear: both;
  padding: 10px;
}
@media screen and (max-width: 499px) {
  #content h1.category-name {
    width: 96%;
    margin: 10px 2%;
    padding: 0 0;
    font-size: 20px;
  }
}
#content.listing.categories .top-info {
  background: #fbfbfb;
  border-radius: 8px;
  border: 1px solid #d5d5d5;
  margin: 0 39px 10px 33px;
}
@media screen and (min-width: 1500px), screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #content.listing.categories .top-info {
    margin-right: 37px;
  }
}
@media screen and (max-width: 499px) {
  #content.listing.categories .top-info {
    width: 92%;
    margin: 0 3%;
    padding: 0 1%;
  }
}
#content.listing.product .top-info {
  background: #fbfbfb;
  border-radius: 8px;
  border: 1px solid #d5d5d5;
  margin: 0 0 10px 38px;
}
@media screen and (min-width: 1500px) {
  #content.listing.product .top-info {
    margin: 0 2px 10px 40px;
  }
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  #content.listing.product .top-info {
    margin: 0 0px 10px 8px;
  }
}
@media screen and (max-width: 499px) {
  #content.listing.product .top-info {
    width: 92%;
    margin: 10px 3%;
    padding: 0 1%;
  }
}
#content p.category-description {
  margin: 0px 20px 10px 35px;
  text-align: justify;
}
@media screen and (max-width: 499px) {
  #content p.category-description {
    margin: 0 2% 10px 2%;
    width: 96%;
  }
}
#content #params {
  padding: 10px;
  border: 1px solid blue;
  margin: 10px;
}
@media screen and (max-width: 499px) {
  #content #params td.label,
  #content #params td.inputs {
    display: block;
  }
  #content #params tr.checkbox,
  #content #params tr.slider {
    margin-bottom: 5px;
    display: block;
  }
}
#content #params td.label {
  padding-right: 10px;
}
#content #params tr.checkbox div {
  display: inline-block;
}
#content .listing-nav {
  margin-left: 35px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #content .listing-nav {
    margin-left: 5px;
  }
}
#content .listing-nav.top {
  border-bottom: 1px solid #A8A8A8;
  position: relative;
}
#content .listing-nav.bottom {
  border-top: 1px solid #A8A8A8;
  text-align: center;
}
#content .listing-nav a.next-page,
#content .listing-nav a.prev-page {
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  padding: 3px 5px;
  display: inline-block;
  text-align: center;
  margin: 4px 2px;
  border: 1px solid #aaaaaa;
  background: #fbfbfb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fbfbfb 0%, #dddddd 100%);
  /* W3C */
  -wekbit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  color: #212121;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px), screen and (min-width: 750px) and (max-width: 999px) {
  #content .listing-nav a.next-page,
  #content .listing-nav a.prev-page {
    display: none;
  }
}
#content .listing-nav a.next-page.small,
#content .listing-nav a.prev-page.small {
  display: none;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px), screen and (min-width: 750px) and (max-width: 999px) {
  #content .listing-nav a.next-page.small,
  #content .listing-nav a.prev-page.small {
    display: inline-block;
  }
}
#content .listing-nav a.next-page:hover,
#content .listing-nav a.prev-page:hover {
  background: #dddddd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #fbfbfb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dddddd 0%, #fbfbfb 100%);
  /* W3C */
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
#content .listing-nav .pagination {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
@media screen and (max-width: 499px) {
  #content .listing-nav .pagination {
    margin-left: 0;
  }
}
#content .listing-nav .pagination li {
  margin: 4px 2px;
  float: left;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: 1px solid #aaaaaa;
  background: #fbfbfb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fbfbfb 0%, #dddddd 100%);
  /* W3C */
  -wekbit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  color: #212121;
}
#content .listing-nav .pagination li:hover {
  background: #dddddd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #fbfbfb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dddddd 0%, #fbfbfb 100%);
  /* W3C */
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
#content .listing-nav .pagination li a,
#content .listing-nav .pagination li a:visited {
  color: #444444;
  padding: 3px 0;
  display: block;
  width: 28px;
  text-align: center;
  -wekbit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#content .listing-nav .pagination li a.current,
#content .listing-nav .pagination li a:visited.current {
  font-weight: bold;
  background: #dddddd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #fbfbfb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dddddd 0%, #fbfbfb 100%);
  /* W3C */
  cursor: default;
}
#content .listing-nav .pagination li.dots {
  border: none;
  background: none;
  margin: 6px 0 2px 0;
  padding: 3px 0;
}
#content .listing-nav .listing-sort-tabs {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
}
#content .listing-nav .listing-sort-tabs .listing-sort-tab {
  display: block;
  float: left;
  padding: 0 5px;
  margin: 4px 2px;
  background: #fbfbfb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fbfbfb 0%, #dddddd 100%);
  /* W3C */
  text-transform: uppercase;
  font-size: 12px;
  -wekbit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #aaaaaa;
  color: #212121;
}
#content .listing-nav .listing-sort-tabs .listing-sort-tab a {
  cursor: pointer;
  padding: 3px 0;
  display: block;
  line-height: 22px;
}
#content .listing-nav .listing-sort-tabs .listing-sort-tab:hover {
  background: #dddddd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #fbfbfb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dddddd 0%, #fbfbfb 100%);
  /* W3C */
}
#content .listing-nav .listing-sort-tabs .listing-sort-tab.selected {
  font-weight: bold;
  background: #dddddd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #fbfbfb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dddddd 0%, #fbfbfb 100%);
  /* W3C */
}
#content .category-list {
  width: 690px;
  padding: 0 30px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1500px) {
  #content .category-list {
    width: 940px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #content .category-list {
    width: 440px;
  }
}
@media screen and (max-width: 499px) {
  #content .category-list {
    width: 92%;
    margin: 2%;
    padding: 2%;
  }
}
#content .category-list a {
  display: block;
}
@media screen and (max-width: 499px) {
  #content .category-list a {
    height: 60px;
  }
}
#content .category-list ul {
  margin: 0;
  padding: 0;
}
#content .category-list ul,
#content .category-list li {
  list-style-type: none;
}
#content .category-list li {
  float: left;
  display: block;
  padding: 1px 0;
  margin: 3px;
  border: 1px solid #cccccc;
  width: 220px;
  -wekbit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
@media screen and (min-width: 1500px) {
  #content .category-list li {
    width: 226px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #content .category-list li {
    width: 210px;
  }
}
@media screen and (max-width: 499px) {
  #content .category-list li {
    width: 98%;
    margin: 3px 1%;
    padding: 1px 0;
  }
}
#content .category-list img {
  float: left;
  margin: 1px 5px 1px 1px;
  width: 58px;
  height: 58px;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 1000px) and (max-width: 1499px), screen and (min-width: 1500px) {
  #content .category-list img {
    float: none;
    margin: 3px;
    width: 170px;
    height: 170px;
    padding-bottom: 5px;
    padding: 0 20px 5px 20px;
  }
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (min-width: 750px) and (max-width: 999px) {
  #content .category-list img {
    width: 162px;
    height: 162px;
  }
}
@media screen and (min-width: 1500px) {
  #content .category-list img {
    padding: 0 23px 5px 23px;
  }
}
#content .category-list div.name {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  padding-right: 5px;
  line-height: 18px;
  font-size: 16px;
  color: #dd6d00;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 1000px) and (max-width: 1499px), screen and (min-width: 1500px) {
  #content .category-list div.name {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding-right: 0;
    line-height: 18px;
    font-size: 16px;
    color: #dd6d00;
    background: #fbfbfb;
    text-align: center;
    width: 200px;
    margin: 0;
    padding: 0 13px;
    border-top: 1px solid #cccccc;
    font-weight: 600;
  }
}
#content.ez-page {
  width: 730px;
  padding: 0 10px;
}
@media screen and (min-width: 1500px) {
  #content.ez-page {
    width: 980px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #content.ez-page {
    width: 480px;
  }
}
@media screen and (max-width: 499px) {
  #content.ez-page {
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
  }
}
#content.ez-page h2 {
  color: #dd6d00;
}
#content.ez-page a,
#content.ez-page a:visited {
  color: #994c00;
}
#listing {
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  clear: both;
  margin-left: 30px;
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  #listing {
    margin-left: 0;
  }
}
@media screen and (max-width: 499px) {
  #listing {
    width: 96%;
    margin: 0 2% 20px 2%;
  }
}
#listing.table .product-box {
  display: block;
  width: 220px;
  float: left;
  background-color: #ffffff;
  margin: 10px 0px 0px 10px;
  border: 1px solid #cccccc;
  padding: 5px;
  -wekbit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  transition: all 0.5s;
  transition: width 0;
}
@media screen and (min-width: 1000px) and (max-width: 1499px), screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #listing.table .product-box {
    margin: 10px 0px 0px 8px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  #listing.table .product-box {
    width: 215px;
  }
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  #listing.table .product-box {
    width: 230px;
  }
}
#listing.table .product-box:hover {
  border: 1px solid #a6a6a6;
  box-shadow: 0px 0px 10px #808080;
  transition: all 0.5s;
  transition: width 0;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box {
    width: 92%;
    margin: 5px 2%;
    padding: 2% 2%;
  }
}
#listing.table .product-box div.description {
  display: none;
}

#listing.table .product-box .name-wrapper {
  display: block;
  min-height: 64px;
}

#listing.table .product-box .name {
  width: 225px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 10px;
  height: 54px;
  overflow: hidden;
  line-height: 18px;
  color: #994c00;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box .name {
    padding-bottom: 0;
    height: auto;
    display: block;
    width: 100%;
  }
}
#listing.table .product-box a {
  position: relative;
  display: block;
}
#listing.table .product-box a.image {
  height: 146px;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box a.image {
    min-height: 0;
    height: auto;
  }
}
#listing.table .product-box div.stickers {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  overflow: hidden;
  max-height: 100px;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box div.stickers {
    display: none;
  }
}
#listing.table .product-box div.stickers img {
  max-width: 44px;
  max-height: 44px;
  margin: 3px 0;
}
#listing.table .product-box div.pictograms {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box div.pictograms {
    display: none;
  }
}
#listing.table .product-box div.discount-box {
  width: 60px;
  height: 31px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  background-image: url("../images/stickers/discount_pct.png");
}
@media screen and (max-width: 499px) {
  #listing.table .product-box div.discount-box {
    display: none;
  }
}
#listing.table .product-box img.productImage-func {
  margin: auto;
  display: block;
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 5px;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box img.productImage-func {
    margin: 5px 0 5px 5px;
    float: left;
    width: 100px;
    height: 100px;
  }
}
#listing.table .product-box .bottom {
  width: 120px;
  height: 62px;
  float: left;
  display: block;
  margin-left: 5px;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box .bottom {
    margin-right: 10px;
    margin-top: 15px;
    width: 110px;
    float: right;
    text-align: right;
    height: 40px;
  }
}
#listing.table .product-box .bottom .old-price {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}
#listing.table .product-box .bottom .final-price {
  display: block;
  font-size: 20px;
  line-height: 40px;
  color: #dd6d00;
  font-weight: 600;
}
#listing.table .product-box .bottom.action .final-price {
  color: #BE0F00;
  line-height: normal;
  text-shadow: 0px 0px 3px #FC0;
  font-weight: 700;
}
#listing.table .product-box br.hide {
  display: none;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box br.hide {
    display: inherit;
  }
}
#listing.table .product-box .buttons {
  display: block;
  float: right;
  height: 40px;
  width: 80px;
  padding: 11px 0;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box .buttons {
    float: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 0;
  }
}
#listing.table .product-box .buttons .detail {
  height: 40px;
  width: 40px;
  float: right;
}
#listing.table .product-box .buttons .detail a.button {
  background: #464646;
  /* Old browsers */
  background: -moz-linear-gradient(top, #464646 0%, #121212 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #464646), color-stop(100%, #121212));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #464646 0%, #121212 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #464646 0%, #121212 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #464646 0%, #121212 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #464646 0%, #121212 100%);
  /* W3C */
  border-color: #000000;
  min-width: 35px;
  width: 35px;
  padding: 0;
}
#listing.table .product-box .buttons .detail a.button:active {
  background: #121212;
  /* Old browsers */
  background: -moz-linear-gradient(top, #121212 0%, #464646 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #121212), color-stop(100%, #464646));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #121212 0%, #464646 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #121212 0%, #464646 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #121212 0%, #464646 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #121212 0%, #464646 100%);
  /* W3C */
  border-color: #000000;
}
#listing.table .product-box .buttons .detail a.button span {
  border: none;
  background-image: url('../images/icons/Search_neg.png');
}
#listing.table .product-box .buttons .add-cart {
  height: 40px;
  width: 40px;
  float: left;
}
#listing.table .product-box .buttons .add-cart a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  min-width: 35px;
  width: 35px;
  padding: 0;
}
#listing.table .product-box .buttons .add-cart a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#listing.table .product-box .buttons .add-cart a.button span {
  border: none;
  background-image: url('../images/icons/Shopcart.png');
}
#listing.table .product-box .availability {
  width: 100%;
  font-size: 12px;
}
#listing.table .product-box .availability.green {
  color: #0c6800;
}
#listing.table .product-box .availability.orange {
  color: #cf7700;
}
#listing.table .product-box .availability.red {
  color: #9f0000;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box .availability {
    display: none;
  }
}
@media screen and (min-width: 1500px), screen and (min-width: 1000px) and (max-width: 1499px), screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #listing.table .product-box .bottom-wrapper {
    margin: -5px;
    margin-top: 0;
    padding: 5px;
    background: #fbfbfb;
    -wekbit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #cccccc;
  }
}
#listing.row .product-box {
  display: block;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -wekbit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px #cccccc;
  -moz-box-shadow: 0px 0px 10px #cccccc;
  -o-box-shadow: 0px 0px 10px #cccccc;
  box-shadow: 0px 0px 10px #cccccc;
  position: relative;
  transition: all 0.5s;
  transition: width 0;
  width: 92%;
  margin: 5px 2%;
  padding: 3px 2%;
}
#listing.row .product-box:hover {
  border: 1px solid #a6a6a6;
  box-shadow: 0px 0px 10px #808080;
  transition: all 0.5s;
  transition: width 0;
}
#listing.row .product-box div.description {
  display: block;
  font-size: 14px;
  margin-left: 10px;
  text-indent: 30px;
  padding-left: 15px;
  text-align: justify;
  line-height: 19px;
  max-height: 114px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
@media screen and (max-width: 499px) {
  #listing.row .product-box div.description {
    line-height: 18px;
    font-size: 13px;
    padding-left: 10px;
    max-height: 108px;
  }
}
#listing.row .product-box .name {
  width: auto;
  display: inline-block;
  text-align: center;
  padding: 5px 0 5px 10px;
  overflow: hidden;
  color: #994c00;
}
#listing.row .product-box a {
  position: relative;
  display: block;
}
#listing.row .product-box a.image {
  height: 146px;
  float: left;
}
#listing.row .product-box div.stickers {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  overflow: hidden;
  max-height: 100px;
}
@media screen and (max-width: 499px) {
  #listing.row .product-box div.stickers {
    display: none;
  }
}
#listing.row .product-box div.stickers img {
  max-width: 44px;
  max-height: 44px;
  margin: 3px 0;
}
#listing.row .product-box div.pictograms {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 499px) {
  #listing.row .product-box div.pictograms {
    display: none;
  }
}
#listing.row .product-box div.discount-box {
  width: 60px;
  height: 31px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  background-image: url("../images/stickers/discount_pct.png");
}
#listing.row .product-box img.productImage-func {
  margin: auto;
  display: block;
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 5px;
}
@media screen and (max-width: 499px) {
  #listing.row .product-box img.productImage-func {
    max-width: 100px !important;
    max-height: 100px !important;
  }
}
#listing.row .product-box .bottom {
  width: 95px;
  height: 40px;
  display: inline-block;
  margin-left: 5px;
}
#listing.row .product-box .bottom .old-price {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}
#listing.row .product-box .bottom .final-price {
  display: block;
  font-size: 20px;
  line-height: 40px;
}
#listing.row .product-box .bottom.action .final-price {
  color: #BE0F00;
  line-height: normal;
  text-shadow: 0px 0px 3px #FC0;
  font-weight: 600;
}
#listing.row .product-box .buttons {
  display: block;
  float: right;
  height: 40px;
  width: 80px;
}
#listing.row .product-box .buttons .detail {
  height: 40px;
  width: 40px;
  float: right;
}
#listing.row .product-box .buttons .detail a.button {
  background: #b5acff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5acff), color-stop(100%, #928ed2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b5acff 0%, #928ed2 100%);
  /* W3C */
  border-color: #6f6ac3;
  min-width: 35px;
  width: 35px;
  padding: 0;
}
#listing.row .product-box .buttons .detail a.button:active {
  background: #928ed2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #928ed2), color-stop(100%, #b5acff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #928ed2 0%, #b5acff 100%);
  /* W3C */
  border-color: #6f6ac3;
}
#listing.row .product-box .buttons .detail a.button span {
  border: none;
  background-image: url('../images/icons/Search.png');
}
#listing.row .product-box .buttons .add-cart {
  height: 40px;
  width: 40px;
  float: left;
}
#listing.row .product-box .buttons .add-cart a.button {
  background: #ff7f7f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7f7f), color-stop(100%, #ff6452));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff7f7f 0%, #ff6452 100%);
  /* W3C */
  border-color: #ff361f;
  min-width: 35px;
  width: 35px;
  padding: 0;
}
#listing.row .product-box .buttons .add-cart a.button:active {
  background: #ff6452;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6452), color-stop(100%, #ff7f7f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff6452 0%, #ff7f7f 100%);
  /* W3C */
  border-color: #ff361f;
}
#listing.row .product-box .buttons .add-cart a.button span {
  border: none;
  background-image: url('../images/icons/Shopcart.png');
}
#listing.row .product-box .availability {
  text-align: left;
  font-weight: 600;
  float: left;
  line-height: 40px;
  height: 40px;
}
#listing.row .product-box .availability.green {
  color: #0c6800;
}
#listing.row .product-box .availability.orange {
  color: #cf7700;
}
#listing.row .product-box .availability.red {
  color: #9f0000;
}
#listing.row .product-box .bottom-wrapper {
  display: block;
  text-align: center;
  width: 100%;
  clear: both;
}
#detail {
  margin: 0 0 0 30px;
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  #detail {
    margin: 0 15px;
  }
}
@media screen and (max-width: 499px) {
  #detail {
    margin: 0 1%;
  }
}
#detail h1.product-name {
  font-size: 25px;
  margin: 10px 15px;
  color: #dd6d00;
  clear: both;
  border-bottom: 1px solid #D5D5D5;
}
@media screen and (max-width: 499px) {
  #detail h1.product-name {
    width: 96%;
    margin: 2%;
    padding: 0;
  }
}
#detail div.referer {
  width: 96%;
  margin: 2%;
  padding: 0;
  clear: both;
  display: inline-block;
}
#detail div.referer a {
  display: inline-block;
  text-indent: 40px;
  line-height: 32px;
  font-size: 16px;
  background: url('../images/icons/Back.png') left top no-repeat;
  color: #994c00;
}
#detail #product-gallery-slider {
  width: 300px;
  height: 73px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 1500px) {
  #detail #product-gallery-slider {
    width: 402px;
    height: 80px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #detail #product-gallery-slider {
    width: 438px;
  }
}
@media screen and (max-width: 499px) {
  #detail #product-gallery-slider {
    width: 262px;
    margin: 0 auto;
  }
}
#detail #product-gallery-slider a {
  margin: 2px;
  float: left;
  font-size: 12px;
  color: #3c3c3c;
  line-height: 54px;
  text-align: center;
}
#detail #product-gallery-slider a.show-wide,
#detail #product-gallery-slider a.show-desktop,
#detail #product-gallery-slider a.show-netbook,
#detail #product-gallery-slider a.show-tablet,
#detail #product-gallery-slider a.show-mobile {
  border: 1px solid #D3D3D3;
  -wekbit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: white;
}
#detail #product-gallery-slider img {
  display: block;
  border: 1px solid #D3D3D3;
  -wekbit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  width: 69px;
  height: 69px;
}
@media screen and (min-width: 1500px) {
  #detail #product-gallery-slider img {
    width: 74px;
    height: 74px;
  }
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (min-width: 750px) and (max-width: 999px) {
  #detail #product-gallery-slider img {
    width: 67px;
    height: 67px;
  }
}
@media screen and (max-width: 499px) {
  #detail #product-gallery-slider img {
    width: 59px;
    height: 59px;
  }
}
@media screen and (min-width: 1500px) {
  #detail #product-gallery-slider .hide-wide {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1499px) {
  #detail #product-gallery-slider .hide-desktop {
    display: none;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  #detail #product-gallery-slider .hide-netbook {
    display: none;
  }
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  #detail #product-gallery-slider .hide-tablet {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  #detail #product-gallery-slider .hide-mobile {
    display: none;
  }
}
#detail #product-gallery-slider .show-wide {
  display: none;
}
@media screen and (min-width: 1500px) {
  #detail #product-gallery-slider .show-wide {
    display: block;
    width: 74px;
    height: 74px;
  }
}
#detail #product-gallery-slider .show-desktop {
  display: none;
}
@media screen and (min-width: 1000px) and (max-width: 1499px) {
  #detail #product-gallery-slider .show-desktop {
    display: block;
    width: 69px;
    height: 69px;
  }
}
#detail #product-gallery-slider .show-netbook {
  display: none;
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  #detail #product-gallery-slider .show-netbook {
    display: block;
    width: 67px;
    height: 67px;
  }
}
#detail #product-gallery-slider .show-tablet {
  display: none;
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  #detail #product-gallery-slider .show-tablet {
    display: block;
    width: 67px;
    height: 67px;
  }
}
#detail #product-gallery-slider .show-mobile {
  display: none;
}
@media screen and (max-width: 499px) {
  #detail #product-gallery-slider .show-mobile {
    display: block;
    width: 59px;
    height: 59px;
  }
}
#detail div.product-image {
  margin-left: 15px;
  float: left;
  position: relative;
}
@media screen and (max-width: 499px) {
  #detail div.product-image {
    width: 96%;
    margin: 0 2%;
    padding: 0 0;
  }
}
#detail div.product-image #product-image-zoom {
  border: 1px solid #D5D5D5;
  -wekbit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: white;
}
#detail div.product-image .stickers {
  position: absolute;
  top: 0px;
  left: 0px;
  height: auto;
  max-width: 60px;
  max-height: 300px;
  overflow: hidden;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #detail div.product-image .stickers {
    max-height: 170px;
  }
}
#detail div.product-image .stickers img {
  float: left;
  margin: 3px;
  border: none;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #detail div.product-image .stickers img {
    max-height: 50px;
    max-width: 50px;
  }
}
#detail div.product-image .discount-box {
  width: 60px;
  height: 31px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  background-image: url("../images/stickers/discount_pct.png");
}
#detail div.product-image a {
  display: block;
}
#detail div.product-image img {
  max-height: 300px;
  max-width: 300px;
}
@media screen and (min-width: 1500px) {
  #detail div.product-image img {
    max-height: 400px;
    max-width: 400px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #detail div.product-image img {
    max-height: 436px;
    max-width: 436px;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-image img {
    max-height: 100%;
    max-width: 100%;
  }
}
#detail div.top {
  background: #FBFBFB;
  -wekbit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #D5D5D5;
  padding-bottom: 5px;
}
#detail div.product-rightbox {
  float: right;
  width: 350px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1500px) {
  #detail div.product-rightbox {
    width: 450px;
    margin-right: 45px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #detail div.product-rightbox {
    width: 436px;
    margin: 0 17px;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox {
    width: 96%;
    margin: 0 2%;
    padding: 0 0;
  }
}
#detail div.product-rightbox > div {
  padding: 5px;
}
#detail div.product-rightbox > div:last-of-type {
  border-bottom: none;
}
#detail div.product-rightbox .other {
  text-align: center;
}
#detail div.product-rightbox .other a.print {
  display: inline-block;
  width: 87px;
  height: 21px;
  margin: 0 8px;
  background: url(../images/icons/print-bubble.png);
  cursor: pointer;
}
#detail div.product-rightbox .info table,
#detail div.product-rightbox .prices table {
  width: 100%;
  border-spacing: 0;
}
#detail div.product-rightbox .info {
  font-size: 15px;
  padding-top: 0;
}
#detail div.product-rightbox .info td {
  border-bottom: 1px solid #D5D5D5;
  padding: 5px 0;
}
#detail div.product-rightbox .info td:last-of-type {
  text-align: right;
}
#detail div.product-rightbox .info td:last-of-type a {
  color: #994c00;
}
#detail div.product-rightbox .prices {
  border-bottom: 1px solid #D5D5D5;
}
#detail div.product-rightbox .prices .price-title {
  float: left;
}
#detail div.product-rightbox .prices .price-value {
  float: right;
}
#detail div.product-rightbox .prices .old {
  font-size: 20px;
  color: #323232;
}
#detail div.product-rightbox .prices .final {
  font-size: 25px;
  color: #994c00;
  font-weight: bold;
}
#detail div.product-rightbox .prices .final-notax {
  font-size: 13px;
  color: #3c3c3c;
}
#detail div.product-rightbox .prices .availability {
  font-size: 20px;
  color: #323232;
}
#detail div.product-rightbox .prices .availability.green {
  color: #0c6800;
}
#detail div.product-rightbox .prices .availability.orange {
  color: #cf7700;
}
#detail div.product-rightbox .prices .availability.red {
  color: #9f0000;
}
#detail div.product-rightbox .buttons {
  padding: 8px 5px;
  border-bottom: 1px solid #D5D5D5;
}
#detail div.product-rightbox .buttons .cart,
#detail div.product-rightbox .buttons .wishlist {
  display: inline-block;
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox .buttons br {
    display: none;
  }
}
#detail div.product-rightbox .buttons .cart {
  float: left;
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox .buttons .cart {
    width: 98%;
    display: block;
    float: none;
    margin: 0 1%;
    font-size: 16px;
  }
}
#detail div.product-rightbox .buttons .cart a.button {
  background: #464646;
  /* Old browsers */
  background: -moz-linear-gradient(top, #464646 0%, #121212 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #464646), color-stop(100%, #121212));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #464646 0%, #121212 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #464646 0%, #121212 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #464646 0%, #121212 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #464646 0%, #121212 100%);
  /* W3C */
  border-color: #000000;
  color: white;
  float: left;
  width: 115px;
  text-align: center;
}
#detail div.product-rightbox .buttons .cart a.button:active {
  background: #121212;
  /* Old browsers */
  background: -moz-linear-gradient(top, #121212 0%, #464646 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #121212), color-stop(100%, #464646));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #121212 0%, #464646 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #121212 0%, #464646 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #121212 0%, #464646 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #121212 0%, #464646 100%);
  /* W3C */
  border-color: #000000;
}
#detail div.product-rightbox .buttons .cart a.button span {
  border-color: #000000;
  background-image: url('../images/icons/Shopcart_neg.png');
}
@media screen and (min-width: 1500px), screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #detail div.product-rightbox .buttons .cart a.button {
    width: 200px;
    text-align: center;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox .buttons .cart a.button {
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 96%;
    margin: 0 0;
    padding: 0 2%;
    float: none;
  }
}
#detail div.product-rightbox .buttons .wishlist {
  float: right;
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox .buttons .wishlist {
    width: 98%;
    display: block;
    float: none;
    margin: 0 1%;
    font-size: 16px;
    margin-top: 5px;
    height: 37px;
  }
}
#detail div.product-rightbox .buttons .wishlist a.button {
  background: #ffcc54;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffcc54 0%, #ffbc21 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcc54), color-stop(100%, #ffbc21));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffcc54 0%, #ffbc21 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffcc54 0%, #ffbc21 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffcc54 0%, #ffbc21 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffcc54 0%, #ffbc21 100%);
  /* W3C */
  border-color: #eda600;
  padding-left: 15px;
  float: right;
}
#detail div.product-rightbox .buttons .wishlist a.button:active {
  background: #ffbc21;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffbc21 0%, #ffcc54 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffbc21), color-stop(100%, #ffcc54));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffbc21 0%, #ffcc54 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffbc21 0%, #ffcc54 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffbc21 0%, #ffcc54 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffbc21 0%, #ffcc54 100%);
  /* W3C */
  border-color: #eda600;
}
#detail div.product-rightbox .buttons .wishlist a.button span {
  border-color: #ba8200;
  display: none;
}
#detail div.product-rightbox .buttons .wishlist a.button.inactive {
  font-size: 15px;
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox .buttons .wishlist a.button {
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 96%;
    margin: 0 0;
    padding: 0 2%;
    float: none;
  }
}
#detail div.product-bottom {
  margin-top: 30px;
  width: 100%;
  clear: both;
}
@media screen and (min-width: 1500px) {
  #detail div.product-bottom {
    width: 970px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #detail div.product-bottom {
    width: 470px;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-bottom {
    width: 100%;
  }
}
#detail div.product-bottom .tabs {
  width: 100%;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #detail div.product-bottom .tabs {
    width: 480px;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-bottom .tabs {
    width: 100%;
  }
}
#detail div.product-bottom .tabs-content {
  width: 698px;
  text-align: justify;
  overflow: auto;
  top: -1px;
  background: #FBFBFB;
}
@media screen and (min-width: 1500px) {
  #detail div.product-bottom .tabs-content {
    width: 948px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #detail div.product-bottom .tabs-content {
    width: 448px;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-bottom .tabs-content {
    width: 100%;
    margin: 0 0;
    padding: 5px 0;
    margin-top: -1px;
  }
}
#detail div.product-bottom .tabs-content .tab-content {
  width: 495px;
}
@media screen and (min-width: 1500px) {
  #detail div.product-bottom .tabs-content .tab-content {
    width: 750px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #detail div.product-bottom .tabs-content .tab-content {
    width: 96%;
    margin: 0 0;
    padding: 0 2%;
  }
}
#detail div.product-bottom .tabs-content .tab-content img {
  max-width: 100%;
}
#detail div.product-bottom .tabs-content .tab-content h2 {
  font-size: 16px;
  margin: 5px 0 15px 0;
}
#detail div.product-bottom .tabs-content #tab-description a {
  color: #994c00;
  font-weight: 600;
}
#detail div.product-bottom .tabs-content #tab-direction embed {
  width: 100%;
}
#detail div.product-bottom .tabs-content #bottom-banners {
  float: right;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #detail div.product-bottom .tabs-content #bottom-banners {
    display: none;
  }
}
#detail div.product-bottom .tabs-content #bottom-banners div {
  width: 185px;
  height: 320px;
  border: 1px solid #808080;
  margin: 5px 0 5px 5px;
}
#detail div.product-bottom .tabs-content #products-discussion .discussion-box {
  margin-top: 10px;
  padding: 1px;
  border: 1px solid #808080;
}
#detail div.product-bottom .tabs-content #products-discussion .discussion-box .title {
  background-color: #E6E6E6;
  width: 100%;
  height: 30px;
  margin: 0;
  margin-bottom: 10px;
  text-indent: 5px;
  line-height: 30px;
  font-weight: 600;
  float: left;
}
#detail div.product-bottom .tabs-content #products-discussion .discussion-box .title.admin {
  background-color: #FFB75C;
}
#detail div.product-bottom .tabs-content #products-discussion .discussion-box .title span {
  float: right;
  font-weight: normal;
  margin-right: 5px;
}
#detail div.product-bottom .tabs-content #products-discussion .discussion-box .text {
  line-height: 18px;
  font-size: 16px;
  padding: 10px;
}
#detail div.product-bottom .tabs-content #products-discussion .discussion-box .buttons {
  padding: 3px;
  text-align: right;
}
#detail div.product-bottom .tabs-content #products-discussion a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  float: right;
  margin: 10px;
}
#detail div.product-bottom .tabs-content #products-discussion a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#detail div.product-bottom .tabs-content #products-discussion a.button span {
  border-color: #a07000;
  background-image: url('../images/icons/Pencil.png');
}
#detail div.product-bottom .tabs-content #user-reviews {
  width: 100%;
  display: block;
}
#detail div.product-bottom .tabs-content #user-reviews .stars {
  height: 30px;
  margin-top: 3px;
  float: right;
  margin-right: 2px;
}
#detail div.product-bottom .tabs-content #user-reviews .stars img {
  width: 30px;
}
#detail div.product-bottom .tabs-content #user-reviews .summary {
  background-color: #E6E6E6;
}
#detail div.product-bottom .tabs-content #user-reviews .summary .info,
#detail div.product-bottom .tabs-content #user-reviews .summary .right {
  float: left;
  display: block;
  padding: 2%;
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #detail div.product-bottom .tabs-content #user-reviews .summary .info,
  #detail div.product-bottom .tabs-content #user-reviews .summary .right {
    float: none;
    width: 96%;
    margin: 0;
    padding: 2%;
  }
}
#detail div.product-bottom .tabs-content #user-reviews .summary .avg-title {
  font-size: 20px;
}
#detail div.product-bottom .tabs-content #user-reviews .summary .info {
  width: 40%;
  padding: 2%;
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #detail div.product-bottom .tabs-content #user-reviews .summary .info {
    width: 100%;
  }
}
#detail div.product-bottom .tabs-content #user-reviews .summary .right {
  float: right;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding-top: 15px;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #detail div.product-bottom .tabs-content #user-reviews .summary .right {
    width: 100%;
  }
}
#detail div.product-bottom .tabs-content #user-reviews .review-box {
  margin-top: 10px;
  padding: 1px;
  border: 1px solid #808080;
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .title {
  background-color: #E6E6E6;
  width: 100%;
  height: 30px;
  margin: 0;
  margin-bottom: 15px;
  text-indent: 15px;
  line-height: 30px;
  font-weight: bold;
  float: left;
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .stars {
  height: 30px;
  margin-top: 3px;
  float: right;
  margin-right: 2px;
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .stars img {
  width: 24px;
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .review-body {
  padding: 2px 8px;
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .lists div.positives-list {
  float: left;
  width: 50%;
}
@media screen and (max-width: 499px) {
  #detail div.product-bottom .tabs-content #user-reviews .review-box .lists div.positives-list {
    float: none;
    width: 100%;
  }
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .lists div.negatives-list {
  float: right;
  width: 50%;
}
@media screen and (max-width: 499px) {
  #detail div.product-bottom .tabs-content #user-reviews .review-box .lists div.negatives-list {
    float: none;
    width: 100%;
  }
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .lists ul.positives-list {
  list-style-image: url('/includes/templates/template_default_full/images/bullet-plus.png');
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .lists ul.positives-list li {
  color: #03980B;
  margin-left: 30px;
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .lists ul.negatives-list {
  list-style-image: url('/includes/templates/template_default_full/images/bullet-minus.png');
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .lists ul.negatives-list li {
  color: #7D0005;
  margin-left: 30px;
}
#detail #cross-sell-content .tab-content {
  width: 100%;
  padding: 0;
  margin: 0;
}
#detail #cross-sell-content .product-box {
  display: block;
  width: 215px;
  float: left;
  background-color: #ffffff;
  margin: 5px 0px 0px 5px;
  border: 1px solid #cccccc;
  padding: 5px;
  position: relative;
  -wekbit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#detail #cross-sell-content .product-box:hover {
  -webkit-box-shadow: 0 0 3px #808080;
  -moz-box-shadow: 0 0 3px #808080;
  -o-box-shadow: 0 0 3px #808080;
  box-shadow: 0 0 3px #808080;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1500px) {
  #detail #cross-sell-content .product-box {
    width: 219px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #detail #cross-sell-content .product-box {
    width: 207px;
  }
}
@media screen and (max-width: 499px) {
  #detail #cross-sell-content .product-box {
    width: 92%;
    margin: 5px 2%;
    padding: 2% 2%;
  }
}
#detail #cross-sell-content .product-box .name {
  width: 225px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 5px;
  height: 54px;
  overflow: hidden;
  line-height: 18px;
  color: #994c00;
}
@media screen and (max-width: 499px) {
  #detail #cross-sell-content .product-box .name {
    margin-bottom: 0;
    height: auto;
    display: block;
    width: 100%;
  }
}
#detail #cross-sell-content .product-box a {
  position: relative;
  display: block;
}
#detail #cross-sell-content .product-box img.productImage-func {
  margin: auto;
  display: block;
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 5px;
}
@media screen and (max-width: 499px) {
  #detail #cross-sell-content .product-box img.productImage-func {
    margin: 5px 0 5px 5px;
    float: left;
    width: 100px;
    height: 100px;
  }
}
#detail #cross-sell-content .product-box .bottom {
  width: 95px;
  height: 40px;
  float: left;
  display: block;
  margin-left: 5px;
}
@media screen and (max-width: 499px) {
  #detail #cross-sell-content .product-box .bottom {
    margin-right: 10px;
    margin-top: 15px;
    width: 110px;
    float: right;
    text-align: right;
  }
}
#detail #cross-sell-content .product-box .bottom .old-price {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}
#detail #cross-sell-content .product-box .bottom .final-price {
  display: block;
  font-size: 20px;
  line-height: 40px;
}
#detail #cross-sell-content .product-box br.hide {
  display: none;
}
@media screen and (max-width: 499px) {
  #detail #cross-sell-content .product-box br.hide {
    display: inherit;
  }
}
#detail #cross-sell-content .product-box .buttons {
  display: block;
  float: right;
  height: 40px;
  width: 80px;
}
@media screen and (max-width: 499px) {
  #detail #cross-sell-content .product-box .buttons {
    float: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
}
#detail #cross-sell-content .product-box .buttons .detail {
  height: 40px;
  width: 40px;
  float: right;
}
#detail #cross-sell-content .product-box .buttons .detail a.button {
  background: #b5acff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5acff), color-stop(100%, #928ed2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b5acff 0%, #928ed2 100%);
  /* W3C */
  border-color: #6f6ac3;
  min-width: 35px;
  width: 35px;
  padding: 0;
}
#detail #cross-sell-content .product-box .buttons .detail a.button:active {
  background: #928ed2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #928ed2), color-stop(100%, #b5acff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #928ed2 0%, #b5acff 100%);
  /* W3C */
  border-color: #6f6ac3;
}
#detail #cross-sell-content .product-box .buttons .detail a.button span {
  border: none;
  background-image: url('../images/icons/Search.png');
}
#detail #cross-sell-content .product-box .buttons .add-cart {
  height: 40px;
  width: 40px;
  float: left;
}
#detail #cross-sell-content .product-box .buttons .add-cart a.button {
  background: #ff7f7f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7f7f), color-stop(100%, #ff6452));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff7f7f 0%, #ff6452 100%);
  /* W3C */
  border-color: #ff361f;
  min-width: 35px;
  width: 35px;
  padding: 0;
}
#detail #cross-sell-content .product-box .buttons .add-cart a.button:active {
  background: #ff6452;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6452), color-stop(100%, #ff7f7f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff6452 0%, #ff7f7f 100%);
  /* W3C */
  border-color: #ff361f;
}
#detail #cross-sell-content .product-box .buttons .add-cart a.button span {
  border: none;
  background-image: url('../images/icons/Shopcart.png');
}
#detail #cross-sell-side {
  float: right;
  width: 185px;
  border: 1px solid #808080;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #detail #cross-sell-side {
    display: none;
  }
}
#detail #cross-sell-side .title {
  line-height: 22px;
  text-align: center;
  color: #444;
  text-transform: uppercase;
  font-size: 13px;
}
#detail #cross-sell-side .product-box {
  display: block;
  width: 175px;
  float: left;
  background-color: #FFF;
  margin: 0;
  border: none;
  border-bottom: 1px solid #C4C4C4;
  padding: 5px;
  position: relative;
}
#detail #cross-sell-side .product-box .name {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  max-height: 48px;
  overflow: hidden;
  line-height: 16px;
  font-size: 15px;
  color: #994c00;
}
#detail #cross-sell-side .product-box a {
  position: relative;
  display: block;
}
#detail #cross-sell-side .product-box img.productImage-func {
  margin: auto;
  display: block;
  max-width: 145px;
  max-height: 145px;
  margin: 3px 15px;
}
#detail #cross-sell-side .product-box .bottom {
  width: 95px;
  height: 40px;
  float: left;
  display: block;
  font-size: 18px;
}
#detail #cross-sell-side .product-box .bottom .final-price {
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
#detail #cross-sell-side .product-box .buttons {
  display: block;
  float: right;
  height: 40px;
  width: 80px;
}
#detail #cross-sell-side .product-box .buttons .detail {
  height: 40px;
  width: 40px;
  float: right;
}
#detail #cross-sell-side .product-box .buttons .detail a.button {
  background: #b5acff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5acff), color-stop(100%, #928ed2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b5acff 0%, #928ed2 100%);
  /* W3C */
  border-color: #6f6ac3;
  min-width: 35px;
  width: 35px;
  padding: 0;
}
#detail #cross-sell-side .product-box .buttons .detail a.button:active {
  background: #928ed2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #928ed2), color-stop(100%, #b5acff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #928ed2 0%, #b5acff 100%);
  /* W3C */
  border-color: #6f6ac3;
}
#detail #cross-sell-side .product-box .buttons .detail a.button span {
  border: none;
  background-image: url('../images/icons/Search.png');
}
#detail #cross-sell-side .product-box .buttons .add-cart {
  height: 40px;
  width: 40px;
  float: left;
}
#detail #cross-sell-side .product-box .buttons .add-cart a.button {
  background: #ff7f7f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7f7f), color-stop(100%, #ff6452));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff7f7f 0%, #ff6452 100%);
  /* W3C */
  border-color: #ff361f;
  min-width: 35px;
  width: 35px;
  padding: 0;
}
#detail #cross-sell-side .product-box .buttons .add-cart a.button:active {
  background: #ff6452;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6452), color-stop(100%, #ff7f7f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff6452 0%, #ff7f7f 100%);
  /* W3C */
  border-color: #ff361f;
}
#detail #cross-sell-side .product-box .buttons .add-cart a.button span {
  border: none;
  background-image: url('../images/icons/Shopcart.png');
}
#homepage {
  width: 750px;
}
@media screen and (min-width: 1500px) {
  #homepage {
    width: 1000px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #homepage {
    width: 500px;
  }
}
@media screen and (max-width: 499px) {
  #homepage {
    width: 100%;
  }
}
#homepage > div {
  text-align: justify;
  background: #fbfbfb;
  display: block;
  float: left;
  margin: 10px 0 0 10px;
  padding: 5px;
  border: 1px solid #d5d5d5;
  -wekbit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #homepage > div {
    font-size: 14px;
  }
}
#homepage .full {
  width: 718px;
}
@media screen and (min-width: 1500px) {
  #homepage .full {
    width: 968px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #homepage .full {
    width: 468px;
  }
}
@media screen and (max-width: 499px) {
  #homepage .full {
    width: 92%;
    margin: 2%;
    padding: 2%;
  }
}
#homepage .full.shop-title {
  min-height: 0;
  margin-top: 5px;
}
#homepage .full.shop-title h1 {
  margin: 5px;
  color: #dd6d00;
  font-size: 24px;
  clear: both;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #homepage .full.shop-title h1 {
    font-size: 20px;
  }
}
#homepage .half {
  width: 348px;
  height: 238px;
}
@media screen and (min-width: 1500px) {
  #homepage .half {
    width: 473px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #homepage .half {
    width: 223px;
  }
}
@media screen and (max-width: 499px) {
  #homepage .half {
    width: 92%;
    margin: 2%;
    padding: 2%;
  }
}
#homepage .third {
  width: 223px;
  height: 338px;
}
@media screen and (min-width: 1500px) {
  #homepage .third {
    width: 306px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #homepage .third {
    width: 138px;
  }
}
@media screen and (max-width: 499px) {
  #homepage .third {
    width: 92%;
    margin: 2%;
    padding: 2%;
  }
}
#homepage .third.center {
  width: 228px;
}
@media screen and (min-width: 1500px) {
  #homepage .third.center {
    width: 312px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #homepage .third.center {
    width: 148px;
  }
}
@media screen and (max-width: 499px) {
  #homepage .third.center {
    width: 92%;
    margin: 2%;
    padding: 2%;
  }
}
#homepage .third-double {
  width: 473px;
  height: 338px;
}
@media screen and (min-width: 1500px) {
  #homepage .third-double {
    width: 640px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #homepage .third-double {
    width: 308px;
  }
}
@media screen and (max-width: 499px) {
  #homepage .third-double {
    width: 92%;
    margin: 2%;
    padding: 2%;
  }
}
#homepage div.title {
  width: 96%;
  margin: 0 0;
  padding: 5px 2%;
  text-align: left;
  font-size: 16px;
  margin-bottom: 5px;
  color: #dd6d00;
  font-weight: 600;
}
#homepage div.title a,
#homepage div.title a:visited {
  color: #dd6d00;
}
#homepage div.about,
#homepage div.account,
#homepage div.banner {
  height: 100%;
  overflow: hidden;
  font-size: 15px;
}
#homepage div.about p,
#homepage div.account p,
#homepage div.banner p {
  margin: 0;
}
#homepage div.about img,
#homepage div.account img,
#homepage div.banner img {
  width: 100%;
  max-width: 450px;
  float: left;
}
#homepage div.video-slider {
  position: relative;
}
#homepage div.video-slider .slider-items {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 238px;
  height: 181px;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #homepage div.video-slider .slider-items {
    width: 220px;
  }
}
#homepage div.video-slider .slider-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 238px;
  display: block;
  max-height: 178px;
  margin: 0 auto;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #homepage div.video-slider .slider-item {
    width: 220px;
    height: 165px;
  }
}
#homepage div.video-slider .slider-item * {
  margin: 0 auto;
  width: 238px;
  display: block;
  max-height: 178px;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #homepage div.video-slider .slider-item * {
    width: 220px;
    height: 165px;
  }
}
#homepage div.video-slider .control {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
  left: 50%;
}
#homepage div.video-slider .control li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
#homepage div.video-slider .control a {
  display: block;
  width: 8px;
  height: 8px;
  -wekbit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  margin: 5px 9px;
  padding: 0;
  background-color: #FFFFFF;
  border: 3px solid #696969;
  cursor: pointer;
}
@media screen and (max-width: 499px) {
  #homepage div.video-slider .control a {
    width: 16px;
    height: 16px;
    -wekbit-border-radius: 11px;
    -moz-border-radius: 11px;
    -o-border-radius: 11px;
    border-radius: 11px;
    margin: 5px;
  }
}
#homepage div.video-slider .control a.active {
  border: 3px solid #dd6d00;
}
#homepage div.tips-slider .slider-items {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 96%;
  margin: 3px 1%;
  padding: 3px 1%;
  height: 172px;
}
#homepage div.tips-slider .slider-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 176px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 16px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  text-align: justify;
}
#homepage div.tips-slider .slider-item img {
  display: block;
  max-height: 75px;
  max-width: 75px;
  float: left;
  margin: 0 8px 8px 0;
}
#homepage div.tips-slider .control {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
  left: 50%;
}
#homepage div.tips-slider .control li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
#homepage div.tips-slider .control a {
  display: block;
  width: 8px;
  height: 8px;
  -wekbit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  margin: 5px 9px;
  padding: 0;
  background-color: #FFFFFF;
  border: 3px solid #696969;
  cursor: pointer;
}
@media screen and (max-width: 499px) {
  #homepage div.tips-slider .control a {
    width: 16px;
    height: 16px;
    -wekbit-border-radius: 11px;
    -moz-border-radius: 11px;
    -o-border-radius: 11px;
    border-radius: 11px;
    margin: 5px;
  }
}
#homepage div.tips-slider .control a.active {
  border: 3px solid #dd6d00;
}
#homepage div.main-slider {
  position: relative;
}
#homepage div.main-slider .slider-items {
  display: block;
  position: relative;
  text-align: center;
  height: 200px;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #homepage div.main-slider .slider-items {
    margin: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #homepage div.main-slider .slider-items {
    height: 134px;
  }
}
@media screen and (max-width: 499px) {
  #homepage div.main-slider .slider-items {
    height: 155px;
  }
}
#homepage div.main-slider .slider-item {
  display: block;
  margin: 0 auto;
  position: absolute;
  height: 200px;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #homepage div.main-slider .slider-item {
    height: 134px;
  }
}
@media screen and (max-width: 499px) {
  #homepage div.main-slider .slider-item {
    height: 130px;
  }
}
#homepage div.main-slider .slider-item img {
  max-height: 200px;
  max-width: 100%;
}
#homepage div.main-slider .control {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -wekbit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background: none;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#homepage div.main-slider .control:hover {
  background-color: #FFFFFF;
  opacity: 0.95;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#homepage div.main-slider .control li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
#homepage div.main-slider .control a {
  display: block;
  width: 8px;
  height: 8px;
  -wekbit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  margin: 5px 9px;
  padding: 0;
  background-color: #FFFFFF;
  border: 3px solid #696969;
  cursor: pointer;
}
@media screen and (max-width: 499px) {
  #homepage div.main-slider .control a {
    width: 16px;
    height: 16px;
    -wekbit-border-radius: 11px;
    -moz-border-radius: 11px;
    -o-border-radius: 11px;
    border-radius: 11px;
    margin: 5px;
  }
}
#homepage div.main-slider .control a.active {
  border: 3px solid #dd6d00;
}
#homepage div.product-slider {
  position: relative;
}
#homepage div.product-slider .left-arrow,
#homepage div.product-slider .right-arrow {
  width: 44px;
  font-size: 25px;
  height: 210px;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #homepage div.product-slider .left-arrow,
  #homepage div.product-slider .right-arrow {
    width: 24px;
  }
}
@media screen and (max-width: 499px) {
  #homepage div.product-slider .left-arrow,
  #homepage div.product-slider .right-arrow {
    width: 9%;
  }
}
#homepage div.product-slider .left-arrow.inactive,
#homepage div.product-slider .right-arrow.inactive {
  cursor: not-allowed;
}
#homepage div.product-slider .left-arrow {
  float: left;
  background: url(../images/slider-left.png) center center no-repeat;
}
#homepage div.product-slider .left-arrow.inactive {
  background: url(../images/slider-left-inactive.png) center center no-repeat;
}
#homepage div.product-slider .right-arrow {
  float: right;
  background: url(../images/slider-right.png) center center no-repeat;
}
#homepage div.product-slider .right-arrow.inactive {
  background: url(../images/slider-right-inactive.png) center center no-repeat;
}
#homepage div.product-slider .slider-items {
  width: 630px;
  overflow: hidden;
  float: left;
  height: 220px;
}
@media screen and (min-width: 1500px) {
  #homepage div.product-slider .slider-items {
    width: 830px;
    margin: 0 25px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #homepage div.product-slider .slider-items {
    width: 420px;
  }
}
@media screen and (max-width: 499px) {
  #homepage div.product-slider .slider-items {
    width: 210px;
    position: absolute;
    left: 50%;
    margin-left: -105px;
  }
}
#homepage div.product-slider .slider-items .name {
  font-size: 14px;
  line-height: 15px;
  height: 30px;
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #994c00;
}
#homepage div.product-slider .slider-items .name a {
  color: #994c00;
}
#homepage div.product-slider .slider-items .image {
  display: block;
  width: 100%;
}
#homepage div.product-slider .slider-items .image img {
  margin: 5px auto;
  display: block;
  border: 1px solid #B8B8B8;
}
#homepage div.product-slider .slider-items span {
  width: 100%;
  font-size: 16px;
  text-align: center;
  display: inline-block;
}
#homepage div.product-slider .slider-container {
  width: 10000px;
  height: 210px;
}
#homepage div.product-slider .slider-item {
  float: left;
  width: 200px;
  margin: 5px 5px;
  height: 205px;
}
#homepage div.product-slider .slider-item:hover .image img {
  -webkit-box-shadow: 0 0 2px #808080;
  -moz-box-shadow: 0 0 2px #808080;
  -o-box-shadow: 0 0 2px #808080;
  box-shadow: 0 0 2px #808080;
}
#homepage div.product-slider .slider-item:hover .name {
  color: #dd6d00;
}
#homepage div.product-slider .slider-item:hover span {
  font-weight: 600;
}
#homepage div.main p {
  padding: 5px;
  margin: 0;
  font-size: 15px;
}
#homepage div.main img {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 100%;
}
/* DETAIL SET-A CONTENT */
#set-a-content {
  width: 718px;
  margin: 10px 0;
  background: #fbfbfb;
  border: 1px solid #d5d5d5;
  -wekbit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding-bottom: 5px;
}
@media screen and (min-width: 1500px) {
  #set-a-content {
    width: 968px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #set-a-content {
    width: 468px;
  }
}
@media screen and (max-width: 499px) {
  #set-a-content {
    width: 100%;
    margin: 10px 0;
    padding: 0 0;
    padding-bottom: 5px;
  }
}
#set-a-content .product-box .mobile-name {
  display: none;
  text-align: center;
  width: 98%;
  margin: 0;
  padding: 1%;
}
@media screen and (max-width: 499px) {
  #set-a-content .product-box .mobile-name {
    display: block;
  }
}
#set-a-content .product-box .mobile-name a {
  line-height: 20px;
  color: #dd6d00;
  font-weight: bold;
  font-size: 15px;
  margin-top: 3px;
  max-width: 100%;
}
#set-a-content ul,
#set-a-content li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#set-a-content li {
  border-bottom: 1px solid #e2e2e2;
}
#set-a-content li:last-of-type {
  border-bottom: none;
}
#set-a-content .title {
  width: 98%;
  height: 30px;
  margin: 0 1%;
  color: #dd6d00;
  font-size: 16px;
  text-indent: 10px;
  font-weight: 600;
  line-height: 30px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 5px;
}
#set-a-content .image {
  margin-right: 12px;
  width: 76px;
  float: left;
}
#set-a-content .image img {
  height: 64px;
  margin: 2px 2px 2px 15px;
  display: block;
  border: 1px solid #d5d5d5;
  -wekbit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#set-a-content .text {
  width: 430px;
  float: left;
}
@media screen and (min-width: 1500px) {
  #set-a-content .text {
    width: 680px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #set-a-content .text {
    width: 275px;
  }
}
@media screen and (max-width: 499px) {
  #set-a-content .text {
    display: none;
  }
}
#set-a-content .text .name a {
  line-height: 27px;
  color: #dd6d00;
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
#set-a-content .text .description {
  max-height: 25px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
@media screen and (max-width: 499px) {
  #set-a-content .text .description {
    display: none;
  }
}
#set-a-content .right {
  width: 200px;
  float: right;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #set-a-content .right {
    width: 100px;
  }
}
#set-a-content .right .quantity {
  display: inline-block;
  float: left;
  width: 60px;
  height: 70px;
  text-align: right;
  line-height: 70px;
  font-size: 16px;
}
#set-a-content .right .price {
  display: inline-block;
  width: 135px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  float: right;
  margin: 15px 0;
  color: #828282;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #set-a-content .right .price {
    display: none;
  }
}
#set-a-content .right .price span {
  color: black;
  text-decoration: line-through;
  font-size: 18px;
  margin-top: 2px;
  display: block;
}
#set-b-slider {
  position: relative;
  margin: 0 10px;
}
#set-b-slider .title {
  width: 100%;
  font-size: 15px;
  color: #994c00;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
#set-b-slider .left-arrow,
#set-b-slider .right-arrow {
  width: 35px;
  font-size: 25px;
  height: 108px;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #set-b-slider .left-arrow,
  #set-b-slider .right-arrow {
    width: 24px;
  }
}
@media screen and (max-width: 499px) {
  #set-b-slider .left-arrow,
  #set-b-slider .right-arrow {
    width: 9%;
  }
}
#set-b-slider .left-arrow.inactive,
#set-b-slider .right-arrow.inactive {
  cursor: not-allowed;
}
#set-b-slider .left-arrow {
  float: left;
  background: url(../images/slider-left.png) center center no-repeat;
}
#set-b-slider .left-arrow.inactive {
  background: url(../images/slider-left-inactive.png) center center no-repeat;
}
#set-b-slider .right-arrow {
  float: right;
  background: url(../images/slider-right.png) center center no-repeat;
}
#set-b-slider .right-arrow.inactive {
  background: url(../images/slider-right-inactive.png) center center no-repeat;
}
#set-b-slider .slider-items {
  width: 660px;
  overflow: hidden;
  float: left;
  height: 108px;
}
@media screen and (min-width: 1500px) {
  #set-b-slider .slider-items {
    width: 825px;
    margin-left: 42px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #set-b-slider .slider-items {
    width: 430px;
  }
}
@media screen and (max-width: 499px) {
  #set-b-slider .slider-items {
    width: 215px;
    position: absolute;
    left: 50%;
    margin-left: -108px;
  }
}
#set-b-slider .slider-items .slider-item {
  width: 155px;
  margin: 3px;
  padding: 1px;
  border: 1px solid #cccccc;
  background: #f2f2f2;
  height: 100px;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #set-b-slider .slider-items .slider-item {
    width: 205px;
  }
}
#set-b-slider .slider-items .name {
  font-size: 13px;
  line-height: 18px;
  height: 55px;
  display: block;
  float: left;
  text-align: left;
  overflow: hidden;
  padding-left: 5px;
  text-overflow: ellipsis;
  width: 95px;
  color: #994c00;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #set-b-slider .slider-items .name {
    width: 145px;
  }
}
#set-b-slider .slider-items .name a {
  color: #994c00;
}
#set-b-slider .slider-items .image {
  display: block;
  float: left;
}
#set-b-slider .slider-items .image img {
  display: block;
  border: 1px solid #cccccc;
}
#set-b-slider .slider-items .originalPrice {
  float: left;
  width: 50%;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 0.5);
  text-indent: 5px;
}
#set-b-slider .slider-items .originalPrice span {
  color: #383838;
}
#set-b-slider .slider-items .price {
  float: right;
  width: 50%;
  text-align: right;
  font-weight: 600;
}
#set-b-slider .slider-items label {
  font-size: 15px;
}
#set-b-slider .slider-items .set-b-checkbox {
  margin-left: 10px;
}
#set-b-slider .slider-container {
  height: 108px;
}
#set-b-slider .slider-item {
  float: left;
  width: 200px;
  margin: 5px 5px;
  height: 195px;
}
#giftbox {
  width: 718px;
  font-size: 20px;
  background-color: #FBFBFB;
  margin: 30px 0 30px 0;
  -wekbit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 0;
  border: 1px solid #D5D5D5;
}
@media screen and (min-width: 1500px) {
  #giftbox {
    width: 968px;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #giftbox {
    width: 468px;
  }
}
@media screen and (max-width: 499px) {
  #giftbox {
    width: 100%;
    margin: 25px 0;
    padding: 10px 0;
  }
}
#giftbox img {
  width: 70px;
  height: 70px;
  border: 0;
}
#giftbox span {
  font-weight: 600;
}
#giftbox span.text {
  color: #994c00;
}
#giftbox span.product-name {
  color: #dd6d00;
}
#giftbox .giftimg {
  width: 70px;
  height: 70px;
  background-color: #FFF;
  margin-left: 0;
  margin-right: 5px;
  border: 1px solid #D5D5D5;
  position: relative;
  top: -20px;
  float: left;
  -webkit-box-shadow: 2px 2px 2px #dddddd;
  -moz-box-shadow: 2px 2px 2px #dddddd;
  -o-box-shadow: 2px 2px 2px #dddddd;
  box-shadow: 2px 2px 2px #dddddd;
}
#giftbox .giftimg:last-of-type {
  margin-right: 15px;
}
#giftbox .giftimg:first-of-type {
  margin-left: 30px;
}
a.button {
  width: auto;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  padding: 0 15px 0 50px;
  border: 1px solid;
  -wekbit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  display: inline-block;
  min-width: 100px;
  top: 0;
  left: 0;
  color: #000000;
}
a.button:active {
  -webkit-box-shadow: 1px 1px 1px #a8a8a8;
  -moz-box-shadow: 1px 1px 1px #a8a8a8;
  -o-box-shadow: 1px 1px 1px #a8a8a8;
  box-shadow: 1px 1px 1px #a8a8a8;
  top: 1px;
  left: 1px;
}
a.button span {
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  height: 100%;
  min-width: 35px;
  left: 0;
  border-style: solid;
  border-width: 0 1px 0 0;
  font-size: 35px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
}
a.button.reviews {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  font-size: 13px;
}
a.button.reviews:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
a.button.reviews span {
  border-color: #a07000;
  background-image: url('../images/review-bubble.png');
}
ul.tabs {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 46px;
}
ul.tabs li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  background: #fbfbfb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fbfbfb 0%, #dddddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fbfbfb 0%, #dddddd 100%);
  /* W3C */
  font-size: 14px;
  -wekbit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  border: 1px solid #D5D5D5;
  height: 25px;
  line-height: 25px;
  color: #212121;
  text-align: center;
  margin-top: 1px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
ul.tabs li a {
  padding: 3px 10px;
}
ul.tabs li.selected {
  background: #dddddd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #fbfbfb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dddddd 0%, #fbfbfb 100%);
  /* W3C */
  border-bottom: 1px solid #fbfbfb;
}
ul.tabs li.selected:hover {
  background-color: #FFF;
}
ul.tabs li.spacer {
  height: 26px;
  border: none;
  border-bottom: 1px solid #D5D5D5;
  background: none;
  width: 2px;
  padding: 0;
}
ul.tabs li:hover {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background: #dddddd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #fbfbfb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%, #fbfbfb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dddddd 0%, #fbfbfb 100%);
  /* W3C */
}
div.tabs-content {
  display: block;
  padding: 5px 10px;
  border: 1px solid #D5D5D5;
  margin-top: -1px;
  position: relative;
  z-index: 0;
}
div.tabs-content .tab-content {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  height: auto;
  font-size: 14px;
  float: left;
}
div.tabs-content .tab-content:first-of-type {
  display: block;
}
#user-video div {
  display: block;
  padding: 5px 0;
  margin: 5px;
  float: left;
}
@media screen and (max-width: 499px) {
  #user-video div {
    width: 96%;
    margin: 0 0;
    padding: 2% 2%;
  }
}
#user-video a {
  background-size: 160px 120px;
  display: block;
  width: 160px;
  height: 120px;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #user-video a {
    background-size: 210px 160px;
    width: 210px;
    height: 160px;
  }
}
@media screen and (max-width: 499px) {
  #user-video a {
    width: 100%;
    height: auto;
    background-size: 100%;
  }
}
#user-video img {
  width: 160px;
  height: 120px;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #user-video img {
    width: 210px;
    height: 160px;
  }
}
@media screen and (max-width: 499px) {
  #user-video img {
    width: 100%;
    height: auto;
  }
}
#ez-page {
  width: 94%;
  margin: 0 1%;
  padding: 10px 2%;
  -wekbit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: 8px;
  border: 1px solid #d5d5d5;
}
#ez-page h2 {
  font-size: 24px;
}
#ez-page.manufacturer h3 {
  font-size: 13px;
  margin: 0;
  padding: 0;
  margin-top: -20px;
}
#ez-page.manufacturer img.logo {
  float: right;
  max-width: 300px;
  margin: 20px 0 10px 10px;
}
#ui_notifIt {
  position: fixed;
  top: 10px;
  right: 0px;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px #000000;
  -moz-box-shadow: 0px 0px 10px #000000;
  -o-box-shadow: 0px 0px 10px #000000;
  box-shadow: 0px 0px 10px #000000;
  -wekbit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 666;
}
#ui_notifIt p {
  text-align: center;
  font-family: sans-serif;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
#ui_notifIt.success {
  background-color: #0F5C00;
  border: 3px solid #0B3800;
  color: #FFFFFF;
}
#ui_notifIt.error {
  background-color: #E00000;
  color: #FFFFFF;
  font-weight: bold;
  border: 3px solid #000000;
}
#ui_notifIt.warning {
  background-color: #FFA500;
  color: #000;
  border: 3px solid #B47500;
}
#ui_notifIt.info {
  background-color: #fff2cb;
  color: #000;
  border: 3px solid #ffc285;
}
#ui_notifIt.default {
  background-color: #EEE;
  color: #444;
}
#spotlight {
  position: fixed;
  -webkit-box-shadow: 0px 0px 5px #000000;
  -moz-box-shadow: 0px 0px 5px #000000;
  -o-box-shadow: 0px 0px 5px #000000;
  box-shadow: 0px 0px 5px #000000;
  display: none;
  background: transparent;
  -wekbit-border-radius: 29px;
  -moz-border-radius: 29px;
  -o-border-radius: 29px;
  border-radius: 29px;
  z-index: 666;
  max-width: 99%;
  max-height: 99%;
  margin: 0 auto;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  border: 15px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight {
    top: 0 !important;
    left: 0 !important;
    -webkit-box-shadow: 0 0 2px #000000;
    -moz-box-shadow: 0 0 2px #000000;
    -o-box-shadow: 0 0 2px #000000;
    box-shadow: 0 0 2px #000000;
    border: 1px solid #808080;
    width: 94% !important;
    height: auto !important;
    margin: 5px 2% !important;
    position: absolute;
    -wekbit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
#spotlight #spotlight-header {
  width: 100%;
  height: 50px;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: left;
  text-indent: 15px;
  -wekbit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -o-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  position: relative;
  background: #8e8e8e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8e8e8e 0%, #747474 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8e8e8e), color-stop(100%, #747474));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #8e8e8e 0%, #747474 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8e8e8e 0%, #747474 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8e8e8e 0%, #747474 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #8e8e8e 0%, #747474 100%);
  /* W3C */
  overflow: hidden;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight #spotlight-header {
    -wekbit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
#spotlight #spotlight-header span {
  color: #FFFFFF;
}
#spotlight #spotlight-header .close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 7px;
  right: 7px;
  background-image: url('../images/spotlight-close.png');
  cursor: pointer;
}
#spotlight #spotlight-content {
  padding: 0 3px;
  overflow: auto;
  background: white;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight #spotlight-content {
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
  }
}
#spotlight #spotlight-buttons {
  width: 100%;
  height: 50px;
  padding: 0;
  line-height: 50px;
  text-align: center;
  -wekbit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
  position: relative;
  background: #747474;
  /* Old browsers */
  background: -moz-linear-gradient(top, #747474 0%, #8e8e8e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #747474), color-stop(100%, #8e8e8e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #747474 0%, #8e8e8e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #747474 0%, #8e8e8e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #747474 0%, #8e8e8e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #747474 0%, #8e8e8e 100%);
  /* W3C */
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight #spotlight-buttons {
    -wekbit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
#spotlight #spotlight-buttons a.button {
  margin: 0 3px;
}
#spotlight-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/overlay.png) 0 0 repeat;
  display: none;
  left: 0;
  top: 0;
  opacity: 0.85;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  z-index: 665;
}
#spotlight.account-delivery-details a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.account-delivery-details a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.account-delivery-details a.button span {
  border-color: #a07000;
  background-image: url('../images/icons/Checkmark.png');
}
#spotlight.account-logoff a.button.yes {
  background: #00ad06;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00ad06 0%, #068400 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00ad06), color-stop(100%, #068400));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00ad06 0%, #068400 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00ad06 0%, #068400 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00ad06 0%, #068400 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00ad06 0%, #068400 100%);
  /* W3C */
  border-color: #045100;
}
#spotlight.account-logoff a.button.yes:active {
  background: #068400;
  /* Old browsers */
  background: -moz-linear-gradient(top, #068400 0%, #00ad06 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #068400), color-stop(100%, #00ad06));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #068400 0%, #00ad06 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #068400 0%, #00ad06 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #068400 0%, #00ad06 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #068400 0%, #00ad06 100%);
  /* W3C */
  border-color: #045100;
}
#spotlight.account-logoff a.button.yes span {
  border-color: #011e00;
  background-image: url('../images/icons/Checkmark.png');
}
#spotlight.account-logoff a.button.no {
  background: #c90008;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c90008 0%, #990002 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c90008), color-stop(100%, #990002));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c90008 0%, #990002 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c90008 0%, #990002 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c90008 0%, #990002 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c90008 0%, #990002 100%);
  /* W3C */
  border-color: #660001;
}
#spotlight.account-logoff a.button.no:active {
  background: #990002;
  /* Old browsers */
  background: -moz-linear-gradient(top, #990002 0%, #c90008 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #990002), color-stop(100%, #c90008));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #990002 0%, #c90008 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #990002 0%, #c90008 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #990002 0%, #c90008 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #990002 0%, #c90008 100%);
  /* W3C */
  border-color: #660001;
}
#spotlight.account-logoff a.button.no span {
  border-color: #330001;
  background-image: url('../images/icons/Close.png');
}
@media screen and (max-width: 499px) {
  #spotlight.account-logoff a.button.no {
    background: #c90008;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c90008 0%, #990002 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c90008), color-stop(100%, #990002));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c90008 0%, #990002 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c90008 0%, #990002 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c90008 0%, #990002 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #c90008 0%, #990002 100%);
    /* W3C */
    border-color: #660001;
    min-width: 35px;
    width: 35px;
    padding: 0;
    font-size: 0;
  }
  #spotlight.account-logoff a.button.no:active {
    background: #990002;
    /* Old browsers */
    background: -moz-linear-gradient(top, #990002 0%, #c90008 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #990002), color-stop(100%, #c90008));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #990002 0%, #c90008 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #990002 0%, #c90008 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #990002 0%, #c90008 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #990002 0%, #c90008 100%);
    /* W3C */
    border-color: #660001;
  }
  #spotlight.account-logoff a.button.no span {
    border: none;
    background-image: url('../images/icons/Close.png');
  }
}
#spotlight.account-logoff #spotlight-content div {
  padding: 35px;
  font-size: 25px;
}
#spotlight.account-change-password form {
  padding: 15px 5px;
}
#spotlight.account-change-password label {
  float: left;
  display: inline-block;
  width: 175px;
  height: 20px;
  font-size: 15px;
  padding: 6px 3px 1px 3px;
  margin: 4px 2px;
  vertical-align: bottom;
}
#spotlight.account-change-password input {
  width: 250px;
  height: 25px;
  border: 1px solid #414141;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px #808080;
  -moz-box-shadow: 1px 1px 3px #808080;
  -o-box-shadow: 1px 1px 3px #808080;
  box-shadow: 1px 1px 3px #808080;
  font-size: 15px;
  padding: 1px 5px;
  margin: 4px 2px;
  float: right;
}
#spotlight.account-change-password a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.account-change-password a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.account-change-password a.button span {
  border-color: #a07000;
  background-image: url('../images/icons/Checkmark.png');
}
#spotlight.account-details #spotlight-content {
  overflow: auto;
}
#spotlight.account-details form {
  padding: 15px 5px;
}
#spotlight.account-details fieldset {
  margin: 5px;
  padding: 5px 10px;
  border: 1px solid #BBB;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #FFF;
  -webkit-box-shadow: 2px 2px 3px #dddddd;
  -moz-box-shadow: 2px 2px 3px #dddddd;
  -o-box-shadow: 2px 2px 3px #dddddd;
  box-shadow: 2px 2px 3px #dddddd;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.account-details fieldset {
    float: none;
    width: 100%;
    margin: 5px 0;
    padding: 5px 0;
  }
}
#spotlight.account-details input[type=text] {
  width: 250px;
  height: 25px;
  border: 1px solid #414141;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px #808080;
  -moz-box-shadow: 1px 1px 3px #808080;
  -o-box-shadow: 1px 1px 3px #808080;
  box-shadow: 1px 1px 3px #808080;
  font-size: 15px;
  padding: 1px 5px;
  margin: 4px 2px;
  float: right;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.account-details input[type=text] {
    float: none;
    width: 94%;
    margin: 2px 2%;
    padding: 2px 1%;
  }
}
#spotlight.account-details input[type=checkbox] {
  float: none;
  margin-left: 35px;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -500px;
  left: -500px;
}
#spotlight.account-details input[type=checkbox]:checked + label {
  background: url('../images/forms/checkbox_full.png') left center no-repeat;
}
#spotlight.account-details label {
  float: left;
  display: inline-block;
  width: 115px;
  height: 20px;
  font-size: 15px;
  padding: 6px 3px 1px 3px;
  margin: 4px 2px;
  vertical-align: bottom;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.account-details label {
    float: none;
    width: 96%;
    margin: 3px 1%;
    padding: 0 1%;
  }
}
#spotlight.account-details label.checkbox {
  padding-left: 32px;
  min-height: 25px;
  background: url('../images/forms/checkbox_empty.png') left center no-repeat;
  width: auto;
  padding-top: 8px;
  margin-left: 10px;
  cursor: pointer;
  height: auto;
}
#spotlight.account-details label.checkbox.checked {
  background: url('../images/forms/checkbox_full.png') left center no-repeat;
}
#spotlight.account-details a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.account-details a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.account-details a.button span {
  border-color: #a07000;
  background-image: url('../images/icons/Checkmark.png');
}
#spotlight.account-addresses #spotlight-content {
  padding: 10px;
  overflow: auto;
  width: 710px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.account-addresses #spotlight-content {
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
  }
}
#spotlight.account-addresses .addAddress {
  margin: 5px;
  padding: 10px;
  width: 310px;
  float: left;
  border: 1px solid #BBB;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  background: #FAFAFA;
  -webkit-box-shadow: 2px 2px 3px #dddddd;
  -moz-box-shadow: 2px 2px 3px #dddddd;
  -o-box-shadow: 2px 2px 3px #dddddd;
  box-shadow: 2px 2px 3px #dddddd;
  text-align: center;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.account-addresses .addAddress {
    float: none;
    width: 98%;
    margin: 5px 0;
    padding: 10px 1%;
  }
}
#spotlight.account-addresses .addAddress input,
#spotlight.account-addresses .addAddress select {
  width: 170px;
  float: right;
  color: #545454;
  -wekbit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-style: normal;
  border: 1px solid #BBB;
  background: #FFFFFF;
  padding: 3px 0 3px 5px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.account-addresses .addAddress input,
  #spotlight.account-addresses .addAddress select {
    float: none;
    width: 96%;
    margin: 0 1%;
    padding: 3px 1%;
  }
}
#spotlight.account-addresses .addAddress select {
  width: 177px;
  font-size: 13px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.account-addresses .addAddress select {
    float: none;
    width: 96%;
    margin: 0 1%;
    padding: 3px 1%;
  }
}
#spotlight.account-addresses .addAddress label {
  display: inline-block;
  padding: 5px 0 0 0;
  float: left;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.account-addresses .addAddress label {
    float: none;
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
  }
}
#spotlight.account-addresses .addAddress a.add {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.account-addresses .addAddress a.add:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.account-addresses .addAddress a.add span {
  border-color: #a07000;
  background-image: url('../images/icons/Checkmark.png');
}
#spotlight.account-addresses .addAddress a.save {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.account-addresses .addAddress a.save:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.account-addresses .addAddress a.save span {
  border-color: #a07000;
  background-image: url('../images/icons/Pencil.png');
}
#spotlight.account-addresses article {
  margin: 5px;
  padding: 5px;
  width: 325px;
  float: right;
  border: 1px solid #BBB;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #FAFAFA;
  -webkit-box-shadow: 2px 2px 3px #dddddd;
  -moz-box-shadow: 2px 2px 3px #dddddd;
  -o-box-shadow: 2px 2px 3px #dddddd;
  box-shadow: 2px 2px 3px #dddddd;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.account-addresses article {
    float: none;
    width: 98%;
    margin: 0 0;
    padding: 3px 1%;
  }
}
#spotlight.account-addresses article div {
  float: left;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.account-addresses article div {
    float: none;
    width: 96%;
    margin: 0 0;
    padding: 3px 2%;
  }
}
#spotlight.account-addresses article a.button {
  float: right;
  margin: 2px;
  line-height: 25px;
  height: 25px;
  font-size: 13px;
  background: #dadeff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dadeff 0%, #c0c9ff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadeff), color-stop(100%, #c0c9ff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dadeff 0%, #c0c9ff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dadeff 0%, #c0c9ff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dadeff 0%, #c0c9ff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dadeff 0%, #c0c9ff 100%);
  /* W3C */
  border-color: #8d9dff;
  padding-left: 15px;
  width: 136px;
  text-align: center;
  padding: 0 10px;
}
#spotlight.account-addresses article a.button:active {
  background: #c0c9ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c0c9ff 0%, #dadeff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c0c9ff), color-stop(100%, #dadeff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c0c9ff 0%, #dadeff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c0c9ff 0%, #dadeff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c0c9ff 0%, #dadeff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c0c9ff 0%, #dadeff 100%);
  /* W3C */
  border-color: #8d9dff;
}
#spotlight.account-addresses article a.button span {
  border-color: #5a72ff;
  display: none;
}
#spotlight.account-addresses article a.button.half {
  min-width: 55px;
  width: 55px;
}
#spotlight.account-addresses article a.button.active {
  background: #91d299;
  /* Old browsers */
  background: -moz-linear-gradient(top, #91d299 0%, #7bc371 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91d299), color-stop(100%, #7bc371));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #91d299 0%, #7bc371 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #91d299 0%, #7bc371 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #91d299 0%, #7bc371 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #91d299 0%, #7bc371 100%);
  /* W3C */
  border-color: #5ab44d;
  padding-left: 15px;
  width: 136px;
  text-align: center;
  padding: 0 10px;
}
#spotlight.account-addresses article a.button.active:active {
  background: #7bc371;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7bc371 0%, #91d299 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7bc371), color-stop(100%, #91d299));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7bc371 0%, #91d299 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7bc371 0%, #91d299 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7bc371 0%, #91d299 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7bc371 0%, #91d299 100%);
  /* W3C */
  border-color: #5ab44d;
}
#spotlight.account-addresses article a.button.active span {
  border-color: #47913d;
  display: none;
}
#spotlight.account-orders-history table {
  margin: 10px 0;
  width: 100%;
  border-collapse: collapse;
}
#spotlight.account-orders-history tr:nth-of-type(odd) {
  background: #F7F7F7;
}
#spotlight.account-orders-history th {
  background: #757575;
  color: #FFFFFF;
  font-weight: bold;
}
#spotlight.account-orders-history td,
#spotlight.account-orders-history th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.account-orders-history table,
  #spotlight.account-orders-history thead,
  #spotlight.account-orders-history tbody,
  #spotlight.account-orders-history th,
  #spotlight.account-orders-history td,
  #spotlight.account-orders-history tr {
    display: block;
  }
  #spotlight.account-orders-history thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #spotlight.account-orders-history tr {
    border: 1px solid #ccc;
  }
  #spotlight.account-orders-history td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  #spotlight.account-orders-history td.button {
    padding-left: 0;
    text-align: center;
  }
  #spotlight.account-orders-history td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #spotlight.account-orders-history td:nth-of-type(1):before {
    content: "Číslo obj.";
  }
  #spotlight.account-orders-history td:nth-of-type(2):before {
    content: "Objednáno";
  }
  #spotlight.account-orders-history td:nth-of-type(3):before {
    content: "Odesláno";
  }
  #spotlight.account-orders-history td:nth-of-type(4):before {
    content: "Stav";
  }
  #spotlight.account-orders-history td:nth-of-type(5):before {
    content: "Cena";
  }
}
#spotlight.account-orders-history a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  height: 30px;
  line-height: 30px;
}
#spotlight.account-orders-history a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.account-orders-history a.button span {
  border-color: #a07000;
  background-image: url('../images/icons/Zoom_in.png');
}
#spotlight.order-review .summary {
  margin: 5px;
  padding: 5px 10px;
  border: 1px solid #BBB;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #F0F0F0;
  -webkit-box-shadow: 2px 2px 3px #dddddd;
  -moz-box-shadow: 2px 2px 3px #dddddd;
  -o-box-shadow: 2px 2px 3px #dddddd;
  box-shadow: 2px 2px 3px #dddddd;
  float: left;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.order-review .summary {
    float: none;
    display: block;
    width: 98%;
    margin: 5px 0;
    padding: 5px 1%;
  }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.order-review .summary table {
    width: 98%;
    margin: 5px 0;
    padding: 5px 1%;
  }
}
#spotlight.order-review .summary td:first-of-type {
  width: 160px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.order-review .summary td:first-of-type {
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
    max-width: 160px;
    display: block;
    float: left;
  }
}
#spotlight.order-review .summary td:last-of-type {
  width: 200px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.order-review .summary td:last-of-type {
    text-align: right;
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
    max-width: 220px;
    display: block;
    float: right;
  }
}
#spotlight.order-review .delivery-data {
  float: right;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.order-review .delivery-data {
    float: none;
    width: 100%;
  }
}
#spotlight.order-review .delivery-data .address {
  margin: 5px;
  padding: 5px 10px;
  border: 1px solid #BBB;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #F0F0F0;
  -webkit-box-shadow: 2px 2px 3px #dddddd;
  -moz-box-shadow: 2px 2px 3px #dddddd;
  -o-box-shadow: 2px 2px 3px #dddddd;
  box-shadow: 2px 2px 3px #dddddd;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.order-review .delivery-data .address {
    width: 98%;
    margin: 5px 0;
    padding: 5px 1%;
  }
}
#spotlight.order-review .order-items {
  overflow-y: auto;
}
#spotlight.order-review .order-items table {
  width: 650px;
  margin-bottom: 10px;
}
#spotlight.order-review .order-items table td:nth-of-type(1) {
  color: #555555;
  width: 50px;
}
#spotlight.order-review .order-items table td:nth-of-type(4) {
  text-align: right;
  width: 100px;
}
#spotlight.order-review .order-items table td:nth-of-type(5) {
  text-align: right;
  width: 100px;
}
#spotlight.order-review a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.order-review a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.order-review a.button span {
  border-color: #a07000;
  background-image: url('../images/icons/Back.png');
}
#spotlight.shopping_cart #spotlight-content {
  min-width: 730px;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.shopping_cart #spotlight-content {
    min-width: 100%;
  }
}
#spotlight.shopping_cart #spotlight-buttons .recount {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.shopping_cart #spotlight-buttons .recount:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.shopping_cart #spotlight-buttons .recount span {
  border-color: #a07000;
  background-image: url('../images/icons/Refresh.png');
}
#spotlight.shopping_cart #spotlight-buttons .cart {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.shopping_cart #spotlight-buttons .cart:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.shopping_cart #spotlight-buttons .cart span {
  border-color: #a07000;
  background-image: url('../images/icons/Shopcart.png');
}
#spotlight.shopping_cart div.priceSum {
  padding: 10px;
  float: right;
  font-size: 20px;
}
#spotlight.shopping_cart div.priceSum span {
  font-weight: bold;
}
#spotlight.shopping_cart div.coupon-box {
  padding: 10px;
  float: left;
  font-size: 20px;
}
#spotlight.shopping_cart div.coupon-box span {
  font-weight: bold;
}
#spotlight.shopping_cart div.coupon-box input {
  height: 31px;
  padding: 2px 15px 2px 5px;
  border: 1px solid gray;
  margin: 0;
  -wekbit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-right: -15px;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  font-size: 18px;
  outline: none;
}
#spotlight.shopping_cart div.coupon-box input:focus {
  outline: none;
}
#spotlight.shopping_cart div.coupon-box a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  padding-left: 15px;
  width: auto;
  min-width: 0;
}
#spotlight.shopping_cart div.coupon-box a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.shopping_cart div.coupon-box a.button span {
  border-color: #a07000;
  display: none;
}
#spotlight.shopping_cart .row {
  display: block;
  padding: 3px 0;
  border-top: 1px solid #b2b2b2;
  max-width: 715px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.shopping_cart .row {
    border-top: 3px double #b2b2b2;
  }
}
#spotlight.shopping_cart .row:first-of-type {
  border-top: none;
}
#spotlight.shopping_cart .row.master-product:nth-of-type(even) {
  background: #eef2ff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #eef2ff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eef2ff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #eef2ff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #eef2ff 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #eef2ff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #eef2ff 0%, #ffffff 100%);
  /* W3C */
}
#spotlight.shopping_cart .row div {
  float: left;
}
#spotlight.shopping_cart .row div.image {
  width: 66px;
  padding: 2px;
  margin-right: 5px;
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.shopping_cart .row div.image {
    padding: 0;
    width: 12%;
    max-width: 50px;
  }
}
@media screen and (max-width: 499px) {
  #spotlight.shopping_cart .row div.image {
    display: block;
    width: 43px;
  }
}
#spotlight.shopping_cart .row div.image a {
  display: block;
  width: 66px;
  height: 66px;
  float: left;
}
@media screen and (max-width: 499px) {
  #spotlight.shopping_cart .row div.image a {
    display: none;
  }
}
#spotlight.shopping_cart .row div.image a img {
  display: block;
  width: 64px;
  height: 64px;
  border: 1px solid #8a8a8a;
  -wekbit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#spotlight.shopping_cart .row div.image img.group-type {
  width: 64px;
  height: 64px;
  border: 1px solid transparent;
  float: left;
}
#spotlight.shopping_cart .row div.name {
  display: block;
  height: 70px;
  width: 300px;
  font-size: 14px;
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.shopping_cart .row div.name {
    width: 88%;
  }
}
@media screen and (max-width: 499px) {
  #spotlight.shopping_cart .row div.name {
    width: 96%;
    margin: 0 2%;
    padding: 0 0;
  }
}
#spotlight.shopping_cart .row div.name a {
  height: 70px;
  display: table-cell;
  vertical-align: middle;
  color: #dd6d00;
}
#spotlight.shopping_cart .row div.quantity {
  padding: 18px 5px;
  width: 75px;
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.shopping_cart .row div.quantity {
    width: 20%;
    padding: 6px 5%;
    margin-right: 8%;
  }
}
@media screen and (max-width: 499px) {
  #spotlight.shopping_cart .row div.quantity {
    padding: 2px 2px;
  }
}
#spotlight.shopping_cart .row div.quantity.no-input {
  padding: 0 5px;
  height: 46px;
  line-height: 46px;
  text-align: center;
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.shopping_cart .row div.quantity.no-input {
    width: 20%;
    padding: 0 1%;
    margin-left: 8%;
  }
}
@media screen and (max-width: 499px) {
  #spotlight.shopping_cart .row div.quantity.no-input {
    padding: 2px;
  }
}
#spotlight.shopping_cart .row div.quantity input {
  text-align: right;
  width: 45px;
  padding-right: 5px;
  height: 18px;
  margin: 6px 25px 8px 0px;
  padding: 0;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.shopping_cart .row div.quantity input {
    margin: 10px 25px 12px 0px;
  }
}
#spotlight.shopping_cart .row div.quantity input:focus {
  outline: none;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.shopping_cart .row div.quantity .ui-spinner-button {
    width: 20px;
  }
  #spotlight.shopping_cart .row div.quantity .ui-icon {
    margin-left: 2px;
  }
}
#spotlight.shopping_cart .row div.price {
  display: table-cell;
  height: 70px;
  position: relative;
  vertical-align: middle;
  width: 220px;
}
@media screen and (max-width: 499px) {
  #spotlight.shopping_cart .row div.price {
    width: 95px;
    padding: 0;
  }
}
#spotlight.shopping_cart .row div.price:hover .priceZoom {
  display: block;
}
#spotlight.shopping_cart .row div.price .priceZoom {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 220px;
  padding: 5px 0;
  line-height: 15px;
  background: white;
  display: none;
}
#spotlight.shopping_cart .row div.price .priceZoom span {
  display: inline-block;
  height: 17px;
}
#spotlight.shopping_cart .row div.price .priceZoom span.label {
  width: 100px;
  height: 15px;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
}
#spotlight.shopping_cart .row div.price .priceZoom span.value {
  width: 65px;
  text-align: right;
  font-size: 14px;
}
#spotlight.shopping_cart .row div.price .normal {
  line-height: 70px;
  font-size: 18px;
  text-align: center;
}
#spotlight.shopping_cart .row div.price .normal span {
  display: inline-block;
  text-align: right;
}
#spotlight.shopping_cart .row div.price .normal span.price {
  width: 95px;
}
#spotlight.shopping_cart .row div.price .normal span.priceEach {
  width: 85px;
  color: #585858;
  font-size: 16px;
}
@media screen and (max-width: 499px) {
  #spotlight.shopping_cart .row div.price .normal span.priceEach {
    display: none;
  }
}
#spotlight.shopping_cart .row div.delete {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  width: 35px;
  text-align: right;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.shopping_cart .row div.delete {
    float: right;
  }
}
#spotlight.shopping_cart .row div.delete a {
  padding: 22px 10px;
  height: 25px;
  width: 25px;
  display: inline-block;
}
#spotlight.shopping_cart .row.child-product {
  border-top: 1px solid #c2c2c2;
}
#spotlight.shopping_cart .row.child-product div.image {
  width: 132px;
  max-width: 132px;
}
@media screen and (max-width: 499px) {
  #spotlight.shopping_cart .row.child-product div.image {
    width: 43px;
  }
}
#spotlight.shopping_cart .row.child-product div.name {
  width: 234px;
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.shopping_cart .row.child-product div.name {
    width: 75%;
  }
}
@media screen and (max-width: 499px) {
  #spotlight.shopping_cart .row.child-product div.name {
    width: 75%;
    margin-left: 1%;
  }
}
#spotlight.buy-later #spotlight-content {
  padding: 0;
  min-width: 730px;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.buy-later #spotlight-content {
    min-width: 100%;
  }
}
#spotlight.buy-later .row {
  display: block;
  padding: 3px 0;
  border-top: 1px solid #b2b2b2;
  max-width: 715px;
}
#spotlight.buy-later .row:first-of-type {
  border-top: none;
}
#spotlight.buy-later .row.master-product:nth-of-type(even) {
  background: #eef2ff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #eef2ff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eef2ff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #eef2ff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #eef2ff 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #eef2ff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #eef2ff 0%, #ffffff 100%);
  /* W3C */
}
#spotlight.buy-later .row div {
  float: left;
}
#spotlight.buy-later .row div.image {
  width: 46px;
  padding: 2px;
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.buy-later .row div.image {
    padding: 0;
    width: 12%;
    max-width: 50px;
  }
}
@media screen and (max-width: 499px) {
  #spotlight.buy-later .row div.image {
    display: block;
    width: 43px;
  }
}
#spotlight.buy-later .row div.image a {
  display: block;
  width: 42px;
  height: 42px;
  float: left;
}
@media screen and (max-width: 499px) {
  #spotlight.buy-later .row div.image a {
    display: none;
  }
}
#spotlight.buy-later .row div.image a img {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #8a8a8a;
}
#spotlight.buy-later .row div.name {
  display: block;
  height: 46px;
  width: 300px;
  font-size: 14px;
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.buy-later .row div.name {
    width: 88%;
  }
}
@media screen and (max-width: 499px) {
  #spotlight.buy-later .row div.name {
    width: 96%;
    margin: 0 2%;
    padding: 0 0;
  }
}
#spotlight.buy-later .row div.name a {
  height: 46px;
  display: table-cell;
  vertical-align: middle;
  color: #dd6d00;
}
#spotlight.buy-later .row div.price {
  display: block;
  height: 46px;
  padding: 0 10px;
  width: 100px;
  text-align: center;
  font-weight: 600;
  line-height: 46px;
}
#spotlight.buy-later .row div.add,
#spotlight.buy-later .row div.delete {
  display: table-cell;
  vertical-align: middle;
  line-height: 46px;
  padding: 0 5px;
}
#spotlight.buy-later .row div.add a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.buy-later .row div.add a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.buy-later .row div.add a.button span {
  border-color: #a07000;
  background-image: url('../images/icons/Shopcart.png');
}
#spotlight.buy-later .row div.delete a.button {
  background: #ff3e37;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff3e37 0%, #c50d04 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3e37), color-stop(100%, #c50d04));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff3e37 0%, #c50d04 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff3e37 0%, #c50d04 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff3e37 0%, #c50d04 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff3e37 0%, #c50d04 100%);
  /* W3C */
  border-color: #930a03;
  min-width: 35px;
  width: 35px;
  padding: 0;
}
#spotlight.buy-later .row div.delete a.button:active {
  background: #c50d04;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c50d04 0%, #ff3e37 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c50d04), color-stop(100%, #ff3e37));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c50d04 0%, #ff3e37 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c50d04 0%, #ff3e37 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c50d04 0%, #ff3e37 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c50d04 0%, #ff3e37 100%);
  /* W3C */
  border-color: #930a03;
}
#spotlight.buy-later .row div.delete a.button span {
  border: none;
  background-image: url('../images/icons/remove.png');
}
#spotlight.first-step-order #spotlight-content {
  width: 650px;
  padding: 0;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.first-step-order #spotlight-content {
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
  }
}
#spotlight.first-step-order .content .title {
  width: 96%;
  margin: 0 0;
  padding: 5px 2%;
  display: block;
  clear: both;
  background: #d2d2d2;
  font-size: 20px;
  text-indent: 35px;
}
#spotlight.first-step-order .container {
  width: 440px;
  padding: 10px;
  display: block;
  margin: 0 auto;
}
#spotlight.first-step-order .container.checkbox {
  padding-top: 0;
}
@media screen and (max-width: 499px) {
  #spotlight.first-step-order .container {
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
  }
}
#spotlight.first-step-order input[type=text],
#spotlight.first-step-order select {
  width: 240px;
  height: 20px;
  border: 1px solid #414141;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px #808080;
  -moz-box-shadow: 1px 1px 3px #808080;
  -o-box-shadow: 1px 1px 3px #808080;
  box-shadow: 1px 1px 3px #808080;
  font-size: 15px;
  padding: 1px 5px;
  margin: 4px 2px;
  float: right;
  background-color: #FFFFFF;
}
@media screen and (max-width: 499px) {
  #spotlight.first-step-order input[type=text],
  #spotlight.first-step-order select {
    width: 96%;
    margin: 4px 1%;
    padding: 1px 1%;
    float: none;
  }
}
#spotlight.first-step-order .companySwitch {
  float: none;
}
#spotlight.first-step-order input[type=checkbox] {
  float: none;
  margin-left: 35px;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -500px;
  left: -500px;
}
#spotlight.first-step-order select {
  box-sizing: content-box;
}
#spotlight.first-step-order label {
  float: left;
  padding-top: 5px;
  width: 160px;
  line-height: 20px;
}
@media screen and (max-width: 499px) {
  #spotlight.first-step-order label {
    width: 100%;
    float: none;
  }
}
#spotlight.first-step-order label.required {
  font-weight: bold;
  color: #9b1615;
}
#spotlight.first-step-order label.checkbox {
  padding-left: 32px;
  min-height: 25px;
  background: url('../images/forms/checkbox_empty.png') left center no-repeat;
  width: auto;
  padding-top: 8px;
  margin-left: 70px;
  cursor: pointer;
  height: auto;
}
#spotlight.first-step-order label.checkbox.checked {
  background: url('../images/forms/checkbox_full.png') left center no-repeat;
}
@media screen and (max-width: 499px) {
  #spotlight.first-step-order label.checkbox {
    margin-left: 0px;
  }
}
#spotlight.first-step-order div.companySwitch {
  width: 185px;
  float: left;
}
@media screen and (max-width: 499px) {
  #spotlight.first-step-order div.companySwitch {
    width: 100%;
  }
}
#spotlight.first-step-order label.companySwitch {
  margin-right: 10px;
}
#spotlight.first-step-order form {
  margin: 8px 0;
}
#spotlight.first-step-order a.button.back {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.first-step-order a.button.back:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.first-step-order a.button.back span {
  border-color: #a07000;
  background-image: url('../images/icons/Back.png');
}
@media screen and (max-width: 499px) {
  #spotlight.first-step-order a.button.back {
    background: #ffd36d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
    /* W3C */
    border-color: #d39400;
    min-width: 35px;
    width: 35px;
    padding: 0;
    font-size: 0;
  }
  #spotlight.first-step-order a.button.back:active {
    background: #ffb507;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
    /* W3C */
    border-color: #d39400;
  }
  #spotlight.first-step-order a.button.back span {
    border: none;
    background-image: url('../images/icons/Back.png');
  }
}
#spotlight.first-step-order a.button.next {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  padding: 0 50px 0 15px;
}
#spotlight.first-step-order a.button.next:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.first-step-order a.button.next span {
  border-color: #a07000;
  background-image: url('../images/icons/Redo.png');
}
#spotlight.first-step-order a.button.next span {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}
#spotlight.second-step-order #spotlight-content {
  width: 730px;
  padding: 0px 5px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.second-step-order #spotlight-content {
    width: auto;
  }
}
#spotlight.second-step-order .leftbox {
  float: left;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.second-step-order .leftbox {
    float: none;
  }
}
#spotlight.second-step-order #payment-list,
#spotlight.second-step-order #shipping-list {
  width: 400px;
  display: block;
  margin: 0;
  padding: 0 5px;
  border-right: 1px solid #808080;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.second-step-order #payment-list,
  #spotlight.second-step-order #shipping-list {
    width: 96%;
    margin: 0 1%;
    padding: 0 1%;
    border: none;
  }
}
#spotlight.second-step-order #payment-list {
  padding-top: 15px;
}
#spotlight.second-step-order #bill-summary {
  width: 300px;
  display: block;
  float: right;
  position: relative;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.second-step-order #bill-summary {
    float: none;
    width: 96%;
    margin: 0 1%;
    padding: 0 1%;
  }
}
#spotlight.second-step-order #bill-summary .shipping-info {
  font-size: 15px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.second-step-order #bill-summary .shipping-info {
    display: none;
  }
}
#spotlight.second-step-order #bill-summary .footer-summary {
  margin-top: 10px;
  border-top: 3px double #808080;
  padding-right: 10px;
  position: relative;
  bottom: 0;
}
#spotlight.second-step-order #bill-summary .footer-summary table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: 0;
}
#spotlight.second-step-order #bill-summary .footer-summary table td {
  width: 50%;
}
#spotlight.second-step-order #bill-summary .footer-summary table td:last-of-type {
  font-weight: bold;
  text-align: right;
}
#spotlight.second-step-order #bill-summary .footer-summary table td.final {
  font-weight: bold;
  line-height: 25px;
  font-size: 20px;
}
#spotlight.second-step-order div.title {
  width: 96%;
  margin: 0 0;
  padding: 5px 2%;
  display: block;
  clear: both;
  font-size: 20px;
  text-indent: 15px;
  color: #dd6d00;
  font-weight: 600;
  font-family: 'Open Sans';
}
#spotlight.second-step-order div.shipping-group {
  position: relative;
  line-height: 10px;
  font-size: 15px;
}
#spotlight.second-step-order div.shipping-group span.description {
  position: absolute;
  color: #000000;
  top: 0;
  right: 0;
  float: right;
  height: 28px;
  width: 28px;
  font-size: 0;
  background: url(../images/icons/help.png) right 4px no-repeat;
  border: 1px solid transparent;
  margin-right: 5px;
  display: none;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.second-step-order div.shipping-group span.description {
    display: block;
  }
}
#spotlight.second-step-order div.shipping-group span.description.visible {
  width: auto;
  height: auto;
  font-size: 13px;
  border: 1px solid gold;
  padding: 10px;
  padding-right: 20px;
  line-height: 15px;
  max-width: 100%;
  background: url(../images/icons/close.png) right 4px no-repeat;
  background-color: #FFFFFF;
  z-index: 20;
  -webkit-box-shadow: 0 0 2px #808080;
  -moz-box-shadow: 0 0 2px #808080;
  -o-box-shadow: 0 0 2px #808080;
  box-shadow: 0 0 2px #808080;
  margin-top: 5px;
}
#spotlight.second-step-order ul {
  list-style-type: none;
  padding: 10px;
  margin: 0;
}
#spotlight.second-step-order ul li.shippings-row label {
  font-size: 15px;
}
#spotlight.second-step-order ul li.shippings-row span.price {
  float: right;
}
#spotlight.second-step-order ul li.shippings-row div.description {
  font-size: 13px;
  padding: 5px 5px 15px 50px;
  display: none;
}
#spotlight.second-step-order ul li.payments-row label {
  font-size: 15px;
}
#spotlight.second-step-order ul li.payments-row span.price {
  float: right;
}
#spotlight.second-step-order ul li.payments-row div.description {
  font-size: 13px;
  padding: 5px 5px 5px 30px;
  display: none;
}
#spotlight.second-step-order a.button.back {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.second-step-order a.button.back:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.second-step-order a.button.back span {
  border-color: #a07000;
  background-image: url('../images/icons/Back.png');
}
@media screen and (max-width: 499px) {
  #spotlight.second-step-order a.button.back {
    background: #ffd36d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
    /* W3C */
    border-color: #d39400;
    min-width: 35px;
    width: 35px;
    padding: 0;
    font-size: 0;
  }
  #spotlight.second-step-order a.button.back:active {
    background: #ffb507;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
    /* W3C */
    border-color: #d39400;
  }
  #spotlight.second-step-order a.button.back span {
    border: none;
    background-image: url('../images/icons/Back.png');
  }
}
#spotlight.second-step-order a.button.next {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  padding: 0 50px 0 15px;
}
#spotlight.second-step-order a.button.next:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.second-step-order a.button.next span {
  border-color: #a07000;
  background-image: url('../images/icons/Redo.png');
}
#spotlight.second-step-order a.button.next span {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}
#spotlight.third-step-order #spotlight-content {
  width: 730px;
  padding: 0px 5px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.third-step-order #spotlight-content {
    width: 96%;
    margin: 5px 1%;
    padding: 2px 1%;
  }
}
#spotlight.third-step-order .rightbox {
  float: right;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.third-step-order .rightbox {
    float: none;
  }
}
#spotlight.third-step-order #bill-summary {
  width: 250px;
  display: block;
  float: left;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.third-step-order #bill-summary {
    float: none;
    width: 96%;
    margin: 5px 1%;
    padding: 2px 1%;
  }
}
#spotlight.third-step-order #bill-summary ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 96%;
  margin: 0 1%;
  padding: 0 1%;
  display: block;
  font-size: 15px;
}
#spotlight.third-step-order #bill-summary ul li {
  display: block;
  padding: 5px 0;
  border-top: 1px solid #D3D3D3;
  clear: both;
}
#spotlight.third-step-order #bill-summary ul li:first-of-type {
  border: 0;
}
#spotlight.third-step-order #bill-summary ul li span {
  float: right;
  font-weight: bold;
}
#spotlight.third-step-order #bill-summary table {
  margin-top: 20px;
  width: 100%;
  border-top: 3px double #808080;
  padding-top: 20px;
}
#spotlight.third-step-order #bill-summary table td {
  font-size: 15px;
  text-align: left;
}
#spotlight.third-step-order #bill-summary table td:last-of-type {
  font-weight: bold;
  text-align: right;
}
#spotlight.third-step-order .shipping-payment-summary,
#spotlight.third-step-order .addresses,
#spotlight.third-step-order .order-comment,
#spotlight.third-step-order .terms {
  width: 450px;
  padding-left: 25px;
  border-left: 1px solid #808080;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.third-step-order .shipping-payment-summary,
  #spotlight.third-step-order .addresses,
  #spotlight.third-step-order .order-comment,
  #spotlight.third-step-order .terms {
    width: 96%;
    margin: 0 1%;
    padding: 0 1%;
    border: 0;
  }
}
#spotlight.third-step-order .shipping-payment-summary table {
  width: 95%;
  color: #434343;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.third-step-order .shipping-payment-summary table {
    width: 100%;
  }
}
#spotlight.third-step-order .shipping-payment-summary table td {
  font-size: 15px;
  text-align: left;
  width: 52%;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.third-step-order .shipping-payment-summary table td {
    display: block;
    width: 100%;
  }
}
#spotlight.third-step-order .shipping-payment-summary table td:last-of-type {
  font-weight: bold;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.third-step-order .shipping-payment-summary table td:last-of-type {
    text-align: right;
  }
}
#spotlight.third-step-order .address {
  font-size: 15px;
  width: 50%;
  float: left;
  color: #434343;
  min-width: 225px;
}
#spotlight.third-step-order #spotlight-content .title {
  width: 100%;
  text-indent: 10px;
  font-size: 22px;
  margin: 10px 0 5px -25px;
  color: #dd6d00;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.third-step-order #spotlight-content .title {
    margin: 10px 0 5px 0;
  }
}
#spotlight.third-step-order .order-comment {
  padding-top: 25px;
}
#spotlight.third-step-order .order-comment label {
  width: 100%;
  text-indent: 10px;
  font-size: 22px;
  margin: 10px 0 5px -15px;
  color: #dd6d00;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.third-step-order .order-comment label {
    margin: 10px 0 5px 0;
    text-indent: 0;
  }
}
#spotlight.third-step-order .order-comment textarea {
  margin-top: 5px;
  width: 80%;
  height: 80px;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.third-step-order .order-comment textarea {
    width: 100%;
  }
}
#spotlight.third-step-order .terms {
  padding-bottom: 10px;
}
#spotlight.third-step-order .terms input[type=checkbox] {
  float: none;
  margin-left: 35px;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -500px;
  left: -500px;
}
#spotlight.third-step-order .terms input[type=checkbox]:checked + label {
  background: url('../images/forms/checkbox_full.png') left center no-repeat;
}
#spotlight.third-step-order .terms label {
  padding-left: 32px;
  min-height: 25px;
  background: url('../images/forms/checkbox_empty.png') left center no-repeat;
  width: auto;
  padding-top: 3px;
  margin-left: 10px;
  cursor: pointer;
  height: auto;
  display: block;
}
#spotlight.third-step-order .terms label.checked {
  background: url('../images/forms/checkbox_full.png') left center no-repeat;
}
#spotlight.third-step-order a.button.back {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.third-step-order a.button.back:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.third-step-order a.button.back span {
  border-color: #a07000;
  background-image: url('../images/icons/Back.png');
}
@media screen and (max-width: 499px) {
  #spotlight.third-step-order a.button.back {
    background: #ffd36d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
    /* W3C */
    border-color: #d39400;
    min-width: 35px;
    width: 35px;
    padding: 0;
    font-size: 0;
  }
  #spotlight.third-step-order a.button.back:active {
    background: #ffb507;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
    /* W3C */
    border-color: #d39400;
  }
  #spotlight.third-step-order a.button.back span {
    border: none;
    background-image: url('../images/icons/Back.png');
  }
}
#spotlight.third-step-order a.button.complete {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  padding: 0 50px 0 15px;
}
#spotlight.third-step-order a.button.complete:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.third-step-order a.button.complete span {
  border-color: #a07000;
  background-image: url('../images/icons/Checkmark.png');
}
#spotlight.third-step-order a.button.complete span {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}
#spotlight.gallery #spotlight-header {
  display: none;
}
#spotlight.gallery span.close {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 666;
  display: block;
  width: 40px;
  height: 40px;
  -wekbit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #ffffff url('../images/spotlight-close-black.png');
  cursor: pointer;
}
#spotlight.gallery #spotlight-content {
  text-align: center;
  position: relative;
  padding: 0;
  -wekbit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
#spotlight.gallery img {
  max-width: 600px;
  max-height: 600px;
  width: 100%;
}
#spotlight.gallery div.thumbails {
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 600px;
}
#spotlight.gallery div.preload {
  display: none;
}
#spotlight.gallery img.thumbail {
  cursor: pointer;
  margin: 5px;
  padding: 5px;
  border: 1px solid #808080;
  width: 40px;
}
#spotlight.gallery img.thumbail.current {
  border: 1px solid red;
}
#spotlight.video #spotlight-header span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#spotlight.video #spotlight-content {
  text-align: center;
  position: relative;
  padding: 0;
}
#spotlight.video #spotlight-content a {
  margin: 5px auto;
  display: inline-block;
}
#spotlight.video .video-container iframe {
  width: 100%;
  min-width: 640px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.video .video-container iframe {
    min-width: 0;
  }
}
#spotlight.video a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  color: black;
}
#spotlight.video a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.video a.button span {
  border-color: #a07000;
  background-image: url('../images/icons/Search.png');
}
#spotlight.order-crossroad .crossroad > div {
  width: 300px;
  display: block;
  margin: 5px;
  border: 1px solid #808080;
  padding-bottom: 10px;
  float: left;
  text-align: center;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.order-crossroad .crossroad > div {
    width: 96%;
    margin: 2px 1%;
    padding: 10px 1%;
  }
}
#spotlight.order-crossroad div.title {
  font-size: 22px;
  width: 280px;
  text-align: center;
  padding: 0 10px;
  color: #dd6d00;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.order-crossroad div.title {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
  }
}
#spotlight.order-crossroad div.description {
  width: 280px;
  padding: 10px;
  height: 120px;
  text-align: justify;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.order-crossroad div.description {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
    height: auto;
  }
}
#spotlight.order-crossroad a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  width: 200px;
  text-align: center;
  display: inline-block;
}
#spotlight.order-crossroad a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.order-crossroad a.button span {
  border-color: #a07000;
  background-image: url('../images/icons/Checkmark.png');
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.order-crossroad a.button {
    margin: 10px auto;
    background: #ffd36d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
    /* W3C */
    border-color: #d39400;
    padding-left: 15px;
  }
  #spotlight.order-crossroad a.button:active {
    background: #ffb507;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
    /* W3C */
    border-color: #d39400;
  }
  #spotlight.order-crossroad a.button span {
    border-color: #a07000;
    display: none;
  }
}
#spotlight.order-login form {
  border: 0;
  padding: 20px 50px;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.order-login form {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
  }
}
#spotlight.order-login label {
  float: left;
  padding-top: 5px;
  width: 350px;
  line-height: 20px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.order-login label {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
    float: none;
  }
}
#spotlight.order-login label.required {
  font-weight: bold;
  color: #9b1615;
}
#spotlight.order-login input[type=text],
#spotlight.order-login input[type=password] {
  width: 350px;
  height: 20px;
  border: 1px solid #414141;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px #808080;
  -moz-box-shadow: 1px 1px 3px #808080;
  -o-box-shadow: 1px 1px 3px #808080;
  box-shadow: 1px 1px 3px #808080;
  font-size: 15px;
  padding: 1px 5px;
  margin: 4px 2px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.order-login input[type=text],
  #spotlight.order-login input[type=password] {
    width: 96%;
    margin: 4px 1%;
    padding: 1px 1%;
    float: none;
  }
}
#spotlight.order-login input[type=submit] {
  display: none;
}
#spotlight.order-login a.button.login {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  padding: 0 50px 0 15px;
}
#spotlight.order-login a.button.login:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.order-login a.button.login span {
  border-color: #a07000;
  background-image: url('../images/icons/Key.png');
}
#spotlight.order-login a.button.login span {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}
#spotlight.order-login a.forgotten {
  float: right;
  color: #808080;
  font-size: 15px;
  margin: 5px;
  cursor: pointer;
}
#spotlight.order-login a.button.back {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.order-login a.button.back:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.order-login a.button.back span {
  border-color: #a07000;
  background-image: url('../images/icons/Back.png');
}
@media screen and (max-width: 499px) {
  #spotlight.order-login a.button.back {
    background: #ffd36d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
    /* W3C */
    border-color: #d39400;
    min-width: 35px;
    width: 35px;
    padding: 0;
    font-size: 0;
  }
  #spotlight.order-login a.button.back:active {
    background: #ffb507;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
    /* W3C */
    border-color: #d39400;
  }
  #spotlight.order-login a.button.back span {
    border: none;
    background-image: url('../images/icons/Back.png');
  }
}
#spotlight.registration form {
  border: 0;
  padding: 20px 50px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.registration form {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
  }
}
#spotlight.registration label {
  padding-top: 5px;
  width: 350px;
  line-height: 20px;
  display: block;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.registration label {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
  }
}
#spotlight.registration label.required {
  font-weight: bold;
  color: #9b1615;
}
#spotlight.registration label.checkbox {
  padding-left: 32px;
  min-height: 25px;
  background: url('../images/forms/checkbox_empty.png') left center no-repeat;
  width: auto;
  padding-top: 8px;
  margin-left: 10px;
  cursor: pointer;
  height: auto;
  width: 300px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.registration label.checkbox {
    width: 78%;
    margin: 2px 1%;
    padding: 2px 10%;
    padding-left: 32px;
  }
}
#spotlight.registration label.checkbox.checked {
  background: url('../images/forms/checkbox_full.png') left center no-repeat;
}
#spotlight.registration input[type=checkbox] {
  float: none;
  margin-left: 35px;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -500px;
  left: -500px;
}
#spotlight.registration input[type=checkbox]:checked + label {
  background: url('../images/forms/checkbox_full.png') left center no-repeat;
}
#spotlight.registration input[type=text],
#spotlight.registration input[type=password] {
  width: 350px;
  height: 20px;
  border: 1px solid #414141;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px #808080;
  -moz-box-shadow: 1px 1px 3px #808080;
  -o-box-shadow: 1px 1px 3px #808080;
  box-shadow: 1px 1px 3px #808080;
  font-size: 15px;
  padding: 1px 5px;
  margin: 4px 2px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.registration input[type=text],
  #spotlight.registration input[type=password] {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
    float: none;
  }
}
#spotlight.registration input[type=submit] {
  display: none;
}
#spotlight.registration a.button.registration {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.registration a.button.registration:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.registration a.button.registration span {
  border-color: #a07000;
  background-image: url('../images/icons/Checkmark.png');
}
#spotlight.registration a.button.back {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.registration a.button.back:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.registration a.button.back span {
  border-color: #a07000;
  background-image: url('../images/icons/Back.png');
}
@media screen and (max-width: 499px) {
  #spotlight.registration a.button.back {
    background: #ffd36d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
    /* W3C */
    border-color: #d39400;
    min-width: 35px;
    width: 35px;
    padding: 0;
    font-size: 0;
  }
  #spotlight.registration a.button.back:active {
    background: #ffb507;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
    /* W3C */
    border-color: #d39400;
  }
  #spotlight.registration a.button.back span {
    border: none;
    background-image: url('../images/icons/Back.png');
  }
}
#spotlight.password_forgotten form {
  border: 0;
  padding: 20px 50px;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.password_forgotten form {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
  }
}
#spotlight.password_forgotten label {
  float: left;
  padding-top: 5px;
  width: 350px;
  line-height: 20px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.password_forgotten label {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
    float: none;
  }
}
#spotlight.password_forgotten label.required {
  font-weight: bold;
  color: #9b1615;
}
#spotlight.password_forgotten input[type=text] {
  width: 350px;
  height: 20px;
  border: 1px solid #414141;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px #808080;
  -moz-box-shadow: 1px 1px 3px #808080;
  -o-box-shadow: 1px 1px 3px #808080;
  box-shadow: 1px 1px 3px #808080;
  font-size: 15px;
  padding: 1px 5px;
  margin: 4px 2px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.password_forgotten input[type=text] {
    width: 96%;
    margin: 4px 1%;
    padding: 1px 1%;
    float: none;
  }
}
#spotlight.password_forgotten input[type=submit] {
  display: none;
}
#spotlight.password_forgotten a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.password_forgotten a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.password_forgotten a.button span {
  border-color: #a07000;
  background-image: url('../images/icons/Checkmark.png');
}
#spotlight.user-review strong {
  color: #dd6d00;
  display: block;
}
#spotlight.user-review table {
  width: 100%;
}
#spotlight.user-review #positive,
#spotlight.user-review #negative {
  width: 250px;
  height: 75px;
  resize: none;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.user-review #positive,
  #spotlight.user-review #negative {
    width: 100%;
  }
}
#spotlight.user-review #review {
  width: 512px;
  height: 150px;
  resize: none;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.user-review #review {
    width: 100%;
  }
}
#spotlight.user-review table tr td {
  text-align: center;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.user-review table tr td {
    display: block;
  }
}
#spotlight.user-review .rating-title {
  float: left;
  margin-right: 15px;
}
@media screen and (max-width: 499px) {
  #spotlight.user-review .rating-title {
    display: block;
    float: none;
  }
}
#spotlight.user-review a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.user-review a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.user-review a.button span {
  border-color: #a07000;
  background-image: url('../images/icons/Checkmark.png');
}
#spotlight.upload-photo #spotlight-content {
  width: 500px;
}
#spotlight.upload-photo .info {
  color: #424242;
  font-size: 14px;
}
#spotlight.upload-photo #fileselect {
  max-width: 150px;
  max-height: 150px;
  border: none;
  display: block;
  margin: auto;
}
#spotlight.upload-photo #message {
  float: left;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
#spotlight.upload-photo #progress {
  position: relative;
  width: 485px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  float: left;
}
#spotlight.upload-photo #bar {
  background-color: #B4F5B4;
  width: 0%;
  height: 20px;
  border-radius: 3px;
}
#spotlight.upload-photo #percent {
  position: absolute;
  display: inline-block;
  top: 1px;
  left: 45%;
}
#spotlight.upload-photo #fileselectwrapper {
  width: 150px;
  height: 150px;
  vertical-align: middle;
  display: table-cell;
  /*float: left*/
  clear: both;
}
#spotlight.upload-photo #inputs {
  float: right;
  height: 115px;
  vertical-align: middle;
  display: block;
  width: 300px;
  padding: 20px;
}
#spotlight.upload-photo #image-title {
  width: 300px;
}
#spotlight.upload-photo a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  float: right;
  margin-top: 20px;
}
#spotlight.upload-photo a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.upload-photo a.button span {
  border-color: #a07000;
  background-image: url('../images/icons/Checkmark.png');
}
#spotlight.upload-video #spotlight-content {
  width: 500px;
}
#spotlight.upload-video .info {
  color: #424242;
  font-size: 14px;
}
#spotlight.upload-video #fileselect {
  max-width: 150px;
  max-height: 150px;
  border: none;
  display: block;
  margin: auto;
}
#spotlight.upload-video #message {
  float: left;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
#spotlight.upload-video #progress {
  position: relative;
  width: 485px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  float: left;
}
#spotlight.upload-video #bar {
  background-color: #B4F5B4;
  width: 0%;
  height: 20px;
  border-radius: 3px;
}
#spotlight.upload-video #percent {
  position: absolute;
  display: inline-block;
  top: 1px;
  left: 45%;
}
#spotlight.upload-video #fileselectwrapper {
  width: 150px;
  height: 150px;
  vertical-align: middle;
  display: table-cell;
  /*float: left*/
  clear: both;
}
#spotlight.upload-video #inputs {
  float: right;
  height: 115px;
  vertical-align: middle;
  display: block;
  width: 300px;
  padding: 20px;
}
#spotlight.upload-video #video-title {
  width: 300px;
}
#spotlight.upload-video a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  float: right;
  margin-top: 20px;
}
#spotlight.upload-video a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.upload-video a.button span {
  border-color: #a07000;
  background-image: url('../images/icons/Checkmark.png');
}
#spotlight.user-nickname a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  float: right;
  margin-top: 20px;
}
#spotlight.user-nickname a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.user-nickname a.button span {
  border-color: #a07000;
  background-image: url('../images/icons/Checkmark.png');
}
#spotlight.products-discussion .reply-text {
  padding: 10px;
  max-width: 350px;
}
#spotlight.products-discussion .reply-text span {
  margin-left: -10px;
}
#spotlight.products-discussion label {
  padding-top: 5px;
  width: 350px;
  line-height: 20px;
  display: block;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.products-discussion label {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
  }
}
#spotlight.products-discussion label.required {
  font-weight: bold;
  color: #9b1615;
}
#spotlight.products-discussion input[type=text],
#spotlight.products-discussion textarea {
  width: 350px;
  height: 20px;
  border: 1px solid #414141;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px #808080;
  -moz-box-shadow: 1px 1px 3px #808080;
  -o-box-shadow: 1px 1px 3px #808080;
  box-shadow: 1px 1px 3px #808080;
  font-size: 15px;
  padding: 1px 5px;
  margin: 4px 2px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.products-discussion input[type=text],
  #spotlight.products-discussion textarea {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
    float: none;
  }
}
#spotlight.products-discussion textarea {
  height: 150px;
  resize: none;
}
#spotlight.products-discussion a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.products-discussion a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.products-discussion a.button span {
  border-color: #a07000;
  background-image: url('../images/icons/Checkmark.png');
}
#spotlight.fidelity-club #spotlight-content {
  width: 700px;
  padding: 0;
  overflow-y: scroll;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.fidelity-club #spotlight-content {
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
    overflow-y: auto;
  }
}
#spotlight.fidelity-club div.tabs {
  display: block;
  clear: both;
  height: auto;
  width: auto;
  margin-left: 5px;
  margin-bottom: 5px;
}
#spotlight.fidelity-club div.tabs div.tab {
  padding: 5px 10px;
  border: 1px solid #aaaaaa;
  color: #212121;
  background: #fbfbfb;
  margin: 0 2px 5px 0;
  display: inline-block;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#spotlight.fidelity-club div.tabs div.tab.selected {
  background: white;
  font-weight: 600;
}
#spotlight.fidelity-club div.tabs div.tab:hover {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #ffffff;
}
#spotlight.fidelity-club .message-box {
  border: 1px solid #A8A8A8;
  background: #E6E6E6;
  padding-right: 15px;
  margin: 5px;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.fidelity-club .message-box {
    width: 98%;
    margin: 3px 1%;
    padding: 3px 0;
  }
}
#spotlight.fidelity-club .message-box.small {
  max-width: 400px;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.fidelity-club .message-box.small {
    max-width: none;
  }
}
#spotlight.fidelity-club .message-box img {
  width: 64px;
  height: 64px;
  border: 1px solid #A8A8A8;
  margin: 1px;
  margin-right: 10px;
  float: left;
  background: white;
}
#spotlight.fidelity-club .message-box div.text {
  height: 60px;
  padding: 4px 10px 4px 0;
  vertical-align: middle;
  display: table-cell;
  font-size: 13px;
}
#spotlight.fidelity-club .rightbox {
  border: 1px solid #A8A8A8;
  background: #E6E6E6;
  height: 283px;
  width: 240px;
  float: right;
  padding: 5px;
  margin-right: 5px;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #spotlight.fidelity-club .rightbox {
    float: none;
    width: 94%;
    margin: 3px 1%;
    padding: 3px 2%;
  }
}
#spotlight.fidelity-club .rightbox img {
  margin: 5px;
}
#spotlight.fidelity-club .rightbox strong {
  font-size: 15px;
}
#spotlight.fidelity-club .rightbox table {
  width: 100%;
  margin: 5px auto;
  max-width: 450px;
}
#spotlight.fidelity-club .rightbox table td {
  text-align: left;
}
#spotlight.fidelity-club .rightbox table td.right {
  text-align: right;
}
#spotlight.fidelity-club .coupon-box {
  width: 300px;
  height: auto;
  padding: 10px;
  margin: 5px;
  border: 1px solid #A8A8A8;
  background: #E6E6E6;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.fidelity-club .coupon-box {
    width: 96%;
    margin: 5px 1%;
    padding: 5px 1%;
  }
}
#spotlight.fidelity-club .coupon-box .title {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  font-size: 17px;
}
#spotlight.fidelity-club .coupon-box .message {
  color: #025E00;
}
#spotlight.fidelity-club .coupon-box a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.fidelity-club .coupon-box a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.fidelity-club .coupon-box a.button span {
  border-color: #a07000;
  background-image: url('../images/icons/Checkmark.png');
}
#spotlight.fidelity-club .coupon-gens {
  float: left;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.fidelity-club .coupon-gens {
    float: none;
  }
}
#spotlight.fidelity-club .coupon-list {
  padding: 5px;
  margin: 5px;
  border: 1px solid #A8A8A8;
  background: #E6E6E6;
  float: right;
  margin-left: 0;
  width: 335px;
  font-size: 15px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  #spotlight.fidelity-club .coupon-list {
    float: none;
    font-size: 14px;
    width: 96%;
    margin: 5px 1%;
    padding: 5px 1%;
  }
}
#spotlight.fidelity-club .coupon-list a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  min-width: 35px;
  width: 35px;
  padding: 0;
  font-size: 0;
}
#spotlight.fidelity-club .coupon-list a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#spotlight.fidelity-club .coupon-list a.button span {
  border: none;
  background-image: url('../images/icons/Shopcart.png');
}
#spotlight.fidelity-club .coupon-list table {
  width: 100%;
  text-align: left;
}
#spotlight.fidelity-club .coupon-list table th {
  font-weight: 600;
}
#search-page {
  width: 96%;
  margin: 10px 1%;
  padding: 5px 1%;
  background-color: #E6E6E6;
  border: 1px solid #a6a6a6;
  text-align: center;
  padding-bottom: 15px;
}
#search-page > span {
  display: inline-block;
  width: 96%;
  margin: 10px 1%;
  padding: 2px 1%;
  font-size: 18px;
}
#search-page input[type=text] {
  -wekbit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #FFF;
  padding: 5px;
  font-size: 18px;
  height: 25px;
  margin-top: 2px;
  display: inline-block;
  width: 400px;
}
@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 500px) and (max-width: 749px) {
  #search-page input[type=text] {
    width: 275px;
  }
}
@media screen and (max-width: 499px) {
  #search-page input[type=text] {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
  }
}
#search-page a.button {
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  margin-top: -2px;
}
#search-page a.button:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
#search-page a.button span {
  border-color: #a07000;
  background-image: url('../images/icons/Search.png');
}
@media screen and (max-width: 499px) {
  #search-page a.button {
    width: 78%;
    margin: 2px 1%;
    padding: 0 10%;
  }
}
#search-page input[type=submit] {
  display: none;
}
#content.listing div.main-slider {
  position: relative;
}
@media screen and (min-width: 500px) and (max-width: 749px), screen and (max-width: 499px) {
  #content.listing div.main-slider {
    display: none;
  }
}
#content.listing div.main-slider .slider-items {
  display: block;
  position: relative;
  text-align: center;
  height: 200px;
  width: 700px;
  margin: 15px auto;
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  #content.listing div.main-slider .slider-items {
    height: 137px;
    width: 480px;
  }
}
#content.listing div.main-slider .slider-item {
  display: block;
  margin: 0 auto;
  position: absolute;
  height: 200px;
  left: 0;
  top: 0;
  max-width: 700px;
  width: 100%;
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  #content.listing div.main-slider .slider-item {
    height: 134px;
  }
}
#content.listing div.main-slider .slider-item img {
  width: 100%;
}
#content.listing div.main-slider .control {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -wekbit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background: none;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#content.listing div.main-slider .control:hover {
  background-color: #FFFFFF;
  opacity: 0.95;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#content.listing div.main-slider .control li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
#content.listing div.main-slider .control a {
  display: block;
  width: 8px;
  height: 8px;
  -wekbit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  margin: 5px 9px;
  padding: 0;
  background-color: #FFFFFF;
  border: 3px solid #696969;
  cursor: pointer;
}
#content.listing div.main-slider .control a.active {
  border: 3px solid red;
}
.flow_player {
  display: block;
  width: 420px;
  height: 300px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  .flow_player {
    display: none;
  }
}
a.button.flow_pl_enable {
  display: none;
  background: #ffd36d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd36d), color-stop(100%, #ffb507));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd36d 0%, #ffb507 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffd36d 0%, #ffb507 100%);
  /* W3C */
  border-color: #d39400;
  padding-left: 15px;
  width: 200px;
  margin-bottom: 10px;
}
a.button.flow_pl_enable:active {
  background: #ffb507;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb507), color-stop(100%, #ffd36d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb507 0%, #ffd36d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb507 0%, #ffd36d 100%);
  /* W3C */
  border-color: #d39400;
}
a.button.flow_pl_enable span {
  border-color: #a07000;
  display: none;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 749px) {
  a.button.flow_pl_enable {
    display: block;
  }
}
.ui-effects-transfer {
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  border: 1px solid #555555;
}
.ui-widget-content {
  background: #FFF;
}
#busy-box {
  display: none;
  z-index: 700;
  width: 128px;
  height: 128px;
  margin-left: -64px;
  margin-top: -64px;
  left: 50%;
  top: 50%;
  position: fixed;
  -wekbit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #000000;
  -moz-box-shadow: 0 0 10px #000000;
  -o-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
  background: rgba(230, 230, 230, 0.85);
}
#busy-box img {
  width: 64px;
  height: 64px;
  margin: 32px;
}
#categories li a.ajax-cat {
  padding: 6px 0 6px 0px;
  width: 10px;
  float: left;
  color: #000000;
}
@media print {
  #header,
  #fullWidthHeader,
  #fullWidthFooter,
  #categories-container,
  #footer,
  #live-chat,
  #product-gallery-slider,
  #cross-sell-tabs,
  #cross-sell-content,
  .side-banner {
    display: none;
  }
  body {
    width: 100%;
  }
  #wrapper {
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  #content {
    width: 100%;
    float: none;
  }
  .tab-content {
    display: none;
    width: 100%;
  }
  #tab-description {
    display: block;
    width: 100%;
  }
  .scroll-top {
    display: none;
  }
  #detail div.product-image {
    width: 35%;
    margin: 0;
    padding: 0;
  }
  #detail div.product-image #product-image-zoom {
    width: 100%;
  }
  #detail .stickers {
    display: none;
  }
  #detail div.referer {
    display: none;
  }
  #detail div.product-rightbox {
    width: 60%;
    margin: 0;
    padding: 0;
    margin-left: 5%;
  }
  #detail div.product-rightbox .buttons {
    display: none;
  }
  #detail div.product-rightbox .other {
    display: none;
  }
  #detail div.product-bottom {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #detail div.product-bottom #bottom-banners {
    display: none;
  }
  #detail div.product-bottom .tabs-content {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: visible;
  }
  #detail div.product-bottom .tabs-content .tab-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  ul.tabs {
    display: none;
  }
}
#live-chat {
  width: 220px;
  height: 350px;
  position: fixed;
  z-index: 700;
  bottom: 0;
  right: 5px;
  border: 1px solid black;
  -webkit-box-shadow: 0 0 3px #000000;
  -moz-box-shadow: 0 0 3px #000000;
  -o-box-shadow: 0 0 3px #000000;
  box-shadow: 0 0 3px #000000;
  background: white;
  max-height: 100%;
}
#live-chat .title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
  background: #e68400;
  color: white;
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  top: 0;
}
#live-chat .title:after {
  font-size: 20px;
  content: "▼";
  padding-right: 5px;
  float: right;
}
#live-chat .wrapper {
  padding-top: 30px;
  padding-bottom: 66px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#live-chat .messages {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}
#live-chat .messages .message {
  padding: 5px;
  border-bottom: 1px dashed gray;
}
#live-chat .messages .message span {
  display: block;
  font-size: 14px;
}
#live-chat .messages .message span > span {
  display: inline-block;
  float: right;
  font-size: 12px;
}
#live-chat .messages .message.closed span {
  font-size: 12px;
  font-style: italic;
}
#live-chat .messages .message:nth-child(even) {
  background: #ebe8ff;
}
#live-chat textarea {
  width: 201px;
  height: 50px;
  margin: 5px;
  padding: 2px;
  resize: none;
  overflow: auto;
  display: block;
}
#live-chat form {
  display: block;
  clear: both;
  position: absolute;
  bottom: 0;
  margin: 0;
  border: 0;
  padding: 0;
}
#live-chat.min {
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
}
#live-chat.min .title:after {
  content: "▲";
}
#live-chat.min form,
#live-chat.min .wrapper {
  display: none;
}
.left-arrow {
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(left, transparent 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, transparent 0%, #ffffff 100%);
  /* W3C */
}
.right-arrow {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 0%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ffffff 0%, transparent 100%);
  /* W3C */
}
