<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "null.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight:300;
	/*background:url('/images/body-bg.png') #cdcdcd center top repeat-y;*/
	background:#fff;
}
.contentSeparator {
	height:24px;
}
#pageTotalWrap {
	
}
#pageWrap {
	position: relative;
}
#page {
	width: 100%;
	margin: 0px auto;
	position: relative;
}
#headWrap {
	width:100%;
	min-width:1170px;
	background:url('/images/header-bg.png') no-repeat center top;
	border-top:4px solid #4c5165;
	position:relative;
}
#head {
	height: 100px;
	width: 100%;
	background: url('/images/logo.png') no-repeat left 0 top 20px;
	width:1170px;
	margin:0 auto;
	position:relative;
}
#head #logo-link {
	width: 111px;
	height: 59px;
	position: absolute;
	left: 0px;
	top: 24px;
	background: transparent;
	display: block;
	cursor: pointer;
}
#menaSw {
	position:absolute;
	right:300px;
	top:10px;
}
#menaSw a {
	border-radius:10px;
	padding:6px;
	background:#2079bc;
	color:#fff;
	font-size:13px;
	text-decoration:none;
	position:relative;
	padding-left:24px;
	margin-right:12px;
}
#menaSw a input {
	position:absolute;
	margin:0;
	padding:0;
	top:6px;
	left:8px;
}
#menaSw a:hover, #menaSw a.active {
	background:#1d6ca8;
}
#pageBottomWrap {
	width:100%;
	min-width:1170px;
	background:#4c5165;
}
#pageBottom {
	width: 1170px;
	margin: 0px auto;
	padding-top:16px;
	padding-bottom:16px;
}
#headWrap.active {
	padding-bottom:52px;
}
#headWrap.active .nav2, #headWrap.active .nav3 {
	display:none;
}
#headWrap.active #menuPanelWrap {
	display:block;
	position:fixed;
	z-index:2000;
	top:0;
}
#headWrap.active #menuWrap {
	position:fixed;
	width:100%;
	margin-top:30px;
	z-index:2000;
	top:0;
}
#headWrap #menuPanelWrap {
	background:#4c5165;
	height:30px;
	line-height:30px;
	display:none;
	width:100%;
	
}
.menuPanel a {
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
}
.menuPanel {
	width:1170px;
	margin: 0 auto;
}
.menuPanel span.pageName {
	font-weight:700;
	color:#ecff90;
	text-transform:uppercase;
	display:inline-block;
	float:left;
}
.menuPanel .left {
	width:87%;
	float:left;
	text-align:right;
}
.menuPanel .right {
	width:10%;
	float:right;
	text-align:right;
}
#menuWrap {
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	background:#fff;
	box-shadow:0 4px 4px #bccfd2;
	position:relative;
	z-index:200;
}
#menu {
	margin:0 auto;
	position:relative;
	z-index:999;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	height:50px;
	position:relative;
	width:1170px;
	margin:0 auto;
}
#menu ul li {
	float: left;
	position: relative;
	padding:0 8px;
	height:50px;
	background:url('/images/menu-border.png') no-repeat right center;
}
#menu ul li:last-child {
	background:none;
}
#menu ul li:last-child .inner:before {
  display:none !important;
}
#menu ul li:last-child .inner {
  background:#fb4381;
  color:#fff;
  padding:0.5em;
  height:auto;
  line-height:1;
  border-radius:4px;
  margin-top:7px;
}
#menu ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #313131;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	padding:0;
}
#menu ul li a.firstCat {
	padding:0 12px;
}
#menu ul li.active a.firstCat {
	color:#8d83cd;
}
#menu ul li.active a span.inner::before {
	bottom:10px;
}
#menu span.inner {
	display:block;
	border-radius:2px;
	position:relative;
	overflow:hidden;
}
#menu span.inner::before {
	content:'';
	height:2px;
	background:#8d83cd;
	width:100%;
	position:absolute;
	bottom:-2px;
	left:0;
}
#menu a:hover span.inner::before {
	transition:all 0.1s linear;
	bottom:10px;
}
#menu ul ul {
	display: none;
	position:absolute;
	background:#111;
	top:50px;
	left:30px;
	height:auto;
	z-index:100;
}
#menu ul li:hover ul {
	display:block;	
}
#menu ul ul li {
	height:auto;
	float:none;
	display:block;
	padding-right:0;
	background:none;
}
#menu ul ul li a {
	font-size:14px;
	font-weight:normal;
	height:20px;
	color:#fff !important;
	line-height:normal;
	padding:10px 40px 10px 20px;
	display:block;
	float:none;
	background:none !important;
}
#menu ul ul li:hover a {
	color:#fff !important;
	background:#444444 !important;
}
.submenu {
	background:#fff;
	width:1155px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	position:absolute;
	margin-top:-1px;
	box-shadow:0 6px 6px #aaa;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	z-index:600;
}
.submenu.last {
	padding-left:15px;
}
.submenu.last a.subMain {
	display:none;
}
.submenu.last .cleaner {
	display:none;
}
.submenu.last .submenuItem {
	width:285px;
	padding:0;
}
.submenuItem {
	float:left;
	width:370px;
	padding-left:15px;
}
.submenuItem img {
	float:left;
	padding-right:6px;
}
.submenuItem a img {
    border: none;
  }
.submenuItems {
	float:left;
}
.submenuItems a {
	display:block;
	color:#313131;
	font-size:16px;
	text-decoration:none;
	padding:3px 0;
}
.submenuItems a:hover {
    color:#ff4291;
  }
