/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../resources/gallery/fancybox/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../resources/gallery/fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('../../resources/gallery/fancybox/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 170px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: #111;
	-webkit-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
	-moz-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
	background: #111 -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.2)),color-stop(.5,rgba(255,255,255,.15)),color-stop(.5,rgba(255,255,255,.1)),to(rgba(255,255,255,.15)));
	background: #111 -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.15) 100%);
	border-radius: 3px;
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('../../resources/gallery/fancybox/source/helpers/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
}

#fancybox-buttons a.btnPrev {
	width: 32px;
	background-position: 6px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 38px;
	background-position: -57px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.5;
	cursor: default;
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}
html {
  margin:0;
  padding:0;
  border:0;
  font-size:12px;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, textarea, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin:0;
  padding:0;
  border:0;
  font-weight:inherit;
  font-style:inherit;
  font-size:100%;
  font-family:Arial;
  vertical-align:baseline;
}
legend { white-space:normal; }
article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }
body {
  line-height:120%;
  background:white;
}
table {
  border-collapse:separate;
  border-spacing:0;
}
caption, th, td {
  text-align:left;
  font-weight:normal;
  float:none !important;
}
table, th, td { vertical-align:middle; }
blockquote:before, blockquote:after, q:before, q:after { content:''; }
blockquote, q { quotes:"" ""; }
a img { border:none; }
:focus { outline:0; }
.group:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}
.group-fix {
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}
.right { float:right; }
.left { float:left; }
.text-right { text-align:right; }
html { background:url("../images/design/html.png"); }
body { background:url("../images/design/logo_transparent.png") no-repeat center top; }
#wrapper {
  width:100%;
  background:url("../images/design/wrapper.png") repeat-x center 86px;
  padding:0 0 30px 0;
}
.home {
  background:url("../images/design/wrapper-hp.png") repeat-x center 86px !important;
  width:100%;
}
#top-content {
  background:url("../images/design/top_content.jpg") no-repeat center 132px;
  width:100%;
  height:auto;
}
#content {
  width:inherit;
  height:100%;
}
#container {
  width:960px;
  margin:0 auto;
  *width:980px;
}
header {
  width:940px;
  height:131px;
  margin:0 auto;
  position:relative;
}
article.main {
  width:690px;
  float:right;
  padding:20px 0;
  margin-right:10px;
}
aside.main {
  width:235px;
  float:left;
  margin-left:5px;
}
footer {
  width:inherit;
  background:url(../images/design/footer.jpg) repeat-x;
  height:500px;
}
footer footer-wrapper {
  width:940px;
  height:auto;
}
h1 {
  font-size:28px;
  color:#000000;
  line-height:33px;
  margin:16px 0 5px 0;
  text-shadow:1px 1px #ffffff;
}
h2 {
  font-size:24px;
  color:#333333;
  line-height:20px;
  margin:16px 0 5px;
}
h3 {
  font-size:20px;
  color:#696a6c;
  line-height:16px;
  margin:12px 0;
}
h4 {
  font-size:18px;
  color:#696a6c;
  line-height:20px;
  margin:10px 0;
}
a { color:#0072bc; }
a:hover { text-decoration:none; }
article.main { min-height:300px; }
article.main p {
  line-height:21px;
  padding:3px 0;
  font-size:14px;
  color:#333333;
}
article.main strong { color:#333333; }
article.main hr {
  padding:0 0 30px 0;
  background:url("../images/design/shadow.png") no-repeat 0 bottom;
  border:none;
  margin:15px 0 30px 0;
}
article.main hr.no-margin { margin:0; }
article.main .group.all { margin-bottom:15px; }
article.main ul { margin:0 0 15px 16px; }
article.main ul li {
  font-size:14px;
  color:#333333;
  line-height:22px;
}
nav[itemprop=breadcrumb] a, nav.breadcrumb a { font-size:15px; }
nav[itemprop=breadcrumb] a:last-child, nav.breadcrumb a:last-child { color:#333333; }
ul.list-2 {
  list-style:none;
  line-height:20px;
  width:180px;
}
ul.list-2 li {
  background:url("../images/design/spolocny.png") no-repeat -188px -393px;
  padding:0 0 0 18px;
}
ul.list-2 li a { font-size:13px; }
ul.list-1 li {
  background:url("../images/design/spolocny.png") no-repeat -685px -106px;
  padding:0 0 0 20px;
}
ol {
  float:left;
  width:30%;
  margin:0 0 0 10px;
  line-height:20px;
  font-style:italic;
  color:#696a6c;
}
span.icon {
  display:block;
  float:left;
  font-weight:bold;
  padding:3px 0 5px 25px;
  margin:5px 10px 0 0;
}
span.icon.top-product {
  background:url("../images/design/spolocny.png") no-repeat 0 -218px;
  color:#de2424;
  padding-bottom:12px;
}
span.icon.discount {
  background:url("../images/design/spolocny.png") no-repeat -681px -141px;
  color:#16a241;
}
span.icon.in-stock {
  background:url("../images/design/spolocny.png") no-repeat -681px -185px;
  color:#0072bc;
}
span.icon.new {
  background:url("../images/design/spolocny.png") no-repeat -681px -229px;
  color:#ffaf04;
}
h2.icon {
  width:170px;
  font-size:28px;
  padding:2px 0 5px 40px;
  color:#696a6c;
  margin:0 0 11px 0;
  line-height:22px;
}
h2.icon.top-offer { background:url("../images/design/spolocny.png") no-repeat 0 -182px; }
h2.icon.best-sellers {
  width:100px;
  background:url("../images/design/spolocny.png") no-repeat 0 -339px;
}
.product-box {
  width:140px;
  border:1px solid #d4d4d4;
  padding:10px 10px 50px;
  background:#ffffff;
  line-height:18px;
  margin:11px 14px 13px 0;
  position:relative;
  float:left;
}
.product-box a.image {
  width:140px;
  height:127px;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  background:#ffffff;
  line-height:0;
}
.product-box p {
  font-size:12px !important;
  padding:0 0 6px 0 !important;
  line-height:16px !important;
}
.product-box p:first-letter { text-transform:uppercase; }
.product-box h3 {
  font-size:11px;
  margin:3px 0;
}
.product-box h3 a {
  color:#0072bc;
  line-height:16px;
  font-size:14px;
}
.product-box .group {
  position:absolute;
  top:auto;
  right:auto;
  bottom:10px;
  left:10px;
}
.product-box .group span {
  font-size:13px;
  display:block;
  color:#de2424;
  padding:3px 0;
  font-weight:700;
}
.product-box .group a {
  width:70px;
  height:23px;
  line-height:23px;
  font-size:12px;
  color:#ffffff;
  text-align:center;
  float:left;
  text-decoration:none;
}
.product-box .group a[rel=detail] { background:url("../images/design/spolocny.png") no-repeat -220px -187px; }
.product-box .group a[rel=detail]:hover { background-position:-220px -218px; }
.product-box .group a[rel=order] { background:url("../images/design/spolocny.png") no-repeat -296px -187px; }
.product-box .group a[rel=order]:hover { background-position:-297px -218px; }
.product-box .ribbon {
  display:block;
  width:58px;
  height:58px;
  position:absolute;
  top:0;
  right:0;
  bottom:auto;
  left:auto;
  background:url("../images/design/spolocny.png") no-repeat -542px -337px;
}
.product-box.last { margin-right:0; }
section.best-sellers .product-box {
  position:relative;
  width:210px;
  background:#f3f3f3;
  border:1px solid #d4d4d4;
  padding:5px;
  float:left;
  margin:0 12px 12px 0;
}
section.best-sellers .product-box a.img {
  display:block;
  width:65px;
  height:65px;
  padding:1px;
  background:#ffffff;
  border:1px solid #d1d1d1;
  float:left;
}
section.best-sellers .product-box img {
  display:block;
  width:65px;
  height:65px;
}
section.best-sellers .product-box > div {
  width:135px;
  float:right;
  padding-bottom:25px;
}
section.best-sellers .product-box > div h3 { line-height:14px; }
section.best-sellers .product-box > div h3 a { font-size:13px; }
section.best-sellers .product-box > div a { color:#0072bc; }
section.best-sellers .product-box > div .group {
  position:absolute;
  top:auto;
  right:42px;
  bottom:5px;
  left:auto;
}
section.best-sellers .product-box > div .group a {
  display:block;
  width:50px;
  height:25px;
  line-height:25px;
  text-align:center;
  text-decoration:none;
  color:#ffffff;
  font-size:11px;
}
section.best-sellers .product-box > div .group a[rel=detail] { background:url("../images/design/spolocny.png") no-repeat -220px -72px; }
section.best-sellers .product-box > div .group a[rel=order] { background:url("../images/design/spolocny.png") no-repeat -270px -72px; }
section.best-sellers .product-box.last { margin-right:0; }
#manufacturer-links ul {
  float:left;
  margin:10px 15px 0 0;
  width:160px;
  list-style:none;
  line-height:24px;
}
#manufacturer-links ul.last { margin-right:0; }
#manufacturer-links a.logo {
  display:block;
  width:110px;
  height:26px;
  background:url("../images/design/footer-links.png");
  text-indent:-5000px;
  margin-bottom:10px;
}
#manufacturer-links-casadolcecasa a.logo { background-position:-181px 0; }
#manufacturer-links-century a.logo { background-position:-362px 0; }
#manufacturer-links-cercom a.logo { background-position:-544px 0; }
section.two-columns, div.two-columns { margin:15px 0; }
section.two-columns .left, section.two-columns figure, div.two-columns .left, div.two-columns figure {
  width:46%;
  margin:0 12px 12px;
  line-height:18px;
}
section.two-columns .right, div.two-columns .right { width:46%; }
section.two-columns .left + div, div.two-columns .left + div {
  width:56%;
  float:right;
}
section.two-columns .left + div h2, div.two-columns .left + div h2 { margin:0 0 10px 0; }
section.two-columns.img figure, div.two-columns.img figure {
  float:left;
  width:280px;
  margin:0 0 10px 0;
}
section.two-columns.img figure a, div.two-columns.img figure a {
  display:inline-block;
  padding:4px 4px 0;
  border:1px solid #adadad;
}
section.two-columns.img figcaption, div.two-columns.img figcaption {
  color:#696a6c;
  font-size:11px;
  font-style:italic;
}
section.two-columns.img .left, div.two-columns.img .left {
  width:280px;
  margin:0;
}
section.two-columns.img .right, div.two-columns.img .right { width:385px; }
section.two-columns.img .right p, div.two-columns.img .right p {
  margin:0;
  line-height:23px;
  font-size:14px;
}
.gallery {
  width:inherit;
  overflow:hidden;
  background:url("../images/design/gallery-thumbnail.png") repeat-x 0 0;
}
.gallery .prev {
  width:30px;
  height:96px;
  display:block;
  background:url("../images/design/gallery-nav-left.png") no-repeat center 0;
  cursor:pointer;
  float:left;
}
.gallery .next {
  width:30px;
  height:96px;
  display:block;
  background:url("../images/design/gallery-nav-right.png") no-repeat center 0;
  cursor:pointer;
  float:right;
}
.gallery .gallery-wrapper {
  width:640px;
  overflow:hidden;
  padding:12px 0;
  float:left;
}
.gallery .gallery-wrapper a {
  display:inline-block;
  border:1px solid #acacac;
  padding:2px;
  height:65px;
  background:#ffffff;
  float:left;
  margin:0 9px 0 0;
}
.gallery .gallery-wrapper a:last-child { margin:0; }
.gallery .gallery-thumbnails { width:2000px; }
blockquote {
  width:600px;
  height:auto;
  background:#f1f1f1 url("../images/design/spolocny.png") no-repeat 13px -858px;
  padding:8px 20px 10px 65px;
  color:#696a6c;
  margin:20px 0;
  border:1px solid #dddddd;
}
.box p { padding:0 0 0 15px; }
.box h2, .box h3, .box h4 { padding:10px 0 0 15px; }
table {
  width:100%;
  margin:10px;
  font-size:11px;
}
table tr th {
  background:#e9e9e9;
  border-right:1px dotted #999999;
  padding:7px 15px;
  font-weight:700;
  color:#636363;
}
table tr th:last-child { border:none; }
table tr td {
  padding:7px 15px;
  border-right:1px dotted #999999;
  color:#696a6c;
}
table tr td:last-child { border:none; }
table tr.even td { background:#f2f2f2; }
.comment {
  margin:0px 0 20px 0 !important;
  padding:0 0 10px 0 !important;
}
.comment div + div { padding:10px 0; }
.comment .comment-wrapper {
  border:1px solid #dddddd;
  background:#ffffff;
  text-align:left;
  padding:10px;
}
.comment .comment-wrapper p {
  color:#666666;
  font-size:13px;
}
.comment h3 {
  padding:5px 0 5px 0;
  margin:0px;
  font-size:16px;
  color:#333333;
}
.comment .star-rating-control {
  float:left;
  margin-left:10px;
}
.comment .star-rating-control div { padding:0; }
.text {
  padding:10px;
  background:#ffffff;
  border:1px solid #d1d1d1;
}
.info { padding:8px 15px; }
.info time {
  color:#696a6c;
  font-style:italic;
  display:block;
  float:left;
}
.info p.thumbs {
  float:left;
  border-left:1px solid #999999;
  border-right:1px solid #999999;
  padding:0 8px;
  margin:0 5px;
}
.info p.thumbs a {
  display:block;
  width:14px;
  height:12px;
  background:url("../images/design/spolocny.png") no-repeat -663px -337px;
  float:left;
  margin:2px 3px;
}
.info p.thumbs a + a {
  background:url("../images/design/spolocny.png") no-repeat -683px -337px;
  margin:2px 8px 2px 3px;
}
.info strong.author {
  display:block;
  float:right;
  color:#696a6c;
}
p.rating {
  border:none;
  margin:0;
  float:left;
  padding:0 5px 0 0;
}
p.rating a {
  background:url("../images/design/spolocny.png") no-repeat -688px -289px;
  width:10px;
  display:block;
  height:10px;
  float:left;
  margin:2px 2px 0 0;
  cursor:pointer;
}
p.rating a:hover { background:url("../images/design/spolocny.png") no-repeat -676px -289px; }
.pagination { float:right; }
.pagination ul { list-style:none; }
.pagination ul li { float:left; }
.pagination ul li a {
  display:block;
  float:left;
  padding:3px 5px 0 5px;
  background:#ffffff;
  border:1px solid #d1d1d1;
  text-decoration:none;
  margin:0 2px;
}
.pagination ul li a:hover {
  background:#0072bc;
  color:#ffffff;
}
.pagination ul li span {
  padding:6px 0 0;
  display:block;
  margin:0 5px;
}
.pagination ul li:first-child a, .pagination ul li:last-child a {
  border:none;
  background:none;
}
.pagination ul li:first-child a:hover, .pagination ul li:last-child a:hover { color:#000000; }
form.form input[type="text"], form.form textarea {
  background:#ffffff;
  border:1px solid #d1d1d1;
  padding:5px;
  margin:0 0 4px 0;
  width:250px;
  font-size:12px;
  font-family:Arial;
}
form.form input[type="submit"] {
  background:url("../images/design/spolocny.png") no-repeat 0 -833px;
  width:97px;
  height:25px;
  border:none;
  cursor:pointer;
  color:#ffffff;
  font-weight:700;
  margin:10px 0 0;
  font-size:13px;
}
form.form input[type="submit"]:hover { color:#126201; }
form.form small {
  color:#f7941d;
  padding:0 0 0 5px;
}
header .logo {
  display:block;
  width:220px;
  height:43px;
  position:absolute;
  top:10px;
  left:0;
}
header h1, header strong.title {
  position:absolute;
  top:48px;
  right:auto;
  bottom:auto;
  left:45px;
  color:#636363;
  font-size:16px;
  font-weight:200;
  margin:0;
  font-family:Tahoma;
  text-shadow:1px 1px #ffffff;
}
header strong.title {
  position:absolute;
  top:56px;
  right:auto;
  bottom:auto;
  left:45px;
}
header .container {
  position:absolute;
  right:0;
  width:auto;
  *width:500px;
  top:5px;
  left:auto;
}
header .container .box {
  float:left;
  text-align:right;
  height:60px;
  padding:14px 20px 0 0;
  line-height:18px;
  background:url("../images/design/gradient-3px.png") no-repeat right -49px;
}
header .container .box p:first-child {
  color:#636363;
  font-size:16px;
  font-weight:700;
  padding:0 0 3px;
}
header .container .box strong {
  color:#000000;
  font-size:14px;
  font-weight:700;
}
header .container .box strong span {
  font-size:14px;
  font-weight:200;
}
header .container .box + .box {
  float:left;
  padding:14px 20px 0 10px;
}
header .container .box + .box + .box {
  float:right;
  margin:0 0 0 14px;
  padding:14px 0 0 55px;
  background:url("../images/design/spolocny.png") no-repeat -221px 15px;
}
header .container .box + .box + .box a { font-size:14px; }
header nav {
  position:absolute;
  bottom:0px;
  height:44px;
  width:620px;
}
header nav ul {
  list-style:none;
  margin:0;
  font-size:15px;
}
header nav ul li {
  float:left;
  background:url("../images/design/gradient-3px.png") no-repeat right 1px;
  height:44px;
  text-align:center;
}
header nav ul li ul {
  display:none;
  margin:0;
  position:absolute;
  z-index:2;
}
header nav ul li ul li {
  float:none;
  height:27px;
  background:none;
}
header nav ul li ul li:last-child {
  border-radius:7px;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
}
header nav ul li ul li a {
  background:url("../images/design/gradients.png") repeat-x 0 -174px;
  height:27px;
  line-height:27px;
  text-align:left;
  padding:0 25px;
  font-size:12px;
}
header nav ul li ul li a:hover { background-position:0 -201px; }
header nav ul li ul li:last-child a { border-radius:0 0 3px 3px; }
header nav ul li:hover { background:url("../images/design/gradients.png") repeat-x; }
header nav ul li:hover a {
  color:#ffffff;
  text-shadow:none;
}
header nav ul li:hover ul { display:block; }
header nav ul li a {
  display:block;
  width:auto;
  height:44px;
  line-height:44px;
  padding:0 25px;
  color:#464646;
  text-decoration:none;
}
header form {
  width:287px;
  height:38px;
  display:block;
  width:287px;
  height:38px;
  position:absolute;
  top:auto;
  right:0;
  bottom:0;
  left:auto;
  background:url("../images/design/gradient-3px.png") no-repeat 0 -3px;
  padding-left:15px;
}
header form input {
  background:url("../images/design/spolocny.png") no-repeat -191px -289px;
  display:block;
  width:224px;
  height:32px;
  border:none;
  padding:0 0 0 15px;
  float:left;
  color:#757575;
  *line-height:32px;
}
header form input[type="submit"] {
  background:url("../images/design/spolocny.png") no-repeat -429px -289px;
  display:block;
  width:48px;
  height:32px;
  border:none;
  float:left;
  cursor:pointer;
  text-indent:-5000px;
}
aside.main nav {
  background:#ffffff;
  padding:8px;
  width:221px;
  margin:20px 0 0;
}
aside.main nav ul {
  list-style:none;
  width:220px;
}
aside.main nav ul li a {
  background:-webkit-gradient(linear, 50% 0, 50% 100%, from( #555555 ), to( #222222 ));
  background:-moz-linear-gradient(top,#555555,#222222 100%);
  background:-o-linear-gradient(top,#555555,#222222);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#555555, endColorstr=#222222, GradientType=0);
  height:22px;
  display:block;
  font-size:16px;
  color:#ffffff;
  text-decoration:none;
  width:205px;
  padding:10px 0 4px 15px;
  border-top:1px solid #333333;
}
aside.main nav ul li a:hover { color:#ffffff; }
aside.main nav ul li ul li a {
  background:-webkit-gradient(linear, 50% 0, 50% 100%, from( #ffd42f ), to( #fbc92a ));
  background:-moz-linear-gradient(top,#ffd42f,#fbc92a 100%);
  background:-o-linear-gradient(top,#ffd42f,#fbc92a);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd42f, endColorstr=#fbc92a, GradientType=0);
  font-size:14px;
  color:#2b2b2b;
  padding:7px 0 0 25px;
  width:195px;
  border:none;
  border-bottom:1px solid #e4af02;
  display:block;
}
aside.main nav ul li ul li a:hover {
  background:-webkit-gradient(linear, 50% 0, 50% 100%, from( #eeeeee ), to( #dddddd ));
  background:-moz-linear-gradient(top,#eeeeee,#dddddd 100%);
  background:-o-linear-gradient(top,#eeeeee,#dddddd);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#dddddd, GradientType=0);
  border-bottom:1px solid #bbbbbb;
  color:#000000;
}
aside.main nav ul li ul li.selected > a { font-weight:bold; }
aside.main nav ul li ul li.selected > ul > li { display:block; }
aside.main nav ul li ul li ul li { display:none; }
aside.main nav ul li ul li ul li a {
  background:#ffffff;
  color:#555555;
  font-size:12px;
  padding:7px 0 0 35px;
  width:185px;
  height:24px;
  border-bottom:1px solid #e1e1e1;
}
aside.main nav ul li ul li ul li.selected > ul > li { display:block; }
aside.main nav ul li ul li ul li ul li { display:none; }
aside.main nav ul li ul li ul li ul li a {
  padding:7px 0 0 45px;
  width:175px;
}
aside.main nav ul li ul li ul li ul li a span {
  background:url("../images/design/spolocny.png") -180px -360px;
  display:block;
  width:23px;
  height:17px;
  float:left;
}
aside.main nav ul li ul li ul li ul li.selected > ul > li { display:block; }
aside.main nav ul li ul li ul li ul li ul li { display:none; }
aside.main nav ul li ul li ul li ul li ul li a {
  padding:7px 0 0 55px;
  width:165px;
}
aside.main nav ul li ul li ul li ul li ul li a span { background-position:-180px -330px; }
aside.main nav ul li.akce a {
  background:-webkit-gradient(linear, 50% 0, 50% 100%, from( #f20f0f ), to( #b10808 ));
  background:-moz-linear-gradient(top,#f20f0f,#b10808 100%);
  background:-o-linear-gradient(top,#f20f0f,#b10808);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f20f0f, endColorstr=#b10808, GradientType=0);
  border-top:1px solid #600909;
  font-size:18px;
}
aside.main nav ul li.akce a:hover { color:#000000; }
aside.main nav.group.filters ul li ul li a { background:url("../images/design/gradients.png") repeat-x 0 -78px; }
aside.main nav.group.filters ul li ul li a:hover {
  background:url("../images/design/gradients.png") repeat-x 0 -139px;
  color:#000000;
}
aside.main #newsletter {
  padding:15px;
  margin:20px 0 0 7px;
  background:#ffcb08;
  border:1px solid #c79a19;
  height:auto;
  width:191px;
}
aside.main #newsletter .response { padding:10px 0 0; }
aside.main #newsletter .response p {
  padding:0 0 5px 0;
  color:#de2424;
  font-weight:700;
}
aside.main #newsletter form {
  margin:5px 0 0;
  text-align:center;
}
aside.main #newsletter input[type="text"] {
  border:1px solid #cecece;
  width:180px;
  margin:5px 0;
  padding:5px;
}
aside.main #newsletter input[type="submit"] {
  background:url("../images/design/spolocny.png") repeat-x -477px -147px;
  height:30px;
  width:135px;
  border:0;
  color:#ffffff;
  cursor:pointer;
  text-shadow:1px 1px #000000;
  margin:3px 0 0;
}
aside.main #newsletter h3 {
  background:url("../images/design/spolocny.png") repeat-x 0 -153px;
  width:170px;
  color:#2e2e2e;
  font-size:18px;
  padding:0 0 0 27px;
  margin:0;
}
aside.main section.news {
  width:190px;
  padding:15px;
  background:#f1f1f1;
  border:1px solid #b0b0b0;
  line-height:17px;
  margin:20px 0 0 7px;
}
aside.main section.news article {
  border-bottom:1px dotted #696a6c;
  padding:0 0 10px 0;
}
aside.main section.news article a { font-size:15px; }
aside.main section.news article p { font-size:13px; }
aside.main section.news article.last {
  border:none;
  padding:10px 0 0 0;
}
aside.main section.news h3 {
  background:url("../images/design/spolocny.png") repeat-x 0 -132px;
  padding:0 0 0 25px;
  margin:0 0 10px 0;
  font-size:18px;
  color:#696a6c;
}
aside.main section.news a img {
  display:inline-block;
  padding:1px;
  border:1px solid #b0b0b0;
}
aside.main section.news time {
  color:#696a6c;
  font-size:11px;
  display:block;
  margin:0 0 5px 0;
}
footer .footer-bg {
  width:100%;
  background:url("../images/design/logo_transparent.png") no-repeat center 28px;
  height:100%;
}
footer .footer-wrapper {
  width:940px;
  margin:0 auto;
  padding:60px 0 0;
  height:500px;
}
footer .footer-wrapper .box {
  float:left;
  margin:0 15px 0 0;
  width:220px;
}
footer .footer-wrapper .box h4 {
  background:url("../images/design/spolocny.png") no-repeat 0 -72px;
  width:145px;
  font-size:18px;
  padding:2px 0 10px 20px;
  color:#696a6c;
  margin:0 0 10px 0;
  line-height:15px;
  border-bottom:1px dotted;
}
footer .footer-wrapper .box.contact h4 {
  background:url("../images/design/spolocny.png") no-repeat 0 -45px;
  padding:2px 0 10px 33px;
  width:180px;
}
footer .footer-wrapper .box.contact p {
  background:url("../images/design/spolocny.png") no-repeat -188px -442px;
  padding:0 0 4px 25px;
  width:160px;
}
footer .footer-wrapper .box.contact p + p { background:url("../images/design/spolocny.png") no-repeat -188px -460px; }
footer .footer-wrapper .box.contact p + p + p { background:url("../images/design/spolocny.png") no-repeat -188px -479px; }
footer .footer-wrapper .box.contact p + p + p + p { background:url("../images/design/spolocny.png") no-repeat -188px -497px; }
footer .footer-wrapper .box.contact a.fb {
  display:block;
  width:180px;
  height:75px;
  background:url("../images/design/spolocny.png") no-repeat 0 -248px;
  display:block;
  text-indent:-5000px;
}
footer .footer-wrapper .box.cloud h4 {
  background:url("../images/design/spolocny.png") no-repeat 0 -100px;
  padding:2px 0 10px 33px;
}
footer .footer-wrapper .box.cloud a {
  text-decoration:none;
  padding:5px;
}
footer .footer-wrapper .box.cloud a:hover {
  text-decoration:underline;
  color:#f7941d;
}
footer .footer-wrapper .box.cloud a + a + a { font-size:18px; }
footer .footer-wrapper .box.cloud a + a + a + a { font-size:12px; }
footer .footer-wrapper .box + .box + .box + .box { margin:0; }
footer .footer-wrapper .box + .box + .box + .box div { text-align:center; }
footer .footer-wrapper .box + .box + .box + .box h4 { width:180px; }
footer .footer-wrapper .top-brands {
  width:940px;
  height:61px;
  background:url("../images/design/footer-links.png") no-repeat 0 -38px;
  margin:25px 0 0;
}
footer .footer-wrapper .top-brands h4 {
  font-size:18px;
  color:#696a6c;
}
footer .footer-wrapper .copyright {
  margin:55px 0 0;
  font-size:13px;
  color:#333333;
  line-height:20px;
}
footer .footer-wrapper .copyright span { font-size:12px; }
footer .footer-wrapper .copyright a {
  border-right:1px solid #aaaaaa;
  padding-right:7px;
  margin-right:7px;
}
footer .footer-wrapper .copyright a:last-child {
  border:none;
  padding:0px;
  margin:0px;
}
article.main #slider {
  width:700px;
  height:330px;
  margin-bottom:30px;
  position:relative;
  overflow:hidden;
}
article.main #slider #slider-container { height:330px; }
article.main #slider a.prev, article.main #slider a.next {
  display:block;
  width:60px;
  height:72px;
  background:url("../images/design/spolocny.png") no-repeat -479px -204px;
  position:absolute;
  top:40%;
  right:auto;
  bottom:auto;
  left:0;
  text-indent:-5000px;
}
article.main #slider a.next {
  background-position:-540px -204px;
  left:auto;
  right:0;
}
article.main #slider .slide {
  width:680px;
  height:310px;
  margin:0;
  border:10px solid #ffffff;
  float:left;
}
article.main #slider .slide a {
  display:block;
  width:100%;
  height:100%;
}
article.main #slider .promo h2 {
  background:#ffcb08;
  height:auto;
  width:auto;
  position:absolute;
  top:180px;
  right:none;
  bottom:none;
  left:70px;
  font-size:40px;
  padding:10px 15px;
  line-height:30px;
}
article.main #slider .promo h2 a {
  color:#ffffff;
  text-decoration:none;
}
article.main #slider .promo p {
  background:#696a6c;
  padding:8px;
  line-height:15px;
  font-size:14px;
  position:absolute;
  top:237px;
  right:none;
  bottom:none;
  left:70px;
  color:#ffffff;
}
article.main #slider .promo p + p {
  position:absolute;
  top:274px;
  right:none;
  bottom:none;
  left:70px;
}
#top-product {
  background:#ffffff;
  border:1px solid #b0b0b0;
  padding:1px;
  width:696px;
  height:auto;
  overflow:hidden;
}
#top-product .product {
  background:#f1f1f1;
  padding:14px 0 20px 10px;
  margin:0 1px 0 0;
  width:686px;
  height:172px;
  float:left;
  position:relative;
}
#top-product .product a.img {
  background:url("../images/design/spolocny.png") no-repeat 0 -394px;
  padding:7px 6px;
  float:left;
}
#top-product .product a.img span {
  width:137px;
  height:136px;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  background:#ffffff;
  line-height:0;
}
#top-product .content {
  width:510px;
  float:right;
  line-height:18px;
  color:#696a6c;
}
#top-product .content h2 {
  margin:5px 0 0;
  width:310px;
  height:auto;
  float:left;
  line-height:25px;
}
#top-product .content h2 a {
  color:#0072bc;
  font-size:20px;
  font-weight:700;
}
#top-product .content p {
  margin:12px 0;
  padding:0;
  width:460px;
  color:#696a6c;
  font-size:13px;
}
#top-product .content .buttons a {
  display:block;
  width:95px;
  height:30px;
  float:left;
  color:#ffffff;
  font-size:15px;
  line-height:30px;
  text-align:center;
  text-decoration:none;
  font-weight:700;
}
#top-product .content .buttons a[rel=detail] { background:url("../images/design/spolocny.png") no-repeat -220px -104px; }
#top-product .content .buttons a[rel=detail]:hover { background-position:-490px -1094px; }
#top-product .content .buttons a[rel=order] {
  width:116px;
  background:url("../images/design/spolocny.png") no-repeat -355px -104px;
}
#top-product .content .buttons a[rel=order]:hover { background-position:-585px -1094px; }
#top-product .content .price {
  width:auto;
  line-height:8px;
  text-align:right;
  position:absolute;
  top:auto;
  right:20px;
  bottom:45px;
  left:auto;
  color:#777777;
  margin:0;
  font-size:12px;
  line-height:14px;
}
#top-product .content .price strong {
  display:block;
  font-size:17px;
  color:#de2424;
}
#top-product .ribbon {
  display:block;
  width:74px;
  height:91px;
  position:absolute;
  top:0;
  right:0;
  bottom:auto;
  left:auto;
  background:url("../images/design/spolocny.png") no-repeat -486px 0;
  font-size:28px;
  font-weight:bold;
  text-align:center;
  padding:20px 0 0 40px;
  color:#ffffff;
}
.subpage p { color:#333333; }
.subpage article.main { *width:690px !important; }
.subpage article.main ul {
  margin:0 0 10px 14px;
  line-height:20px;
  color:#333333;
  font-size:14px;
}
.subpage .block { padding:15px 15px 50px 15px; }
.subpage .block p {
  margin:5px 0;
  line-height:18px;
}
.subpage .block .breadcrumb a:last-child { color:#696a6c; }
.subpage .google-map { margin:30px 0 0; }
.subpage .google-map b { font-size:14px; }
.subpage .google-map a { color:#0072bc !important; }
.subpage .google-map iframe {
  border:1px solid #dddddd;
  background:#ffffff;
  padding:2px;
  margin:15px 0 0;
}
.gallery-items { margin:5px 0; }
.gallery-items a {
  display:block;
  margin:1px;
  padding:2px;
  float:left;
  height:100px;
}
.news, article.main .news {
  padding:10px 0;
  border-bottom:1px dotted #b0b0b0;
  margin:10px 0 20px 0;
}
.news h1, article.main .news h1 { margin:0 0 10px; }
.news h2, article.main .news h2 {
  margin:0 0 10px;
  line-height:26px;
}
.news a.left, .news a.fancybox, article.main .news a.left, article.main .news a.fancybox {
  border:1px solid #b0b0b0;
  padding:2px 2px 0 2px;
  height:auto;
  margin-right:20px;
}
.news a.left:hover, .news a.fancybox:hover, article.main .news a.left:hover, article.main .news a.fancybox:hover { border:1px solid #dddddd; }
.news span.date, article.main .news span.date {
  font-size:14px;
  display:block;
}
.news .text, article.main .news .text {
  background:none;
  border:none;
  float:left;
  padding:0;
  width:600px;
}
.news a.left + .text, article.main .news a.left + .text { width:450px; }
.news p, article.main .news p {
  font-size:16px;
  margin-bottom:10px;
}
.news:last-child, article.main .news:last-child { border-bottom:none; }
.main .page-404 h1 {
  margin:0 0 15px 0;
  font-size:40px;
}
.main .page-404 p, .main .page-404 strong {
  font-size:18px;
  line-height:22px;
}
.main .page-404 a { color:#ff0000; }
.category h1 { float:left; }
.pdf {
  width:140px;
  height:40px;
  background:url("../images/design/spolocny.png") no-repeat -560px -794px;
  line-height:19px;
  margin:5px 0 0;
}
.pdf span {
  color:#a7a7a7;
  font-size:10px;
}
.pdf a {
  color:#0084c1;
  display:block;
}
.two-columns .gallery {
  height:93px;
  width:99%;
  border:1px solid #dddddd;
}
.two-columns .gallery .next { width:20px; }
.two-columns .gallery .prev { width:26px; }
.two-columns .gallery .gallery-wrapper { width:83%; }
.two-columns .gallery .gallery-wrapper a { margin:0 7px 0 0; }
form.filter {
  width:628px;
  background:url("../images/design/gallery-thumbnail.png") repeat;
  padding:20px 35px;
  border:1px solid #dddddd;
}
form.filter p {
  margin:0 0 20px;
  font-size:12px;
}
form.filter p.total_items {
  margin:0 !important;
  float:right;
  font-weight:700;
}
form.filter p.total_items span { font-weight:normal; }
form.filter label {
  color:#696a6c;
  font-weight:700;
  display:block;
  float:left;
  margin-right:5px;
}
form.filter label select {
  margin:0 0 0 4px;
  float:right;
  width:120px;
}
form.filter label input {
  width:70px;
  color:#979797;
  margin:0 0 0 4px;
}
form.filter .sort {
  margin-right:10px;
  margin-bottom:15px;
  width:176px;
  padding-right:10px;
  display:block;
  float:left;
}
form.filter .sort.last { border:none; }
.price-slide {
  width:630px;
  position:relative;
  height:30px;
}
.price-slide .slide {
  width:630px;
  height:13px;
  background:url("../images/design/spolocny.png") no-repeat 0 -1048px;
  position:absolute;
  bottom:0px;
}
.price-slide a {
  display:block;
  position:absolute;
  width:14px;
  height:14px;
}
.price-slide a.left {
  background:url("../images/design/spolocny.png") no-repeat -4px -1032px;
  top:0px;
}
.price-slide a.right {
  background:url("../images/design/spolocny.png") no-repeat -612px -1032px;
  right:5px;
  top:0px;
}
.products {
  margin:30px 0 0;
  width:700px;
  position:relative;
}
.products .box {
  float:left;
  width:160px;
  margin:0 7px 20px 0;
  padding:0 8px 0 0;
  background:url("../images/design/gradients.png") right -240px no-repeat;
}
.products .box a {
  font-weight:700;
  display:block;
}
.products .box a img { display:block; }
.products .box a + a { margin:4px 0 0; }
.products .box span {
  display:block;
  margin:1px 0;
}
.products .box .group a {
  width:70px;
  height:19px;
  color:#ffffff;
  padding:4px 0 0;
  text-align:center;
  float:left;
  text-decoration:none;
}
.products .box .group a + a { display:block; }
.products .box .group .detail { background:url("../images/design/spolocny.png") no-repeat -220px -187px; }
.products .box .group .order {
  background:url("../images/design/spolocny.png") no-repeat -296px -187px;
  margin:0px;
}
.products .box.last {
  margin-right:0;
  background:none;
}
.products.categories .box span { font-size:12px; }
#category-wrapper { position:relative; }
.two-columns.product span.icon { margin-bottom:10px; }
.two-columns.product table {
  margin:10px;
  width:auto;
  line-height:26px;
}
.two-columns.product table tr td {
  border:none;
  padding:0 30px 0 0;
  font-weight:200;
  font-size:12px;
  vertical-align:bottom;
}
.two-columns.product table tr td + td {
  color:#555555;
  font-weight:700;
}
.two-columns.product table tr.price-standard td + td span:first-child { text-decoration:line-through; }
.two-columns.product table tr.price-discount td {
  color:#333333;
  font-weight:700;
}
.two-columns.product table tr.price-discount td span { color:#333333; }
.two-columns.product table tr.price-our_vat td {
  font-size:18px;
  font-weight:700;
  color:#cc0000;
}
.two-columns.product table tr.price-our_vat td span { color:#cc0000; }
.two-columns.product blockquote {
  background:#f1f1f1;
  border:1px solid #b0b0b0;
  padding:10px;
  width:259px;
  height:auto;
  margin:15px 0 0;
}
.two-columns.product blockquote table {
  margin:0;
  line-height:19px;
}
.two-columns.product blockquote table tr td {
  font-size:12px;
  font-weight:200;
}
.two-columns.product .left .left { width:205px; }
.two-columns.product .left form {
  color:#696a6c;
  margin-left:10px;
}
.two-columns.product .left form input[type="text"] {
  border:1px solid #dddddd;
  padding:3px;
  width:40px;
  color:#696a6c;
  margin:0 5px 0 0;
}
.two-columns.product .left form input[type="submit"] { margin:0 0 0 12px; }
.two-columns.product .right .left { width:auto; }
.two-columns.product .right .right {
  background:url("../images/design/gallery-thumbnail.png");
  margin:20px auto;
  padding:10px;
  width:365px;
}
.two-columns.product .right .right .fb-like {
  margin:7px 0 0 4px;
  float:left;
  min-width:100px;
}
.two-columns.product .right .right a {
  display:block;
  background:url("../images/design/spolocny.png") -376px -765px;
  padding:2px 0 1px 24px;
  margin:7px 0 7px 20px;
  float:left;
}
.two-columns.product .right .right a + a { background-position:-376px -797px; }
.two-columns.product .right .right a + a + a { background-position:-376px -826px; }
.products {
  margin:30px 0 0;
  width:700px;
}
.products h2 { padding:0 0 10px 0; }
.products .box a {
  font-weight:700;
  display:block;
  padding:0 0 3px 0;
  font-size:14px;
  line-height:19px;
}
.products .box a + a {
  margin:4px 0 0;
  font-size:13px;
}
.products .box span {
  display:block;
  margin:5px 0;
  font-size:14px;
}
.products .box .group a {
  width:70px;
  height:19px;
  color:#ffffff;
  padding:4px 0 0;
  text-align:center;
  float:left;
  text-decoration:none;
  font-size:13px;
}
.products .box .group a + a { display:block; }
.products .box .group .detail { background:url("../images/design/spolocny.png") no-repeat -220px -187px; }
.products .box .group .detail:hover { background:url("../images/design/spolocny.png") no-repeat -220px -218px; }
.products .box .group .order {
  background:url("../images/design/spolocny.png") no-repeat -296px -187px;
  margin:0px;
}
.products .box .group .order:hover { background:url("../images/design/spolocny.png") no-repeat -296px -218px; }
#comments form.form.product { margin:15px 0 0; }
#comments form.form.product textarea {
  width:688px;
  height:100px;
}
#comments form.form.product p.rating { float:right; }
#comments form.form.product em {
  float:left;
  padding:0 8px 0 0;
  font-style:italic;
}
.discusion-wrapper { margin:25px 0; }
.discusion-wrapper .ratings {
  margin-bottom:10px;
  background:#ffeda7;
  border:1px solid #edce49;
  padding:5px 10px;
}
.discusion-wrapper .comments-overall-rating { margin:10px 0; }
.discusion-wrapper .comments-overall-rating span { margin:0; }
.discusion-wrapper .comments-overall-rating .star-rating-control { margin:2px 0 0 5px; }
.discusion-wrapper .input-box {
  float:right;
  margin-right:27px;
}
.discusion-wrapper .input-box .rating-label, .discusion-wrapper .input-box .star-rating-control {
  position:static;
  float:left;
}
.discusion-wrapper .box .form { margin-top:10px; }
.discusion-wrapper .box .form .group { list-style:none; }
.discusion-wrapper .box .form .group label {
  display:block;
  float:left;
  margin-right:10px;
  margin-bottom:5px;
}
.discusion-wrapper .box .form .group input {
  width:308px;
  *width:300px;
  float:left;
  padding:6px;
}
.discusion-wrapper .box .form .group textarea {
  width:650px;
  *width:650px;
  float:left;
  padding:5px;
}
.discusion-wrapper .box .form .group small { float:left; }
.checkout article.main { width:950px; }
.checkout article.main .order.group { margin:0 0 30px 0; }
.checkout article.main .order.group .order-steps #order_checkout_content #user_checkin label {
  display:block;
  float:none;
  font-size:14px;
  margin-bottom:10px;
}
.checkout article.main .order.group .order-steps #order_checkout_content #user_checkin label em { color:#f7941d; }
.checkout article.main .order.group .order-steps #order_checkout_content #user_checkin label input {
  width:auto;
  margin:0;
  padding:0;
}
.checkout article.main .order.group .order-steps #order_checkout_content #user_checkin label input[type=text] { padding:5px; }
.checkout article.main .order.group .order-steps .adress-for {
  border-bottom:1px solid #999999;
  padding-left:10px;
  position:relative;
  height:38px;
}
.checkout article.main .order.group .order-steps form.tabs {
  width:auto;
  float:left;
  padding:10px 0 0;
  position:absolute;
  z-index:3;
}
.checkout article.main .order.group .order-steps form.tabs input {
  display:block;
  float:left;
  width:auto;
  padding:7px 6px 5px 20px;
  background:url("../images/design/spolocny.png") no-repeat 0 -735px;
  color:#696a6c;
  margin:0;
  height:28px;
  font-size:11px;
}
.checkout article.main .order.group .order-steps form.tabs input:hover { background:url("../images/design/spolocny.png") no-repeat -446px -736px; }
.checkout article.main .order.group .order-steps form.tabs.selected input { background:url("../images/design/spolocny.png") no-repeat -446px -736px; }
.checkout article.main .order.group .order-steps form.tabs:hover span, .checkout article.main .order.group .order-steps form.tabs.selected span { background:url("../images/design/spolocny.png") no-repeat -686px -736px; }
.checkout article.main .order.group .order-steps form.tabs span {
  background:url("../images/design/spolocny.png") no-repeat -170px -735px;
  height:28px;
  padding:0;
  width:13px;
  display:block;
  float:left;
}
.checkout article.main .order.group .order-steps .tabs + .tabs {
  z-index:2;
  left:71px;
}
.checkout article.main .order.group .order-steps .fieldset:before {
  clear:both;
  content:"";
  display:block;
}
.checkout article.main .left { width:640px; }
.checkout article.main .left h2 {
  padding-left:0;
  margin-bottom:0;
}
.checkout article.main .left form { padding:15px 0; }
.checkout article.main .left form li { font-size:15px; }
.checkout article.main .left form li .field { margin-bottom:2px; }
.checkout article.main .left form label { float:left; }
.checkout article.main .left form label input { width:300px; }
.checkout article.main .left form label input.street { width:617px; }
.checkout article.main .left form div.input-box { margin-top:5px; }
.checkout article.main .left form textarea {
  width:617px;
  height:100px;
  resize:none;
}
.checkout article.main .left form p:after {
  clear:both;
  content:"";
  display:block;
}
.checkout article.main .left form .right { width:auto; }
.checkout article.main .left form .right p { text-align:right; }
.checkout article.main .left .left { width:200px; }
.checkout article.main .left .left .back {
  display:block;
  width:153px;
  padding:5px 0;
  height:16px;
  text-align:center;
  background:url("../images/design/spolocny.png") -290px -738px;
  color:#ffffff;
  text-decoration:none;
  margin:60px 0 0;
}
.checkout article.main .right {
  width:280px;
  margin:0 9px 0 0;
}
.checkout article.main .right .right {
  background:url("../images/design/gallery-thumbnail.png");
  width:250px;
  padding:3px 10px;
  height:150px;
}
.checkout article.main .right .right table tr td {
  text-align:right;
  border:none;
  vertical-align:top;
}
.checkout article.main .right .right table p {
  width:150px;
  line-height:normal;
  padding:0;
}
.checkout article.main .right .right table + table { border-top:1px solid #dddddd; }
.checkout article.main .right .right table + table tr td {
  text-align:right;
  font-weight:bold;
  font-size:12px;
  vertical-align:top;
}
.checkout article.main .box { margin:15px 0; }
.form p.left-25, .checkout article.main .order .order-steps form p.left-25 {
  width:25%;
  float:left;
}
.form p.left-25 input, .checkout article.main .order .order-steps form p.left-25 input { width:95px; }
.form p.left-50, .checkout article.main .order .order-steps form p.left-50 {
  width:50%;
  float:left;
}
.form p.left-50 label input, .checkout article.main .order .order-steps form p.left-50 label input { width:88%; }
.form p.left-70, .checkout article.main .order .order-steps form p.left-70 {
  width:75%;
  float:left;
}
.form p.left-70 input, .checkout article.main .order .order-steps form p.left-70 input { width:92%; }
.checkout article.main .order .order-steps { width:500px; }
.checkout article.main .order .order-steps p {
  font-size:18px;
  display:block;
  color:#333333;
}
.checkout article.main .order .order-steps .left { width:500px; }
.checkout article.main .order .order-steps .left form { padding-top:15px; }
.checkout article.main .order .order-steps .left form ul.form-list { list-style:none; }
.checkout article.main .order .order-steps .left form ul.form-list li label { float:none; }
.checkout article.main .order .order-steps .left form ul.form-list li label b, .checkout article.main .order .order-steps .left form ul.form-list li label legend {
  display:block;
  font-size:24px;
  margin-top:15px;
  color:#696a6c;
  font-weight:200;
  line-height:28px;
}
.checkout article.main .order .order-steps .left form ul.form-list li label em {
  color:#de2424;
  display:inline-block;
  margin-right:3px;
}
.checkout article.main .order .order-steps .left form .hidden { display:none; }
.checkout article.main .order .order-steps .left form p.required {
  color:#de2424;
  font-size:13px;
  font-style:italic;
  width:200px;
}
.checkout article.main .order .order-steps .left p span.required {
  color:#de2424;
  padding-left:5px;
}
.checkout article.main .order .order-steps .left .buttons-set { width:480px; }
.checkout article.main .order .order-steps .left .buttons-set input.button.right { margin:0; }
.checkout article.main .order .order-steps .left .terms {
  text-align:right;
  margin:10px 0 15px 0;
  color:#696a6c;
}
.checkout article.main .order .order-steps .left .terms .required {
  float:left;
  width:auto;
}
.checkout article.main .order .order-steps .left .terms label {
  float:right;
  display:block;
}
.checkout article.main .order .order-steps .left label input[type="checkbox"] { width:13px; }
.checkout article.main .order .order-steps .left label small {
  font-size:12px;
  color:#69696b;
}
.checkout article.main .order .order-steps .left input, .checkout article.main .order .order-steps .left textarea {
  border:1px solid #d1d1d1;
  padding:3px 5px;
  font-family:Arial;
  font-size:13px;
  color:#777777;
  width:456px;
  font-size:11px;
  color:#696a6c;
}
.checkout article.main .order .order-steps .left input[type="submit"], .checkout article.main .order .order-steps .left a.button {
  background:url("../images/design/spolocny.png") no-repeat 0 -831px;
  width:97px;
  height:27px;
  border:none;
  margin-top:-1px;
  cursor:pointer;
  color:#ffffff;
}
.checkout article.main .order .order-steps .left a.continue {
  background:url("../images/design/spolocny.png") no-repeat -290px -737px;
  width:130px;
  padding-top:7px;
  padding-left:25px;
  text-decoration:none;
}
.checkout article.main .order .right { width:420px; }
.checkout article.main .order .right h2 {
  margin:5px 0 15px 0;
  font-size:18px;
  text-align:left;
}
.checkout article.main .order .right .right {
  width:auto;
  height:auto;
}
.checkout article.main .order .right .right table { width:90%; }
.checkout article.main .order .right .right table p {
  width:220px;
  line-height:20px;
}
.checkout article.main .order .right .right table tr.price strong, .checkout article.main .order .right .right table tr.price span {
  color:#2da827;
  font-weight:700;
  font-size:16px;
}
#comments form.form.product { margin:15px 0 0; }
#comments form.form.product textarea {
  width:688px;
  height:100px;
}
#comments form.form.product p.rating { float:right; }
#comments form.form.product em {
  float:left;
  padding:0 8px 0 0;
  font-style:italic;
}
.cart article.main { width:950px; }
.cart article.main h1 { float:left; }
.cart article.main a.checkout {
  display:block;
  width:142px;
  height:20px;
  background:url("../images/design/spolocny.png") 0 -1099px;
  padding:6px 0 0 10px;
  color:#ffffff;
  text-decoration:none;
  margin:20px 0 0;
  font-weight:700;
}
.cart article.main a.checkout:hover { color:#126260; }
.cart article.main table {
  margin:15px 0;
  font-size:13px;
}
.cart article.main table tr th {
  border-bottom:1px solid #c5c5c5;
  background:#dbdbdb;
  padding:15px;
  font-size:16px;
}
.cart article.main table tr td input {
  width:45px;
  float:left;
}
.cart article.main table tr td a.img {
  display:block;
  width:48px;
  height:48px;
  background:#ffffff;
  border:1px solid #c5c5c5;
  padding:2px;
}
.cart article.main table tr td a.img img {
  display:block;
  width:48px;
  height:48px;
}
.cart article.main table tr td a.delete {
  display:block;
  background:url("../images/design/spolocny.png") -413px -1064px;
  width:18px;
  height:20px;
}
.cart article.main table tr td a.reload {
  display:block;
  background:url("../images/design/spolocny.png") -138px -1064px;
  width:15px;
  height:15px;
  float:left;
  margin:5px 0 0 5px;
}
.cart article.main table tr td span {
  line-height:20px;
  margin-left:2px;
}
.cart article.main table .text-right { width:120px; }
.cart article.main table .text-right input {
  float:right;
  text-align:right;
  width:50px;
}
.cart article.main table .text-right a.reload.cart_update_item {
  float:right;
  margin:3px 5px 0 0;
}
.cart article.main table tr.even td { background:#e7e7e7; }
.cart article.main table tr:last-child td { border-bottom:1px solid #c5c5c5; }
.cart article.main .order.group { margin:0 0 30px 0; }
.cart article.main .left {
  width:600px;
  padding:10px 20px;
  background:url("../images/design/gallery-thumbnail.png");
  color:#696a6c;
  border:1px solid #c5c5c5;
}
.cart article.main .left fieldset { margin:14px 0 10px 0; }
.cart article.main .left fieldset legend {
  font-weight:700;
  display:block;
  height:22px;
}
.cart article.main .left label {
  float:left;
  margin:0 15px 0 0;
  padding:5px 0;
}
.cart article.main .left label input { margin:0 3px 0 0; }
.cart article.main .left label input.street { width:617px; }
.cart article.main .left p {
  float:left;
  margin:0;
  padding:0;
  font-size:12px;
  color:#696a6c;
}
.cart article.main .left p label { padding:0; }
.cart article.main .left p select { margin-left:7px; }
.cart article.main .left p + p {
  border:1px solid #c5c5c5;
  padding:0 5px;
}
.cart article.main .left p + p label {
  margin:0;
  padding:0;
}
.cart article.main .left p + p label + label { margin-left:7px; }
.cart article.main .left strong {
  display:block;
  margin:0 0 10px 0;
}
.cart article.main .left .relocate { margin:0 5px 0 0; }
.cart article.main .left .relocate input {
  width:60px;
  float:left;
  padding:3px 0 1px;
  display:block;
  height:15px;
}
.cart article.main .left input[type="submit"] {
  background:url("../images/design/spolocny.png") 0 -1058px;
  width:106px;
  padding:2px 10px;
  height:25px;
  display:block;
  float:left;
  text-align:center;
  color:#ffffff;
  text-decoration:none;
  font-weight:700;
  border:none;
  cursor:pointer;
}
.cart article.main .left input[type="submit"]:hover { color:#7a7a7a; }
.cart article.main .left .left .back {
  display:block;
  width:153px;
  padding:5px 0;
  height:16px;
  text-align:center;
  background:url("../images/design/spolocny.png") -290px -738px;
  color:#ffffff;
  text-decoration:none;
  margin:60px 0 0;
}
.cart article.main .right .right table { margin:0; }
.cart article.main .right .right table tr { font-size:14px; }
.cart article.main .right .right table tr td {
  text-align:right;
  border:none;
  vertical-align:top;
  padding:4px 0 4px 10px;
}
.cart article.main .right .right table tr a.checkout {
  margin:10px 0 0;
  padding:6px 0 0 10px;
  text-align:left;
  float:right;
  font-size:12px;
  font-weight:700;
}
.cart article.main .right .right table tr a.checkout:hover { color:#126260; }
.cart article.main .right .right table tr.price { font-size:18px; }
.cart article.main .right .right table tr.price p {
  color:#2da827;
  padding:4px 0 0;
}
.cart article.main .right .right table tr.price span {
  display:block;
  width:100%;
  padding:5px 0 0;
  color:#2da827;
  font-weight:700;
}
.cart article.main .right .right table p {
  line-height:normal;
  padding:0;
}
.cart article.main .box { margin:15px 0; }
ol#checkoutSteps {
  width:100%;
  list-style:none;
  font-style:normal;
}
ol#checkoutSteps ul { list-style:none; }
ol#checkoutSteps div.col2-set:after {
  clear:both;
  display:block;
  content:"";
}
ol#checkoutSteps div.col-1, ol#checkoutSteps div.col-2 { float:left; }
p, span { color:#696a6c; }
a.img_link {
  display:block;
  text-indent:-5000px;
}
#popup-wrapper {
  width:100%;
  height:100%;
  position:relative;
}
#popup-wrapper .popup-bg {
  position:absolute;
  background:#000000;
  opacity:0.8;
  z-index:3;
  width:100%;
  height:2000px;
}
#popup-wrapper .popup-window {
  width:300px;
  height:130px;
  background:#ffffff;
  position:absolute;
  top:100px;
  left:40%;
  z-index:3;
}
#popup-wrapper .popup-window .group { margin:20px 0 0 20px; }
#popup-wrapper .popup-window a {
  display:block;
  width:131px;
  height:17px;
  float:left;
  color:#ffffff;
  text-decoration:none;
  text-align:center;
  padding:8px 0;
}
#popup-wrapper .popup-window a:hover { color:#000000; }
#popup-wrapper .popup-window a.continue { background:url("../images/design/spolocny.png") no-repeat -262px -343px; }
#popup-wrapper .popup-window a.cart { background:url("../images/design/spolocny.png") no-repeat -392px -343px; }
#popup-wrapper .popup-window h4, #popup-wrapper .popup-window p { text-align:center; }
.messages {
  margin:10px 0;
  list-style:none;
}
.messages li ul { list-style:none; }
.messages li.note-msg ul li { color:#999999; }
.messages li.error-msg ul li {
  color:#b12020;
  font-size:13px;
  padding:5px 0;
}
.messages li.success-msg ul li {
  color:#37a020;
  font-size:15px;
}
.ui-helper-hidden { display:none; }
.ui-helper-hidden-accessible {
  position:absolute;
  left:-99999999px;
}
.ui-helper-reset {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  line-height:1.3;
  text-decoration:none;
  font-size:100%;
  list-style:none;
}
.ui-helper-clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.ui-helper-clearfix { display:inline-block; }
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
.ui-helper-zfix {
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
  opacity:0;
  filter:1;
}
.ui-slider {
  position:relative;
  text-align:left;
  width:630px;
}
.ui-slider .ui-slider-handle {
  position:absolute;
  z-index:2;
  width:13px;
  height:13px;
  cursor:pointer;
}
.ui-slider .ui-slider-range {
  position:absolute;
  z-index:1;
  font-size:.7em;
  display:block;
  border:0;
  background-position:0 0;
}
.ui-slider-horizontal {
  height:13px;
  background:url("../images/design/spolocny.png") no-repeat 0 -1045px;
  margin-top:5px;
}
.ui-slider-horizontal .ui-slider-handle {
  top:0;
  margin-left:-3px;
  background:url("../images/design/spolocny.png") no-repeat -612px -1032px;
}
.ui-slider-horizontal .ui-slider-handle:hover, .ui-slider-horizontal .ui-slider-handle:active { background-position:-4px -1032px; }
.ui-slider-horizontal .ui-slider-range {
  top:0;
  height:100%;
}
.ui-slider-horizontal .ui-slider-range-min { left:0; }
.ui-slider-horizontal .ui-slider-range-max { right:0; }
.ui-button {
  display:inline-block;
  position:relative;
  padding:0;
  margin-right:.1em;
  text-decoration:none !important;
  cursor:pointer;
  text-align:center;
  zoom:1;
  overflow:visible;
}
.ui-button-icon-only { width:2.2em; }
button.ui-button-icon-only { width:2.4em; }
.ui-button-icons-only { width:3.4em; }
button.ui-button-icons-only { width:3.7em; }
.ui-button .ui-button-text {
  display:block;
  line-height:1.4;
}
.ui-button-text-only .ui-button-text { padding:.4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding:.4em;
  text-indent:-9999999px;
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding:.4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding:.4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text {
  padding-left:2.1em;
  padding-right:2.1em;
}
input.ui-button { padding:.4em 1em; }
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position:absolute;
  top:50%;
  margin-top:-8px;
}
.ui-button-icon-only .ui-icon {
  left:50%;
  margin-left:-8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left:.5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right:.5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right:.5em; }
.ui-buttonset { margin-right:7px; }
.ui-buttonset .ui-button {
  margin-left:0;
  margin-right:-.3em;
}
button.ui-button::-moz-focus-inner {
  border:0;
  padding:0;
}
.ui-autocomplete {
  position:absolute;
  cursor:default;
  background:#ffffff;
  border:1px solid #bbbbbb;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}
* html .ui-autocomplete { width:1px; }
.ui-menu {
  list-style:none;
  padding:2px;
  margin:0;
  display:block;
  float:left;
  z-index:10 !important;
}
.ui-menu .ui-menu { margin-top:-3px; }
.ui-menu .ui-menu-item {
  margin:0;
  padding:0;
  zoom:1;
  float:left;
  clear:left;
  width:100%;
}
.ui-menu .ui-menu-item a {
  text-decoration:none;
  display:block;
  padding:.2em .4em;
  line-height:1.5;
  zoom:1;
  cursor:pointer;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
  color:#ffffff;
  background:#ffcb08;
}
.ajax-loader, .ajax-loader2 {
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  position:absolute;
  display:none;
  opacity:0.8;
  filter:1;
  background:url('../images/design/ajax-loader.gif') no-repeat 50% 50% #ffffff;
}
#ajax-loader-spacer {
  position:relative;
  display:block;
  width:100%;
  height:50px;
}
#ajax-loader-spacer .ajax-loader {
  opacity:1;
  filter:none;
  background-color:transparent;
}
