*
{
	margin: 0;
	padding: 0;	
}
html
{
	background-color: white;
	min-height: 100%;
}
body
{
	min-height: 100%;
	color: black;
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.35em;
	position: relative;
	width: auto;
	background-color: #e6e6e6;
}
#nastred
{
	width: 984px;
	margin: 0 auto;
	position: relative;
}
#hlavicka
{
	width: 100%;
	height: 247px;
	background: #e5e5e5 url(pics/hlavicka_back.jpg) no-repeat center top;
	position: relative;
}
#hlavicka span.test
{
	color: white;
	font-weight: bold;
	font-size: 150%;
	padding: 5px 15px;
	display: block;
}
#hlavicka #topzbozi
{
	position: absolute;
	top: 119px;
	width: 934px;
	left: 40px;
}
#hlavicka #topzbozi a
{
	margin-right: 29px;
}
#hlavicka #topzbozi a img
{
	border: 0;
}
#hlavicka form#vyhledat
{
	position: absolute;
	bottom: 2px;
	left: 8px;
	font-weight: bold;
}
#hlavicka form#vyhledat input.vstup
{
	border: 1px solid black;
	padding: 1px;
	font-weight: normal;
}
#hlavicka form#vyhledat input.tlacitko
{
	border: 1px solid black;
	background-color: black;
	cursor: pointer;
	color: #ffcc2b;
	font-weight: bold;
}
#hlavicka #cena_kosik
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 400px;
	height: 30px;
	color: #ffcc2b;
	font-weight: bold;
	font-size: 140%;
	text-align: right;
	padding-right: 4.0em;
}

#hlavicka #cena_kosik img
{
	border: 0;
	position: absolute;
	top: -15px;
}

#hlavicka #cena_kosik a
{
	color: #ffcc2b;
}

/* ------ zacatek menu_text------ */
#menu_text
{
	border: 1px solid #56585b;
	background-color: #ffcc2a;
	margin: 5px 0;
	text-align: center;
	padding: 3px 5px 3px 5px;
}
#menu_text ul
{
	list-style: none;
	display: inline;
}
#menu_text ul li
{
	display: inline;
	
	font-weight: bold;
}
#menu_text ul li a.prvni
{
	border-left: 1px solid white;
}
#menu_text ul li a
{
	color: black;
	text-decoration: none;
	padding: 5px 9px;
	border-right: 1px solid white;
}
#menu_text ul li a:hover
{
	background-color: black;
	color: #ffcc2a;
}
/* ------ konec menu_text ------ */
/* ------ zacatek menu_zbozi ------ */
#menu_hlavni
{
	float: left;
	width: 150px;
	background: #9d9fa2 url(pics/menu_hlavni_back.gif) repeat-y center top;
	font-size: 0.9em;
	border: 1px solid #56585b;
}
#menu_hlavni ul
{
	list-style: none;
}
#menu_hlavni ul a
{
	display: block;
	text-decoration: none;
	color: black;
	/*border-bottom: 1px solid white;*/
	padding: 0px 7px 1px 4px;
	margin-left: 12px;
}
#menu_hlavni ul a:hover
{
	background-color: black;
	color: #ffcc2b;
}
#menu_hlavni span.hlavni_kategorie
{
	background-color: #ffcc2b;
	font-size: 1.3em;
	font-weight: bold;
	padding: 6px;
	display: block;
}