.submenu a.subMain {
	text-transform:uppercase;
	text-decoration:none;
	color:#313131;
	font-weight:bold;
	padding-bottom:6px;
	display:block;
	background:url('/images/sub-main-bg.png') no-repeat left top 3px;
	line-height:18px;
	padding-left:16px;
	font-size:18px;
}
.submenu a.subMain:hover {
	color:#8e83cd;
}
.submenu.link3, .submenu.link5, .submenu.link10 {
	padding-left:15px;
}
.submenu.link3 .cleaner, .submenu.link5 .cleaner, .submenu.link10 .cleaner {
	display:none;
}
.submenu.link3 .submenuItem, .submenu.link5 .submenuItem, .submenu.link10 .submenuItem {
	width:285px;
	padding:0;
}
.submenu.link10 a img {
	width:80px;
	height:auto;
}
#menu .nav2, #menu .nav3 {
    position: relative;
    z-index: 20;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    font-size: 0;
    border-top:2px solid #eee;
}
#menu .nav3 {
	border-top:2px solid #eee;
	padding:15px 0;
}
#menu .nav2 ul, #menu .nav3 ul {
    display: block;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    padding:0;
    height:auto;
}
#menu .nav2 ul li, #menu .nav3 ul li {
    display: inline-block;
    margin: 0 6px;
    float:none;
    background:none;
    height:auto;
}
#menu .nav2 ul li a {
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 0;
    color: #999999;
    font-size: 15px;
    line-height: 14px;
    font-weight: 700;
    background-position: left bottom;
    transition: all 0.1s linear;
    display: block;
    height:auto;
    position:relative;
    overflow:hidden;
}
#menu .nav2 ul li a::before {
	content:'';
	width:100%;
	left:0;
	bottom:-2px;
	background:#8d83cd;
	height:2px;
	position:absolute;
	display:block;
	transition:all 0.1s linear;
}
#menu .nav2 ul li a:hover, #menu .nav2 ul li.active a {
	color:#8d83cd;
}
#menu .nav2 ul li a:hover::before, #menu .nav2 ul li.active a::before {
	bottom:10px;
}
#menu .nav3 {
	margin:0;
	padding:6px 0;
}
#menu .nav3 ul li {
	margin:6px 12px;
}
#menu .nav3 ul li a {
    text-transform: uppercase;
    text-decoration: none;
    padding: 4px 10px;
    transition: all 0.1s linear;
    color: #ccc;
    font-size: 15px;
    line-height: 14px;
    font-weight: 700;
    border: 2px solid #ccc;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height:auto;
}
#menu .nav3 ul li a:hover {
	border-color:#8d83cd;
	color:#8d83cd;
}
#menu .nav3 ul li.active a {
	color:#8d83cd;
	border-color:#8d83cd;
}
.rCategories .part ul ul a {
	background:none;
}
.rCategories .part ul ul a:hover {
	background:#fdee36;
}
.rCategories .part ul ul a.active {
	background:none;
	color:#ce1824;
}
.loggedUser {
	position:absolute;
	left:170px;
	top:-151px;
	font-weight:bold;
	font-size:12px;
	width:442px;
	text-align:right;
}
.VOP {
	position:absolute;
	top:50px;
	left:470px;
	z-index:200;
	font-size:16px;
	color:#fb3d7e;
	padding:6px 12px;
	text-transform:uppercase;
}
.VOP.sec {
	background:none;
	padding:0;
	font-size:12px;
	z-index:999999;
	position:static;
	display:inline-block;
	color:#fb3d7e;
	font-weight:bold;
	padding-right:100px;
	font-size:16px;
}
#topMenu {
	position:absolute;
	margin-left:708px;
	top:0;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	height:28px;
	background:#4c5165;
	font-weight:700;
	font-size:11px;
	text-transform:uppercase;
	color:#fff;
}
#topMenu a {
	color:#fff;
	text-decoration:none;
}
#topMenu .ukos {
	display:block;
	position:absolute;
	width:21px;
	height:28px;
	top:0;
}
#topMenu .ukos.left {
	left:-21px;
	background:url('/images/ukos-bg-left.png') no-repeat top center;
}
#topMenu .ukos.right {
	right:-21px;
	background:url('/images/ukos-bg-right.png') no-repeat top center;
}
#topMenu .currency, #topMenu .links, #topMenu .support {
	float:left;
	line-height:28px;
	height:28px;
	position:relative;
}
#topMenu .currency {
	margin-right:32px;
	padding-left:12px;
}
#topMenu .currency ul li a {
	font-size:11px !important;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	padding:0;
	height:30px;
	line-height:30px;
	padding-left:12px;
}
#topMenu .support {
	padding-right:12px;
}
#topMenu .currency img {
	display:block;
	float:left;
	margin-top:3px;
}
#topMenu .currency ul ul {
	top:28px;
}
#topMenu .links {
	margin-right:32px;
}
#topMenu ul, #topMenu li {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	display:block;
}
#topMenu ul li.top {
	height:28px;
	padding:0;
	padding-right:12px;
	background:url('/images/top-menu-down.png') no-repeat right center;
	cursor:pointer;
}
#topMenu ul ul {
	display:none;
	position:absolute;
	right:0;
	background:#4c5165;
	line-height:normal;
	z-index:250;
}
#topMenu .currency ul ul {
	left:-12px;
	width:70px
}
#topMenu ul ul li {
	font-family:'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff !important;
	text-transform:none;
	font-weight:700;
	white-space:nowrap;
	border-bottom:1px solid #828698;
}
#topMenu ul ul li.phone a {
	background:url('/images/phone-bg.png') no-repeat 12px center;
	padding-left:40px;
}
#topMenu ul ul li.mail a {
	background:url('/images/mail-bg.png') no-repeat 12px center;
	padding-left:40px;
}
#topMenu ul ul li.doprava a {
	background:url('/images/doprava-bg-white.png') no-repeat 12px center;
	padding-left:40px;
}
#topMenu ul ul li.kontakt a {
	background:url('/images/home-bg.png') no-repeat 12px center;
	padding-left:40px;
}
#topMenu ul ul li a {
	color:#fff;
	padding:4px 12px;
	display:block;
	white-space:nowrap;
}
#topMenu ul ul a:hover {
	background-color:#8a8a8a !important;
}
#topMenu ul ul a.active {
	background-color:#8a8a8a !important;
	display:none;
}
#topMenu ul li:hover ul {
	
}
#searchBox {
	position: absolute;
	
	top:23px;
	margin-left:170px;
	width: 440px;
	height: 38px;
	border:1px solid #dbdbdb;
}
#searchBox form {
	padding: 0px;
	margin: 0px;
}
#searchBox #sButt {
	position: absolute;
	right: -1px;
	top: -1px;
	width: 40px;
	height: 40px;
	line-height:40px;
	display: block;
	background: url('/images/search-bg.png') #4c5165 no-repeat center center;
	padding: 0px;
	font-family:'Arial';
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
}
#searchBox #sButt:hover {
	background-color:#2b2d32;
}
#searchBox .link {
	position:absolute;
	bottom:-30px;
	font-size:13px;
	font-weight:700;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	left:0px;
	color:#4c5165;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	background: url("/images/doprava-bg-black.png") no-repeat left center rgba(0, 0, 0, 0);
	padding-left:24px;
}
#searchBox .link:hover {
	text-decoration:underline;
}
#searchBox #vyhladat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #313131;
	width: 402px;
	height:38px;
	border: 0px;
	background:transparent;
	font-style:italic;
	position: absolute;
	background:#fff;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:12px;
	font-family:'Arial';
	font-weight:300;
	box-shadow:3px 3px 3px #eee inset;
}
#searchBoxContent {
	z-index: 200;
	width: 440px;
	background: #fff;
	position: absolute;
	left: 0;
	top:39px;
	border-radius: 3px;
	box-shadow: 0 6px 6px #aaa;
}
#searchBoxContent .content {
	padding: 7px 0px;
}
#searchBoxContent .bottom {
	height: 1px;
	overflow: hidden;
	background: #969a9a;
}
#searchBoxContent .message2 {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
}
#searchBox .sItem {
	width: 252px;
	padding: 6px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#searchBox .sItem.hover {
	background: white;
	cursor: pointer;
}
#searchBox .sItem .img {
	width: 48px;
	height: 48px;
	padding-right:6px;
	overflow: hidden;
	float: left;
}
#searchBox .sItem .img img {
	border: none;
}
#searchBox .sItem h5 {
	padding: 0px;
	margin: 0px;
	width: 180px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
}
#searchBox .sItem h5 a {
	color: black;
}
#searchBox .sItem .cenaWrap {
	font-size: 14px;
	color: #626060;
	width: 180px;
	float: right;
	font-weight: bold;
	padding-top: 5px;
}
#searchBox .sItem .cenaWrap strike {
	font-size: 14px;
	color: #888888;
	font-weight: normal;
	padding-left: 10px;
	width: 90px;
	float: right;
}
#searchBox .sItem .cenaWrap .cena {
	float: left;
	width: 180px;
}
#searchBox .sItem .kod {
	float: left;
	padding-left: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #372e33;
}
#searchBox #searchResult {
	background: #fff;
	padding: 10px 24px; 
	text-align: right;
	border-radius: 5px;
}
#searchBox #sButt2 {
	font-size: 12px;
	color: black;
}
#kosikBox {
	position: absolute;
	top:0;
	margin-left:1086px;
	width:83px;
	height:100px;
}
#kosikBox a.kosikBoxMainLink {
	display: block;
	height: 100px;
	padding-right: 0px;
	background: url('/images/cart-bg.png') no-repeat center center;
	background-size:48px 42px;
}

