body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  background-image: url(img/bg/black.png);
}
.container {
  width: 1120px;
}
.container-fluid {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.white-back {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
}
a {
  color: #444444;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  text-decoration: underline;
}
a:hover {
  color: #767676;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
}
h1 {
  font-weight: normal;
  font-size: 28px;
  letter-spacing:-1px;
}
h2 {
  font-weight: normal;
  font-size: 28px;
  letter-spacing:-1px;
}
select,
input {
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0px;
}
.error {
  border: 1px solid #444444;
}
.gray {
  color: gray;
}
.none {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.label {
  font-size: 25px;
  padding: 15px 20px 20px 20px;
  background: #444444;
}
.label-checkout {
  font-size: 22px;
  padding: 15px 5px 15px 5px;
  background: #444444;
  width: 30px;
  height: 55px;
  text-align: center;
  color: white;
}
.error {
  color: #444444;
}
.small {
  font-size: 11px;
}
.border {
  border: 1px solid #eeeeee;
  padding: 10px;
  background: #fff;
}
.paddingblock {
  padding: 20px;
}
.padding5top {
  padding-top: 5px;
}
.paddingtop {
  padding-top: 20px;
}
.paddingbottom {
  padding-bottom: 20px;
}
.toppadding {
  margin-top: 20px;
}
.breadcrumbs {
  clear: both;
  font-size: 13px;
  padding-bottom: 10px;
  margin: 0px;
  margin-top: -10px;
}
.breadcrumbs i {
  color: gray;
  font-size: 9px;
}
.breadcrumbs a {
  margin-right: 10px;
  margin-left: 10px;
}
.breadcrumbs span {
  margin-right: 10px;
  margin-left: 10px;
}
.breadcrumbs .icon-home {
  font-size: 13px;
}
.alert {
  border-radius: 0px;
  background: #ffffff;
  border: 0px;
  color: #000000;
  border-top: 2px solid #444444;
}
.alert i {
  padding-right: 10px;
}
.alert-table {
  border-top: 0px;
  background: #f5f5f5;
}
#buy {
  background: red;
  color: white;
  padding: 5px;
  margin-bottom: 1px;
  height: 25px;
  font-size: 14px;
  text-transform: uppercase;
}
#buy a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
#buy a:hover {
  color: #fff;
}
#buy .wa-apps ul {
  margin: 0px;
}
#buy .wa-apps .selected a {
  text-decoration: underline;
}
#buy .wa-apps li {
  display: inline;
  list-style: none;
}
#buy .wa-apps li .divider {
  padding: 0 10px;
}
#buy .profile .divider {
  padding: 0 10px;
}
#topline {
  background: #2b2b2b;
  color: white;
  padding: 5px;
  margin-bottom: 20px;
  height: 25px;
  font-size: 12px;
  position: fixed;
  z-index: 1000;
}
#header {
  padding-top: 50px;
}
#topline a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ccc;
}
#topline a:hover {
  color: #b8b8b8;
}

#topline .top_link_emu {
  cursor:pointer;
  display:inline;
  text-decoration: none;
  text-transform: uppercase;
  color: #ccc;
}
#topline .top_link_emu:hover {
  color: #b8b8b8;
}
#topline .wa-apps ul {
  margin: 0px;
}
#topline .wa-apps .selected a {
  text-decoration: underline;
}
#topline .wa-apps li {
  display: inline;
  list-style: none;
}
#topline .wa-apps li .divider {
  padding: 0 10px;
}
#topline .profile .divider {
  padding: 0 10px;
}
#header .search-shopping {
  margin-bottom: 0px;
}
#header .search-shopping a {
  font-weight: normal;
  font-size: 12px;
}
#header .search-shopping input {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid transparent;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#header .search-shopping input:focus {
  border-color: rgba(0, 0, 0, 0.1);
  border-right-color: transparent;
  outline: 0;
  outline: thin dotted 9;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
