html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #80706c;
	background: #CE2F07 url(img/design/body-bg-n.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html,body {
}

body.intro {
	background: #000;
}
#stranka {
	position: relative; 
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE */ 
	background: url(img/design/obal-bg.jpg) top center repeat-y;
}
/* ------------------------------------------- Vseobecne ------------------------------------------- */
h3 {
	font-size: 14px;
}
h2 {
	height: 36px;
	line-height: 36px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: #F8F7F0;
	border-bottom: 1px solid #f3efd9;
	font-weight: normal;
	font-size: 12px;
	color: #010101;
}
.endfloat {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}
a img { 
	border: none; 
}
a.active {
	text-decoration: underline; 
}
form, 
input, 
p {
	margin: 0px;
	padding: 0px;
}
table { 
	margin: 0px; 
	padding: 0px; 
}
.vpravo {
	text-align: right; 
}
input,
textarea {
	padding-left: 3px; 
	padding-right: 3px; 
}
a { 
	color: #ffbf00;
	text-decoration: none; 
}
a:hover {
	text-decoration: underline; 
}
a.img-border img { 
	border: 1px #f6f6f6 solid; 
}
textarea.px314 {
	width: 214px;
	height: 80px;
}

table {
	border-collapse: collapse;
}
table td {
	padding: 4px 0px;
}
table td.left,
table td.vpravo {
	padding-right: 6px;
	text-align: right;
}
textarea {
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #e3e0c7;
	font-size: 12px;
	background-color: #FFF;
	color: #222;
	overflow: auto;
}
select.select {
	font-size: 12px;
}
input.textboxSmall {
	width: 40px;
	height: 14px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #D2D2D2;
	font-size: 12px;
	background-color: #fff;
	color: #222;
}
input.textbox {
	width: 140px;
	padding: 2px 3px 4px 3px;
	border: 1px solid #c01200;
	border-right: none;
	border-bottom: none;
	font-size: 12px;
	background-color: #efeddf;
	color: #fff;
}
input.button {
	position: relative;
	overflow: hidden;
	width: 92px;
	height: 30px;
	border: none transparent;
	margin-left: -3px;
	font-size: 11px;
	background: url(img/design/btn-bg.png) no-repeat;
	color: #000;
	cursor: pointer;
}
* html #obsah input.button {
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/design/btn-bg.png", sizingMethod="image"); 
}
input.button.active {
	background: url(img/design/btn-bg-active.png) no-repeat;
}
* html #obsah input.button.active {
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/design/btn-bg-active.png", sizingMethod="image"); 
}
/* ------------------------------------------- (Vseobecne) ------------------------------------------- */
/* ------------------------------------------- Hlasky ------------------------------------------- */
.hlaska {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 6px 15px 6px 29px; 
}
.error { 
	background: url(modul/all4shop/img/alert.gif) 6px 6px no-repeat; 
}
.info { 
	background: url(modul/all4shop/img/info.gif) 6px 6px no-repeat; 
}
.success { 
	background: url(modul/all4shop/img/success.gif) 6px 6px no-repeat; 
}
/* ------------------------------------------- (Hlasky) ------------------------------------------- */
/* ---------------------------------- Intro --------------------------------------------- */
.intro .intro-img {
	position: relative;
	width: 100%;
	height: 515px;
	background: url(img/design/intro2.jpg) 50% 0% no-repeat;
	margin-top: 56px;
}
.intro .intro-img .logoklik {
	position: absolute;
	top: 380px;
	left: 50%;
	display: block;
	width: 160px;
	height: 110px;
	margin-left: -90px;
}
.intro .menu {
	position: relative;
	top: 20px;
	width: 725px;
	margin: 0px auto;
}
.intro .menu td {
	text-align: center;
	vertical-align: top;
}
.intro .menu .space {
	width: 44px;
	color: #666666;
}

.intro .menu a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.intro .pata {
	padding-top: 40px;
	width: 700px;
	text-align: center;
	margin: 0px auto;
}
.intro .pata a {
	color: #80706C;
	text-decoration: underline;
}
.intro .pata a:hover {
	text-decoration: none;
}
.intro .pata table.jazykmenu {
	position: relative;
	width: 0%;
	margin: 0px auto;
	margin-top: -52px;
}
.intro .pata table.jazykmenu td div {
	margin-left: 4px;
	padding-left: 3px;
	padding-right: 3px;
	background: #666;
}
.intro .pata table.jazykmenu div.over {
	background: #959191;
}
.intro .pata table.jazykmenu td.active {
	display: none;
}
/* ---------------------------------- (Intro) --------------------------------------------- */
/* ---------------------------------- Obal --------------------------------------------- */
div#obal {
	overflow: hidden;
	position: relative;
	z-index: 86;
	width: 950px;
	margin: 0 auto;
	padding-bottom: 100px;
}
/* ---------------------------------- (Obal) --------------------------------------------- */
/* ---------------------------------- Hlavicka --------------------------------------------- */
#hlavicka {
	position: relative;
	z-index: 92;
	width: 950px;
	height: 210px;
	margin-top: -219px;
}
#hlavicka-img {
	position: relative;
	z-index: 92;
	width: 950px;
	height: 219px;
	background: url(img/design/hlavicka-bg.jpg) no-repeat;
}
/** html #hlavicka-img {
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/design/hlavicka-bg.png", sizingMethod="image"); 
}*/
div#hlavicka a.logoklik {
	position: absolute;
	top: 6px;
	left: 22px;
	display: block;
	width: 276px;
	height: 201px;
}

a.nakupnyKosikLink {
	position: absolute;
	left: 565px;
	top: 68px;
	display: block;
	width: 165px;
	height: 124px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
        
}
a.nakupnyKosikLink:hover {
	text-decoration: none;
}
a.nakupnyKosikLink .nadpis {
        display: block;
	color: #231f20;
	font-size: 12px;
	font-family: Arial;
        font-weight: bold;
        padding-top: 12px;
        margin-bottom: 10px;
}
a.nakupnyKosikLink .count {
	color: #dd5300;
	font-weight: bold;
}
a.nakupnyKosikLink .cenaNakupu span{
    float: left;
}
a.nakupnyKosikLink .cenaNakupu .count {
    float: right;
    margin: 0 25px 0 0;
}
a.nakupnyKosikLink .pocet_tovarov{
    line-height: 20px;
}
a.nakupnyKosikLink .cenaNakupu {
	display: block;
	padding-top: 12px;
}
a.nakupnyKosikLink .cenaNakupu strong{
    top: 0px;
}

div#hlavicka-top {
	position: relative;
	z-index: 89;
	width: 100%;
	height: 56px;
	background: #000;
}
ul.jazykmenu {
	position: absolute;
	top: 12px;
	right: 50%;
	margin: 0px;
	margin-right: -460px;
}
ul.jazykmenu li {
	display: block;
	float: left;
	margin-left: 4px;
	padding-left: 3px;
	padding-right: 3px;
	background: #666;
}
ul.jazykmenu li.over {
	background: #959191;
}
ul.jazykmenu li.active,
ul.jazykmenu li.active.over {
	background: #FFC627;
}
span.ikonkaLang {
	position: relative;
	top: 3px;
	overflow: hidden;
	display: block;
	width: 20px;
	height: 13px;
	cursor: pointer;
}