#kosikBox a.kosikBoxMainLink span {
	display:block;
	position:absolute;
	top:24px;
	right:14px;
	width:20px;
	height:20px;
	background:#ff4282;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#fff;
	font-size:12px;
	border-radius:10px;
	line-height:20px;
	text-align:center;
}

#porovnanieBox {
	position: absolute;
	top:67px;
	margin-left:795px;
	font-size: 12px;
	text-align: right;
	text-transform:uppercase;
	color:#313131;
		
}
#porovnanieBox a.porovnanieBoxLink {
	font-weight:700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #313131;
	
	display:block;
	height:12px;
	line-height:12px;
	padding-left:20px;
	background:url('/images/porovnanie-box-bg.png') no-repeat left center;
	font-weight:bold;
	float:right;
	font-size:14px;
}
#porovnanieBox a:hover {
	text-decoration:underline;
}
#navigation::after {
	content:"";
	position:absolute;
	display:block;
	width:10px;
	height:14px;
	left:0;
	top:19px;
	background:#8e83cd;
}
#navigation {
	padding-left:16px;
	height:50px;
	font-size: 16px;
	line-height: 50px;
	color: #313131;
	width:1154px;
	margin:0 auto;
	position:relative;
}
#navigation a {
	color: #313131;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
}
#navigation .last {
	font-weight: 700;
	color:#8d83cd;
}
#totalContentWrap {
	width:100%;
	padding-bottom:30px;
}
#totalContent {
	width: 1170px;
	margin:0 auto;
}
#totalContentLeft {
	width: 100%;
	float: left; 
}
#content {
	width: 763px;
	float: right;
	padding-bottom: 20px;
	min-height: 470px;
}
#content h1 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height:23px;
	color: #313131;
	font-weight: bold;
	text-transform:uppercase;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:20px;
	background:url('/images/content-h1-bg.png') no-repeat left center;
	padding-left:22px;
}
#boxes_left {
	width: 210px;
	float: left;
	padding-bottom: 20px;
}
#boxes_right {
	display: none;
}
#topContent {
	width:1170px;
	margin:0 auto;
	position:static;
}
#boxes_top_main {
	width: 100%;
}
#boxes_top .left, #boxes_top .center, #boxes_top .right {
	
}
.stdPageInner {
	min-height: 470px;
}
.stdPageInner2 {
	text-align:justify;
}
.stdPageInner2 * {
	color:#313131;
}
#bottomContentWrap {
	width: 1170px;
}
.boxes_bottom_main_content {
	width:100%;
	min-width:1170px;
	margin:0 auto;
}
#boxes_bottom .left, #boxes_bottom .center, #boxes_bottom .right {
	width: 390px;
	padding-left:24px;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#boxes_bottom .right {
	margin-right: 0px;	
}
#boxes_bottom {
	padding-bottom: 0px;
}
#boxes_bottom h5 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 300;
	padding: 0px;
	margin: 0px 0 0px;
	height: 47px;
	line-height: 47px;
	color: #fff;
	letter-spacing: 1px;
}
#boxes_bottom ul {
	list-style: none;
	color: white;
	padding:0;
	margin: 0px;
	line-height: 22px;
}
#boxes_bottom ul * {
	color: #fff;
	font-size: 16px;
}
#boxes_bottom ul li {
	padding-left:22px;
	background:url('/images/footer-li-bg.png') no-repeat left center;
	font-size:16px;
	font-weight:300;
	font-family:'Open Sans Condensed', Arial, Helvetica, sans-serif;
}
#boxes_bottom ul li:hover {
	background-image:url('/images/footer-li-bg-hover.png');
}
#boxes_bottom ul li:hover a {
	color:#ff4291;
}
#boxes_bottom a {
	text-decoration:none;
}
#footer {
	background:#3a3f50;
	padding:10px 0;	
}
#footer .footContent {
	width:1170px;
	margin:0 auto;
	position:relative;
}
#footer .wsEd {
	font-size:13px;
	text-align:center;
}

