@import "reset.css";
/*                                    VARIABLES|MIXINS
////////////////////////////////////////////////////////////////////////////////*/
/*                                    GENERAL
////////////////////////////////////////////////////////////////////////////////*/
body {
  min-width: 969px;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  line-height: 150%;
  color: #333;
  background: #fff url("./images/bg.jpg") no-repeat center top;
}
h1 {
  color: #333;
  font-size: 24px;
  line-height: 29px;
  margin: 20px 0;
  font-weight: 700;
}
h2,
h3,
h4,
h5,
h6 {
  color: #009bd4;
  margin: 15px 0;
}
h2 {
  font-size: 22px;
  line-height: 25px;
}
h3 {
  font-size: 18px;
  line-height: 22px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
a {
  color: #009bd4;
  text-decoration: underline;
  cursor: pointer /* because IE7 ?! :( */;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 160%;
  margin: 10px 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
hr {
  width: 100%;
  height: 0;
  background: transparent;
  border: none;
  border-top: 1px dashed #e3e3e3;
}
#wholePage {
  padding: 0 52px 0 51px;
  margin: 0 auto;
  width: 949px;
  z-index: 2;
  position: relative;
  background: url("./images/bg-stripe.png") repeat-y center;
}
/*                                    GENERAL
////////////////////////////////////////////////////////////////////////////////*/
#header {
  width: 949px;
  margin: 0 auto;
}
#header > .upper {
  position: relative;
}
#header > .upper:before,
#header > .upper:after {
  content: " ";
  display: block;
}
#header > .upper:after {
  clear: both;
}
#header > .upper {
  *zoom: 1;
  clear: both;
}
#header > .upper #logo {
  position: absolute;
  top: 22px;
  left: 0;
}
#header > .upper #logo h1 {
  margin: 0;
}
#header > .upper .right {
  float: right;
  width: 720px;
}
#header > .upper .right > .upper:before,
#header > .upper .right > .upper:after {
  content: " ";
  display: block;
}
#header > .upper .right > .upper:after {
  clear: both;
}
#header > .upper .right > .upper {
  *zoom: 1;
  clear: both;
}
#header > .upper .right > .upper .tel {
  width: 265px;
  float: left;
  text-align: right;
  margin-top: 9px;
}
#header > .upper .right > .upper .tel span {
  line-height: 28px;
  height: 28px;
  display: block;
  font-size: 17px;
}
#header > .upper .right > .upper .tel span span {
  display: inline-block;
  font-weight: bold;
  color: #b4c541;
  padding-left: 36px;
  background: url("./images/green-phone.png") no-repeat left top;
}
#header > .upper .right > .upper .panel {
  width: 420px;
  height: 24px;
  float: right;
  padding: 7px 10px;
  background: url("./images/pattern.png") repeat;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#header > .upper .right > .upper .panel .inner:before,
#header > .upper .right > .upper .panel .inner:after {
  content: " ";
  display: block;
}
#header > .upper .right > .upper .panel .inner:after {
  clear: both;
}
#header > .upper .right > .upper .panel .inner {
  *zoom: 1;
  clear: both;
}
#header > .upper .right > .upper .panel .inner .search {
  float: left;
  width: 248px;
  height: 22px;
  border: 1px solid #83bdd3;
  background: #fff;
  position: relative;
}
#header > .upper .right > .upper .panel .inner .search fieldset:before,
#header > .upper .right > .upper .panel .inner .search fieldset:after {
  content: " ";
  display: block;
}
#header > .upper .right > .upper .panel .inner .search fieldset:after {
  clear: both;
}
#header > .upper .right > .upper .panel .inner .search fieldset {
  *zoom: 1;
  clear: both;
}
#header > .upper .right > .upper .panel .inner .search fieldset input[type='text'] {
  border: none;
  outline: none;
  margin: 0;
  padding: 0 8px;
  height: 22px;
  width: 210px;
  float: left;
  color: #adadad;
}
#header > .upper .right > .upper .panel .inner .search fieldset input[type='submit'] {
  float: right;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  height: 22px;
  width: 22px;
  background: url("./images/search.png") no-repeat center center;
  color: transparent;
  border: 1px solid #fff;
  cursor: pointer;
}
#header > .upper .right > .upper .panel .inner .search #livesearch_cont {
  position: absolute;
  z-index: 999;
  top: 22px;
  left: -1px;
  background: #fff;
  width: 248px;
  border-left: 1px solid #83bdd3;
  border-right: 1px solid #83bdd3;
  border-bottom: 1px solid #83bdd3;
  display: none;
}
#header > .upper .right > .upper .panel .inner .search #livesearch_cont a {
  display: block;
  padding: 8px;
  margin: 0px;
  background: #fff;
  color: #c1c1c1;
  text-decoration: none;
  font-size: 12px;
}
#header > .upper .right > .upper .panel .inner .search #livesearch_cont a:hover,
#header > .upper .right > .upper .panel .inner .search #livesearch_cont a.highlighted {
  background: #f9f9f9;
  color: #c1c1c1;
}
#header > .upper .right > .upper .panel .inner .search #livesearch_cont a:before,
#header > .upper .right > .upper .panel .inner .search #livesearch_cont a:after {
  content: " ";
  display: block;
}
#header > .upper .right > .upper .panel .inner .search #livesearch_cont a:after {
  clear: both;
}
#header > .upper .right > .upper .panel .inner .search #livesearch_cont a {
  *zoom: 1;
  clear: both;
}
#header > .upper .right > .upper .panel .inner .search #livesearch_cont a span.image {
  float: left;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
}
#header > .upper .right > .upper .panel .inner .search #livesearch_cont a span.image img {
  max-width: 40px;
  max-height: 40px;
}
#header > .upper .right > .upper .panel .inner .search #livesearch_cont a span.text {
  float: left;
  display: table-cell;
  display: block ! ie;
  vertical-align: middle;
  width: 187px;
  height: 40px;
  margin-left: 5px;
  line-height: 15px;
}
#header > .upper .right > .upper .panel .inner .search #livesearch_cont a span.text span.price {
  display: block;
  color: #a13954;
  font-size: 11px;
}
#header > .upper .right > .upper .panel .inner .search #livesearch_cont a b {
  font-weight: bold;
}
#header > .upper .right > .upper .panel .inner #userMenu {
  float: right;
}
#header > .upper .right > .upper .panel .inner #userMenu ul:before,
#header > .upper .right > .upper .panel .inner #userMenu ul:after {
  content: " ";
  display: block;
}
#header > .upper .right > .upper .panel .inner #userMenu ul:after {
  clear: both;
}
#header > .upper .right > .upper .panel .inner #userMenu ul {
  *zoom: 1;
  clear: both;
}
#header > .upper .right > .upper .panel .inner #userMenu ul li {
  float: left;
  background: url("./images/usermenu-li.png") no-repeat left center;
  padding-left: 6px;
  margin-left: 5px;
}
#header > .upper .right > .upper .panel .inner #userMenu ul li a {
  line-height: 24px;
}
#header > .upper .right > .upper .panel .inner #userMenu ul li.login {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  padding-left: 21px;
  background: url("./images/user.png") no-repeat left center;
}
#header > .upper .right > .upper .panel .inner #userMenu .logged {
  width: 156px;
  background: #97cbe1;
  height: 22px;
  line-height: 22px;
  background: #97cbe1 url("./images/user.png") no-repeat 8px center;
  border: 1px solid #fff;
  border-radius: 2px;
  position: relative;
  z-index: 5;
}
#header > .upper .right > .upper .panel .inner #userMenu .logged > span {
  display: block;
  height: 22px;
  line-height: 22px;
  padding: 0 20px 0 33px;
  color: #0076a4;
  background: url("./images/usermenuarrow.png") no-repeat 141px center;
}
#header > .upper .right > .upper .panel .inner #userMenu .logged > span > span {
  display: block;
  width: 103px;
  overflow: hidden;
  white-space: nowrap;
}
#header > .upper .right > .upper .panel .inner #userMenu .logged ul {
  display: none;
  position: absolute;
  width: 156px;
  top: 22px;
  left: -1px;
  background: #97cbe1;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 4px 0 3px 0;
  z-index: 6;
}
#header > .upper .right > .upper .panel .inner #userMenu .logged ul li {
  float: none;
  padding: 0;
  margin: 0;
}
#header > .upper .right > .upper .panel .inner #userMenu .logged ul li a {
  display: block;
  padding: 1px 10px 1px 31px;
}
#header > .upper .right > .upper .panel .inner #userMenu .logged ul li.settings a {
  background: url("./images/settings-ico.png") no-repeat 9px center;
}
#header > .upper .right > .upper .panel .inner #userMenu .logged ul li.orders a {
  background: url("./images/orders-ico.png") no-repeat 9px center;
}
#header > .upper .right > .upper .panel .inner #userMenu .logged ul li.logout a {
  background: url("./images/logout-ico.png") no-repeat 10px center;
}
#header > .upper .right > .upper .panel .inner #userMenu .logged:hover ul {
  display: block;
}
#header > .upper .right > .lower {
  margin-top: 6px;
}
#header > .upper .right > .lower:before,
#header > .upper .right > .lower:after {
  content: " ";
  display: block;
}
#header > .upper .right > .lower:after {
  clear: both;
}
#header > .upper .right > .lower {
  *zoom: 1;
  clear: both;
}
#header > .upper .right > .lower #menu {
  float: left;
  margin-top: 19px;
}
#header > .upper .right > .lower #menu ul:before,
#header > .upper .right > .lower #menu ul:after {
  content: " ";
  display: block;
}
#header > .upper .right > .lower #menu ul:after {
  clear: both;
}
#header > .upper .right > .lower #menu ul {
  *zoom: 1;
  clear: both;
}
#header > .upper .right > .lower #menu ul li {
  float: left;
  margin-left: 8px;
}
#header > .upper .right > .lower #menu ul li a {
  text-decoration: none;
  display: block;
  padding: 2px 8px;
  background: none;
  border-radius: 3px;
}
#header > .upper .right > .lower #menu ul li a:hover {
  color: #fff;
  background: #a7d6e8;
}
#header > .upper .right > .lower #menu ul li:first-child {
  margin-left: 0;
}
#header > .upper .right > .lower .basket {
  height: 56px;
  max-width: 175px;
  float: right;
  line-height: 56px;
}
#header > .upper .right > .lower .basket a {
  display: block;
  height: 56px;
  background: url("./images/header-kosik.png") no-repeat left top;
  text-decoration: none;
}
#header > .upper .right > .lower .basket a:before,
#header > .upper .right > .lower .basket a:after {
  content: " ";
  display: block;
}
#header > .upper .right > .lower .basket a:after {
  clear: both;
}
#header > .upper .right > .lower .basket a {
  *zoom: 1;
  clear: both;
}
#header > .upper .right > .lower .basket a span.img {
  display: block;
  float: left;
  width: 43px;
  height: 56px;
  position: relative;
}
#header > .upper .right > .lower .basket a span.img span.count {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  background: #b4c640;
  line-height: 19px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 10px;
  border: 2px solid #fff;
}
#header > .upper .right > .lower .basket a span.title {
  display: block;
  float: left;
  padding: 1px 8px 0 8px;
  background: url("./images/header-basket-line.png") no-repeat right center;
  text-align: center;
  color: #0077a2;
}
#header > .upper .right > .lower .basket a span.price {
  display: block;
  float: left;
  font-weight: bold;
  color: #333;
  padding-left: 8px;
  max-width: 102px;
  white-space: nowrap;
}
#header > .upper .right > .lower .basket a:hover span.title {
  text-decoration: underline;
}
#header #motto {
  padding: 15px 0;
  line-height: 24px;
  position: relative;
}
#header #motto:before,
#header #motto:after {
  content: " ";
  display: block;
}
#header #motto:after {
  clear: both;
}
#header #motto {
  *zoom: 1;
  clear: both;
}
#header #motto .left {
  float: right;
  margin-right: 50px;
}
#header #motto .left span {
  display: block;
  color: #0075a1;
  font-size: 16px;
  font-style: italic;
}
#header #motto .right {
  float: right;
}
#header #motto .right span {
  display: block;
  color: #52afd1;
  font-size: 24px;
  font-style: italic;
}
#header #motto #bannerVanoce {
  position: absolute;
  top: 14px;
  left: 18px;
  width: 87px;
  height: 31px;
}
#header #motto #bannerVanoce a {
  display: block;
  width: 87px;
  height: 31px;
