* {
  padding: 0;
  margin: 0;
  outline: none;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  background: #666666 url(bg-none.png) repeat; /* edf3f5 */
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #EA2E49;
}
a img {
  border: none;
}

.hide {
  display: none;
}
.show {
  display: block;
}

.clear {
  clear: both;
}

ol {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

#gridsystem {
  position: fixed;
  top: 0;
  left: 50%;
  margin: 0 0 0 -470px;
  width: 940px;
  height: 5000px;
  background: url(grid.png) repeat-y;
  z-index: 1000;
}

h1, h2 {
  margin: 0 0 15px 0;
}


h2, h2 * {
  line-height: 28px;
  font-size: 26px;
}

h2 {
  padding-top: 6px;
  padding-bottom: 6px;
}

h3 {
  font-size: 14px;
  line-height: 18px;
}


h2.border, h4.border {
  border-bottom: 1px solid #DDD;
}
h2.border.border-small, h4.border.border-small {
  display: inline-block;
}


.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.icon {
  position: relative;
  background-repeat: no-repeat;
  background-position: center left;
}
.icon.icon-10 {
  padding-left: 14px !important;
}
.icon.icon-16 {
  padding-left: 24px !important;
}

.icon .icon-icon {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #187EA2;
}

.icon:hover .icon-icon {
  background-color: #EA2E49;
}