.rCategories .part {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	margin-bottom: 0px;
}
.rCategories .part h5 {
    padding: 0px;
    margin: 0px;
    height:40px;
    line-height:40px;
    background:#969696;

}
.rCategories .part h5 a.ikona, .rCategories .part h5 a.active.ikona {
	padding-left:0;
}
.rCategories .part h5 a.ikona img, .rCategories .part h5 a.active.ikona img {
	float:left;
	width:40px;
	height:40px;
} 
.rCategories .part h5 a span {
	float:left;
}
.rCategories .part h5 a {
	display: block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	width: 270px;
	height: 40px;
	line-height: 40px;
	padding-left: 12px;
	color: #313131;
	text-decoration: none;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	letter-spacing:0.04em;
}
.rCategories .part h5 a {
	background:url('/images/main-right-black.png') #969696 no-repeat;
	background-position:250px center;
	border-bottom:1px solid #b3b3b3;
	box-shadow:0 -1px 0 #777777 inset;
}
.rCategories .part h5 a:hover {
	background:url('/images/main-right-black.png') #ffed02 no-repeat;
	background-position:250px center;
}
.rCategories .part h5 a.active:hover, .rCategories .part h5 a.active {
	background:url('/images/sub-down.png') #fff46b center no-repeat;
	background-position:250px center;
	border:none;
	box-shadow:none;
}
.rCategories .part:last-child h5 a {
	border:none;
	box-shadow:none;
}
.rCategories .part ul {
	padding:0;
	margin: 0px;
	list-style: none;
	line-height: 32px;
	background:#e0e0e0;
}
.rCategories .part ul ul {
	background:#f2f2f2;
}
.rCategories .part ul ul li {
	background:none;
}
.rCategories .part ul ul li a {
	padding-left:30px;
	font-weight:normal;
}
.rCategories .part ul a {
	display: block;
	font-family: 'Open Sans Condensed', Helvetica, sans-serif;
	font-size: 14px !important;
	color: #313131;
	font-weight:bold;
	text-decoration: none;
	padding: 0px 20px;
	background:url('/images/main-right-black.png') no-repeat;
	background-position:250px center;
}
.rCategories .part ul a.noSubmenu {
	background:none;
}
.rCategories .part ul a.active.noSubmenu, .rCategories .part ul a.noSubmenu:hover {
	background:#ffed02;
}
.rCategories .part ul ul a {
    font-size:13px !important;
  }
.rCategories .part ul li {
	background:url('/images/left-separator.png') no-repeat bottom center;
}
.rCategories .part ul li:last-child  {
	background-image:none;
}
.rCategories .part ul a:hover {
	text-decoration:none;
	background:url('/images/main-right-black.png') #ffed02 no-repeat;
	background-position:250px center;
	color:#313131;
}
.rCategories .part ul a.active {
	background:url('/images/sub-down.png') #ffed02 no-repeat;
	background-position:250px center;
	font-weight:bold;
	color:#313131;
}
.rCategories .part ul a.active:hover {
    text-decoration:none;
  }