/* ---------------------------------- (Hlavicka) --------------------------------------------- */
/* ------------------------------------------- Produkt ------------------------------------------- */
.produkt h2 {
	clear: both;
	color: #222;
	position: relative;
}
.produkt h2 a {
	position: absolute;
	right: 15px;
	_right: 29px;
	color: #008DB3;
	font-weight: normal;
	font-size: 10px;
}
#main .najpredavanejsie .produkt {
	overflow: hidden;
}
#main .produkt {
	position: relative;
	width: 450px;
	height: 180px;
	overflow: hidden;
	margin: 0px 0px 14px 0px;
	background: url(img/design/main-separator.gif) 50% 100% no-repeat;
}
#main .produkty {
	padding: 14px 0px 0px 0px;
}
#main .produkt .bar {
	position: relative;
	width: 185px;
	height: 68px;
	background: #df6022 url(img/design/bar-bg.jpg) no-repeat;
}
#main .produkt .bar .dph {
	position: absolute;
	left: 200px;
	bottom: -6px;
	white-space: nowrap;
}
#main .produkt .bar .detail {
	position: absolute;
	left: 32px;
	top: 28px;
}
#main .produkt .bar .kosik {
	position: absolute;
	left: 136px;
	top: 28px;
}
#main .produkt .bar .cena {
	position: absolute;
	left: 200px;
	top: 18px;
	white-space: nowrap;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #d94500;
}
#main .produkt .bar .secmena {
	/*float: left;*/
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #d94500;
}
#main .produkt .btnKosikObal {
	position: absolute;
	right: 4px;
	bottom: 0px;
	width: 36px;
	height: 19px;
	background: url(img/design/btnKosikObal.jpg) no-repeat;
}
#main .produkt .btnKosikObal2 {
	float: left; 
	margin-top: 18px;
	width: 36px;
	height: 19px;
	background: url(img/design/btnKosikObal.jpg) no-repeat;
}
#main a.btnKosik {
	display: block;
	width: 36px;
	height: 19px;
	background: url(img/design/btnKosik.jpg) no-repeat;
	text-decoration: none;
}
#main .produkt a.btnKosik:hover {
	background: none transparent;
	text-decoration: none;
}

#main a.obrazok {
	float: right;
	display: block;
	width: 129px;
	height: 129px;
	margin-top: 12px;
	padding: 8px 0px 0px 9px;
	background: #dd500c url(img/design/produkt-obrazok.gif) no-repeat;
}
#main a.obrazok:hover {
	background-position: 0px -137px;
}
#main .produkt .data-box {
	float: left;
	width: 300px;
	height: 163px;
	padding: 0px 0px 0px 0px;
}
#main .produkt a.title {
	display: block;
	width: 300px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
#main .produkt a.title:hover {
	text-decoration: underline;
}
#main .produkt a.detail {
	font-size: 12px;
	text-align: center;
	color: #ffee7a;
	text-decoration: none;
}
#main .produkt a.detail:hover {
	text-decoration: underline;
}
#main a.kosik {
	font-size: 12px;
	text-align: center;
	color: #ffee7a;
	text-decoration: none;
}
#main a.kosik:hover {
	text-decoration: underline;
}
input.countBox {
	width: 35px;
	height: 15px;
	background: #ece4a8;
	border: 1px solid #cfc478;
	border-right: none;
	border-bottom: none;
	text-align: center;
}
#main .produkt .text {
	position: relative;
	overflow: hidden;
	height: 46px;
	line-height: 16px;
	text-align: justify;
	padding: 6px 2px 6px 2px;
}
.oldprice {
	text-decoration: line-through;
}
#main .produkt .oldprice {
	position: absolute;
	left: 200px;
	top: 0px;
	height: 14px;
	padding: 2px 2px 4px 2px;
	font-size: 12px;
	color: #878787;
	float: none;
	white-space: nowrap;
}
.produkt .galeria {
	position: relative;
	float: left; 
	width: 160px;
}
.produkt-nahlad .obrazky {
	padding-left: 24px;
}
.produkt-nahlad a.gal {
	float: left;
	display: block;
	width: 66px;
	height: 66px;
	padding: 4px;
	margin: 0px 24px 12px 0px;
	background: #DD500C;
}

.produkt .galeria img {
/*	margin-bottom: 10px;*/
}

.produkt .popis {
}

#main .produkt-nahlad {
	position: relative;
}
#main .produkt-nahlad .obal {
	position: relative;
	width: 450px;
	padding: 5px 0px 0px 0px;
}
#main .produkt-nahlad .obal .detail {
	float: left;
	position: relative;
	width: 300px;
}
#main .produkt-nahlad .obal .detail .nadpis {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
}
#main .produkt-nahlad .obal .detail .note {
	line-height: 16px;
	padding: 4px 0px 0px 0px;
}
#main .produkt-nahlad .buy-bar {
	position: relative;
	width: 164px;
	height: 59px;
	margin-top: 12px;
	background: url(img/design/buy-bar.gif) no-repeat;
}
#main .produkt-nahlad .note .text {
	display: block;
	padding: 16px 20px 12px 0px;
	text-align: justify;
}
#main .produkt-nahlad .buy-bar .count {
	width: 103px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	color: #dc4e09;
}
#main .produkt-nahlad .buy-bar input.countBox {
	margin-left: 28px;
	margin-top: 4px;
}
#main .produkt-nahlad .buy-bar a.kosik {
	position: absolute;
	left: 120px;
	top: 20px;
}
#main .produkt-nahlad .price-bar {
	position: absolute;
	right: -134px;
	top: 0px;
	width: 114px;
	height: 59px;
	color: #d94500;
	font-size: 18px;
	line-height: 22px
}
#main .produkt-nahlad .price-bar .dph {
	color: #80706C;
	font-size: 12px;
	line-height: 11px;
}
#main .produkt-nahlad .price-bar .old {
	height: 13px;
	line-height: 13px;
	font-size: 12px;
	color: #80706C;
	text-decoration: line-through;
}
#main .produkt-nahlad .galeria {
	width: 470px;
	padding: 0px 0px 10px 14px;
}
#main .produkt-nahlad .galeria img {
	display: block;
	float: left;
	margin-right: 21px;
	margin-bottom: 12px;
	border: 1px solid #f7f1d4;
}
#main .produkt-nahlad .popis {
	line-height: 16px;
	text-align: justify;
	padding: 11px 22px 11px 22px;
}

.produkt.nahlad .popis {
	width: 308px;
	float: left;
}
.produkt.nahlad .popis div {
	text-align: justify;
}

.produkt.nahlad input.text {
	width: 20px;
	border: 1px #999999 solid;
	font-size: 12px;
}
.produkt img {
	float: left;
}
.produkt form.dokosika {
	position: absolute;
	top: 6px;
	right: 6px;
}
.produkt a.odkaz { 
	font-size: 12px;
	text-decoration: none; 
}
.produkt a.odkaz:hover { 
	text-decoration: underline;
}
.produkt span.nadpis {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #008DB3;
}
.produkt .kategoria {
	display: block;
	padding-top: 6px;
	font-size: 12px;
}