.icon.icon-10 .icon-icon {
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
.icon.icon-16 .icon-icon {
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.icon.icon-10 .icon-icon-add {
  background-image: url(icon-10-add.png);
}
.icon.icon-10 .icon-icon-edit {
  background-image: url(icon-10-edit.png);
}
.icon.icon-16 .icon-icon-cart {
  background-image: url(icon-16-cart.png);
}
.icon.icon-16 .icon-icon-grid {
  background-image: url(icon-16-grid.png);
}
.icon.icon-16 .icon-icon-list {
  background-image: url(icon-16-list.png);
}


.grid .grid-4 {
  float: left;
  width: 220px;
  margin-right: 20px;
}
.grid .grid-4.grid-4-last {
  margin-right: 0;
}


.color-green {
  color: green;
}
.color-red {
  color: red;
}
.color-primary {
  color: #187EA2;
}
.color-secondary {
  color: #EA2E49;
}


.wrapper {
  min-width: 998px;
  background: #FFF;
}


.wrapper.layout-fixed {
  width: 998px;
  margin: 20px auto;
  box-shadow:  0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}




.header {
  width: 940px;
  margin: 0 auto;
  position: relative;
}

.header .container {
  float: left;
}

.header a.logo {
  display: block;
  float: left;
  margin: 30px 10px 30px 0;
  width: 470px;
  height: 80px;
}

.header .topnav {
  position: absolute;
  top: 28px;
  right: 0;
  white-space: nowrap;
  height: 26px;
}


.header .topnav .language {
  float: right;
  margin-right: 10px;
}



.header .topnav .currency {
  float: right;
  margin-right: 10px;
}

.header .topnav .search {
  float: right;
  width: 210px;
  height: 26px;
}
.header .topnav .search input {
  width: 180px;
  background: url(icon-search.png) 4px 4px no-repeat #F5F5F5;
  padding: 3px 5px 3px 23px;
}

.header .topnav .autocomplete {
  width: 208px;
  position: absolute;
  right: 0;
  top: 35px;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #DDD;
  box-shadow:rgba(0,0,0,0.1) 0 0 10px;
  z-index: 300;
  display: none;
}

.header .topnav .autocomplete .arrow {
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
  background: url(dropdown-arrow.png) 10px 0 no-repeat;
}

.header .topnav .title {
  font-weight: bold;
  color: #999999;
  height: 18px;
  padding: 10px;
  border-bottom: 1px solid #eee;
  background: rgba(0, 0, 0, 0.025);

}

.header .topnav .autocomplete .more {
  padding: 10px;
  border-top: 1px solid #eee;
}

.header .topnav .autocomplete .more a {
  padding-left: 15px;
  background: url(list-bullet.png) top left no-repeat #187EA2;
  font-size: 12px;
}

.header .topnav .autocomplete .more span {
  color: #999;
}
.header .topnav .autocomplete .notfound {
  padding: 15px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  display: none;
}

.header .topnav .autocomplete.noresults .products,
.header .topnav .autocomplete.noresults .more {
  display: none;
}
.header .topnav .autocomplete.noresults .notfound {
  display: block;
}




.header .shopnav {
  margin: 74px 0 23px 0;
  text-align: right;
}
.header .shopnav p {
  margin-bottom: 9px;
  text-align: right;
  font-size: 12px;
  color: #999;
  line-height: 18px;
}
.header .shopnav p a {
  color: #187EA2;
}
.header .shopnav p a:hover {
  color: #EA2E49;
}
.header .shopnav ul {
  list-style: none;
  height: 18px;
  display: block;
  line-height: 18px;
}

.header .shopnav ul li {

  display: inline;
  margin-left: 17px;
  height: 18px;
  line-height: 18px;

  padding-left: 15px;
  background: url(list-bullet.png) top left no-repeat #187EA2;
}

.header .shopnav ul li a {
  height: 18px;
  line-height: 18px;
}

.header .categories {
  clear: both;
  width: 940px;
  padding: 16px 0;
  border-top: 1px solid #EEE;
}
.header .categories ul {
  display: block;
  max-width: 700px;
  /* overflow: hidden; */
  list-style: none;
}
.header .categories ul li {
  height: 32px;
  line-height: 32px;
  display: block;
  float: left;
  position: relative;
}


.header .categories ul li.home {
  width: 36px;
}

.header .categories ul li.home a,
.header .categories ul li a.main {
  color: #EA2E49;
  padding: 0 10px;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  display: block;
  float: left;
}
.header .categories ul li.home a {
  width: 36px;
  padding: 0;
  text-indent: -9999px;
  background: url(icon-home.png) center no-repeat #DDD;
}

.header .categories ul li.hover a {
}

.header .categories ul li.hover a.main {
  color: #FFFFFF;
  background-color: #EA2E49;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);

}



.header .categories ul li.hover.home a {
  background-color: #EA2E49;
}



.header .categories ul ul {
  display: none;
  position: absolute;
  top: 41px;
  left: 0px;
  z-index: 1000;
  height: auto;
  width: auto;

  padding: 10px;

  background: white;
  border-radius: 4px;
  border: 1px solid #DDD;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;

  line-height: 18px;
  font-size: 13px;
}


.header .categories ul li.hover ul {
  display: block;
}

.header .categories ul ul li {
  float: none;
  padding-left: 15px;
  background: url(list-bullet.png) top left no-repeat #187EA2;

  height: 18px;
  line-height: 18px;

}

.header .categories ul ul li a {
  min-width: 160px;
  display: block;
}


.header .categories ul ul li a span {
  color: #999;
  font-weight: normal;
  font-size: 12px;
}

.header .categories ul ul li.arrow {
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;

  background: url(dropdown-arrow.png) 10px 0 no-repeat;
}
.header .categories ul ul li.title {
  color: #999;
  padding: 0 0 10px 0;
  background: none;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.header .categories ul ul ul,
.header .categories ul li.hover ul ul {
  left: 140px;
  top: -12px;
  display: none;
}
.header .categories ul li.hover ul li.hover ul {
  display: block;
}



.header .cart {
  z-index: 250;
  position: absolute;
  bottom: 16px;
  right: 0;
  height: 24px;
  padding: 4px 0;
}

.header .cart a {
  display: block;
  line-height: 24px;
}

.header .cart i {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  background: url(icon-cart.png) no-repeat #187EA2;
}

.header .cart a small {
  display: block;
  float: left;
  height: 24px;
  background: #FFF;
  line-height: 24px;
  border-right: 1px solid #EEEEEE;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
}

.header .cart a strong {
  float: left;
  display: block;
  color: #187EA2;
  font-size: 20px;
  padding: 6px;
  margin: -6px -6px 0 4px;
}

.header .cart.hover a strong {
  color: #FFFFFF;
  background: #187EA2;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}


.header .cart .contents {
  position: absolute;
  display: none;
  top: 41px;
  right: -6px;
  z-index: 1000;
  height: auto;
  width: 298px;
  background: white;
  border-radius: 4px;
  border: 1px solid #DDD;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  line-height: 18px;
  font-size: 13px;
  z-index: 1000;
}

.header .cart.hover .contents {
  display: block;
}
.header .cart .contents .arrow {
  position: absolute;
  left: -1px;
  top: -10px;
  width: 300px;
  height: 10px;
  background: url(dropdown-arrow.png) 260px 0 no-repeat;
}

.header .cart .contents .sum {
  border-top: 1px solid #eee;
  background: #f5f5f5;
  padding: 10px;
  font-size: 12px;
  text-align: right;
  color: #333333;
  text-shadow: 0 1px 0 #FFFFFF;
}
.header .cart .contents .buttons {
  border-top: 1px solid #eee;
  padding: 10px 0;
  text-align: center;
}

.header .cart .contents .buttons a {
  display: inline-block;
  padding-left: 15px;
  background: url(list-bullet.png) top left no-repeat #187EA2;
  line-height: 18px;
  margin: 0 5px;
  font-size: 12px;
}

.heading {
  margin-bottom: 20px;
  padding-top: 20px;
  background: url(bg-none.png) #EEEEEE;
  overflow: hidden;
  position: relative;
}


.messages {
  margin: 0 auto 20px auto;
  width: 940px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

.messages ul {
  margin: 0 0 20px 0;
  padding: 5px 5px 5px 26px;
  color: #3B5998;
  text-shadow: 0 1px #FFFFFF;
  background: #ECEFF5;
  border: 1px solid #3B5998;
  border-radius: 5px;
}




.gui-messages ul {
  padding: 5px 5px 5px 26px;
  margin-bottom: 10px;
  color: #3B5998;
  text-shadow: 0 1px #FFFFFF;
  list-style-type: none;
  background: #ECEFF5;
  border: 1px solid #3B5998;
  border-radius: 5px;
}
.messages ul.error {
  color: #DD3C10;
  background: #FCECE8;
  border-color: #DD3C10;
}
.messages ul.success {
  color: #609946;
  background: #EFF5ED;
  border-color: #609946;
}
.messages ul.warning {
  color: #E2C822;
  background: #FCFAE9;
  border-color: #E2C822;
}



.box-border {
  height: 10px;
  background: url(border-none.png) repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 50;
}

.border-waves .box-border {
  background-image: url(border-waves.png);
}

.border-shadow-light .box-border {
  background-image: url(border-shadow-light.png);
}

.border-shadow-dark .box-border {
  background-image: url(border-shadow-dark.png);
}


.box-border.box-border-top {
  top: 0;
  background-position: top left;
}
.box-border.box-border-bottom {
  bottom: 0;
  background-position: bottom left;
}

.heading .container {
  width: 940px;
  margin: 0 auto;
  position: relative;
}

.heading .container .breadcrumbs {
  font-size: 12px;
}

.heading .container .breadcrumbs a {
  color: #103E47;
}
.heading .container .breadcrumbs a:hover {
  color: #EA2E49;
}

.heading .container .image {
  width: 80px;
  height: 80px;
  background: #fff;
  position: absolute;
  right: 24px;
  top: -10px;
  padding: 20px;
  border-radius: 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
}

.heading h1 {
  color: #187EA2;
  clear: both;
  margin-bottom: 10px;
  padding-bottom: 20px;
  line-height: 40px;
  font-size: 32px;
}

.heading.heading-image h1 {
  padding-right: 160px;
}

.textpage {
  width: 940px;
  margin: 0 auto;
}

.wysiwyg {
  overflow: hidden;
  line-height: 24px;
}
.wysiwyg.wysiwyg-margin {
  margin-bottom: 18px;
}

.wysiwyg p {
  margin-bottom: 18px;
}
.wysiwyg ul {
  padding-left:18px;
  margin-bottom: 18px;
}
/*
.wysiwyg ul li {
  padding-left: 15px;
  background: url(list-bullet.png) top left no-repeat #187EA2;
}
.wysiwyg ul ul {
  margin-bottom: 0;
}

.wysiwyg ol {
  margin-bottom: 18px;
  list-style: decimal;
  padding-left: 20px;
}
.wysiwyg ol ol {
  margin-bottom: 0;
}
*/

.sidebar {
  width: 940px;
  margin: 0 auto;
}

.sidebar .sidebar-side {
  width: 220px;
}
.sidebar .sidebar-main {
  width: 700px;
}

.sidebar.sidebar-left .sidebar-side,
.sidebar.sidebar-right .sidebar-main {
  float: left;
}
.sidebar.sidebar-left .sidebar-main,
.sidebar.sidebar-right .sidebar-side {
  float: right;
}

.sidebar-box {
  margin-bottom: 18px;
  border-bottom: 1px solid #DDD;
}
.sidebar-box:last-child {
  border-bottom: none;
}



.sidebar-box.sidebar-box-dark {
  background: #F5F5F5;
  border-bottom: none;
  padding: 15px;
  border-radius: 5px;
}


.sidebar-box h2 {
  margin-bottom: 17px;
  padding: 0;
  line-height: 18px;
  font-size: 18px;
  color: #187EA2;
}
.sidebar-box.sidebar-box-dark h2 {
  color: #999;
}

.sidebar-box h2 a {
  float: right;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #999;
  letter-spacing: normal;
}

.sidebar-box-link {
  padding-bottom: 10px;
  margin-top: -10px;
  text-align: right;
}

.sidebar-box a.bullet {
  padding-left: 15px;
  background: url(list-bullet.png) top left no-repeat #187EA2;
}


.sidebar-box .sidebar-box-filter {
  padding: 10px 15px;
  background: #F5F5F5;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);

}

.sidebar-box .sidebar-box-filter h4 {
  color: #666;
  font-size: 13px;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #FFF;
}

.sidebar-box-filter-box {
}


.sidebar-box .sidebar-box-filter select {
  width: 190px !important;
}


.sidebar-box.sidebar-box-filter {
  border-radius: 5px;
  border-bottom: none;
  padding: 10px 15px;
  background: #F5F5F5;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);


}

.sidebar-box-filter-filter {

  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 5px;
}


.sidebar-box-filter-filter select {
  width: 180px !important;
}

.sidebar-box.sidebar-box-filter h4 {
}




.sidebar-box ul {
  list-style: none;
  margin-bottom: 18px;
}

.sidebar-box ul li .arrow {
  background: url(list-bullet.png) top left no-repeat #187EA2;
  display: inline-block;
  height: 15px;
  width: 15px;
}

.sidebar-box ul li a.active {
  color: #000;
  font-weight:bold;
}

.sidebar-box ul li a span {
  color: #999;
  font-weight: normal;
  font-size: 12px;
}

.sidebar-box ul ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.sidebar-filter {
}
.sidebar-filter-item input[type="checkbox"] {
  margin: 3px 5px 3px 0 !important;
}
.sidebar-filter-item label {
  font-size: 13px;
  height: 22px !important;
  line-height: 22px !important;
  font-weight: normal !important;
  width: 165px !important;
}

.sidebar-filter-item label span {

  color: #999;
  font-weight: normal;
  font-size: 12px;
}


.productpage .productpage-images {
  float: left;
  width: 300px;
}


.productpage .productpage-images-featured {
  display: inline-block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  cursor:pointer;
  cursor:-moz-zoom-in;
  cursor:-webkit-zoom-in;
}

.productpage .productpage-images-featured img {
  display: block;
}



.productpage-images-thumbs {
  list-style: none;
  margin: 0 0 0 -20px;
  display: block;
}
.productpage-images-thumbs li {
  width: 60px;
  height: 60px;
  float: left;
  margin: 20px 0 0 20px;
}


.productpage-images-thumbs li img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  cursor:pointer;
  cursor:-moz-zoom-in;
  cursor:-webkit-zoom-in;
}

.productpage .product-info {
  float: right;
  width: 380px;
  position: relative;
}
.productpage .product-info .description {
  padding-bottom: 20px;
}
.productpage .product-info .pricing {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  padding: 0 0 10px 20px;
  background: #FFFFFF;
  height: 120px;
}

.productpage .product-info .pricing .price {
  height: 92px;
  width: 92px;
  padding-top: 40px;
  font-size: 28px;
  background-color: #187EA2;
  border-radius: 50px 6px 50px 50px;
  letter-spacing: -1px;
  text-align: center;
  color: #FFFFFF;
  padding: 4px;
}
.productpage .product-info .pricing .price .border {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px 6px 50px 50px;
  height: 55px;
  padding-top: 35px;
}
.productpage .product-info .pricing .price.price-len5 { font-size:26px; }
.productpage .product-info .pricing .price.price-len6 { font-size:23px; }
.productpage .product-info .pricing .price.price-len7 { font-size:21px; }
.productpage .product-info .pricing .price.price-len8 { font-size:18px; }

.productpage .product-info .pricing .price.price-offer {
  background-color: #EA2E49;
}
.productpage .product-info .pricing .price.price-offer .border {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px 6px 50px 50px;
  height: 79px;
  padding-top: 10px;
}

.productpage .product-info .pricing .price span {
  color: #FFFFFF;
  display: block;
}

.productpage .product-info .pricing .price span.price-old {
  line-height: 16px;
  text-decoration: line-through;
  opacity: 0.8;
  padding-bottom: 10px;
  font-size: 14px;
}


.productpage .product-info .pricing .price span.currency {
  opacity: 0.7;
  line-height: 16px;
  font-size: 18px;
  padding-top: 8px;
  letter-spacing: normal;
  text-transform: lowercase;
}

.productpage .product-info .pricing .price-tax {

  padding: 5px 0;
  color: #666;
  text-align: center;
  font-size: 12px;
}

.productpage .product-info .details {
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}

.productpage .product-info .details .product-discounts {
  font-weight: bold;
  margin-bottom: 10px;
}

.productpage .product-info .details .product-discounts span {
  width: 100%;
  margin-bottom: 7px;
  display: block;
}

.productpage .product-info .details dt {
  clear: left;
  width: 49%;
  float: left;
  margin-bottom: 7px;
  font-weight: bold;
}

.productpage .product-info .details dd {
  width: 50%;
  float: right;
  margin-bottom: 7px;
}

.productpage .product-info .share {
  margin-bottom: 20px;
  padding: 15px 0 5px 0;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}

.productpage .product-info .share .rating {
  margin-right: 120px;
  padding: 5px 10px 20px 10px;
  text-align: center;
}

.productpage .product-info .share .rating .stars {
  width: 80px;
  height: 16px;
  background: url(icon-16-stars.png) 0px 0px repeat-x;
  margin: 0 3px 9px 0;
  display: inline-block;
  vertical-align: bottom;
}
.productpage .product-info .share .rating .stars-percent {
  width: 100%;
  height: 16px;
  background: url(icon-16-stars.png) 0px -16px repeat-x;
  display: inline-block;
  float: left;
}

.productpage .product-info .share .rating .score {
  margin-bottom: 9px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  font-size: 13px;
  font-weight: bold;
}
.productpage .product-info .share .rating .score .total {
  color: #999999;
  font-weight: normal;
  font-size: 12px;
}
.productpage .product-info .share .rating .score .total a {
  color: #999999;
}
.productpage .product-info .share .rating .score .total a:hover {
  color: #EA2E49;
}

.productpage .product-info .share .rating .button-review {
  color: #187EA2;
}
.productpage .product-info .share .rating .button-review:hover {
  color: #EA2E49;
}

.productpage .product-info .share .social {
  max-width: 260px;
  min-height: 30px;
  text-align: left;
}
.productpage .product-info .share .social .social-block {
  margin: 5px 0;
}
.productpage .product-info .share .social .social-block.social-block-facebook {
  display: inline-block;
  width: 82px;
  height: 20px;
  vertical-align: bottom;
}
.productpage .product-info .share .social .social-block.social-block-google {
  display: inline-block;
  width: 66px;
  height: 20px;
  vertical-align: bottom;
}
.productpage .product-info .share .social .social-block.social-block-pinterest {
  display: inline-block;
  width: 45px;
  height: 20px;
  vertical-align: bottom;
}
.productpage .product-info .share .social .social-block.social-block-twitter {
  display: inline-block;
  width: 94px;
  height: 20px;
  vertical-align: bottom;
}
.productpage .product-info .share .social .social-block.social-block-addthis {
  display: inline-block;
  width: 20px;
  height: 16px;
  padding: 2px 0;
  vertical-align: bottom;
}


.product-info .buy {
  text-align: right;
}

.product-info .quantity {
  border: 1px solid #000;
  background: #EEE;
  height: 40px;
  float: left;
  width: 71px;
  background: #F5F5F5;
  border-radius: 4px;
  border: 1px solid #DDD;
  border-color: #DDD #EEE #EEE #DDD;
}
.product-info .quantity.hover {
  border-color: #999 #DDD #DDD #AAA;
}


.product-info .quantity input {
  width: 40px;
  border: none;
  background: transparent;
  font-size: 16px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
  padding: 8px 5px;
}
.product-info .quantity .change {
  float: left;
  width: 20px;
  border-left: 1px solid #DDD;
  height: 40px;
}
.product-info .quantity.hover .change {
  border-left: 1px solid #999;

}
.product-info .quantity .change a {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  text-indent: -9999px;
  background: url(quantity.png) no-repeat;
}
.product-info .quantity .change a.up {
  background-position: 0px 0px;
}
.product-info .quantity .change a.down {
  background-position: 0px -20px;
}
.product-info .quantity .change a:hover {
  background-color: #DDD;
}


.product-info .buy .add {
  display: inline-block;
  height: 36px;
  padding: 3px;
  background: #187EA2;
  border-radius: 4px;
}

.product-info .buy .add span {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 2px;
}
.product-info .buy .add:hover span {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.product-info .buy .add-outofstock {
  display: inline-block;
  height: 36px;
  padding: 3px;
  background: #187EA2;
  border-radius: 4px;
}
.product-info .buy .add-outofstock span {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 2px;
}
.product-info .buy .add-outofstock:hover span {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.product-info .actions {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
.product-info .actions a {
  margin: 0 5px;
}

.productpage .reviews {
}
.productpage .reviews .write {
  text-align: right;
}
.productpage .reviews .write .stats {
  float: left;
}

.productpage .reviews .review {
  margin-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
}
.productpage .reviews .review p {
  margin-bottom: 15px;
}


.productpage .reviews .review .rating {
  float: right;
}

.productpage .reviews .review .rating .stars {
  width: 80px;
  height: 16px;
  background: url(icon-16-stars.png) 0px 0px repeat-x;
  margin: 0 3px 9px 0;
  display: inline-block;
  vertical-align: bottom;
}
.productpage .reviews .review .rating .stars-percent {
  width: 100%;
  height: 16px;
  background: url(icon-16-stars.png) 0px -16px repeat-x;
  display: inline-block;
  float: left;
}

.productpage .reviews .review .rating .score {
  margin-bottom: 9px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  font-size: 13px;
  font-weight: bold;
}


.productpage .reviews .review .author {
  font-weight: bold;
}
.productpage .reviews .review .author .date {
  color: #999999;
  font-weight: normal;
  font-size: 12px;
}



.productpage .tabs {
  margin: 20px 0 0 -10px;
}

.productpage .tabs ul.tabs-tabs {
  list-style: none;
  width: 100%;
  height: 40px;
  display: table;
}
.productpage .tabs ul.tabs-tabs li {
  display: table-cell;
  padding-left: 10px;  
  *float: left;
  *width: 28%;
}

.productpage .tabs ul.tabs-tabs li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 30px;

  text-align: center;

  box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.03);
  background: #DDD;
  border-radius: 3px 3px 0 0;
}

.productpage .tabs ul.tabs-tabs li.ui-tabs-active a {
  box-shadow: none;
  background: #F3F3F3;
  color: #999;
}


.productpage .tabs-holder {
  border: 10px solid #F3F3F3;
  border-radius: 0 0 4px 4px;
  margin-left: 10px;
}

.productpage .tabs-content {
  padding: 75px 15px 15px 15px;
  margin-top: -60px;
}

.productpage .tabs-content.ui-tabs-hide {
  display: none;
}

.productpage .tabs-content td.spec-title {
  padding-right:10px;
}

.productpage .related {
  margin-top: 20px;
}


.brands {
  width: 880px;
  height: 80px;
  padding: 0 30px;
  margin-bottom: 30px;
  position: relative;
}

.brands-container {
  width: 880px;
  height: 80px;
  overflow: hidden;
  position: relative;
}

.brands-container ul {
  list-style: none;
  width: 20000px;
  position: absolute;
}
.brands-container ul li {
  float: left;
  margin-right: 20px;
}

.brands-container ul li img {
  margin: 0 40px;
}

.brands a.prev,
.brands a.next {
  display: block;
  width: 30px;
  height: 48px;
  background: #F00;
  position: absolute;
  top: 16px;
  text-indent: -9999px;
  background: url(slides-controls.png) no-repeat #ddd;
}
.brands a.prev:hover,
.brands a.next:hover {
  background-color: #EA2E49;
}
.brands a.prev {
  left: 0;
  background-position: -15px 0;
}

.brands a.next {
  right: 0;
  background-position: -51px 0;
}

/*
.brands .slides {
  position: relative;
}
.brands .slides-container {
  overflow: hidden;
  width: 880px;
  height: 80px;
  margin: 0 auto;
}
.brands .slides .pagination {
  display: none;
}

.brands .slides .slide a {
  display: block;
  width: 220px;
  float: left;
}

.brands .slides a.next,
.brands .slides a.prev {
  display: block;
  width: 30px;
  height: 48px;
  background: #F00;
  position: absolute;
  top: 16px;
  text-indent: -9999px;
  background: url(slides-controls.png) no-repeat #ddd;
}

.brands .slides a.next:hover,
.brands .slides a.prev:hover {
  background-color: #EA2E49;
}
.brands .slides a.prev {
  left: 0;
  background-position: -15px 0;
}

.brands .slides a.next {
  right: 0;
  background-position: -51px 0;
}
*/




.headlines {
  height: 350px;
  background: #E6F6FA;
  margin-bottom: 30px;
  position: relative;
}


.headlines .slides {
  position: relative;
  width: 998px;
  margin: 0 auto;
  overflow: hidden;
  height: 350px;
}

.headlines .slides-container {
  width: 998px;
  height: 350px;
  position: relative;
}


.headlines .slides a.prev,
.headlines .slides a.next {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  background: url(slides-controls.png) no-repeat #187EA2;
  top: 50%;
  z-index: 50;
  border-radius: 24px;
  text-indent: -9999px;
  opacity: 0;
  border: 2px solid white;
}
.headlines .slides a.prev {
  left: 0;
  margin: -24px 0 0 29px;
  background-position: 0 0;
}
.headlines .slides a.next {
  right: 0;
  margin: -24px 29px 0 0;
  background-position: -48px 0;
}

.headlines .slides a.prev:hover,
.headlines .slides a.next:hover {
  background-color: #EA2E49;
}

.slides ul {
  list-style: none;
  width: 20000px;
  position: absolute;
}

.slides ul li {
  float: left;
}
/*
.headlines .slides ul.pagination {
  list-style: none;
  text-align: center;
  margin-top: 5px;
}

.headlines .slides ul.pagination li {
  display: inline-block;
}

.headlines .slides ul.pagination a {
  display: block;
  width: 22px;
  height: 22px;
  background: url(slides-bullets.png) no-repeat #EEE;
  text-indent: -9999px;
}

.headlines .slides ul.pagination li.current a {
  background-color: #187EA2;
}
.headlines .slides ul.pagination li a:hover {
  background-color: #EA2E49;
}
*/

.content {
  width: 960px;
  margin: 0 auto;
}

.content .index {
  width: 940px;
  margin: 0 auto;
}

.content .index h2 {
  font-size: 24px;
}

.index .index-content {
  margin: 0  0 18px 0;
}
.index .index-content p {
  padding: 0 0 18px 0;
}

.index .index-latest {
  margin: 0  0 18px 0;
}

.index .categories.clearfix {
  width: auto;
}
.index .categories .category {
  width: 172px;
}



.banners {
  margin-bottom: 32px;
}
.banners .banner {
  width: 220px;
  height: 140px;
  float: left;
  margin-right: 20px;
}
.banners .banner.banner-last {
  margin-right: 0;
}


.index .index-brands {
  margin: 0  0 18px 0;
  height: 80px;
}


.index .index-brands .jcarousel_horizontal li {
  width: 25%;
}

.socialbar {
  margin-bottom: 30px;
  background: url(bg-none.png) #F5F5F5;
  padding: 20px 29px;
  position: relative;
}

.socialbar.has_newsletterbar {
  margin-bottom: 0;
}

.border-shadow-light .socialbar.has_newsletterbar .box-border.box-border-bottom {
  background-image: url(border-none.png);
}

.border-shadow-dark .socialbar.has_newsletterbar .box-border.box-border-bottom {
  background-image: url(border-none.png);
}

.socialbar .socialbar-container {
  width: 940px;
  margin: 0 auto;
}

.socialbar h4 {
  padding: 10px 0;
  text-indent: 34px;
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: normal;
  line-height: 18px;
  font-size: 18px;
}

.socialbar .socialbar-blog h4 { margin-bottom:10px; background-image: url(icon-24-blog.png); }
.socialbar .socialbar-twitter h4 { background-image: url(icon-24-twitter.png); }
.socialbar .socialbar-facebook h4 { background-image: url(icon-24-facebook.png); }

.socialbar .socialbar-blog {
  width: 300px;
  float: left;
}

.socialbar .socialbar-blog .blog-article {
  margin-bottom: 15px;
}

.socialbar .socialbar-blog .blog-article h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}

.socialbar .socialbar-twitter,
.socialbar .socialbar-facebook {
  width: 300px;
  float: left;
  margin-left: 20px;
}

.socialbar .socialbar-twitter h2,
.socialbar .socialbar-facebook h2 {
  margin-bottom: 0;
}

#newsletterbar {
    background-color: #D0D0D0;
    margin-bottom: 30px;
    padding: 25px;
    position: relative;
}

.border-shadow-light #newsletterbar.has_socialbar .box-border.box-border-top {
  background-image: url(border-none.png);
}

.border-shadow-dark #newsletterbar.has_socialbar .box-border.box-border-top {
  background-image: url(border-none.png);
}

#newsletterbar .inner {
    margin: 0 auto;
    text-align: center;
    width: 940px;
}