#header .search-shopping .btn {
  background: #fff;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#header .search-shopping i {
  color: rgba(0, 0, 0, 0.2);
}
#header .input-append .add-on:last-child,
#header .input-append .btn:last-child,
#header .input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#header .phone {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
#header .logo h1 {
  margin: 0px;
  font-size: 60px;
  line-height: 50px;
  font-family: 'Roboto Condensed', sans-serif;
}
#header .logo h1:first-letter {
  color: #444444;
}
#header .logo a {
  color: #000000;
  text-decoration: none;
}
#header .logo h2 {
  font-size: 12px;
  font-weight: normal;
  margin-top: -5px;
  text-transform: uppercase;
  padding: 0;
  letter-spacing:0px;
}
#secondmenu .nav-pills {
  margin-top: -5px;
  text-transform: uppercase;
}
#secondmenu .nav-pills li {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 5px;
}
#secondmenu .nav-pills li .selected {
  background: #444444;
  color: #fff;
}
#secondmenu .nav-pills li a {
  border-radius: 0px;
  color: #000000;
  text-decoration: none;
}
#secondmenu .nav-pills li a:hover {
  background: #444444;
  color: #fff;
}
.list_carousel {
  background-color: #fff;
  margin-left: 80px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel li {
  color: #999;
  text-align: center;
  width: 180px;
  padding: 0px;
  margin-right: 10px;
  display: block;
  float: left;
}
.list_carousel li a > img {
  border: 1px solid #eeeeee;
  height: 180px;
  width: 180px;
}
.list_carousel li a > h5 {
  color: #000000;
  text-decoration: none;
  text-align:left;
}
.list_carousel .responsive {
  width: auto;
  margin-left: 0;
}
.promo i {
  font-size: 54px;
  color: #444444;
}
.promo h3 {
  line-height: 24px;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.promo .promo_title {
  line-height: 24px;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}
.foto {
  padding: 10px;
  background: #fff;
  border-top: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid;
}
.foto a {
  text-decoration: none;
}
.my a {
  color: #444444;
  font-size: 18px;
}
.my i {
  font-size: 65px;
  color: #444444;
  margin-left: 20px;
}
ul.thumbnails li.span4:nth-child(3n + 4) {
  margin-left: 0px;
}
ul.thumbnails li.span3:nth-child(4n + 5) {
  margin-left: 0px;
}
ul.thumbnails li.span12 + li {
  margin-left: 0px;
}
.view-thumb img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.product .name {
  color: #444444;
}
.product a {
  text-decoration: underline;
}
.product s {
  color: gray;
}
.compare-at-price {
  font-size: 13px;
  margin-left: 15px;
  color: gray;
}
.labelright {
  float: left;
  margin-right: 20px;
  padding-top: 5px;
}
.outofstock {
  color: red;
}
.out-of-stock {
  color: #444444;
  font-size: 16px;
}
.readytostock {
  color: green;
}
.price {
  color: #444444;
  font-size: 24px;
}
.clearfix {
  float: none;
  clear: both;
}
.prev {
  float: left;
  position: absolute;
  z-index: 100;
  margin-top: 80px;
  margin-left: -60px;
}
.next {
  position: absolute;
  z-index: 100;
  margin-top: 80px;
  margin-left: 980px;
}
.gallery .imageborder {
  border: 1px solid #fff;
}
.gallery .selected {
  border: 1px solid #444444;
}
.zoom_picture {
  position: absolute;
  padding: 10px;
}
.zoom {
  display: block;
  position: relative;
}
.zoom img {
  display: block;
}
.brands {
  margin: 12px;
  padding: 0px;
}
.brands ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.brands li {
  display: inline;
  margin-right: 20px;
  list-style: none;
}
.brands li a {
  text-transform: uppercase;
}
.zoomOverlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background-image: url(img/zoom.png);
  background-repeat: no-repeat;
  background-position: center;
}
.cart-product {
  padding-bottom: 60px;
}
.cart-product a {
  color: #444444;
}
.cart-product .delete {
  text-decoration: none;
}
.cart-hint {
  text-transform: uppercase;
  color: gray;
  font-size: 12px;
  margin-bottom: -20px;
}
.added2cart {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.added2cart a {
  color: #444444;
}
.cupon {
  border-top: 2px solid #444444;
  padding-top: 10px;
  background: #535353;
}
.cupon .cupon-text {
  padding-top: 5px;
  color: white;
  padding-left: 10px;
}
.cupon .cupon-discount {
  color: white;
  font-size: 18px;
  padding-top: 5px;
}
.bonus .icon-gift {
  font-size: 50px;
  color: #444444;
}
.bonus p > .bonus-icon {
  padding-top: 20px;
}
.pages {
  text-align: center;
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-transform: uppercase;
}
.pages li {
  width: 30px;
  height: 25px;
  display: inline-block;
  margin-left: 0px;
  *display: inline;
  text-align: center;
  border: 1px solid #ccc;
  *zoom: 1;
  padding-top: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.pages li a {
  display: block;
  text-decoration: none;
}
.pages li:hover {
  border: 1px solid #444444;
}
.pages .selected {
  border: 1px solid #444444;
  background: #444444;
  background: -moz-linear-gradient(top, #444444 0%, #606060 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #606060));
  background: -webkit-linear-gradient(top, #444444 0%, #606060 100%);
  background: -o-linear-gradient(top, #444444 0%, #606060 100%);
  background: -ms-linear-gradient(top, #444444 0%, #606060 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@flamingo', endColorstr='@flamingo-button', GradientType=0);
  background: linear-gradient(top, #444444 0%, #606060 100%);
  text-align: center;
}
.pages .selected a {
  color: #fff;
}
.checkout h5 {
  color: #444444;
}
.checkoutstep-text {
  padding-top: 15px;
}
.checkoutstep-text a {
  font-size: 21px;
  text-decoration: none;
  color: #777777;
}
#slider_product_crossselling a {
  text-decoration: none;
}
#slider_product_upselling a {
  text-decoration: none;
}
#slider_promo > li :hover img {
  border: 1px solid #444444;
}
#slider_product_upselling > li :hover img {
  border: 1px solid #444444;
}
#slider_product_crossselling > li :hover img {
  border: 1px solid #444444;
}
#wrapper {
  height: 475px;
  width: 100%;
  padding-top: 1px;
}
#slider_top {
  margin: 10px 0 0 0;
  overflow: hidden;
}
#slider_top .slide {
  position: relative;
  display: none;
  height: 450px;
  float: left;
  background-position: center right;
  cursor: pointer;
  border-left: 1px solid #fff;
}
#slider_top .slide:first-child {
  border: none;
}
#slider_top .slide a {
  color: white;
}
#slider_top .slide a:hover {
  color: white-100;
}
#slider_top .active {
  cursor: default;
}
#slider_top .slide-block {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: inline-block;
  width: 435px;
  background-color: #444444;
  padding: 20px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
}
#slider_top .slide-block h4 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 1;
}
#slider_top .slide-block p {
  margin: 0;
}
.flamingo-1 {
  font-family: 'Roboto Condensed', sans-serif;
  background: #606060;
  background: -moz-linear-gradient(top, #606060 0%, #444444 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #606060), color-stop(100%, #444444));
  background: -webkit-linear-gradient(top, #606060 0%, #444444 100%);
  background: -o-linear-gradient(top, #606060 0%, #444444 100%);
  background: -ms-linear-gradient(top, #606060 0%, #444444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@flamingo-button', endColorstr='@flamingo', GradientType=0);
  background: linear-gradient(top, #606060 0%, #444444 100%);
  display: inline-block;
  padding: 4px 15px;
  border-radius: 0px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #444444;
  border-bottom-color: #444444;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.flamingo-1:hover {
  color: #fff;
  background: -moz-linear-gradient(top, #444444 50%, #606060 80%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #444444), color-stop(80%, #606060));
  background: -webkit-linear-gradient(top, #444444 50%, #606060 80%);
  background: -o-linear-gradient(top, #444444 50%, #606060 80%);
  background: -ms-linear-gradient(top, #444444 50%, #606060 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@flamingo', endColorstr='@flamingo-button', GradientType=0);
  background: linear-gradient(top, #444444 50%, #606060 80%);
}
.flamingo-1:disabled {
  background: #686868;
  background: -moz-linear-gradient(top, #7b7b7b 0%, #989898 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7b7b7b), color-stop(100%, #989898));
  background: -webkit-linear-gradient(top, #7b7b7b 0%, #989898 100%);
  background: -o-linear-gradient(top, #7b7b7b 0%, #989898 100%);
  background: -ms-linear-gradient(top, #7b7b7b 0%, #989898 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7b', endColorstr='#989898', GradientType=0);
  background: linear-gradient(top, #7b7b7b 0%, #989898 100%);
  display: inline-block;
  padding: 4px 15px;
  border-radius: 0px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 1px 0 #686868;
  border: 1px solid #686868;
  border-bottom-color: #c2c2c2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.flamingo-2 {
  font-family: 'Roboto Condensed', sans-serif;
  background: #686868;
  background: -moz-linear-gradient(top, #7b7b7b 0%, #989898 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7b7b7b), color-stop(100%, #989898));
  background: -webkit-linear-gradient(top, #7b7b7b 0%, #989898 100%);
  background: -o-linear-gradient(top, #7b7b7b 0%, #989898 100%);
  background: -ms-linear-gradient(top, #7b7b7b 0%, #989898 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7b', endColorstr='#989898', GradientType=0);
  background: linear-gradient(top, #7b7b7b 0%, #989898 100%);
  display: inline-block;
  padding: 4px 15px;
  border-radius: 0px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 1px 0 #686868;
  border: 1px solid #686868;
  border-bottom-color: #c2c2c2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.flamingo-2:hover {
  color: #fff;
  background: -moz-linear-gradient(top, #7b7b7b 50%, #989898 80%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #7b7b7b), color-stop(80%, #989898));
  background: -webkit-linear-gradient(top, #7b7b7b 50%, #989898 80%);
  background: -o-linear-gradient(top, #7b7b7b 50%, #989898 80%);
  background: -ms-linear-gradient(top, #7b7b7b 50%, #989898 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7b', endColorstr='#989898', GradientType=0);
  background: linear-gradient(top, #7b7b7b 50%, #989898 80%);
}
.navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 43px;
}
.sort {
  margin-top: 5px;
}
.navbar .nav > li > a {
  font-weight: light;
  font-size: 12px;
  text-transform: uppercase;
  border-top: 1px solid transparent;
}
.navbar .nav > li:focus > a,
.navbar .nav > li:hover > a,
.navbar .nav > li.active:hover > a {
  color: #444444;
  text-shadow: 0 0 0;
  border-top: 1px solid #444444;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #000000;
  background-color: #fff;
  text-shadow: 0 0 0;
  border-top: 1px solid #000000;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #000000;
  text-decoration: none;
  border-top: 1px solid #000000;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
}
.navbar .nav li.dropdown.open .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background: #000000;
  color: #fff;
  text-shadow: 0 0 0;
  border-bottom-color: #000000;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px 10px;
  margin: 0px 0 0;
  list-style: none;
  background-color: #fff;
  border-top: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar ul.nav li:hover > ul.dropdown-menu {
  display: block;
}
.navbar .nav > li > .dropdown-menu::before,
.navbar .nav > li > .dropdown-menu::after {
  display: none;
}
.special {
  margin-top: 20px;
}
.special_block {
  margin: 2px;
  background: #fff;
  border: 1px #e5e5e5 solid;
}
.left50 {
  padding-left: 50px;
}
.badge {
  position: absolute;
  background: none;
  margin-top: 0px;
  margin-right: 20px;
  top: 0px;
  background-image: url("img/badge.png");
  background-repeat: no-repeat;
  width: 87px;
  height: 87px;
}
.badge span {
  width: 170px;
  height: 170px;
  left: 0;
  display: block;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  display: none;
}
.new {
  background-image: url("img/new.png");
  background-repeat: no-repeat;
}
.hit {
  background-image: url("img/hit.png");
  background-repeat: no-repeat;
}
.low-price {
  background-image: url("img/low-price.png");
  background-repeat: no-repeat;
}
#footer {
  background: #0b0b0b;
  margin-top: 20px;
  padding-top: 10px;
  color: #c1c1c1;
}
#footer .social a {
  color: #c1c1c1;
  text-decoration: none;
}
#footermenu {
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
#footermenu ul {
  margin: 0px;
  padding: 0px;
}
#footermenu li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3e3e3e;
  list-style: none;
}
#footermenu li a {
  color: #c1c1c1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px;
}
#footermenu li a:hover {
  background: #444444;
}
#footermenu li .footer_link_emu {
  color: #c1c1c1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px;
  display:inline;
  cursor:pointer;
}
#footermenu li .footer_link_emu:hover {
  background: #21ade3;
}
#footermenu li:last-child {
  border-bottom: 0px;
}
.copyright {
  padding-left: 20px;
}
.catalog {
  height: 387px;
}
.catalog .pricepadding {
  padding-top: 9px;
}
.catalog s {
  color: gray;
}
.submenu {
  border-radius: 0px;
  background: #f6f1f4;
  border: 0px;
  color: #000000;
  border-top: 2px solid #444444;
  margin-bottom: 20px;
  padding-bottom: 1px;
}
.submenu li a {
  padding-left: 20px;
}
.nav-tabs {
  font-size: 14px;
}
.nav-tabs li > a {
  color: #000000;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin-left: 10px;
  text-decoration: none;
}
.nav-tabs li > a:hover {
  background: #444444;
  color: white;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-top: 2px solid #444444;
  text-decoration: none;
}
.nav-tabs > .upcoming > a,
.nav-tabs > .upcoming > a:hover,
.nav-tabs > .upcoming > a:focus {
  color: #000000;
  cursor: default;
  background-color: #ececec;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  text-decoration: none;
}
.remove {
  font-size: 18px;
}
.changeselect {
  font-size: 11px;
  text-transform: uppercase;
}
.changeselect ul {
  margin: 0px;
  padding: 0px;
  margin-top: 2px;
  list-style: none;
}
.changeselect ul .active {
  border: 1px solid #444444;
  text-align: center;
  background: #444444;
  color: white;
}
.changeselect ul a {
  color: #000000;
  text-decoration: none;
  outline: none;
}
.changeselect ul a li {
  height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  margin-right: 10px;
  *display: inline;
  text-align: center;
  border: 1px solid #ccc;
  *zoom: 1;
  padding-top: 5px;
  margin-bottom: 10px;
}
.changeselect ul a li:hover {
  border: 1px solid #444444;
  dispaly: block;
}
.wa-auth-adapters ul {
  padding: 0;
  min-height: 16px;
}
.wa-auth-adapters ul li {
  list-style: none;
  float: left;
  padding: 0 30px 0 0;
}
.wa-auth-adapters ul li a {
  display: block;
  padding: 0px 0px;
}
.wa-auth-adapters ul li a img {
  position: relative;
  top: 0px;
  left: -10px;
}
.wa-auth-adapters.selected {
  font-weight: bold;
}
.wa-auth-adapters.selected a {
  color: #000000;
  text-decoration: none;
}
.wa-auth-adapters p {
  border-radius: 0px;
  background: #ffffff;
  border: 0px;
  color: #000000;
  border-top: 2px solid #444444;
  padding: 10px;
  margin-top: 20px;
}
.wa-form {
  float: left;
  margin: 10px 0;
  overflow: visible;
}
.wa-form .wa-field {
  clear: left;
  margin: 0;
  padding-top: 3px;
}
.wa-form .wa-field .wa-name {
  float: left;
  width: 155px;
  padding-top: 0.05em;
  padding-bottom: 10px;
}
.wa-form .wa-field.wa-separator {
  height: 10px;
}
.wa-form .wa-field .wa-value {
  margin-left: 180px;
  margin-bottom: 5px;
  position: relative;
}
.wa-form .wa-field .wa-value input {
  border-radius: 0px;
}
.wa-form .wa-field .wa-value input.wa-error {
  border: 1px solid #444444;
}
.wa-form .wa-field .wa-value textarea.wa-error {
	  border: 1px solid #444444;
	  margin-bottom:0px;
	}
.wa-form .wa-field .wa-value .wa-error-msg {
  padding-left: 10px;
  width: 264px;
  color: #444444;
  font-style: normal;
  display: block;
  text-shadow:none;
}
.errormsg {
	display:block;
	text-shadow:none;
}
.auth-type .selected a {
	text-decoration:none;
	color:#000;
}
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] {
  width: 260px;
  margin: 0;
}
.wa-form .wa-field .wa-value select {
  width: 274px;
  margin: 0;
}
.wa-form .wa-field .wa-value textarea {
  height: 70px;
  border-radius: 0px;
}
.wa-form .wa-field .wa-value input.wa-captcha-input {
  width: 100px;
  min-width: 0;
}
.wa-captcha-img {
  margin-top: 10px;
}
.wa-form .wa-field .wa-value label {
  display: block;
}
.wa-form .wa-field .wa-value .wa-captcha img {
  margin-left: 0;
}
.wa-form .wa-field .wa-value .errormsg {
  margin-left: 0;
}
.wa-form .wa-field .wa-value.wa-submit {
  margin-top: 10px;
}
.wa-form .wa-field .wa-value p label {
  display: block;
  margin: 0;
}
.wa-form .wa-field .wa-value p {
  line-height: 1.6em;
  margin-bottom: 23px;
  position: relative;
}
.wa-form .wa-field .wa-value p span {
  color: #777;
  display: block;
}
.wa-form .wa-field .wa-value p i.icon16 {
  float: left;
  left: -20px;
  margin-top: 2px;
  position: absolute;
}
.wa-form .wa-field .wa-value p input {
  display: block;
  margin-bottom: 2px;
}
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] {
  display: inline;
}
.wa-form .wa-field .wa-value p .field.wa-required span:after {
  content: " *";
  color: #faa;
}
.wa-form .wa-field.wa-required .wa-name:after {
  content: " *";
  color: #faa;
}
.wa-captcha {
  padding: 7px 0 0px;
  width: 500px;
}
.wa-captcha p {
  clear: left;
  margin: 0;
}
.wa-captcha strong {
  font-size: 1.2em;
}
.wa-captcha p img {
  float: left !important;
  margin-right: 5px;
  margin-top: -8px;
}
.wa-captcha .wa-captcha-refresh {
  text-decoration: underline;
  color: #444444;
}
.wa-captcha .errormsg {
  display: inline;
  margin-left: 10px;
}
#menu-vv ul.menu {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  color: #000000;
  width: 100%;
}
#menu-vv ul.menu li.selected a {
  text-decoration: none;
  background: #eee;
  background-image: url(css/img/arrow.gif);
  background-repeat: no-repeat;
  font-weight: bold;
}
#menu-vv ul.menu li.selected a:hover {
  color: #fff;
  background: #444444;
  background-image: url(css/img/arrow-white.gif);
  background-repeat: no-repeat;
}
#menu-vv ul.menu li.selected ul li a {
  font-weight: normal;
  background: inherit;
  color: #333333;
  background-image: url(css/img/arrow.gif);
  background-repeat: no-repeat;
}
#menu-vv ul.menu li {
  list-style: none;
  position: relative;
}
#menu-vv ul.menu li a {
  background-image: url(css/img/arrow.gif);
  background-repeat: no-repeat;
  padding: 10px 33px 12px;
  color: #000000;
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  border-top: 1px solid #eeeeee;
}
#menu-vv ul.menu li a:hover {
  background-color: #444444;
  color: #fff;
  background-image: url(css/img/arrow-white.gif);
  background-repeat: no-repeat;
}
#menu-vv ul.menu li:first-child a {
  border-top: none;
}
#menu-vv ul.menu li:hover ul li:first-child a:hover {
  color: #fff;
}
.filtername {
  text-transform: uppercase;
  background: #eee;
  color: #000;
  padding: 10px;
}
#menu-v ul.menu-v {
  margin: 0 0 20px;
}
#menu-v ul.menu-v li {
  list-style: none;
  padding: 0;
  margin: 8px 8px;
  line-height: 1.1em;
}
#menu-v ul.menu-v li a {
  padding: 5px 6px;
  display: block;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
#menu-v ul.menu-v li a:hover {
  background: #444444;
  color: #fff;
}
#menu-v ul.menu-v li.selected a {
  color: #fff;
  text-decoration: none;
  background: #444444;
}
#menu-v ul.menu-v li.selected a:hover {
  color: #fff;
  background: #444444;
}
#menu-v ul.menu-v li.selected ul li a {
  font-weight: normal;
  background: inherit;
  color: #333333;
}
#menu-v ul.menu-v li ul.menu-v {
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
}
#menu-v ul.menu-v li ul.menu-v li a {
  padding: 5px 6px;
}
.errormsg {
  color: #444444;
  font-style: normal;
  display: block;
  width: 264px;
}
.table-head {
  background-color: #444444;
  color: #fff;
}
.wrapper-dropdown-2 {
  position: relative;
  width: 150px;
  margin: 0 auto;
  padding: 5px 15px;
  background: #444444;
  border-left: 5px solid #767676;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.wrapper-dropdown-2:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.wrapper-dropdown-2 .dropdown {
  position: absolute;
  top: 100%;
  width: 175px;
  left: -30px;
  right: 0px;
  padding-left: 10px;
  background: #444444;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}
.wrapper-dropdown-2 .dropdown li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wrapper-dropdown-2 .dropdown li i {
  color: inherit;
  vertical-align: middle;
}
.wrapper-dropdown-2 .dropdown li:hover a {
  color: #444444;
  background: #fff;
}
.wrapper-dropdown-2.active:after {
  border-width: 0 6px 6px 6px;
}
.wrapper-dropdown-2.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}
.no-opacity .wrapper-dropdown-2 .dropdown,
.no-pointerevents .wrapper-dropdown-2 .dropdown {
  display: none;
  opacity: 1;
  pointer-events: auto;
}
.no-opacity .wrapper-dropdown-2.active .dropdown,
.no-pointerevents .wrapper-dropdown-2.active .dropdown {
  display: block;
}
.table-head {
  background-color: #444444;
  color: #fff;
}
#menu {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
#menu .cartmenu {
  margin-top: 12px;
  padding-right: 20px;
}
#menu .cartmenu a {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
#menu .cartmenu a:hover {
  color: #444444;
}
#menu .cartmenu .cart_link_emu {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  display:inline;
  cursor:pointer;
  text-decoration:none !important;
}
#menu .cartmenu .cart_link_emu:hover {
  color: #21ade3;
}
#menu .topmenu {
  margin: 0;
  font-size: 14px;
  color: #000000;
}
#menu .topmenu li {
  margin: 4px;
  margin-bottom: 0px;
  padding-left: 5px;
  float: left;
  position: relative;
  list-style: none;
  color: #000000;
}
#menu .topmenu a {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 8px 10px 5px 10px;
  margin: 0;
}
#menu .topmenu a:hover {
  background: #fff;
  color: #444444;
}
#menu .topmenu .current a,
#menu .topmenu li:hover > a {
  background: #fff;
  color: #444444;
}
#menu .topmenu ul li:hover a,
#menu .topmenu li:hover li a {
  background: #fff;
  border: none;
  color: #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu .topmenu ul a:hover {
  background: #fff;
  color: #444444 !important;
}
#menu .topmenu li .selected {
  background: #fff;
}
#menu .topmenu li:hover > ul {
  background: #fff;
  display: block;
  color: #444444;
}
#menu .topmenu ul {
  display: none;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  width: 200px;
  position: absolute;
  left: 0;
  border-right: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 2px #444444;
  z-index: 25;
}
#menu .topmenu ul li {
  float: none;
  margin: 0;
  padding-bottom: 5px;
  position: releative;
  background: #fff;
  z-index: 4;
}
#menu .topmenu ul a {
  font-weight: normal;
  color: #000000;
}
#menu .topmenu ul ul {
  left: 200px;
  top: 5px;
  background: #fff;
}
#menu .topmenu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu .topmenu {
  display: inline-block;
}
html[xmlns] .topmenu {
  display: block;
}
* html .topmenu {
  height: 1%;
}
.reviews-error-msg {
  margin: 0px;
  padding-left: 10px;
  background: #444444;
  color: #fff;
  font-style: normal;
  display: block;
  text-shadow: none;
  width: 164px;
}
.icon16-rating {
  background-image: url("img/icons.png");
  width: 6px;
  height: 16px;
  float: left;
}
.icon16-rating.star,
.icon16-rating.star-full {
  background-position: -16px 0;
  margin-right: 10px;
}
.icon16-rating.star-half {
  background-position: -32px 0;
  margin-right: 10px;
}
.icon16-rating.star-empty {
  background-position: -48px 0;
  margin-right: 10px;
}
.icon16-rating.star-hover {
  background-position: -64px 0;
  margin-right: 10px;
}
.icon16 {
  background-image: url("img/icons.png");
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon16.star,
.icon16.star-full {
  background-position: -16px 0;
  margin-right: 10px;
}
.icon16.star-half {
  background-position: -32px 0;
  margin-right: 10px;
}
.icon16.star-empty {
  background-position: -48px 0;
  margin-right: 10px;
}
.icon16.star-hover {
  background-position: -64px 0;
  margin-right: 10px;
}
.icon10 {
  background-image: url("img/icons.png");
  display: inline-block;
  width: 10px;
  height: 10px;
}
.icon10.star,
.icon10.star-full {
  background-position: 0 -16px;
}
.icon10.star-half {
  background-position: -10px -16px;
}
.icon10.star-empty {
  background-position: -20px -16px;
}
.showcat {
	margin-left:10px;
	color:#777;
	text-decoration:none;
	border-bottom:0px;
} 
.b_fix {
	text-transform:uppercase;
	font-size:12px;
	padding:10px;
	background:#fff;
	width:150px;
	height:20px;
    position: fixed;
    top: 30px;
	right:10px;
	display:none;
	z-index:100;
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.75);
	text-align:center;
}
.b_fix a {
	color:#000;
	text-decoration:none;
}
.h1_title {
	font-weight: normal;
	font-size: 28px;
	letter-spacing: -1px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 10px 0;
}
.info_text {margin-top:30px;font-size:24px;}