/* CENA */
table.cena {
	width: 100%;
	margin: 8px 0px 0px 0px;
	border-collapse: collapse;
}
table.cena th {
	text-align: left;
	background: #F8F7F0;
	color: #848279;
}
table.cena th,
table.cena td {
	padding: 4px 8px 4px 8px;
}
/*
#main table.cena a.btnKosik {
	position: relative;
	left: 0px;
	top: 0px;
	bottom: auto;
	right: auto;
}
*/

#main .produkt .produkt {
	float: left;
	width: 147px;
	overflow: hidden;
	height: auto;
	margin: 0px 6px 0px 7px;
}
.produkt .produkt span.nadpis { 
	font-size: 12px; 
}
#main .produkt .produkt-tabulka,
#main .produkt .produkt-tabulka table {
	width: 100%;
}
.produkt .produkt a:hover span.nadpis { 
	text-decoration: underline; 
}
.produkt .produkt .popis { 
	width: 100%; 
	padding-top: 5px; 
}
.produkt .produkt img { 
	margin-top: 5px; 
}
.produkt-tabulka {
	width: 100%;
	margin: 7px 0px 7px 2px;
	padding: 3px 0px 3px 0px;
	border-bottom: 0px;
}
.produkt-tabulka strike {
	color: #222;
}
.produkt-tabulka table {
	width: 100%;
	border-collapse: collapse;
}
.produkt-tabulka table img {
	/*border: 1px solid #f3f3f3;*/
}
.produkt-tabulka table td { 
	padding: 3px; 
	border-bottom: 1px #F8F7F0 solid; 
}
.produkt-tabulka table tr { 
	background: url(img/design/main-separator.gif) 50% 95% no-repeat;
}
.produkt-tabulka table td.right {
	padding-right: 0px;
	white-space: nowrap;
	text-align: right;
}
.produkt-tabulka table td.obrazok {
	width: 53px;
	padding: 8px 12px 8px 0px;
}
.produkt-tabulka table td.obrazok a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 47px;
	height: 47px;
	padding: 5px 0px 0px 5px;
	background: url(img/design/obrazok-bg-small.gif) no-repeat;
}
.produkt-tabulka table td.obrazok a:hover {
	background-position: 0px -52px;
}
.produkt-tabulka table td.obrazok a img {
	display: block;
}
.produkt-tabulka table table { 
	width: auto; 
}
.produkt-tabulka table table td { 
	padding: 1px;
	border: none;
}
.produkt-tabulka span.nadpis {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.produkt-tabulka span.nadpis a {
	color: #000000;
}
.produkt-tabulka span.cena { 
	padding: 0px;
	font-size: 12px;
	color: #d94500;
	font-weight: bold;
}
#main .produkt-tabulka span.secmena { 
	display: block;
	font-size: 12px;
	color: #d94500;
	font-weight: bold;
}
.produkt-tabulka table th {
	padding: 6px 0px 6px 0px;
	background: #F8F7F0;
	color: #848279;
}
.produkt .produkt-tabulka {
	width: 480px;
}
/* ------------------------------------------- (Produkt) ------------------------------------------- */
/* ---------------------------------- Vyhladavanie --------------------------------------------- */
div#vyhladavanie {
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 300px;
	margin-left: -460px;
}
div#vyhladavanie form { 
	display: inline; 
}
div#vyhladavanie span {
	float: left;
	display: block;
	padding: 4px 10px 0px 0px;
	color: #fff;
}
div#vyhladavanie input.textbox {
	float: left;
	width: 136px;
	margin-right: 3px;
	padding: 2px 3px 2px 3px;
	font-size: 12px;
	background: #ffc627;
	color: #000;
	border: 1px solid #ff5503;
	border-right: none;
	border-bottom: none;
}
div#vyhladavanie input.button {
	float: left;
	position: relative;
	top: -1px;
	left: 3px;
	width: 24px;
	height: 23px;
	background: url(img/design/btnSearch.gif) no-repeat;
	border: none;
	cursor: pointer;
}
div#vyhladavanie input.button.active {
	background: url(img/design/btnSearch-active.gif) no-repeat;
}
/* ---------------------------------- (Vyhladavanie) --------------------------------------------- */
/* ---------------------------------- Kosik --------------------------------------------- */
div#hlavicka-top div#nakupny_kosik {
	position: relative;
	float: right;
	padding-top: 3px;
	padding-right: 35px;
}
div#nakupny_kosik a {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
table.kosik {
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
	color: #444;
}
table.kosik tr {
	background: url(img/design/main-separator.gif) 50% 100% no-repeat;
}
table.kosik th { 
	padding: 4px 5px 4px 5px;
	text-align: right; 
	background-color: #f9f1b3;
	white-space: nowrap;
}
table.kosik td {
	padding: 5px;
	text-align: right;
}
table.kosik a { 
	color: #DC9E00; 
	text-decoration: none; 
}
table.kosik a:hover { 
	text-decoration: underline; 
}
table.kosik a.bezciarky { 
	text-decoration: none; 
}
table.kosik input.novypocet { 
	width: 20px;
	border: 1px #404040 solid;
	padding-left: 2px;
	font-size: 12px;
}
div#all4shop-kosik {
	font-size: 12px;
	padding-bottom: 20px;
}
div#all4shop-kosik input.text {
	border: 1px #999999 solid;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
span.ikonkaKosik {
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	width: 12px;
	height: 11px;
	background: url(img/design/kosik.gif) no-repeat;
}

/* -------------------------------------- Taby --------------------------------- */
.tabPlusTabula {
	position: relative;
	margin: 24px 0px 0px 0px;
}
.tabPlusTabula ul.tab {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 27px;
	background: url(img/design/tabPlusTabula-ul-bg.gif) 50% 100% no-repeat;
}
.tabPlusTabula ul.tab,
.tabPlusTabula ul.tab li {
	margin: 0px;
	padding: 0px;
}
.tabPlusTabula ul.tab li {
	display: block;
	float: left;
}
div#main .tabPlusTabula ul.tab li a {
	display: block;
	padding: 4px 20px 4px 20px;
	border: 1px solid #e6deac;
	border-bottom: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
div#main .tabPlusTabula ul.tab li.tab a {
	margin-top: 5px;
	padding: 3px 20px 4px 20px;
	color: #929292;
	background-color: #E9E9E9;
	background-image: url(img/design/tab-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-right: 1px solid #e6deac;
	text-align: center;
}
div#main .tabPlusTabula ul.tab li.tab a:hover {
	background-position: 0px -21px;
	color: #525252;
}
div#main .tabPlusTabula ul.tab li.tab_h a {
	margin-top: 0px;
	padding: 6px 20px 6px 20px;
	color: #525252;
	background: #fff7c5 url(img/design/tab_h-bg.gif) repeat-x;
	border-right: 1px solid #e6deac;
	font-weight: bold;
}
.tabPlusTabula ul.tab li span {
	display: block;
	visibility: hidden;
	padding: 0px 20px;
	font-weight: bold;
	font-size: 12px;
	margin-top: -20px;
}
.tabulaObsahStyle {
	margin-top: -2px;
	padding: 25px 15px 25px 15px; 
	background: #fff7c5;
	border: 1px #e6deac solid;
	border-top: none;
}
.tabulaObsahStyle .text {
	line-height: 16px;
	text-align: justify;
}
/* -------------------------------------- (Taby) --------------------------------- */
/* ---------------------------------- (Kosik) --------------------------------------------- */