#newsletterbar .inner label {
}

#newsletterbar .inner label span {
    color: #666;
}

#newsletterbar .inner input {
    border: 0;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    margin-left: 10px;
    padding: 5px 7px;
    text-shadow: 0 1px 0 #FFF;
    width: 180px;
}

#newsletterbar .inner button {
    background-color: #78C94D;
    border: 0;
    border-radius: 4px;
    color: #FFF;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    margin-left: 3px;
    padding: 0 7px;
    font-size: 12px;
}

.footer {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 10px;
}


.footer h4 {
  margin-bottom: 17px;
  padding: 0;
  font-weight:normal;
  line-height: 18px;
  font-size: 18px;
  color: #187EA2;
}

.footer .footer-nav {
  margin: 0 auto 25px auto;
  border-bottom: 1px solid #EEE;
}
.footer .footer-nav.border {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #EEE;
}


.footer .footer-nav ul {
  margin-bottom: 25px;
  list-style: none;
}

.footer .footer-nav ul li {
  padding-left: 15px;
}

 .footer-hallmarks {
  padding: 0 0 25px;
  margin: 0 auto 25px auto;
  border-bottom: 1px solid #EEE;
}

.footer-hallmarks table  {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.footer-hallmarks table td {
  padding: 0 2px 0 0;
  position: relative;
}

.footer-hallmarks table td a {
  text-align: center;
  display: block;
  white-space: nowrap;
}

.footer-hallmarks table td a img {
  max-height: 40px;
}

.footer .footer-tags {
  margin: 0 auto 25px auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #EEE;
}

ul.tagcloud {
  text-align: justify;
  list-style: none;
  margin: -2px -2px -3px -3px;
}

ul.tagcloud li {
  margin: 2px 2px 3px 3px;
  float: left;
}


ul.tagcloud li a {
  display: block;
  height: 24px;
  border-radius: 0 3px 3px 0;
  background: url(tag.png) 0px 0px no-repeat #EEE;
  line-height: 24px;
  font-size: 12px;
  padding: 0 10px 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ul.tagcloud li a:hover {
  color: #FFFFFF;
  background-color: #EA2E49;
}

.footer .footer-payment {
  height: 36px;
  float: right;
  max-width: 470px;
  overflow: hidden;
}
.footer .footer-payment img {
  float: right;
  width:35px;
  margin: 2px 0 2px 5px;
}
.footer .footer-copyright {
  height: 36px;
  padding-bottom: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #999999;
}
.template-content {
  width: 940px;
  margin: 0 auto 30px auto;
}




/* Products general */
.categories,
.products {
  position: relative;
}
.products.products-horizontal {
  width: 940px;
  margin-bottom: 30px;
}
.categories,
.products.products-grid,
.products.products-list {
  width: 700px;
}
.products.products-sidebar {
  width: 210px;
}
.products.products-livesearch {
  width: 208px;
}
.products.products-cart {
  width: 298px;
}

.categories .category p.description {
  display: none;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  color: #999;
}
.categories .category.hover p.description {
  display: block;
}


/* Horizontal & grid products */
.categories .category,
.products.products-horizontal .product,
.products.products-grid .product {
  float: left;
  margin-right: 20px;
  position: relative;
}
.products.products-horizontal .product {
  width: 140px;
}
.categories .category,
.products.products-grid .product {
  width: 160px;
}
.categories .category.category-last,
.products.products-horizontal .product.product-last,
.products.products-grid .product.product-last {
  margin-right: 0;
}
.categories .category img,
.products.products-horizontal .product img,
.products.products-grid .product img {
  margin-bottom: 5px;
  background: url(no-image.png) center no-repeat #FFFFFF;
}
.categories .category img,
.products.products-grid .product img {
  padding: 10px;
}

.categories .category h3,
.products.products-horizontal .product h3,
.products.products-grid .product h3 {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #EEEEEE;
  height: 36px;
}
.categories .category.hover h3,
.products.products-horizontal .product.hover h3,
.products.products-grid .product.hover h3 {
  border-top: 1px solid #CCCCCC;
}
.categories .category h3 a,
.products.products-horizontal .product h3 a,
.products.products-grid .product h3 a {
  display: block;
  max-height: 36px;
  overflow: hidden;
}


.products.products-horizontal .product p.price,
.products.products-grid .product p.price,
.products.products-list .product p.price {
  display: block;
  height: 60px;
  width: 60px;
  padding-top: 20px;
  position: absolute;
  background-color: #187EA2;
  border-radius: 33px 4px 33px 33px;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  letter-spacing: -1px;
    padding: 3px;
}
.products.products-horizontal .product p.price.price-len5, .products.products-grid .product p.price.price-len5, .products.products-list .product p.price.price-len5 { font-size:18px; }
.products.products-horizontal .product p.price.price-len6, .products.products-grid .product p.price.price-len6, .products.products-list .product p.price.price-len6 { font-size:16px; }
.products.products-horizontal .product p.price.price-len7, .products.products-grid .product p.price.price-len7, .products.products-list .product p.price.price-len7 { font-size:14px; }
.products.products-horizontal .product p.price.price-len8, .products.products-grid .product p.price.price-len8, .products.products-list .product p.price.price-len8 { font-size:12px; }

.products.products-horizontal .product p.price {
  top: 64px;
  right: -10px;
}
.products.products-grid .product p.price {
  top: 74px;
  right: 0;
}
.products.products-list .product p.price {
  top: 20px;
  right: 0;
}

.products.products-horizontal .product p.price.price-offer,
.products.products-grid .product p.price.price-offer,
.products.products-list .product p.price.price-offer {
  background-color: #EA2E49;
}

.products.products-horizontal .product p.price span,
.products.products-grid .product p.price span,
.products.products-list .product p.price span {
  display: block;
  line-height: 16px;
  height: 16px;
}

.products.products-horizontal .product p.price span.price-old,
.products.products-grid .product p.price span.price-old,
.products.products-list .product p.price span.price-old {
  font-size: 12px;
  text-decoration: line-through;
  letter-spacing: -1px;
  opacity: 0.8;
  margin-right:2px;
}

/* Exclusive Germany*/
.product p.price span.price-old .uvp {
  font-size: 8px;
  display: inline-block;
  position: absolute;
  margin: 1px 0px 0 2px;
}
.productpage .product-info .pricing .price .uvp {
  font-size: 9px;
  display: inline-block;
}
.products.products-grid .product .unitprice, 
.products.products-horizontal .product .unitprice {
  font-size: 10px; 
  text-align: center;
}
.products.products-list .product .unitprice {
  font-size: 10px;
  float: right;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 100px;
}
.products.products-list .product.hover .unitprice {
  right:30px;
}
.product p.price.price .asterisk {
  position: absolute;
  right: 5px;
  top: 16px;
  font-size: 12px;
}
.product p.price.price-offer .asterisk {
  position: absolute;
  right: 5px;
  top: 20px;
  font-size: 12px;
}
.shippingreturn-de {
  width: 100%;
  display: block;
  text-align: right;
  font-size: 10px;
  padding: 10px 0;
}
/**/

.products.products-horizontal .product p.price span.currency,
.products.products-grid .product p.price span.currency,
.products.products-list .product p.price span.currency {
  font-size: 15px;
  letter-spacing: normal;
  text-transform: lowercase;
  opacity: 0.7;
}
.products.products-horizontal .product p.price .border, 
.products.products-grid .product p.price .border, 
.products.products-list .product p.price .border {
    border: 1px solid white;
    border: 1px solid rgba(255, 255, 255, 0.4);   border-radius: 50px 6px 50px 50px;   
    height: 41px;   
    padding-top: 17px;
}
.products.products-horizontal .product p.price.price-offer .border, 
.products.products-grid .product p.price.price-offer .border, 
.products.products-list .product p.price.price-offer .border {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px 6px 50px 50px;
  height: 53px;
  padding-top: 5px;
}

.categories .category.hover,
.products.products-horizontal .product.hover,
.products.products-grid .product.hover {
  margin: -21px -1px -63px -21px;
  z-index: 100;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  border: 1px solid #DDD;
}

.categories .category.hover {

  margin: -21px -1px -37px -21px;
}


.products.products-horizontal .product.hover p.price {
  top: 84px;
  right: 10px;
}
.products.products-grid .product.hover p.price {
  top: 94px;
  right: 20px;
}
.products.products-list .product.hover p.price {
  top: 20px;
  right: 20px;
}
.categories .category.hover.category-last,
.products.products-horizontal .product.hover.product-last,
.products.products-grid .product.hover.product-last {
  margin: -21px -21px -63px -21px;
}

.products.products-horizontal .product .actions,
.products.products-grid .product .actions {
  display: none;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
}
.products.products-horizontal .product.hover .actions,
.products.products-grid .product.hover .actions {
  display: block;
}


.products.products-horizontal .product.hover .actions a.button-add,
.products.products-grid .product.hover .actions a.button-add {
  display: block;
  margin-bottom: 10px;
  color: #187EA2;
}
.products.products-horizontal .product.hover .actions a.button-add:hover,
.products.products-grid .product.hover .actions a.button-add:hover {
  color: #EA2E49;
}


.products.products-horizontal .product.hover .actions a.button-wishlist,
.products.products-horizontal .product.hover .actions a.button-compare,
.products.products-grid .product.hover .actions a.button-wishlist,
.products.products-grid .product.hover .actions a.button-compare {
  color: #999999;
}

.products.products-horizontal .product.hover .actions a.button-wishlist:hover,
.products.products-horizontal .product.hover .actions a.button-compare:hover,
.products.products-grid .product.hover .actions a.button-wishlist:hover,
.products.products-grid .product.hover .actions a.button-compare:hover {
  color: #EA2E49;
}




/* List products */
.products.products-list .product {
  border-bottom: 1px solid #EEE;
  position: relative;
  padding: 20px 0;
}
.products.products-list .product.product-last {
  border-bottom: none;
}


.products.products-list .product.hover {
  margin: -1px -21px 0px -21px;
  z-index: 100;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  border: 1px solid #DDD;
}
.products.products-list .product.hover.product-last {
  margin: -1px -21px -1px -21px;
}


.products.products-list .product img {
  padding: 0 20px 0 10px;
  float: left;
}
.products.products-list .product h3 {
  font-size: 14px;
  float: left;
}
.products.products-list .product h3 a {
  display: block;
  width: 444px;
}

.products.products-list .product p.description {
  float: left;
  width: 444px;
  height: 100px;
  min-height: 102px;
  overflow: hidden;
  padding: 10px 0;
}

.products.products-list .product .actions {
  float: right;
  width: 530px;
  text-align: right;
}
.products.products-list .product .actions a.button-add {
  float: left;
}

/* Sidebar, livesearch & cart products */
.products.products-sidebar .product {
  margin-bottom: 18px;

}
.products.products-livesearch .product,
.products.products-cart .product {
  padding: 10px;
}

.products.products-sidebar .product,
.products.products-livesearch .product,
.products.products-cart .product {
  height: 36px;
  font-size: 13px;
  white-space: nowrap;
}
.products.products-sidebar .product img,
.products.products-livesearch .product img,
.products.products-cart .product img {
  float: left;
  margin-right: 10px;
}

.products.products-sidebar .product h4,
.products.products-livesearch .product h4,
.products.products-cart .product h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}

.products.products-sidebar .product p.price,
.products.products-livesearch .product p.price,
.products.products-cart .product p.price {
  color: #187EA2;
}

.products.products-cart .product p.price strong {
  color: #000000;
}
.products.products-sidebar .product p.price.price-offer,
.products.products-livesearch .product p.price.price-offer,
.products.products-cart .product p.price.price-offer {
  color: #EA2E49;
}
.products.products-sidebar .product p.price span,
.products.products-livesearch .product p.price span,
.products.products-cart .product p.price span {
  color: #333333;
  text-decoration: line-through;
}


.products.products-sidebar .product.hover {
  margin: -12px -12px 6px -12px;
  z-index: 100;
  padding: 11px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  border: 1px solid #DDD;
}

/* http://localhost/share/spinner/build.php?type=alternative&size=64&speed=10&fg_color=19A9E5&bg_color=ffffff */
.products .products-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(spinner-large.gif) center 74px no-repeat rgba(255, 255, 255, 0.9);
  line-height: 340px;
  text-shadow: 0 1px 0 #FFFFFF;
  z-index: 100;
  text-align: center;
  display: none;
}
.products .products-loader.visible {
  display: block;
}
.products.products-list .products-empty,
.products.products-grid .products-empty {
  text-align: center;
  height: 232px;
  line-height: 232px;
}