#sku_sku {font-size:13px; font-weight:bold; float:right; margin: 2px 0 0;}
#sku_sku span {font-weight:normal;}

#link_cat_48.parent_cat_0 ~ ul ul{display:none !important;}

#header .span12 .brand_wrapper {margin-left:1%; margin-bottom:20px;text-transform:uppercase;}
#header .span12 .brand_wrapper .brand_letter {font-size: 20px;}
#header .span12 .brand_wrapper a, #header .span12 .brand_wrapper a:visited {display:block; margin:0 0 5px;}
#header .span12 .brand_wrapper a:hover {}

@media screen and (max-width:1280px) {
	#topline .container {width:1120px;}
}
@media screen and (max-width:1024px) {
	#topline .container {width:864px;}
}
@media screen and (max-width:980px) {
	#topline .container {width:640px;}
}
@media screen and (max-width:600px) {
	#topline {height: 50px;}
	#topline .container {width:440px;}
}

/* @media only screen and  (max-device-width : 1280px) {
	#topline .container {width:1120px;}
}
@media only screen and  (max-device-width : 1024px) {
	#topline .container {width:1120px;}
}
@media only screen and  (max-device-width : 800px) {
	#topline .container {width:1120px;}
}
@media only screen and  (max-device-width : 600px) {
	#topline {height: 50px;}
	#topline .container {width:440px;}
} */

