html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background: #352c04;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #3a310a;
	font-size: 11px;
}
/* ------------------------------------------- Vseobecne ------------------------------------------- */
h1,h2,h3 {
	position: relative;
	margin: 0px;
	padding: 0px;
}
h1 {
	width: 735px;
	height: 32px;
	padding-left: 16px;
	line-height: 32px;
	background: #3a310a;
	font-size: 11px;
	color: #fff;
}
h1.inbox {
	color: #3a310a;
	background: #ebe8dc;
}
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;
}
.menu a.logoklik {
	display: block;
	width: 252px;
	height: 75px;
}
a img {
	border: none;
}
img {
	display: block;
}
.obsah {
	padding: 10px 21px;
	padding-bottom: 18px;
	text-align: justify;
	line-height: 18px;
}
.obsah img {
	display: inline;
}
.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: url(img/design/btn.gif) 50% 50%;
	color:white;
	border:none;
	cursor:pointer;
}
input.button.active{
	background: url(img/design/btn_h.gif) 50% 50%;
}
/* ------------------------------------------- (Button) ------------------------------------------- */
/* ------------------------------------------- Inputy ------------------------------------------- */
select,
textarea,
input.textbox {
	height: 16px;
	padding: 2px 4px;
	border: none;
	border-left: 1px solid #e8cb73;
	border-right: 1px solid #e8cb73;
	background: #fff url(img/design/textbox.gif) repeat-x;
	font-size: 11px;
}
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 #e8cb73;
	border-top: none;
	background: #fff url(img/design/ta.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) ------------------------------------------- */
/* ------------------------------------------- Banner ------------------------------------------- */
.pstlpec .banner {
	margin-left: 16px;
	margin-top: 14px;
}
/* ------------------------------------------ (Banner) ------------------------------------------- */
/* ----------------------------------------- Formulare -------------------------------------- */
.formular {
	position: relative;
	margin-top: 20px;
}
.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: #ECE8DD;
}
.formular .wrap {
	clear: both;
	position: relative;
	z-index: 10;
	width: 100%;
	padding: 20px 0px;
	background: #ECE8DD;
}
.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: 751px;
	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) -----------------------------------*/