.elements-wrapper {
  height: 26px;
  background: rgba(0, 0, 0, 0.05);
  background: #F00;
  margin: 10px 0;
}
.elements-wrapper-big {
  height: 70px;
}


.tui-dropdown {
  padding: 3px 5px;
  border-radius: 4px;
  line-height: 18px;
  background: url(tui-dropdown-arrow.png) 100% 4px no-repeat #F5F5F5;
  font-size: 12px;
  min-height: 18px;
  position: relative;
  float: left;
  z-index: 200;
  border: 1px solid #DDD;
  border-color: #DDD #EEE #EEE #DDD;
  text-shadow: 0 1px 0 #FFFFFF;
}
.tui-dropdown.hover {
  border-color: #999 #DDD #DDD #AAA;
}

.tui-dropdown span {
  color: #999999;
  padding: 0 18px 0 0;
  display: block;
}

.tui-dropdown ul {
  list-style: none;
  padding-top: 3px;
  display: none;
}
.tui-dropdown ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tui-dropdown ul li a {
  display: block;
  padding: 2px 0px;
}


.tui-dropdown.tui-language span {
  padding-left: 21px;
  background: 0 3px no-repeat;
}

.tui-dropdown ul li.tui-language {
  padding: 2px 0 2px 21px;
  background: 0 5px no-repeat;
}

