/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * ASISTENT.CSS: - styly pro asistenta v produkt. katalogu
 *               - product catalogue assistant styles
 *
 * version: 1.0.1 / ecp 1.3
 * author: OV
 * email: vetesnik@ebrana.cz
 * media: screen
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	#asistent span.cleaner					{ display: block; clear: both; height: 1px; line-height: 1px; font-size: 1px; }
	#asistent p#asistent_ico,
	#asistent h3								{ margin: 0; font-size: 1em; color: black; line-height: 1.4em; font-weight: normal; background: #d6e4f2 url(../images/default/asistent/tlacitko.jpg) 0 0 no-repeat; }
	#asistent p#asistent_ico a,
	#asistent h3 a								{ display: block; width: 100%; background: url(../images/default/asistent/tlacitko_sipka_down.gif) 100% 21px no-repeat; }
	#asistent h3 a								{ background-image: url(../images/default/asistent/tlacitko_sipka_up.gif); }
	#asistent p#asistent_ico a:link,
	#asistent p#asistent_ico a:visited,
	#asistent h3 a:link,
	#asistent h3 a:visited					{ color: black; }
	#asistent p#asistent_ico a span,
	#asistent h3 span							{ display: block; padding: 14px 40px 13px 58px; }
	
	
	/* * * * * *  tělo / body  * * * * * */
	#asistent						{ width: 100%; background: #F0F5FA; margin-bottom: 2em; }
	#asistent .padder				{ padding: 10px; }
	
	#asistent fieldset			{ border: none; background: none; padding: 0; margin: 0; }
	#asistent input,
	#asistent select				{ font-size: 1em; }
	
	
	/* * * * * *  nadpisy / headers  * * * * * */
	#asistent h4					{ font-size: 1em; margin: 0 0 0.5em; padding: 0; }
	
	#asistent .krok				{ margin: 0.5em 0; padding: 0.5em 0; border-top: solid 1px #c1d4ea; }
	#asistent p.krok				{ padding: 1em 0 0; margin: 0; width: 100%; }
	#asistent .prvni				{ border-top: none; margin-top: 0; padding-top: 0; }
	#asistent .krok .ch			{ float: left; width: 33%; margin: 0 0 2px; }
	#asistent .krok .float		{ float: left; margin-right: 5px; white-space: nowrap; }
	
	#asistent .krok .ch input	{ margin: 0; padding: 0; }
	#asistent .krok .ch label	{  }
	#asistent .krok .ch label span
										{ font-size: 0.9em; color: #666666; }
	#asistent .krok .ch label span.red
										{ font-size: 1em; color: red; }

	#asistent .sele .float_sele{ display: inline; }
	#asistent .sele label		{ }
	#asistent .sele select.parametr
										{ width: 20%; }
	#asistent .sele select.hodnota
										{ width: 55%; }
	
	
	#asistent .reload				{ margin: 0; padding: 0; background: #FF7E2E; color: white; border: solid 1px #DC5400; cursor: pointer; }
	#asistent span.text			{ display: block; float: left; }
	#asistent span.text strong	{ font-weight: bold; font-size: 1.4em; }
	#asistent .zobrazit			{ display: block; float: right; padding: 1px 5px; cursor: pointer; color: white; border: none; font-weight: bold;
										  font-family: Arial, Helvetica, sans-serif; border: solid 1px #8cb216;
										  background: #96bf1e url(../images/default/submit.gif) 0 0 repeat-x; }
	
	#asistent p.upravit			{ margin-top: 0; }
	#asistent p.upravit a		{ font-weight: bold; }