html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background: #5a5a5a url(img/design/bg.gif) repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #556265;
	font-size: 11px;
}
/* ------------------------------------------- Vseobecne ------------------------------------------- */
h1,h2,h3 {
	position: relative;
	margin: 0px;
	padding: 0px;
}
h1 {
	width: 664px;
	height: 37px;
	padding-left: 16px;
	line-height: 37px;
	background: #d4dcde url(img/design/h1.gif) repeat-x;
	font-size: 11px;
	color: #556265;
}
h1.inbox {
	background: #d4dcde url(img/design/h1-inbox.gif) repeat-x;
}
h1.inbox span {
	position: absolute;
	right: 16px;
	top: 0px;
	font-size: 11px;
}
form {
	display: inline;
}
form , input , p {
	padding: 0px;
	margin: 0px;
}
table{
	margin: 0px;
	padding: 0px;
}
td {
	text-align: left;
}
.endfloat{
	position: relative;
	overflow: hidden;
	clear:both;
	font-size:0;
	height:1px;
	line-height: 1px;
	margin-bottom: -1px;
}
a {
	color: #012d5f;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a.logoklik {
	position: absolute;
	bottom: 6px;
	left: 6px;
	display: block;
	width: 202px;
	height: 75px;
}
a img {
	border: none;
}
img {
	display: block;
}
.obsah {
	padding: 10px 10px;
	padding-right: 24px;
	padding-bottom: 18px;
	text-align: justify;
	line-height: 18px;
}
.note,
.note a {
	color: #3A3939;
	font-size: 11px;
}
.note input {
	margin-right: 4px;
}
/* -------------------------------------------(Vseobecne)------------------------------------------- */
/* ------------------------------------------- Button ------------------------------------------- */
input.button{
	height: 26px;
	padding: 0px 8px 0px 8px;
	background: #bcc8cb;
	color: #363e41;
	border: none;
	border-bottom: 1px solid #a9b9bd;
	border-right: 1px solid #a9b9bd;
	cursor:pointer;
}
input.button.active{
	background: #D4DCDE;
}
/* ------------------------------------------- (Button) ------------------------------------------- */
/* ------------------------------------------- Inputy ------------------------------------------- */
select,
textarea,
input.textbox {
	height: 16px;
	padding: 1px 4px;
	padding-top: 4px;
	border: 1px solid #a9b9bd;
	background: #fff url(img/design/textbox.gif) repeat-x;
	font-size: 11px;
	color: #556265;
}
select {
	padding: 0px;
}
input.textbox.readonly {
	background: #e9e9e9 url(img/design/input_readonly_bg.gif) repeat-x;
}
textarea {
	height: auto;
	overflow: auto;
	border: 1px solid #a9b9bd;
	border-top: none;
	background: #fff url(img/design/textbox.gif) repeat-x;
}
/* -------------------------------------------(Inputy)------------------------------------------- */
/* ------------------------------------------- Ikonky ------------------------------------------- */
.ico_warning {
	position: absolute;
	left: 5px;
	top: 5px;
	display: block;
	overflow: hidden;
	width: 27px;
	height: 24px;
	background: url(img/ikonky/ico_warning.png) no-repeat;
}
* html .ico_warning {	
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/ikonky/ico_warning.png", sizingMethod="image"); 
}
.ico_info {
	position: absolute;
	left: 5px;
	top: 5px;
	display: block;
	overflow: hidden;
	width: 27px;
	height: 27px;
	background: url(img/ikonky/ico_info.png) no-repeat;
}
* html .ico_info {	
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/ikonky/ico_info.png", sizingMethod="image"); 
}
.ico_ok {
	position: absolute;
	left: 5px;
	top: 5px;
	display: block;
	overflow: hidden;
	width: 27px;
	height: 27px;
	background: url(img/ikonky/ico_ok.png) no-repeat;
}
* html .ico_ok {	
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/ikonky/ico_ok.png", sizingMethod="image"); 
}
/* ------------------------------------------- (Ikonky) ------------------------------------------- */
/* ------------------------------------------- Hlasky ------------------------------------------- */
.hlaska {
	position: relative;
	display: block;
	min-height: 15px;
	_height: 15px;
	padding: 11px 40px 8px 40px;
	color: #000;
	/*
	background: #aed2ff url(img/ikonky/bg_info.gif) repeat-x; 
	*/
	text-align: justify;
}
.hlaska img {
	display: inline;
}
.error {
	/*
	background: #ee0000 url(img/ikonky/bg_warning.gif) repeat-x; 
	*/
}
.ok { 
	/*
	background: #52b018 url(img/ikonky/bg_ok.gif) repeat-x; 
	*/
}
.hlaska a {
	color: #000;
}
.hlaska.error a {
	color: #fff;
}
.hlavna_hlaska p {
	margin: 18px;
}