/* Old browsers */
  background: #d61e34;
/* FF3.6+ */
  background: -moz-linear-gradient(top, #d61e34 0%, #d61b2e 50%, #c4121e 100%);
/* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d61e34), color-stop(50%, #d61b2e), color-stop(100%, #c4121e));
/* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top, #d61e34 0%, #d61b2e 50%, #c4121e 100%);
/* Opera 11.10+ */
  background: -o-linear-gradient(top, #d61e34 0%, #d61b2e 50%, #c4121e 100%);
/* IE10+ */
  background: -ms-linear-gradient(top, #d61e34 0%, #d61b2e 50%, #c4121e 100%);
/* W3C */
  background: linear-gradient(to bottom, #d61e34 0%, #d61b2e 50%, #c4121e 100%);
/* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#d61e34, endColorstr=#c4121e,GradientType=0 );
  color: #fff;
  text-shadow: 2px 2px 7px #760b12;
  text-decoration: none;
  font-weight: 700;
  line-height: 31px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
}
#header #motto #bannerVanoce a:hover {
  background: #e4283b;
}
#header #motto #bannerVanoce a:active {
  background: #cb1a2c;
}
#header #motto #bannerVanoce a:hover {
/* Old browsers */
  background: #d61b2e;
/* FF3.6+ */
  background: -moz-linear-gradient(top, #d61b2e 0%, #d61b2e 50%, #d61b2e 100%);
/* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d61b2e), color-stop(50%, #d61b2e), color-stop(100%, #d61b2e));
/* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top, #d61b2e 0%, #d61b2e 50%, #d61b2e 100%);
/* Opera 11.10+ */
  background: -o-linear-gradient(top, #d61b2e 0%, #d61b2e 50%, #d61b2e 100%);
/* IE10+ */
  background: -ms-linear-gradient(top, #d61b2e 0%, #d61b2e 50%, #d61b2e 100%);
/* W3C */
  background: linear-gradient(to bottom, #d61b2e 0%, #d61b2e 50%, #d61b2e 100%);
/* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#d61b2e, endColorstr=#d61b2e,GradientType=0 );
  color: #fff;
  text-shadow: 2px 2px 7px #80101c;
  text-decoration: none;
  font-weight: 700;
}
#header #motto #bannerVanoce a:hover:hover {
  background: #e4283b;
}
#header #motto #bannerVanoce a:hover:active {
  background: #cb1a2c;
}
#header #motto #bannerTop {
  position: absolute;
  top: 10px;
  left: -10px;
  width: 172px;
  height: 35px;
}
#header #motto #bannerTop a {
  display: block;
  width: 156px;
  height: 35px;
  background: #00d602 url("./images/btn-sipka.png") no-repeat 145px center;
  line-height: 35px;
  padding-left: 16px;
  text-align: left;
  text-shadow: 1px 1px 1px #018e04;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
#header #motto #bannerTop a:hover {
  background-color: #00c102;
}
#header #motto #imgVanoce {
  position: absolute;
  top: -60px;
  left: -96px;
  width: 103px;
  height: 175px;
  background: url("./images/vanoce.png") no-repeat 0 0;
}
#header #motto #imgTop {
  position: absolute;
  top: -95px;
  left: -107px;
  width: 89px;
  height: 217px;
  background: url("./images/woman.png") no-repeat 0 0;
}
/*                                    TOP CATEGORIES
////////////////////////////////////////////////////////////////////////////////*/
#topCategories {
  z-index: 3;
  position: relative;
}
#topCategories a {
  text-decoration: none;
}
#topCategories > ul {
  z-index: 4;
  position: relative;
}
#topCategories > ul:before,
#topCategories > ul:after {
  content: " ";
  display: block;
}
#topCategories > ul:after {
  clear: both;
}
#topCategories > ul {
  *zoom: 1;
  clear: both;
}
#topCategories > ul > li {
  float: left;
  width: 155px;
  height: 50px;
  margin: 0 3px 3px 0;
  z-index: 5;
  position: relative;
}
#topCategories > ul > li > a {
  height: 50px;
  width: 93px;
  padding: 0 4px 0 58px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  line-height: 15px;
  font-size: 13px;
  position: relative;
  text-decoration: none;
  background: url("./images/kategorie.png") no-repeat center center;
  background-position: 0 -50px;
  z-index: 6;
  position: relative;
}
#topCategories > ul > li > a > span.img {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 46px;
  height: 46px;
  display: block;
  line-height: 43px;
}
#topCategories > ul > li > a > span.img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
#topCategories > ul > li > a > span.title {
  color: #fff;
}
#topCategories > ul > li > a:hover {
  background-position: 0 0;
}
#topCategories > ul > li > ul {
  display: none;
  z-index: 7;
  position: absolute;
  top: 50px;
  background: #8fdaf9;
  width: 483px;
  padding: 18px 20px 8px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
}
#topCategories > ul > li > ul:before,
#topCategories > ul > li > ul:after {
  content: " ";
  display: block;
}
#topCategories > ul > li > ul:after {
  clear: both;
}
#topCategories > ul > li > ul {
  *zoom: 1;
  clear: both;
}
#topCategories > ul > li > ul > ul {
  display: block;
  margin-left: 15px;
  float: left;
}
#topCategories > ul > li > ul > ul > li {
  z-index: 8;
  position: relative;
  padding-left: 11px;
  background: url("./images/categoriesarrows.png") no-repeat left 5px;
  margin-bottom: 10px;
  width: 140px;
}
#topCategories > ul > li > ul > ul > li > a {
  color: #024766;
  display: block;
  font-weight: 700;
}
#topCategories > ul > li > ul > ul > li a:hover {
  text-decoration: underline;
}
#topCategories > ul > li > ul > ul > li > ul {
  z-index: 9;
  position: relative;
}
#topCategories > ul > li > ul > ul > li > ul:before,
#topCategories > ul > li > ul > ul > li > ul:after {
  content: " ";
  display: block;
}
#topCategories > ul > li > ul > ul > li > ul:after {
  clear: both;
}
#topCategories > ul > li > ul > ul > li > ul {
  *zoom: 1;
  clear: both;
}
#topCategories > ul > li > ul > ul > li > ul > li {
  float: left;
}
#topCategories > ul > li > ul > ul:first-child {
  margin: 0;
}
#topCategories > ul > li > ul span.arrow {
  position: absolute;
  top: -10px;
  width: 19px;
  height: 10px;
  display: block;
  background: url("./images/sipka.png") no-repeat center center;
}
#topCategories > ul li.parent a:hover span.arrow {
  display: block;
}
/*                                    BANNER
////////////////////////////////////////////////////////////////////////////////*/
#banner {
  width: 949px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}
