* { margin: 0; padding: 0; }

HTML, BODY { height: 100%; }

HTML { font-size: small; }

BODY {
	background: #05050f;
  color: #999;
	font-family: Arial, sans-serif;
  font-size: small;
  text-align: center;
}

HR { display: none; }

H1 { font-size: 1.8em; line-height: 1.2em; margin: 0 0 10px 0; color: #fff; font-weight: normal; padding: 0; }
H2 { font-size: 1.8em; line-height: 1.2em; margin: 0 0 10px 0; color: #fff; font-weight: normal; }
H3 { font-size: 1.2em; line-height: 1.2em; margin: 0 0 15px 0; }
H4 { font-size: 1.0em; line-height: 1.2em; margin: 0 0 15px 0; }

H1 A { text-decoration: none; color: #fff; }
H1 A:hover { text-decoration: none; color: #fff; }
H2 A { text-decoration: none; color: #fff; }
H2 A:hover { text-decoration: underline; color: #fff; }
H3 A { text-decoration: underline; color: inherit; }
H4 A { text-decoration: underline; color: inherit; }

P { margin-top: 0.2em; margin-bottom: 0.5em;}

IMG { border: 0px solid #002e6c; }

FORM, INPUT, TEXTAREA, SELECT { font-family: sans-serif; font-size: 100%; }
TEXTAREA { font-family: courier; font-size: 100%; }
LABEL { font-weight: bold; }
INPUT[type=submit] { padding: 0.1em; }
INPUT[type=reset] { padding: 0.1em; }
INPUT[name="ok1"] { margin-left: 0.5em; }
INPUT[name="ok2"] { margin-left: 0.5em; }
INPUT[name="ok3"] { margin-left: 0.5em; }
INPUT[name="ok4"] { margin-left: 0.5em; }
INPUT[name="ok5"] { margin-left: 0.5em; }
INPUT[name="ok6"] { margin-left: 0.5em; }
INPUT[name="ok7"] { margin-left: 0.5em; }
INPUT[name="ok8"] { margin-left: 0.5em; }
INPUT[name="ok9"] { margin-left: 0.5em; }

A { color: #999; text-decoration: underline; }
A:hover { color: #999; text-decoration: underline; }

SUP { font-size: 75%; _font-size: 100%; }

DIV { line-height: 1.35em; border: 0 solid #ccc; }

TABLE {
  font-size: 100%;
  /*_font-size: 96%;*/
  border-style: solid;
  border-color: #ccc;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 1px;
  border-spacing: 0;
  border-collapse: collapse;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}
TH, TD {
  font-size: 100%;
  border-style: solid;
  border-color: #ccc;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 0px;
  border-spacing: 0;
  padding: 3px;
}

TH { color: #ccc; background-color: #555; }
TH A { color: #ccc; }
TH A:hover { color: #ccc; }

UL { margin-left: 2em; margin-bottom: 0.5em; }
OL { margin-left: 2em; margin-bottom: 0.5em; }
LI { margin-bottom: 0.3em; margin-top: 0.3em; }
UL UL { margin-top: 0.5em; }
DL { margin-left: 0; margin-bottom: 0.5em; }
DT { font-weight: bold; margin-left: 0; margin-top: 0.2em; }
DD { margin-left: 1em; }





#telo {
	background: url(../../pics/layout/bg-telo.gif) center top repeat-y;
	position: relative;
  min-height: 101%;
  height: 101%;
	width: 1000px;
	margin: 0 auto;
  text-align: left;
	font-size: 97%;
}
body>#telo { height: auto; }
#uvod #telo { background: url(../../pics/layout/bg-telo-uvod.gif) center top repeat-y; }

#telo-obsah {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 0px 0px 80px 0px;
}





#hlavicka {
	position: relative;
	background: #000;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	width: 800px;
	border-bottom: 10px solid #66666e;
}

#hlavicka-obsah {
	width: 800px;
	padding: 0px;
	border: 0px solid black;
}

#hlavicka-separator { background: url(../../pics/layout/bg-telo.gif) center top repeat-y; height: 20px; }

#nadpis {
	background: url(../../pics/layout/logo.gif) 0 0 no-repeat;
	display: block;
	position: absolute;
	left:0; top: 0;
	width: 745px; height: 90px;
	z-index: 10;
}
#nadpis A { display: block; width: 300px; height: 90px; }
#nadpis A STRONG { display: none; }

#testovacia-prevadzka {
	position: absolute;
	z-index: 250;
	color: #ff0;
	font-size: 1.6em;
	font-weight: bold;
	left: 150px; top: 0;
	height: 60px; line-height: 60px;
}

#logged {
	position: absolute;
	left: 165px; top: 60px;
	font-size: 95%;
	color: #ff0;
	z-index: 300;
}

#kosik {
	position: relative;
	background: url(../../pics/layout/bg-hlavicka.jpg) 0 0 no-repeat;
	display: block;
	width: 800px; height: 80px;
}
#kosik-taska {
	position: absolute;
	left: 600px; top: 12px;
	display: block;
	width: 46px; height: 58px;
	z-index: 20;
}
#kosik-in {
	position: absolute;
	left: 650px; top: 40px;
	width: 150px; height: 40px;
	color: #a13e1e;
}
#kosik-in .nadpis { text-decoration: none; color: #a13e1e; }
#kosik-in .nadpis:hover { text-decoration: none; color: #a13e1e; }
#kosik-in A { text-decoration: none; color: #c63; }
#kosik-in A:hover { text-decoration: none; color: #fff; }
#kosik-in A B SPAN{ display: none; }
#kosik-nav {
	background: url(../../pics/layout/kosik.gif) 0 0 no-repeat;
	position: absolute;
	right: 10px; bottom: 10px;
	display: block; width: 24px; height: 24px; line-height: 24px;
	overflow: hidden;
	text-align: center;
	font-size: 1.3em;
}
#kosik-vyber { color: #a13e1e !important; font-weight: bold; }
#kosik-vyber:hover { color: #a13e1e !important; font-weight: bold; }
#kosik-vyber .mnozstvo { color: #a13e1e; font-weight: bold; }

#jazyky { position: absolute; left: 650px; top: 10px; color: #a13e1e; z-index: 30; }
#jazyky A { color: #a13e1e; text-decoration: none; }
#jazyky A.selected { color: #fff; text-decoration: none; font-weight: normal; }
#jazyky STRONG { display: none; }




#top-menu {
	background: url(../../pics/layout/bg-top-menu.gif) left center repeat-x;
	position: relative;
	height: 70px;
	overflow: hidden;
}
#top-menu-obsah {
	width: 610px;
	height: 70px;
	padding: 0 10px;
	font-size: 1.2em;
	float: left;
	overflow: hidden;
}
#top-menu STRONG { display: none; }
#top-menu UL { margin: 0; padding: 0; list-style-type: none; }
#top-menu LI { display: inline; }
#top-menu LI A {
	position: relative;
	color: #999; text-decoration: none;
	display: block; float: left;
	margin: 15px 0; padding: 0 10px;
	line-height: 40px;
	height: 40px;
	border-left: 1px solid #323232;
}
#top-menu LI A:hover { color: #fff; text-decoration: underline; }
#top-menu LI A EM { font-style: normal; }
#top-menu LI A.selected { background: url(../../pics/layout/bg-top-menu-left.gif) left top no-repeat; color: #fff; font-weight: normal; border-left: 1px solid transparent; }
#top-menu LI A.selected SPAN { background: url(../../pics/layout/bg-top-menu-right.gif) right top no-repeat; display: block; width: 5px; height: 40px; position: absolute; right: 0; top: 0; }