/* ---------------------------------- (Registracny form) --------------------------------------- */
/* ----------------------------------------- formular/galeria ----------------------------------------- */
div.referencie.pred,
div.galeria.pred,
div.formular.pred {
	margin-bottom: 28px;
}
div.referencie.za,
div.galeria.za,
div.formular.za {
	margin-top: 28px;
}
div.formular fieldset {
	border: 2px solid #525252;
}
div.formular a,
div.formular legend {
	color: #AEAEAE;
}
div.galeria {
	padding-left: 40px;
}
div.referencie a,
div.galeria a {
	display: block;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
	padding: 6px;
	background: #313131;
}
div.referencie a {
	background: #C3BAA1;
}
div.referencie a:hover,
div.galeria a:hover {
	background: #C7BEA8;
}
div.referencie a:hover {
	background: #9F9375;
}
div.referencie .obal {
	width: 694px;
	margin-bottom: 14px;
	padding: 12px;
	background: #ECE8DD;
}
div.referencie h2 {
	margin-bottom: 16px;
}
div.referencie div.popis {
	float: left;
	width: 440px;
	margin-right: 12px;
}
div.referencie div.obr {
	float: left;
	width: 240px;
}
/* ----------------------------------------- (formular/galeria) ----------------------------------------- */
/* ---------------------------------- Stlpecbox --------------------------------------------- */
.stlpecbox {
}
.stlpecbox .box {

}
.stlpecbox h2 {
	position: relative;
	width: 168px;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	padding-left: 18px;
	font-size: 11px;
	background: #3a310a;
	color: #fff;
}
/* ---------------------------------- (Stlpecbox) --------------------------------------------- */
/* ----------------------------------- Kosik Box --------------------------------------------- */
a.kosik-box {
	position: absolute;
	left: 771px;
	top: 4px;
	display: block;
	width: 161px;
	height: 48px;
	padding-top: 26px;
	text-decoration: none;
	color: #fff;
}
/* ---------------------------------- (Kosik Box) --------------------------------------------- */
/* ------------------------- Stlpecbox Najpredavanejsie ---------------------------------------- */
.najpredavanejsie-zoznam ul,
.najpredavanejsie-zoznam li {
	display: block;
	margin: 0px;
	padding: 0px;
}
.najpredavanejsie-zoznam ul {
	margin-top: 8px;
	margin-bottom: 8px;
}
.najpredavanejsie-zoznam li {
	padding: 2px 0px 2px 6px;
}
.najpredavanejsie-zoznam a {
	display: block;
	color: #6b6b6b;
	padding-left: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(img/design/sipka.gif) 4px 50% no-repeat;
}
/* ------------------------ (Stlpecbox Najpredavanejsie) ---------------------------------------- */
/* ---------------------------------- Menu --------------------------------------------- */
.menu ul,
.menu ul li {
	display: block;
	margin: 0px;
	padding: 0px;
}
.menu ul {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 685px;
	height: 75px;
	font-family: tahoma;
}
.menu li {
	float: right;
}
.menu a {
	float: left;
	display: block;
	height: 75px;
	line-height: 75px;
	padding: 0px 15px 0px 15px;
	color: #3a310a;
	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% 50% repeat-x;
	color: #608f14;
}
.menu a:hover {
	text-decoration: underline;
}
/* ---------------------------------- (Menu) --------------------------------------------- */
/* ------------------------------- Menu Lista --------------------------------------------- */
.menu .lista {
	position: absolute;
	right: 0px;
	top: -30px;
	height: 20px;
	width: 400px;
	line-height: 20px;
	padding-right: 6px;
	color: #fff;
}
.menu .lista .box {
	float: right;
	height: inherit;
	white-space: nowrap;
}
.menu .lista .box span {
	color: #fef6ac;
}
/* ------------------------------- (Menu Lista) --------------------------------------------- */
/* ---------------------------------- Vyhladavanie --------------------------------------------- */
.vyhladavanie {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 220px;
	height: 21px;
	background: url(img/design/searchbg.gif) no-repeat;
}
.vyhladavanie form { 
	display: inline; 
}
.vyhladavanie input.textbox {
	position: relative;
	width: 190px;
	padding-top: 4px;
	background: none transparent;
	color: #000;
	border: none;
}
.vyhladavanie input.button {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 21px;
	background: none transparent;
	border: none;
	cursor: pointer;
}
.vyhladavanie input.button.active {
	
}
/* ---------------------------------- (Vyhladavanie) --------------------------------------------- */
/* ---------------------------------- Kategorie menu --------------------------------------------- */
.kategorie ul {
	position: relative;
	overflow: hidden;
	width: 184px;
	margin: 0px 1px 0px 1px;
	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: 27px;
	/*
	background: url(img/design/katLiBg.gif) no-repeat;
	*/
	background: #ebe8dc;
	background-position: -175px 0px;
}
.kategorie li.hlbsie {
	/*
	background: url(img/design/katLiBg_dark.gif) no-repeat;
	*/
	background: #f6f3e6;
}
.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: #d0cdbd;
}
.kategorie li.ciarka-hruba {
	background: #d0cdbd;
}
.kategorie li.hlbsieciarka {
	background: #EBE8DC;
}
.kategorie li a {
	display: block;
	width: 100%;
	height: 27px;
	overflow: hidden;
	padding: 0px 0px 0px 24px;
	line-height: 27px;
	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.gif) no-repeat;
	*/
	background: #5f8c14;
	background-position: -180px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.kategorie li.top-aktivna-priamo a {
	color: #fff;
}
.kategorie li.aktivna {
	text-decoration: none;
	font-weight: bold;
	/*
	background: url(img/design/katLiBg_active_dark.gif) no-repeat;
	*/
	background: #5f8c14;
	color: #fff;
}
.kategorie li.aktivna a {
	color: #fff;
	font-weight: bold;
}
.kategorie li.top-aktivna {
	/*
	background: url(img/design/katLiBg_active.gif) no-repeat;
	*/
	background: #ebe8dc;
	background-position: -180px 0px;
	color: #3a310a;
}
.kategorie li.top-aktivna a {
	color: #3a310a;
	font-weight: bold;
}
/* ---------------------------------- (kategorie menu) --------------------------------------------- */
/* ---------------------------------- Newsletter --------------------------------------------- */
.newsletter .box {
	padding-bottom: 18px;
	background: url(img/design/nlbg.jpg) 99% 100% no-repeat;
}
.newsletter .blabol {
	position: relative;
	padding: 14px;
}
.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: 152px;
	height: 25px;
	line-height: 25px;
	margin-left: 14px;
	background: url(img/design/nl-box.jpg) no-repeat;
}
.newsletter .nl-box .textbox {
	width: 118px;
	font-size: 11px;
	margin-top: 2px;
	margin-left: 3px;
	border: none;
	background: none transparent;
}
.newsletter .nl-box .button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 24px;
	height: 25px;
	background: none transparent;
}
/* ---------------------------------- (Newsletter) --------------------------------------------- */
/* ---------------------------------- Anketa--------------------------------------------- */
.anketa .box{
	padding: 15px;
	width: 155px;
	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 #e8cb73;
	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: #3a310a;
}
.anketa span.bar{	
	float: left;
	height: 10px;
	background: #007de9 url(img/design/anketa.jpg) no-repeat;
	background: #5f8c14;
}
.anketa span.perc{	
	display: none;
	position: relative;
	left: 3px;
	top: -5px;
	font-size: 11px;
}
.anketa .odkaz:hover{
	text-decoration:underline;
}
.anketa .odkaz{
	color :#015b79;
	text-decoration: none;
}
/* ----------------------------------(Anketa)--------------------------------------------- */
/* ---------------------------------- Prihlasenie --------------------------------------------- */
.stlpecbox.prihlasenie .box {
	padding-top: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
}
.stlpecbox.prihlasenie .hlaska {
	padding-top: 0px;
}
.prihlasenie input.textbox {
	width: 110px;
}
.prihlasenie input.button {
	margin-left: 4px;
}
.prihlasenie input.btnLogin {
	width: 29px;
	height: 29px;
	margin-left: 6px;
	border: none;
	background: url(img/design/gobtn.gif) no-repeat;
	cursor:pointer;
}
.prihlasenie input.btnLogin.active {
	background: url(img/design/gobtn_h.gif) no-repeat;
}
.prihlasenie a {
	display: block;
	float: left;
	clear: both;
	color: #6b6b6b;
	padding-left: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(img/design/sipka.gif) 4px 50% no-repeat;
	white-space: nowrap;
}
.prihlasenie .mmsep {
	position: relative;
	float: left;
	clear: both;
	width: 189px;
	height: 2px;
	overflow: hidden;
	background: url(img/design/ryha.gif) repeat-x;
}
/* ---------------------------------- (Prihlasenie) --------------------------------------------- */
/* ---------------------------------- Kosik --------------------------------------------- */
#all4shop-kosik {
	position: relative;
	overflow: hidden;
	width: 751px;
	padding-bottom: 40px;
}
.breaker {
	height: 20px;
	background: #fff;
}
table.kosik {
	position: relative;
	width: 100%;
	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: #d3f1a2;
}
table.kosik th { 
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	border-bottom: 1px solid #e6e0a8;
}
table.kosik td {
	padding: 10px 5px 10px 5px;
	text-align: center;
	border-bottom: 1px solid #e6e0a8;
}
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) --------------------------------------------- */
/* -------------------------------------- Taby --------------------------------- */
.tabPlusTabula {
	position: relative;
	overflow: hidden;
	width: 751px;
	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: #e6e0a8;
}
.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: #ECE8DD url(img/design/ryha.gif) 0% 100% repeat-x;
	border-top: none;
	font-size: 11px;
}
/* -------------------------------------- (Taby) --------------------------------- */
/* ------------------------------- Nahlady kategorii ---------------------------- */
.kategoriaVypisNahlady {
	float: left;
	position: relative;
	width: 145px;
	height: 150px;
	margin: 14px 8px 0px 14px;
	_margin: 14px 7px 0px 10px;
}
.kategoriaVypisNahlady a.obr {
	position: absolute;
	top: 2px;
	left: 2px;
}
.kategoriaVypisNahlady span.obrazokObal {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 145px;
	height: 91px;
	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="/tidohracky.sk/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="/tidohracky.sk/img/design/kategoriaObrazokBgHover.png", sizingMethod="image");
}
.kategoriaVypisNahlady span {
	position: absolute;
	top: 96px;
	left: 8px;
	display: block;
}
.kategoriaVypisNahlady span.nadpis a {
	color: #db5000;
	font-weight: bold;
}
.kategoriaVypisNahlady span.pocetProdukt {
	top: 130px;
}
/* ------------------------------- (Nahlady kategorii) ---------------------------- */
/* ---------------------------------- Obal --------------------------------------------- */
.obal {
	width: 937px;
	margin: 0 auto;
	padding: 0px 9px 9px 9px;
	overflow: hidden;
	background: #fff;
}
.top {
	position: relative;
	width: 937px;
	height: 35px;
	background: url(img/design/top.jpg) no-repeat;
	overflow: hidden;
}
.menu {
	position: relative;
	width: 937px;
	height: 75px;
	background: url(img/design/menu.jpg) no-repeat;
}
.hlavicka {
	position: relative;
	width: 937px;
	height: 77px;
	background: url(img/design/hlavicka.jpg) no-repeat;
	overflow: hidden;
}
.obsah-box {
	position: relative;
	width: 937px;
	background: #ebe8dc url(img/design/obsah-box.jpg) repeat-y;
	overflow: hidden;
}
.obsah-box-bottom {
	position: relative;
	overflow: hidden;
	height: 1px;
	background: url(img/design/obal.jpg) 50% 99% no-repeat
 }