.rCategories .part ul .subCatCleaner {
	/*height: 3px;
	background: url('/images/subCatCleaner.png') no-repeat center center;
	opacity: 0.5;
	*/
	display:none;
}
.categoryItemSet {
	
}
.categoryItem {
	width:232px;
	float:left;
	border:1px solid #ffffff;
	z-index:200;
}
.categoryItem:hover {
	box-shadow:0 0 10px #99b6bb;
	z-index:300;
	border:1px solid #bccfd2;
}
.categoryItem h3 a {
	font-size:16px !important;
	color:#313131;
	padding-left:12px;
	font-weight:700;
}
.categoryItem img {
	padding:12px;
	display:block;
	width:195px;
	margin:0 auto;
}
.wsEd h2.catName {
	background: url("/images/content-h1-bg.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    box-sizing: border-box;
    color: #313131;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 20px;
    padding-left: 22px;
    text-transform: uppercase;
}
.pager {
	padding: 0px 10px;
	font-size: 11px;
	line-height: 34px;
	height: 33px;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
	position: relative;
	text-align: center;
	margin-top: 12px;
}
.pager a {
	color:#313131 !important;
	text-decoration:none;
}
.pager .sip {
	margin-right: 13px;
}
.pager .sip-right {
	margin-left: 13px;
}
.pager .num {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	margin: 0px 3px;
}
.pager .num.active {
	background: #474747;
	color: white !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 7px;
	margin: 0px -1px;
}
.pager .left {
	position: absolute;
	left: 100px;
	top: 0px;
	font-size:18px;
}
.pager .left a, .pager .right a {
	color:#313131 !important;
	font-weight:bold;
}
.pager .right {
	position: absolute;
	right: 100px;
	top: 0px;
	font-size:18px;
}
.ordering {
	font-size: 16px;
	color: #313131;
	margin-bottom: 1px;
	margin-top:0;

}
.ordering-left {
	float:left;
}
.ordering-left ul {
	list-style:none;
	margin:0 !important;
	padding:0 !important;
}
.ordering-left ul li {
	float:left;
	padding:0 12px;
	background:url("/images/menu-border.png") no-repeat scroll right center;
}
.ordering-left a {
	height:38px;
	line-height:38px;
	padding:0 8px;
	text-transform:uppercase;
	color:#313131 !important;
	display:block;
	font-weight:700;
	margin-right:1px;
	padding-right:24px;
	background:url('/images/ordering-bg.png') right center no-repeat;
	
}
.ordering-left a:hover {    
	color:#fb4381 !important;
}
.ordering-left a.active.up {
	background:url('/images/ordering-bg-up.png') right center no-repeat;
}
.ordering-left a.active.down {
	background:url('/images/ordering-bg-down.png') right center no-repeat;
}
.ordering-right {
	float: right;
}
.ordering-right a {
	display:inline-block;
	margin-left:12px;
	font-weight:700;
	color:#4c5165 !important;
	width:20px;
	height:20px;
	text-align:center;
	font-size:14px;
	line-height:20px;
	border:1px solid #dedede;
}
.ordering-right a:hover {
	background:#f0f0f0;
}
.ordering-right a.active {
	background:#bccfd2;
	color:#313131;	
	border-color:#313131;
}

.ordering .categoryFilter {
	/*width: 780px;*/
	/*float: right;*/
	padding-top: 2px;
}
.ordering .categoryFilterContent {
	display:table;
	width:100%;
}
.ordering .categoryFilterContent .set1, .ordering .categoryFilterContent .set2, .ordering .categoryFilterContent .set3, .ordering .categoryFilterContent .set4, .ordering .categoryFilterContent .set5 {
	float:right;
	width: auto;
	padding-right:55px;
} 
.ordering .categoryFilterContent .set5 {
	padding-right:0;
}
.ordering .categoryFilterContent label {
	display:block;
	cursor:pointer;
	float:left;
	width:100%;
}
.ordering .categoryFilterContent label:hover span {
    text-decoration:underline;
  }
  
  
  
  
  
  
  
.typeFilter {
	/*width: 780px;*/
	/*float: right;*/
	padding-top: 2px;
}
.typeFilterContent {
	display:table;
	width:100%;
}
.typeFilterContent label {
	display:block;
	cursor:pointer;
	float:left;
	width:100%;
}
.typeFilterContent label:hover span {
    text-decoration:underline;
}

.filterBox {
	/*width: 780px;*/
	/*float: right;*/
	padding-top: 2px;
}
.filterContent {
	display:table;
	width:100%;
	padding-top: 9px;
}
.filterContent label {
	display:block;
	cursor:pointer;
	float:left;
	width:25%;
}

.cenaFilter {
	/*width: 780px;*/
	/*float: right;*/
	padding-top: 2px;
}
.cenaFilterContent {
	display:table;
	width:100%;
	padding-top: 9px;
}
.cenaFilterContent label {
	display:block;
	cursor:pointer;
	float:left;
	width:25%;
}
.cenaFilterContent label:hover span {
    text-decoration:underline;
}
  
  
  
.ordering h4 {
	margin:0  !important;
	padding:0  !important;
	color:#fff !important;
	font-weight:bold !important;
	font-size:14px !important;
	display:block !important;
	width:45px !important;
	float:left !important;
	padding-left:0px !important;
	height:34px !important;
	line-height:34px !important;
}
.ordering select {
	padding:6px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-weight:bold;
	border-radius:4px;
	border:0 none;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #e0e0e0;
	height:40px;
}
#loader {
	height:60px;
	padding:10px;
	background:url('/images/loader.gif') no-repeat center center;
}





/* P_ITEM */