.tui-dropdown.tui-language-bg span, .tui-dropdown ul li.tui-language-bg { background-image: url(icon-flag-bg.png); }
.tui-dropdown.tui-language-da span, .tui-dropdown ul li.tui-language-da { background-image: url(icon-flag-da.png); }
.tui-dropdown.tui-language-de span, .tui-dropdown ul li.tui-language-de { background-image: url(icon-flag-de.png); }
.tui-dropdown.tui-language-el span, .tui-dropdown ul li.tui-language-el { background-image: url(icon-flag-el.png); }
.tui-dropdown.tui-language-en span, .tui-dropdown ul li.tui-language-en { background-image: url(icon-flag-en.png); }
.tui-dropdown.tui-language-es span, .tui-dropdown ul li.tui-language-es { background-image: url(icon-flag-es.png); }
.tui-dropdown.tui-language-fr span, .tui-dropdown ul li.tui-language-fr { background-image: url(icon-flag-fr.png); }
.tui-dropdown.tui-language-it span, .tui-dropdown ul li.tui-language-it { background-image: url(icon-flag-it.png); }
.tui-dropdown.tui-language-nl span, .tui-dropdown ul li.tui-language-nl { background-image: url(icon-flag-nl.png); }
.tui-dropdown.tui-language-no span, .tui-dropdown ul li.tui-language-no { background-image: url(icon-flag-no.png); }
.tui-dropdown.tui-language-pl span, .tui-dropdown ul li.tui-language-pl { background-image: url(icon-flag-pl.png); }
.tui-dropdown.tui-language-pt span, .tui-dropdown ul li.tui-language-pt { background-image: url(icon-flag-pt.png); }
.tui-dropdown.tui-language-ru span, .tui-dropdown ul li.tui-language-ru { background-image: url(icon-flag-ru.png); }
.tui-dropdown.tui-language-sv span, .tui-dropdown ul li.tui-language-sv { background-image: url(icon-flag-sv.png); }
.tui-dropdown.tui-language-tr span, .tui-dropdown ul li.tui-language-tr { background-image: url(icon-flag-tr.png); }