.lstlpec,
.hstlpec {
	position: relative;
	float: left;
	overflow: hidden;
}
.lstlpec {
	width: 186px;
	padding-bottom: 10px;
}
.hstlpec {
	width: 751px;
	padding-bottom: 10px;
}
.flash-banner {
	width: 751px;
	height: 210px;
	background: url(img/design/flash-banner.jpg) no-repeat;
}
.lstlpec .bannery{
	text-align: center;
}
.lstlpec .bannery img{
	margin: 5px 0px;
}
/* ------------------------------------------- Naj Produkt ---------------------------------- */
.najpredavanejsie .box {
	padding-bottom: 18px;
}
.naj-produkt {
	position: relative;
	overflow: hidden;
	padding-top: 21px;
	padding-left: 17px;
	background: url(img/design/ryha.gif) 0% 100% repeat-x;
}
.naj-produkt.last {
	background: none transparent;
}
.naj-produkt a.nadpis {
	display: block;
	color: #e14000;
	font-weight: bold;
	padding: 6px 0px 6px 0px;
	text-decoration: none;
}
.naj-produkt a.nadpis:hover {
	text-decoration: underline;
}
.naj-produkt .cena {
	padding-right: 2px;
	color: #d10000;
}
.naj-produkt .top-bar {
	padding: 0px 0px 8px 0px;
}
.naj-produkt .btn-bar {
	padding: 0px 0px 0px 0px;
}
.naj-produkt a.viac {
	float: left;
	display: block;
	width: 74px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background: #d22829 url(img/design/viac.gif) no-repeat;
	color: #e14000;
}
.naj-produkt a.kupit {
	float: left;
	display: block;
	width: 81px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background: #eeeab5 url(img/design/kupit.gif) no-repeat;
	color: #e14000;
}
.naj-produkt a.obrazok {
	display: block;
	width: 155px;
	height: 155px;
}
.naj-produkt a.obrazok img {
	display: block;
}
/* ------------------------------------------- (Naj Produkt) ---------------------------- */
/* --------------------------------------- Produkt Flagy ---------------------------- */
.flag {
	display: none;
	position: absolute;
	left: -11px;
	bottom: -17px;
	width: 70px;
	height: 36px;
}
.flag.f1 {
	background: url(img/design/flag1.gif) no-repeat;
}
.flag.f2 {
	background: url(img/design/flag2.gif) no-repeat;
}
.flag.f3 {
	background: url(img/design/flag3.gif) no-repeat;
}
.flag.f4 {
	width: 91px;
	background: url(img/design/flag4.gif) no-repeat;
}
/* -------------------------------------- (Produkt Flagy) ---------------------------- */
/* --------------------------------------- Produkt Zoznam ---------------------------- */
.produkt {
	float: left;
	position: relative;
	overflow: hidden;
	width: 365px;
	height: 146px;
	margin: 8px	0px 24px 0px;
	padding: 0px 0px 0px 10px;
}
.produkt a.obrazok {
	display: block;
	position: relative;
	float: left;
	width: 144px;
	height: 144px;
	border: 1px solid #423914;
}
.produkt a.obrazok:hover {
	border-color: #82BF17;
}
.produkt .sright {
	position: relative;
	overflow: hidden;
	float: left;
	width: 202px;
	height: 146px;
	padding-left: 12px;
}
.produkt a.nadpis {
	display: block;
	position: relative;
	padding-bottom: 4px;
	color: #3a310a;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: tahoma;
}
.produkt a.nadpis:hover {
	text-decoration: underline;
}
.produkt .note {
	
}
.produkt .text {
	position: relative;
	height: 36px;
	overflow: hidden;
	padding: 4px 16px 6px 0px;
	line-height: 14px;
	text-align: justify;
}
.produkt .oldprice {
	display: block;
	height: 16px;
	position: absolute;
	left: 12px;
	bottom: 46px;
	text-decoration: line-through;
	font-size: 11px;
	color: #818383;
}
.produkt .cena {
	display: block;
	position: absolute;
	left: 12px;
	bottom: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #d10000;
}
.produkt .cena .note {
	font-size: 11px;
	font-weight: normal;
	color: #d10000;
}
.produkt .btn-bar {
	position: absolute;
	left: 10px;
	bottom: 0px;
	width: 335px;
}
.produkt .btn-bar a {
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	width: 54px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #689221;
	text-decoration: none;
	font-size: 11px;
	white-space: nowrap;
}
.produkt .btn-bar a:hover {
	text-decoration: none;
}
.produkt a.detail {
	margin-right: 12px;
	background: #e9e6d9 url(img/design/detail.gif) no-repeat;
}
.produkt a.detail:hover {
	color: #fff;
	background: #e9e6d9 url(img/design/detail_h.gif) no-repeat;
}
.produkt a.kosik {
	background: #e9e6d9 url(img/design/detail.gif) no-repeat;
}
.produkt a.kosik:hover {
	color: #fff;
	background: #e9e6d9 url(img/design/detail_h.gif) no-repeat;
}
/* ------------------------------- (Produkt Zoznam) ---------------------------- */
/* ----------------------------- Produkt Nahlad ---------------------------- */
.produkt.nahlad {
	float: none;
	width: 741px;
	height: auto;
	border: none;
}
.produkt.nahlad .sleft {
	position: relative;
	overflow: hidden;
	float: left;
	width: 232px;
}
.produkt.nahlad .sleft .oldprice,
.produkt.nahlad .sleft .cena {
	left: 68px;
}
.produkt.nahlad .sleft .oldprice {
	top: 4px;
}
.produkt.nahlad .sleft .btn-bar {
	position: relative;
	margin-top: -22px;
	left: 0px;
	bottom: 0px;
}
.produkt.nahlad .sright {
	height: auto;
	overflow: visible;
}
.produkt.nahlad .dlhy-text {
	position: relative;
	overflow: hidden;
	width: 485px;
	text-align: justify;
	line-height: 16px;
	padding: 10px;
	padding-left: 0px;
}
.produkt.nahlad a.obrazok {
	width: 223px;
	height: 223px;
}