.pItemList .cleaner {
	height: 0px;
}
.pItemList .setCleaner {
	height: 0px;
}
.pItemList {
	position:relative;
}
.pItem {
	font-family:'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight:700;
	width: 232px;
	border:1px solid #fff;
	height: 372px;
	margin-right: 0;
	float: left;
	position: relative;
	background:#fff;
	transition:all 0.5 linear;
}
.pItem.transparent {
	opacity:0.3;
}
.pItem:hover {
	box-shadow:0 0 10px #99b6bb;
	height:413px;
	margin-bottom:-41px;
	z-index:300;
	border:1px solid #bccfd2;
}

.pItemTable {
	opacity:0.9;
	position:absolute;
	top:50px;
	left:0;
	width:12px;
	height:12px;
	padding-left:12px;
	z-index:2000;
}
.pItemTable.active {
	background:#fff;
	width:208px;
	min-height:200px;
}
.pItemTable .table, .pItemTable .close {
	display:block;
	height:12px;
	width:12px;
}
.pItemTable .close.none, .pItemTable .table.none {
	display:none;
}
.pItemTable .table {
	background:url('/images/table-bg.png') no-repeat center center;
}
.pItemTable .close {
	background:url('/images/table-close.png') no-repeat center center;
}
.pItem table {
	width:100%;
	border-collapse:collapse;
}
.pItem table td {
	padding:2px 6px;
	border:1px solid #313131;
}
.pItem table td:nth-child(2) {
	width:53px;
}
.pItem table.taska td:nth-child(2) {
	width:70px;
}
.pItem .pItemInnerContent {
	height:324px;
	padding:12px;
	padding-top:9px;
}
.pItem .pItemTableLinks {
    display:none;
  }
.pItem:hover .pItemTableLinks {
	display:block;
}
.pItemTable.active .pItemTableLinks {
	display:block;
	
}
.pItem .top {
	width:34px;
	height:34px;
	position:absolute;
	background:#fb4381;
	line-height:34px;
	color:#fff;
	font-size:12px;
	border-radius:17px;
	text-align:center;
	top:57px;
	right:18px;
}
.pItem .novinka {
	width:34px;
	height:34px;
	position:absolute;
	background:#31a2a3;
	line-height:34px;
	color:#fff;
	font-size:12px;
	border-radius:17px;
	text-align:center;
	top:57px;
	right:18px;
	text-transform:uppercase;
}
.pItem .header {
	height:33px;
}
.pItem h2 {
	margin:0 !important;
	padding:0 !important;
	font-size:14px;
	height:14px;
	line-height:14px;
}
.pItem h2 a {
	font-family:'Open Sans Condensed', Arial, Helvetica, sans-serif;
	width:209px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:16px;
	height:16px;
	line-height:16px;
	font-weight:700;
	text-transform:uppercase;
	color:#313131;
}
.pItem .kratkyPopis {
	font-family:'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size:15px;
	height:17px;
	line-height:17px;
	padding-top:3px;
	font-weight:300;
	width:209px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.pItem .img {
	margin-top:9px;
	margin-bottom:12px;
	height:200px;
}
.pItem .img img {
	display:block;
	margin:0 auto;
}
.pItem .bottom {
	height:23px;
	border-top:1px solid #fff;
	width:210px;
	margin:0 auto;
}
.pItemDost {
	color:#31a2a3 !important;
	text-transform:uppercase;
}
.pItemDost.orange {
	color:#EA5600 !important;
}
.pItemDost, .pItem .rucka {
	display:none;
	font-size:14px;
}
.pItem:hover .bottom {
	height:64px;
	text-align:center;
	border-color:#dbdbdb;
}
.pItem:hover .bottom .pItemDost, .pItem:hover .bottom .rucka {
	display:inline-block;
}
.pItem .cenaZlava {
	display:block;
}
.pItem .cenaZlava, .pItem .cena {
	margin-top:7px;
	text-align:center;
	height:24px;
	line-height:24px;
}
.pItem .cenaZlava span, .pItem .cena span {
	font-size:24px;
	color:#4c5165;
	padding-left:12px;
}
.pItem .cena span {
	padding:0;
}
.pItem .cenaZlava strike {
	display:inline-block;
	font-size:14px;
	color:#a9a9a9;
	padding-right:12px;
}
.pItem .zlava {
	font-size:13px;
	color:#ff4282;
	text-align:center;
	padding-top:2px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:400;
}
.porovnanie {
	text-align:center;
}
.porButWrap {
	height:23px;
}
label.porBut {
	display:inline-block;
	height:23px;
	line-height:23px;
	padding:0 8px;
	background:#bccfd2;
	position:relative;
	border-radius:2px;
	cursor:pointer;
}
label.porBut a {
	text-transform:uppercase;
	padding-left:18px;
	color:#fff;
	font-size:12px;
	line-height:12px;
	height:12px;
	display:inline-block;
}
label.porBut:hover {
	background:#97acaf;
}
label.porBut input {
	position:absolute;
	top:5px;
	padding:0;
	margin:0;
	cursor:pointer;
}






.stars {
	width: 100px;
	height: 20px;
	margin: 0px auto;
}
.stars .popis {
	width: 100px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	margin-left: 110px;
}
.stars a {
	display: block;
	width: 100px;
	height: 20px;
	cursor: pointer;
}
.stars a.s1, .stars a.s2, .stars a.s3, .stars a.s4, .stars a.s5 {
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	float: left;
}
.star00 {
	background: url('/images/star00.png') no-repeat right center;
}
.star0 {
	background: url('/images/star0.png') no-repeat right center;
}
.star1 {
	background: url('/images/star1.png') no-repeat right center;
}
.star2 {
	background: url('/images/star2.png') no-repeat right center;
}
.star3 {
	background: url('/images/star3.png') no-repeat right center;
}
.star4 {
	background: url('/images/star4.png') no-repeat right center;
}
.star5 {
	background: url('/images/star5.png') no-repeat right center;
}
.star6 {
	background: url('/images/star6.png') no-repeat right center;
}
.star7 {
	background: url('/images/star7.png') no-repeat right center;
}
.star8 {
	background: url('/images/star8.png') no-repeat right center;
}
.star9 {
	background: url('/images/star9.png') no-repeat right center;
}
.star10 {
	background: url('/images/star10.png') no-repeat right center;
}
.message {
	background: url('/images/message.gif') no-repeat left top #ffffde;
	border: 1px solid #ffe1f3;
	color: #372e33;
	padding: 13px;
	padding-left: 44px;
	margin-top: 15px;
	font-size: 15px;
}
.message.false {
	background: url('/images/message-false.gif') no-repeat left top #ffe4e4;
	border: 1px solid #dddddd;
}
.message.true {
	background: url('/images/message-true.gif') no-repeat left top #d6fed5;
	border: 1px solid #dddddd;
}


.aButt {

}
.aButt:hover {

}
.aButt.red {

}
.aButt.red:hover {

}




#slider {
	position: relative;
}
#slider img {
	display: block;
}
#content #slider {
	padding-top: 15px;
	padding-bottom: 10px;
}
#sliderContent {
	width: 1170px;
	height: 360px;
	overflow: hidden;
	position: relative;
}
#sliderLeft {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 50%;
	background: url('/images/slider-left.png') no-repeat left top;
	z-index: 200;
	display: none;
}
#sliderRight {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 50%;
	background: url('/images/slider-right.png') no-repeat left top;
	z-index: 200;
	display: none;
}
#sliderLeft.disabled , #sliderRight.disabled {
	opacity: 0.25;
}
#slider:hover .controll {
	display: block;
}
.sliderItem {
	width: 1170px;
	height: 360px;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.sliderItem img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	border: 0px;
}
#customSlider {
	
	overflow:hidden;
	white-space:nowrap;
	height:100px;
	line-height:0;
	font-size:0;
	margin:0 0 40px 0;
	position:relative;
}
.customSliderContent {
	position:absolute;
}
#customSlider .slidePhoto {
	width:200px;
	height:100px;
	display:inline-block;
	line-height:100px;
}
#customSlider .slidePhotoContent {
	display:table;
	width:100%;
	height:100px;
}
#customSlider .slidePhotoContentImg {
	display:table-cell;
	vertical-align:middle;
	height:100px;
	width:156px;
}
#customSlider .slidePhoto img {
	max-width:156px;
	max-height:100px;
	margin:0 auto;
	padding:0;
	display:block;
}
#customSlider .slidePhoto a img {
	border:none;
}





