/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * IE.CSS: - předpis jen pro Internet Explorer 6, slouží k "hackování", proto ho užívej
 *           jen pokud opravdu, ale opravdu nemáš na výběr.
 *         - stylesheet for InternetExplorer 6, servers for "hacking" so be careful
 *           when using it.
 *
 * version: 1.0.0 / ecp 1.3.1
 * author: OV
 * email: vetesnik@ebrana.cz
 * media: screen
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	p.skipLinks a:active					{ position: absolute; } /* pro ie 6 */
	
	/* * * * * *  minikošík / minibasket  * * * * * *
	 * description: ie doesn't know min-width
	 */
	#top .minibasket							{ width: 256px; }
	#top .minibasket p a						{ width: 188px; }
	
	
	
	/* * * * * *  strom / product tree  * * * * * *
	 * description: ">" simulation
	 */
	.col_list ul li.active ul li.active a,
	.col_list ul li.active ul li.active ul li.active a,
	.col_list ul li.active ul li.active ul li.active ul li.active a,
	.col_list ul li.active ul li.active ul li.active ul li.active ul li.active a
	{ font-weight: bold; }
	
	.col_list ul li.active ul li.active ul li a,
	.col_list ul li.active ul li.active ul li.active ul li a,
	.col_list ul li.active ul li.active ul li.active ul li.active ul li a,
	.col_list ul li.active ul li.active ul li.active ul li.active ul li.active ul li a
	{ font-weight: normal; }
	
	
	.obrazek p.akce_buttons			{ height: 110px; }
	
	#top #header_login_control_box	{ right: -16px; padding-top: 15px;}
	#top #header_login_control_box #close { top: 18px; }
	
	/* * * * * *  thickbox  * * * * * *
	 * description: nastaví ztmavení pro celou obrazovku, jinak by bylo useklý
	 */
	* html #TB_overlay		{ position: absolute;
									  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
	
	* html #TB_window			{ position: absolute;
									  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
	
	* html #TB_load			{ position: absolute;
									  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
	
	* html #TB_HideSelect	{ position: absolute;
									  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
	
	#TB_window #shadow_horizontal	{ display: none; position: absolute; bottom: -7px; left: 0; width: 100%; height: 7px; background: url(../images/thickbox/shadow_horizontal.png) 0 0 no-repeat; }
	#TB_window #shadow_vertical	{ display: none; position: absolute; top: 0; right: -6px; width: 6px; height: 100%; background: url(../images/thickbox/shadow_vertical.png) 0 0 no-repeat; }
	#TB_window #shadow_corner		{ display: none; position: absolute; bottom: -7px; right: -6px; width: 6px; height: 7px; background: url(../images/thickbox/shadow_corner.png) 0 0 no-repeat; }
	
	
	