.box .hlaska {
	width: 110px;
	margin-left: 4px;
	text-align: left;
}
/* ------------------------------------------- (Hlasky) ------------------------------------------- */
/* ----------------------------------------- Formulare -------------------------------------- */
.formular {
	position: relative;
	margin-top: 20px;
}
.formular.pred {
	margin-bottom: 18px;
}
.formular table {
	width: 100%;
	border-spacing: 3px;
}
.formular td {
	padding-left: 6px;
}
.formular td.polozka_nazov {
	width: 160px;
	line-height: 22px;
	padding-right: 2px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}
.formular td.polozka_nazov.captcha {
	height: 40px;
	line-height: 40px;
}
.formular .item_wrap {
	padding-top: 2px;
	line-height: 18px;
}
.formular .hlaska {
	width: 82%;
	margin: 0px;
	margin-bottom: 8px;
	margin-left: 18px;
}
.formular .title {
	float: left;
	position: relative;
	z-index: 11;
	height: 40px;
	line-height: 40px;
	margin-bottom: -1px;
	padding: 0px 12px 0px 12px;
	font-size: 14px;
	font-weight: bold;
	background: #DEE4E4;
}
.formular .wrap {
	clear: both;
	position: relative;
	z-index: 10;
	width: 100%;
	padding: 20px 0px;
	background: #DEE4E4;
}
.formular .note {
	font-size: 11px;
	color: #999;
}
.formular select,
.formular textarea,
.formular .textbox {
	width: 260px;
}
.formular a.novy_kod {
	display: block;
	float: left;
	margin-top: 7px;
	margin-left: 6px;
	text-decoration: none;
	color: #999;
	font-size: 11px;
}
/* ------------------ Registracny ------------------*/
.formular.registracny {
	width: 679px;
	padding: 20px 0px;
	margin: 0px;
	background: none transparent;
}
.formular .required,
.formular.registracny .required {
	padding-left: 2px;
	border-left: 4px solid #ee0000;
}
.formular.registracny form {
	display: block;
	margin-top: 18px;
}
.formular.registracny td {

}
.formular.registracny .polozka_nazov {
	width: 225px;
}
.tabPlusTabula .formular.registracny .login .polozka_nazov {
	width: 215px;
}
.tabPlusTabula .formular.registracny .polozka_nazov {
	width: 215px;
}
.formular.registracny select,
.formular.registracny textarea,
.formular.registracny .textbox {
	width: 230px;
}
.formular.registracny .hlaska {
	width: 400px;
	margin: 0px auto;
}
/* ------------------ (Registracny) ------------------*/
/* ---------------------------------------- (Formulare) -----------------------------------*/
/* ---------------------------------- Obal --------------------------------------------- */
.obal {
	width: 918px;
	margin: 0 auto;
	padding: 0px 9px 9px 9px;
	overflow: hidden;
}
.hlavicka {
	position: relative;
	width: 918px;
	height: 145px;
	z-index: 40;
	background: url(img/design/hlavicka.jpg) 50% 100% no-repeat;
}
.obsah-box {
	position: relative;
	width: 918px;
	background: #fff url(img/design/obsah-box.jpg) repeat-y;
	overflow: hidden;
}
.lstlpec,
.hstlpec {
	position: relative;
	float: left;
	overflow: hidden;
}
.lstlpec {
	width: 214px;
	padding-bottom: 10px;
}
.hstlpec {
	width: 694px;
	padding-top: 13px;
	padding-left: 10px;
	padding-bottom: 10px;
}
/* --------------------------------- (Obal) -------------------------------------------- */
/* -------------------------------- Banner -------------------------------------------- */
.hlavny-banner {
	position: relative;
	overflow: hidden;
	width: 680px;
	height: 187px;
	background: url(img/design/banner.jpg) no-repeat;
}