#menu_hlavni ul.podkategorie li
{
	background: #9d9fa2 url(pics/menu_hlavni_back.gif) repeat-y center top;
	font-size: 1em;
	font-weight: bold;
	border-top: 1px solid gray;
}
#menu_hlavni ul.podkategorie li span.rozbal
{
	cursor: pointer;
	float: left;
	width: 1em;
	text-align: center;
}
#menu_hlavni ul.skupina_zbozi
{
	display: none;
}
#menu_hlavni ul.skupina_zbozi li
{
	padding: 0 3px 0 9px;
	font-weight: normal;
	border: 0 !important;
	border-top: 1px solid silver !important;
}
/* ------ konec menu_hlavni ------ */
/* ------ zacatek hlavni ------ */
#hlavni
{
	float: left;
	width: 658px;
	/*border: 1px solid red;*/
	margin: 0 8px;
}
#hlavni p, #hlavni ol, #hlavni ul, #hlavni table, #hlavni h1, #hlavni h2, #hlavni h3
{
	padding-bottom: 0.7em;
}
#hlavni table, #hlavni ol, #hlavni ul
{
	margin-bottom: 0.7em;
}
#hlavni table td
{
	vertical-align: top;
}
#hlavni h1.kategorie_zbozi, #hlavni p.kategorie_zbozi
{
	border-bottom: 1px solid #55585a;
	border-top: 1px solid #55585a;
	background-color: white;
	padding: 0.2em 0.25em;
	margin-bottom: 0.5em;
	font-size: 1.25em;
	font-weight: normal;
	color: gray;
}
#hlavni h1.kategorie_zbozi a, #hlavni p.kategorie_zbozi a
{
	color: black;
	text-decoration: none;
}
/*
#hlavni ol, #hlavni ul
{
	list-style-position: outside;
}
*/
/* ------ konec hlavni ------ */
/* ------ zacatek id+class text ------ */
#text
{
	margin: 0 4px;
	background-color: white;
	padding: 1.3em;
}
.text
{
	margin: 0;
	background-color: white;
	padding: 0.8em;
}
#text a, .text a
{
	color: black;
	background-color: #ffe799;
	padding: 0 2px;
}
#text a:hover, .text a:hover
{
	background-color: black;
	color: #ffcc2b;
}
#text table, .text table
{
	width: auto;
	border-collapse: collapse;
	font-size: 0.95em;
}
#text table td, .text table td
{
	border: 1px solid gray;
	padding: 2px 5px;
	background-color: white;
}
#text table th, .text table th
{
	border: 1px solid gray;
	padding: 2px 5px;
	color: white;
	background-color: gray;
	text-align: left;
}
#text ol, #text ul, .text ol, .text ul
{
	list-style-position: outside;
	margin-left: 1.2em;
}
#text ul, .text ul
{
	list-style: square;
}
#text li, .text li
{
	border-bottom: 1px solid silver;
	padding-left: 0.1em;
}
#text table.kosik
{
	width: 100%;
}
#text table.kosik td
{
	vertical-align: middle;
}
#text table.kosik td.cena
{
	white-space: nowrap;
	text-align: right;
}
#text table.kosik th
{
	text-align: center;
}
#text table.kosik th.celkem
{
	white-space: nowrap;
	text-align: right;
	background-color: silver;
	color: black;
}
#text table.kosik .vstup
{
	border: 1px solid gray;
	background-color: #e6e6e6;
}
#text table.kosik .ok, .formular .tlacitko
{
	font-weight: bold;
	border: 0;
	cursor: pointer;
	background-color: green;
	color: white;
	border: 1px solid black;
	padding: 0 3px;
}
#text table.kosik .zrus
{
	font-weight: bold;
	border: 0;
	cursor: pointer;
	border: 1px solid black;
	background-color: red;
	color: white;
	padding: 0 6px;
}
p.navigace a
{
	text-decoration: none;
	border: 1px solid black;
	background-color: #ffcc2a;
	padding: 0 0.5em;
	text-align: center;
	color: black;
	font-weight: bold;
}
p.navigace a:hover
{
	color: #ffcc2a;
	background-color: black;
}
.formular label
{
	width: 11em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
.formular input
{
	width: 30em;
}
.formular .tlacitko
{
	width: 30.5em;
}
.formular select
{
	width: 30.3em;
}
.formular strong
{
	font-size: 110%;
	font-weight: bold;
}
.formular .tlacitko
{
	padding: 5px;
}
.formular .vstup
{
	border: 0;
	background-color: white;
	color: black;
	padding: 2px;
	border: 1px solid gray;
}
.formular fieldset
{
	border: 0;
	padding-bottom: 1em;
}
.formular textarea
{
	width: 29.5em;
	border: 1px solid gray;
	padding: 1px 2px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 93%;
}
.formular p
{
	clear: both;
}
a.a_kos
{
	text-decoration: none;
	color: black !important;
	background-color: white !important;
}
a.a_kos:hover
{
	text-decoration: underline;
}
/* ------ konec id+class text ------ */
/* ------ zacatek akce_vpravo ------ */
div.akce_vpravo
{
	margin-bottom: 10px;
	background-color: white;
	text-align: center;
	font-size: 85%;
	overflow-x: hidden;
	border-left: 4px solid #ffcc2a;
	border-right: 4px solid #ffcc2a;
	border-bottom: 4px solid #ffcc2a;
	padding-bottom: 2px;
}
div.akce_vpravo p.akcni_naradi
{
	background-color: #ffcc2b;
	color: black;
	padding: 5px 3px 3px 3px;
	font-weight: bold;
	font-size: 130%;
}
div.akce_vpravo a
{
	display: block;
}
div.akce_vpravo a.vice
{
	display: inline;
	color: black;
	background-color: #ffe799;
	padding: 0 2px;
}
div.akce_vpravo a.vice:hover
{
	background-color: black;
	color: #ffcc2b;
}
div.akce_vpravo a.odkaz
{
	display: block;
	background-color: black;
	text-decoration: none;
	color: white;
	padding: 4px;
	line-height: 1.4em;
	margin-bottom: 8px;
}
div.akce_vpravo img
{
	border: 0;
	margin-bottom: 8px;
}
div.akce_vpravo span.dostupnost
{
	display: block;
}
div.akce_vpravo p.pravy_text
{
	padding: 4px;
	text-align: left;
	font-size: 95%;
	line-height: 1.4em;
}
/* ------ konec akce_vpravo ------ */
/* ------ zacatek galerie ------ */
div.galerie
{
	width: auto;
	border-bottom: 8px solid #e6e6e6;
	background: white url(pics/galerie_back.gif) repeat-y center top;
	font-size: 0.9em;
}
div.galerie div.sloupec
{
	width: 198px;
	float: left;
	padding: 0 8px;
	position: relative;
}
div.galerie div.stred
{
	margin: 0 8px;
}
div.galerie a
{
	background-color: #5e5e5e;
	display: block;
	padding: 3px 8px;
	text-decoration: none;
	color: white;
	width: 198px;
	left: -8px;
	position: relative;
	min-height: 4.8em;
}
div.galerie a.akce
{
	background-color: black;
	_color: black;
}
div.galerie a.akce span
{
	font-weight: bold;
	font-size: 1.3em;
	color: #ffcb29;
	padding-right: 0.5em;
}
div.galerie div.kosik
{
	border-bottom: 5px solid #57585c;
	height: 125px;
	margin-bottom: 3px;
	width: 81px;
	left: -8px;
	position: relative;
	padding: 5px 8px 10px 125px;
}
div.kosik a
{
	display: inline;
	background-color: white;
	width: auto;
	margin: 0;
	padding: 0;
}
div.kosik a img
{
	border: 0;
	padding: 2px;
}
div.galerie div.kosik img.nahled
{
	position: absolute;
	margin-left: -115px;
}
div.galerie span.cena, div.akce_vpravo span.cena
{
	font-weight: bold;
	/*color: #029940;*/
	color: red;
}
div.galerie span.cenacislo, div.akce_vpravo span.cenacislo
{
	font-weight: bold;
	font-size: 1.4em;
	white-space: nowrap;
	/*color: #029940;*/
	color: red;
}
div.galerie span.dostupnost, div.akce_vpravo span.dostupnost
{
	font-weight: bold;
	color: #029940;
}
/* ------ konec galerie ------ */
/* ------ zacatek detail_leva ------ */
#detail_leva
{
	width: 243px;
	float: left;
	padding-right: 10px;
	text-align: right;
	margin-right: 3px;
}
#detail_leva form
{
	padding: 2em 4px 0 0;
	width: 210px;
	margin-left: 24px;
	text-align: left;
}
#detail_leva label
{
	display: block;
	padding-top: 0.5em;
}
#detail_leva .tlacitko
{
	margin-top: 1em;
	background-color: #ffcc2b;
	border: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	padding: 1px;
}
#detail_leva .vstup
{
	width: 200px;
	padding: 1px 2px;
}
#detail_leva p.zprava
{
	margin-left: 24px;
	text-align: left;
}
#detail_leva form p.zprava
{
	margin: 0;
}
#detail_leva p.dotaz
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
}
/* ------ konec detail_leva ------ */
/* ------ zacatek detail_prava ------ */
#detail_prava
{
	width: 400px;
	float: left;
}
#detail_prava h1
{
	font-size: 1.3em;
	line-height: 1.2em;
	margin-top: 0.5em;
}
#detail_prava table
{
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95em;
}
#detail_prava table td
{
	border: 1px solid gray;
	padding: 2px 5px;
	background-color: white;
}

