@import "reset.css";
/*                                    VARIABLES|MIXINS
////////////////////////////////////////////////////////////////////////////////*/
/*                                    GENERAL
////////////////////////////////////////////////////////////////////////////////*/
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 150%;
  color: #222;
  background: #fff url("./images/bg.jpg") no-repeat center top;
  min-width: 980px;
}
h1 {
  color: orange_color;
  font-size: 28px;
  line-height: 32px;
  margin: 20px 0;
}
h2,
h3,
h4,
h5,
h6 {
  color: orange_color;
  margin: 15px 0;
  font-weight: 700;
}
h2 {
  font-size: 20px;
  line-height: 25px;
}
h3 {
  font-size: 18px;
  line-height: 22px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
a {
  color: #007653;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 140%;
  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;
}
h2.sign {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background: url("./images/tab-bg.jpg") no-repeat 0 0;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
  padding: 0 0 0 20px;
  margin: 0;
}
h2.sign > a,
h2.sign > span {
  color: #fff;
  text-decoration: none;
}
ul.errors {
  display: block;
  color: #f00;
}
h1.productsTitle {
  line-height: 18px;
  font-size: 14px;
  color: #007653;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 0 0;
}
/*                                    GENERAL
////////////////////////////////////////////////////////////////////////////////*/
#header {
  width: 960px;
  margin: 0 auto;
  z-index: 99;
  overflow:hidden;
}
#header:before,
#header:after {
  content: " ";
  display: block;
}
#header:after {
  clear: both;
}
#header {
  *zoom: 1;
  clear: both;
}
#header #logo {
  float: left;
  width: 249px;
  margin-top: 17px;
}
#header #logo h1 {
  margin: 0;
}
#header .right {
  float: right;
  width: 680px;
}
#header .right .top {
  height: 26px;
  padding: 9px 0 10px 0;
}
#header .right .top:before,
#header .right .top:after {
  content: " ";
  display: block;
}
#header .right .top:after {
  clear: both;
}
#header .right .top {
  *zoom: 1;
  clear: both;
}
#header .right .top a {
  float: right;
  height: 26px;
  line-height: 26px;
  width: 80px;
  color: #fff;
  text-transform: uppercase;
  background: #007653;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
}
#header .right .top a:hover {
  text-decoration: underline;
}
#header .right .top span.priceVatNot,
#header .right .top span.quantity {
  display: block;
  float: right;
  line-height: 26px;
  color: #9e9e9e;
  font-size: 12px;
  margin-right: 20px;
}
#header .right .top span.priceVatNot b,
#header .right .top span.quantity b {
  font-weight: normal;
  color: #007653;
}
#header .right .top span.ico {
  display: block;
  float: right;
  width: 24px;
  height: 26px;
  background: url("./images/header-cart.png") no-repeat center center;
  margin-right: 20px;
}
#header .right .bottom:before,
#header .right .bottom:after {
  content: " ";
  display: block;
}
#header .right .bottom:after {
  clear: both;
}
#header .right .bottom {
  *zoom: 1;
  clear: both;
}
#header .right .bottom .informations {
  float: left;
  margin-top: 6px;
}
#header .right .bottom .informations ul:before,
#header .right .bottom .informations ul:after {
  content: " ";
  display: block;
}
#header .right .bottom .informations ul:after {
  clear: both;
}
#header .right .bottom .informations ul {
  *zoom: 1;
  clear: both;
}
#header .right .bottom .informations ul li {
  float: left;
  padding-left: 18px;
  background: url("./images/informations-line.png") no-repeat 9px center;
}
#header .right .bottom .informations ul li:first-child {
  padding-left: 0;
  background: none;
}
#header .right .bottom .informations ul li a {
  display: block;
  color: #929292;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
}
#header .right .bottom .informations ul li a:hover {
  text-decoration: underline;
}
#header .right .bottom .informations ul li a.active {
  color: #007653;
}
#header .right .bottom #userMenu {
  float: right;
  margin-top: 2px;
}
#header .right .bottom #userMenu ul li {
  font-size: 10px;
  line-height: 13px;
  text-align: right;
}
#header .right .bottom #userMenu ul li.mt {
  margin-top: 5px;
}
#header .right .bottom #userMenu ul li a {
  color: #9b9b9b;
  text-decoration: underline;
}
#header .right .bottom #userMenu ul li a:hover {
  text-decoration: none;
}
/*                                    TOP CATEGORIES
////////////////////////////////////////////////////////////////////////////////*/
#topCategories {
  margin-top: 18px;
  padding-bottom: 2px;
  background: url("./images/main-menu-stin.png") no-repeat center bottom;
}
#topCategories .bg {
  background: #fff;
}
#topCategories .cnt {
  width: 960px;
  margin: 0 auto;
}
#topCategories .cnt > ul {
  width: 961px;
  position: relative;
  top: -10px;
}
#topCategories .cnt > ul:before,
#topCategories .cnt > ul:after {
  content: " ";
  display: block;
}
#topCategories .cnt > ul:after {
  clear: both;
}
#topCategories .cnt > ul {
  *zoom: 1;
  clear: both;
}
#topCategories .cnt > ul > li {
  float: left;
  width: 119px;
  height: 56px;
  margin: 0 1px 1px 0;
  position: relative;
}
#topCategories .cnt > ul > li:hover > a {
  background: #004976;
}
#topCategories .cnt > ul > li > a {
  display: block;
  background: #007653;
  color: #fff;
  width: 109px;
  height: 36px;
  padding: 10px 5px;
  text-decoration: none;
}
#topCategories .cnt > ul > li > a:hover {
  text-decoration: underline;
}
#topCategories .cnt > ul > li > a.activeParent {
  height: 37px;
}
#topCategories .cnt > ul > li > a > span {
  display: table-cell;
  display: block ! IE;
  width: 109px;
  height: 36px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
}
#topCategories .cnt > ul > li > ul.container {
  display: none;
  position: absolute;
  top: 57px;
  background: #004976;
}
#topCategories .cnt > ul > li > ul.container > li.container:before,
#topCategories .cnt > ul > li > ul.container > li.container:after {
  content: " ";
  display: block;
}
#topCategories .cnt > ul > li > ul.container > li.container:after {
  clear: both;
}
#topCategories .cnt > ul > li > ul.container > li.container {
  *zoom: 1;
  clear: both;
}
#topCategories .cnt > ul > li > ul.container > li.container > ul {
  float: left;
  width: 140px;
  padding: 0 10px;
}
#topCategories .cnt > ul > li > ul.container > li.container > ul > li {
  border-top: 1px solid #326e93;
}
#topCategories .cnt > ul > li > ul.container > li.container > ul > li:first-child {
  border-top: none;
}
#topCategories .cnt > ul > li > ul.container > li.container > ul > li > a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 0;
}
#topCategories .cnt > ul > li > ul.container > li.container > ul > li > a:hover {
  text-decoration: underline;
}
#hpBoxes {
  width: 980px;
}
#hpBoxes:before,
#hpBoxes:after {
  content: " ";
  display: block;
}
#hpBoxes:after {
  clear: both;
}
#hpBoxes {
  *zoom: 1;
  clear: both;
}
#hpBoxes .box {
  float: left;
  width: 238px;
  padding-left: 67px;
  margin-right: 20px;
}
#hpBoxes .box.zazemi {
  background: url("./images/banners-ico1.png") no-repeat left 10px;
}
#hpBoxes .box.kvalita {
  background: url("./images/banners-ico2.png") no-repeat left 10px;
}
#hpBoxes .box.vyroba {
  background: url("./images/banners-ico3.png") no-repeat left 10px;
}
#hpBoxes .box h2 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #007653;
  line-height: 18px;
  font-weight: normal;
}
#hpBoxes .box p {
  font-size: 14px;
  color: #9b9b9b;
  margin: 4px 0 0 0;
}
#hpBoxes .box b {
  color: #007653;
  font-weight: normal;
}
/*                                    BANNER
////////////////////////////////////////////////////////////////////////////////*/
#bannerContainer {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
#bannerContainer.other {
  margin-top: 25px;
}
#bannerContainer.other .search {
  position: relative;
}
#banner {
  width: 960px;
  height: 259px;
  position: relative;
}
#banner .slideCont {
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
  width: 960px;
  height: 259px;
}
#banner .slideCont #slideshow {
  width: 960px;
  height: 259px;
  position: relative;
}
#banner .slideCont #slideshow span,
#banner .slideCont #slideshow a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#banner #control {
  position: absolute;
  top: 180px;
  left: 70px;
}
#banner #control #dots {
  position: relative;
  height: 10px;
  z-index: 9;
}
#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: 10px;
  height: 10px;
  background: url("./images/slider-pos.png") no-repeat;
  background-position: 0 0px;
  text-decoration: none;
  margin: 0 1px 0 0;
}
#banner #control #dots a.active {
  background-position: 0 -10px;
}
#banner #b-left {
  display: block;
  width: 26px;
  height: 20px;
  position: absolute;
  top: 110px;
  left: 0px;
  background: url("./images/slider-nav-l.png") no-repeat 0 0;
  z-index: 2;
  cursor: pointer;
}
#banner #b-left:hover {
  background-position: 0 -20px;
}
#banner #b-right {
  display: block;
  width: 26px;
  height: 20px;
  position: absolute;
  top: 110px;
  right: 0px;
  background: url("./images/slider-nav-r.png") no-repeat 0 0;
  z-index: 2;
  cursor: pointer;
}
#banner #b-right:hover {
  background-position: 0 -20px;
}
.search {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 309px;
  height: 30px;
  padding: 3px;
  border: 1px solid #9d9d9d;
  background: #fff url("./images/search-ico.png") no-repeat 9px center;
  z-index: 20;
}
.search input[type='text'] {
  margin-left: 44px;
  line-height: 16px;
  height: 16px;
  width: 175px;
  padding: 7px 10px 7px 0;
  outline: none;
  color: #9e9e9e;
  font-size: 12px;
  margin: 0 0 0 44px;
  border: none;
  background: #fff;
}
.search input[type='submit'] {
  float: right;
  height: 30px;
  line-height: 30px;
  width: 80px;
  color: #fff;
  text-transform: uppercase;
  background: #007653;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  border: none;
  outline: none;
}
.search input[type='submit']:hover {
  text-decoration: underline;
}
.search #livesearch_cont {
  display: none;
  position: absolute;
  z-index: 99;
  top: 36px;
  left: -1px;
  background: #fff;
  border: 1px solid #9d9d9d;
  width: 315px;
}
.search #livesearch_cont a {
  display: block;
  padding: 4px 15px 4px 46px;
  margin: 0px;
  color: #9e9e9e;
  font-size: 12px;
  text-decoration: underline;
}
.search #livesearch_cont a:hover {
  background: #f5f5f5;
}
/*                                    PAGE
////////////////////////////////////////////////////////////////////////////////*/
#navigation + #page {
  margin-top: 0;
}
#page {
  width: 960px;
  margin: 0 auto;
  margin-top: 18px;
}
#page:before,
#page:after {
  content: " ";
  display: block;
}
#page:after {
  clear: both;
}
#page {
  *zoom: 1;
  clear: both;
}
#page.prod {
  background: url("./images/tab-bg.jpg") no-repeat left top;
}
#articlesEnquiry {
  margin-top: 20px;
}
#articlesEnquiry:before,
#articlesEnquiry:after {
  content: " ";
  display: block;
}
#articlesEnquiry:after {
  clear: both;
}
#articlesEnquiry {
  *zoom: 1;
  clear: both;
}
#articlesEnquiry .articles {
  float: left;
  width: 640px;
  background: #fff;
  padding-bottom: 15px;
}
#articlesEnquiry .articles h2 {
  background: url("./images/tab-bg.jpg") no-repeat left top;
  line-height: 40px;
  height: 40px;
  color: #fff;
  padding-left: 20px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