div.lstlpec div.banner {
	margin-top: 20px;
	text-align: center;
}
div.lstlpec div.banner img {
	display: inline;
}
/* --------------------------------- (Banner) -------------------------------------------- */
/* ---------------------------------- Stlpecbox --------------------------------------------- */
.stlpecbox {
	background: url(img/design/stlpecbox.jpg) 50% 100% no-repeat;
}
.stlpecbox .box {
	
}
.stlpecbox h2 {
	position: relative;
	width: 168px;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	padding-left: 18px;
	font-size: 11px;
	background: #556265;
	color: #fff;
}
/* ---------------------------------- (Stlpecbox) --------------------------------------------- */
/* --------------- Vyhladavanie ---------------*/ 
.search {
	position: relative;
	margin: 10px auto;
	height: 25px;
}
.search .textbox {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 150px;
	padding: 4px 4px 2px 4px;
	background: #d4dcde url(img/design/search-textbox.gif) repeat-x;
}
.search .button {
	position: absolute;
	top: 0px;
	left: 175px; 
	width: 30px;
	height: 23px;
	background: url(img/design/searchBut.gif);
	border: none;
}
.search .button.active {
	background: url(img/design/searchBut.gif);
	/*
	background: url(img/design/searchBut-active.gif);
	*/
}
/* ---------------(Vyhladavanie)---------------*/
/* --------------- Hodnotenie ---------------*/
.hodnotenie {
	position: relative;
	overflow: hidden;
	width: 120px;
	height: 22px;
	padding: 0px 11px 0px 0px;
	line-height: 27px;
	font-size: 11px;
	font-family: tahoma;
}
#boxPridat .star,
.hodnotenie .star {
	position: relative;
	top: 8px;
	overflow: hidden;
	float: left;
	display: block;
	width: 14px;
	height: 13px;
	margin-right: 3px;
	background: #515151 url(img/design/star.gif) no-repeat;
}
#boxPridat .star {
	background: #515151 url(img/design/star2.gif) no-repeat;
}
.hodnotenie .star.on {
	background: #515151 url(img/design/star-on.gif) no-repeat;
}
#boxPridat .star.on {
	background: #515151 url(img/design/star-on2.gif) no-repeat;
}
.hodnotenie .body {
	float: left;
	padding-left: 8px;
}
#boxPridat .star {
	float: left;
	top: auto;
}
input.radio {
	margin-top: 2px;
	*margin-top: 0px;
}
input.radio,
#boxPridat label {
	cursor: pointer;
}
#boxPridat table {
	position: relative;
	width: 300px;
	margin: 0px auto;
	border-collapse: collapse;
}
#boxPridat table td {
	text-align: left;
	vertical-align: middle;
	padding: 2px 0px 2px 0px;
}
#boxPridat label {
	position: relative;
	display: block;
	width: 90px;
	height: 13px;
}
#boxPridat input.textbox,
#boxPridat textarea {
	width: 160px;
	margin-left: 12px;
}
#boxPridat textarea {
	height: 80px;
}
#boxPridat td.button-box {
	padding-top: 12px;
	text-align: center;
}
.hodnotenie-box {
	position: relative;
	width: 640px;
	margin-bottom: 16px;
	padding: 0px 8px 0px 8px;
	border-bottom: 2px solid #999;
}
.hodnotenie-box .box-left {
	float: left;
	width: 140px;
	height: 60px;
	text-align: left;
}
.hodnotenie-box .box-right {
	position: relative;
	overflow: hidden;
	width: 245px;
	float: left;
}
.hodnotenie-box .hnote {
	position: absolute;
	top: 38px;
	left: 10px;
	width: 90px;
	height: 13px;
	font-size: 10px;
	color: #7F7F7F;
}
.hodnotenie-box .title {
	font-size: 11px;
	font-weight: bold;
}
.hodnotenie-box .box-right .title {
	line-height: 18px;
	font-size: 12px;
	text-align: left;
}
.hodnotenie-box .box-right p {
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	padding: 6px 0px 12px 0px;
}
.hodnotenie-box .title span {
	font-size: 10px;
	color: #7F7F7F;
}
.hodnotenie-box .stars {
	position: absolute;
	top: 20px;
	left: 8px;
	width: 90px;
	height: 13px;
}
.hodnotenie-box .stars .star {
	float: left;
	top: auto;
	margin-left: 0px;
	margin-right: 3px;
}
/* --------------- (Hodnotenie) ---------------*/
/* ---------------------------------- Menu --------------------------------------------- */
.menu {
	position: absolute;
	overflow: hidden;
	bottom: 0px;
	left: 210px;
	width: 702px;
	height: 58px;
}
.menu ul,
.menu ul li {
	display: block;
	margin: 0px;
	padding: 0px;
}
.menu ul {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 685px;
	height: 58px;
	font-family: tahoma;
}
.menu li {
	float: left;
}
.menu a {
	float: left;
	display: block;
	height: 58px;
	line-height: 58px;
	padding: 0px 15px 0px 15px;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-family: tahoma;
}
.menu li.ciarka {
	position: relative;
	width: 2px;
	height: 75px;
	overflow: hidden;
	background: url(img/design/menuSeparator.gif) 50% 50% no-repeat;
}
.menu a.active,
.menu a.active:hover {
	text-decoration: none;
}
.menu a.active {
	font-weight: normal;
	background: url(img/design/menu-a_active.gif) 50% 0% repeat-x;
	color: #FCFF9F;
}
.menu a:hover {
	text-decoration: underline;
}
/* ---------------------------------- (Menu) --------------------------------------------- */
/* ---------------------------------- Kategorie menu --------------------------------------------- */
.kategorie ul {
	position: relative;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	list-style: none;
	font-size: 11px;
}

.kategorie li {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	background: url(img/design/katLiBg.gif) no-repeat;
	background-position: -175px 0px;
}
.kategorie li.hlbsie {
	background: url(img/design/katLiBg_dark.gif) no-repeat;
}