#detail_prava table.cena
{
	background-color: white;
	font-size: 1.2em;
	margin-bottom: 1px;
}
#detail_prava table.cena td
{
	padding: 2px 5px;
	border: 0;
	border-bottom: 3px solid #e6e6e6;
	text-align: right;
}
#detail_prava table.cena th
{
	padding: 2px 5px;
	border-bottom: 3px solid #e6e6e6;
	font-weight: normal;
	text-align: left;
}
#detail_prava table.cena span.bezna_cena
{
	text-decoration: line-through;
}
#detail_prava table.cena span.cena_s_dph
{
	font-weight: bold;
	color: red;
}
#detail_prava table.parametry
{
	background-color: white;
}
#detail_prava table.parametry td
{
	padding: 2px 5px;
	border: 0;
	border-bottom: 3px solid #e6e6e6;
	font-weight: normal;
	text-align: left;
}
#detail_prava table.parametry th
{
	padding: 2px 5px;
	border-bottom: 3px solid #e6e6e6;
	font-weight: normal;
	text-align: left;
}
#detail_prava acronym
{
	text-transform: lowercase;
	cursor: help;
}
/* ------ konec detail_prava ------ */
/* ------ zacatek prava ------ */
#prava
{
	float: right;
	width: 152px;
}
#prava #loga img
{
	display: block;
	margin-bottom: 1em;
}
/* ------ konec prava ------ */
/* ------ zacatek paticka ------ */
#paticka
{
	clear: both;
	width: auto;
	color: #828282;
	text-align: center;
	padding: 0.5em 160px 2em 160px;
}
#paticka p#esluzby, p.partneri
{
	font-size: 0.9em;
	margin-top: 0.5em;
	text-align: center;
}
#paticka p#esluzby a, p.partneri a
{
	color: #828282;
}
#paticka p#esluzby a:hover, p.partneri a:hover
{
	color: black;
}
/* ------ konec paticka ------ */
.zprava
{
	background-color: red;
	padding: 0.3em 0.5em;
	border: 1px solid black;
	color: white;
	margin-bottom: 1em;
}
hr
{
	clear: both;
	visibility: hidden;
	height: 0px;
}