.tui input[type=text],
.tui input[type=password] {
  display: block;
  border: 1px solid #DDD;
  border-radius: 4px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  padding: 3px 5px;
  color: #333333;
  background: #F5F5F5;
  border-color: #DDD #EEE #EEE #DDD;
  text-shadow: 0 1px 0 #FFFFFF;
  float: left;
}


.tui input[type=checkbox],
.tui input[type=radio] {
  height: 16px;
  width: 20px;
  margin: 5px 10px 5px 0;

  float: left;
}

.tui input:hover,
.tui input:focus,
.tui textarea:hover,
.tui textarea:focus,
.tui select:hover,
.tui select:focus {
  border-color: #999 #DDD #DDD #AAA;
}


.tui textarea {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  height: 56px;
  line-height: 20px;
  font-size: 12px;
  padding: 6px 5px;
  color: #333333;
  background: #F5F5F5;
  border-color: #DDD #EEE #EEE #DDD;
  float: left;

}


.tui select {
  display: block;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #333333;
  background: #FFF;
  border-color: #DDD #EEE #EEE #DDD;
  float: left;
  width: 200px;
}

.tui label {
  display: block;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.tui select[multiple] {
  height: 70px;
}

a.tui-button {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #FFF;
  padding: 0 10px;
  background: #187EA2;
  border: 1px solid #FFFFFF;
  outline: 2px solid #187EA2;
}

.product-info-options {
}


/* [START] product-configure */
.product-configure {
  width: 380px;
  margin-bottom: 5px;
}
.product-configure label {
  width: 380px;
}
.product-configure label em {
  color: #37B1DE;
}
.product-configure select {
  width: 380px;
}
.product-configure input[type=text],
.product-configure textarea {
  width: 368px;
}
.product-configure .product-configure-custom-option-item {
  width: 380px;
}
.product-configure .product-configure-custom-option-item label {
  font-weight: normal;
  width: 340px;
}
.product-configure-custom-option-date {
  float:left;
  width: 275px;
}
.product-configure-custom-option-time {
  float:left;
  width: 105px;
}
.product-configure .product-configure-custom-option-date select,
.product-configure .product-configure-custom-option-time select {
  margin-right: 5px;
}
.product-configure .product-configure-custom-option select.product-configure-custom-option-date-day,
.product-configure .product-configure-custom-option select.product-configure-custom-option-time-hour,
.product-configure .product-configure-custom-option select.product-configure-custom-option-time-minute {
  width: 50px;
}
.product-configure .product-configure-custom-option select.product-configure-custom-option-date-month {
  width: 120px;
}
.product-configure .product-configure-custom-option select.product-configure-custom-option-date-year {
  width: 65px;
}
.product-configure .product-configure-custom-option select.product-configure-custom-option-date-year,
.product-configure .product-configure-custom-option select.product-configure-custom-option-time-minute {
  margin-right: 0;
}
.product-configure .product-configure-variants,
.product-configure .product-configure-options-option,
.product-configure .product-configure-custom-option {
  padding-bottom: 10px;
}
.product-configure .product-configure-clear {
  clear: both;
}
/* [END] product-configure */



.collection-options {
  height: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 12px;
}

.collection-nav {
  height: 18px;
  line-height: 18px;
  color: #999;
  font-size: 12px;
  padding: 10px 0;
}


.collection-nav .collection-nav-total {
  float: left;
}
.collection-nav .collection-nav-pages {
  float: right;
  font-weight: bold;
}


.collection-options .collection-options-mode {
  float: left;
  margin: 4px 15px 4px 0;
}


.collection-options-mode .icon .icon-icon {
  background-color: #DDDDDD;
}


.collection-options-mode .icon.active .icon-icon {
  background-color: #187EA2;
}
.collection-options-mode .icon:hover .icon-icon {
  background-color: #EA2E49;
}


.button-grid {
  margin-right: 10px;
}


.collection-options-compare {
  float: left;
  border-left: 1px solid #DDD;
  padding-left: 15px;
  margin: 4px 0 4px 0;
}
.collection-options-compare a {
  color: #999;
}

.collection-options-sort {
  float: right;
  height: 26px;
}


.collection-options-sort span.label,
.collection-options-limit span.label {
  display: block;
  float: left;
  padding-right: 5px;
  line-height: 26px;
}


.collection-options-limit {
  float: right;
  margin-right: 15px;
  height: 26px;
}


.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}