#menu-vv .nav.first_depth .menu > li > ul {display:none;}

.nav_active2 {cursor:pointer; text-decoration:underline!important;}

#footer .row-fluid .span3 .foo_title {font-family: 'Roboto Condensed', sans-serif;font-size: 17.5px; color: inherit;font-weight: bold;line-height: 20px;margin: 10px 0;text-rendering: optimizelegibility;}

#header.container .related.seo-products {background: none repeat scroll 0 0 #fff;border-bottom: 1px solid #e5e5e5;border-top: 1px solid #e5e5e5;padding: 10px 10px 30px;box-sizing: border-box;display: block;float: left;min-height: 30px;width: 100%;margin:20px 0 10px;}
#header.container .related.seo-products h4 {font-family: 'Roboto Condensed', sans-serif;font-size: 17.5px; color: inherit;font-weight: bold;line-height: 20px;margin: 10px 0;text-rendering: optimizelegibility;}
#header.container .related.seo-products ul {margin:0; padding:0; list-style:none;}
#header.container .related.seo-products li {color: #999;display: block;float: left;margin:0 45px;padding: 0;text-align: center;width: 180px;}
#header.container .related.seo-products a, #header.container .related.seo-products a:visited {text-decoration:none;}
#header.container .related.seo-products img {border: 1px solid #eeeeee;height: 180px;width: 180px;}
#header.container .related.seo-products h5 {color: #000000;text-align: left;text-decoration: none; font-family: 'Roboto Condensed', sans-serif;font-size: 14px;}
#header.container .related.seo-products .offers {text-align:center;}