form.dokosiku
{
	margin-bottom: 1em;
}

form.dokosiku .tlacitko
{
	border: 1px solid black;
	border-left: 0;
	background-color: #ffcc2b;
	font-weight: bold;
	padding: 1px 3px;
	cursor: pointer;
}

form.dokosiku .vstup
{
	border: 1px solid black;
	border-right: 0;
	padding: 2px 3px;
	font-weight: bold;
}
/*---------------------------------------------*/
.obrazek, .klikaci
{
	background-color: #e6e6e6;
	padding: 5px;
	margin: 5px;
}
.klikaci
{
	cursor: pointer;
	background-color: white;
	border: 1px solid gray;
}
.klikaci:hover
{
	background-color: #ffcc2a;
	border: 1px solid black !important;
}
div.obrazky .klikaci
{
	margin: 3px;
}
div.obrazky .klikaci:hover
{
background-color: #ca9600;
}
.fvlevo
{
	float: left;
	margin-right: 14px; 
	margin-left: 0;
}
.fvpravo
{
	float: right;
	margin-left: 14px;
	margin-right: 0;
}
#foto
{
	display: none;
	position: absolute;
	border: 1px solid black;
	padding: 14px 14px 14px 14px;
	text-align: center;
	/*font-size: 110%;
	color: white;*/
	cursor: pointer;
	z-index:	901;
	/*background: #e6ecd7 url(pics/zavrit.gif) no-repeat right top;*/
	background-color: #444444;
}
#foto img
{
	display: block;
	background-color: white;
	border: 1px solid #545454;
	padding: 8px;
	margin: 0px 0 0 0;
}
#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	display: none;
}
.noborder
{
	border: 0 !important;
	background: none !important;
}