#banner .slideCont {
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}
#banner .slideCont #slideshow {
  width: 949px;
  position: relative;
}
#banner .slideCont #slideshow a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#banner #control #dots {
  position: absolute;
  bottom: -20px;
  right: 0;
  height: 13px;
}
#banner #control #dots:before,
#banner #control #dots:after {
  content: " ";
  display: block;
}
#banner #control #dots:after {
  clear: both;
}
#banner #control #dots {
  *zoom: 1;
  clear: both;
}
#banner #control #dots a {
  display: block;
  float: left;
  width: 13px;
  height: 12px;
  background: url("./images/slider.png") no-repeat center center;
  text-decoration: none;
  margin-left: 1px;
}
#banner #control #dots a.active {
  background: url("./images/slider-active.png") no-repeat center center;
}
#banner #arrows {
  position: absolute;
  top: 50%;
  width: 949px;
  margin: 0 auto;
  height: 48px;
}
#banner #arrows span {
  display: block;
  width: 48px;
  height: 48px;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: -50%;
  z-index: 2;
}
#banner #arrows span#b-left {
  background-image: url("./images/slider-left.png");
  left: 20px;
}
#banner #arrows span#b-right {
  background-image: url("./images/slider-right.png");
  right: 20px;
}
#banner #arrows span:hover {
  background-position: 0 -48px;
}
/*                                    PAGE
////////////////////////////////////////////////////////////////////////////////*/
#page {
  width: 949px;
  margin: 0 auto;
  margin-top: 30px;
}
#page:before,
#page:after {
  content: " ";
  display: block;
}
#page:after {
  clear: both;
}
#page {
  *zoom: 1;
  clear: both;
}
/*                                    LEFT SIDEBAR
////////////////////////////////////////////////////////////////////////////////*/
#leftSidebar {
  float: left;
  width: 199px;
}
#leftSidebar #categories > ul > li {
  padding: 2px;
  background: #8fdaf9;
  margin-bottom: 4px;
  border-radius: 2px;
}
#leftSidebar #categories > ul > li > span > a {
  display: block;
  padding: 4px 14px 4px 10px;
  background: #fff url("./images/categories-arrow.png") no-repeat 184px center;
}
#leftSidebar #categories > ul > li span > a {
  text-decoration: none;
}
#leftSidebar #categories > ul > li span > a:hover {
  text-decoration: underline;
}
#leftSidebar #categories > ul li ul {
  display: none;
}
#leftSidebar #categories > ul li.linked > ul,
#leftSidebar #categories > ul li.active > ul {
  display: block;
}
#leftSidebar #categories > ul li.linked > span,
#leftSidebar #categories > ul li.active > span {
  font-weight: bold;
}
#leftSidebar #categories > ul > li.linked > span,
#leftSidebar #categories > ul > li.active > span {
  background: #4c9cbf url("./images/categories-active-arrow.png") no-repeat 184px center;
  color: #fff;
  font-weight: 700;
}
#leftSidebar #categories > ul > li > ul {
  padding: 5px 5px 2px 8px;
}
#leftSidebar #categories > ul > li > ul > li > span {
  padding: 0;
  padding-left: 13px;
  display: block;
}
#leftSidebar #categories > ul > li > ul > li > span > a {
  display: block;
  padding: 4px 0;
  color: #014864;
}
#leftSidebar #categories > ul > li > ul > li span {
  background: url("./images/categories-line2.png") no-repeat 3px 13px;
}
#leftSidebar #categories > ul > li > ul > li ul {
  padding-left: 15px;
}
#leftSidebar #categories > ul > li > ul > li ul li span {
  display: block;
  padding-left: 13px;
}
#leftSidebar #categories > ul > li > ul > li ul li span a {
  display: block;
  padding: 4px 0;
}
#leftSidebar #categories > ul > li > ul li {
  background: url("./images/categories-line1.png") repeat-y 2px 0;
}
#leftSidebar #categories > ul > li > ul li.last {
  background-repeat: no-repeat;
}
#leftSidebar #categories > ul > li > ul li.parent > span {
  background: url("./images/categories-plus.png") no-repeat 0 center;
}
#leftSidebar #categories > ul > li > ul li.parent.linked > span,
#leftSidebar #categories > ul > li > ul li.parent.active > span,
#leftSidebar #categories > ul > li > ul li.parent.opened > span {
  background: url("./images/categories-minus.png") no-repeat 0 center;
}
#leftSidebar #categories > ul > li > ul li.parent.closed > span {
  background: url("./images/categories-plus.png") no-repeat 0 center !important;
}
/*                                    SIDEBAR
////////////////////////////////////////////////////////////////////////////////*/
#sidebar {
  float: right;
  width: 218px;
}
#sidebar h2 {
  margin-bottom: 5px;
  font-weight: 700;
  color: #333;
}
#sidebar .box {
  margin-bottom: 10px;
}
#sidebar .box .article h3 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin: 0 0 5px 0;
}
#sidebar .box .article h3 a {
  text-decoration: none;
}
#sidebar .box .article h3 a:hover {
  text-decoration: underline;
}
#sidebar .box .article p {
  margin: 0 0 5px 0;
}
#sidebar .box .article a.more {
  text-transform: lowercase;
  color: #51afd1;
}
/*                                    CONTENT
////////////////////////////////////////////////////////////////////////////////*/
#content {
  overflow: hidden;
  margin-bottom: 30px;
}
#content > h1 {
  margin-top: 0;
  margin-bottom: 15px;
}
#content.index {
  float: left;
  width: 701px;
}
#content.products {
  float: right;
  width: 701px;
}
/*                                    FILTER AND CONTROL
////////////////////////////////////////////////////////////////////////////////*/
.paginate {
  height: 30px;
}
.paginate .paging {
  height: 30px;
}
.paginate .paging:before,
.paginate .paging:after {
  content: " ";
  display: block;
}
.paginate .paging:after {
  clear: both;
}
.paginate .paging {
  *zoom: 1;
  clear: both;
}
.paginate p {
  float: right;
  margin: 0;
  line-height: 30px;
}
.paginate a {
  color: #333;
}
.paginate span {
  color: #009bd4;
  font-weight: bold;
}
#content #orderPaginate {
  margin: 10px 0 10px 0;
  line-height: 30px;
}
#content #orderPaginate:before,
#content #orderPaginate:after {
  content: " ";
  display: block;
}
#content #orderPaginate:after {
  clear: both;
}
#content #orderPaginate {
  *zoom: 1;
  clear: both;
}
#content #orderPaginate .order {
  float: left;
  width: 190px;
}
#content #orderPaginate #itemsOnPage {
  float: left;
  height: 30px;
  line-height: 30px;
}
#content #orderPaginate #itemsOnPage p {
  margin: 0;
  line-height: 30px;
}
#content #orderPaginate .paginate {
  float: right;
  width: 335px;
}
/*                                    SORT
////////////////////////////////////////////////////////////////////////////////*/
#content #sort .title {
  color: #333;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