/* ---------------------------------- Prihlasenie --------------------------------------------- */
div#moje-menu { 
	position: absolute;
	right: -5px;
	top: 80px;
	width: 210px;
	height: 106px;
        padding: 0;
}
div#moje-menu .user {
	padding-top: 3px;
	margin-bottom: 6px;
	color: #dd5300;
}
div#moje-menu .user span{
    color: #fff;
}
div#moje-menu .body {
	position: absolute;
	right: 28px;
	top: 54px;
	color: #fff;
}
div#moje-menu .all4shop-odhlasenie input.button {
	position: absolute;
	right: 20px;
	bottom: 15px;
}
div#moje-menu .hlaska {
	position: absolute;
	top: -30px;
	left: 0px;
	width: 150px;
        font-weight: bold;
	color: #6b6b6b;
        border: 1px solid red;
	background: #fff url(modul/all4shop/img/alert-moje-menu.gif) 6px 6px no-repeat; 
}
div#moje-menu .nadpis {
	color: #231f20;
	font-size: 12px;
	font-family: Arial;
        font-weight: bold;
}

div#moje-menu a {
	padding-left: 0px;
	/*background: url(img/design/sipka.gif) 0px 50% no-repeat;*/
        display: block;
        color: #231f20;
        text-decoration: underline;
        font-size: 10px;
}
div#moje-menu a.active, div#moje-menu a:hover { 
	text-decoration: none; 
}
div#moje-menu img {
	position: relative;
	top: 2px;
}
#moje-menu input.textbox {
	width: 149px;
        height: 17px;
	margin-top: 5px;
        border: none;
	padding: 0px 3px 2px 6px;
        line-height: 18px;
	font-size: 10px;
        font-family: arial;
        color: #231f20;
        override: none;
	background: url(img/design/tb-bg.gif) left top no-repeat;
}
#moje-menu table {
        
	margin-top: 4px;
	margin-bottom: 6px;
        margin-left: 0px;
	border-collapse: collapse;
        
}
#moje-menu table td {
	padding: 0 17px 0 0;
}
.registr_heslo{
    position: absolute;
    bottom: 5px;
}

#moje-menu table td.td_popis{
    
}
#moje-menu table td.td_popis label{
        color: #231f20;
        font-size: 11px;
        
}
div#moje-menu input.button {
	width: 67px;
	height: 24px;
        margin-top: 10px;
	margin-left: 80px;
	border: none;
	color: #000;
	font-size: 12px;
	font-weight: normal;
        font-family: arial;
	cursor: pointer;
	background: url(img/design/btn-login-bg2.gif) no-repeat;
}
div#moje-menu input.button.active {
	background: url(img/design/btn-login-bg-active2.gif) no-repeat;
}
/* ---------------------------------- (Prihlasenie) --------------------------------------------- */
/* ---------------------------------- Menu --------------------------------------------- */
#hlavicka-top .menu {
	position: absolute;
	overflow: hidden;
	z-index: 400;
	left: 50%;
	top: 35px;
	width: 612px;
	height: 68px;
	margin-left: -137px;
	background: url(img/design/menu-bg.jpg) no-repeat;
}
#hlavicka-top .menu ul,
#hlavicka-top .menu li {
	display: block;
	margin: 0px;
	padding: 0px;
}
#hlavicka-top .menu ul {
	position: relative;
	top: 0px;
	left: 23px;
	width: 888px;
	height: 74px;
	overflow: hidden;
	font-family: tahoma;
}
#hlavicka-top .menu li {
	float: left;
}
#hlavicka-top .menu a {
	float: left;
	display: block;
	height: 74px;
	line-height: 74px;
	padding: 0px 12px 0px 12px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
}
#hlavicka-top .menu li.ciarka {
	position: relative;
	width: 2px;
	height: 74px;
	overflow: hidden;
	background: url(img/design/menuSeparator.gif) 50% 50% no-repeat;
}
#hlavicka-top .menu a.active,
#hlavicka-top .menu a.active:hover {
	color: #ffe222;
	text-decoration: none;
}
#hlavicka-top .menu a:hover {
	text-decoration: underline;
}
/* ---------------------------------- (Menu) --------------------------------------------- */
.main .hierarchia {
	position: relative;
	padding: 0px 0px 9px 0px;
	font-size: 12px;
}
.main .hierarchia a {
	color: #D93F35;
	text-decoration: none;
}
.main .hierarchia a:hover {
	text-decoration: underline;
}
/* ---------------------------------- Obsah --------------------------------------------- */
#obsah {
	position: relative;
	overflow: hidden;
	width: 960px;
	/*background: url("img/design/obal-bg.jpg") repeat-y scroll -417px 51px transparent;*/
}

.obsah,
.kategoriaPopis {
	padding: 0px 0px 30px 0px;
	text-align: justify;
	line-height: 16px;
	color: #3F3937;
}
.obsah h2 {
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
	background: none transparent;
	border: none;
}
.kategorie h2{
    
    padding: 0;
    color: #231f20;
    font-family: Arial;
    font-size: 12px;
    
}
.stlpecBox {
	position: relative;
	width: 187px;
	margin-bottom: 22px;
	padding: 0px 14px 16px 16px;
	background: url(img/design/stlpecBoxBg5.png) repeat-y;
}
.stlpecBox-top {
	position: relative;
	margin-top: 0px;
	z-index: 999!important;
	/*overflow: hidden;*/
	width: 217px;
	height: 20px;
	background: url(img/design/stlpecBox-top3.gif) no-repeat;
        
}
.stlpecBox h2 {
        position: relative;
        top: -8px;
	margin: 0px;
	padding: 0;
	color: #231f20;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	background: none transparent;
	border: none;
}
.stlpecBox .bottom {
	position: absolute;
	left: 0px;
	bottom: -16px;
	width: 217px;
	height: 18px;
	background: url(img/design/stlpecBoxBottom3.gif) no-repeat;
}
* html .stlpecBox .bottom {
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/design/stlpecBoxBottom.png", sizingMethod="image"); 
}

/* ---------------------------------- (Obsah) --------------------------------------------- */
/* ---------------------------------- lavy-stlpec --------------------------------------------- */
div#lavy-stlpec { 
	position: relative;
	float: left;
	width: 217px;
	margin-right: 6px;
	overflow: hidden;
	/*
	min-height: 370px;
	_height: 370px;
	*/
}
div#pravy-stlpec .boxBottom,
div#lavy-stlpec .boxBottom {
	position: relative;
	width: 197px;
	height: 6px;
	font-size: 1px;
	background: url(img/design/tovarKatBottom.jpg) no-repeat;
}
div#lavy-stlpec .banner { 
	position: relative;
	width: 217px;
	overflow: hidden;
	margin: 4px 0px 4px 0px;
}
div#pravy-stlpec .banner { 
	position: relative;
	width: 234px;
	overflow: hidden;
	margin: 0px;
}
div#lavy-stlpec h1 {
	position: relative;
	left: 0px;
	width: 201px;
	height: 60px;
	line-height: 60px;
	margin: 0px;
	padding: 0px 0px 0px 33px;
	color: #010101;
	background: #f8f7f0 url(img/design/lavy-stlpec-h1.gif) no-repeat;
	font-size: 13px;
	font-weight: bold;
}
/* ---------------------------------- (lavy-stlpec) --------------------------------------------- */
/* ---------------------------------- kategorie menu --------------------------------------------- */
.kategorie {
	/*
	padding: 14px 0px 14px 28px;
	*/
}
.kategorie ul {
	position: relative;
	width: 187px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	font-size: 12px;
}