#top-menu-search {
	width: 170px;
	height: 70px;
	font-size: 1em;
	float: left;
}
#top-menu-search-obsah {
	padding: 0 10px;
}
#search {
	display: block;
	width: 120px;
	height: 18px;
	line-height: 18px;
	border-style: solid;
	border-color: #000;
	border-width: 0px;
	padding: 0px;
	margin: 26px 0;
	float: left;
}
#search_ok {
	display: block;
	width: 24px;
	height: 24px;
	border-style: solid;
	border-color: #000;
	border-width: 0px;
	padding: 0;
	margin: 23px 0 23px 6px;
	float: left;
}



#banner {
	display: block;
	background-position: left top;
	/*background: url(../../pics/layout/bg-uputavka-kolekcia.jpg) 0 0 no-repeat;*/
	width: 800px; /*height: 400px;*/
}





#lavy-panel {
/*background: violet;*/
  width: 200px;
	float: left;
	overflow: hidden;
	min-height: 20px;
}
#lavy-panel-obsah {
	padding: 0px 10px 0px 20px;
}
#lavy-panel-obsah-in {
	padding: 0px;
}
#uvod #lavy-panel {
  width: 270px;
}
#uvod #lavy-panel-obsah {
	padding: 0px 10px 0px 20px;
}





#menu * { text-align: left; }
#menu STRONG { display: none; }
#menu UL { margin: 0; padding: 0; }
#menu LI { list-style-type: none; list-style-image: url(../../pics/layout/bg-li.gif); margin-left: 10px; }
#menu UL LI A { display: block; padding: 5px 0; text-decoration: none; /*background: red;*/ }
#menu UL LI A:hover { color: #fff; text-decoration: underline; }
#menu UL LI A.selected { font-weight: normal; color: #fff; }
#menu UL LI UL LI { padding-left: 10px; }





.uputavka-lava { margin-bottom: 30px; }
.uputavka-lava .podnadpis { color: #a13e1e; }
.uputavka-lava DIV { margin-top: 0.3em; }





#pravy-panel {
	position: relative;
	z-index: 20;
	width: 600px;
	float: left;
	overflow: hidden;
	min-height: 20px;
}
#pravy-panel-obsah {
	padding: 0px 10px 0px 10px;
}
#pravy-panel-obsah-in {
	padding: 0px;
}
#pravy-panel-obsah-in #pomocny {
	padding: 0px;
}

#tovar #pravy-panel-obsah {
	padding: 0px 0px 0px 0px;
}

#uvod #pravy-panel {
	width: 260px;
	float: left;
	overflow: hidden;
}
#uvod #pravy-panel-obsah {
	padding: 0px 10px 0px 10px;
}





#spravy .podnadpis { color: #a13e1e; }
#zoznam-sprav {
	list-style-image: url(../../pics/layout/bg-li.gif);
}
#zoznam-sprav LI A {
	text-decoration: none;
}
#zoznam-sprav LI A:hover {
	text-decoration: underline;
}

.sprava {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #444;
}



#reklamny-panel {
	width: 0px;
	float: left;
	overflow: hidden;
	min-height: 20px;
}
#reklamny-panel-obsah {
	padding: 0px;
}
#reklamny-panel-obsah-in {
	padding: 0px;
}
#uvod #reklamny-panel {
	width: 270px;
}
#uvod #reklamny-panel-obsah {
	padding: 0px 20px 0px 10px;
}