#articlesEnquiry .articles .clearfix {
  padding: 0 0 0 20px;
}
#articlesEnquiry .articles .clearfix:before,
#articlesEnquiry .articles .clearfix:after {
  content: " ";
  display: block;
}
#articlesEnquiry .articles .clearfix:after {
  clear: both;
}
#articlesEnquiry .articles .clearfix {
  *zoom: 1;
  clear: both;
}
#articlesEnquiry .articles .clearfix .article {
  float: left;
  width: 190px;
  margin-right: 16px;
}
#articlesEnquiry .articles .clearfix .article a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
}
#articlesEnquiry .articles .clearfix .article a:hover {
  text-decoration: underline;
}
#articlesEnquiry .articles .clearfix .article p {
  color: #9c9c9c;
  margin: 5px 0 0 0;
}
#articlesEnquiry #anketa {
  float: right;
  width: 280px;
  background: #fff;
}
#articlesEnquiry #anketa h2 {
  background: url("./images/tab-bg.jpg") no-repeat left top;
  line-height: 40px;
  height: 40px;
  color: #fff;
  padding-left: 20px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
#articlesEnquiry #anketa #enquiry-box {
  padding: 0 20px 15px 20px;
}
#articlesEnquiry #anketa #enquiry-box p.ask {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
  color: #007653;
}
#articlesEnquiry #anketa #enquiry-box .answer {
  padding: 9px 0;
}
#articlesEnquiry #anketa #enquiry-box .answer .txt {
  margin-bottom: 4px;
  position: relative;
  padding-right: 30px;
  font-size: 14px;
  line-height: 15px;
}
#articlesEnquiry #anketa #enquiry-box .answer .txt a {
  text-decoration: none;
  color: #9c9c9c;
}
#articlesEnquiry #anketa #enquiry-box .answer .txt a:hover {
  text-decoration: underline;
}
#articlesEnquiry #anketa #enquiry-box .answer .txt span.procenta {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #007653;
  font-size: 12px;
}
#articlesEnquiry #anketa #enquiry-box .answer .pointer-bg {
  height: 4px;
  background: url("./images/anketa-line.png") repeat-x center;
  position: relative;
}
#articlesEnquiry #anketa #enquiry-box .answer .pointer-bg .pointer {
  height: 4px;
  background: #024977;
}
/*                                    SIDEBAR
////////////////////////////////////////////////////////////////////////////////*/
#sidebar {
  float: left;
  width: 245px;
}
#sidebar #categories > ul li.linked {
  display: block;
}
#sidebar #categories > ul li.linked > ul {
  display: block;
}
#sidebar #categories > ul li > ul {
  display: none;
}
#sidebar #categories > ul > li {
  display: none;
  margin-bottom: 20px;
}
#sidebar #categories > ul > li > span {
  display: block;
  width: 520px;
  text-decoration: none;
  padding-left: 20px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
#sidebar #categories > ul > li > ul {
  padding: 10px 0 10px 0;
  border-top: 1px solid #ebebeb;
}
#sidebar #categories > ul > li ul {
  background: #007653;
}
#sidebar #categories > ul > li ul li {
  padding: 0;
  position: relative;
}
#sidebar #categories > ul > li ul li.parent {
  background: url("./images/sidebar-menu-sipka.png") no-repeat 222px 8px;
}
#sidebar #categories > ul > li ul li.parent.linked {
  background: url("./images/sidebar-menu-sipka-active.png") no-repeat 222px 8px;
}
#sidebar #categories > ul > li ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  padding: 5px 30px 5px 20px;
}
#sidebar #categories > ul > li ul li a.linked {
  color: #000;
}
#sidebar #categories > ul > li ul li a:hover {
  text-decoration: underline;
}
#sidebar #categories > ul > li ul li li a {
  padding-left: 40px;
}
#sidebar #categories > ul > li ul li li li a {
  padding-left: 60px;
}
#sidebar #categories > ul > li ul li li li li a {
  padding-left: 80px;
}
#sidebar .sideArticles h2 {
  background: url("./images/tab-bg.jpg") no-repeat left top;
  line-height: 40px;
  height: 40px;
  color: #fff;
  padding-left: 20px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