#porovnanieScroll {
	width: 32px;
	height: 202px;
	position: fixed;
	right: 0px;
	top: 215px;
	background: url('/images/porovnanie.png') no-repeat left top;
	z-index: 2000;
}
h2.featured {
	padding:0 !important;
	margin:0 !important;
	height:52px !important;
	line-height:52px !important;
	padding-left:16px !important;
	color:#313131 !important;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight:bold !important;
	font-size:20px !important;
	text-transform:uppercase !important;
	margin:10px 0 !important;
	position:relative !important;
}
h2.featured::before {
    background: none repeat scroll 0 0 #8e83cd;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 19px;
    width: 10px;
}
.lastViewed2 {
	width:1170px;
	margin:0 auto;
}
.lastViewed {
	margin-top:24px;
	margin-bottom:0px;
}

.wsEd.lastViewed h5 {
    background: none repeat scroll 0 0 #bccfd2;
    border-radius: 2px 2px 0 0;
    color: #4c5165;
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 0 12px;
    text-transform: uppercase;
}
.lastViewed span {
	display:block;
}
.wsEd.lastViewed a {
	color:#313131 !important;
	display:table;
}
.wsEd.lastViewed h6 {
	color:#313131;
	width:135px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding:0;
	font-size:13px;
}
.wsEd.lastViewed .viewPopis {
	font-size:14px;
}
.lastViewed ul {
	list-style:none;
	margin:0 !important;
	padding:0 !important;
	padding-top:10px !important;
	border-radius:0 0 4px 4px;
}
.lastViewed ul li {
	padding-bottom:10px;
	display:block;
}
.lastViewed span.viewImage {
	width:60px;
	display:table-cell;
	padding-right:10px;
	vertical-align:top;	
}
.lastViewed span.viewImage img {
	width:60px;
	height:auto;
	display:block;
}
.lastViewed a {
	text-decoration:none !important;
}
.lastViewed a:hover {
	text-decoration:underline !important;
}
.lastViewed span.viewContent {
	display:table-cell;
	vertical-align:top;
}
.titulka-text {
	position:absolute;
	top:25px;
	left:30px;
}
.titulka-text h3 {
	font-weight:bold !important;
	color:#fff !important;
	font-size:30px !important;
	margin-bottom:50px !important;
}
.titulka-text h3 a {
	color:#fff;
	text-decoration:none;
}
.titulka-text ul {
    margin:0 !important;
    padding:0 !important;
}
.titulka-text ul li {
	color:#fff !important;
	list-style:none;
	padding:4px 0;
	margin:0;
}
.titulka-text ul li a {
	color:#93c6eb;
	font-size:15px;
	text-decoration:none;
	display:block;
	padding-left:20px;
	background:url('/images/check-bg.png') no-repeat left center;
	
}
.titulka-text ul li a:hover {
	color:#fff;
}
#porovnanieBox:hover .porProd {
	display:block;
}
.porProd {
	background:#fff;
	box-shadow:0 6px 6px #aaa;
	margin-top:15px;
	display:none;
	z-index: 2000;
	position:relative;
}
.porProdContent ul {
	margin:0;
	padding:0;
}
.porProdContent ul li {
	margin:0;
	padding:0;
	list-style:none;
	height:60px;
	clear:both;
}
.porProdContent a.porItemWrap{
	display:block;
	color:#313131;
	text-decoration:none;
	font-weight:bold;
	float:left;
}
.porProdContent a.porItemWrap:hover {
	color:#999;
}
.porImg {
	display:block;
	float:left;
	height:60px;
	width:60px;
	padding-right:12px;
}
.porDesc {
	display:block;
	float:left;
	height:52px;
	padding-right:12px;
	padding-top:8px;
	font-size:14px;
}
.porProdContent span.closer {
	display:block;
	width:60px;
	height:60px;
	float:right;
}
.porProdContent span.closer a {
	width:36px;
	height:36px;
	display:block;
	background:#666;
	float:right;
}
.porProdContent span.closer a:hover {
	background:#333;
}
.porProdContent .cleaner {
	display:block;
}
.porProdContent .delete {
	clear:both;
	padding:6px;
	border-top:1px solid #ddd;
}
.porProdContent .delete a {
	text-transform:none;
	text-decoration:none;
	color:#ff4291;
	font-size:14px;
}
.porProdContent .delete a:hover {
	text-decoration:underline;
}