.uputavka1-vlavo {
	background: url(../../pics/layout/bg-uputavka1-vlavo.jpg) 0 0 no-repeat;
	width: 160px; height: 80px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: left;
}
.uputavka1-vlavo A { display: block; text-decoration: none !important; }
.uputavka1-vlavo A:hover { text-decoration: none; }
.uputavka1-vlavo .obsah { display: block; margin-left: 10px; padding: 5px 5px 10px 0px; }
.uputavka1-vlavo .nadpis { display: block; font-size: 1.8em; color: #fff; margin-bottom: 5px; }



.uputavka1-vpravo {
	background: url(../../pics/layout/bg-uputavka1-vpravo.jpg) 0 0 no-repeat;
	width: 240px; height: 80px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: left;
}
.uputavka1-vpravo A { display: block; text-decoration: none !important; }
.uputavka1-vpravo A:hover { text-decoration: none; }
.uputavka1-vpravo .obsah { display: block; margin-left: 90px; padding: 5px 5px 10px 0px; }
.uputavka1-vpravo .nadpis { display: block; font-size: 1.8em; color: #fff; margin-bottom: 5px; }



.uputavka2-vlavo {
	background: url(../../pics/layout/bg-uputavka2-vlavo.jpg) 0 0 no-repeat;
	width: 160px; height: 80px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: left;
}
.uputavka2-vlavo A { display: block; text-decoration: none; }
.uputavka2-vlavo A:hover { text-decoration: none; }
.uputavka2-vlavo .obsah { display: block; margin-left: 10px; padding: 5px 5px 10px 0px; }
.uputavka2-vlavo .nadpis { display: block; font-size: 1.8em; color: #fff; margin-bottom: 5px; }



.uputavka2-vpravo {
	background: url(../../pics/layout/bg-uputavka2-vpravo.jpg) 0 0 no-repeat;
	width: 240px; height: 80px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: left;
}
.uputavka2-vpravo A { display: block; text-decoration: none; }
.uputavka2-vpravo A:hover { text-decoration: none; }
.uputavka2-vpravo .obsah { display: block; margin-left: 90px; padding: 5px 5px 10px 0px; }
.uputavka2-vpravo .nadpis { display: block; font-size: 1.8em; color: #fff; margin-bottom: 5px; }



#txt-galeria { background: transparent; width: 100%; }
#txt-galeria #detail STRONG { display: block; text-align: center; padding: 5px; padding-bottom: 0; }
#txt-galeria #detail IMG { display: block; margin: 5px auto; padding: 0; border: 1px solid #fff; }
#txt-galeria #detail SPAN { display: block; text-align: justify; padding: 5px; }
#txt-galeria #ovladanie-obal { padding: 5px; }
#txt-galeria #ovladanie .prev { display: block; position: relative; width: 150px; padding: 5px 0; float: left; text-align: left; }
#txt-galeria #ovladanie .next { display: block; position: relative; width: 150px; padding: 5px 0; float: right; text-align: right; }
#txt-galeria #ovladanie .back-gallery { display: block; position: relative; width: 150px; padding: 5px 0; text-align: center; margin: 0 auto; float: none; }
#txt-galeria .nahlad { display: block; /*background: #444;*/ width: 114px; margin: 4px 0; float: left; }
#txt-galeria .nahlad IMG { display: block; margin: 0px auto; border: 1px solid #fff; }
#txt-galeria .nahlad SPAN { display: block; padding: 0 4px 4px 4px; text-align: center; font-size: 90%; _font-size: 80%; }





#tovar .pomocny {
	padding: 10px;
}

#tovar .navigacia {
	padding: 0 0 0 5px; height: 25px; line-height: 25px; overflow: hidden;
	color: #000;
}
#tovar .navigacia .navigacia-in {
	background: url(../../pics/layout/bg-navigacia-m.gif) 0 0 repeat-x;
	/*width: 390px;*/
	width: 470px;
	text-align: center;
	float: left;
}
#tovar .navigacia-in .nadpis {
	height: 25px; line-height: 25px;
}
#tovar .navigacia-in .nadpis STRONG {
	color: #fff; font-weight: normal;
}
#tovar .navigacia-in .pocet {
	height: 25px; line-height: 25px;
}
#tovar .navigacia-in .pocet STRONG {
	color: #fff; font-weight: normal;
}
#tovar .navigacia-in .zobrazenie {
	height: 25px; line-height: 25px;
}
#tovar .navigacia-in .zobrazenie A { text-decoration: none; }
#tovar .navigacia-in .zobrazenie .active { color: #fff; }
#tovar .navigacia-in .radenie {
	height: 25px; line-height: 25px;
	text-decoration: none;
}
#tovar .navigacia-in .radenie A { text-decoration: none; }
#tovar .navigacia-in .radenie .active { color: #fff; }
#tovar .navigacia-in .separator {
	height: 25px; line-height: 25px;
}
#tovar .navigacia-in .left {
	display: block; float: left;
	background: url(../../pics/layout/bg-navigacia-l.gif) 0 0 no-repeat;
	width: 5px; height: 25px; line-height: 25px;
}
#tovar .navigacia-in .right {
	display: block; float: right;
	background: url(../../pics/layout/bg-navigacia-r.gif) 0 0 no-repeat;
	width: 5px; height: 25px; line-height: 25px;
}
#tovar .navigacia .buttony {
	width: 100px;
	height: 25px; line-height: 25px;
	/*margin-left: 90px;*/
	margin-left: 20px;
	color: #a13e1e;
	float: left;
}
#tovar .navigacia .buttony .prev {
	display: block; float: left;
	background: url(../../pics/layout/bg-navigacia-button.gif) 0 0 no-repeat;
	width: 25px; height: 25px; line-height: 25px; _line-height: 22px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#tovar .navigacia .buttony STRONG {
	display: block;
	width: 50px;
	text-align: center;
	float: left;
}
#tovar .navigacia .buttony STRONG SPAN {
	color: #fff;
}
#tovar .navigacia .buttony .next {
	display: block; float: left;
	background: url(../../pics/layout/bg-navigacia-button.gif) 0 0 no-repeat;
	width: 25px; height: 25px; line-height: 25px; _line-height: 22px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}





#tovar .navigacia-kosik {
	padding: 0 0 0 5px; height: 25px; line-height: 25px; overflow: hidden;
	color: #000;
}
#tovar .navigacia-kosik .navigacia-kosik-in {
	background: url(../../pics/layout/bg-navigacia-m.gif) 0 0 repeat-x;
	/*width: 390px;*/
	width: 405px;
	text-align: left;
	float: left;
}
#tovar .navigacia-kosik-in .nadpis {
	height: 25px; line-height: 25px;
}
#tovar .navigacia-kosik-in .nadpis STRONG {
	color: #fff;
}
#tovar .navigacia-kosik-in .left {
	display: block; float: left;
	background: url(../../pics/layout/bg-navigacia-l.gif) 0 0 no-repeat;
	width: 5px; height: 25px; line-height: 25px;
}
#tovar .navigacia-kosik-in .right {
	display: block; float: right;
	background: url(../../pics/layout/bg-navigacia-r.gif) 0 0 no-repeat;
	width: 5px; height: 25px; line-height: 25px;
}
#tovar .navigacia-kosik .buttony {
	width: 165px;
	height: 25px; line-height: 25px;
	margin-left: 10px;
	color: #a13e1e;
	float: left;
}
#tovar .navigacia-kosik .buttony .objednat {
	display: block; float: left;
	background: url(../../pics/layout/bg-kosik-objednanie.gif) 0 0 no-repeat;
	width: 165px; height: 25px; line-height: 25px; _line-height: 22px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}





#tovar .navigacia-detail {
	width: 125px;
	padding: 0; height: 25px; line-height: 25px;
	color: #a13e1e;
	margin: 20px 0 0 auto;
}
#tovar .navigacia-detail .popis {
	display: none;
}