#sidebar .sideArticles .cnt {
  padding: 0 20px;
}
#sidebar .sideArticles .cnt .article {
  margin-bottom: 12px;
}
#sidebar .sideArticles .cnt .article a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
}
#sidebar .sideArticles .cnt .article a:hover {
  text-decoration: underline;
}
#sidebar .sideArticles .cnt .article p {
  color: #9c9c9c;
  margin: 5px 0 0 0;
  font-size: 13px;
}
#sidebar .sideArticles a.all {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 130px;
  background: #fff;
  text-transform: uppercase;
  color: #007653;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  border: none;
  margin: 0 0 0 20px;
  padding: 0;
  outline: none;
  border: 1px solid #9d9d9d;
}
#sidebar .sideArticles a.all:hover {
  text-decoration: underline;
}
/*                                    CONTENT
////////////////////////////////////////////////////////////////////////////////*/
#content {
  float: right;
  width: 695px;
}
#content.mt {
  margin-top: 55px;
}
/*                                    NAVIGATION
////////////////////////////////////////////////////////////////////////////////*/
#navigation {
  width: 960px;
  margin: 0 auto;
  height: 20px;
  padding: 5px 0;
}
#navigation .clearfix:before,
#navigation .clearfix:after {
  content: " ";
  display: block;
}
#navigation .clearfix:after {
  clear: both;
}
#navigation .clearfix {
  *zoom: 1;
  clear: both;
}
#navigation a {
  display: block;
  float: left;
  line-height: 18px;
  height: 18px;
  color: #7c7e7b;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 0 0 14px;
  position: relative;
  font-size: 12px;
  margin-right: 6px;
  background: url("./images/breadcrumb-sipka.png") no-repeat left center;
}
#navigation a.first {
  background: url("./images/breadcrumb-ico.png") no-repeat center 2px;
  width: 20px;
  padding-left: 0;
  text-indent: -999px;
}
#navigation a.active {
  color: #121413;
}
#navigation a:hover {
  text-decoration: underline;
}
/*                                    FILTER AND CONTROL
////////////////////////////////////////////////////////////////////////////////*/
.sortContainer {
  position: relative;
  height: 30px;
  margin-top: 15px;
}
.paginate {
  height: 16px;
  padding: 7px 0 7px 0;
  position: relative;
  overflow: hidden;
  float: right;
}
.paginate .paging {
  height: 16px;
  line-height: 16px;
  position: relative;
  margin: 0 0 0 0;
}
.paginate .paging > p {
  margin: 0;
  font-size: 14px;
  padding: 0;
}
.paginate .paging > p:before,
.paginate .paging > p:after {
  content: " ";
  display: block;
}
.paginate .paging > p:after {
  clear: both;
}
.paginate .paging > p {
  *zoom: 1;
  clear: both;
}
.paginate .paging > p span,
.paginate .paging > p a {
  display: block;
  float: left;
  padding: 0 3px;
  text-align: center;
  text-decoration: none;
  color: #007653;
  line-height: 16px;
  font-size: 14px;
  margin: 0 2px;
}
.paginate .paging > p a:hover {
  text-decoration: underline;
}
.paginate .paging > p a.pg-prev,
.paginate .paging > p span.pg-prev {
  background: url("./images/paginace-sipky-l.png") no-repeat;
  background-position: 0 0;
  width: 21px;
  height: 16px;
  padding: 0;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
}
.paginate .paging > p a.pg-prev:hover,
.paginate .paging > p span.pg-prev:hover {
  background-position: 0 -16px;
}
.paginate .paging > p a.pg-prev.disabled,
.paginate .paging > p span.pg-prev.disabled {
  background-position: 0 -32px;
}
.paginate .paging > p a.pg-next,
.paginate .paging > p span.pg-next {
  background: url("./images/paginace-sipky-r.png") no-repeat;
  background-position: 0 0;
  width: 21px;
  height: 16px;
  padding: 0;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
}
.paginate .paging > p a.pg-next:hover,
.paginate .paging > p span.pg-next:hover {
  background-position: 0 -16px;
}
.paginate .paging > p a.pg-next.disabled,
.paginate .paging > p span.pg-next.disabled {
  background-position: 0 -32px;
}
.paginate .paging > p a.pg-first,
.paginate .paging > p a.pg-last {
  display: none;
}
.paginate .paging > p span {
  color: #222;
}
.paginate .paging > p span.paging_dots {
  color: #222;
}
#content .orderSort {
  margin: 0px 0 0 0;
  position: relative;
  z-index: 2;
}
#content .orderSort:before,
#content .orderSort:after {
  content: " ";
  display: block;
}
#content .orderSort:after {
  clear: both;
}
#content .orderSort {
  *zoom: 1;
  clear: both;
}
#content .orderSort .order {
  float: left;
  height: 21px;
  padding: 5px 0 4px 0;
  line-height: 21px;
}
#content .orderSort .order .container:before,
#content .orderSort .order .container:after {
  content: " ";
  display: block;
}
#content .orderSort .order .container:after {
  clear: both;
}
#content .orderSort .order .container {
  *zoom: 1;
  clear: both;
}
#content .orderSort .order .container span.label {
  display: block;
  height: 21px;
  line-height: 21px;
  float: left;
  text-align: left;
  color: #007653;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 5px;
}
#content .orderSort .order .container .options {
  float: left;
  margin-left: 5px;
}
#content .orderSort .order .container .options select {
  width: 150px;
  height: 21px;
}
#sort {
  z-index: 3;
  position: relative;
  float: left;
  margin-right: 20px;
}
#sort span.control {
  display: block;
  height: 28px;
  line-height: 28px;
  width: 145px;
  background: #fff;
  text-transform: uppercase;
  color: #007653;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: 1px solid #9d9d9d;
}
#sort span.control:hover {
  text-decoration: underline;
}
#sort span.control.active {
  background: #007653;
  border: 1px solid #007653;
  color: #fff;
}
#sort .container {
  background: #007653;
  padding: 15px 17px 15px 17px;
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 0px;
  width: 661px;
  display: none;
}
#sort .container.show {
  display: block;
}
#sort .container .filters .filterItem {
  margin: 0 0 15px 0;
}
#sort .container .filters .filterItem .filterTitle {
  padding: 0 20px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  background: url("./images/sort-line.png") repeat-x center;
}
#sort .container .filters .filterItem .filterTitle span {
  color: #000;
  background: #007653;
  padding-right: 15px;
}
#sort .container .filters .filterItem .content {
  margin: 3px 0 0 0;
}
#sort .container .filters .filterItem .content select {
  width: 155px;
}
#sort .container .filters .filterItem .content ul:before,
#sort .container .filters .filterItem .content ul:after {
  content: " ";
  display: block;
}
#sort .container .filters .filterItem .content ul:after {
  clear: both;
}
#sort .container .filters .filterItem .content ul {
  *zoom: 1;
  clear: both;
}
#sort .container .filters .filterItem .content ul li {
  float: left;
  color: #fff;
  margin: 0 0 7px 10px;
}
#sort .container .filters .filterItem .content ul li input[type='checkbox'] {
  vertical-align: middle;
}
#sort .container input[type='submit'] {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 95px;
  background: #fff;
  text-transform: uppercase;
  color: #007653;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
}
#sort .container input[type='submit']:hover {
  text-decoration: underline;
}
/*                                    PRODUCTS
////////////////////////////////////////////////////////////////////////////////*/
.products {
  width: 705px;
  margin: 20px 0 0 0;
}
.products:before,
.products:after {
  content: " ";
  display: block;
}
.products:after {
  clear: both;
}
.products {
  *zoom: 1;
  clear: both;
}
.products .product {
  float: left;
  width: 225px;
  height: 350px;
  margin: 0px 10px 35px 0;
}
.products .product .upper {
  width: 199px;
  height: 308px;
  border: 1px solid #dcdcdc;
  padding: 0 12px;
}
.products .product .upper:hover {
  border: 1px solid #00774f;
}
.products .product .upper .title {
  height: 40px;
  position: relative;
  overflow: hidden;
  margin-top: 7px;
}
.products .product .upper .title a {
  display: block;
  text-transform: uppercase;
  color: #007653;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}
.products .product .upper .title a:hover {
  text-decoration: underline;
}
.products .product .upper .img {
  width: 199px;
  height: 145px;
  font-size: 100%;
  line-height: 142px;
  text-align: center;
  margin-top: 7px;
}
.products .product .upper .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.products .product .upper p.perex {
  font-size: 12px;
  color: #9b9b9b;
  line-height: 15px;
  text-align: center;
  height: 30px;
  margin: 7px 0 0 0;
}
.products .product .upper .rows {
  margin-top: 7px;
  border-top: 1px solid #9d9d9d;
  padding-top: 5px;
}
.products .product .upper .rows .row {
  font-size: 12px;
  line-height: 15px;
  margin-top: 2px;
}
.products .product .upper .rows .row:before,
.products .product .upper .rows .row:after {
  content: " ";
  display: block;
}
.products .product .upper .rows .row:after {
  clear: both;
}
.products .product .upper .rows .row {
  *zoom: 1;
  clear: both;
}
.products .product .upper .rows .row span.key {
  display: block;
  float: left;
  color: #9d9d9d;
}
.products .product .upper .rows .row span.value {
  display: block;
  float: right;
  color: #007653;
}
.products .product .upper .rows .row span.value span.availability {
  color: #9d9d9d;
}
.products .product .lower {
  padding-left: 13px;
  margin-top: 9px;
}
.products .product .lower:before,
.products .product .lower:after {
  content: " ";
  display: block;
}
.products .product .lower:after {
  clear: both;
}
.products .product .lower {
  *zoom: 1;
  clear: both;
}
.products .product .lower .left {
  float: left;
}
.products .product .lower .left span.priceVat {
  display: block;
  font-size: 18px;
  color: #007653;
  line-height: 20px;
}
.products .product .lower .left span.small {
  display: block;
  font-size: 10px;
  line-height: 10px;
  color: #9b9b9b;
}
.products .product .lower .buyButton {
  float: right;
  width: 98px;
}
.products .product .lower .buyButton a {
  display: block;
  width: 56px;
  height: 28px;
  line-height: 28px;
  text-align: left;
  padding-left: 40px;
  border: 1px solid #9d9d9d;
  font-size: 12px;
  color: #007653;
  text-transform: uppercase;
  text-decoration: none;
  background: url("./images/cart-ico.png") no-repeat 9px 5px;
}
.products .product .lower .buyButton a:hover {
  border: 1px solid #004976;
  background-color: #004976;
  background-image: url("./images/cart-ico2.png");
  color: #fff;
  text-decoration: underline;
}
span.left-arrow-container {
  width: 21px;
  height: 16px;
  display: block;
  position: absolute;
  top: 12px;
  right: 40px;
}
span.left-arrow {
  display: block;
  width: 21px;
  height: 16px;
  background: url("./images/sipky-l.png") no-repeat 0 0;
  cursor: pointer;
}
span.left-arrow:hover {
  background-position: 0 -16px;
}
span.left-arrow.disabled {
  background-position: 0 -32px;
  cursor: default;
}
span.right-arrow-container {
  width: 21px;
  height: 16px;
  display: block;
  position: absolute;
  top: 12px;
  right: 10px;
}
span.right-arrow {
  display: block;
  width: 21px;
  height: 16px;
  background: url("./images/sipky-r.png") no-repeat 0 0;
  cursor: pointer;
}
span.right-arrow:hover {
  background-position: 0 -16px;
}
span.right-arrow.disabled {
  background-position: 0 -32px;
  cursor: default;
}
.signContainer {
  position: relative;
  margin-top: 20px;
  padding-bottom: 10px;
}
.signContainer .products {
  width: 980px;
  margin: 15px auto 0 auto;
}
.signContainer .products:before,
.signContainer .products:after {
  content: " ";
  display: block;
}
.signContainer .products:after {
  clear: both;
}
.signContainer .products {
  *zoom: 1;
  clear: both;
}
.signContainer .products .innerContainer {
  width: 960px;
  overflow: hidden;
  position: relative;
}
.signContainer .products .innerContainer .sliderContainer {
  width: 99999px;
}
.signContainer .products .innerContainer .sliderContainer:before,
.signContainer .products .innerContainer .sliderContainer:after {
  content: " ";
  display: block;
}
.signContainer .products .innerContainer .sliderContainer:after {
  clear: both;
}
.signContainer .products .innerContainer .sliderContainer {
  *zoom: 1;
  clear: both;
}
.signContainer .products .product {
  margin: 0 20px 0 0;
}
/*                                    PRODUCT HEADER
////////////////////////////////////////////////////////////////////////////////*/
h1.product {
  margin: 0;
  color: #007653;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
}
#productHeader {
  margin-top: 20px;
}
#productHeader:before,
#productHeader:after {
  content: " ";
  display: block;
}
#productHeader:after {
  clear: both;
}
#productHeader {
  *zoom: 1;
  clear: both;
}
#productHeader .left {
  float: left;
  width: 285px;
}
#productHeader .left .topImg {
  text-align: center;
  position: relative;
  text-align: center;
  padding: 15px;
  background: #fff;
}
#productHeader .left .topImg img {
  max-width: 100%;
  max-height: 100%;
}
#productHeader .left #smallImages {
  margin-top: 5px;
  padding-top: 1px;
}
#productHeader .left #smallImages:before,
#productHeader .left #smallImages:after {
  content: " ";
  display: block;
}
#productHeader .left #smallImages:after {
  clear: both;
}
#productHeader .left #smallImages {
  *zoom: 1;
  clear: both;
}
#productHeader .left #smallImages .image {
  width: 48px;
  height: 48px;
  border: 1px solid #dcdcdc;
  background: #fff;
  float: left;
  margin: 0 5px 5px 0;
}
#productHeader .left #smallImages .image a {
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 45px;
  font-size: 100%;
}
#productHeader .left #smallImages .image a img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
#productHeader .right {
  float: right;
  width: 370px;
  position: relative;
}
#productHeader .right p.perex {
  color: #565857;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 0 0;
}
#productHeader .right .tableContainer {
  margin-top: 15px;
  border-top: 1px solid #9c9e9d;
  padding-top: 13px;
}
#productHeader .right .tableContainer > table {
  width: 100%;
}
#productHeader .right .tableContainer > table td {
  padding: 0 5px 0 0;
  width: 50%;
}
#productHeader .right .tableContainer > table td.key {
  text-align: left;
  font-size: 12px;
  color: #9b9d9c;
}
#productHeader .right .tableContainer > table td.value {
  text-align: left;
  font-size: 14px;
  color: #565857;
}
#productHeader .right .tableContainer > table td.value span.availability.green {
  color: #013121;
}
#productHeader .right .tableContainer > table td.priceVatNot {
  color: #007653;
}
#productHeader .right .tableContainer > table td.priceVat {
  color: #007653;
  font-size: 18px;
}
#productHeader .right .tableContainer > table td.pt {
  padding-top: 15px;
}
#productHeader .right .buyBox {
  height: 40px;
  margin-top: 10px;
}
#productHeader .right .buyBox:before,
#productHeader .right .buyBox:after {
  content: " ";
  display: block;
}
#productHeader .right .buyBox:after {
  clear: both;
}
#productHeader .right .buyBox {
  *zoom: 1;
  clear: both;
}
#productHeader .right .buyBox span.quantity {
  float: left;
  width: 56px;
  height: 38px;
  border-top: 1px solid #9d9d9d;
  border-left: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
  border-right: none;
  line-height: 38px;
  color: #565857;
  background: #fff;
}
#productHeader .right .buyBox span.quantity input[type='text'] {
  width: 28px;
  height: 16px;
  line-height: 16px;
  padding: 11px 0;
  text-align: center;
  color: #565857;
  background: #fff;
  font-size: 14px;
  border: none;
  outline: none;
}
#productHeader .right .buyBox span.button {
  float: left;
  width: 313px;
}
#productHeader .right .buyBox span.button a {
  display: block;
  width: 163px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #9d9d9d;
  color: #007653;
  background: url("./images/header-cart.png") no-repeat 107px center;
  padding-left: 148px;
  text-align: left;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