.kategorie li {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #fffbe1;
	/*background: url(img/design/katLiBg.gif) no-repeat;
	background-position: -191px 0px;*/
}
.kategorie li.hlbsie {
    background: url(img/design/katLiBg_dark3.gif) left bottom repeat-x;
    
}

.kategorie li.nekliknutelna {
	padding: 0px 0px 0px 40px;
}
.kategorie li.ciarka {
	width: 100%;
	height: 1px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	background: none transparent;
}
.kategorie li.hlbsieciarka {
	margin-bottom: -1px;
	width: 100%;
	height: 1px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	/*
	background: #fffef8 url(img/design/a-ciarka-deep.gif) 50% 0% no-repeat;
	*/
}
.kategorie li a {
	display: block;
	overflow: hidden;
	padding: 4px 5px 4px 10px;
	text-decoration: none;
	color: #231f20;
	font-family: Arial;
	font-size: 12px;
}
.kategorie li a:hover { 
	text-decoration: underline; 
}
.kategorie li.hlbsie a {
	font-weight: normal;
}
.kategorie li.top-aktivna-priamo {
	/*background: url(img/design/katLiBg_active.gif) no-repeat;
	background-position: -191px 0px;*/
        
	text-decoration: underline;
	font-weight: bold;
	color: #dd500c;
}
.kategorie li.top-aktivna-priamo a {
	color: #dd500c;
}
.kategorie li.aktivna {
	text-decoration: none;
	font-weight: bold;
	/*background: url(img/design/katLiBg_active_dark.gif) no-repeat;*/
	color: #dd500c;
}
.kategorie li.aktivna a {
	color: #dd500c;
	font-weight: bold;
}
.kategorie li.top-aktivna {
	/*background: url(img/design/katLiBg_active.gif) no-repeat;
	background-position: -191px 0px;*/
	color: #dd500c;
}
.kategorie li.top-aktivna a {
	color: #dd500c;
}

/* ---------------------------------- (kategorie menu) --------------------------------------------- */
/* ---------------------------------- Newsletter --------------------------------------------- */
div#newsletter {
    position: absolute;
    left: 415px;
    top: 68px;
    width: 140px;
    height: 125px;
   
}
div#newsletter h2{
    padding: 0;
    background: none;
    margin: 0;
    border: none;
    padding-top: 0px;
    font-weight: bold;
    font-size: 12px;
    color: #231f20;
}
div#newsletter div {
	
}
div#newsletter table{
}
div#newsletter td.blabol {
	color: #231f20;
        padding: 0;
        font-size: 11px;
        padding-bottom: 5px;
	/*padding: 6px 12px 6px 12px;
	background: url(img/design/anketa-otazka.gif);*/
}
div#newsletter input.textbox {
	width: 113px;
	height: 18px;
	/*padding-top: 2px;*/
        padding: 0;
        border: none;
        color: #231f20;
        font-size: 10px;
        font-family: Arial;
        line-height: 22px;
        padding: 0 0 0 7px;
        margin: 0 0 0px 0;
	background: url(img/design/newsletter-email-bg.gif) left top no-repeat;
}
div#newsletter form { 
	position: relative;
	margin: 0px;
	margin-top: 4px;
	padding: 0px;
}
div#newsletter input.button {
	margin-top: 8px;
        color: #000;
        font-family: Arial;
        font-size: 12px;
        width: 67px;
        height: 24px;
        background: url(img/design/btn-login-bg2.gif) no-repeat;
}
div#newsletter input.button:hover {
    background: url(img/design/btn-login-bg-active2.gif) no-repeat;
}
div#newsletter .hlaska {
        position: absolute;
        left:-10px;
        top: -45px;
	margin: 0;
	background: url(modul/all4shop/img/alert.gif) 5px 3px no-repeat;
	width: 90px;
	padding-left: 28px; 
	padding-top: 5px;
	padding-bottom: 5px;
	color: #6B6B6B;
	font-weight: bold;
	border: 1px red solid; 
	background-color: White;
}