#content #sort span.control {
  background: #009bd4 url("./images/categories-arrow-down.png") no-repeat 679px center;
  display: block;
  height: 33px;
  line-height: 33px;
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
#content #sort span.control a.remove {
  position: absolute;
  right: 15px;
  top: 0;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 33px;
  line-height: 33px;
  margin-right: 14px;
}
#content #sort span.control a.remove:hover {
  text-decoration: underline;
}
#content #sort span.control:hover {
  background-color: #0090c5;
}
#content #sort span.control.active {
  background-image: url("./images/categories-arrow-up.png");
}
#content #sort .container {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  background: #eee;
  width: 100%;
  padding: 15px;
  margin-top: 2px;
  display: none;
}
#content #sort .container #slider td {
  padding: 0 10px 0 0;
  margin: 0;
  height: 20px;
  vertical-align: middle;
}
#content #sort .container #slider td h3 {
  margin: 0;
}
#content #sort .container #slider td.selector {
  height: 20px;
}
#content #sort .container #slider td.selector #slider-selector {
  background: url("./images/slider-bg-none.png") repeat-x center;
  height: 20px;
  width: 325px;
  position: relative;
}
#content #sort .container #slider td.selector #slider-selector #selector-bg {
  background: url("./images/slider-bg.png") repeat-x center;
  height: 20px;
  width: 325px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#content #sort .container #slider td.selector #slider-selector .control {
  width: 12px;
  height: 20px;
  background: url("./images/slider-control.png") no-repeat center center;
  z-index: 2;
  position: absolute;
  cursor: pointer;
}
#content #sort .container #slider span#selector-price-min,
#content #sort .container #slider span#selector-price-max {
  display: block;
  height: 20px;
  line-height: 20px;
  width: 95px;
  font-size: 15px;
  color: #6f6f6f;
}
#content #sort .container #slider span#selector-price-min b,
#content #sort .container #slider span#selector-price-max b {
  color: #333;
  font-weight: 700;
}
#content #sort .container #slider span#selector-price-min {
  text-align: right;
}
#content #sort .container #slider span#selector-price-max {
  text-align: left;
}
#content #sort .container fieldset .filterItem {
  margin-top: 10px;
}
#content #sort .container.show {
  display: block;
}
/*                                    PRODUCTS
////////////////////////////////////////////////////////////////////////////////*/
#content .products .row {
  border-bottom: 1px solid #e5e5e5;
  width: 723px;
  position: relative;
  left: -11px;
  background: url("./images/products-lines.png") repeat-y;
  overflow: hidden;
}
#content .products .row:before,
#content .products .row:after {
  content: " ";
  display: block;
}
#content .products .row:after {
  clear: both;
}
#content .products .row {
  *zoom: 1;
  clear: both;
}
#content .products .row .product {
  float: left;
  width: 217px;
  padding: 11px 12px 11px 11px;
  z-index: 2;
}
#content .products .row .product h3 {
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 10px 0;
}
#content .products .row .product span.container {
  margin-bottom: 10px;
  display: block;
}
#content .products .row .product span.container:before,
#content .products .row .product span.container:after {
  content: " ";
  display: block;
}
#content .products .row .product span.container:after {
  clear: both;
}
#content .products .row .product span.container {
  *zoom: 1;
  clear: both;
}
#content .products .row .product span.container span.image {
  display: block;
  float: left;
  width: 100px;
  position: relative;
  min-height: 58px;
}
#content .products .row .product span.container span.image a {
  display: block;
  width: 100px;
  text-align: center;
}
#content .products .row .product span.container span.image a img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
#content .products .row .product span.container span.image span.sign {
  display: block;
  height: 58px;
  width: 58px;
  position: absolute;
  top: 0;
  left: 0;
}
#content .products .row .product span.container span.image span.sign.sign1 {
  background: url("./images/tag-novinka.png") no-repeat top left;
}
#content .products .row .product span.container span.image span.sign.sign2 {
  background: url("./images/tag-akce.png") no-repeat top left;
}
#content .products .row .product span.container span.image span.sign.sign3 {
  background: url("./images/tag-vyprodej.png") no-repeat top left;
}
#content .products .row .product span.container span.image span.sign.sign4 {
  background: url("./images/tag-tip.png") no-repeat top left;
}
#content .products .row .product span.container span.image span.sign.sign5 {
  background: url("./images/tag-reklama.png") no-repeat top left;
}
#content .products .row .product span.container span.image span.sign.sign10 {
  background: url("./images/tag-doprava.png") no-repeat top left;
}
#content .products .row .product span.container span.priceBuy {
  display: block;
  float: right;
  width: 110px;
  text-align: right;
}
#content .products .row .product span.container span.priceBuy span.old {
  display: block;
  text-decoration: line-through;
}
#content .products .row .product span.container span.priceBuy span.price {
  display: block;
  font-size: 15px;
  font-weight: bold;
}
#content .products .row .product span.container span.priceBuy span.buy {
  line-height: 28px;
  margin-top: 10px;
  display: block;
}
#content .products .row .product span.container span.priceBuy span.buy:before,
#content .products .row .product span.container span.priceBuy span.buy:after {
  content: " ";
  display: block;
}
#content .products .row .product span.container span.priceBuy span.buy:after {
  clear: both;
}
#content .products .row .product span.container span.priceBuy span.buy {
  *zoom: 1;
  clear: both;
}
#content .products .row .product span.container span.priceBuy span.buy p.not {
  text-align: right;
}
#content .products .row .product span.container span.priceBuy span.buy span.quantity {
  float: left;
  display: block;
  margin-right: 3px;
  text-align: right;
}
#content .products .row .product span.container span.priceBuy span.buy span.quantity input[type='text'] {
  width: 21px;
  border: 1px solid #989898;
  text-align: center;
}
#content .products .row .product span.container span.priceBuy span.buy span.button {
  float: right;
  display: block;
}
#content .products .row .product span.container span.priceBuy span.buy span.button a {
  display: block;
  height: 28px;
  width: 66px;
  background: url("./images/buy.png") no-repeat 0 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#content .products .row .product span.container span.priceBuy span.buy span.button a:hover {
  background-position: 0 -28px;
}
#content .products .row .product span.container span.priceBuy span.buy span.button a:active {
  background-position: 0 -56px;
}
#content .products .row .product span.text {
  display: block;
}
#content .products .row .product span.text span.param {
  display: block;
}
#content .products .row .product span.text span.param b {
  color: #51aed0;
}
#content .products .row .empty {
  height: 1000px;
  width: 720px;
  background: url("./images/empty-product.png") repeat-y;
  position: absolute;
  top: 0;
  z-index: 1;
}
#content .products .row .empty.twice {
  left: 240px;
}
#content .products .row .empty.thrice {
  left: 480px;
}
#content .products .row:last-child {
  border-bottom: 0;
}
/*                                    PRODUCT HEADER
////////////////////////////////////////////////////////////////////////////////*/
#content #productHeader {
  margin-bottom: 20px;
}
#content #productHeader:before,
#content #productHeader:after {
  content: " ";
  display: block;
}
#content #productHeader:after {
  clear: both;
}
#content #productHeader {
  *zoom: 1;
  clear: both;
}
#content #productHeader #gallery {
  float: left;
  width: 350px;
}
#content #productHeader #gallery #topImg {
  text-align: center;
  position: relative;
}
#content #productHeader #gallery #topImg img {
  max-width: 350px;
  height: auto;
}
#content #productHeader #gallery #smallImages {
  width: 360px;
  margin-top: 20px;
}
#content #productHeader #gallery #smallImages:before,
#content #productHeader #gallery #smallImages:after {
  content: " ";
  display: block;
}
#content #productHeader #gallery #smallImages:after {
  clear: both;
}
#content #productHeader #gallery #smallImages {
  *zoom: 1;
  clear: both;
}
#content #productHeader #gallery #smallImages .image {
  float: left;
  width: 105px;
  height: 105px;
  margin-right: 15px;
  margin-bottom: 15px;
}
#content #productHeader #gallery #smallImages .image a {
  display: block;
  width: 105px;
  height: 105px;
  text-align: center;
  font-size: 100%;
  line-height: 102px;
}
#content #productHeader #gallery #smallImages .image a img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
#content #productHeader #meta {
  float: right;
  width: 324px;
}
#content #productHeader #meta h1 {
  margin-top: 0;
  margin-bottom: 10px;
}
#content #productHeader #meta .rating {
  margin: 10px 0;
}
#content #productHeader #meta .rating span.stars {
  display: block;
  width: 75px;
  height: 14px;
  position: relative;
}
#content #productHeader #meta .rating span.stars span#stars {
  display: block;
  width: 75px;
  height: 14px;
  background: url("./images/stars.png") no-repeat top left;
}
#content #productHeader #meta .rating span.stars span.star0 {
  background-position: 0 0 !important;
}
#content #productHeader #meta .rating span.stars span.star1 {
  background-position: 0 -14px !important;
}
#content #productHeader #meta .rating span.stars span.star2 {
  background-position: 0 -28px !important;
}
#content #productHeader #meta .rating span.stars span.star3 {
  background-position: 0 -42px !important;
}
#content #productHeader #meta .rating span.stars span.star4 {
  background-position: 0 -56px !important;
}
#content #productHeader #meta .rating span.stars span.star5 {
  background-position: 0 -70px !important;
}
#content #productHeader #meta .rating span.stars span.cols {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 14px;
}
#content #productHeader #meta .rating span.stars span.cols:before,
#content #productHeader #meta .rating span.stars span.cols:after {
  content: " ";
  display: block;
}
#content #productHeader #meta .rating span.stars span.cols:after {
  clear: both;
}
#content #productHeader #meta .rating span.stars span.cols {
  *zoom: 1;
  clear: both;
}
#content #productHeader #meta .rating span.stars span.cols span.col {
  display: block;
  float: left;
  width: 15px;
  height: 14px;
}
#content #productHeader #meta .perex {
  margin: 10px 0;
}
#content #productHeader #meta .perex span.red {
  color: #d80000;
}
#content #productHeader #meta .perex span.blue {
  color: #0075a1;
}
#content #productHeader #meta #files ul li {
  padding: 2px 0;
}
#content #productHeader #meta #files ul li a {
  padding-left: 18px;
  background: url("./images/file-ico.png") no-repeat left center;
  line-height: 14px;
}
#content #productHeader #meta .params {
  margin: 10px 0;
}
#content #productHeader #meta .params table tr td,
#content #productHeader #meta .params table tr td.key {
  font-weight: bold;
  padding-right: 15px;
}
#content #productHeader #meta .prices {
  margin: 10px 0;
  text-align: right;
  position: relative;
  border-top: 1px solid #d6d6d6;
  padding-top: 10px;
}
#content #productHeader #meta .prices span {
  display: block;
}
#content #productHeader #meta .prices span.old {
  text-decoration: line-through;
  position: absolute;
  top: 10px;
  left: 0;
}
#content #productHeader #meta .prices span.price {
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
}
#content #productHeader #meta .prices span.priceVatNot {
  color: #959595;
}
#content #productHeader #meta .buy {
  margin: 10px 0;
  line-height: 44px;
}
#content #productHeader #meta .buy:before,
#content #productHeader #meta .buy:after {
  content: " ";
  display: block;
}
#content #productHeader #meta .buy:after {
  clear: both;
}
#content #productHeader #meta .buy {
  *zoom: 1;
  clear: both;
}
#content #productHeader #meta .buy p.not {
  text-align: right;
}
#content #productHeader #meta .buy .quantity {
  float: right;
  margin-right: 10px;
}
#content #productHeader #meta .buy .quantity input[type='text'] {
  width: 26px;
  height: 22px;
  border: 1px solid #999;
  text-align: center;
}
#content #productHeader #meta .buy .button {
  float: right;
}
#content #productHeader #meta .buy .button a {
  display: block;
  height: 44px;
  width: 155px;
  background: url("./images/koupit.png") no-repeat;
  background-position: 0 0;
  text-decoration: none;
}
#content #productHeader #meta .buy .button a:before,
#content #productHeader #meta .buy .button a:after {
  content: " ";
  display: block;
}
#content #productHeader #meta .buy .button a:after {
  clear: both;
}
#content #productHeader #meta .buy .button a {
  *zoom: 1;
  clear: both;
}
#content #productHeader #meta .buy .button a span {
  display: block;
  width: 100px;
  height: 44px;
  line-height: 44px;
  text-align: right;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0 auto;
  background: url("./images/koupit-cart.png") no-repeat left center;
}
#content #productHeader #meta .buy .button a:hover {
  background-position: 0 -44px;
}
#content #productHeader #meta .buy .button a:active {
  background-position: 0 -88px;
}
#content #productHeader #meta .socials {
  margin-top: 15px;
}
#content #productHeader #meta .socials.secondLine {
  margin-top: 5px;
}
#content #productHeader #meta .socials:before,
#content #productHeader #meta .socials:after {
  content: " ";
  display: block;
}
#content #productHeader #meta .socials:after {
  clear: both;
}
#content #productHeader #meta .socials {
  *zoom: 1;
  clear: both;
}
#content #productHeader #meta .socials .iCont {
  float: right;
}
#content #productHeader #meta .socials .iCont .twitter-share-button {
  width: 80px !important;
}
#content #productHeader #meta .socials .iCont #___plusone_0 {
  width: 80px !important;
}
/*                                    DESCRIPTION
////////////////////////////////////////////////////////////////////////////////*/
#content #description {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  background: #eee;
  padding: 15px 15px 7px 15px;
}
#content #description h2 {
  margin: 0 0 7px 0;
  color: #333;
}
#content .lowerProducts {
  padding: 10px 0 0 0;
}
/*                                    BASKET
////////////////////////////////////////////////////////////////////////////////*/
#basket {
  width: 730px;
  margin: 0 auto;
}
#basket h2 {
  margin-bottom: 0;
  color: #333;
  font-weight: bold;
}
#basket .progress {
  width: 720px;
  margin: 0 auto;
  border-radius: 3px;
  margin-bottom: 25px;
}
#basket .progress:before,
#basket .progress:after {
  content: " ";
  display: block;
}
#basket .progress:after {
  clear: both;
}
#basket .progress {
  *zoom: 1;
  clear: both;
}
#basket .progress .step {
  float: left;
  width: 180px;
  height: 140px;
  text-align: center;
  position: relative;
}
#basket .progress .step1 {
  background: url("./images/kosik01.png") no-repeat center top;
}
#basket .progress .step2 {
  background: url("./images/kosik02.png") no-repeat center top;
}
#basket .progress .step3 {
  background: url("./images/kosik03.png") no-repeat center top;
}
#basket .progress .step4 {
  background: url("./images/kosik04.png") no-repeat center top;
}
#basket .progress .step span.title {
  display: block;
  font-weight: bold;
  color: #666;
  position: absolute;
  top: 86px;
  left: 0;
  width: 180px;
  text-align: center;
  font-size: 14px;
}
#basket .progress .step span.number {
  display: block;
  font-weight: bold;
  color: #666;
  position: absolute;
  bottom: 0;
  left: 76px;
  width: 28px;
  height: 28px;
  text-align: center;
  background: #e2e2e2;
  font-size: 14px;
  line-height: 28px;
  border-radius: 14px;
}
#basket .progress .step1.active,
#basket .progress .step1.done {
  background: url("./images/kosik01active.png") no-repeat center top;
}
#basket .progress .step2.active,
#basket .progress .step2.done {
  background: url("./images/kosik02active.png") no-repeat center top;
}
#basket .progress .step3.active,
#basket .progress .step3.done {
  background: url("./images/kosik03active.png") no-repeat center top;
}
#basket .progress .step4.active,
#basket .progress .step4.done {
  background: url("./images/kosik04active.png") no-repeat center top;
}
#basket .progress .step.active a,
#basket .progress .step.done a {
  display: block;
  width: 180px;
  height: 140px;
  color: #fff;
  text-decoration: none;
}
#basket .progress .step.active span.title,
#basket .progress .step.done span.title {
  color: #0275a2;
}
#basket .progress .step.active span.number,
#basket .progress .step.done span.number {
  color: #0275a2;
  background: #d0e9f0;
}
#basket table {
  width: 100%;
}
#basket table tr th {
  padding: 15px 0;
  color: #009bd4;
}
#basket table tr th.bold {
  font-weight: bold;
  text-transform: uppercase;
}
#basket table tr td {
  padding: 10px 0;
  vertical-align: middle;
}
#basket table tr th.name,
#basket table tr td.name {
  text-align: left;
}
#basket table tr th.availability,
#basket table tr td.availability {
  text-align: center;
}
#basket table tr th.quantity,
#basket table tr td.quantity {
  text-align: center;
}
#basket table tr th.price,
#basket table tr td.price {
  text-align: right;
  font-weight: bold;
}
#basket table tr td.quantity {
  line-height: 20px;
}
#basket table tr td.quantity input[type='text'] {
  border: 1px solid #999;
  height: 16px;
  width: 24px;
  line-height: 16px;
  text-align: center;
}
#basket table tr td.quantity a.del {
  height: 20px;
  width: 13px;
  padding: 0 0 0 23px;
  border-left: 1px solid #cacaca;
  background: url("./images/x.png") no-repeat center center;
  margin-left: 3px;
}
#basket table tr.titles {
  background: url("./images/hr.png") repeat-x bottom;
}
#basket table tr.price.notvat {
  background: url("./images/hr.png") repeat-x top;
}
#basket table tr.price td.title {
  text-align: right;
  font-weight: bold;
}
#basket table tr.price td.value {
  text-align: right;
  font-weight: bold;
}
#basket table tr.price td.recount input[type='submit'] {
  border: none;
  outline: none;
  background: none;
  color: #009bd4;
  font-size: 14px;
  text-decoration: underline;
  padding: 0 0 0 20px;
  margin: 0;
  cursor: pointer;
  background: url("./images/prepocitat.png") no-repeat left center;
}
#basket table tr.price td.recount input[type='submit']:hover {
  text-decoration: none;
}
#basket table tr.price.notvat td {
  padding-bottom: 5px;
}
#basket table tr.price.vat td {
  padding: 0;
}
#basket table tr.price.vat td.value {
  font-size: 20px;
}
#basket table.recapitulation td.name span {
  display: block;
  font-weight: bold;
}
#basket #gifts table {
  width: 100%;
  margin-top: 5px;
}
#basket #gifts table td {
  padding: 5px 0;
  font-weight: bold;
}
#basket #basket1_bottom {
  min-height: 217px;
  position: relative;
}
#basket #basket1_bottom:before,
#basket #basket1_bottom:after {
  content: " ";
  display: block;
}
#basket #basket1_bottom:after {
  clear: both;
}
#basket #basket1_bottom {
  *zoom: 1;
  clear: both;
}
#basket #basket1_bottom p {
  margin: 0;
}
#basket #basket1_bottom .shipPay {
  float: left;
  width: 200px;
}
#basket #basket1_bottom .shipPay p.radio br {
  display: none;
}
#basket #basket1_bottom .shipPay p.radio label {
  font-weight: normal;
  margin: 3px 0;
}
#basket #basket1_bottom .shipPay p.radio label[for='id_shipping'],
#basket #basket1_bottom .shipPay p.radio label[for='id_payment'] {
  font-size: 22px;
  margin: 18px 0 10px 0;
  font-weight: bold;
}
#basket #basket1_bottom .shipPay p.radio input {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
#basket #basket1_bottom .shipPay p.cupon {
  position: absolute;
  top: 0;
  left: 215px;
}
#basket #basket1_bottom .shipPay p.cupon input[type='text'] {
  padding: 6px 5px;
  width: 288px;
}
#basket #basket1_bottom .shipPay p.cupon label[for='sale_code'] {
  font-size: 22px;
  margin: 18px 0 10px 0;
  font-weight: bold;
}
#basket #basket1_bottom .cuponNotice {
  float: left;
  width: 300px;
  margin-left: 15px;
}
#basket #basket1_bottom .cuponNotice .notice {
  position: relative;
  top: 74px;
}
#basket #basket1_bottom .cuponNotice .notice textarea {
  width: 288px;
  height: 88px;
  padding: 5px;
}
#basket #basket1_bottom .cuponNotice .notice label[for='notice'] {
  font-size: 22px;
  margin: 18px 0 10px 0;
  font-weight: bold;
}
#basket #basket1_bottom .next {
  float: left;
  width: 198px;
  margin-left: 15px;
}
#basket #basket1_bottom .next input[type='submit'] {
  position: absolute;
  bottom: 0;
  left: 530px;
}
#basket #basket1_bottom legend {
  display: none;
}
#basket .button1 {
  margin-top: 25px;
}
#basket p.p-next:before,
#basket p.p-next:after {
  content: " ";
  display: block;
}
#basket p.p-next:after {
  clear: both;
}
#basket p.p-next {
  *zoom: 1;
  clear: both;
}
#basket p.p-next input {
  float: right;
}
#basket input[id='submit_next'],
#basket input[id='submit_login'],
#basket a.tohomepage {
  display: block;
  width: 178px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  background: url("./images/cart-pokracovat.png") no-repeat;
  background-position: 0 0;
  border: none;
  outline: none;
}
#basket input[id='submit_next']:hover,
#basket input[id='submit_login']:hover,
#basket a.tohomepage:hover {
  background-position: 0 -44px;
}
#basket input[id='submit_next']:active,
#basket input[id='submit_login']:active,
#basket a.tohomepage:active {
  background-position: 0 -88px;
}
#basket #button_recapitulation input[type='submit'] {
  display: block;
  width: 178px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  background: url("./images/cart-pokracovat.png") no-repeat;
  background-position: 0 0;
  border: none;
  outline: none;
  position: absolute;
  bottom: 18px;
  text-shadow: 2px 2px 7px #296b89;
  font-weight: bold;
  right: 0;
}
#basket #button_recapitulation #obligation {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
#basket #button_recapitulation input[type='submit']:hover {
  background-position: 0 -44px;
}
#basket #button_recapitulation input[type='submit']:active {
  background-position: 0 -88px;
}
#basket #basket_customer:before,
#basket #basket_customer:after {
  content: " ";
  display: block;
}
#basket #basket_customer:after {
  clear: both;
}
#basket #basket_customer {
  *zoom: 1;
  clear: both;
}
#basket #basket_customer legend {
  display: none;
}
#basket #basket_customer #customer_login {
  width: 355px;
  float: left;
}
#basket #basket_customer #customer_withoutReg {
  width: 355px;
  margin: 0 auto;
}
#basket #basket_customer #customer_login + #customer_withoutReg {
  float: right;
  margin: 0;
}
#basket #basket_customer #label_f_gdpr {
  width: auto;
}
#basket #poznamka {
  margin: 15px 0;
}
#basket #poznamka h3 {
  color: #333;
  font-size: 20px;
  margin: 0 0 10px 0;
}
#basket #poznamka p {
  margin: 0;
}
#basket #udaje {
  margin-top: 20px;
  position: relative;
}
#basket #udaje:before,
#basket #udaje:after {
  content: " ";
  display: block;
}
#basket #udaje:after {
  clear: both;
}
#basket #udaje {
  *zoom: 1;
  clear: both;
}
#basket #udaje #udaje_left {
  float: left;
  width: 280px;
}
#basket #udaje #udaje_right {
  float: left;
  width: 280px;
  margin-left: 20px;
}
#basket #udaje table th {
  padding: 0 0 10px 0;
  text-align: left;
}
#basket #udaje table th h3 {
  margin: 0;
  color: #333;
  font-size: 20px;
}
#basket #udaje table td {
  padding: 2px 0;
}
#basket #udaje table td.dis-label {
  font-weight: bold;
}
#basket #basket_finish {
  margin: 0 auto;
}
#basket #basket_finish h2,
#basket #basket_finish p,
#basket #basket_finish a,
#basket #basket_finish ul {
  margin: 15px auto;
}
#basket #basket_finish a.tohomepage {
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 7px #296b89;
  text-decoration: none;
}
#basket .hidding {
  visibility: hidden;
}
#basket .label_zasilkovna {
  font-size: 22px;
  margin: 16px 0 0px 0;
  font-weight: bold;
}
a.card-payment {
  display: block;
  margin: 25px 0 !important;
  width: 196px;
  height: 60px;
  line-height: 60px;
  text-align: left;
  font-size: 16px !important;
  color: #fff !important;
  padding: 0 0 0 80px;
  background: #009bd4 url("./images/ico-kartou.png") no-repeat 20px center;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 3px;
}
a.card-payment:hover {
  background-color: #00b1f2;
}
a.card-payment:active {
  background-color: #0093c9;
}
/*                                    STYLED FORM
////////////////////////////////////////////////////////////////////////////////*/
.styled_form input[type='text'],
.styled_form input[type='password'] {
  border: 1px solid #999;
  width: 188px;
  padding: 5px;
  display: block;
}
.styled_form select {
  border: 1px solid #999;
  width: 188px;
  padding: 5px;
  display: block;
}
.styled_form textarea {
  padding: 5px;
  border: 1px solid #999;
  display: block;
}
.styled_form input[type='checkbox'] {
  vertical-align: middle;
}
.styled_form label {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
.styled_form label[for='custom_delivery'],
.styled_form label[for='f-op'] {
  width: auto;
  margin: 0;
}
.styled_form br {
  display: none;
}
.styled_form ul.errors {
  color: #f00;
}
.styled_form legend {
  display: none;
}
.styled_form input[type='submit'] {
  display: block;
  width: 178px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 17px;
  text-transform: uppercase;
  text-shadow: 2px 2px 7px #296b89;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url("./images/cart-pokracovat.png") no-repeat;
  border: none;
  outline: none;
}
.styled_form input[type='submit']:hover {
  background-position: 0 -44px;
}
.styled_form input[type='submit']:active {
  background-position: 0 -88px;
}
span#disabledButton {
  display: none;
  width: 178px;
  height: 44px;
  line-height: 44px;
  cursor: default;
  border-radius: 3px;
  color: #fff;
  text-shadow: 2px 2px 7px #ababab;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  background: url("./images/cart-pokracovat1.png") no-repeat;
  background-position: 0 -132px;
  border: none;
  outline: none;
}
.styled_form.inline label {
  display: inline-block;
  width: 137px;
}
.styled_form.inline input[type='text'],
.styled_form.inline input[type='password'] {
  display: inline-block;
}
.styled_form.inline label[for='custom_delivery'],
.styled_form.inline label[for='f-op'] {
  width: auto;
}
/*                                    USER ORDERS
////////////////////////////////////////////////////////////////////////////////*/
table.orders th,
table.orders td {
  padding: 3px 15px 3px 0;
}
table.orders th {
  font-weight: bold;
}
table.orders th.right {
  text-align: left;
}
table.orders td {
  text-align: left;
}
table.orders.style2 {
  margin-top: 10px;
}
/*                                    MESSAGES
////////////////////////////////////////////////////////////////////////////////*/
.info_message,
.message,
#message {
  background: url("./images/pattern.png") repeat;
  color: #009bd4;
  font-weight: bold;
  text-align: center;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin: 10px 0;
}
.info_message.red,
.message.red,
#message.red {
  background: #ff5b5b;
  color: #fff;
}
.info_message p,
.message p,
#message p {
  margin: 0;
  line-height: 42px;
}
/*                                    PRODUCERS
////////////////////////////////////////////////////////////////////////////////*/
#producers {
  width: 949px;
  margin: 0 auto;
  padding: 40px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  margin-top: 20px;
}
#producers .inner {
  height: 46px;
  width: 860px;
  overflow: hidden;
  margin: 0 auto;
}
#producers .inner .list-producers {
  width: 9999px;
  height: 46px;
}
#producers .inner .list-producers:before,
#producers .inner .list-producers:after {
  content: " ";
  display: block;
}
#producers .inner .list-producers:after {
  clear: both;
}
#producers .inner .list-producers {
  *zoom: 1;
  clear: both;
}
#producers .inner .list-producers .item {
  float: left;
  height: 46px;
  width: 152px;
  margin: 0 10px;
}
#producers .inner .list-producers .item a {
  display: table-cell;
  height: 46px;
  width: 152px;
  vertical-align: middle;
  text-align: center;
}
#producers .arrow {
  width: 23px;
  height: 30px;
  background-repeat: no-repeat;
  position: absolute;
  top: 48px;
  background-position: 0 -30px;
  cursor: pointer;
}
#producers .arrow.disabled {
  background-position: 0 0;
  cursor: default;
}
#producers .arrow.arr-left {
  background-image: url("./images/arrow-left.png");
  left: 10px;
}
#producers .arrow.arr-right {
  background-image: url("./images/arrow-right.png");
  right: 10px;
}
/*                                    HP LOGOS
////////////////////////////////////////////////////////////////////////////////*/
#hpLogos {
  width: 949px;
  margin: 0 auto;
  padding: 18px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  margin-top: 20px;
}
#hpLogos:before,
#hpLogos:after {
  content: " ";
  display: block;
}
#hpLogos:after {
  clear: both;
}
#hpLogos {
  *zoom: 1;
  clear: both;
}
#hpLogos .item {
  float: left;
  height: 72px;
  font-size: 100%;
  line-height: 69px;
  text-align: center;
  margin: 0 30px;
}
#hpLogos .item.ppl {
  width: 113px;
}
#hpLogos .item.cp {
  width: 46px;
}
#hpLogos .item.dpd {
  width: 91px;
}
#hpLogos .item.geis {
  width: 51px;
}
#hpLogos .item.zasilkovna {
  width: 148px;
}
#hpLogos .item.karty {
  width: 116px;
  float: right;
}
#hpLogos .item.visa {
  width: 59px;
}
#hpLogos .item.electron {
  width: 60px;
}
#hpLogos .item.mc {
  width: 59px;
}
#hpLogos .item.maestro {
  width: 59px;
}
#hpLogos .item img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
/*                                    FOOTER
////////////////////////////////////////////////////////////////////////////////*/
#footer {
  width: 949px;
  margin: 0 auto;
  background: #009bd4;
  padding: 30px 30px 15px 30px;
  width: 887px;
  color: #fff;
  margin-top: 20px;
}
#footer h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
#footer a,
#footer p {
  color: #fff;
}
#footer ul li {
  padding: 1px 3px 1px 16px;
  background: url("./images/footer_li.png") no-repeat left 4px;
}
#footer ul li a {
  display: block;
}
#footer .upper:before,
#footer .upper:after {
  content: " ";
  display: block;
}
#footer .upper:after {
  clear: both;
}
#footer .upper {
  *zoom: 1;
  clear: both;
}
#footer .upper .contact {
  float: left;
  width: 200px;
  margin-right: 27px;
}
#footer .upper .contact span.green {
  display: block;
  padding-left: 23px;
}
#footer .upper .contact span.green strong {
  display: block;
}
#footer .upper .contact span.green span.tel {
  padding: 2px 5px;
  background: #fff;
  border-radius: 10px;
  color: #b4c541;
  font-weight: bold;
}
#footer .upper .contact ul li {
  padding-left: 23px;
}
#footer .upper .contact ul li.tel {
  background: url("./images/tel-ico.png") no-repeat left center;
}
#footer .upper .contact ul li.mail {
  background: url("./images/mail-ico.png") no-repeat left center;
}
#footer .upper .informations {
  float: left;
  width: 135px;
  margin-right: 27px;
}
#footer .upper .articles {
  float: left;
  width: 195px;
  margin-right: 27px;
}
#footer .upper .newsletter {
  float: right;
  width: 263px;
}
#footer .upper .newsletter p {
  margin: 0;
}
#footer .upper .newsletter form input[type='text'] {
  width: 158px;
  padding: 5px;
  border: none;
  outline: none;
  color: #636363;
}
#footer .upper .newsletter form input[type='submit'] {
/* Old browsers */
  background: #7fc2dd;