#productHeader .right .buyBox span.button a:hover {
  text-decoration: underline;
}
ul#bookmarks-control {
  display: none;
  height: 29px;
  margin-top: 24px;
  border-bottom: 1px solid #9c9e9d;
}
ul#bookmarks-control:before,
ul#bookmarks-control:after {
  content: " ";
  display: block;
}
ul#bookmarks-control:after {
  clear: both;
}
ul#bookmarks-control {
  *zoom: 1;
  clear: both;
}
ul#bookmarks-control li {
  float: left;
  border-top: 1px solid #9c9e9d;
  border-right: 1px solid #9c9e9d;
  border-left: 1px solid #9c9e9d;
  border-bottom: none;
}
ul#bookmarks-control li.active {
  border-top: 1px solid #007653;
  border-right: 1px solid #007653;
  border-left: 1px solid #007653;
}
ul#bookmarks-control li.active span {
  color: #fff;
  background: #007653;
}
ul#bookmarks-control li span {
  display: block;
  line-height: 29px;
  color: #565857;
  text-transform: uppercase;
  padding: 0 8px;
  cursor: pointer;
}
ul#bookmarks-control li span:hover {
  text-decoration: underline;
}
#bookmarks-content .bookmark {
  margin-top: 20px;
}
#description {
  margin: 0 0 0 0;
}
#files {
  margin: 0 0 0 0;
}
#files ul {
  margin-top: 2px;
}
#files ul li {
  padding: 1px 0;
}
#files ul li a {
  padding-left: 20px;
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
  color: #565857;
  background: url("./images/file-ico.png") no-repeat left center;
}
#files ul li a:hover {
  text-decoration: none;
}
#description {
  margin: 10px 0 8px 0;
  padding: 0;
}
#description #params {
  margin: 10px 0 0 0;
}
#description #params > table {
  width: 100%;
}
#description #params > table tr:nth-child(2n) td {
  background: #f8f8f8;
}
#description #params > table tr td {
  padding: 5px 20px;
  text-align: left;
  background: #efefef;
}
#description #params > table tr td.key {
  color: #575757;
  font-size: 12px;
  width: 40%;
}
#description #params > table tr td.value {
  color: #595959;
  font-size: 14px;
  width: 60%;
}
/*                                    DESCRIPTION
////////////////////////////////////////////////////////////////////////////////*/
h2.lower {
  padding: 0 0 10px 0px;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #2669c2;
  text-transform: uppercase;
  border-bottom: 1px solid #2669c2;
}
h2.lower a,
h2.lower span {
  color: #0351a3;
  text-decoration: none;
}
.lowerProducts .signContainer {
  width: 695px;
}
.lowerProducts .signContainer .products {
  width: 705px;
}
.lowerProducts .signContainer .products .innerContainer {
  width: 695px;
  margin: 0;
}
.lowerProducts .signContainer .products .product {
  margin-right: 10px;
}
/*                                    BASKET
////////////////////////////////////////////////////////////////////////////////*/
div#basket h2.basket {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background: url("./images/tab-bg.jpg") no-repeat 0 0;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
  padding: 0 0 0 20px;
  margin: 0;
}
div#basket .progress {
  height: 56px;
  margin-bottom: 20px;
}
div#basket .progress:before,
div#basket .progress:after {
  content: " ";
  display: block;
}
div#basket .progress:after {
  clear: both;
}
div#basket .progress {
  *zoom: 1;
  clear: both;
}
div#basket .progress .step {
  float: left;
  width: 155px;
  height: 56px;
  line-height: 56px;
  padding-left: 70px;
  margin-right: 20px;
  text-align: left;
  color: #fff;
  background-color: #9d9d9d;
  background-repeat: no-repeat;
  background-position: 20px 13px;
  text-transform: uppercase;
}
div#basket .progress .step.active {
  background-color: #004976;
}
div#basket .progress .step.done {
  background-color: #007653;
}
div#basket .progress .step > a,
div#basket .progress .step > span {
  text-decoration: none;
  color: #fff;
}
div#basket .progress .step1 {
  background-image: url("./images/cart-step1-b.png");
}
div#basket .progress .step1.active,
div#basket .progress .step1.done {
  background-image: url("./images/cart-step1-a.png");
}
div#basket .progress .step2 {
  background-image: url("./images/cart-step2-b.png");
}
div#basket .progress .step2.active,
div#basket .progress .step2.done {
  background-image: url("./images/cart-step2-a.png");
}
div#basket .progress .step3 {
  background-image: url("./images/cart-step3-b.png");
}
div#basket .progress .step3.active,
div#basket .progress .step3.done {
  background-image: url("./images/cart-step3-a.png");
}
div#basket .progress .step4 {
  background-image: url("./images/cart-step4-b.png");
  margin-right: 0;
}
div#basket .progress .step4.active,
div#basket .progress .step4.done {
  background-image: url("./images/cart-step4-a.png");
}
div#basket .tableContainer {
  margin-top: 0;
  padding: 0;
}
div#basket table {
  width: 100%;
  border-collapse: separate;
  text-align: left;
  margin-top: 0;
}
div#basket table tr th {
  padding: 7px 0;
  color: #222 !important;
  font-size: 12px !important;
  font-weight: normal;
}
div#basket table tr th.bold {
  font-weight: bold;
  text-transform: uppercase;
}
div#basket table tr th.itm {
  text-align: left;
}
div#basket table tr td {
  padding: 3px 5px;
  font-size: 12px;
  color: #262729;
  vertical-align: middle;
  border-top: 1px solid #7f8180;
  border-bottom: 1px solid #7f8180;
}
div#basket table tr th.image,
div#basket table tr td.image {
  text-align: left;
}
div#basket table tr th.image a,
div#basket table tr td.image a,
div#basket table tr th.image span.notAhref,
div#basket table tr td.image span.notAhref {
  display: block;
  width: 48px;
  padding: 3px 0;
  text-align: center;
  font-size: 100%;
}
div#basket table tr th.image a img,
div#basket table tr td.image a img,
div#basket table tr th.image span.notAhref img,
div#basket table tr td.image span.notAhref img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
div#basket table tr th.name,
div#basket table tr td.name {
  text-align: left;
  padding-left: 10px;
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
}
div#basket table tr th.name a,
div#basket table tr td.name a {
  text-decoration: none;
  font-size: 16px;
  color: #222;
}
div#basket table tr th.name a:hover,
div#basket table tr td.name a:hover {
  text-decoration: underline;
}
div#basket table tr th.availability,
div#basket table tr td.availability {
  padding: 0 10px;
}
div#basket table tr th.availability span.availability,
div#basket table tr td.availability span.availability {
  color: #222;
  font-size: 15px;
}
div#basket table tr th.availability span.availability.green,
div#basket table tr td.availability span.availability.green {
  color: #013121;
}
div#basket table tr th.quantity,
div#basket table tr td.quantity {
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
div#basket table tr th.quantity input[type="text"],
div#basket table tr td.quantity input[type="text"] {
  background: none;
  width: 20px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  padding: 5px 3px;
  text-align: center;
  color: #fff;
  border: none;
  background: #585858;
  outline: none;
  color: #fff;
}
div#basket table tr th.quantity span,
div#basket table tr td.quantity span {
  font-size: 16px;
  color: #222;
}
div#basket table tr th.price,
div#basket table tr td.price {
  padding: 0 10px;
  color: #007653;
  font-size: 18px;
}
div#basket table tr th.price span,
div#basket table tr td.price span {
  font-size: 18px;
}
div#basket table tr td.del {
  border-right: 1px solid #7f8180;
}
div#basket table tr th.del,
div#basket table tr td.del {
  text-align: right;
  padding-right: 8px;
}
div#basket table tr th.del a,
div#basket table tr td.del a {
  display: block;
  height: 14px;
}
div#basket table tr td.first {
  padding-left: 6px;
  border-left: 1px solid #7f8180;
}
div#basket table tr td.last {
  padding-right: 6px;
  border-right: 1px solid #7f8180;
}
div#basket table tr.info td {
  padding-top: 10px;
  padding-bottom: 10px;
}
div#basket table tr.spacer td {
  border: none;
  padding: 2px 0;
  line-height: 1px;
  font-size: 1px;
}
div#basket table.recapitulation th.price,
div#basket table.recapitulation td.price {
  text-align: right;
}
div#basket table.recapitulation tr.totalPrice td {
  padding-right: 0;
}
div#basket .prices {
  margin-top: 4px;
  background: #ececec;
  padding: 10px 0 7px 0;
}
div#basket .prices:before,
div#basket .prices:after {
  content: " ";
  display: block;
}
div#basket .prices:after {
  clear: both;
}
div#basket .prices {
  *zoom: 1;
  clear: both;
}
div#basket .prices .priceVat,
div#basket .prices .priceVatNot {
  height: 18px;
}
div#basket .prices .priceVat span.title,
div#basket .prices .priceVatNot span.title {
  float: right;
  display: block;
  color: #575757;
  line-height: 18px;
  font-size: 12px;
  width: 140px;
}
div#basket .prices .priceVat span.price,
div#basket .prices .priceVatNot span.price {
  float: right;
  display: block;
  line-height: 18px;
  text-align: left;
  font-size: 18px;
  color: #007653;
  margin-right: 15px;
  width: 100px;
}
div#basket .prices .priceVatNot span.title {
  color: #9f9f9f;
}
div#basket .prices .priceVatNot span.price {
  color: #9f9f9f;
  font-size: 12px;
}
div#basket .recount {
  margin-top: 5px;
}
div#basket .recount:before,
div#basket .recount:after {
  content: " ";
  display: block;
}
div#basket .recount:after {
  clear: both;
}
div#basket .recount {
  *zoom: 1;
  clear: both;
}
div#basket .recount input[type='submit'] {
  float: right;
  background: #fff url("./images/prepocitat-ico.png") no-repeat 17px center;
  width: 138px;
  height: 30px;
  padding: 0 0 0 37px;
  border: 1px solid #9d9d9d;
  outline: none;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  color: #007653;
  text-transform: uppercase;
  text-decoration: none;
}
div#basket .recount input[type='submit']:hover {
  text-decoration: underline;
}
div#basket .shipPay {
  position: relative;
  padding-bottom: 160px;
  margin-top: 35px;
  width: 980px;
}
div#basket .shipPay:before,
div#basket .shipPay:after {
  content: " ";
  display: block;
}
div#basket .shipPay:after {
  clear: both;
}
div#basket .shipPay {
  *zoom: 1;
  clear: both;
}
div#basket .shipPay legend {
  display: none;
}
div#basket .shipPay ul.errors {
  position: absolutef;
  bottom: 0;
  left: 0;
}
div#basket .shipPay p.radio {
  position: relative;
  float: left;
  width: 470px;
  margin: 0 20px 0 0;
  padding: 0 0 0 0;
}
div#basket .shipPay p.radio label {
  display: block;
  vertical-align: middle;
  line-height: 24px;
  margin: 0 10px 0 14px;
  color: #222;
}
div#basket .shipPay p.radio label input {
  margin: 0 3px 0 0;
  vertical-align: middle;
}
div#basket .shipPay p.radio br {
  display: none;
}
div#basket .shipPay label[for='id_shipping'],
div#basket .shipPay label[for='id_payment'],
div#basket .shipPay label.required {
  display: block !important;
  margin: 0 0 10px 0 !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: normal;
  background: url("./images/tab-bg.jpg") no-repeat 0 0;
  line-height: 40px !important;
  height: 40px;
  text-transform: uppercase;
  padding: 0 0 0 20px;
}
div#basket .shipPay p.cupon {
  clear: both;
  width: 470px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 132px;
  margin: 0;
}
div#basket .shipPay p.cupon label[for='sale_code'],
div#basket .shipPay p.cupon label.optional {
  display: block !important;
  margin: 0 0 10px 0 !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: normal;
  background: url("./images/tab-bg.jpg") no-repeat 0 0;
  line-height: 40px !important;
  height: 40px;
  text-transform: uppercase;
  padding: 0 0 0 20px;
}
div#basket .shipPay p.cupon input[type='text'] {
  margin-left: 20px;
  width: 328px;
  height: 16px;
  line-height: 16px;
  padding: 8px 5px;
  background: #fff;
  color: #222;
  outline: none;
  border: 1px solid #9d9d9d;
}
div#basket .shipPay .notice {
  width: 470px;
  height: 132px;
  position: absolute;
  bottom: 0;
  right: 20px;
}
div#basket .shipPay .notice p {
  margin: 0;
}
div#basket .shipPay .notice legend {
  display: none;
}
div#basket .shipPay .notice label {
  display: block !important;
  margin: 0 0 10px 0 !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: normal;
  background: url("./images/tab-bg.jpg") no-repeat 0 0;
  line-height: 40px !important;
  height: 40px;
  text-transform: uppercase;
  padding: 0 0 0 20px;
}
div#basket .shipPay .notice textarea {
  border: 1px solid #9d9d9d;
  padding: 5px;
  margin-left: 20px;
  width: 328px;
  height: 66px;
  color: #222;
  background: #fff;
  outline: none;
}
div#basket .priceBox {
  position: relative;
  margin-top: 50px;
}
div#basket .priceBox span.title {
  position: absolute;
  top: -25px;
  left: 0px;
  font-size: 14px;
}
div#basket .priceBox table {
  width: auto;
}
div#basket .priceBox table td.key,
div#basket .priceBox table td.value {
  padding: 5px 20px;
  border-bottom: 1px solid #ececec;
}
div#basket .priceBox table td.value {
  text-align: right;
}
div#basket .priceBox table td.value span.priceVat {
  font-size: 16px;
}
div#basket .next {
  margin-top: 15px;
  padding-right: 0;
}
div#basket .next:before,
div#basket .next:after {
  content: " ";
  display: block;
}
div#basket .next:after {
  clear: both;
}
div#basket .next {
  *zoom: 1;
  clear: both;
}
div#basket .next p {
  margin: 0;
}
div#basket input[id='submit_next'] {
  float: right;
  height: 40px;
  line-height: 40px;
  width: 185px;
  background: url("./images/cart-pokracovat.jpg") no-repeat 0 0;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0 0 0 16px;
  outline: none;
  border: none;
}
div#basket input[id='submit_next']:hover {
  text-decoration: underline;
}
div#basket #button_recapitulation {
  margin-top: 5px;
}
div#basket #button_recapitulation:before,
div#basket #button_recapitulation:after {
  content: " ";
  display: block;
}
div#basket #button_recapitulation:after {
  clear: both;
}
div#basket #button_recapitulation {
  *zoom: 1;
  clear: both;
}
div#basket #button_recapitulation p {
  margin: 0;
}
div#basket #button_recapitulation input[type='submit'] {
  float: right;
  height: 40px;
  line-height: 40px;
  width: 185px;
  background: url("./images/cart-pokracovat.jpg") no-repeat 0 0;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0 0 0 16px;
  outline: none;
  border: none;
}
div#basket #button_recapitulation input[type='submit']:hover {
  text-decoration: underline;
}
div#basket #basket_customer {
  position: relative;
}
div#basket #basket_customer:before,
div#basket #basket_customer:after {
  content: " ";
  display: block;
}
div#basket #basket_customer:after {
  clear: both;
}
div#basket #basket_customer {
  *zoom: 1;
  clear: both;
}
div#basket #basket_customer legend {
  display: none;
}
div#basket #basket_customer #customer_login {
  position: relative;
  padding: 0;
  float: left;
  width: 470px;
  margin-right: 20px;
}
div#basket #basket_customer #customer_login ul.basket_registrace {
  padding: 0;
  padding-left: 14px;
}
div#basket #basket_customer #customer_login ul.basket_registrace:before,
div#basket #basket_customer #customer_login ul.basket_registrace:after {
  content: " ";
  display: block;
}
div#basket #basket_customer #customer_login ul.basket_registrace:after {
  clear: both;
}
div#basket #basket_customer #customer_login ul.basket_registrace {
  *zoom: 1;
  clear: both;
}
div#basket #basket_customer #customer_login ul.basket_registrace li {
  float: left;
  padding: 0 5px;
  line-height: 15px;
  font-size: 14px;
  border-left: 1px solid #6d6d6d;
}
div#basket #basket_customer #customer_login ul.basket_registrace li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
div#basket #basket_customer #customer_login ul.basket_registrace li a {
  color: orange_color;
}
div#basket #basket_customer #customer_login ul.basket_registrace li a:hover {
  text-decoration: none;
}
div#basket #basket_customer #customer_login fieldset:before,
div#basket #basket_customer #customer_login fieldset:after {
  content: " ";
  display: block;
}
div#basket #basket_customer #customer_login fieldset:after {
  clear: both;
}
div#basket #basket_customer #customer_login fieldset {
  *zoom: 1;
  clear: both;
}
div#basket #basket_customer #customer_login fieldset .fl {
  margin: 0 0 0 20px;
}
div#basket #basket_customer #customer_login fieldset .fl p {
  padding: 4px 0 4px 0;
  margin: 0;
}
div#basket #basket_customer #customer_login fieldset .fl p label {
  width: 140px;
  color: #222;
}
div#basket #basket_customer #customer_login .loginSubmit {
  padding-left: 14px;
}
div#basket #basket_customer #customer_login .loginSubmit input[type='submit'] {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 78px;
  background: #fff;
  text-transform: uppercase;
  color: #007653;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: 1px solid #9d9d9d;
}
div#basket #basket_customer #customer_login .loginSubmit input[type='submit']:hover {
  text-decoration: underline;
}
div#basket #basket_customer #customer_withoutReg {
  padding: 0;
  float: left;
  width: 470px;
}
div#basket #basket_customer #customer_withoutReg > form > p {
  margin: 5px 0;
}
div#basket #basket_customer #customer_withoutReg > form > p label[for='newsletter'] {
  width: auto;
}
div#basket #basket_customer #customer_withoutReg fieldset:before,
div#basket #basket_customer #customer_withoutReg fieldset:after {
  content: " ";
  display: block;
}
div#basket #basket_customer #customer_withoutReg fieldset:after {
  clear: both;
}
div#basket #basket_customer #customer_withoutReg fieldset {
  *zoom: 1;
  clear: both;
}
div#basket #basket_customer #customer_withoutReg fieldset .fl {
  margin: 0 80px 0 20px;
  float: left;
}
div#basket #basket_customer #customer_withoutReg fieldset .fl p {
  padding: 4px 0 4px 0;
  margin: 0;
}
div#basket #basket_customer #customer_withoutReg fieldset .fl p label {
  width: 140px;
  color: #222;
}
div#basket #basket_customer #customer_withoutReg fieldset .toCompany {
  clear: both;
  padding: 15px 0;
}
div#basket #basket_customer #customer_withoutReg fieldset .toCompany .companyBg {
  padding: 0;
}
div#basket #basket_customer #customer_withoutReg fieldset .toCompany .companyBg span.control {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background: #9d9d9d;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}
div#basket #basket_customer #customer_withoutReg fieldset .toCompany .companyBg .companyContainer {
  padding: 0;
}
div#basket #basket_customer #customer_withoutReg fieldset .toCompany .companyBg .companyContainer:before,
div#basket #basket_customer #customer_withoutReg fieldset .toCompany .companyBg .companyContainer:after {
  content: " ";
  display: block;
}
div#basket #basket_customer #customer_withoutReg fieldset .toCompany .companyBg .companyContainer:after {
  clear: both;
}
div#basket #basket_customer #customer_withoutReg fieldset .toCompany .companyBg .companyContainer {
  *zoom: 1;
  clear: both;
}
div#basket #basket_customer #customer_withoutReg label[for='custom_delivery'],
div#basket #basket_customer #customer_withoutReg p.podminky {
  margin-left: 14px;
}
div#basket #basket_customer #customer_withoutReg .buttonPanel {
  margin-top: 5px;
  padding-left: 14px;
}
div#basket #basket_customer #customer_withoutReg .buttonPanel:before,
div#basket #basket_customer #customer_withoutReg .buttonPanel:after {
  content: " ";
  display: block;
}
div#basket #basket_customer #customer_withoutReg .buttonPanel:after {
  clear: both;
}
div#basket #basket_customer #customer_withoutReg .buttonPanel {
  *zoom: 1;
  clear: both;
}
div#basket #basket_customer #customer_withoutReg .buttonPanel p {
  margin: 0;
}
div#basket #basket_customer h2 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background: url("./images/tab-bg.jpg") no-repeat 0 0;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}
div#basket #poznamka {
  margin-top: 20px;
  width: 470px;
}
div#basket #poznamka h2 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background: url("./images/tab-bg.jpg") no-repeat 0 0;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
  padding: 0 0 0 20px;
  margin: 0 0 5px 0;
}
div#basket #poznamka .textPage p {
  padding: 0 20px;
  margin-top: 7px;
  font-size: 15px;
}
div#basket #udaje {
  margin-top: 30px;
}
div#basket #udaje:before,
div#basket #udaje:after {
  content: " ";
  display: block;
}
div#basket #udaje:after {
  clear: both;
}
div#basket #udaje {
  *zoom: 1;
  clear: both;
}
div#basket #udaje #udaje_left {
  float: left;
  width: 470px;
  position: relative;
}
div#basket #udaje #udaje_right {
  float: right;
  width: 470px;
  position: relative;
}
div#basket #udaje h3 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background: url("./images/tab-bg.jpg") no-repeat 0 0;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
  padding: 0 0 0 20px;
  margin: 0 0 5px 0;
}
div#basket #udaje table {
  width: 100%;
  margin: 0 20px;
}
div#basket #udaje table tr {
  border: none;
}
div#basket #udaje table tr th {
  padding: 0 0 10px 0;
  text-align: left;
}
div#basket #udaje table tr td {
  padding: 5px 15px 5px 0;
  font-weight: normal;
  border: none;
  color: #595959;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