/* ---------------------------------- (Newsletter) --------------------------------------------- */
/* ---------------------------------- main --------------------------------------------- */
div#main-obal{
    position: relative;
    float: left;
    /*width: 451px;*/
    width: 503px;
	margin-right: 7px;
	margin-bottom: 24px;
    padding: 0px;
}
div#main {
	position: relative;
	overflow: hidden;
	/*float: left;*/
	width: 451px;
	margin-right: 7px;
	margin-bottom: 24px;
	padding: 16px 26px 0px 26px;
	background: url(img/design/main.gif) repeat-y;
}
div#main-top-bg{
    position: relative;
    /*overflow: hidden;*/
    /*float: left;*/
    width: 451px;
    height: 8px;
    margin-right: 7px;
    margin-bottom: 0px;
    padding: 0px 26px 0px 26px;
    background: url(img/design/main-top.jpg) no-repeat;
}
.main .hlaska {
	width: 383px;
}
.main a {
	color: #d94500;
	text-decoration: underline;
}
.main a:hover {
	text-decoration: none;
}
.main-bottom {
	clear: both;
	position: relative;
	left: -26px;
	width: 503px;
	height: 24px;
	background: url(img/design/main-bottom.gif) no-repeat;
}
#main input.textbox {
	background: #fff;
	color: #000;
	border: 1px solid #d2d2d2;
	border-right: none;
	border-bottom: none;
}
#main textarea {
	border: 1px solid #d2d2d2;
	border-right: none;
	border-bottom: none;
}
div#main .banner {
	position: relative;
	width: 450px;
	margin-bottom: 8px;
	overflow: hidden;
	text-align: center;
}
h1.main-title {
	position: absolute;
	left: 40px;
	top: 160px;
}
div#main h1 {
	position: relative;
	width: 460px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	font-size: 12px;
	font-family: arial;
	background: none transparent;
	font-weight: bold;
}
div#main h1 a {
	position: absolute;
	right: 26px;
	top: 48px;
	font-size: 12px;
}
div#main h1.inbox {
	height: 14px;
	padding-top: 18px;
	padding-bottom: 4px;
}
div#main h1.inbox.sep {
	width: 451px;
	height: 0px;
	margin-left: -26px;
	padding: 48px 26px 20px 26px;
	background: url(img/design/main_sep.jpg) no-repeat;
}
div#main p.hlaska { 
	margin-top: 15px; 
	margin-left: 15px; 
}
/* ---------------------------------- (main) --------------------------------------------- */
/* ---------------------------------- nastavenie vypisu --------------------------------------------- */
.nastavenie-vypisu {
	position: relative;
	height: 17px;
	padding: 0px 0px 9px 0px;
	font-size: 12px;
	text-align: right;
	color: #65635b;
	background: url(img/design/main-separator.gif) 50% 90% no-repeat;
}
.nastavenie-vypisu a {
	color: #80706c;
	text-decoration: underline;
}
.nastavenie-vypisu a:hover {
	text-decoration: none;
}
.nastavenie-vypisu a.active {
	font-weight: bold;
	text-decoration: none;
}
.nastavenie-vypisu .label {
	display: block;
	float: left;
}
.nastavenie-vypisu .sepa {
	padding-right: 4px;
	border-left: 1px solid #d5cead;
}
.nastavenie-vypisu a.zobraz-obrazok {
	display: block;
	float: left;
	padding-left: 6px;
	/*
	background: url(img/design/zobraz-obrazok.gif) 0px 1px no-repeat;
	*/
	height: 16px;
	line-height: 16px;
	margin-right: 5px;
}
.nastavenie-vypisu a.zobraz-tabulku {
	display: block;
	float: left;
	padding-left: 8px;
	/*
	background: url(img/design/zobraz-tabulka.gif) 0px 1px no-repeat;
	*/
	height: 16px;
	line-height: 16px;
	border-left: 1px solid #d5cead;
}
.nastavenie-vypisu a.sipka-hore {
	width: 10px;
	height: 10px;
}
.nastavenie-vypisu a.sipka-dole {
	width: 10px;
	height: 10px;
	background: #6B6B6B;
}
/* ---------------------------------- (nastavenie vypisu) --------------------------------------------- */
/* ---------------------------------- ramik --------------------------------------------- */
.ramik {
	width: 450px;
	padding: 0px;
	text-align: justify;
}
/* ---------------------------------- (ramik) --------------------------------------------- */
.text-kategorie {
	color: #555;
	text-align: justify;
	padding: 0px 15px 15px 15px;
}
div#registracny-formular p.hlaska { 
	margin-top: 0px; margin-bottom: 0px; 
}
/* ---------------------------------- registracny form --------------------------------------------- */
div#registracny-formular { 
	font-size: 12px;
	padding-bottom: 25px;
}
div#registracny-formular table {
	border-collapse: collapse;
}
div#registracny-formular table td { 
	vertical-align: top; color: #222; 
}
div#registracny-formular table td.vpravo { 
	vertical-align: middle; color: #222; 
}
div#registracny-formular table td input#cbUserType1 { 
	border: none; 
}
div#registracny-formular table td input#cbUserType2 { 
	border: none; 
}
/* ---------------------------------- (registracny form) --------------------------------------------- */
/* ---------------------------------- strankovanie --------------------------------------------- */
.strankovanie { 
	clear: both;
	padding: 12px 0px 0px 0px;
	text-align: right;
}
.strankovanie.after { 
	padding-top: 12px;
	padding-bottom: 18px;
}
.strankovanie form {
	float: left;
	color: #666;
}
.strankovanie form select {
	font-size: 12px;
}
.strankovanie a.aktivna {
	color: #aaa;
	text-decoration: underline;
}
/* ---------------------------------- (strankovanie) --------------------------------------------- */
/* ---------------------------------- charakteristiky --------------------------------------------- */
table.charakteristiky {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 6px 0px 12px 0px;
	padding: 0px;
}
table.charakteristiky h3 {
	margin: 12px 0px 6px 0px;
	padding: 3px 5px 3px 5px;
	background: #F8F7F0;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	font-size: 12px;
	color: #222;
}
table.charakteristiky td {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
table.charakteristiky td.vpravo { 
	text-align: left; 
	padding: 2px 5px 2px 5px; 
}
table.charakteristiky td.tucne { 
	width: 45%;
	padding: 2px 5px 2px 5px; 
	text-align: right;
	font-weight: bold; 
}
/* ---------------------------------- (charakteristiky) --------------------------------------------- */
/* ---------------------------------- pravy stlpec --------------------------------------------- */
div#pravy-stlpec {
	float: left;
	width: 217px;
	overflow: hidden;
}
div#pravy-stlpec h1 {
	position: relative;
	left: 0px;
	width: 201px;
	height: 60px;
	line-height: 60px;
	margin: 0px;
	padding: 0px 0px 0px 33px;
	background: #f8f7ef url(img/design/pravy-stlpec-h1.gif) no-repeat;;
	color: #010101;
	font-size: 13px;
	font-weight: bold;
}
div#pravy-stlpec h1.moje-menu {
	height: 49px;
	line-height: 40px;
	background: #f8f7ef url(img/design/moje-menu-nadpis.gif) no-repeat;
}
/* ---------------------------------- nove produkty --------------------------------------------- */
div#pravy-stlpec #novinky .produkt {
	width: 173px;
	padding: 6px 12px 12px 12px;
	cursor: pointer;
}
div#pravy-stlpec #novinky .noBg {
	background: none transparent;
}
div#pravy-stlpec #novinky .noBg span.nadpis {
	text-decoration: underline;
}
.novinkyBoxTop {
	width: 167px;
	height: 1px;
	_margin-top: -1px;
	font-size: 1px;
	background: url(img/design/novinkyBoxTop.jpg) no-repeat;
}
.novinkyBoxBottom {
	width: 197px;
	height: 2px;
	font-size: 1px;
	background: url(img/design/novinkyBoxBottom.jpg) no-repeat;
}
.novinkyBottom {
	position: relative;
	top: -1px;
	width: 197px;
	height: 6px;
	margin-bottom: 8px;
	font-size: 1px;
	background: url(img/design/novinkyBottom.jpg) no-repeat;
}
div#pravy-stlpec #novinky .popis {
	width: 174px;
	text-align: justify;
	padding: 0px;
	color: #222;
}
div#pravy-stlpec #novinky span.nadpis {
	display: block;
	width: 174px;
	font-size: 12px;
	overflow: hidden;
}
div#pravy-stlpec #novinky span.datum {
	display: block;
	padding-bottom: 6px;
	font-size: 12px;
	color: #222;
}
/* ---------------------------------- (nove produkty) --------------------------------------------- */
/* ---------------------------------- moje menu --------------------------------------------- */
div#pravy-stlpec .moje-menu { 
	padding: 6px 12px 12px 12px;
	color: #222;
	font-size: 12px;
}
div#pravy-stlpec .moje-menu strong {
	position: relative;
}
div#moje-menu img {
	position: relative;
	top: 2px;
}
/* ---------------------------------- (moje menu) --------------------------------------------- */
/* ---------------------------------- kosik menu --------------------------------------------- */
div#pravy-stlpec .obsahKosik {
	position: relative;
	left: -4px;
	width: 159px;
	height: 17px;
	padding: 9px 0px 0px 8px;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #000;
	background: url(img/design/kosikObsahBg.jpg) no-repeat;	
}
div#pravy-stlpec .kosikPolozka {
	position: relative;
	left: -5px;
	width: 159px;
	height: 26px;
	padding: 7px 0px 0px 8px;
	font-size: 12px;
	font-family: arial;
	color: #acacac;
	background: url(img/design/kosikPolozkaBg.jpg) no-repeat;
	border: 1px solid #fff;
	line-height: 13px;
}
div#pravy-stlpec .kosikCena {
	position: relative;
	left: -4px;
	width: 159px;
	height: 17px;
	padding: 7px 0px 0px 8px;
	font-size: 12px;
	font-family: arial;
	color: #4c4c4c;
	background: url(img/design/kosikCena.jpg) no-repeat;
}
div#pravy-stlpec .kosikDPH {
	position: relative;
	left: -4px;
	width: 159px;
	height: 14px;
	margin-bottom: 7px;
	padding: 3px 0px 0px 8px;
	font-size: 9px;
	font-family: arial;
	color: #adadad;
	background: url(img/design/kosikDPH.jpg) no-repeat;
}
/* ---------------------------------- (kosik menu) --------------------------------------------- */
/* ---------------------------------- pata --------------------------------------------- */
div#pata {
	position: absolute;
	bottom: -40px;
	left: 0px;
	z-index: 74;
	width: 100%;
	height: 100px;
	margin: 0px auto;
	background: url(img/design/pata.png) repeat-x;
	color: #80706C;
	font-size: 12px;
}
div#pata .naj {
	position: absolute;
	left: 17px;
	top: 52px;
}
div#pata .seo {
	position: relative;
	top: 22px;
	text-align: center;
}
div#pata .palmy {
	position: relative;
		width: 100%;
	height: 193px;
	margin-top: -180px;
}
div#pata .lpalma {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 199px;
	height: 193px;
	background: url(img/design/palma_l.png) 10% 50% no-repeat;
}
div#pata .rpalma {
	position: absolute;
	right: 10px;
	top: 0px;
	width: 199px;
	height: 193px;
	background: url(img/design/palma_r.png) no-repeat;
}
* html div#pata .lpalma {	
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/design/l_palma.png", sizingMethod="image"); 
}
* html div#pata .rpalma {	
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/design/r_palma.png", sizingMethod="image"); 
}
div#pata .pata-wrapper {
	position: relative;
	width: 922px;
	height: 60px;
	margin: 0px auto;
}
div#pata .copyright {
	position: absolute;
	top: 52px;
	left: 37px;
}
div#pata .power {
	position: absolute;
	top: 52px;
	right: 17px;
}
div#pata .power a {
	color: #80706C; 
	text-decoration: underline;
}
div#pata .power a:hover { 
	text-decoration: none; 
}
/* ---------------------------------- pata --------------------------------------------- */
/* ------------------------------- anketa ---------------------------- */
.anketa {
	width: 100px;
	color: #fff;
}
.anketa .obal {
	position: relative;
	overflow: hidden;
	width: 200px;
	margin-top: 3px; 
	padding-top: 18px;
	padding-bottom: 8px;
	border: none;
}
.anketa a.graf {
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	width: 160px;
	height: 10px;
	margin-bottom: 4px;
	background: #eb7c14;
}
.anketa span.perc { 
	display: block;
	float: left;
	font-size: 12px;
	padding-left: 6px;
}
.anketa span { 
	display: block; 
}
.anketa a.odkaz { 
	float: left;
	clear: both;
	color: #FFE400;
	display: block;
	padding-bottom: 3px;
	text-decoration: none; 
	font-size: 12px;
}
.anketa a.odkaz:hover { 
	text-decoration: underline; 
}
.anketa .detaily {
	width: 169px;
	margin: -5px 0px 0px 0px;
	padding: 2px 0px 12px 0px;
}
.anketa img { 
	display: block;
	border: none;
	border-right: 2px solid #dd4f0a;
	margin: 0px;
}
.anketa .otazka { 
	position: relative;
	z-index: 90;
	width: 163px;
	margin: 0px 0px -10px 0px;
	padding: 6px 12px 6px 12px;
	background: url(img/design/anketa-otazka.gif);
}
.anketa .perc { 
	display: inline;
	font-size: 12px;
}
/* ------------------------------- (anketa) ---------------------------- */
/* ------------------------------- zlozky kategorii ---------------------------- */
.nahlady {
	width: 460px;
	padding: 16px 0px 0px 0px;
}
.kategoriaVypisNahlady {
	float: left;
	position: relative;
	width: 125px; /*199px;*/
	height: 198px;
	margin: 0px 11px 11px 0px; /*0px 16px 16px 0px;*/
	padding: 10px 9px 9px;
	background: url(img/design/kat_nahlady_bg2.gif) no-repeat top left;
}
.kategoriaVypisNahlady.parne {
	margin-right: 0px;
}
.kategoriaVypisNahlady:hover {
	background-position: bottom left;
}
.kategoriaVypisNahlady .nadpis {
	display: block;
	text-align: center;
	width: 115px; /*189px;*/
	height: 34px; /*17px;*/
	padding: 8px 5px 0px;
	margin-bottom: 3px;
	overflow: hidden;
}
.kategoriaVypisNahlady .nadpis a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 13px;
}
.kategoriaVypisNahlady .nadpis a:hover {
	text-decoration: underline;
}
.kategoriaVypisNahlady .pocetProdukt {
	display: block;
	text-align: center;
	width: 115px; /*189px;*/
	height: 15px;
	margin-bottom: 5px;
	padding: 0px 5px;
	overflow: hidden;
}
/*.kategoriaVypisNahlady {
	float: left;
	position: relative;
	width: 145px;
	height: 150px;
	margin: 0px 8px 20px 0px;
}
.kategoriaVypisNahlady a.obr {
	position: absolute;
	top: 2px;
	left: 2px;
}
.kategoriaVypisNahlady .nadpis a {
	font-weight: bold;
	text-decoration: none;
}
.kategoriaVypisNahlady span.obrazokObal {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 145px;
	height: 91px;
	z-index: 99;
	background: url(img/design/kategoriaObrazokBg.png) no-repeat;
}
*html .kategoriaVypisNahlady span.obrazokObal {
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/design/kategoriaObrazokBg.png", sizingMethod="image");
}
.kategoriaVypisNahlady span.obrazokObal.hover {
	background: url(img/design/kategoriaObrazokBgHover.png) no-repeat;
	cursor: pointer;
}
*html .kategoriaVypisNahlady span.obrazokObal.hover {
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/design/kategoriaObrazokBgHover.png", sizingMethod="image");
}
.kategoriaVypisNahlady span {
	position: absolute;
	top: 96px;
	left: 8px;
	display: block;
}
.kategoriaVypisNahlady span.pocetProdukt {
	top: 130px;
}*/
/* ------------------------------- (zlozky kategorii) ---------------------------- */
/* ------------------------------------- Formulare ----------------------------- */
.formular {
	
}
.formular.pred {
	margin-bottom: 24px;
}
.formular.za {
	margin-top: 24px;
}
.formular legend {
	font-size: 12px;
	font-weight: bold;
	color: #b4b094;
	font-family: tahoma;
}
.formular fieldset {
	border: 4px solid #f6f1cb;
}
.formular .form-wrapper {
	padding: 12px;
}
.formular table td.left {
	width: 35%;
}
.formular input.textbox {
	width: 140px;
}
.formular input.button {
	margin-top: 8px;
}
/* ------------------------------------ (Formulare) ----------------------------- */
/* ------------------------------- novinky ---------------------------- */
div.novinky {
	position: relative;
	padding-top: 14px;
	color: #fff;
	width: 187px;
}
div.novinka {
	margin: 0px 0px 12px 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	background: url(img/design/main-separator.gif) 50% 100% no-repeat;
	color: #fff;
}
div.novinka div {
	padding: 0px 10px 0px 6px;
	text-align: justify;
}
.novinka img {
	float: left;
	border: 4px solid #F2AA00;
	margin-right: 10px;
	margin-bottom: 4px;
}
div.novinka a.viac {
	color: #ff9d00;
	text-decoration: underline;
	line-height: 20px;
}