.kategorie li.nekliknutelna {
	padding: 0px 0px 0px 40px;
}
.kategorie li.ciarka,
.kategorie li.ciarka-hruba,
.kategorie li.hlbsieciarka {
	width: 100%;
	height: 1px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	background: #e8e8e8;
}
.kategorie li.ciarka-hruba {
	background: #ABABAB;
}
.kategorie li.hlbsieciarka {
	/*
	background: #F4F4F4;
	*/
}
.kategorie li a {
	display: block;
	width: 100%;
	height: 22px;
	overflow: hidden;
	padding: 0px 0px 0px 24px;
	line-height: 22px;
	text-decoration: none;
	color: #4b4b4b;
	font-size: 11px;
	font-weight: bold;
}
.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-top.gif) no-repeat;
	background-position: -180px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #c50304;
}
.kategorie li.top-aktivna-priamo a {
	color: #c50304;
}
.kategorie li.aktivna {
	text-decoration: none;
	font-weight: bold;
	background: url(img/design/katLiBg_active_dark.gif) no-repeat;
	color: #c50304;
}
.kategorie li.aktivna a {
	color: #c50304;
	font-weight: bold;
}
.kategorie li.top-aktivna {
	background: url(img/design/katLiBg_active.gif) no-repeat;
	background-position: -180px 0px;
	color: #c50304;
}
.kategorie li.top-aktivna a {
	color: #c50304;
}
/* ---------------------------------- (Kategorie menu) ----------------------------------- */
/* ------------------------------- zlozky kategorii ---------------------------- */
div.kategoriaVypisNahlady {
	float: left;
	position: relative;
	width: 145px;
	height: 150px;
	margin: 7px 7px 7px 10px;
	_margin: 7px 5px 7px 9px;
}
div.kategoriaVypisNahlady a.obr {
	position: absolute;
	top: 2px;
	left: 2px;
}
div.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;
}
div.kategoriaVypisNahlady span.nadpis a{
	color: #D10044;
}
*html div.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");
}
div.kategoriaVypisNahlady span.obrazokObal.hover {
	background: url(img/design/kategoriaObrazokBgHover.png) no-repeat;
	cursor: pointer;
}
*html div.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");
}
div.kategoriaVypisNahlady span {
	position: absolute;
	top: 96px;
	left: 8px;
	display: block;
}
div.kategoriaVypisNahlady span.pocetProdukt {
	top: 130px;
}
/* ------------------------------- (zlozky kategorii) ---------------------------- */