#tovar .navigacia-detail .buttony {
	width: 125px;
	height: 25px; line-height: 25px;
	color: #a13e1e;
	float: left;
}
#tovar .navigacia-detail .buttony .prev {
	display: block; float: left;
	background: url(../../pics/layout/bg-navigacia-button.gif) 0 0 no-repeat;
	width: 25px; height: 25px; line-height: 25px; _line-height: 22px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#tovar .navigacia-detail .buttony STRONG {
	display: block;
	width: 75px;
	text-align: center;
	float: left;
}
#tovar .navigacia-detail .buttony STRONG SPAN {
	color: #fff;
}
#tovar .navigacia-detail .buttony .next {
	display: block; float: left;
	background: url(../../pics/layout/bg-navigacia-button.gif) 0 0 no-repeat;
	width: 25px; height: 25px; line-height: 25px; _line-height: 22px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}




.tovar-zoznam-obal {
	background: url(../../pics/layout/bg-tovar-zoznam2.gif) 0 0 no-repeat;
	width: 200px; height: 370px;
	overflow: hidden;
	float: left;
}
.tovar-zoznam .ilustracka {
	background: url(../../pics/layout/bg-tovar-zoznam-ilustracka.gif) 0 0 no-repeat;
	width: 170px; height: 238px;
	margin: 15px 20px 10px 15px;
}
.tovar-zoznam IMG {
	display: block;
	border: none;
	margin: auto;
}
.tovar-zoznam H2 {
	margin: 0 0 0 15px;
	padding: 0;
	color: #a13e1e;
	font-size: 1em;
	font-weight: bold;
	width: 150px; height: 27px;
	line-height: 27px;
	overflow: hidden;
}

.tovar-zoznam .cena {
	background: url(../../pics/layout/bg-tovar-zoznam-cena.gif) 0 0 no-repeat;
	color: #fff;
	margin: 0 0 5px 15px;
	width: 98px; height: 15px;
	line-height: 15px;
	overflow: hidden;
	font-size: 10px;
	font-weight: bold;
}
.tovar-zoznam .cena .nadpis {
	display: block; float: left;
	width: 32px;
	padding-left: 3px;
	overflow: hidden;
}
.tovar-zoznam .cena .obsah {
	display: block; float: left;
	width: 60px;
	padding-left: 3px;
	font-size: 1.1em;
	font-weight: normal;
	overflow: hidden;
	text-align: right;
}

.tovar-zoznam .cena2 {
	background: url(../../pics/layout/bg-tovar-zoznam-cena.gif) 0 0 no-repeat;
	color: #fff;
	margin: 0 0 5px 15px;
	width: 98px; height: 15px;
	line-height: 15px;
	overflow: hidden;
	font-size: 10px;
	font-weight: bold;
}
.tovar-zoznam .cena2 .nadpis {
	display: block; float: left;
	width: 32px;
	padding-left: 3px;
	overflow: hidden;
}
.tovar-zoznam .cena2 .obsah {
	display: block; float: left;
	width: 60px;
	padding-left: 3px;
	font-size: 1.1em;
	font-weight: normal;
	overflow: hidden;
	text-align: right;
}

.tovar-zoznam .kod {
	background: url(../../pics/layout/bg-tovar-zoznam-kod.gif) 0 0 no-repeat;
	color: #fff;
	margin: 0 0 5px 15px;
	width: 98px; height: 15px;
	line-height: 15px;
	overflow: hidden;
	font-size: 10px;
	font-weight: bold;

}
.tovar-zoznam .kod .nadpis {
	display: block; float: left;
	width: 32px;
	padding-left: 3px;
	overflow: hidden;
}
.tovar-zoznam .kod .obsah {
	display: block; float: left;
	width: 60px;
	padding-left: 3px;
	font-size: 1.1em;
	font-weight: normal;
	overflow: hidden;
	text-align: right;
}

.tovar-zoznam .odkaz {
	background: url(../../pics/layout/bg-tovar-zoznam-more.gif) 0 0 no-repeat;
	display: block;
	float: right;
	width: 60px; height: 35px;
	line-height: 35px;
	margin-top: 30px; margin-right: 15px;
	_margin-top: 30px; _margin-right: 7px;
	text-align: center;
	text-decoration: none;
}
.tovar-zoznam .odkaz:hover {
	color: #fff;
	text-decoration: none;
}





.kosik-zoznam-obal {
	/*background: url(../../pics/layout/bg-tovar-zoznam2.gif) 0 0 no-repeat;*/
	width: 100%;
	overflow: hidden;
}

.kosik-zoznam-obal H2 {
/*background: violet;*/
	color: #a13e1e;
	line-height: 45px;
	margin: 0;
}

.kosik-zoznam-obal .parametre {
	background: url(../../pics/layout/bg-kosik-parametre.gif) 0 0 no-repeat;
	color: #fff;
	width: 210px; height: 100px;
	width: 385px; height: 100px;
	overflow: hidden;
	margin: 0;
}
.kosik-zoznam-obal .parametre-in { padding: 10px 0; }

.kosik-zoznam-obal .parametre-in .farba { margin: 0 0 8px 0; clear: left; }
.kosik-zoznam-obal .parametre-in .farba .nadpis {
	display: block; float: left; width: 50px; text-align: right; padding: 2px 10px;
}
.kosik-zoznam-obal .parametre-in .farba STRONG {
	margin: 0 0 0 10px;
	width: 300px;
}

.kosik-zoznam-obal .parametre-in .velkost { margin: 0 0 8px 0; clear: left; }
.kosik-zoznam-obal .parametre-in .velkost .nadpis {
	display: block; float: left; width: 50px; text-align: right; padding: 2px 10px;
}
.kosik-zoznam-obal .parametre-in .velkost STRONG {
	margin: 0 0 0 10px;
	width: 300px;
}
.kosik-zoznam-obal .parametre-in .velkost #obrazok-farby {
	float: right;
	width: 50px; height: 50px;
	margin-right: 10px;
}