.clearmargin {
  margin: 0;
}

.sidebar-filter-slider {
  padding: 1px 0;
}

.sidebar-filter-range {
  font-size: 12px;
}

.sidebar-filter-range .min {
  float: left;
}
.sidebar-filter-range .max {
  float: right;
}


#collection-filter-price {
  height:10px;
  border:1px solid #ccc;
  border-radius:5px;
  -moz-border-radius:5px;
  margin:8px 10px;
  background:url(tui-slider-handle.png) repeat-x #fff;
  position: relative;
}
#collection-filter-price .ui-slider-range {
  background:url(tui-slider-handle.png) repeat-x #A5D8E4;
  border:1px solid #187EA2;
  margin:-1px 0 0 -1px;
  position: absolute;
  height: 10px;
}
#collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width:20px;
  height:24px;
  border:0;
  top:-7px;
  border-radius:0;
  -moz-border-radius:0;
  margin-left:-10px;
  background:url(tui-slider-handle.png) 0px -10px no-repeat;
  cursor:col-resize;

}

.collection-spinner {
  height: 16px;
  padding: 15px;
}

.collection-spinner.busy,
.collection-spinner.manual {
  height: 16px;
  background: #f5f5f5;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  line-height: 16px;
  text-align: center;
  margin-top: 20px;
  text-shadow: 0 1px 0 #FFFFFF;

}
/* http://localhost/share/spinner/build.php?type=alternative&size=16&speed=10&fg_color=19A9E5&bg_color=ffffff */
.collection-spinner-loading {
  display: none;
  padding-left: 26px;
  background: url(spinner-small.gif) left center no-repeat;
}
.collection-spinner.busy .collection-spinner-loading {
  display: inline-block;
}
.collection-spinner-more {
  display: none;
  text-align: center;
}