.scrollSetWrap {
	width: 830px;
	margin-left: 30px;
	height: 200px;
	position: relative;
	overflow: hidden;
}
.scrollSet {
	
}
.scrollSetWrap .pItemSet {
	float: left;
}

.kosikBoxDetailWrap {
	position: absolute;
	right: 0px;
	top: 77px;
	background: white;
	padding: 5px;
	z-index: 2000;
	box-shadow: 0px 6px 6px #aaa;
	padding:8px;
	font-size:14px;
	min-width:200px;
}
.kosikBoxDetailWrap table {
	width:100%;
	border-collapse:collapse;
}
.kosikBoxDetailWrap th, .kosikBoxDetailWrap td {
	white-space:nowrap;
	padding:2px 4px;
}
.kosikBoxDetailWrap th {
	
}
.kosikBoxDetailWrap a img {
	border:none;
}
.kosikBoxDetailWrap h5 {
	padding:0;
	margin:0;
	font-weight:normal;
}
.kosikBoxDetailWrap h5 a {
	text-decoration:none;
}
.kosikBoxDetailWrap .imgCol a {
	display:block;
	width:30px;
	height:30px;
}
.kosikBoxDetailWrap th {
	border-bottom:1px solid #aaa;
}
.kosikBoxDetailWrap h6 {
	margin:0;
	padding:0;
	text-align:left;
	font-size:14px;
}
.kosikBoxDetailWrap a {
	color:#313131;
	font-size:14px;
}
.kosikBoxDetailWrap .hr {
	height:1px;
	background:#ccc;
	margin:6px 0;
}
.goCart {
	padding:6px 10px;
	margin:4px;
	background:#e9e9e9;
	color:#fff;
	font-weight:bold;
	display:inline-block;
	text-decoration:none;
	border-radius:3px;
	float:left;
}
.goCart:hover {
	background:#288889;
	color:#fff;
}
.sumCena {
	float:right;
	padding:6px 10px;
	font-weight:bold;
	display:block;
	font-size:16px;
}
.mainMenuItem277 a {
	color:#ff4291 !important;
}
.active.mainMenuItem277 a span.inner {
	background:#ff4291 !important;
	color:#fff !important;
}
.button {
	display:inline-block;
	background:#31a2a3;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	padding:6px 12px;
}
.prevBtn, .nextBtn {
	position:absolute;
	width:19px;
	height:120px;
	top:120px;
	display:block;
	z-index:600;
	text-indent:-9999px;
}
.nextBtn {
	background:url('/images/right.png') no-repeat center top;
	right:-40px;
}
.prevBtn {
	background:url('/images/left.png') no-repeat center top;
	left:-40px;
}
#showHeurekaBadgeHere-12 {
    position:absolute;
    bottom:75px;
    z-index:5000;
    right:0;
}
.cookies {
    width:100%;
    background:#afafaf;
    position:fixed;
    top:0;
    left:0;
    z-index:150000000;
    padding:6px;
    border-top:1px solid #929292;
}
.cookies .cookContent {
    width:100%;
    max-width:1170px;
    font-size:14px;
    color:#1c1c1c;
    margin:0 auto;
    text-align:left;
    color:#fff;
}
.cookies a {
    padding:6px 12px;
    color:#1c1c1c;
    font-size:12px;
    background:#ffffff;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
    display:inline-block;
    border-radius:2px;
}
.cookies a:hover {
    background:#1c1c1c;
    color:#fff;
}
.loadingArea {
	text-align:center;
	margin:40px 0;
}
.loadingArea a {
	padding:10px 24px;
	background-color:#e9e9e9;
	border-radius:2px;
	text-transform:uppercase;
	font-weight:bold;
	color:#333 !important;
	text-decoration:none;
}
.loadingArea a:hover {
	background-color:#f2f2f2;
}
.loadingArea a.loading {
	background:url('/images/butt-loader.apng') #e9e9e9 no-repeat right 8px center;
	padding-right:40px;
	
}</pre></body></html>