/* ---------------------------------- Anketa--------------------------------------------- */
.anketa .box{
	padding: 15px;
	width: 184px;
	text-align: left;
}
.anketa .obal {
	width: auto;
	background: none transparent;
	padding: 0px;
}
.anketa .otazka {
	position:relative;
	color: #015b79;
	z-index:50;
	margin-bottom:10px;
}
.anketa .box .ciara {
	height:2px;
	width:100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #C3CCD1;
	background-repeat: no-repeat;
	background-position: -20px 0;
}
.anketa a.odkaz {
	display: block;
	float: left;
	padding-bottom: 2px;
}
.anketa a.graf {
	float:left;
	position:relative;
	display:block;
	overflow:hidden;
	width: 158px;
	height: 6px;
	margin-bottom:4px;
	background: #dedbb2 url(img/design/anketa_bg.jpg) no-repeat;
	background: #bcc8cb;
}
.anketa span.bar{	
	float: left;
	height: 10px;
	background: #007de9 url(img/design/anketa.jpg) no-repeat;
	background: #D10044;
}
.anketa span.perc{	
	position: relative;
	left: 3px;
	top: -5px;
	font-size: 11px;
}
.anketa .odkaz:hover{
	text-decoration:underline;
}
.anketa .odkaz{
	color :#015b79;
	text-decoration: none;
}
/* ----------------------------------(Anketa)--------------------------------------------- */
/* ---------------------------------- Newsletter --------------------------------------------- */
.newsletter .box {
	padding-bottom: 18px;
	background: url(img/design/nlbg.jpg) 88% 14% no-repeat;
}
.newsletter .blabol {
	position: relative;
	padding: 10px 18px;
}
.newsletter .hlaska {
	width: 70px;
	margin-top: -12px;
	padding-right: 0px;
	padding: 0px;
	padding-top: 34px;
	white-space: nowrap;
}
.newsletter .hlaska span {
	left: 50px;
}
.newsletter .nl-box {
	position: relative;
	overflow: hidden;
	width: 180px;
	margin-left: 14px;
	
}
.newsletter .nl-box .textbox {
	width: 164px;
	font-size: 11px;
	margin-top: 2px;
	margin-left: 3px;
	border: 1px solid #b7c4c7;
}
.newsletter .nl-box .button {
	position: relative;
	margin-top: 6px;
	margin-left: 4px;
}
/* ---------------------------------- (Newsletter) --------------------------------------------- */
/* ------------------------------- Dole Bar ------------------------------------------- */
.dole-bar {
	background: #fff;
	padding: 10px 0px 9px 10px;
}
.dole-bar .box {
	float: left;
	position: relative;
	overflow: hidden;
	width: 225px;
	height: 158px;
	color: #d0d0d0;
	background: #464646;
}
.dole-bar .title {
	position: absolute;
	left: 65px;
	top: 22px;
	overflow: hidden;
	font-size: 16px;
	color: #a7afb1;
	font-family: arial;
	font-weight: bold;
}
.dole-bar .content {
	line-height: 16px;
	padding: 68px 24px 24px 24px;
}
.dole-bar a {
	color: #ffee36;
}
.dole-bar a.viac {
	position: absolute;
	right: 24px;
	bottom: 24px;
	font-size: 12px;
	font-family: arial;
}
.dole-bar .box.n1 {
	background: #f07f00 url(img/design/box1.jpg);
}
.dole-bar .box.n1.active .title {
	color: #fff;
}
.dole-bar .box.n2 {
	background: #f07f00 url(img/design/box2.jpg);
}
.dole-bar .box.n2.active .title {
	color: #fff;
}
.dole-bar .box.n3 {
	background: #f07f00 url(img/design/box3.jpg);
}
.dole-bar .box.n3.active .title {
	color: #fff;
}
.dole-bar .box.n4 {
	background: #f07f00 url(img/design/box4.jpg);
}
.dole-bar .box.n4.active .title {
	color: #fff;
}
.dole-bar .box.active {
	color: #fff;
}
/* ------------------------------- (Dole Bar) ------------------------------------------- */
/* --------------------------------------- Produkt Flagy ---------------------------- */
.flag {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 51px;
	height: 71px;
}
.flag.f1 {
	background: url(img/design/flag1.png) no-repeat;
}
* html .flag.f1 {	
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/ikonky/flag1.png", sizingMethod="image"); 
}
.flag.f2 {
	background: url(img/design/flag2.png) no-repeat;
}
* html .flag.f2 {	
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/ikonky/flag2.png", sizingMethod="image"); 
}
.flag.f3 {
	background: url(img/design/flag3.png) no-repeat;
}
* html .flag.f3 {	
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/ikonky/flag3.png", sizingMethod="image"); 
}
.flag.f4 {
	width: 91px;
	background: url(img/design/flag4.png) no-repeat;
}
* html .flag.f4 {	
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/ikonky/flag4.png", sizingMethod="image"); 
}
/* -------------------------------------- (Produkt Flagy) ---------------------------- */
/* ------------------------------- Produkt ------------------------------------------- */
.produkt {
	position: relative;
	float: left;
	width: 160px;
	height: 270px;
	padding: 0px 0px;
	margin: 8px 0px 0px 8px;
	*margin: 8px 0px 0px 4px;
	background: url(img/design/produktBg.jpg) no-repeat;
	overflow: hidden;
}
.produkt a.obrazok {
	display: block;
	position: relative;
	border: 1px solid #5b676a;
}
.produkt .nazov a {
	display: block;
	padding: 8px 1px;
	font-weight: bold;
	text-decoration: none;
	color: #556265;
}
.produkt .nazov a:hover {
	text-decoration: underline;
}
.produkt .nazov {
	height: 36px;
	margin-bottom: 22px;
}
.produkt .cena {
	color: #ff9f13;
}
.produkt .buttons {
	margin-top: 7px;
}
a.detail,
a.kosik {
	float: left;
	display: block;
	width: 68px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #d4dcde;
	color: #556265;
	text-decoration: none;
	border-right: 1px solid #b9c1c3;
	border-bottom: 1px solid #b9c1c3;
}
a.detail:hover,
a.kosik:hover {
	background: #556265;
	color: #fff;
	border-color: #879295;
}
a.kosik {
	width: 88px;
}
.produkt .cena {
	padding: 0px 1px;
	color: #d80050;	
}
.produkt .cena strong {
	padding-right: 8px;
	font-size: 14px;
}
/* -------------------------------- (Produkt) ------------------------------------------- */
/* ---------------------------- Hierarchia ---------------------------------- */
.hierarchia {
	width: 661px;
	background: #ecefef;
	padding: 3px 6px 6px 13px;
	font-size: 11px;
}
.hierarchia a {
	text-decoration: none;
}
.hierarchia a:hover {
	text-decoration: underline;
}
.hierarchia img {
	display: inline;
}
/* ---------------------------- (Hierarchia) ---------------------------------- */
/* ---------------------------- Kosik link ---------------------------------- */
a.nakupnyKosikLink {
	display: block;
	position: absolute;
	bottom: 70px;
	right: 5px;
	text-decoration: none;
	color: #d7d6d6;
	font-size: 11px;
}
a.nakupnyKosikLink:hover {
	text-decoration: underline;
}
a.nakupnyKosikLink strong {
	color: #fff;
}
/* ---------------------------- (Kosik link) ---------------------------------- */
/* ----------------------------- Produkt Nahlad ---------------------------- */
.produkt-nahlad {
	position: relative;
	width: 669px;
	margin: 8px	0px 0px 0px;
	padding: 10px 0px 0px 11px;
}
.produkt-nahlad a.obrazok {
	display: block;
	position: relative;
	float: left;
	width: 248px;
	height: 249px;
	border: 1px solid #556265;
}
.produkt-nahlad a.obrazok:hover {
	
}
.produkt-nahlad .sright {
	position: relative;
	overflow: hidden;
	float: left;
	width: 405px;
	padding-left: 12px;
}
.produkt-nahlad a.nadpis {
	display: block;
	position: relative;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #dd5a0f;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.produkt-nahlad a.nadpis:hover {
	text-decoration: underline;
}
.produkt-nahlad .note {
	padding-left: 4px;
}
.produkt-nahlad .text {
	position: relative;
	padding-bottom: 12px;
	line-height: 16px;
	text-align: justify;
	border-bottom: 1px solid #d4dcde;
}
.produkt-nahlad .text img {
	float: left;
	margin-right: 8px;
}
.produkt-nahlad .col {
	position: relative;
	overflow: hidden;
	float: left;
	width: 200px;
	text-align: left;
}
.produkt-nahlad .oblubene {
	position: relative;
	display: block;
	height: 37px;
	line-height: 37px;
	margin-top: 50px;
	padding-left: 43px;
	background: url(img/design/oblubene.gif) no-repeat;
}
.produkt-nahlad .oldprice {
	display: block;
	height: 16px;
	position: relative;
	margin-top: 12px;
	text-decoration: line-through;
	font-size: 11px;
	color: #818383;
}
.produkt-nahlad .cena {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #d80050;
}
.produkt-nahlad .cena .note {
	font-size: 11px;
	font-weight: normal;
	color: #d80050;
}
.produkt-nahlad a.kosik {
	
}
.produkt-nahlad a.kosik:hover {
	
}
.produkt-nahlad .btn-bar {
	padding-top: 12px;
}
.countbox {
	float: left;
	position: relative;
	overflow: hidden;
	padding-top: 4px;
	padding-left: 3px;
	width: 43px;
	height: 21px;
	background: #d4dcde;
	color: #556265;
	border-right: 1px solid #b9c1c3;
	border-bottom: 1px solid #b9c1c3;
}
.countbox input.textbox {
	width: 10px;
	height: 12px;
}
/* ---------------------------- (Produkt Nahlad) ---------------------------- */
/* ------------------------------ Link-bar --------------------------------- */
.link-bar {
	position: absolute;
	left: 228px;
	bottom: 72px;
	color: #fff;
}
.link-bar a {
	color: #fff;
}
.link-bar .link-box {
	position: relative;
	float: left;
}
.link-bar .link-sep {
	position: relative;
	overflow: hidden;
	float: left;
	height: 11px;
	padding-left: 6px;
	margin-right: 6px;
	margin-top: 3px;
	border-right: 1px solid #bc3e00;
}
.link-bar .pop-box {
	position: absolute;
	left: 0px;
	width: 206px;
	margin-top: 14px;
	*margin-top: 28px;
}
.link-bar .pop-box .wrap {
	position: relative;
	width: 180px;
	padding: 8px;
	padding-left: 18px;
	background: url(img/design/popbox-bg.png) repeat-y;
}
.link-bar .pop-box .wrap .hlaska {
	font-size: 11px;
}
* html .link-bar .pop-box .wrap {	
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/flowerpeople.eu/img/design/popbox-bg.png", sizingMethod="scale"); 
}
.link-bar .pop-box .top {
	position: relative;
	width: 206px;
	height: 14px;
	margin-top: -14px;
	background: url(img/design/popbox-top.png) no-repeat;
}
* html .link-bar .pop-box .top {	
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/flowerpeople.eu/img/design/popbox-top.png", sizingMethod="image"); 
}
.link-bar .pop-box .bottom {
	position: relative;
	width: 206px;
	height: 12px;
	margin-bottom: -12px;
	background: url(img/design/popbox-bottom.png) no-repeat;
}
* html .link-bar .pop-box .bottom {	
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/flowerpeople.eu/img/design/popbox-bottom.png", sizingMethod="image"); 
}
.link-bar .pop-box .mmsep {
	height: 8px;
}
.link-bar .pop-box a {
	margin-left: 4px;
}
.link-bar .pop-box input.textbox {
	width: 140px;
}
.link-bar .pop-box .hlaska {
	text-align: left;
}
/* -------------------------------------- (Link-bar) --------------------------------- */
/* ---------------------------------- Kosik --------------------------------------------- */
#all4shop-kosik {
	position: relative;
	overflow: hidden;
	width: 680px;
	padding-bottom: 40px;
}
.breaker {
	height: 20px;
	background: #fff;
}
table.kosik {
	position: relative;
	width: 680px;
	border-collapse: collapse;
	font-size: 11px;
}
table.kosik .tovar-link {
	
}
table.kosik td.obrazok {
	width: 60px;
	padding-left: 20px;
}
table.kosik td.obrazok a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 60px;
	height: 60px;
	padding: 0px;
}
table.kosik td.nazov {
	text-align: left;
}
table.kosik td.nazov a {
	font-weight: normal;
}