div.novinka a.viac:hover {
	text-decoration: none; 
}

div.novinka a {
	color: #ff9d00;
	text-decoration: none;
}
div.novinka a:hover {
	text-decoration: underline;
}
div.novinka .nazov {
	padding-left: 6px;
	color: #FFE400;
}
div.novinka .price-bar {
	padding: 12px 0px 12px 0px;
}
div.novinka .price-bar .prim,
div.novinka .price-bar .sec {
	color: #F9CF01;
	font-weight: bold;
	font-size: 12px;
}
div.novinka .price-bar .sec {
	font-weight: normal;
	font-size: 12px;
}
div.novinka .price-bar .old {
	display: block;
	font-size: 12px;
	color: #cfcfcf;
	text-decoration: line-through;
}
/* ------------------------------- (novinky) ---------------------------- */
table.tabulka_varianty {
	font-size: 12px;
	border-collapse: collapse;
}
table.tabulka_varianty th {
	margin-bottom: 6px;
	padding: 8px 7px 8px 7px;
	color: #848279;
}
table.tabulka_varianty tr {
	background: url(img/design/main-separator.gif) 50% 100% no-repeat;
}
table.tabulka_varianty tr.vari {
	/*background: none transparent;*/
}
table.tabulka_varianty tr.vari.even {
	/*background: #f2f1e5;*/
}

