/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * X_QUICK_ORDER.CSS: - styly pro tabulku rychloobědnávky
 *                    - quick-order table styles
 *
 * verze: 1.0.0 / ecp 1.2
 * autor: OV
 * email: vetesnik@ebrana.cz
 * media: screen
 *
 * úpravy:
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */





/* * * * * * * * * * * * * * *    common styles    * * * * * * * * * * * * * * */
	
	p.vyberte									{ float: left; margin-top: 0; margin-right: 5px; }
	
	table.ps_table								{ clear: both; width: 100%; border-collapse: collapse; background: #F7F9FC; }
	table.ps_table tbody						{ width: 100%; }
	table.ps_table th,
	table.ps_table td							{ padding: 0.2em 0.3em; }
	
	table.ps_table th							{ background: #98B4D2; color: white; text-align: center; }
	table.ps_table td							{  }
	
	table.ps_table th.kod					{ width: 180px; }
	table.ps_table th.kod span.kod		{ margin-left: 20px; }
	table.ps_table td input.in1			{ width: 88px; }
	table.ps_table td input.in3			{ width: 88px; }
	table.ps_table td input.in2			{ width: 30px; text-align: center; }
	
	table.ps_table td.separator			{ height: 5px; }
	
	table.ps_table td.white					{ padding-top: 8px; border: none; background: white; }
	table.ps_table td.white div			{ display: inline; margin-right: 5px; }
	
	table#ps_table_summary					{ width: 100%; border-collapse: collapse; }
	p.tlaco										{ text-align: right; }
	