/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * ASISTENT.CSS: - styly pro asistenta v produkt. katalogu
 *               - product catalogue assistant styles
 *
 * verze: 1.1.2 / ecp 1.2
 * autor: OV
 * email: vetesnik@ebrana.cz
 * media: screen
 *
 * úpravy: odstraněno menší písmo na celý asistent - #asistent (1.1.1)
 *         přidány komentáře (1.1.2)
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */





/* * * * * * * * * * * * * * *    common styles    * * * * * * * * * * * * * * */
	
	#asistent span.cleaner		{ display: block; clear: both; height: 1px; line-height: 1px; font-size: 1px; }
	
	
	/* * * * * *  tělo  * * * * * */
	#asistent						{ width: 100%; /*margin-top: -12px;*/ }
	#asistent .padder				{  }
	
	/*
	#asistent .relative			{ position: relative; }
	#asistent .zenska				{ position: absolute; top: -29px; right: -1px; width: 50px; height: 166px;
										  background: url(../images/default/asistent/zenska1.gif) 0 0 no-repeat; }
	*/
	
	#asistent fieldset			{ border: none; background: none; padding: 0; margin: 0; }
	#asistent input,
	#asistent select				{ font-size: 1em; }
	
	
	/* * * * * *  nadpis  * * * * * */
	#asistent h3					{ margin: 0; padding: 0; background: #FFEBCB; color: white;
										  font-size: 1em; }
	#asistent h3 span				{ display: block; padding: 5px 10px 2px; }
	#asistent h4					{ font-size: 1em; margin: 0 0 0.5em; padding: 0; }
	#asistent h4 span				{ display: none; }
	#asistent h4 span.napoveda	{ display: inline; }
	
	#asistent .krok				{ margin: 0.5em 0; }
	#asistent p.krok				{ margin: 0; width: 100%; }
	#asistent .prvni				{ border-top: none; margin-top: 0; padding-top: 0; }
	#asistent .krok .ch			{ float: left; width: 19.8%; 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: right; }
	#asistent span.text strong	{ font-weight: bold; font-size: 1.4em; }
	#asistent .zobrazit			{ display: block; float: left; background: #FF7E2E; border: solid 1px #DC5400; color: white; font-weight: bold;
										  padding: 2px 3px; cursor: pointer; font-size: 1.2em; }
	
	#asistent p.upravit			{ margin-top: 0; }
	#asistent p.upravit a		{ font-weight: bold; }