.produkt.nahlad a.kosik_small {
	display: block;
	width: 23px;
	height: 21px;
	margin-left: 12px;
	background: url(img/design/kosik.gif) no-repeat;
}
.produkt.nahlad a.kosik_small:hover {
	background: url(img/design/kosik_h.gif) no-repeat;
}
.produkt.nahlad .cena,
.produkt.nahlad .oldprice {
	position: relative;
	left: auto;
	bottom: auto;
}
/* ---------------------------- (Produkt Nahlad) ---------------------------- */
/* ---------------------------- Produkt Varianty ---------------------------- */
table.tabulka_varianty {
	width: 509px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
	font-size: 11px;
	border-bottom: 1px solid #ebe8dc;
}
table.tabulka_varianty th {
	padding: 10px 7px 10px 7px;
	background: #ebe8dc;
	color: #3a310a;
	margin-bottom: 6px;
	font-size: 11px;
	border-right: 1px solid #ebe8dc;
}
table.tabulka_varianty td {
	padding: 4px 0px 4px 0px;
	border-right: 1px solid #ebe8dc;
	/*
	background: #ECE8DD;
	*/
	text-align: center;
}
table.tabulka_varianty tr.even td {
	background: #f4f3ec;
}
table.tabulka_varianty tr.over td {
	background: #D3F1A2;
}
table.tabulka_varianty .oldprice {
	text-decoration: line-through;
	font-size: 10px;
}
table.tabulka_varianty a.kosik {
	padding-right: 6px;
}
table.tabulka_varianty td .cena {
	font-size: 12px;
	font-weight: bold;
	color: #d10000;
}
table.tabulka_varianty td .cena .secprice {
	font-weight: normal;
	font-size: 11px;
}
table.tabulka_varianty input.textbox {
	width: 20px;
	padding: 4px 0px 0px 0px;
	text-align: center;
}
/* --------------------------- (Produkt Varianty) ---------------------------- */
/* ---------------------------- Charakteristiky -------------------------------------- */
table.charakteristiky {
	border: none;
	border-collapse: collapse;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}