table.tabulka_varianty td {
	text-align: center;
	padding: 4px 0px 4px 0px;
	vertical-align: middle;
}
table.tabulka_varianty td.obrazok {
	width: 50px;
	height: 60px;
	padding: 0px 8px 0px 20px;
	text-align: right;
}
table.tabulka_varianty td.obrazok a {
	display: block;
	width: 50px;
	height: 50px;
	padding: 5px;
	margin: 4px;
	background: #DD500C;
}
table.tabulka_varianty td.obrazok a:hover {
	background: #eba30a;
}
table.tabulka_varianty td.obrazok div img {
	display: block;
}
table.tabulka_varianty td.price .old {
	text-decoration: line-through;
}
table.tabulka_varianty td.price .cena {
	color: #d94500;
	font-weight: bold;
	font-size: 12px;
}

table.tabulka_varianty td span.cena {
	font-size: 12px;
}
#main table.tabulka_varianty input.countBox {
	float: right;
	width: 22px;
}
#main table.tabulka_varianty .count {
	float: right;
	padding: 3px 6px 0px 4px;
}
#main table.tabulka_varianty a.kosik {
	float: right;
	overflow: hidden;
	width: 24px;
	height: 24px;
	margin-top: -3px;
	margin-right: 10px;
	_margin-right: 5px;
	margin-left: 6px;
	background: url(img/design/btn_kosik.gif) no-repeat;
}
#main table.tabulka_varianty a.kosik:hover {
	background: url(img/design/btn_kosik_h.gif) no-repeat;
	cursor: pointer;
}
/* ------------------------------------- porovnanie - skupiny ------------------------------------------- */
.porovnanie-skupina {
	position: relative;
	float: left;
	width: 145px;
	min-height: 213px;
	_height: 213px;
	margin: 7px 7px 14px 7px;
	_margin: 7px 6px 14px 5px;
	font-size: 12px;
	color: #4b4b4b;
	background-color: #EEEEEE;
}

div#main .porovnanie-skupina h1 {
	background: none;
	background-color: #B5B5B5;
	border-bottom: 4px #C0C0C0 solid;
	width: 134px;
	height: auto;
	text-align: left;
}

div#main .porovnanie-skupina ul {
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}
/* ------------------------------------- (porovnanie - skupiny) ------------------------------------------- */
/*------------------------- porovnaj ---------------------------------------*/

#main .produkt .btnPorovnajObalPlus {
	height: 19px;
	background: url(img/design/btnPorovnajObalPlus.jpg) no-repeat;
}
#main .produkt a.btnPorovnajPlus {
	display: block;
	height: 19px;
	line-height: 19px;
	padding-left: 42px;
	background: url(img/design/btnPorovnajPlus.jpg) no-repeat;
	text-decoration: none;
}
#main .produkt .btnPorovnajObalMinus {
	height: 19px;
	background: url(img/design/btnPorovnajObalMinus.jpg) no-repeat;
}
#main .produkt a.btnPorovnajMinus {
	display: block;
	height: 19px;
	line-height: 19px;
	padding-left: 42px;
	background: url(img/design/btnPorovnajMinus.jpg) no-repeat;
	text-decoration: none;
}
#main .produkt a.btnPorovnajPlus:hover, #main .produkt a.btnPorovnajMinus:hover { 
	background: none transparent;
	text-decoration: none;
}

ul.porovnanie {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
ul.porovnanie li a {
	line-height: 17px;
}

ul.porovnanie li {
	position: relative;
	line-height: 17px;
	padding-left: 25px;
}

ul.porovnanie li a.odober {
	position: absolute;
	display: block;
	width: 19px;
	height: 14px;
	left: 0px;
	_left: -25px;
	top: 2px;
	_top: 0px;
	padding: 0px;
	background: url(img/design/porovnanie_odober.gif) no-repeat;
}
/*------------------------- (porovnaj) ---------------------------------------*/
div.onlinePlatba {
	padding: 20px;
	font-weight: bold;
}
div.onlinePlatba ul {
	font-weight: normal;
}
div.onlinePlatba .note {
	padding-top: 12px;
	font-weight: normal;
}
div.onlinePlatba div.platby {
	width: 464px;
	height: 20px;
	padding: 10px 0px 10px 0px;
	margin: 0px auto;
}
div.onlinePlatba div.platby form {
	margin: 0px;
	padding: 0px;
	float: left;
}
.platby-ikonky {
	padding: 6px 12px 0px 12px;
}

/* ----------------------------- Prezerane tovary ------------------------- */
div.stlpecBox .zrusit {
	display: block;
	text-align: right;
	padding-bottom: 5px;
}
div.prezerane {
	background: url(img/design/main-separator2.gif) 50% 100% no-repeat;
	color: #fff;
	margin: 0 0 12px;
	padding-top: 5px;
}
div.prezerane .nazov {
	font-weight: bold;
	color: #e1500d;
	padding-left: 5px;
	display: block;
} 
div.prezerane .tovar_obal {
	margin: 20px 0px;
	padding: 0px 5px 10px;
}
div.prezerane img {
	border: 4px solid #F2AA00;
    float: left;
    margin-bottom: 4px;
    margin-right: 10px;
}
div.prezerane .bar {
	float: left;
	width: 80px;
	padding-top: 10px;
}
div.prezerane .oldprice {
	padding-bottom: 3px;
	color: #393435;
	font-size: 11px;
}
div.prezerane .cena {
	color: #231f20;
	font-size: 17px;
}
div.prezerane .cena .secmena {
	font-size: 11px;
	padding-top: 3px;
}