.kosik-zoznam-obal .parametre-in .mnozstvo { margin: 0 0 8px 0; clear: left; }
.kosik-zoznam-obal .parametre-in .mnozstvo .nadpis {
	display: block; float: left; width: 50px; text-align: right; padding: 2px 10px;
}
.kosik-zoznam-obal .parametre-in .mnozstvo INPUT {
	margin: 0 0 0 10px;
	width: 50px;
}
.kosik-zoznam-obal .parametre-in .mnozstvo STRONG {
	margin: 0 0 0 10px;
	width: 300px;
}

.kosik-zoznam-obal .dodacia-lehota {
/*background: yellow;*/
	height: 35px; line-height: 35px; margin: 0;
}
.kosik-zoznam-obal .dodacia-lehota .nadpis { color: #a13e1e; }

.kosik-zoznam-obal .poznamka { margin-bottom: 10px; }
.kosik-zoznam-obal .poznamka .nadpis { color: #a13e1e; }

.kosik-zoznam-obal .poznamka {
/*background: green;*/
	height: 75px; overflow: hidden;
	margin: 0;
}
.kosik-zoznam-obal .poznamka LABEL {
	height: 25px; line-height: 25px;
	font-weight: normal;
	margin: 0;
}
.kosik-zoznam-obal .poznamka TEXTAREA {
	border-width: 0;
	margin: 0;
	width: 385px; height: 50px;
}
.kosik-zoznam-obal .poznamka DIV {
	background: #fff;
	border-width: 0;
	margin: 0;
	width: 385px; height: 50px;
	overflow: auto;
}

.kosik-zoznam-obal .poziadavka {
/*background: blue;*/
	height: 75px; overflow: hidden;
	margin: 0;
}
.kosik-zoznam-obal .poziadavka LABEL {
	height: 25px; line-height: 25px;
	font-weight: normal;
	margin: 0;
}
.kosik-zoznam-obal .poziadavka TEXTAREA {
	border-width: 0;
	margin: 0;
	width: 385px;
	height: 50px;
}
.kosik-zoznam-obal .poziadavka DIV {
	background: #fff;
	border-width: 0;
	margin: 0;
	width: 385px;
	height: 50px;
}

.kosik-zoznam-obal .sumarny-riadok {
/*background: brown;*/
	height: 35px;
	overflow: hidden;
}

.kosik-zoznam-obal .suma {
	background: url(../../pics/layout/bg-kosik-suma.gif) 0 0 no-repeat;
	color: #fff;
	width: 210px; height: 20px; line-height: 20px;
	overflow: hidden;
	margin-top: 15px;
	float: left;
}
.kosik-zoznam-obal .suma .nadpis {
	display: block; float: left; width: 50px; text-align: right; padding: 0px 10px;
}
.kosik-zoznam-obal .suma STRONG {
	margin: 0 0 0 10px;
}

.kosik-zoznam-obal .prepocet {
	background: url(../../pics/layout/bg-kosik-prepocet.gif) 0 0 no-repeat;
	color: #fff;
	width: 80px; height: 20px; line-height: 20px;
	overflow: hidden;
	margin: 0; padding: 0;
	margin-top: 15px;
	margin-left: 10px;
	border-width: 0;
	font-weight: normal;
}

.kosik-zoznam-obal .zmazanie {
	background: url(../../pics/layout/bg-kosik-zmazanie.gif) 0 0 no-repeat;
	color: #fff;
	width: 80px; height: 20px; line-height: 20px;
	overflow: hidden;
	margin: 0; padding: 0;
	margin-top: 15px;
	margin-left: 5px;
	border-width: 0;
	font-weight: normal;
}

.kosik-zoznam-obal .separator {
	margin-left: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
	height: 10px;
	_height: 1px;
	font-size: 0;
	border-bottom: 1px solid #292a2f;
}

.kosik-zoznam-obal .separator-noborder {
	margin-left: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
	height: 10px;
	_height: 1px;
	font-size: 0;
}

.kosik-zoznam {
	background: url(../../pics/layout/bg-tovar-zoznam2.gif) 0 0 no-repeat;
	width: 200px; height: 370px;
	overflow: hidden;
	float: left;
}
.kosik-zoznam .ilustracka {
	background: url(../../pics/layout/bg-tovar-zoznam-ilustracka.gif) 0 0 no-repeat;
	width: 170px; height: 238px;
	margin: 15px 20px 10px 15px;
}
.kosik-zoznam IMG {
	display: block;
	border: none;
	margin: auto;
}
.kosik-zoznam H2 {
	margin: 0 0 0 15px;
	padding: 0;
	color: #a13e1e;
	font-size: 1em;
	font-weight: bold;
	width: 150px; height: 27px;
	line-height: 27px;
	overflow: hidden;
}

.kosik-zoznam .cena {
	background: url(../../pics/layout/bg-tovar-zoznam-cena.gif) 0 0 no-repeat;
	color: #fff;
	margin: 0 0 5px 15px;
	width: 98px; height: 15px;
	line-height: 15px;
	overflow: hidden;
	font-size: 10px;
	font-weight: bold;
}
.kosik-zoznam .cena .nadpis {
	display: block; float: left;
	width: 32px;
	padding-left: 3px;
	overflow: hidden;
}
.kosik-zoznam .cena .obsah {
	display: block; float: left;
	width: 60px;
	padding-left: 3px;
	font-size: 1.1em;
	font-weight: normal;
	overflow: hidden;
	text-align: right;
}

.kosik-zoznam .cena2 {
	background: url(../../pics/layout/bg-tovar-zoznam-cena.gif) 0 0 no-repeat;
	color: #fff;
	margin: 0 0 5px 15px;
	width: 98px; height: 15px;
	line-height: 15px;
	overflow: hidden;
	font-size: 10px;
	font-weight: bold;
}
.kosik-zoznam .cena2 .nadpis {
	display: block; float: left;
	width: 32px;
	padding-left: 3px;
	overflow: hidden;
}
.kosik-zoznam .cena2 .obsah {
	display: block; float: left;
	width: 60px;
	padding-left: 3px;
	font-size: 1.1em;
	font-weight: normal;
	overflow: hidden;
	text-align: right;
}

.kosik-zoznam .kod {
	background: url(../../pics/layout/bg-tovar-zoznam-kod.gif) 0 0 no-repeat;
	color: #fff;
	margin: 0 0 5px 15px;
	width: 98px; height: 15px;
	line-height: 15px;
	overflow: hidden;
	font-size: 10px;
	font-weight: bold;

}
.kosik-zoznam .kod .nadpis {
	display: block; float: left;
	width: 32px;
	padding-left: 3px;
	overflow: hidden;
}
.kosik-zoznam .kod .obsah {
	display: block; float: left;
	width: 60px;
	padding-left: 3px;
	font-size: 1.1em;
	font-weight: normal;
	overflow: hidden;
	text-align: right;
}

.kosik-zoznam .odkaz {
	background: url(../../pics/layout/bg-tovar-zoznam-delete.gif) 0 0 no-repeat;
	display: block;
	float: right;
	width: 60px; height: 35px;
	line-height: 35px;
	margin-top: 30px; margin-right: 15px;
	_margin-top: 30px; _margin-right: 7px;
	text-align: center;
	text-decoration: none;
}
.kosik-zoznam .odkaz:hover {
	color: #fff;
	text-decoration: none;
}







.tovar-detail {
/*background: red;*/
	padding-right: 20px;
	width: 580px;
}
.tovar-detail .galeria-obal {
/*background: red;*/
	width: 305px;
	margin: 0 15px 0 0;
	_margin: 0 12px 0 0;
	min-height: 420px;
	_height: 420px;
	float: left;
}
.tovar-detail .galeria #detail { background: url(../../pics/layout/bg-tovar-detail-ilustracka-big.gif) center 0 no-repeat; }
.tovar-detail .galeria #detail IMG { display: block; margin: 0px auto; padding: 0; border: 0px solid #fff; }
.tovar-detail .galeria .nahlad { display: block; /*background: #444;*/ width: 61px; margin: 4px 0; float: left; }
.tovar-detail .galeria .nahlad IMG { display: block; margin: 0px auto; border: 0px solid #fff; }

.tovar-detail H2 { color: #a13e1e; }

.tovar-detail .cena-titulok {
	/*background: url(../../pics/layout/bg-tovar-detail-cena.gif) 0 0 no-repeat;*/
	color: #fff;
	margin: 0px 0 5px 0px;
	width: 180px; height: 20px;
	width: 260px; height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-weight: bold;
}
.tovar-detail .cena-titulok .nadpis {
	display: block; float: left;
	width: 45px;
	padding-left: 5px;
	overflow: hidden;
}
.tovar-detail .cena-titulok .obsah {
	display: block; float: left;
	width: 95px;
	padding-left: 10px;
	font-size: 1.1em;
	font-weight: normal;
	overflow: hidden;
	text-align: left;
}
.tovar-detail .cena-titulok .obsah2 {
	display: block; float: left;
	width: 95px;
	padding-left: 10px;
	font-size: 1.1em;
	font-weight: normal;
	overflow: hidden;
	text-align: left;
}

.tovar-detail .cena {
	background: url(../../pics/layout/bg-tovar-detail-cena.gif) 0 0 no-repeat;
	color: #fff;
	margin: 0px 0 5px 0px;
	width: 180px; height: 20px;
	width: 260px; height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-weight: bold;
}
.tovar-detail .cena .nadpis {
	display: block; float: left;
	width: 45px;
	padding-left: 5px;
	overflow: hidden;
}
.tovar-detail .cena .obsah {
	display: block; float: left;
	width: 95px;
	padding-left: 10px;
	font-size: 1.1em;
	font-weight: normal;
	overflow: hidden;
	text-align: left;
}
.tovar-detail .cena .obsah2 {
	display: block; float: left;
	width: 95px;
	padding-left: 10px;
	font-size: 1.1em;
	font-weight: normal;
	overflow: hidden;
	text-align: left;
}

.tovar-detail .cena2 {
	background: url(../../pics/layout/bg-tovar-detail-cena.gif) 0 0 no-repeat;
	color: #fff;
	margin: 0 0 20px 0px;
	width: 180px; height: 20px;
	width: 260px; height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-weight: bold;
}
.tovar-detail .cena2 .nadpis {
	display: block; float: left;
	width: 45px;
	padding-left: 5px;
	overflow: hidden;
}
.tovar-detail .cena2 .obsah {
	display: block; float: left;
	width: 95px;
	padding-left: 10px;
	font-size: 1.1em;
	font-weight: normal;
	overflow: hidden;
	text-align: left;
}
.tovar-detail .cena2 .obsah2 {
	display: block; float: left;
	width: 95px;
	padding-left: 10px;
	font-size: 1.1em;
	font-weight: normal;
	overflow: hidden;
	text-align: left;
}

.tovar-detail .kod {
	background: url(../../pics/layout/bg-tovar-detail-kod.gif) 0 0 no-repeat;
	color: #fff;
	margin: 0 0 20px 0px;
	width: 180px; height: 20px;
	width: 260px; height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-weight: bold;

}
.tovar-detail .kod .nadpis {
	display: block; float: left;
	width: 45px;
	padding-left: 5px;
	overflow: hidden;
}
.tovar-detail .kod .obsah {
	display: block; float: left;
	width: 120px;
	padding-left: 10px;
	font-size: 1.1em;
	font-weight: normal;
	overflow: hidden;
	text-align: left;
}

.tovar-detail .dodacia-lehota { margin-bottom: 10px; }
.tovar-detail .dodacia-lehota .nadpis { color: #a13e1e; }

.tovar-detail .poznamka { margin-bottom: 10px; }
.tovar-detail .poznamka .nadpis { color: #a13e1e; }

.tovar-detail .parametre {
	background: url(../../pics/layout/bg-tovar-detail-parametre.gif) 0 0 no-repeat;
	color: #fff;
	width: 260px; height: 99px;
	overflow: hidden;
	margin-bottom: 10px;
}
.tovar-detail .parametre-in { padding: 10px 0; }

.tovar-detail .parametre-in .farba { margin: 0 0 8px 0; clear: left; }
.tovar-detail .parametre-in .farba .nadpis {
	display: block; float: left; width: 50px; text-align: right; padding: 2px 10px;
}
.tovar-detail .parametre-in .farba SELECT {
	margin: 0 0 0 15px;
	width: 160px;
}

.tovar-detail .parametre-in .velkost { margin: 0 0 8px 0; clear: left; }
.tovar-detail .parametre-in .velkost .nadpis {
	display: block; float: left; width: 50px; text-align: right; padding: 2px 10px;
}
.tovar-detail .parametre-in .velkost SELECT {
	margin: 0 0 0 15px;
	width: 50px;
}
.tovar-detail .parametre-in .velkost #obrazok-farby {
	float: right;
	width: 50px; height: 50px;
	margin-right: 15px;
}

.tovar-detail .parametre-in .mnozstvo { margin: 0 0 8px 0; clear: left; }
.tovar-detail .parametre-in .mnozstvo .nadpis {
	display: block; float: left; width: 50px; text-align: right; padding: 2px 10px;
}
.tovar-detail .parametre-in .mnozstvo INPUT {
	margin: 0 0 0 15px;
	width: 50px;
}

.tovar-detail .back {
	margin-top: 0;
	float: right;
}





.do-kosika {
	background: url(../../pics/layout/bg-button-objednat.gif) 0 0 no-repeat;
	width: 125px; height: 26px; line-height: 26px;
	border-width: 0px;
	text-align: left;
	margin: 20px 0 10px 0;
	padding: 0;
	color: #fff;
}





.nahlad-farby {
	width: 50px; height: 50px; float: left;
	margin-bottom: 5px; margin-right: 5px;
}
.zasobniky_texty {
	width: 80px;
	margin-left: 0.5em;
}
.recalculate {
	width: 120px;
	margin-left: 0.5em;
}





.navigacia {
  position: relative;
  height: 1.75em;
  _height: 1.5em;
  width: 100%;
  padding-top: 4px;
  border-style: solid;
  border-color: #000;
  border-width: 0;
  margin-top: 0.5em; margin-bottom: 0.5em;
  _margin-top: 0.1em; margin-bottom: 0.1em;
  clear: both;
}
.frst-dis { color: #777; text-decoration: none; display: block; position: absolute; left: 0; top: 4px; width: 6.5em; text-align: left; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.prev-dis { color: #777; text-decoration: none; display: block; position: absolute; left: 7.5em; top: 4px; width: 6em; text-align: left; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.next-dis { color: #777; text-decoration: none; display: block; position: absolute; right: 7.5em; top: 4px; width: 6em; text-align: right; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.last-dis { color: #777; text-decoration: none; display: block; position: absolute; right: 0; top: 4px; width: 6.5em; text-align: right; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.frst-dis:hover { color: #777; text-decoration: none; display: block; position: absolute; left: 0; top: 4px; width: 6.5em; text-align: left; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.prev-dis:hover { color: #777; text-decoration: none; display: block; position: absolute; left: 7.5em; top: 4px; width: 6em; text-align: left; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.next-dis:hover { color: #777; text-decoration: none; display: block; position: absolute; right: 7.5em; top: 4px; width: 6em; text-align: right; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.last-dis:hover { color: #777; text-decoration: none; display: block; position: absolute; right: 0; top: 4px; width: 6.5em; text-align: right; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.title { text-decoration: none; display: block; margin-left: auto; margin-right: auto; text-align: center; padding: 0.2em; _padding: 0.1em; }
.title:hover { text-decoration: none; display: block; margin-left: auto; margin-right: auto; text-align: center; padding: 0.2em; _padding: 0.1em; }
.frst-ena { display: block; text-decoration: none; position: absolute; left: 0; top: 4px; width: 6.5em; text-align: left; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.prev-ena { display: block; text-decoration: none; position: absolute; left: 7.5em; top: 4px; width: 6em; text-align: left; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.next-ena { display: block; text-decoration: none; position: absolute; right: 7.5em; top: 4px; width: 6em; text-align: right; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.last-ena { display: block; text-decoration: none; position: absolute; right: 0; top: 4px; width: 6.5em; text-align: right; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.frst-ena:hover { background-color: transparent; color: #6291cd; display: block; position: absolute; left: 0; top: 4px; width: 6.5em; text-align: left; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.prev-ena:hover { background-color: transparent; color: #6291cd; display: block; position: absolute; left: 7.5em; top: 4px; width: 6em; text-align: left; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.next-ena:hover { background-color: transparent; color: #6291cd; display: block; position: absolute; right: 7.5em; top: 4px; width: 6em; text-align: right; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.last-ena:hover { background-color: transparent; color: #6291cd; display: block; position: absolute; right: 0; top: 4px; width: 6.5em; text-align: right; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }

.frst-dis SPAN { display: none; }
.prev-dis SPAN { display: none; }
.next-dis SPAN { display: none; }
.last-dis SPAN { display: none; }
.title STRONG { font-weight: bold; }
.frst-ena SPAN { display: none; }
.prev-ena SPAN { display: none; }
.next-ena SPAN { display: none; }
.last-ena SPAN { display: none; }

.back { display: block; margin: 0 0 0 auto; margin-top: 10px; line-height: 22px; text-decoration: none; color: #999; width: 60px; _height: 24px; min-height: 24px; }
.back:hover { text-decoration: none; color: #fff; }
.back STRONG { display: block; width: auto; _width: 50px; min-width: 50px; _height: 24px; min-height: 24px; float: left; background: url(../../pics/layout/bg-back-m.gif) left top repeat-x; font-weight: normal; line-height: 22px; text-align: center; cursor: hand; }
.back .left { display: block; width: 5px; _height: 24px; min-height: 24px; float: left; background: url(../../pics/layout/bg-back-l.gif) left top repeat-x; cursor: hand; }
.back .right { display: block; width: 5px; _height: 24px; min-height: 24px; float: left; background: url(../../pics/layout/bg-back-r.gif) left top repeat-x; cursor: hand; }



.filter { text-align: center; font-size: 90%; _font-size: 85%; }



.obrl { /*background: #fff;*/ float: left; margin-right: 0.5em; margin-top: 0.2em; margin-bottom: 0.2em; padding: 0; }
.obrr { /*background: #fff;*/ float: right; margin-left: 0.5em; margin-top: 0.2em; margin-bottom: 0.2em; padding: 0; }
.obrc { /*background: #fff;*/ display: block; margin-left: auto; margin-right: auto; margin-top: 0.2em; margin-bottom: 0.2em; padding: 0; }
DIV[style] IMG { /*background: #fff;*/ display: block; margin-left: auto; margin-right: auto; margin-top: 0.2em; margin-bottom: 0.2em; padding: 0; }




.viac { display: block; margin-top: 10px; line-height: 18px; text-decoration: none; color: #f96; }
.viac:hover { text-decoration: none; color: #fff; }
.viac STRONG { display: block; width: auto; _width: 50px; min-width: 50px; _height: 20px; min-height: 20px; float: left; background: url(../../pics/layout/bg-viac-m.gif) left top repeat-x; font-weight: normal; line-height: 18px; text-align: center; cursor: hand; }
.viac .left { display: block; width: 5px; _height: 20px; min-height: 20px; float: left; background: url(../../pics/layout/bg-viac-l.gif) left top repeat-x; cursor: hand; }
.viac .right { display: block; width: 5px; _height: 20px; min-height: 20px; float: left; background: url(../../pics/layout/bg-viac-r.gif) left top repeat-x; cursor: hand; }





#pata {
  position: absolute;
	color: #ccc;
  left: 0; bottom: 0;
  width: 100%; height: 60px;
	margin: 0 auto; padding: 0px;
	margin-top: 20px;
}
#pata-separator { background: url(../../pics/layout/bg-telo.gif) center top repeat-y; height: 80px; }
#pata-obsah {
	background: #181820;
	width: 800px; height: 60px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}
#pata-obsah-in {
	padding: 0px;
	border: 0px solid #ccc;
}

#bot-menu { margin: 0; padding: 0; }
#bot-menu STRONG { display: none; }
#bot-menu UL { margin: 0; padding: 0; list-style-type: none; }
#bot-menu LI { display: inline; }
#bot-menu LI A {
	color: #762f19; text-decoration: none;
	display: block; float: left;
	margin: 10px 0; padding: 0 20px;
	line-height: 40px;
	border-left: 1px solid #323232;
}
#bot-menu LI A:hover { color: #fff; text-decoration: underline; }
#bot-menu LI A EM { font-style: normal; }
#bot-menu LI A.selected { color: #fff; font-weight: normal; }

#pata-ciferka {
	background: url(../../pics/layout/pata.gif) right top no-repeat;
	display: block; width: 150px; height: 177px;
	position: absolute;
	right: 0; bottom: 0;
	z-index: 10;
}




.hidden { display: none !important; }
.nowrap { white-space: nowrap; }
.float-left { float: left; }
.float-right { float: right; }

.clear-left { display: block; background: transparent; height: 1px; font-size: 0; clear: left; }
.clear-right { display: block; background: transparent; height: 1px; font-size: 0; clear: right; }
.clear { display: block; background: transparent; /*background: black;*/ height: 1px; font-size: 0; clear: both; }

.btn {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #ccc;
  background-color: #5d5d5d;
  font-size: 90%;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: 0;
  padding: 1px;
  border-left: 2px solid #f6f6f6;
  border-top: 2px solid #f6f6f6;
  border-right: 2px solid #7b817b;
  border-bottom: 2px solid #7b817b;
  text-decoration: none !important;
}
.btn:hover {
  text-decoration: none;
  color: #ccc;
  border-left: 2px solid #7b817b;
  border-top: 2px solid #7b817b;
  border-right: 2px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
}
.btn SPAN { display: none; }

.flatbtn {
	color: #ccc;
	background: transparent;
	border: solid #ccc;
	border-width: 0 1px 0 0;
	margin: 0;
	padding: 0;
	font-size: 70% !important;
	_font-size: 100% !important;
}



.left { margin-left: 0; margin-right: auto; }
.center { margin-left: auto; margin-right: auto; }
.right { margin-left: auto; margin-right: 0; }

.error {
  color: #f00;
  font-weight: bold;
  text-align: center;
}

.deleted {
  background-color: #f00;
}

.confirmed {
  background-color: #ff0;
}

.selected {
	font-weight: bold;
}


.par {
  background-color: #f0f0f0;
}
.nepar {
  background-color: #fff;
}

.tdt { vertical-align: top; }
.tdm { vertical-align: middle; }
.tdb { vertical-align: bottom; }
.tdl { text-align: left; }
.tdc { text-align: center; }
.tdr { text-align: right; }

.ba { border-width: 1px !important; }
.bt { border-top-width: 1px !important; }
.br { border-right-width: 1px !important; }
.bb { border-bottom-width: 1px !important; }
.bl { border-left-width: 1px !important; }
.nba { border-width: 0 !important; }
.nbt { border-top-width: 0 !important; }
.nbr { border-right-width: 0 !important; }
.nbb { border-bottom-width: 0 !important; }
.nbl { border-left-width: 0 !important; }


#lang_formular INPUT[type=submit] {
	background: transparent;
	color: #555;
	margin: 0; padding: 0;
	margin-right: 2px;
	width: 3em;
	border: 1px solid;
	border-left-color: #ccc; border-top-color: #ccc;
	border-right-color: #000; border-bottom-color: #000;
	font-weight: bold;
}
#lang_formular .selected {
/*	color: #ff7d00 !important;*/
	background-color: #555 !important;
	color: #ccc !important;
}


.w1em { width: 1em; }
.w2em { width: 2em; }
.w25em { width: 2.5em; }
.w3em { width: 3em; }
.w4em { width: 4em; }
.w5em { width: 5em; }
.w55em { width: 5.5em; }
.w6em { width: 6em; }
.w65em { width: 6.5em; }
.w7em { width: 7em; }
.w8em { width: 8em; }
.w9em { width: 9em; }
.w10em { width: 10em; }
.w11em { width: 11em; }
.w12em { width: 12em; }
.w13em { width: 13em; }
.w14em { width: 14em; }
.w15em { width: 15em; }

.w50px { width: 50px; }
.w80px { width: 80px; }
.w100px { width: 100px; }
.w150px { width: 150px; }
.w200px { width: 200px; }
.w250px { width: 250px; }
.w300px { width: 300px; }
.w350px { width: 350px; }
.w400px { width: 400px; }
.w440px { width: 440px; }
.w450px { width: 450px; }
.w500px { width: 500px; }
.w550px { width: 550px; }
.w600px { width: 600px; }
.w650px { width: 650px; }

.w1pc { width: 1%; }
.w5pc { width: 5%; }
.w10pc { width: 10%; }
.w15pc { width: 15%; }
.w25pc { width: 25%; }
.w30pc { width: 30%; }
.w40pc { width: 40%; }
.w50pc { width: 50%; }
.w75pc { width: 75%; }
.w100pc { width: 100%; }