.collection-spinner.manual .collection-spinner-more {
  display: block;
}
.collection-spinner.busy.manual .collection-spinner-more {
  display: none;
}

.collection-pagination {
  padding:10px 0;
  font-size:12px;
}

.collection-pagination .info {
  float:left;
  padding:5px 0;
}

.collection-pagination ul {
  float:right;
  list-style-type:none;
  margin:0;
  padding:0;
}

.collection-pagination ul li {
  float:left;
  padding:5px 2px;
}

.collection-pagination ul li.prev {
  padding-right:7px;
}

.collection-pagination ul li.next {
  padding-left:7px;
}

.collection-pagination ul li.number {
  padding:4px 2px;
}

.collection-pagination ul li.number a {
  background-color:#CCC;
  display:block;
  border-radius:4px;
  padding:1px 7px;
  box-shadow:0 0 5px #CCC;
  color:#fff;
}

.collection-pagination ul li.number a:hover {
  background-color:#BEBEBE;
  color:#fff;
}

.collection-pagination ul li.number.active a {
  background-color:red;
  font-weight:400;
}

/* Footerfix justin */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('glyphicons-halflings-regular.eot');
  src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('glyphicons-halflings-regular.woff') format('woff'), url('glyphicons-halflings-regular.ttf') format('truetype'), url('glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

li.glyphicon-chevron-right:before {
    font-size: 9px;
    margin-left: -18px;
    margin-right: 10px;
}
.footer .footer-nav ul li{
  background:#fff;
}
  
.glyphicon:before {
  position: relative;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-chevron-right:before {
  content: "\e080";
}