div#basket #udaje table tr td.dis-label {
  color: #595959;
}
div#basket #udaje table tr div.dis-input {
  padding: 0 10px;
}
div#basket h2.finish {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background: url("./images/tab-bg.jpg") no-repeat 0 0;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}
div#basket #basket_finish {
  padding: 0 0 0 120px;
  margin-top: 15px;
  min-height: 74px;
  background: url("./images/cart-hotovo.png") no-repeat 13px top;
}
div#basket #basket_finish .textPage > p {
  margin: 0;
  color: #222;
  font-size: 15px;
}
div#basket #basket_finish p,
div#basket #basket_finish ul {
  width: 250px;
}
div#basket .finishHref {
  margin-top: 15px;
}
/*                                    STYLED FORM
////////////////////////////////////////////////////////////////////////////////*/
.styled_form input[type='text'],
.styled_form input[type='password'] {
  border: none;
  outline: none;
  width: 200px;
  padding: 7px 5px;
  line-height: 16px;
  height: 16px;
  display: block;
  background: #fff;
  border: 1px solid #9c9e9d;
}
.styled_form select {
  border: 1px solid #9c9e9d;
  width: 200px;
  padding: 0 5px;
  line-height: 22px;
  height: 22px;
  display: block;
}
.styled_form textarea {
  padding: 5px;
  border: 1px solid #9c9e9d;
  display: block;
  background: #fff;
}
.styled_form input[type='checkbox'] {
  vertical-align: middle;
}
.styled_form label {
  line-height: 32px;
  font-size: 15px;
  color: #222;
}
.styled_form label[for='custom_delivery'],
.styled_form label[for='f-op'] {
  width: auto;
  margin: 0;
}
.styled_form br {
  display: none;
}
.styled_form legend {
  display: none;
}
.styled_form input[type='submit'] {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 110px;
  background: #fff;
  text-transform: uppercase;
  color: #007653;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: 1px solid #9d9d9d;
}
.styled_form input[type='submit']:hover {
  text-decoration: underline;
}
.styled_form.inline label {
  display: inline-block;
  width: 140px;
}
.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'],
.styled_form.inline label[for='send_mail'],
.styled_form.inline label[for='newsletter'] {
  width: auto;
  color: #222;
}
/*                                    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;
}
/*                                    USER ORDERS
////////////////////////////////////////////////////////////////////////////////*/
#customer_orders {
  padding-bottom: 5px;
}
#customer_orders h2.title {
  margin-bottom: 25px;
}
#customer_orders .order {
  margin-top: 10px;
}
#customer_orders .order:hover .table {
  background: #006a4b;
}
#customer_orders .order.active .table {
  background: #006a4b;
}
#customer_orders .order.active .contentContainer {
  display: block;
}
#customer_orders .order .table {
  padding: 5px 20px 5px 20px;
  background: #007653;
  cursor: pointer;
}
#customer_orders .order .table table {
  width: 100%;
}
#customer_orders .order .table table td {
  height: 50px;
  vertical-align: middle;
  border: none;
  color: #fff;
  text-align: left;
  font-size: 14px;
  padding-right: 20px;
}
#customer_orders .order .table table td.code {
  font-size: 16px;
}
#customer_orders .order .contentContainer {
  display: none;
  padding: 20px 25px 15px 25px;
  border-right: 2px solid #006a4b;
  border-bottom: 2px solid #006a4b;
  border-left: 2px solid #006a4b;
  background: #fff;
}
#customer_orders .order .contentContainer .info:before,
#customer_orders .order .contentContainer .info:after {
  content: " ";
  display: block;
}
#customer_orders .order .contentContainer .info:after {
  clear: both;
}
#customer_orders .order .contentContainer .info {
  *zoom: 1;
  clear: both;
}
#customer_orders .order .contentContainer .info .left {
  float: left;
  width: 280px;
}
#customer_orders .order .contentContainer .info .right {
  float: left;
  width: 280px;
}
#customer_orders .order .contentContainer .info .row {
  padding: 2px 0;
}
#customer_orders .order .contentContainer .info .row:before,
#customer_orders .order .contentContainer .info .row:after {
  content: " ";
  display: block;
}
#customer_orders .order .contentContainer .info .row:after {
  clear: both;
}
#customer_orders .order .contentContainer .info .row {
  *zoom: 1;
  clear: both;
}
#customer_orders .order .contentContainer .info .row span.key {
  display: block;
  float: left;
  width: 112px;
  line-height: 20px;
  color: #000;
}
#customer_orders .order .contentContainer .info .row span.value {
  display: block;
  float: left;
  font-size: 16px;
  color: #007653;
  line-height: 20px;
}
#customer_orders .order .contentContainer .parts {
  margin-top: 17px;
  padding-top: 12px;
}
#customer_orders .order .contentContainer .parts table {
  width: 100%;
}
#customer_orders .order .contentContainer .parts table th {
  text-align: left;
  color: #000;
  font-weight: normal;
  padding: 3px 5px 3px 5px;
  border: 1px solid #494949;
  vertical-align: middle;
}
#customer_orders .order .contentContainer .parts table th.first {
  padding-left: 0;
}
#customer_orders .order .contentContainer .parts table th.last {
  padding-right: 0;
}
#customer_orders .order .contentContainer .parts table td {
  font-size: 15px;
  color: #000;
  padding: 7px 5px;
  border: 1px solid #494949;
}
#customer_orders .order .contentContainer .parts table td.blue {
  color: #00ad6b;
}
#customer_orders .order .contentContainer .parts table td.first {
  padding-left: 0;
}
#customer_orders .order .contentContainer .parts table td.last {
  padding-right: 0;
}
#customer_orders .order .contentContainer .parts table td.code {
  font-size: 15px;
}
#customer_orders .order .contentContainer .parts table .name {
  padding-right: 15px;
}
#customer_orders .order .contentContainer .bottomButtons {
  margin-top: 10px;
}
#customer_orders .order .contentContainer .bottomButtons:before,
#customer_orders .order .contentContainer .bottomButtons:after {
  content: " ";
  display: block;
}
#customer_orders .order .contentContainer .bottomButtons:after {
  clear: both;
}
#customer_orders .order .contentContainer .bottomButtons {
  *zoom: 1;
  clear: both;
}
#customer_orders .order .contentContainer .bottomButtons a.addProducts,
#customer_orders .order .contentContainer .bottomButtons a.again {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  background: #007653;
  cursor: pointer;
  border: none;
  text-decoration: none;
  outline: none;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 10px;
  margin: 0 10px 0 0;
  color: #fff;
}
#customer_orders .order .contentContainer .bottomButtons a.addProducts:hover,
#customer_orders .order .contentContainer .bottomButtons a.again:hover {
  text-decoration: underline;
}
#customer_orders .ajaxContainer {
  margin-top: 15px;
}
#customer_orders .ajaxContainer legend {
  display: block;
  font-size: 18px;
  margin-bottom: 7px;
}
#customer_orders .ajaxContainer p {
  font-size: 12px;
  margin: 3px 0;
}
#customer_orders .ajaxContainer p.txt {
  margin: 0 0 10px 0;
}
#customer_orders .ajaxContainer input[type='text'] {
  height: 16px;
  padding: 4px 5px;
  width: 134px;
  border: 1px solid #9d9d9d;
  background: #fff;
  outline: none;
}
#customer_orders .ajaxContainer input[type='submit'],
#customer_orders .ajaxContainer input[type='button'] {
  width: 100px;
  height: 26px;
  line-height: 26px;
  background: #007653;
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 10px;
  margin: 0 0 0 0;
  color: #fff;
}
#customer_orders .ajaxContainer input[type='submit']:hover,
#customer_orders .ajaxContainer input[type='button']:hover {
  text-decoration: underline;
}
#customer_orders .ajaxContainer .prdctContainer {
  line-height: 26px;
}
#customer_orders .ajaxContainer .prdctContainer label {
  font-weight: bold;
}
#customer_orders .ajaxContainer table td,
#customer_orders .ajaxContainer table th {
  border: 1px solid #494949;
  padding: 5px 8px;
}
/*                                    MESSAGES
////////////////////////////////////////////////////////////////////////////////*/
.info_message,
.message,
#message {
  background: #004976;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  margin: 10px 0 10px 0;
  padding: 12px 0;
}
.info_message p,
.message p,
#message p {
  margin: 0;
  line-height: 18px;
}
/*                                    TEXT PAGE
////////////////////////////////////////////////////////////////////////////////*/
.textPage h1,
.textPage h2,
.textPage h3,
.textPage h4,
.textPage h5 {
  margin: 10px 0;
}
.textPage h2 {
  color: #007653;
}
.textPage h3,
.textPage h4 {
  color: #007653;
}
.textPage h1.title,
.textPage h2.title {
  margin: 0 0 15px 0;
  position: relative;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #007653;
  font-weight: bold;
}
.textPage p {
  color: #565857;
}
.textPage ul {
  padding-left: 15px;
  margin: 10px 0;
}
.textPage ul ul {
  margin: 0;
}
.textPage ul li {
  list-style-type: square;
  padding-top: 6px;
}
.textPage ul li li {
  list-style-type: circle;
}
.textPage ul li li li {
  list-style-type: square;
}
.textPage ul.errors {
  padding: 0;
  margin: 0;
}
.textPage ul.errors li {
  padding-top: 0;
  list-style: none;
}
.textPage ol {
  padding-left: 15px;
  margin: 10px 0;
}
.textPage ol ol {
  margin: 0;
}
.textPage ol li {
  list-style-type: decimal;
  padding-top: 6px;
}
.textPage ol li li {
  list-style-type: upper-alpha;
}
.textPage ol li li li {
  list-style-type: upper-roman;
}
.textPage table {
  width: 100%;
}
.textPage table th,
.textPage table td {
  padding: 6px 15px;
  max-width: 300px;
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
}
#news-page .new,
#articles-page .new {
  margin-top: 15px;
}
#news-page .new h2,
#articles-page .new h2 {
  margin: 0;
}
#news-page .new p,
#articles-page .new p {
  margin: 0;
}
#news-page .new p.date,
#articles-page .new p.date {
  font-size: 11px;
  font-weight: bold;
  color: #777;
}
/*                                    FOOTER
////////////////////////////////////////////////////////////////////////////////*/
#footer {
  background: #017754 url("./images/footer-bg.jpg") no-repeat center top;
  margin-top: 44px;
}
#footer .items {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}
#footer .items:before,
#footer .items:after {
  content: " ";
  display: block;
}
#footer .items:after {
  clear: both;
}
#footer .items {
  *zoom: 1;
  clear: both;
}
#footer .items .newsletter {
  float: left;
  width: 290px;
}
#footer .items .newsletter p {
  color: #fff;
  font-size: 14px;
  margin: 0 0 2px 0;
}
#footer .items .newsletter .bg {
  width: 280px;
  height: 30px;
  padding: 5px;
  background: #fff url("./images/footer-newsletter.png") no-repeat 11px center;
  z-index: 20;
}
#footer .items .newsletter .bg input[type='text'] {
  margin-left: 44px;
  line-height: 16px;
  height: 16px;
  width: 149px;
  padding: 7px 10px 7px 0;
  outline: none;
  color: #9e9e9e;
  font-size: 12px;
  margin: 0 0 0 40px;
  border: none;
  background: #fff;
}
#footer .items .newsletter .bg input[type='submit'] {
  float: right;
  height: 30px;
  line-height: 30px;
  width: 78px;
  background: #fff;
  text-transform: uppercase;
  color: #007653;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: 1px solid #9d9d9d;
}
#footer .items .newsletter .bg input[type='submit']:hover {
  text-decoration: underline;
}
#footer .items .pages {
  float: left;
  margin-left: 110px;
  width: 200px;
}
#footer .items .pages ul li {
  padding: 3px 0 3px 0;
}
#footer .items .pages ul li a {
  display: inline-block;
  padding-left: 15px;
  line-height: 18px;
  background: url("./images/footer-odrazka.png") no-repeat left 6px;
  color: #fff;
  text-decoration: none;
}
#footer .items .pages ul li a:hover {
  text-decoration: underline;
}
#footer .items .contacts {
  float: right;
  margin-left: 80px;
  width: 280px;
}
#footer .items .contacts a {
  color: #fff;
}
#footer .items .contacts ul {
  margin-bottom: 12px;
  padding-left: 35px;
}
#footer .items .contacts ul.tel {
  background: url("./images/footer-phone.png") no-repeat left 1px;
}
#footer .items .contacts ul.email {
  background: url("./images/footer-mail.png") no-repeat left 5px;
}
#footer .items .contacts ul.address {
  background: url("./images/footer-address.png") no-repeat left top;
}
#footer .items .contacts ul li {
  color: #fff;
  padding: 2px 0;
}
#footer .items .contacts ul li a.btn {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 120px;
  background: #017754;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: 1px solid #fff;
}
#footer .items .contacts ul li a.btn:hover {
  text-decoration: underline;
}
#footer .items h2 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 10px 0;
}
#footer .copy {
  width: 960px;
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 5px;
}
#message-box {
  display: none;
  width: 435px;
  height: 162px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -81px 0px 0px -217px;
  font-size: 13px;
  z-index: 99;
  border: 1px solid #9d9d9f;
  background: #fff;
}
#message-box .upper {
  height: 112px;
  background: url("./images/ajax-bg.jpg") no-repeat 0 0;
}
#message-box .upper span.title {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  padding: 46px 0;
}
#message-box .upper span.close {
  display: block;
  width: 23px;
  height: 23px;
  background: url("./images/ajax-close.png") no-repeat 0 0;
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
}
#message-box .lower {
  height: 30px;
  padding: 10px 85px;
}
#message-box .lower:before,
#message-box .lower:after {
  content: " ";
  display: block;
}
#message-box .lower:after {
  clear: both;
}
#message-box .lower {
  *zoom: 1;
  clear: both;
}
#message-box .lower span.pokracovat {
  display: block;
  float: left;
  height: 28px;
  line-height: 28px;
  width: 165px;
  background: #fff;
  text-transform: uppercase;
  color: #007653;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: 1px solid #9d9d9d;
}
#message-box .lower span.pokracovat:hover {
  text-decoration: underline;
}
#message-box .lower a.toBasket {
  display: block;
  float: right;
  height: 30px;
  line-height: 30px;
  width: 85px;
  color: #fff;
  text-transform: uppercase;
  background: #007653;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
}
#message-box .lower a.toBasket:hover {
  text-decoration: underline;
}