.media, .media-body {
    display: block;
    overflow: hidden;
}

#footer .span3.offset2.social div.media a {display:block; float:left;min-width:120px}
#header .nov_title {font-size: 24.5px; font-weight: bold; line-height: 40px; font-family: 'Roboto Condensed', sans-serif; margin: 10px 0px;}

.zagol1 {font-size: 36px;font-family: 'Roboto Condensed', sans-serif;font-weight: bold;margin: 0px 0px 10px;line-height: 1;}

.badge.new {background-color:rgba(0, 0, 0, 0)!important;background:url('img/badges/New.png') 0 0 no-repeat;width:87px;height:87px;display: block;z-index: 20;}
.badge.bonus {background-color:rgba(0, 0, 0, 0)!important;background:url('img/badges/Bonus.png') 0 0 no-repeat;width:87px;height:87px;display: block;z-index: 20;}
.badge.present {background-color:rgba(0, 0, 0, 0)!important;background:url('img/badges/Present.png') 0 0 no-repeat;width:87px;height:87px;display: block;z-index: 20;}
.badge.sale10 {background-color:rgba(0, 0, 0, 0)!important;background:url('img/badges/sale10.png') 0 0 no-repeat;width:87px;height:87px;display: block;z-index: 20;}
.badge.sale15 {background-color:rgba(0, 0, 0, 0)!important;background:url('img/badges/sale15.png') 0 0 no-repeat;width:87px;height:87px;display: block;z-index: 20;}
.badge.sale20 {background-color:rgba(0, 0, 0, 0)!important;background:url('img/badges/sale20.png') 0 0 no-repeat;width:87px;height:87px;display: block;z-index: 20;}
.badge.sale25 {background-color:rgba(0, 0, 0, 0)!important;background:url('img/badges/sale25.png') 0 0 no-repeat;width:87px;height:87px;display: block;z-index: 20;}
.badge.sale30 {background-color:rgba(0, 0, 0, 0)!important;background:url('img/badges/sale30.png') 0 0 no-repeat;width:87px;height:87px;display: block;z-index: 20;}
.badge.sale50 {background-color:rgba(0, 0, 0, 0)!important;background:url('img/badges/sale50.png') 0 0 no-repeat;width:87px;height:87px;display: block;z-index: 20;}
