table.charakteristiky .nadpis {
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
}
table.charakteristiky h3 {
	margin: 6px 0px 2px 0px;
	padding: 0px 0px 0px 4px;
	font-size: 11px;
}
table.charakteristiky td {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
table.charakteristiky td.vpravo { 
	text-align: left; 
	padding: 3px 5px 3px 5px; 
	font-weight: bold; 
}
table.charakteristiky td.tucne { 
	width: 25%;
	padding: 3px 5px 3px 4px; 
	white-space: nowrap;
}
/* ---------------------------- (Charakteristiky) ---------------------------------- */
/* ---------------------------- (Hierarchia) ---------------------------------- */
.hierarchia {
	width: 751px;
	background: #ebe8dc;
	padding: 3px 6px 6px 13px;
	font-size: 11px;
}
.hierarchia img {
	display: inline;
}
/* ---------------------------- (Hierarchia) ---------------------------------- */
/* -------------------------- Produkt Zoznam Tabulka ---------------------------- */
.produkt-tabulka {
	width: 100%;
}
.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) ---------------------------- */
/* --------------------------- Produkt Odporucane ---------------------------- */
.produkt .odporucane {
	width: 240px;
	padding-top: 16px;
}
.produkt .odporucane a.obrazok {
	float: none;
	width: 106px;
	height: 106px;
}
.produkt .odporucane a.nadpis {
	display: block;
	font-size: 11px;
	padding: 6px 2px;
}
.produkt .odporucane .produkt-box {
	position: relative;
	overflow: hidden;
	float: left;
	width: 108px;
	margin-right: 10px;
	margin-bottom: 18px;
}
.produkt.nahlad .odporucane .cena {
	position: relative;
	left: 2px;
	top: -2px;
	bottom: auto;
	font-size: 11px;
}
.produkt .odporucane a.detail {
	display: block;
	width: 91px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #5f8c14;
	text-decoration: none;
	background: url(img/design/detail2.gif) no-repeat;
}
.produkt .odporucane a.detail:hover {
	color: #fff;
	background: url(img/design/detail2_h.gif) no-repeat;
}
/* -------------------------- (Produkt Odporucane) ---------------------------- */
/* ------------------------------ Nastavenie Vypisu ---------------------------- */
.nastavenie-vypisu {
	position: relative;
	width: 731px;
	height: 17px;
	margin-bottom: 1px;
	padding: 9px 10px 5px 10px;
	text-align: right;
	background: #EBE8DC;
	color: #3A310A;
	font-size: 11px;
}
.nastavenie-vypisu img {
	display: inline;
}
.nastavenie-vypisu a {
	color: #3A310A;
	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) ------------------------------------- */
/* ------------------------------- Galeria ----------------------------------------- */
.galeria {
	padding: 10px 0px;
}
.galeria a {
	display: block;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
	padding: 6px;
	background: #EBE9DC;
}
.galeria a:hover {
	background: #659815;
}
/* ------------------------------- (Galeria) ----------------------------------------- */
/* ------------------------------- Strankovanie ----------------------------------------- */
.strankovanie { 
	position: relative;
	width: 731px;
	clear: both;
	margin-bottom: 12px;
	padding: 6px 10px 6px 10px;
	background: #EBE8DC;
	color: #3A310A;
	text-align: right;
	font-size: 11px;
}
.strankovanie.after { 
	
}
.strankovanie form {
	float: left;
}
.strankovanie a.aktivna {
	text-decoration: underline;
}
/* ---------------------------------- (strankovanie) --------------------------------------------- */
/* ---------------------------------- pata --------------------------------------------- */
.pata {
	position: relative;
	margin: 0px auto;
	width: 955px;
	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 --------------------------------------------- */