table.kosik tr.over td { 
	background: #eef1f2;
}
table.kosik th { 
	padding: 5px;
	text-align: right;
	white-space: nowrap;
	border-bottom: 1px solid #eef1f2;
	background-color: #F6F6F6;
}
table.kosik td {
	padding: 10px 5px 10px 5px;
	text-align: center;
	border-bottom: 1px solid #eef1f2;
}
table.kosik .first {
	padding-left: 16px;
	text-align: left;
}
table.kosik .last {
	padding-right: 16px;
	text-align: right;
}
table.kosik label {
	cursor: pointer;
}
table.kosik a { 
	display: block;
	padding: 6px 0px 6px 0px;
	text-decoration: underline; 
}
table.kosik a:hover { 
	text-decoration: none; 
}
table.kosik a.bezciarky { 
	text-decoration: none; 
}
table.kosik input.novypocet { 
	width: 20px;
	border: 1px #404040 solid;
	padding-left: 2px;
	font-size: 10px;
}
/* ---------------------------------- (Kosik) --------------------------------------------- */
/* ---------------------------- Produkt Varianty ---------------------------- */
table.tabulka_varianty {
	width: 680px;
	border-collapse: collapse;
}
table.tabulka_varianty th {
	padding: 0px 12px;
	white-space: nowrap;
	height: 31px;
	line-height: 31px;
	background: url(img/design/h1.gif) repeat-x; 
	border: 1px #e0e4e8 solid;
	border-right: none;
	font-size: 11px;
	color: #666f75;
}
table.tabulka_varianty tr.active td {
	background: #eaeff1;
}
table.tabulka_varianty td {
	height: 30px;
	padding: 0px 12px;
	background: #fff;
	border-bottom: 1px #eaeff1 solid;
	border-left: 1px #eaeff1 solid;
	text-align: center;
	font-size: 11px;
	color: #666f75;
	white-space: nowrap;	
}
table.tabulka_varianty td.obr {
	width: 45px;
	padding: 4px;
}
table.tabulka_varianty td.left a {
	color: #666f75;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}
table.tabulka_varianty td.left a:hover{
	text-decoration: underline;
}

table.tabulka_varianty a span.dodatok {
	display: block;
	font-size: 10px;
	clear: both;
	color: #798289;
}
table.tabulka_varianty span.old_price{
	color: #CDD5D7;
	font-size: 11px;
	text-decoration: line-through;
}
table.tabulka_varianty td.varodkaz {
	cursor: pointer;
}
table.tabulka_varianty td.varodkaz:hover a {
	text-decoration: underline;
}

table.tabulka_varianty td.varodkaz:hover a span.dodatok {
	text-decoration: underline;
}
table.tabulka_varianty td.left, table.tabulka_varianty th.left { text-align: left; }
table.tabulka_varianty input.countBox{
	height: 16px;
	line-height: 16px;
	width: 19px;
	margin-left: 5px;
	padding: 0px;
	padding-top: 3px;
	border: 1px solid #dae0e5;
	background: #f0f2f4 url(img/design/countBox.gif) repeat-x;
	color: #798289;
	font-size: 11px;
}
.tabulka_varianty div.nazov {
	position: relative;
}
/* --------------------------- (Produkt Varianty) ---------------------------- */
/* -------------------------------------- Taby --------------------------------- */
.tabPlusTabula {
	position: relative;
	overflow: hidden;
	width: 679px;
	margin: 0px 0px 0px 0px;
	background: #fff;
}
.tabPlusTabula ul.tab {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 25px;
	background: url(img/design/ryha.gif) 0% 98% repeat-x;
	*background: url(img/design/ryha.gif) 0% 96% repeat-x;
}
.tabPlusTabula ul.tab,
.tabPlusTabula ul.tab li {
	margin: 0px;
	padding: 0px;
}
.tabPlusTabula ul.tab li {
	display: block;
	float: left;
}
.tabPlusTabula ul.tab li a {
	display: block;
	padding: 4px 20px 4px 20px;
	border-top: 1px solid #ddd5d5;
	border-bottom: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
.tabPlusTabula ul.tab li.tab a {
	margin-top: 4px;
	padding: 3px 20px 4px 20px;
	color: #222;
	background-color: #cbc694;
	background-image: url(img/design/tab-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: center;
}
.tabPlusTabula ul.tab li.tab a:hover {
	background-position: 0px -21px;
	background-color: #eef1f2;
}
.tabPlusTabula ul.tab li.tab_h a {
	margin-top: 0px;
	padding: 6px 20px 6px 20px;
	color: #222;
	background: #454545 url(img/design/tab_h-bg.gif) repeat-x;
	border-right: 1px solid #ddd5d5;
	font-weight: bold;
}
.tabPlusTabula ul.tab li span {
	display: block;
	visibility: hidden;
	padding: 0px 20px;
	font-weight: bold;
	font-size: 11px;
	margin-top: -20px;
}
.tabulaObsahStyle {
	width: 100%;
	margin-top: -2px;
	padding: 0px 15px 25px 0px; 
	background: #DEE4E4;
	border-top: none;
	font-size: 11px;
}
/* -------------------------------------- (Taby) --------------------------------- */
/* ------------------------------ Charakteristiky ---------------------------- */
table.charakteristiky {
	border-collapse: collapse;
}
/* ------------------------------ (Charakteristiky) ---------------------------- */
/* ------------------------------ Nastavenie Vypisu ---------------------------- */
.nastavenie-vypisu {
	position: relative;
	width: 660px;
	height: 17px;
	margin-bottom: 1px;
	padding: 9px 10px 5px 10px;
	text-align: right;
	background: #ecefef;
	color: #556265;
	font-size: 11px;
}
.nastavenie-vypisu img {
	display: inline;
}
.nastavenie-vypisu a {
	color: #556265;
	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 #8e8e8e;
}
.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 #8e8e8e;
}
.nastavenie-vypisu a.sipka-hore {
	width: 10px;
	height: 10px;
}
.nastavenie-vypisu a.sipka-dole {
	width: 10px;
	height: 10px;
	background: #6B6B6B;
}
/* ---------------------------- (Nastavenie Vypisu) ------------------------------------- */
/* ------------------------------- Strankovanie ----------------------------------------- */
.strankovanie { 
	position: relative;
	width: 660px;
	clear: both;
	margin-bottom: 12px;
	padding: 6px 10px 6px 10px;
	background: #ecefef;
	color: #556265;
	text-align: right;
	font-size: 11px;
}
.strankovanie.after { 
	position: relative;
	top: 12px;
}
.strankovanie form {
	float: left;
}
.strankovanie a.aktivna {
	text-decoration: underline;
}
/* ---------------------------------- (strankovanie) --------------------------------------------- */
/* -------------------------- Produkt Zoznam Tabulka ---------------------------- */
.produkt-tabulka {
	width: 680px;
}
.produkt-tabulka strike {
	color: #222;
}
.produkt-tabulka table {
	width: 100%;
	border-collapse: collapse;
}
.produkt-tabulka table td { 
	padding: 3px; 
	border-bottom: 1px solid #dddada;
}
.produkt-tabulka table td.obrazok { 
	width: 90px;
	padding: 8px 0px 8px 10px;
}
.produkt-tabulka table td.obrazok a {
	display: block;
	width: 80px;
	height: 80px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	border: 1px solid #423914;
}
.produkt-tabulka table td.obrazok a:hover {
	
}
.produkt-tabulka table tr.note td {
	font-size: 11px;
}
.produkt-tabulka table td.obrazok a img {
	display: block;
	margin: 0px;
}
.produkt-tabulka table td.last { 
	padding-right: 10px;
}
.produkt-tabulka table table { 
	width: auto; 
}
.produkt-tabulka table table td { 
	padding: 1px; border: none;
}
.produkt-tabulka span.nadpis a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #3a310a;
	text-decoration: none;
}
.produkt-tabulka span.nadpis a:hover {
	text-decoration: underline;
}
.produkt-tabulka .oldprice .price { 
	font-size: 11px;
	text-decoration: line-through;
	color: #656565;
}
.produkt-tabulka .oldprice .note { 
	font-size: 10px;
	padding-left: 4px;
	visibility: hidden;
	text-decoration: none;
}
.produkt-tabulka td.last {
	color: #d10000;
}
.produkt-tabulka span.cena { 
	font-size: 12px; 
	font-weight: bold;
}
.produkt-tabulka span.cena .note { 
	font-size: 10px;
	padding-left: 4px;
}
.produkt-tabulka .secmena { 
	display: block;
	font-weight: normal;
	font-size: 11px;
}
.produkt-tabulka .secmena .note { 
	font-size: 10px;
	padding-left: 4px;
}
.produkt-tabulka table th {
	background: #D6D6D6;
	color: #222;
	border-bottom: 1px #C8C8C8 solid;
}
.produkt .produkt-tabulka {
	width: 480px;
}
/* -------------------------- (Produkt Zoznam Tabulka) ---------------------------- */
/* ---------------------------------- Pata --------------------------------------------- */
.pata {
	position: relative;
	margin: 0px auto;
	width: 900px;
	height: 60px;
	text-align: center;
	color: #fff;
}
.pata .copyright {
	position: absolute;
	top: 15px;
	left: 0px;
}
.pata .power {
	position: absolute;
	top: 15px;
	right: 0px;
}
.pata a {
	color: #fff;
}
.pata .info {
	position: absolute;
	right: 13px;
	top: 36px;
}
.pata .info span.tel {
	display: block;
	float: left;
	padding-left: 17px;
	background: url(img/design/ikonka_telefon.jpg) 0px 1px no-repeat;
	color: #b4b4b4;
}
.pata .info span.email {
	display: block;
	float: left;
	margin-left: 8px;
	padding-left: 17px;
	background: url(img/design/ikonka_email.jpg) 0px 4px no-repeat;
}
.pata .info a { 
	color: #000;
	text-decoration: none; 
}
.pata .info a:hover { 
	text-decoration: underline; 
}
/* ---------------------------------- pata --------------------------------------------- */
.strankovanie .scroll-obal {
	position: absolute;
	top: 8px;
	left: 200px;
}
.strankovanie .scroll-obal div,
.strankovanie .scroll-obal a {
	display: block;
	float: left;
	text-decoration: none;
}
.strankovanie .scroll-obal div {
	padding-right: 16px;
}

#flash-wrap {
	position: absolute;
	right: 154px;
	bottom: 59px;
}
#flash-kosik {
	width: 120px;
	height: 40px;
}