/* FF3.6+ */
  background: -moz-linear-gradient(top, #7fc2dd 0%, #6fbad9 50%, #5caace 100%);
/* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fc2dd), color-stop(50%, #6fbad9), color-stop(100%, #5caace));
/* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top, #7fc2dd 0%, #6fbad9 50%, #5caace 100%);
/* Opera 11.10+ */
  background: -o-linear-gradient(top, #7fc2dd 0%, #6fbad9 50%, #5caace 100%);
/* IE10+ */
  background: -ms-linear-gradient(top, #7fc2dd 0%, #6fbad9 50%, #5caace 100%);
/* W3C */
  background: linear-gradient(to bottom, #7fc2dd 0%, #6fbad9 50%, #5caace 100%);
/* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#7fc2dd, endColorstr=#5caace,GradientType=0 );
  color: #fff;
  text-shadow: 2px 2px 7px #296b89;
  text-decoration: none;
  font-weight: 700;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  height: 26px;
  width: 92px;
  border-radius: 3px;
  cursor: pointer;
}
#footer .upper .newsletter form input[type='submit']:hover {
  background: #7dc1dd;
}
#footer .upper .newsletter form input[type='submit']:active {
  background: #62b4d6;
}
#footer .upper .newsletter .socSukl {
  margin-top: 15px;
}
#footer .upper .newsletter .socSukl:before,
#footer .upper .newsletter .socSukl:after {
  content: " ";
  display: block;
}
#footer .upper .newsletter .socSukl:after {
  clear: both;
}
#footer .upper .newsletter .socSukl {
  *zoom: 1;
  clear: both;
}
#footer .upper .newsletter .socials {
  float: left;
  width: 80px;
}
#footer .upper .newsletter .socials a {
  text-decoration: none;
  margin-right: 5px;
}
#footer .upper .newsletter .sukl {
  float: right;
  width: 110px;
  padding-left: 10px;
}
#footer .upper .newsletter #label_gdpr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
}
#footer .upper .newsletter #newsletter_gdpr {
  vertical-align: middle;
}
#footer .upper .newsletter #newsletter_submit {
  float: right;
}
#footer .lower {
  position: relative;
  margin-top: 5px;
}
#footer .lower:before,
#footer .lower:after {
  content: " ";
  display: block;
}
#footer .lower:after {
  clear: both;
}
#footer .lower {
  *zoom: 1;
  clear: both;
}
#footer .lower .copy {
  float: left;
  width: 600px;
  color: #7dc0dd;
}
#footer .lower .copy p {
  color: #7dc0dd;
}
#footer .lower a#moonlake {
  position: absolute;
  top: 9px;
  right: 0;
  text-decoration: none;
}
#ecommerce {
  padding: 20px 145px 0px;
}
#ecommerce form {
  width: 70px;
  height: 40px;
  float: left;
  text-align: center;
  margin: 0px 20px;
  padding: 15px 0 0 0;
}
#message-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: url("./images/popup-opacity.png") repeat;
}
#message-box.hasAlternatives .bg {
  background: none;
  width: 744px;
  height: auto;
  margin-left: -372px;
}
#message-box.hasAlternatives .bg .upper {
  background: url("./images/popup-bg2.jpg") no-repeat 0 0;
  height: 129px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#message-box.hasAlternatives .bg .buttons {
  margin-top: 15px;
}
#message-box.hasAlternatives .bg .lower {
  display: block;
}
#message-box .bg {
  width: 354px;
  height: 148px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -93px 0px 0px -196px;
  padding: 0;
  font-size: 13px;
  z-index: 99;
  border-radius: 8px;
  background: url("./images/popup-bg1.png") no-repeat 0 0;
  position: relative;
}
#message-box .bg .title {
  height: 35px;
  padding-top: 30px;
}
#message-box .bg .title p {
  text-align: center;
  font-size: 16px;
  margin: 0;
  padding: 0 20px;
}
#message-box .bg .buttons {
  width: 294px;
  margin: 25px auto 0 auto;
}
#message-box .bg .buttons:before,
#message-box .bg .buttons:after {
  content: " ";
  display: block;
}
#message-box .bg .buttons:after {
  clear: both;
}
#message-box .bg .buttons {
  *zoom: 1;
  clear: both;
}
#message-box .bg .buttons span.pokracovat {
  display: block;
  float: left;
  height: 31px;
  line-height: 31px;
  width: 171px;
  background: url("./images/popup-btn1.png") no-repeat 0 0;
  color: #fff;
  text-shadow: 1px 1px 1px #717171;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
}
#message-box .bg .buttons span.pokracovat:hover {
  text-decoration: underline;
}
#message-box .bg .buttons a.toBasket {
  display: block;
  float: right;
  height: 31px;
  line-height: 31px;
  width: 96px;
  color: #fff;
  text-shadow: 1px 1px 1px #017ec1;
  background: url("./images/popup-btn2.png") no-repeat 0 0;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}
#message-box .bg .buttons a.toBasket:hover {
  text-decoration: underline;
}
#message-box .bg .lower {
  display: none;
}
#message-box .bg .lower #ajax-message-content {
  background: #fff;
  padding-bottom: 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#message-box .bg .lower #ajax-message-content span.title {
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding-left: 22px;
  padding-top: 15px;
}
#message-box .bg .lower #ajax-message-content .items {
  width: 722px;
  padding: 0 11px;
}
#message-box .bg .lower #ajax-message-content .items:before,
#message-box .bg .lower #ajax-message-content .items:after {
  content: " ";
  display: block;
}
#message-box .bg .lower #ajax-message-content .items:after {
  clear: both;
}
#message-box .bg .lower #ajax-message-content .items {
  *zoom: 1;
  clear: both;
}
#message-box .bg .lower #ajax-message-content .items .product {
  float: left;
  width: 217px;
  padding: 11px 12px 11px 11px;
  z-index: 2;
  border-left: 1px solid #e5e5e5;
}
#message-box .bg .lower #ajax-message-content .items .product:first-child {
  border-left: none;
}
#message-box .bg .lower #ajax-message-content .items .product h3 {
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 10px 0;
}
#message-box .bg .lower #ajax-message-content .items .product span.container {
  margin-bottom: 10px;
  display: block;
}
#message-box .bg .lower #ajax-message-content .items .product span.container:before,
#message-box .bg .lower #ajax-message-content .items .product span.container:after {
  content: " ";
  display: block;
}
#message-box .bg .lower #ajax-message-content .items .product span.container:after {
  clear: both;
}
#message-box .bg .lower #ajax-message-content .items .product span.container {
  *zoom: 1;
  clear: both;
}
#message-box .bg .lower #ajax-message-content .items .product span.container span.image {
  display: block;
  float: left;
  width: 100px;
  position: relative;
  min-height: 58px;
}
#message-box .bg .lower #ajax-message-content .items .product span.container span.image a {
  display: block;
  width: 100px;
  text-align: center;
}
#message-box .bg .lower #ajax-message-content .items .product span.container span.image a img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
#message-box .bg .lower #ajax-message-content .items .product span.container span.priceBuy {
  display: block;
  float: right;
  width: 110px;
  text-align: right;
}
#message-box .bg .lower #ajax-message-content .items .product span.container span.priceBuy span.old {
  display: block;
  text-decoration: line-through;
}
#message-box .bg .lower #ajax-message-content .items .product span.container span.priceBuy span.price {
  display: block;
  font-size: 15px;
  font-weight: bold;
}
#message-box .bg .lower #ajax-message-content .items .product span.container span.priceBuy span.buy {
  line-height: 28px;
  margin-top: 10px;
  display: block;
}
#message-box .bg .lower #ajax-message-content .items .product span.container span.priceBuy span.buy:before,
#message-box .bg .lower #ajax-message-content .items .product span.container span.priceBuy span.buy:after {
  content: " ";
  display: block;
}
#message-box .bg .lower #ajax-message-content .items .product span.container span.priceBuy span.buy:after {
  clear: both;
}
#message-box .bg .lower #ajax-message-content .items .product span.container span.priceBuy span.buy {
  *zoom: 1;
  clear: both;
}
#message-box .bg .lower #ajax-message-content .items .product span.container span.priceBuy span.buy p.not {
  text-align: right;
}
#message-box .bg .lower #ajax-message-content .items .product span.container span.priceBuy span.buy span.quantity {
  float: left;
  display: block;
  margin-right: 3px;
  text-align: right;
}
#message-box .bg .lower #ajax-message-content .items .product span.container span.priceBuy span.buy span.quantity input[type='text'] {
  width: 21px;
  border: 1px solid #989898;
  text-align: center;
}
#message-box .bg .lower #ajax-message-content .items .product span.container span.priceBuy span.buy span.button {
  float: right;
  display: block;
}
#message-box .bg .lower #ajax-message-content .items .product span.container span.priceBuy span.buy span.button a {
  display: block;
  height: 28px;
  width: 66px;
  background: url("./images/buy.png") no-repeat 0 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#message-box .bg .lower #ajax-message-content .items .product span.container span.priceBuy span.buy span.button a:hover {
  background-position: 0 -28px;
}
#message-box .bg .lower #ajax-message-content .items .product span.container span.priceBuy span.buy span.button a:active {
  background-position: 0 -56px;
}
#message-box .bg .lower #ajax-message-content .items .product span.text {
  display: block;
}
#message-box .bg span.close {
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: url("./images/popup-close.png") no-repeat 0 0;
  cursor: pointer;
}
.onlyMobile {
  display: none;
}
@media (min-width: 1460px) {
  #bannerVanoce {
    display: block;
  }
}
@media (max-width: 1459px) {
  #bannerVanoceSmall {
    display: block;
  }
}
