/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * BOXES.CSS: - předpis pro designové styly jako např. layout, rolovací menu, hlavičkoidní věci,
 *              různé plovoucí nabídky, apod.
 *            - stylesheet for design, layout, hovermenus, header things, floating boxes, etc.
 *
 * version: 1.0.10 / ecp 1.3
 * author: OV
 * email: vetesnik@ebrana.cz
 * media: screen
 *
 * note: předpis jsem rozdělil do čtyř logických částí
 *       0. první z nich jsou obecné designové styly
 *       1. další jsou styly pro hlavičku + patičku a věci v nich
 *       2. styly pro sloupce a věci v nich
 *       3. centrální styly
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	html							{ margin: 0; padding: 0; text-align: center; background: url(../images/body.gif) center 0 no-repeat #232d48; }
	body							{ margin: 0; padding: 0; }
	span.red,
	span.star					{ color: red; padding: 0 0.2em; }
	.noborder					{ border: none; background: none; }
	.none,
	.hidden						{ position: absolute; top: -999em; left: -999em; }
	.displayNone,
	.hr hr						{ display: none; }
	p.skipLinks					{ margin: 0; text-align: center; }
	p.skipLinks a				{ position: absolute; top: -999em; left: -999em; z-index: 1000; text-decoration: none; font-weight: bold; }
	p.skipLinks a:focus,
	p.skipLinks a:active		{ position: fixed; top: 0; left: 0; width: 100%; padding: 5px 0; color: #ffc000; background: #175A9E; } /* viz ie.css */
	.chyba						{ font-weight: bold; color: #C00C09; }
	.odkazy						{ text-align: right; }
	.odkazy a					{ margin-left: 5px; }
	
	
	/* * * * * *  hlavní divy / wrappers  * * * * * */
	.backgroundContainer		{ width: 100%; background: none; }
	#main							{ width: 960px; margin: 0 auto; text-align: left; background: white; }
	#main2						{ width: 100%; }	
	#main.dlouhy				{ }
	
	
	/* * * * * *  sloupce / columns  * * * * * */
	#left							{ display: inline; float: left; width: 235px; margin: 10px 0 15px -5px; }
	#center						{ display: inline; float: right; width: 700px; margin: 20px 10px 15px 0; }
	#center .center_cont		{ width: 100%; }
	#right						{ display: inline; float: right; width: 200px; margin: 0px 15px 0px 0; }
	
	/*
	.dlouhy #left				{ display: inline; float: left; margin: 0 0 0 14px; }
	.dlouhy #center			{ display: inline; float: right; width: 738px; margin: 5px 15px 0 0; }
	*/
	
	/* homepage*/
	.homepage_anotace				{ background: url(../images/home_img.jpg) 100% 0px no-repeat; padding-top: 16px; width: 712px; margin-left: -2px; margin-bottom: -60px; min-height: 234px; }
	.homepage_anotace h1			{ margin-bottom: 16px; }	
	.homepage_popis				{ max-width: 370px; padding: 0 0 30px 1px; font-size: 1em; }
	.homepage_popis p,
	.homepage_popis ul			{ line-height: 1.6923em; margin: 0; }	
	.homepage_popis ul li		{ background-position: 0 .666em; }		
	
	.offer_bottom_link			{ text-align: right; margin: 10px 10px 0 0; font-size: 1; }
		
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * * * * * *   HLAVIČKOIDNÍ A PATIČKOIDNÍ VĚCI   * * * * * * * * * * * */
	/* * * * * * * * * * *      HEADER AND FOOTER THINGS       * * * * * * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	#top										{ position: relative; z-index: 90; width: 100%; height: 140px; background: url(../images/top.gif) 0 0 no-repeat #dcdcdc; float: left; }
	#top a#logo								{ position: absolute; top: 0px; left: 0px; }
	#top #topflash							{ position: absolute; top: 0; right: 0; }
	
	
	/* * * * * *  patička / footer  * * * * * */
	#bottom									{ position: relative; width: 100%; height: 134px; color: #888; background: url(../images/bottom.gif) 0 bottom no-repeat #122036; }
	#bottom .padder						{ width: 100%; padding: 19px 0 0 170px; }
	
	#bottom p.copy							{ position: absolute; top: 20px; left: 36px; margin: 0; text-decoration: none; text-align: left; line-height: normal; }
	#bottom p.copy .pipe					{ margin: 0 0.5em; }
	#bottom p.copy a						{ color: #555; }
	#bottom p.text a						{ color: #555; }	
	#bottom p.text a:hover				{ color: #888; }		
	#bottom p.text							{ margin: 0; font-size: .923em; font-family: Arial; line-height: 1.333em; }
	#bottom p.text1						{  }
	#bottom p.text3						{  }
	
	#bottom ul								{ margin: 0; text-align: center; }
	#bottom ul li							{ padding: 0; background: none; display: inline; }
	#bottom ul li a						{ padding: 0 10px; background: url(../images/default/top_nav.gif) 100% 50% no-repeat; white-space: nowrap; }
	#bottom ul li.last a					{ background: none; }
	
	#footer_boxy							{ width: 100%; background: url(../images/bg_footer_boxy_top.gif) 0 0 no-repeat #122036; }
	#footer_boxy:after					{ display: block; clear: both; content: " "; } 
	#footer_boxy .contents				{ width: 100%; background: url(../images/bg_footer_boxy_bottom.gif) 0 bottom repeat-x; padding: 18px 0 17px; }
	#footer_boxy .contents:after		{ display: block; clear: both; content: " "; }
	#footer_boxy .footerText			{ display: inline; float: left; width: 206px; padding: 0 15px; background: url(../images/bg_footer_boxy_box.gif) 0 0 no-repeat; min-height: 121px; }
	#footer_boxy #footerText2,
	#footer_boxy #footerText3			{ width: 209px; }	
	
	#footer_boxy #footerText1			{ background: none; }
	#footer_boxy #footerText4			{ margin-right: 0; }
	#footer_boxy .footerText p			{ margin-top: 0; color: #666666; }
	#footer_boxy .footerText h2		{ margin: 9px 0 8px; font-size: 1.07692em; font-family: Arial; color: white; }
	#footer_boxy .footerText h2 a		{  }
	#footer_boxy .footerText .text 	{ font-size: .923em; font-family: Arial; }
	#footer_boxy .footerText .text a	{ color: #888888; }
	#footer_boxy .footerText .text a:hover	{ color: #b7b7b7; }
	#footer_boxy .footerText ul		{ margin: 0; }
	#footer_boxy .footerText ul li	{ margin: 0 0 2px; padding: 0 0 0 12px; background: url(../images/li_bottom.gif) 0 .555em no-repeat; }
	#footer_boxy .footerText ul li a	{  }
	
	#footer_boxy #footerText_search .pad	{ padding: 14px 11px; }	
	
	/* * *  seo  * * */
	.internalLinks							{ clear: both; width: 100%; }
	.internalLinks ul						{ margin: 0; padding: 1em 1em 0.75em; font-size: 0.833em; color: #444; text-align: center; }
	.internalLinks ul li					{ display: inline; padding: 0; background: none; }
	.internalLinks ul li a,
	.internalLinks ul li a:visited	{ color: #444; text-decoration: none; }
	.internalLinks ul li a:hover		{ text-decoration: underline; }
	
	.vymenaLinku							{ clear: both; width: 100%; }
	.vymenaLinku p							{ margin: 0; padding: 1em 1em 0.75em; font-size: 0.833em; color: #aaa; text-align: center; }
	.vymenaLinku p a,
	.vymenaLinku p a:visited			{ color: #aaa; text-decoration: none; }
	.vymenaLinku p a:hover				{ text-decoration: underline; }
	
	
	/* * * * * *  patra  * * * * * */
	#top #patra								{ padding: 15px 19px 0; }
	#top #patra ul							{ margin: 0; line-height: normal; }
	#top #patra ul li						{ float: left; width: 152px; margin: 0 1px 1px; padding: 0; background: none; border: solid 1px #B94700; }
	#top #patra ul li a					{ display: block; float: left; width: 100%; background: #ff7e2e; font-weight: bold; }
	#top #patra ul li a span			{ display: block; padding: 2px 3px; text-align: center; }
	
	#top #patra ul li a,
	#top #patra ul li a:visited		{ color: white; text-decoration: none; }
	#top #patra ul li a:active,
	#top #patra ul li a:hover			{ text-decoration: underline; }
	
	
	/* * * * * *  statické stránky / static pages  * * * * * */
	#top #top_nav_wrapper				{ position: absolute; top: 90px; left: -5px; width: 780px; background: url(../images/topmenu.gif) right bottom no-repeat #122036; }
	#top ul#top_nav						{ float: left; width: 760px; padding: 0 0 0 20px; min-height: 50px; margin: 0px; background: url(../images/topmenu.gif) 0 0 no-repeat; line-height: 1.55em; }
	#top ul#top_nav li					{ display: inline; float: left; margin: 0 0; padding: 0; font-size: 1em; background: url(../images/bg_topmenu.gif) right 0 no-repeat; }
	#top ul#top_nav li.last				{ background: none; }
	#top ul#top_nav li a					{ float: left; padding: 17px 17px 13px 16px; color: white; text-decoration: none; }
	#top ul#top_nav li a span			{  }
	
	#top ul#top_nav li.active			{ 	}
	#top ul#top_nav li.hover,
	#top ul#top_nav li:hover			{  }
	
	#top ul#top_nav li.active a		{ background: url(../images/bg_topmenu_act.gif) 0 0 repeat-x #ff8a00; color: black; }
	#top ul#top_nav li:hover a			{ padding-bottom: 11px; }
	#top ul#top_nav li:hover a	span	{ border-bottom: 2px solid #ff9602; display: block; }
	
	
	/* * * * * *  top vyhledávání / top search  * * * * * *
	 * HACKed in IE.CSS!
	 */
	#top .searchform_relative			{  }
	#top #searchform						{ position: absolute; top: 33px; left: 329px; text-align: left; width: 260px; background: url(../images/searchform.gif) right bottom no-repeat white; }
	#top #searchform fieldset			{ display: inline; margin: 0; padding: 0; border: none; width: 260px; background: url(../images/searchform.gif) 0 0 no-repeat; min-height: 37px; }
	#top #searchform *					{ vertical-align: middle; }
	#top #searchform label				{ padding-left: 10px; padding-right: 5px; }
	#top #searchform select				{ width: 160px; font-family: Arial, Helvetica, sans-serif; }
	#top #searchform input.vyraz		{ float: left; width: 212px; padding: 10px 0px 6px 9px; font-family: Verdana; font-size: 1em; background: none; border: none; }
	#top #searchform input.sub			{ float: left; padding: 0; color: black; border: none; background: url(../images/search_sub.gif) 0 0 no-repeat #e4e4e4;  }
	
	
	/* * * * * *  top login  * * * * * */
	#top #loged_in,
	#top #header_box						{ position: absolute; top: 73px; right: 15px; padding: 1px 15px 5px 18px; min-width: 85px; min-height: 19px; 
												  background: url(../images/bg_login.gif) 0 50% no-repeat; white-space: nowrap; text-align: right; }
	
	#top #loged_in a,
	#top #header_box a					{ margin: 0; }
	
	#top #header_box a.customer_nologin,
	#top #loged_in a#login_myaccount	{ background: url(../images/icons/lock.gif) right .5em no-repeat; padding-right: 14px; text-decoration: none; }
	
	#top #loged_in .name					{ float: left; padding: 0 15px 3px; font-weight: bold; }
	
	#top #loged_in a,
	#top #loged_in a:visited,
	#top #header_box a,
	#top #header_box a:visited			{ color: #333; }
	
	#top #loged_in a:active,
	#top #loged_in a:hover,
	#top #header_box a:active,
	#top #header_box a:hover			{ color: #d96202; }
	
	#top #edit								{ position: absolute; left: 15px; bottom: 7px; }
	
	
	/* * * * * *  top login panel  * * * * * */
	#top #header_login_control_box						{ display: none; position: absolute; top: 22px; right: 0px; z-index: 10; width: 280px;
																	  padding: 1em 20px 1em 1em; border: solid 1px #d8d8d8; background: #f2f2f2; }
	#top #header_login_control_box #close				{ position: absolute; top: 1px; right: 2px; cursor: pointer; }
	#top #header_login_control_box p						{ float: left; width: 100%; margin: 0 0 3px; padding: 0; line-height: normal; text-align: left; clear: left; }
	#top #header_login_control_box p.tlaco				{ float: right; clear: none; width: 40%; text-align: right; }
	#top #header_login_control_box p.tlaco	a			{ text-decoration: none; font-size: 1em; }
	#top #header_login_control_box p#zapomnel			{ float: left; clear: none; width: 51%; line-height: 2.5em; }
	#top #header_login_control_box p#zapomnel a		{ text-decoration: underline; }
	#top #header_login_control_box fieldset label	{ display: block; float: left; width: 49%; padding-top: 2px; }
	#top #header_login_control_box fieldset input	{ display: block; float: right; width: 46%; padding: 2px 3px; border-color: #d8d8d8; }
	#top #header_login_control_box fieldset			{ margin: 0; padding: 0; background: none; border: none; }
	#top #header_login_control_box p.tlaco				{ float: right; width: 40%; text-align: right; margin: 7px 0 0; }
	#top #header_login_control_box p#checkout_error	{ width: 260px; margin: 0; padding: .5em 0; color: #c00; white-space: normal; }
	#top #header_login_control_box ul					{ margin: 0; text-align: left; }
	#top #header_login_control_box ul li				{  }
	#top #header_login_control_box ul li a				{ color: black; }
	
	
	/* * * * * *  záložky / menu  * * * * * */
	#top #nav_wrapper											{ position: absolute; top: 229px; left: 0; width: 987px; padding: 2px; border: solid 1px #e7e7e7; }
	#top #nav_wrapper ul#nav								{ width: 981px; margin: 0; padding: 17px 0 16px 6px; line-height: normal; background: url(../images/default/nav.gif) 0 0 repeat-x; }
	#top #nav_wrapper ul#nav:after						{ display: block; clear: both; content: " "; }
	#top #nav_wrapper ul#nav li							{ display: inline; float: left; padding: 0; background: none; }
	#top #nav_wrapper ul#nav li strong					{ float: left; font-weight: normal; border-right: solid 1px black; }
	#top #nav_wrapper ul#nav li strong.lastura		{ border-right: none; }
	#top #nav_wrapper ul#nav li strong a				{ float: left; padding: 0 9px; color: black; text-decoration: none; }
	#top #nav_wrapper ul#nav li strong a:hover		{ text-decoration: underline; }
	
	
	/* * * * * *  minikošík / minibasket  * * * * * */
	/*
	#top #minibasket							{ position: absolute; top: 36px; right: 15px; }
	#top #minibasket table					{ float: left; width: 192px; }
	#top #minibasket table th				{ padding: 3px 0 3px; color: white; font-weight: normal; }
	#top #minibasket table td				{ padding: 3px 0 3px; text-align: right; color: white; }
	#top #minibasket .tlacPokladna		{ float: left; margin-left: 17px; font-weight: bold; border-left: solid 1px #b08587; background: url(../images/pokladna.gif) 14px 9px no-repeat; }
	#top #minibasket .tlacPokladna a		{ float: left; padding: 13px 14px 11px 43px; color: #f2c200; }
	*/
	
	
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * * * * * * * * * *   SLOUPCOVÉ VĚCI    * * * * * * * * * * * * * * */
	/* * * * * * * * * * * * * * *   COLUMNS STYLES    * * * * * * * * * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	/* * * * * *  sloupcové boxy / col boxes  * * * * * */
	.container											{ width: 100%; margin: 0 0 5px; background: url(../images/bg_container.gif) right bottom no-repeat #f4f4f4; }
	.container_cont									{ background: url(../images/bg_container.gif) 0 0 no-repeat; padding: 15px 0; }	
	
	#newsletterCol 									{ background: url(../images/bg_newsletter_bottom.gif) 0 bottom no-repeat; }

	#cont_minibasket 									{ background: url(../images/bg_kosik.gif) 0 bottom no-repeat; padding-bottom: 0; }		
	#cont_minibasket .container_cont				{ background: none; }			
	
	#cont_bestsel										{ background: none;	}
	#cont_bestsel .container_cont					{ background: none;	}	
		
	.container h3										{ margin: 0; font-size: 1.3em; color: #777777; }
   .container h3 strong								{ display: block; padding: 0 0 0 20px; font-weight: normal; }
	.container h3 strong a 							{ color: black; }
	
	.colBanner											{ text-align: center; margin: 1em 0; }
	
	
	/* * * * * *  vyhledávání ve sloupci / column search  * * * * * */
	#columnSearch										{  }
	#columnSearch form								{ padding: 10px 0; }
	#columnSearch form *								{ vertical-align: middle; }
	#columnSearch form input.vyraz				{ font-family: Arial, Helvetica, sans-serif; }
	#columnSearch form input.sub					{  }
	
	
	/* * * * * *  login panel ve sloupci / login panel in column  * * * * * */
	#cont_login											{  }
	#cont_login h3										{  }
	#cont_login .col_list fieldset				{ margin: 0; padding: 10px 20px 0; border: none; background: none; }
	#cont_login fieldset p							{ clear: both; width: 100%; margin: 0 0 4px; line-height: normal; }
	#cont_login fieldset p:after					{ display: block; clear: both; content: " "; }
	#cont_login fieldset p label					{ float: left; width: 40px; padding-top: 2px; color: black; }
	#cont_login fieldset p.jmeno input,
	#cont_login fieldset p.heslo input			{ float: right; width: 110px; }
	#cont_login fieldset p.tlaco					{ display: inline; float: right; clear: none; width: 70px; margin: 10px 0 0; }
	#cont_login fieldset p.tlaco input			{ margin: 0; padding: 0; border: none; background: none; }
	#cont_login fieldset p.zapomnel				{ display: inline; float: left; clear: none; width: 50%; margin: 15px 0 0; font-size: 0.916em; text-align: left; }
	#cont_login fieldset p.zapomnel a			{ color: black; }
	#cont_login fieldset p.error					{ width: auto; margin: 1em 0 0; }
	
	#cont_login .col_list ul						{ margin: 10px 0 0px 0; }
	#cont_login .col_list ul li					{ margin: 0 0 3px; }
	#cont_login .col_list ul li a					{ border-color: #dfdfdf; color: #232d48; }
	#cont_login .col_list ul li a:hover			{ color: #d96202; }	
	
	
	/* * * * * *  meníčka / column list menus  * * * * * */
	#stromCont											{ background: url(../images/bg_col_list.gif) right bottom no-repeat #122036; padding: 0; }
	#stromCont .container_cont						{ background: url(../images/bg_col_list.gif) 0 0 no-repeat; padding: 0; }	
	#stromCont h3 										{ margin: 0; }	
	#stromCont h3 strong								{ padding: 3px 0 5px 20px; }	
	.col_list											{ width: 235px; margin: 0; }
	.col_list:after									{ display: block; clear: both; content: " "; }
	
	/* * * * * *  strom / product tree  * * * * * */
	#rl_box h4											{ float: left; width: 100%; margin: 6px 0 0 0; font-size: 1em; color: black; }
	#rl_box h4 span									{ display: block; }
	#rl_box h4.akce									{ font-weight: normal; line-height: 1.5em; }
	#rl_box h4.akce span								{ display: block; }
	#rl_box h4.akce span a							{ display: block; padding: 6px 30px 6px 20px; color: white; text-decoration: none; border-bottom: 1px solid #232d48; }
	#rl_box h4.akce span a:active,
	#rl_box h4.akce span a:hover					{ text-decoration: underline; }
	
	.col_list ul										{ display: inline; float: left; width: 100%; margin: 0; line-height: 1.5em; }
	.col_list ul li									{ position: relative; float: left; width: 100%; padding: 0; background: none; }
	.col_list ul li a									{ display: block; padding: 5px 30px 4px 20px; color: white; text-decoration: none; border-bottom: 1px solid #232d48; }
	.col_list ul li.last_final	a					{ border: none; }	
	
	.col_list ul li a:active,
	.col_list ul li a:hover							{ text-decoration: underline; }
	
	/* see ie6.css */
	.col_list ul li.active > a						{ /*font-weight: bold; */ }
	
	.col_list ul li ul								{ margin: 0; padding: 0 0 8px; background: #304369; }
	.col_list ul li ul li							{ border: none; background: none; }
	.col_list ul li ul li a							{ padding: 5px 30px 4px; border: none; }
	.col_list ul li ul li.selected a				{ background: #ff8f02; color: black; }	
	
	.col_list ul li ul li ul li a					{ padding-left: 40px; }
	.col_list ul li ul li ul li ul li a			{ padding-left: 50px; }
	
	/* hacked in ie.css */
	.col_list ul li span.higher					{ position: absolute; top: 9px; right: 8px; cursor: pointer; width: 12px; height: 12px; background: url(../images/plus.png) 0 0 no-repeat; z-index: 1; }
	.col_list ul li span.submenu_close			{ background: url(../images/minus.png) 0 0 no-repeat; }	
	.col_list ul li ul li .higher					{ top: 12px; }
	.col_list ul li .higher img					{ border: none; }
	
	/*************************/
	#cont_eshop_offer 		 						{ background: url(../images/bg_eshop_offer_menu.gif) right bottom no-repeat #ff8f02; }
	#cont_eshop_offer	.container_cont			{ background: url(../images/bg_eshop_offer_menu.gif) 0 0 no-repeat; padding: 6px 0 0; }		
 	#cont_eshop_offer .col_list 					{ margin: 0; font-size: 1.07692em; background: none; }
 	#cont_eshop_offer .col_list ul li a			{ border: none; border-top: 1px solid #ffc002; margin: 0; padding: 4px 0 4px 20px; color: black; }	
 	#cont_eshop_offer .col_list ul li.first_final a	{ border-top: none; }		
 	#cont_eshop_offer .col_list ul li.first_final a,
 	#cont_eshop_offer .col_list ul li.last_final a	{ padding: 5px 0 5px 20px; }		
	
	/*************************/
	#vyrobceCont 		 									{ background: url(../images/bg_col_list.gif) right bottom no-repeat #122036; }
	#vyrobceCont .container_cont						{ background: url(../images/bg_col_list.gif) 0 0 no-repeat; padding: 6px 0 0; }		
	#vyrobceCont h3 strong								{ padding: 3px 0 5px 20px; }	
	
	/*********************/
	#napovedaCont .col_list 						{ margin: 0 auto 5px auto; }
	#napovedaCont .col_list ul						{ margin: 6px 0 0 0; }
	#napovedaCont .col_list ul li					{ background: none; font-size: .9em; }
	#napovedaCont .col_list ul li a				{ padding: 2px 0 2px 13px; background: url(../images/napoveda_li.gif) 0 7px no-repeat; }
	#napovedaCont .col_list ul li a:visited	{ color: #666; }
	#napovedaCont .col_list ul li a:active,
	#napovedaCont .col_list ul li a:hover		{ text-decoration: underline; }
	
	
	
	/* * * * * *  navštívené produkty / visited products  * * * * * */
	#navstivene							{ }
	/* Hack in ie.css */
	.col_list ol						{ margin-top: 10px; margin-bottom: 0; margin-left: 20px; }
	.col_list ol li					{  }
	.col_list ol li a					{ color: black; text-decoration: none; }
	.col_list ol li a:visited		{  }
	.col_list ol li a:active,
	.col_list ol li a:hover			{ text-decoration: underline; }
		
	
	/* * * * * *  košík ve sloupci / minibasket in column  * * * * * */
	#top .minibasket								{ position: absolute; bottom: 67px; right: 13px; width: 331px; background: url(../images/bg_kosik.gif) right bottom no-repeat; }
	#top .minibasket .extra						{ background: url(../images/bg_kosik.gif) 0 0 no-repeat; min-height: 41px; }
	#top .minibasket p							{ margin: 0; background: url(../images/icons/ico_basket.png) 0px 1px no-repeat; }
	#top .minibasketEmpty p						{ min-height: 20px; padding: 9px 10px 8px 47px; }
	#top .minibasket p a							{ display: block; padding: 9px 10px 8px 47px; color: #000; text-decoration: none; }
	#top .minibasket p a span.line			{ color: #232d48; text-decoration: underline; }
	#top .minibasket p a:hover span.line	{ color: #d96202; }
	#top .minibasket p span.block				{  }
	#top .minibasket p							{  }
	#top .minibasket p strong					{  }	
	
	
	/* * * * * *  kontakty / contacts  * * * * * */
	.container .texty					{ padding: 10px 20px; }
	.container .texty p				{ margin: 0; }
	
	
	/* * * * * *  dotazy / faq  * * * * * */
	#dotazy .text						{ padding: 2px 7px 5px; background: white; }
	#dotazy .text p					{ margin: 0; }
	
	
	/* * * * * *  newsletter  * * * * * */
	#but_news_letter					{ padding: 0px 18px 15px; }
	#but_news_letter p				{ margin-top: 0; }
	#but_news_letter fieldset		{ margin: 0; padding: 0; border: none; background: none; }
	#but_news_letter label			{ display: block; margin: 0 0 9px; text-align: justify; line-height: 1.4em; }
	#but_news_letter input#email	{  }
	#but_news_letter .error_msg	{ display: block; }
	#but_news_letter input#emailn	{ width: 176px; padding: 6px 9px; margin: 0 0 10px 3px; background: url(../images/bg_newsletter_input.gif) 0 0 no-repeat; border: none; }
	#but_news_letter input.sub		{ width: 96px; height: 31px; border: none; padding: 0; text-indent: -999em; background: url(../images/buttons/news_submit.gif) 0 0 no-repeat; }
	
	/*
	#objednavkaDokonci { width: 161px; height: 37px; border: none; padding: 0; text-indent: -999em;
											  background: url(../images/buttons/objednavkaDokonci.gif) 0 0 no-repeat; }
	*/
	
	/* * * * * *  akční nabídka ve sloupci / action offer in column  * * * * * */
	.dvojbannery						{ margin-bottom: 14px; }
	
	.dvojbannery h3					{ margin: 0; padding: 15px 22px 15px 78px; font-size: 1.416em; text-transform: uppercase; color: white;
											  background: #fe4747 url(../images/dvojbannery_h3.gif) 0 0 no-repeat; }
	
	.dvojbannery .produkt			{ border: solid 1px #f2f2f2; margin-bottom: 5px; }
	.dvojbannery h4					{ margin: 0; padding: 8px 4px 9px; font-size: 1em; text-align: center; color: #f90000; background: #f2f2f2; }
	.dvojbannery h4 a:link			{ color: #f90000; text-decoration: none; }
	.dvojbannery h4 a:visited		{ color: #ff7373; text-decoration: none; }
	.dvojbannery h4 a:active,
	.dvojbannery h4 a:hover			{ text-decoration: underline; }
	.dvojbannery .image				{ margin: 0.5em 0; text-align: center; }
	.dvojbannery p						{  }
	.dvojbannery p.popisek			{ text-align: center; margin: 0.5em 0; padding: 0 4px; }
	.dvojbannery p.nahore			{ text-align: center; margin: 0.5em 0; padding: 0 4px; }
	.dvojbannery p.dole				{ text-align: center; margin: 0; padding: 0 4px; }
	
	
	/* * * * * *  nejprodávanější / bestselling  * * * * * */
	#cont_bestsel						{ background: url(../images/bg_best_sal_bottom.gif) 0 bottom no-repeat white; }
	#bestsel								{ width: 180px; padding: 0 10px; margin: 1px auto 0 auto; border-top: 1px solid #e1e1e1; }
	#bestsel h4							{ margin: 0; padding: 0.5em 0; text-align: center; font-size: 1em; color: black; }
	#bestsel h4 span					{ padding: 5px 0; }
	#bestsel ul							{ width: 100%; margin: 0; line-height: normal; }
	#bestsel ul li						{ float: left; width: 100%; background: url(../images/bg_best_sal_li_bottom.gif) 0 bottom repeat-x; padding: 0.6em 0; }
	#bestsel ul li.h4					{ padding: 0; }
	#bestsel ul li .image			{ float: left; width: 70px; text-align: center; }
	#bestsel ul li .image img		{  }
	#bestsel ul li .link				{ float: right; width: 53%; font-weight: bold; text-align: left; font-size: .9em; }
	#bestsel ul li .link a			{ display: block; color: black; }
	#bestsel ul li .link a			{  }
	#bestsel ul li .link a:visited{  }
	#bestsel ul li .link a:active,
	#bestsel ul li .link a:hover	{  }
	#bestsel ul li .price			{ float: right; clear: right; width: 53%; padding-top: 7px; text-align: right; }
	#bestsel ul li .price strong	{ font-weight: normal; }
	#bestsel ul li.first				{ padding-top: 0.3em; }
	#bestsel ul li.last				{ border-bottom: none; }
	
	
	/* * * * * *  hot products  * * * * * */
	/*
	#hotProductsCont .help_ol ol								{ margin: 0; list-style: none; }
	#hotProductsCont .help_ol ol li							{ width: 184px; margin-bottom: 4px; padding: 10px; border: solid 1px #cde9ed; background: url(../images/box_bottom.gif) 0 100% no-repeat; }	
	#hotProductsCont .help_ol ol li .link					{ font-weight: bold; margin-bottom: 5px; }
	#hotProductsCont .help_ol ol li .image					{ float: left; width: 70px;  text-align: center; }
	#hotProductsCont .help_ol ol li .price					{ float: right; width: 94px; }
	#hotProductsCont .help_ol ol li .price strong		{ font-weight: normal; }
	*/
	
	
	/* * * * * *  produktové novinky / product news  * * * * * */
	#productNews								{ width: 100%; }
	#productNews ul							{ width: 100%; margin: 0; }
	#productNews ul li						{ width: 100%; padding: 15px 0; background: url(../images/produkty_dash.gif) 50% 100% no-repeat; }
	#productNews ul li:after				{ display: block; clear: both; content: " "; }
	#productNews ul li .image				{ display: inline; float: left; width: 110px; margin-left: 11px; }
	#productNews ul li .link				{ display: inline; float: right; width: 90px; margin: 10px 0 0; padding-right: 11px; font-size: 0.916em; text-align: center; font-weight: bold; }
	#productNews ul li .price				{ display: inline; float: right; width: 90px; margin: 1em 0 0; padding-right: 11px; text-align: center; font-size: 1.083em; font-weight: bold; }
	
	
	/* * * * * *  novinky sloupec / column news  * * * * * */
	#novinky_sloupec							{  }
	#novinky_sloupec .novinka				{ padding: 1em 10px 1em; border-bottom: solid 1px #dadada; }
	#novinky_sloupec .last					{  }
	#novinky_sloupec p.datum				{ margin: 0 0 0.5em; padding: 0; font-size: 0.9em; }
	#novinky_sloupec p.datum small		{  }
	#novinky_sloupec h4						{ margin: 0 0 0.5em; }
	#novinky_sloupec .anotace				{ line-height: 1.5em; text-align: justify; }
	#novinky_sloupec .anotace p			{ margin: 0; padding: 0; }
	#novinky_sloupec span.vice				{ display: block; text-align: right; }
	#novinky_sloupec span.vice a			{  }
	#novinky_sloupec p.archiv				{ margin: 0; padding: 5px 10px 10px; }
	#novinky_sloupec p.archiv a			{ font-weight: bold; }
	
	
	/* * * * * *  archiv novinek / news archive  * * * * * */
	#novinky_archiv							{ width: 100%; }
	
	#novinky_archiv .novinka				{ background: #f6f6f6; border-top: solid 3px #dadada; border-bottom: solid 1px #dadada;
													  margin: 0 0 1.5em; }
	#novinky_archiv .novinka_cont			{ padding: 0.75em 1em; }
	#novinky_archiv p.datum					{ margin: 0; padding: 0; float: right; }
	#novinky_archiv h3						{ margin: 0 0 0.5em; padding: 0; }
	#novinky_archiv p.image					{ display: inline; float: left; margin: 0 1.5em 0.5em 0; }
	#novinky_archiv .anotace				{ line-height: 1.5em; text-align: justify; }
	#novinky_archiv .anotace p				{ margin: 0; padding: 0; }
	#novinky_archiv span.vice				{ display: block; text-align: right; }
	#novinky_archiv span.vice a			{  }
	
	
	/* * * * * *  detail novinek / news detail  * * * * * */
	#novinka_detail							{ width: 100%; }
	#novinka_detail p.datum					{ float: right; margin: 0; padding: 4px 0 0; }
	#novinka_detail h2						{ margin-top: 0; }
	#novinka_detail p.obrazek				{ display: inline; float: right; margin: 0 0 0.5em 1.5em; }
	#novinka_detail .anotace				{ line-height: 1.5em; }
	#novinka_detail .anotace p				{ margin: 0; }
	
	
	/* * * * * *  anketa / polls  * * * * * */
	.ankety										{  }
	
	.ankety .anketa							{  }
	.ankety .last								{  }
	.ankety .anketa .col_padder			{ padding: 10px; }
	.ankety .anketa h4						{ float: none; width: auto; margin: 0; padding: 0; color: black; }
	.ankety .anketa p							{ margin: 0.5em 0; text-align: left; }
	.ankety .anketa p.obrazek				{ text-align: center; }
	.ankety .anketa p.obrazek img			{ border: solid 1px black; }
	.ankety .anketa p .text					{ display: block; }
	.ankety .anketa p a						{ display: block; }
	.ankety .anketa p .bar					{ display: block; height: 10px; background: #DEE9F5; cursor: pointer; }
	.ankety .anketa p .hlasy				{ display: block; height: 10px; width: 50%; cursor: pointer; }
	.ankety .anketa p .barva1				{ background: #FD9926; }
	.ankety .anketa p .barva2				{ background: red; }
	.ankety .anketa p .none					{ display: none; }
	.ankety .ankety .anketa em				{ display: block; text-align: center; }
	
	
	/* * * * * *  soubory ke stažení / download  * * * * * */
	#downloadCont								{  }
	#downloadCont ul							{ margin: 0; padding: 10px; }
	#downloadCont ul li						{ clear: both; width: 100%; padding: 0; background: none; }
	#downloadCont ul li span.icon			{ float: left; height: 40px; margin: 0 8px 0 0; }
	#downloadCont ul li span.icon img	{  }
	#downloadCont ul li a					{ display: block; }
	#downloadCont ul li span.size			{ display: block; }
	
	
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * * * * * * * * * *   CENTRÁLNÍ VĚCI    * * * * * * * * * * * * * * */
	/* * * * * * * * * * * * * * *   CENTRAL STYLES    * * * * * * * * * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	/* * * * * *  crumb trail navigace  * * * * * *
	 * HACKed in IE.CSS!
	 */
	#crumb_trail 						{ width: 100%; clear: both; margin-bottom: 11px; padding-bottom: 1px; line-height: 17px; text-align: left; font-size: 0.846em; }
	#crumb_trail:after				{ display: block; clear: both; content: " "; }
	#crumb_trail span					{ float: left; margin-bottom: 2px; }
	#crumb_trail .arrow 				{ background: #e4e4e4 url(../images/crumb_back.gif) 0 0 no-repeat; }
	#crumb_trail span.first			{ background-image: none; }
	#crumb_trail span.first a		{ padding-left: 7px; }
	#crumb_trail a						{ float: left; padding: 0 15px;
											  background: url(../images/crumb_arrow.gif) 100% 0 no-repeat; }
	#crumb_trail span.final			{ padding-left: 5px; }
	
	#crumb_trail a,
	#crumb_trail a:visited			{ color: black; text-decoration: none; }
	#crumb_trail a:active,
	#crumb_trail a:hover				{ text-decoration: underline; }
	
	p#navigace							{ width: 100%; margin: 0 0 1em; }
	p#navigace a.back					{ float: right; margin: 0 0 0 15px; }
	
	
	/* * * * * *  popup s ikskem / product has been placed in your cart popup window  * * * * * */
	.show_info 					{ display: none; position: absolute; top: 200px; left: 200px; z-index: 1000; width: 280px; font-size: 0.916em;
									  background: #e4e4e4; border: solid 5px #d8d8d8; }
	.show_info .padder		{ padding: 10px; }
	.show_info p				{ margin: 0; text-align: left; }
	.show_info p.link			{  }
	.show_info .x				{ float: right; }
	.show_info .x a			{ background: #F39535; padding: 1px 3px; font-weight: bold; text-decoration: none; }
	.show_info .x a,
	.show_info .x a:visited	{ color: white; }
	.show_info .x a:active,
	.show_info .x a:hover	{ background: #175B9F; }
	
	
	/* * * * * *  download kategorie / download categories  * * * * * */
	#download											{  }
	#download .download_kategorie					{ background: #f6f6f6; border-top: solid 3px #dadada; border-bottom: solid 1px #dadada;
															  margin: 0 0 1.5em; padding: 0.75em 1em; }
	#download .download_kategorie h2				{ font-size: 1.25em; margin: 0 0 0.5em; padding: 0; font-weight: bold; }
	#download .download_kategorie .anotace		{ line-height: 1.5em; text-align: justify; }
	#download .download_kategorie .anotace p	{ margin: 0; padding: 0; }
	
	
	/* * * * * *  soubory download / download files  * * * * * */
	.polozka_download									{ margin-top: 4px; padding: 0 0 4px 0; border-bottom: 1px dotted #dadada; }
	.polozka_download h4								{ margin: 0; font-size: 1em; }
	.polozka_download p								{ margin: 0; }
	.polozka_download span.polozka				{ font-weight: bold; }
	.polozka_download span.hodnota				{  }
	
	
	/* * * * * *  bannery / banners  * * * * * */
	.banner												{ margin: 1em 0; text-align: center; }
	
	
	/* * * * * *  header nadpisy / special headers  * * * * * */
	h2.header							{ margin: 11px 0 10px; padding: 4px 0 3px 27px; width: 489px; color: black;
											  background: url(../images/header_h2.gif) 0 0 no-repeat;
											  /*border-bottom: solid 2px #0a57ab;*/ overflow: auto; }
/*	h2.header span						{ display: block; background: url(../images/default/header_arrow.gif) 13px 8px no-repeat; }
	h2.header span span				{ }
	h2.header span span span		{ display: block; padding: 5px 5px 5px 45px; }*/
	
	
	/* * * * * *  header nadpisy s odkazem / special headers with a link  * * * * * *
	 * HACKed in IE.CSS!
	 */
	.h2_hlavicka							{ position: relative; width: 100%; margin: 1em 0 0.5em; /*border-bottom: solid 2px #0a57ab;*/ overflow: auto; }
	.h2_hlavicka p.nahoru				{ position: absolute; top: 0; right: 0; margin: 0; padding: 5px 10px 0 0; line-height: normal; }
	.h2_hlavicka p.nahoru a				{  }
	.h2_hlavicka p.nahoru a:visited	{  }
	.h2_hlavicka p.nahoru a:active,
	.h2_hlavicka p.nahoru a:hover		{  }
	.h2_hlavicka h2.header				{ width: auto; margin: 0; padding-right: 4em; border-bottom: none; }
	
	/* * * * * *  štítky  * * * * * */
	p.akce_buttons span										{ font-size: 0.8461em; color: white; padding: 9px 0 0 8px; min-height: 17px; }
	p.akce_buttons span.akce								{ background: url(../images/stitky/akce_bg.png) 0 0 no-repeat; width: 79px; }
	p.akce_buttons span.novinka							{ background: url(../images/stitky/novinka_bg.png) 0 0 no-repeat; width: 79px; padding-top: 6px; }
	p.akce_buttons span.doprodej							{ background: url(../images/stitky/doprodej_bg.png) 0 0 no-repeat; width: 79px; padding-top: 6px; }
	p.akce_buttons span.doprava							{ background: url(../images/stitky/doprava_bg.png) 0 0 no-repeat; width: 102px; padding-top: 6px; }
	
	#detail p.akce_buttons span.novinka					{ background: url(../images/stitky/novinka_bg2.png) 0 0 no-repeat; padding-top: 9px; }
	#detail p.akce_buttons span.doprodej				{ background: url(../images/stitky/doprodej_bg2.png) 0 0 no-repeat; padding-top: 9px; }
	#detail p.akce_buttons span.doprava					{ background: url(../images/stitky/doprava_bg2.png) 0 0 no-repeat; padding-top: 9px; }
		
	#main p.akce_buttons .napoveda						{ float: left; margin-right: 1px; }
	#main p.akce_buttons .napoveda a						{ float: left; padding: 2px 4px; }
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * *    DEALS A AKČNÍ NABÍDKA    * * * * * * */
	/* * * * * * *   DEALS AND ACTION OFFERS   * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
	.deals									{ width: 100%; margin: .55em 0; }
	.deals h2.header						{  }
	
	.deals													{  }
	.deals .plavec											{ display: inline; float: left; width: 220px; min-height: 195px; height: auto !important; height: 195px;
																  margin: 20px 20px 0 0; padding: 0 0 15px; background: url(../images/bg_box_bot.gif) 0 bottom no-repeat; }
	.deals .last											{ margin-right: 0; }
	.deals .plavec h2,
	.deals .plavec h3										{ margin: 0 0 15px; min-height: 55px; font-size: 1em; background: url(../images/bg_box_top.gif) 0 0 no-repeat #f4f4f4; border-bottom: 1px solid #dfdfdf; }
	.deals .plavec h2 a,
	.deals .plavec h3 a									{ display: block; padding: 14px 20px 12px; }
	.deals .plavec .obrazek								{ margin: 0 auto 10px; min-height: 160px; position: relative; text-align: center; }
	.deals .plavec .data									{ display: inline; }
	.deals .plavec .data p.popis						{ margin: 0; font-size: 0.916em; }
	.deals .plavec .pod									{ margin: 0 20px; }
	.deals .plavec .pod .nase							{ float: left; padding-top: 5px; }	
	.deals .plavec .pod strong							{ font-size: 1.07692em; color: black; }
	.deals .plavec .data p.akce_buttons				{ margin: 10px 0 0; }
	.deals .plavec .tlacitko							{ text-align: right; min-height: 32px; }
	.deals .plavec .tlacitko *							{ vertical-align: middle; }
	.deals .plavec .tlacitko form						{ padding-bottom: 1px; }
	.deals .plavec .tlacitko input.in				{ width: 20px; margin-right: 1px; border-color: #d3d3d3; }
	.deals .plavec .tlacitko input.imageSubmit	{ margin: 0; padding: 0; border: none; background: none; }	

	.deals_best								{  }
	.deals_best h2							{  }
	.deals_best .box1						{ display: inline; float: left; width: 48.8%; }
	.deals_best .box2						{ display: inline; float: right; width: 48.8%; }
	.deals_best .plavec					{ display: block; float: none; width: auto; margin-bottom: 0; }
	
	/*	.obrazek p.akce_buttons	span.stitek					{   }*/
	.deals .plavec p.akce_buttons								{ position: absolute; top: 0px; right: 0px; line-height: 1em; margin: 0; height: 0; padding-bottom: 10px; }
	.deals .plavec p.akce_buttons span.stitek				{ float: right; clear: right; display: block; text-align: left; }

	.deals .plavec p.dostupnost								{ margin: .3em 20px 0; font-size: .923em; }	
	
	/* * * *  akce v malým / tiny action offers  * * * */
	#akce.small								{  }
	#akce.small h2.header				{ display: none; }	
	#akce.small .plavec					{ float: left; width: 100%; }
	#akce.small .plavec_cont			{ padding-top: 0; margin-right: 10px; }
	#akce.small .last .plavec_cont	{ margin-right: 0; }
	
	#akce.small .plavec h3				{ margin: 10px 0 0; text-align: left; border-bottom: solid 1px #d8d8d8; padding: 0 0 5px; }
	#akce.small ul							{ margin: 15px 0 0; line-height: normal; text-align: center; }
	#akce.small ul li						{ width: 23.5%; float: left; margin: 0 10px 15px 0; padding: 0 0 5px 0; background: none; border-bottom: 1px solid #d8d8d8; }
	#akce.small ul li .image			{ min-height: 100px; }
	#akce.small ul li .link				{ margin-bottom: 2px; min-height: 65px; }
	#akce.small ul li .price			{ font-size: 1.2em; }
	
	
	/* * * * *  nápověda / helpers  * * * * * */
	#main .napoveda							{ font-size: 0.916em; }
	#main .napoveda a							{ position: relative; background: #dcdcdc; padding: 1px 4px; color: black; font-weight: bold;
													  cursor: help; text-decoration: none; white-space: nowrap; z-index: 1; }
	#main .napoveda a span					{ display: none; white-space: normal; }
	
	#main .napoveda a:hover					{ border: none; }/* tohle tam musí bejt, aby se to vůbec v ie6 zobrazilo */
	#main .napoveda a:hover span			{ display: block; width: 15em; border: solid 1px #d8d8d8; background: white;
													  position: absolute; top: 15px; left: 15px; color: black; font-weight: normal; }
	#main .table_kosik .napoveda a:hover span
													{ top: auto; bottom: 15px; left: auto; right: 15px; }
	#main .napoveda a:hover span em		{ display: block; padding: 0.5em 0.6em; text-align: left; font-style: normal; line-height: 1.4em; }
	
	#main .z10 a								{ z-index: 10; }
	#main .z9 a									{ z-index: 9; }
	#main .z8 a									{ z-index: 8; }
	#main .z7 a									{ z-index: 7; }
	#main .z6 a									{ z-index: 6; }
	#main .z5 a									{ z-index: 5; }
	#main .z4 a									{ z-index: 4; }
	#main .z3 a									{ z-index: 3; }
	#main .z2 a									{ z-index: 2; }
	#main .z1 a									{ z-index: 1; }
	
	
	/* * * * * *  interpage  * * * * * */
	#interAkce					{ width: 100%; }
	#interAkce a				{ float: left; }
	#interAkce a.right		{ float: right; }
	
	
	
/* * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * *   DETAIL PRODUKTU   * * * * * * */
	/* * * * * * *   PRODUCT DETAIL    * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * */
	#detail								{ width: 100%; }
	#detail #tabsCont					{ clear: both; padding-top: 10px; }
	#detail .left						{ float: left; width: 304px; }
	#detail .right						{ float: right; width: 380px; }
	#detail .left_cont				{ }
	#detail .right_cont				{ }
	#detail h1							{ margin-bottom: 0.5em; }
	#detail fieldset legend			{ display: none; }
	
	#detail .popis h3,
	#detail .popis p,
	#detail .right p.popis					{ margin-top: 0; }
	
	#detail div.image							{ min-height: 300px; vertical-align: middle; }
	#detail div.image p						{ margin: 0; position: relative; }
	#detail div.image p a					{ cursor: pointer; }
	#detail div.image p .img_zoom			{ display: block; width: 40px; height: 40px; position: absolute; right: 0; top: 5px; background: url(../images/detail/img_zoom.png) 0 0 no-repeat; }
	#detail div.image p:hover .img_zoom,	
	#detail div.image p.hover .img_zoom	{ background: url(../images/detail/img_zoom_hover.png) 0 0 no-repeat; }	
	#detail div.image img					{ }
	#detail div.image p.akce img			{ border: none }
	
	#detail p.bonusy							{  }
	#detail p.bonusy strong					{ font-size: 1.2em; color: #faae64; }
	
	#detail p.koupit							{ text-align: right; float: right; margin-bottom: 0; }
	#detail p.vyprodano						{ background: #c00; border: solid 1px #cc0000; color: white; padding: 0.5em 1em;
												  text-align: center !important; }
	#detail p.pocetKusu						{ float: right; padding: 8px 5px 0 0; }
	#detail p.pocetKusu input				{ width: 20px; padding: 2px 0; text-align: center; }
	
	#detail p.favourite_button				{ clear: both; }
	#detail p.favourite_button a			{ text-decoration: none; font-weight: bold; }
	#detail p.favourite_button a:hover	{ text-decoration: underline; }
	#detail p.favourite_button a img		{ margin-right: 5px; }
	
	#detail p.tlaco							{ text-align: right; }
	
	#detail #hodnoceni						{ margin: 0; padding: 0; }
	#detail #hodnoceni dt					{  }
	#detail #hodnoceni dd					{ margin: 0 0 0.5em; /*padding: 0;*/ }
	#detail .stars								{ float: right; padding: 5px 0; width: 150px; text-align: right; }
	#detail .stars a							{ float: right; margin-left: 5px; }
	#detail .stars span						{ display: inline-block; width: 16px; height: 15px; background: url(../images/default/detail/star.gif) 0 0 no-repeat; }
	#detail .stars span.half				{ background-image: url(../images/default/detail/star_half.gif); }
	#detail .stars span span				{ display: none; }
	#detail #hodnoceni p.vice				{ margin-top: 1em; }

	#detail .right .parametry h2     	{ color: black; font-size: 1.25em; font-weight: bold; }
	
	#detail table.ceny						{ width: 100%; border-top: 4px solid #e4e4e4; }
	#detail table.ceny td					{ padding: 5px 0; color: #333333; vertical-align: middle; }
	#detail table.ceny td.label			{ padding-right: 8px; text-align: left; border-bottom: dotted 1px #e0e0e0; }
	#detail table.ceny td.sdph,
	#detail table.ceny td.sku,
	#detail table.ceny td.bdph,
	#detail table.ceny td.dostupnost,
	#detail table.ceny td.bezna,
	#detail table.ceny td.usetrite		{ border-bottom: dotted 1px #e0e0e0; text-align: right; }
	#detail table.ceny td.dostupnost 	{ color: #3C9700; }
	#detail table.ceny td .inavail		{ color: #cc0000; }
	#detail table.ceny td.sep				{ width: 20px; }
	#detail table.ceny td.tlaco			{ padding-bottom: 0; vertical-align: bottom; text-align: center; min-width: 183px; }
	#detail table.ceny td.tlaco * 		{ vertical-align: middle; text-align: right; }
	#detail table.ceny td.tlaco input[type="submit"]	{ text-align: center; }
	#detail table.ceny td.tlaco input.imageSubmit	{ padding: 0; border: none; }
	#detail table.ceny td.tlaco input.in				{ width: 20px; padding: 3px; margin-top: -2px; text-align: center; }
	
	#detail table.ceny td.sdph					{ font-size: 1.3333em; font-weight: bold; }
	#detail table.ceny td.sdph_label			{  }
	#detail table.ceny td.usetrite			{ font-weight: bold; color: #aaa; }
	
	
	#cetelem_splatky,
	#essox_splatky,
	#detail p.telOrder							{ display: inline; float: left; }
	#telObjBox										{ display: none; clear: both; padding: 5px 10px; border: solid 1px #e0e0e0;
														  background: #f7f7f7 url(../images/default/detail/rada_tel.gif) 95% 14px no-repeat; }
	#cetelem_splatky p.tlaco,
	#essox_splatky p.tlaco,
	#detail p.telOrder							{ float: left; margin: 0 0 9px; }
	#cetelem_splatky p.tlaco a,
	#essox_splatky p.tlaco a,
	#detail p.telOrder a							{ float: left; padding: 5px 13px 5px 27px; border: solid 1px #e0e0e0;
														  background: #f0f6f8 url(../images/icons/ico_calc.gif) 8px 6px no-repeat; z-index: 1; }
	
	#detail p.telOrder							{ float: right; width: 56%; }
	#detail p.telOrder a							{ background-image: url(../images/icons/ico_phone.gif); }
	
	/* stitky v detailu */
/*	#detail p.akce_buttons								{ line-height: 1em; margin: 0; padding-bottom: 10px; }
	#detail p.akce_buttons:after						{ display: block; clear: both; content: " "; }
	#detail p.akce_buttons img							{ float: left; margin: 0 1px 1px 0; padding: 0; border: none; background: none; }
	#detail p.akce_buttons span.stitek				{ float: left; margin: 0 2px 0 0; padding-left: 6px; height: 20px; line-height: 20px; display: block; text-align: left; }
*/
	#detail p.akce_buttons								{ line-height: 1em; margin: 0; padding-bottom: 5px; }
	#detail p.akce_buttons:after						{ display: block; clear: both; content: " "; }
	#detail p.akce_buttons span.stitek				{ float: left; display: block; text-align: left; }
		
	/* * * * * *  ikony / icons  * * * * * */
	#detail ul.akce										{ width: 100%; margin: 0; line-height: normal; }
	#detail ul.akce:after								{ display: block; clear: both; content: " "; }
	#detail ul.akce li									{ float: left; padding: 0; font-size: 0.916em; border-right: dotted 1px #e0e0e0; background: none; text-align: center; }
	#detail ul.akce li a									{ float: left; width: 86px; color: #3c9700; }
	
	#detail ul.akce li a.ico_zoom						{ background: url(../images/buttons/ico_zoom.gif) 50% 6px no-repeat; }
	#detail ul.akce li a.ico_foto						{ background: url(../images/buttons/ico_images.gif) 50% 8px no-repeat; }
	#detail ul.akce li a.ico_advice					{ background: url(../images/buttons/ico_advice.gif) 50% 6px no-repeat; }
	#detail ul.akce li a.ico_send						{ background: url(../images/buttons/ico_send.gif) 50% 11px no-repeat; }
	#detail ul.akce li a.ico_pdf						{ background: url(../images/buttons/ico_pdf.gif) 50% 5px no-repeat; }
	#detail ul.akce li a.ico_video					{ background: url(../images/buttons/ico_video.gif) 50% 6px no-repeat; }
	#detail ul.akce li a.ico_facebook				{ background: url(../images/buttons/ico_facebook.gif) 50% 6px no-repeat; }
	
	#detail ul.akce li a span							{ display: block; padding: 49px 5px 0; }

	
	/* * * * * *  záložky / menu  * * * * * */
	.ui-tabs-hide         						{ display: none; }
	.tabsHeader         							{ position: relative; z-index: 1; top: 1px; width: 100%; margin-top: 2em; }
	.tabsHeader:after        					{ display: block; clear: both; content: " "; }
	.tabsHeader ul         						{ margin: 0; width: 710px; padding: 0px; }
	.tabsHeader ul:after 						{ display: block; clear: both; content: " "; } 
	.tabsHeader ul li        					{ display: inline; float: left; margin: 0 2px 0 0; padding: 0; background: url(../images/eshop_offer_li.gif) right top no-repeat #dfdfdf; }
	.tabsHeader ul li a       					{ float: left; padding: 8px 22px 6px; text-decoration: none; background: url(../images/eshop_offer_li.gif) 0 top no-repeat; text-shadow: 0px 1px 1px #fff; }
	.tabsHeader ul li.ui-tabs-selected  	{ font-weight: bold; border-bottom: none; margin-top: 0; background: url(../images/eshop_offer_li_act.gif) right top no-repeat white; }
	.tabsHeader ul li.ui-tabs-selected a 	{ padding-top: 8px; padding-bottom: 6px; border-bottom: none; color: black; text-decoration: none; font-weight: normal; background: url(../images/eshop_offer_li_act.gif) 0 top no-repeat; }
	.tabsHeader ul li a:hover     			{ color: #333; text-decoration: underline; }
	.tabsHeader .cleaner       				{ display: none; }
	
	/* záložky na homepage */
	#EshopOffers									{  }
	#EshopOffers li								{ font-size: 1em; }
	#EshopOffers .tabBody						{ width: 710px; border-top: 1px solid #e0e0e0; }	
	 
	#tabsCont										{ width: 100%; }
	.tabsBody           							{ margin-bottom: 1em; border: solid 1px #e0e0e0; padding: 17px 17px 10px; background: white url(../images/tabsBody.gif) 0 100% repeat-x; }
	.tabsBody .productTab     					{ width: 100%; padding: 0; line-height: 1.5em; }
	.tabsBody .productTab .extra1    		{  }
	.tabsBody .productTab h2     				{ margin-top: 1em; color: #2a2b2f; }
	.tabsBody .productTab h3     				{ color: #2a2b2f; }
	
	 #tabsCont .noborder							{ border: none; padding: 0; background: none; }
	 
	 /* IM odkazy */
	.tabsBody .productsCats						{  }
	.tabsBody .productsCats h3					{ font-weight: normal; font-size: 1.1666em; margin: 12px 0 3px; }	
	.tabsBody .productsCats ul					{ margin: 0; }
	.tabsBody .productsCats ul li				{ background: none; padding-left: 0; color: #a7bcc9; }
	.tabsBody #catTrees							{ border-top: 1px solid #e0e0e0; }
	.tabsBody #catSiblings ul li				{ float: left; margin-right: 5px; }
	.tabsBody #catSiblings ul li a			{ padding-right: 2px; }		
	
	.tabsBody .productsCats:after,
	.tabsBody #catSiblings:after				{ display: block; clear: both; content: " "; }	
		
	/* odkazy dole v jednotlivych zalozkach */
	.bottom_tabs,
	#nazory .bottom_tabs							{ margin: 1em 0 0; padding-top: 1em; }	
	.bottom_tabs a									{ margin-right: 25px; }
	p.nahoru											{ margin: 2em 0 0; float: right; }
	p.nahoru a.last								{  }					
	
	
/* * * * * *  bookmarky / bookmarks  * * * * * */
	.bookmarks										{ width: 100%; margin: 1em 0 0; padding: 0; }
	.bookmarks .extra1							{ width: 100%; margin-bottom: 1em; }
	.bookmarks .extra1:after					{ display: block; clear: both; content: " "; }
	
	.bookmarks .icons								{ float: left; margin: 0; width: 100%; font-size: .9em; }
	.bookmarks .icons li 						{ float: left; width: 25%; background: none; padding: 0;  }
	.bookmarks .icons li.ico_share			{ position: relative; z-index: 99; } /* z-index: 200; // zakomentovani prilis vysoky z-index */ 
	.bookmarks .icons li a						{ padding: 1px 0 1px 21px; display: block; background: url(../images/default/detail/ico_noicon.gif) 0 3px no-repeat; }
	.bookmarks .icons li.ico_advice a		{ background-image: url(../images/default/detail/ico_advice.gif); }
	.bookmarks .icons li.ico_print a			{ background-image: url(../images/default/detail/ico_print.gif); }
	.bookmarks .icons li.ico_send a			{ background-image: url(../images/default/detail/ico_send.gif); }
	.bookmarks .icons li.ico_share a   		{ background-image: url(../images/default/detail/ico_share.gif); }
 	.bookmarks .icons li.ico_puzzle a		{ background-image: url(../images/default/detail/ico_puzzle.gif);  }
 	.bookmarks .icons li.ico_puzzle a span	{ display: block; background: url(../images/icons/lock.gif) 95% 89% no-repeat; }
	.bookmarks .icons li.ico_puzzle a:hover span { background: url(../images/icons/lock.gif) 95% 89% no-repeat; }
	
	.bookmarks #share						{ width: 205px; position: absolute; top: 25px; left: -120px; z-index: 1000; padding-top: 10px; margin-top: 10px; line-height: 1.5em; background: white; }
	.bookmarks #share:after				{ display: block; clear: both; content: " "; }
	.bookmarks #share	.top				{ position: absolute; top: 1px; left: 18px; width: 20px; height: 10px; background: url(../images/login_sipka.png) 0 0 no-repeat; }
	.bookmarks #share	.body				{ width: 175px; padding: 15px; border: 1px solid #AED2E2; }	
	.bookmarks #share	.body:after 	{ display: block; clear: both; content: " "; } 
	.bookmarks #share	.body	.close	{ position: absolute; top: 15px; right: 2px; cursor: pointer; }

  	.bookmarks #share p         		{ margin: 0em 0 1em 0.355em;  }
  	.bookmarks #share ul          	{ list-style: none; line-height: 1.8em; }
  	.bookmarks #share ul li       	{ padding: 0; float: left; width: 49%; background: none; }
  	.bookmarks #share ul li a img.icon_NW_E { display: none; }			
  	.bookmarks #share a 					{ padding: 1px 0 1px 22px; background: url(../images/default/detail/ico_noicon.gif) 0 50% no-repeat; }
  	.bookmarks #share a.ico_send  	{ background-image: url(../images/default/detail/ico_send.gif); }
	.bookmarks #share a.ico_facebook	{ background-image: url(../images/default/detail/ico_facebook.gif); }
	.bookmarks #share a.ico_google	{ background-image: url(../images/default/detail/ico_google.gif); }
	.bookmarks #share a.ico_delicious{ background-image: url(../images/default/detail/ico_delicious.gif); }
	.bookmarks #share a.ico_jagg		{ background-image: url(../images/default/detail/ico_jagg.png); }
	.bookmarks #share a.ico_linkuj	{ background-image: url(../images/default/detail/ico_linkuj.gif); }
	.bookmarks #share a.ico_twitter	{ background-image: url(../images/default/detail/ico_twitter.gif); }
		
	.bookmarks .stars						{ display: inline; float: right; width: 48px; }
	
	
	/* * * * * *  nové produktové typy / new product types  * * * * * */
	#detail p.code                  			{ line-height: 1em; }
  	#detail .typeHeading            			{ line-height: 1.2em; font-weight: bold; margin: 0 0 5px; }
  	#detail .types									{ border-top: 4px solid #e4e4e4; border-bottom: 4px solid #e4e4e4; }
	#detail .types .extra1						{  }
  	#detail .types table              		{ width: 100%; }
	#detail .types table tr.hover				{ }
	#detail .types table th,
	#detail .types table td						{ padding: 6px 9px; border-bottom: solid 1px #e4e4e4; color: #333333; }
	#detail .types table .last td				{ border-bottom: none; }
	#detail .types table th						{ background: #e4e4e4; }
	#detail .types table td.img				{ text-align: center; background: white; }
	#detail .types table td p					{ margin: 0; }
	#detail .types table td p.price strong	{ font-size: 1.166em; }
	#detail .types table td p.akce_buttons	{ margin: 0 0 8px; line-height: normal; float: none; }
	#detail .types table td p.akce_buttons span	{ font-size: 0.9166em; float: none; margin: 0; padding: 0; }
	#detail .types table td p.akce_buttons span.tooltiptop	{ padding: 0 5px; }
	#detail .types table td.price span		{ display: block; margin-top: 5px; }
	#detail .types table td.buy				{ text-align: right; white-space: nowrap; padding-right: 0; }
	#detail .types table td.buy *				{ vertical-align: middle; }
	#detail .types table td.buy input		{ border: none; padding: 0; }
	#detail .types table td.buy input[type="submit"]	{ padding: 4px 7px; }
	#detail .types table td.buy input.in	{ width: 20px; padding: 2px 0; margin-right: 1px; border: solid 1px #e0e0e0; text-align: center;
														  background: white; float: none; }

	
	#detail #typeBox                      			{  }
  	#detail #typeBox .typeHeading						{ padding: 6px 0; margin-bottom: 6px; border-bottom: 4px solid #e4e4e4; font-size: 1.2em; font-weight: bold; }
	#detail #typeBox .extra1							{ padding: 0; }
	#detail #typeBox .params							{  }
	#detail #typeBox .params h2						{ margin: 0 0 2px; font-size: 1em; color: black; font-weight: bold; }
	#detail #typeBox .params ol						{ max-height: 120px; overflow: auto; margin: 0 0 8px; font-size: 0.916em; list-style: none; }
	#detail #typeBox .params ol li					{ margin: 3px 0; width: 48%; float: left; }
	#detail #typeBox .params ol li *					{ vertical-align: middle; border: none; }
	#detail #typeBox .params .select					{ margin: 3px 0 8px; font-size: 0.916em; }
	#detail #typeBox .params img						{ padding-right: 5px; }	
	#detail #typeBox p									{ margin: 0; }
	#detail #typeBox p.sdph strong					{ font-size: 1.25em; color: #3c9700; }
	#detail #typeBox p.bdph								{ font-size: 0.916em; line-height: 1.6363em; }
	#detail #typeBox p.akce_buttons					{ font-size: 0.916em; line-height: 1.6363em; }
	#detail #typeBox p.akce_buttons span.label	{ display: inline; color: black; }
	#detail #typeBox p.akce_buttons .napoveda		{ float: none; margin: 0; font-size: 1em; }
	#detail #typeBox p.akce_buttons .napoveda a	{ float: none; }
	#detail #typeBox .tlaco								{ text-align: right; }
	#detail #typeBox .tlaco input.imageSubmit		{ padding: 0; border: none; }
	
	
	/* * * * * *  záložky / menu  * * * * * */
	.ui-tabs-hide						{ display: none; }
	#zalozky								{ margin-top: 1em; }
	#zalozky ul							{ width: 100%; margin: 0; line-height: normal; border-bottom: solid 1px #e0e0e0; font-size: 0.916em; }
	#zalozky ul:after					{ display: block; clear: both; content: " "; }
	#zalozky ul li						{ display: inline; float: left; margin: 5px 0 0 5px; padding: 0; font-size: 1em; background: none; text-align: center; }
	#zalozky ul li a					{ display: block; float: left; font-weight: bold; background: #F0F6F8; border: 1px solid #e0e0e0; border-bottom: none; }
	#zalozky ul li a span span		{ display: block; padding: 6px 10px 5px; }
	
	#zalozky ul li a,
	#zalozky ul li a:visited		{ text-decoration: none; }
	#zalozky ul li a:active,
	#zalozky ul li a:hover			{ text-decoration: underline; }
	
	
	/* * * * * *  tabulka hodnocení / ratings  * * * * * */
	#detail table.hodnoceni						{ border-collapse: collapse; }
	#detail table.hodnoceni th,
	#detail table.hodnoceni td					{ padding: 0.3em 0.5em; border: solid 1px #e0e0e0; }
	#detail table.hodnoceni th					{ background: #e4e4e4; font-weight: normal; }
	#detail table.hodnoceni td					{ text-align: center; }
	
	#detail table.hodnoceni tr.sudy th		{  }
	#detail table.hodnoceni tr.sudy td		{  }
	
	#detail table.hodnoceni tr.celkem th	{ font-weight: bold; }
	#detail table.hodnoceni tr.celkem td	{  }
	
	
	/* * * * * *  technická specifikace / tech spec  * * * * * */
	table#vlastnosti						{ border-collapse: collapse; /*width: 50%;*/ width: 70%; }
	
	table#vlastnosti th,
	table#vlastnosti td					{ padding: 0.3em 0.5em; border-bottom: solid 1px #e0e0e0; }
	
	table#vlastnosti th					{ background: #e4e4e4; border-bottom: 1px solid white; font-weight: normal; }
	table#vlastnosti tr.skupina th	{ background: #e4e4e4; font-weight: normal; }
	table#vlastnosti td					{ text-align: left; }
	table#vlastnosti td.vpravo			{ text-align: center; }
	
	table#vlastnosti tr.sudy th	{  }
	table#vlastnosti tr.sudy td	{  }
	

	
	/* * * * * *  názory / comments  * * * * * */
	#nazory								{}
	#nazory p							{ margin-bottom: 0.25em; }
	#nazory p.pridat					{  }
	
	#nazory .comment					{ width: 100%; border-bottom: solid 1px #dadada; }
	#nazory .last						{ border-bottom: none; }
	#nazory .comment_cont			{ }
	#nazory .comment p.nadpis		{ float: left; }
	#nazory .comment p.stars		{ float: right; }
	
	#nazory .vzkaz						{ margin: 1em 0 0.5em; padding-left: 1em; border-left: solid 1px #dadada; }
	#nazory .vzkaz p.nadpis,
	#nazory .vzkaz p.stars			{ margin-top: 0; }
	#nazory .nest						{ margin: 0.5em 0 1em 3em; padding: 0 0 0 1em; border-left: solid 1px #e4e4e4; }
	
	
	/* * * * * *  další obrázky / more photos  * * * * * */
	#detail .overflowbox				{ width: 100%; height: 111px; overflow: auto; white-space: nowrap; }
	#detail .overflowbox a			{ text-decoration: none; }
	
	
	/* * * * * *  download souborů / files to download  * * * * * */
	.product_files						{ margin: 2em 0; padding: 0.5em 1em; border: solid 1px #dadada;
											  background: url(../images/default/bg_download.gif) no-repeat  105% -20px; }
	.product_files p					{ margin: 0 0 1em; color: #333; }
	
	/* * * *  položky / items  * * * */
	.product_files .prod_file							{ margin: 0.5em 0; }
	.product_files .last									{ margin-bottom: 0; }
	.product_files .prod_file .prod_file_cont		{ width: 100%; }
	.product_files .prod_file .down					{ float: right; }
	.product_files .prod_file .nazev a				{ font-weight: bold; }
	.product_files .prod_file .info					{ font-size: 0.916em; }
	
	/* * * *  ikony / icons  * * * */
	.product_files .prod_file .obrazek				{ display: none; float: left; width: 16px; height: 26px; margin-right: 7px; }
	.product_files .prod_file .txt					{ background: url(../images/icons/ico_txt.gif) 0 0 no-repeat; }
	.product_files .prod_file .avi					{ background: url(../images/icons/ico_avi.gif) 0 0 no-repeat; }
	.product_files .prod_file .wmv					{ background: url(../images/icons/ico_wmv.gif) 0 0 no-repeat; }
	.product_files .prod_file .mpg					{ background: url(../images/icons/ico_mpg.gif) 0 0 no-repeat; }
	.product_files .prod_file .mpeg					{ background: url(../images/icons/ico_mpeg.gif) 0 0 no-repeat; }
	.product_files .prod_file .jpg					{ background: url(../images/icons/ico_jpg.gif) 0 0 no-repeat; }
	.product_files .prod_file .jpeg					{ background: url(../images/icons/ico_jpeg.gif) 0 0 no-repeat; }
	.product_files .prod_file .gif					{ background: url(../images/icons/ico_gif.gif) 0 0 no-repeat; }
	.product_files .prod_file .bmp					{ background: url(../images/icons/ico_bmp.gif) 0 0 no-repeat; }
	.product_files .prod_file .png					{ background: url(../images/icons/ico_png.gif) 0 0 no-repeat; }
	.product_files .prod_file .pdf					{ background: url(../images/icons/ico_pdf.gif) 0 0 no-repeat; }
	.product_files .prod_file .rar					{ background: url(../images/icons/ico_rar.gif) 0 0 no-repeat; }
	.product_files .prod_file .xls					{ background: url(../images/icons/ico_xls.gif) 0 0 no-repeat; }
	.product_files .prod_file .doc					{ background: url(../images/icons/ico_doc.gif) 0 0 no-repeat; }
	.product_files .prod_file .txt					{ background: url(../images/icons/ico_txt.gif) 0 0 no-repeat; }
	.product_files .prod_file .zip					{ background: url(../images/icons/ico_zip.gif) 0 0 no-repeat; }
	
	
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * *   VÝPIS PRODUKTŮ - KATALOG    * * * * * * */
	/* * * * * * *      PRODUCTS CATALOGUE       * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
/* podkategorie */
	.podkategorieText						{ width: 100%; margin: 0 0 2em; }
	.podkategorieText:after 			{ display: block; clear: both; content: " "; } 		
	.podkategorieText li					{ float: left; display: inline; width: 22%; }	
	.podkategorieText li.first			{ clear: left; }
	
	/* * * * * *  věci okolo / annotations around  * * * * * */
	.katalog_horni_text,
	.katalog_dolni_text					{ margin: 1em 0; }
	
	
	/* * * * * *  přepínání katalogu / catalogue switcher  * * * * * *
	 * HACKed in IE.CSS!
	 */
	.katalog_typ							{ float: left; margin: 0 10px 0 0; }
	#katalog_typ							{ margin: 0; }
	.katalog_typ ul						{ width: 113px; margin: 0; line-height: normal; }
	.katalog_typ ul li					{ position: relative; padding-left: 0; border: solid 1px #E5E6EB; z-index: 5; background: none; }
	.katalog_typ ul li.hover,
	.katalog_typ ul li:hover			{ background: #f4f4f4; }
	
	.katalog_typ ul li.first			{ cursor: default; border: solid 1px #e4e4e4; background: #f4f4f4 url(../images/default/asistent/select.gif) 94px 50% no-repeat; }
	.katalog_typ ul li.first span		{ display: block; padding: 4px 7px; }
	
	.katalog_typ ul ul					{ background: #f4f4f4; position: absolute; width: 111px; left: -999em; top: 22px; border: solid 1px #e4e4e4; border-top: 0; padding-bottom: 3px; }
	.katalog_typ ul li.hover,
	.katalog_typ ul li:hover			{  }
	.katalog_typ ul li.hover ul,
	.katalog_typ ul li:hover ul		{ left: -1px; }
	.katalog_typ ul ul li				{ float: left; width: 100%; border: none; }
	.katalog_typ ul ul li:hover span	{ background: #e4e4e4; }
	.katalog_typ ul ul li.sel:hover span	{ background: white; }
	
	.katalog_typ ul ul li a				{ display: block; float: left; width: 100%; }
	#katalog_sort ul ul li a			{ float: right; width: auto; margin-top: 2px; margin-right: 1px; }
	.katalog_typ ul ul li a				{ text-decoration: none; color: #333; }
	.katalog_typ ul ul li a:active,
	.katalog_typ ul ul li a:hover		{  }
	
	.katalog_typ ul li.first ul li span		{ padding: 6px 7px 6px; }
	.katalog_typ ul ul li a span,
	.katalog_typ ul ul li.sel span	{ display: block; padding: 3px 5px 5px 7px; }
	
	.katalog_typ ul ul li.sel			{ background: white; }
	.katalog_typ ul ul li.sel span	{ cursor: default; font-weight: bold; color: black; }
	
	#katalog_sort_text ul ul li a			{ float: left; display: block; margin-top: 0px; margin-right: 1px; padding: 4px 7px; width: 97px; }
	#katalog_sort_text ul ul li:hover	{/*background: none;*/ }
	#katalog_sort_text ul ul li a:hover	{ background: #e4e4e4; }
	#katalog_sort_text ul ul li.active a.selected	{ background: white; font-weight: bold; color: black; }
	
	/* * * * * *  navigace / navigation  * * * * * */
	.katalog_navigace											{ width: 100%; clear: both; }
	.katalog_navigace .kat_top								{ width: 100%; margin: 0; }
	.katalog_navigace .kat_top:after 					{ display: block; clear: both; content: " "; } 
	.katalog_navigace .kat_top	#katalog_nazev			{ float: left; margin-right: 10px; margin-top: 5px; }	

	/* hack in ie.css*/
	.katalog_navigace .kat_top2							{ width: 100%; margin: 1em 0 0; }
	.katalog_navigace .kat_top2 ul 						{ width: 100%; margin: 0; }		
	.katalog_navigace .kat_top2 ul:after 				{ display: block; clear: both; content: " "; } 
	.katalog_navigace .kat_top2 ul li ul li			{ float: left; background: none; padding: 0 10px; }	
	.katalog_navigace .kat_top2 ul li.first			{ padding-left: 0; background: none; }
	.katalog_navigace .kat_top2 ul li.first span		{ display: none; }
	
	/* jednotlive zalozky */
	.katalog_navigace .kat_top2 ul li.first ul		{ width: 100%; padding: 0; clear: both; margin: 0; background: url(../images/katalog/list_typ.gif) 0 100% repeat-x; }
	.katalog_navigace .kat_top2 ul li.list_typ		{ padding: 0; }
	.katalog_navigace .kat_top2 ul li.list_typ span	{ display: block; padding: 7px 10px 6px 27px; }
	.katalog_navigace .kat_top2 ul li.sel				{ position: relative; top: 0px; z-index: 1; border: 1px solid #e4e4e4; border-bottom: none; }
	.katalog_navigace .kat_top2 ul li.sel span	 	{ padding-top: 6px; padding-bottom: 7px; }
	.katalog_navigace .kat_top2 ul li#list_typ_1		{ margin-left: 10px; }
	.katalog_navigace .kat_top2 ul li#list_typ_1		{ background: white url(../images/katalog/list_typ_1.gif) 10px 50% no-repeat; }
	.katalog_navigace .kat_top2 ul li#list_typ_2		{ background: white url(../images/katalog/list_typ_3.gif) 10px 50% no-repeat; }
	.katalog_navigace .kat_top2 ul li#list_typ_3		{ background: white url(../images/katalog/list_typ_4.gif) 10px 50% no-repeat; }
	.katalog_navigace .kat_top2 ul li#list_typ_4		{ background: white url(../images/katalog/list_typ_2.gif) 10px 50% no-repeat; }	

	/* * *  info  * * */
	.katalog_navigace p.info								{ width: 100%; margin: 1em 0 0; border-top: solid 1px #e0e0e0;
																	  line-height: 2em; text-align: left; }
	.katalog_navigace p.info .pocet						{ display: block; float: left; margin: 0; padding-left: 2px; }
	.katalog_navigace p.info .select						{ display: block; float: right; margin: 0; padding: 2px 2px 0 0; }
	
	
	/* * *  stránkování / paginator  * * */
	.katalog_navigace p.strankovani						{ float: right; margin: 0; text-align: left; line-height: 2em; }
	.katalog_navigace p.strankovani .left				{ margin-right: 10px; /* width: 24.9%; */}
	.katalog_navigace p.strankovani .middle			{ /*width: 49.9%;*/ text-align: center; }
	.katalog_navigace p.strankovani .right				{ margin-left: 10px; /*width: 24.9%;*/ text-align: right; }
	
	.katalog_navigace p.strankovani .left a			{ padding-left: 10px; margin: 0 0 0 2px; }
	.katalog_navigace p.strankovani .left a.first	{ background: url(../images/default/katalog/nav_first.gif) 0 4px no-repeat; }
	.katalog_navigace p.strankovani .left a.prev		{ background: url(../images/default/katalog/nav_prev.gif) 0 4px no-repeat; }
	
	.katalog_navigace p.strankovani .right a			{ padding-right: 10px; margin: 0 0 0 2px; }
	.katalog_navigace p.strankovani .right a.next	{ background: url(../images/default/katalog/nav_next.gif) 100% 4px no-repeat; }
	.katalog_navigace p.strankovani .right a.last	{ background: url(../images/default/katalog/nav_last.gif) 100% 4px no-repeat; }
	
	.katalog_navigace p.strankovani .cleaner			{ display: none; }
	
	/* * *  číslování / numbers  * * */
	.katalog_navigace p.strankovani .middle a			{ padding: 0 2px; }
	.katalog_navigace p.strankovani .middle .current{ padding: 0 2px; color: black; font-weight: bold; }
	
	.katalog_navigace p.strankovani .middle a,
	.katalog_navigace p.strankovani .middle a:visited	{ }
	.katalog_navigace p.strankovani .middle a:hover		{ }
	.katalog_navigace p.strankovani .middle a:active,
	.katalog_navigace p.strankovani .middle a:focus		{  }
	
	
	/* * * * * *  katalog základní / base catalogue list  * * * * * */
	.katalog									{ width: 100%; margin-top: 20px; }
	.katalog table							{ width: 100%; border-collapse: collapse; margin: 0; }
	.katalog table th,
	.katalog table td						{ padding: 0.6em 5px; }
	
	.katalog table th						{ border-bottom: solid 1px #e0e0e0; background: #e4e4e4; }
	.katalog table th.sku				{ white-space: nowrap; }
	.katalog table td						{ border-bottom: solid 1px #e0e0e0; }
	.katalog table td	span.tooltiptop	{ margin-left: 4px; }
	
	.katalog table col.vyrobce			{ width: 85px; }
	.katalog table col.cena				{ width: 15%; }
	
	.katalog table thead td.sel,
	.katalog table tfoot td.sel		{ background: #e4e4e4 !important; }
	.katalog table thead td,
	.katalog table tfoot td				{ background: white !important; text-align: left; }
	.katalog table thead td a,
	.katalog table tfoot td a			{ margin-right: 0.3em; }

	.katalog table tr.sudy td.nazev,
	.katalog table tr.sudy td.popis  { background:none repeat scroll 0 0 #FAFAFA; }
		
	.katalog table td.image				{ text-align: center; vertical-align: top; }
	.katalog table td p.vyrobce		{ margin: 0; text-align: center; font-weight: bold; }
	
	.katalog table th.cena,
	.katalog table td.cena				{ text-align: right; color: black; }
	
	.katalog table td.nazev,
	.katalog table td.sku,
	.katalog table td.param,
	.katalog table td.hodnoceni,
	.katalog table td.dostupnost,
	.katalog table td.porovnani		{ border: none; }
	
	.katalog table td.nazev strong			{ float: left; margin-right: 10px; font-weight: normal; }
	.katalog table td.nazev span.akce		{ float: left; }
	.katalog table td.nazev span.novinka	{ float: left; }
	
	.katalog table td.porovnani a img		{ border: none; }
	
	.katalog table td.cena						{ border-bottom: none; }
	
	.katalog table td.popis,
	.katalog table td.koupit					{ border-top: none; }
	
	.katalog table td.popis p					{ margin: 0; }
	
	.katalog table td.koupit					{ padding-top: 0; text-align: center; }
	.katalog table td.koupit p.akce_buttons span	{ margin-bottom: 2px; display: block; }	
	.katalog table td.koupit .doprava		{ padding-bottom: 5px; }
	.katalog table td.koupit .pocet			{ margin-right: 2px; }
	.katalog table td.koupit .tlaco				{ white-space: nowrap; float: right; }
	.katalog table td.koupit .tlaco *			{ vertical-align: middle; }
	.katalog table td.koupit .tlaco input		{ border: none; }
	.katalog table td.koupit .tlaco input.in	{ width: 20px; padding: 2px 0; margin-right: 5px; border: solid 1px #e0e0e0; text-align: center;
															  background: white; }
	
	
	/* * * * * *  katalog full (plný) & std / full & std catalogue list  * * * * * */
	.katalog table.full .vyrobce,
	.katalog table.full .hodnoceni,
	.katalog table.std td.hodnoceni,
	.katalog table.full .dostupnost,
	.katalog table.std td.dostupnost,
	.katalog table.std td.porovnani,
	.katalog table.full .cena,
	.katalog table.orderby_feat td.dostupnost,
	.katalog table.detail td.dostupnost			{ /*text-align: center;*/ }
	
	.katalog table.full td.hodnoceni,
	.katalog table.std td.hodnoceni			{ white-space: nowrap; }
	
	.katalog table.full td.hodnoceni span,
	.katalog table.detail td.hodnoceni span,
	.katalog table.std td.hodnoceni span 		{ display: block; float: left; width: 16px; height: 15px; background: url(../images/default/detail/star.gif) 0 0 no-repeat; }
	
	.katalog table.full td.hodnoceni span.half,
	.katalog table.detail td.hodnoceni span.half,
	.katalog table.std td.hodnoceni span.half		{ background-image: url(../images/default/detail/star_half.gif); }

	.katalog table.full th.cena,
	.katalog table.detail th.cena,
	.katalog table.std th.cena				{ white-space: nowrap; }
	
	.katalog table span.available			{ color: #3c9700; }
	.katalog table .s_ne span.available	{ color: #cc0000; }
	
	.katalog table td.sklad .napoveda,
	.katalog table td.dostupnost .napoveda	{ margin-top: 3px; margin-left: 3px; }

	
	/* * * * * *  katalog slim - řádkový  / slim catalogue  * * * * * */
	.katalog table.slim th,
	.katalog table.slim td				{ border: none; border-bottom: solid 1px #e0e0e0; }
	.katalog table.slim td				{ padding-top: 13px; }
	.katalog table.slim td.sku			{ white-space: nowrap; }
	.katalog table.slim td.nazev		{ width: 50%; }
	.katalog table.slim td.nazev a	{ font-weight: normal; }
	.katalog table.slim td.cena		{ text-align: right; color: black; }
	
	.katalog table.slim .id,
	.katalog table.slim th.cena,
	.katalog table.slim .sklad,
	.katalog table.slim .doprava,
	.katalog table.slim .bonus			{ text-align: center; }
	
	.katalog table.slim th.jedn,
	.katalog table.slim .mnozstvi		{ text-align: right; }
	.katalog table.slim .mnozstvi a	{ display: block; float: right; }
	
	.katalog table.slim .mnozstvi						{ padding-top: 5px; text-align: right; white-space: nowrap; }
	.katalog table.slim .mnozstvi *					{ vertical-align: middle; }
	.katalog table.slim .mnozstvi .pocet			{ margin-right: 2px; position: relative; top: -3px; }
	.katalog table.slim .mnozstvi .doprava,
	.katalog table.slim .mnozstvi .tlaco,
	.katalog table.slim .mnozstvi .tlaco form		{ display: inline; }
	.katalog table.slim .mnozstvi .tlaco *			{  }
	.katalog table.slim .mnozstvi .tlaco input	{ border: none; }
	.katalog table.slim .mnozstvi .tlaco input.in	{ width: 20px; padding: 2px 0; margin-right: 2px; border: solid 1px #e0e0e0; text-align: center;
																 	  background: white; }
	
	
	/* * * *  detail table v detailu produktu / detail table in a product detail (?)  * * * * * */
	.katalog table.detail p.vyrobce			{ margin: 0; font-weight: bold; text-align: center; }
	.katalog table.detail td					{ background: white; }
	
	.katalog table.detail td.nazev,
	.katalog table.detail td.hodnoceni,
	.katalog table.detail td.dostupnost,
	.katalog table.detail td.cena				{ border: solid 1px #e0e0e0; }
	
	.katalog table.std td.hodnoceni span	{ display: block; float: left; width: 16px; height: 15px;
														  background: url(../images/default/detail/star.gif) 0 0 no-repeat;  }
	
	.katalog table.detail td.koupit			{ vertical-align: middle; }
	
	#detail p.zobraz_vse							{ font-weight: bold; text-align: right; }
	
	#prod-related	.detail td					{ border: none; }
	#prod-related	.detail td.image,
	#prod-related	.detail td.popis,
	#prod-related	.detail td.koupit			{ border-bottom: 1px solid #e0e0e0; }
	#prod-related	.detail td.koupit			{ text-align: right; }	
	#prod-related	.detail td.cena			{ white-space: nowrap; font-weight: bold; }
	#prod-related	.detail td.cena em		{ font-weight: normal; }
	#prod-related	.detail .avail				{ color: #3C9700; }
	#prod-related	.detail .inavail			{ color: #CC0000; }
	

	/* * * * * *  boxy / box list catalogue  * * * * * */
	.katalog .boxy											{ width: 100%; margin: 1em 0; }
	.katalog .boxy:after									{ display: block; clear: both; content: " "; }
	
	.katalog .boxy .plavec								{ display: inline; float: left; width: 220px; min-height: 195px; height: auto !important; height: 195px;
																  margin: 20px 20px 0 0; padding: 0 0 15px; background: url(../images/bg_box_bot.gif) 0 bottom no-repeat; }
	.katalog .boxy .last									{ margin-right: 0; }
	
	.katalog .boxy .plavec h2							{ margin: 0 0 15px; min-height: 55px; font-size: 1em; background: url(../images/bg_box_top.gif) 0 0 no-repeat #f4f4f4; border-bottom: 1px solid #dfdfdf; }
	.katalog .boxy .plavec h2 a						{ display: block; padding: 14px 20px 12px; }
	.katalog .boxy .plavec .obrazek					{ margin: 0 auto 10px; min-height: 160px; position: relative; text-align: center; }
	.katalog .boxy .plavec .vedle						{  }
	.katalog .boxy .plavec .pod						{ width: 100%; margin: 0; }
	.katalog .boxy .plavec .pod:after 				{ display: block; clear: both; content: " "; } 	
	.katalog .boxy .plavec ul.ceny					{ margin: 0 20px; }
	.katalog .boxy .plavec ul.ceny li				{ padding: 0; background: none; }
	.katalog .boxy .plavec ul.ceny li.nase			{ }
	.katalog .boxy .plavec ul.ceny li.nase strong	{ font-size: 1.07692em; color: black; }
	.katalog .boxy .plavec ul.ceny li span			{ color: #666666; font-weight: bold; }
	.katalog .boxy .plavec p.dostupnost				{ margin: 5px 20px 5px; clear: both; line-height: normal; }
	.katalog .boxy .plavec .dostupnost span		{ padding: 0; }
	.katalog .boxy .plavec .dostupnost .label		{  }	
	.katalog .boxy .plavec .tlacitko					{ text-align: right; min-height: 40px; margin: 0 20px; }
	.katalog .boxy .plavec .tlacitko *				{ vertical-align: middle; }
	.katalog .boxy .plavec .tlacitko	.pieces						{  }
	.katalog .boxy .plavec .tlacitko input.in						{ width: 20px; padding: 3px 1px 4px; margin: 8px 5px 5px 0; border: solid 1px #DEDEDE; border-top-color: #abadb3; text-align: center;
																 				 background: white; }
	.katalog .boxy .plavec .tlacitko input.imageSubmit			{ padding: 0; border: none; margin-top: 7px; }																  
	
	.katalog .boxy .plavec p.popis							{ clear: both; min-height: 60px; margin: 0 20px; font-size: 0.916em; }
	
	/*	.obrazek p.akce_buttons	span.stitek					{   }*/
	.katalog .boxy .plavec p.akce_buttons					{ position: absolute; top: 0px; right: 0px; line-height: 1em; margin: 0; height: 0; padding-bottom: 10px; }
	.katalog .boxy .plavec p.akce_buttons span.stitek	{ float: right; clear: right; display: block; text-align: left; }
	
	
	/* * * * *  třídění / sorting  * * * * * */
	.katalog table a.down,
	.katalog table a.up					{ display: inline; float: left; width: 11px; height: 11px;
												  background: url(../images/katalog/sort_down.gif) 0 0 no-repeat; margin-right: 0.2em; }
	.katalog table a.up					{ background-image: url(../images/katalog/sort_up.gif); margin-right: 0; }
	
	.katalog table a.down_sel			{ background-image: url(../images/katalog/sort_down_sel.gif); }
	.katalog table a.up_sel				{ background-image: url(../images/katalog/sort_up_sel.gif); }
	
	.katalog table a.down:hover		{ background-image: url(../images/katalog/sort_down_h.gif); }
	.katalog table a.up:hover			{ background-image: url(../images/katalog/sort_up_h.gif); }
	
	.katalog table a.down span,
	.katalog table a.up span			{ display: none; }
	
	/* * * * *  třídění pro full a slim / overrides sorting for full & slim catalogue list  * * * */
	.katalog table thead td a.down,
	.katalog table tfoot td a.down			{ background-image: url(../images/katalog/sort_down_h.gif); margin-right: 3px; }
	.katalog table thead td a.up,
	.katalog table tfoot td a.up				{ background-image: url(../images/katalog/sort_up_h.gif); margin-right: 3px; }
	
	.katalog table thead td a.down_sel,
	.katalog table tfoot td a.down_sel		{ background-image: url(../images/katalog/sort_down_sel.gif); }
	.katalog table thead td a.up_sel,
	.katalog table tfoot td a.up_sel			{ background-image: url(../images/katalog/sort_up_sel.gif); }
	
	.katalog table thead td a.down:hover,
	.katalog table tfoot td a.down:hover	{ background-image: url(../images/katalog/sort_down_h.gif); }
	.katalog table thead td a.up:hover,
	.katalog table tfoot td a.up:hover		{ background-image: url(../images/katalog/sort_up_h.gif); }
	
	/* * * * *  třídění pro slim / just for slim list  * * * */
	.katalog table.slim thead td a.down,
	.katalog table.slim tfoot td a.down,
	.katalog table.slim thead td a.up,
	.katalog table.slim tfoot td a.up		{ margin-right: 0; }
	
	
	/* * * * * *  porovnávání / comparison  * * * * * */
	div.compare_iframe					{ margin: 1em 0; width: 100%; }
	div.compare_iframe iframe			{ width: 100%; height: 59px }
	div.compare_iframe p					{ text-align: right; margin: 0; position: relative; }
	div.compare_iframe p a				{ display: block; position: absolute; top: -59px; right: 0; padding: 2px 5px; border: solid 1px #f3911d;
												  background: #fd9928 url(../images/submit.gif) 0 0 repeat-x; }
	
	div.compare_iframe p a,
	div.compare_iframe p a:visited	{ color: white; text-decoration: none; }
	div.compare_iframe p a:active,
	div.compare_iframe p a:hover		{ text-decoration: underline; }
	
	
	/* * * * * *  porovnávání detail / comparison in product detail  * * * * * */
	#porovnavani table					{  }
	
	#porovnavani table thead th		{ padding: 0 0 1em; border: none; background: none; text-align: center; }
	
	#porovnavani table th,
	#porovnavani table td				{ padding: 0.3em 0.5em; border: solid 1px #dadada; }
	
	#porovnavani table th				{ background: #e4e4e4; font-weight: normal; }
	
	#porovnavani table td,
	#porovnavani table th.nazev		{ text-align: center; }
	
	#porovnavani table tr.sudy th		{ background: #dfe7f3; }
	#porovnavani table tr.sudy td		{ background: #f5f7fa; }
	
	
	/* * * * * *  produktové typy - popup boxík / product types - popup box  * * * * * */
	.prodTypyRelative						{ position: relative; }
	.produktove_typy						{ display: none; position: absolute; width: 400px; z-index: 1000; text-align: left;
												  border: solid 1px #dadada; background: white; }
	.produktove_typy .head				{ width: 100%; cursor: move; border-bottom: solid 1px #dadada;
												  background: #eee; }
	.produktove_typy .head h3			{ float: left; margin: 0; padding: 3px 0 3px 5px; font-size: 1em; color: black; }
	.produktove_typy .x					{ display: block; float: right; width: 15px; height: 14px; margin: 3px 3px 0 0;
												  background: url(../images/default/katalog/x.gif) 0 0 no-repeat; }
	.produktove_typy .x a				{ display: block; width: 15px; height: 14px; }
	.produktove_typy .x span			{ position: absolute; top: -999em; left: -999em; }
	
	.produktove_typy .body				{ padding: 10px 15px; }
	.produktove_typy .body_cont		{ width: 100%; }
	
	.produktove_typy p					{ margin-top: 0; text-align: left !important; white-space: normal !important; }
	.produktove_typy fieldset			{  }
	.produktove_typy fieldset p		{ margin: 0; }
	.produktove_typy fieldset ul		{ margin: 0.5em 0 }
	.produktove_typy fieldset table td,
	.produktove_typy fieldset table th
												{ background: none !important; border: none !important; color: black !important; }
	.produktove_typy fieldset .select th,
	.produktove_typy fieldset .select td
												{ padding-top: 1em; }
	.produktove_typy ol li				{ position: relative; width: 100%; padding: 1em 0; border-bottom: solid 1px #dadada; white-space: normal !important; }
	.produktove_typy ol li:after		{ display: block; clear: both; content: " "; }
	.produktove_typy ol li img			{ float: left; margin-right: 8px; }
	.produktove_typy a.nahled			{ margin-left: 5px; font-size: 0.9em; }
	.produktove_typy a.nahled,
	.produktove_typy a.nahled:visited{ text-decoration: none; }
	.produktove_typy a.nahled:hover	{ text-decoration: underline; }
	.produktove_typy a.pridat			{ /*display: block; position: absolute; top: 0; right: 0;*/ float: right; margin: 0 !important; padding: 0 6px;
												  font-size: 0.916em; font-weight: bold; border: solid 1px #f3911d; background: #fd9928 url(../images/submit.gif) 0 0 repeat-x; }
	.produktove_typy a.pridat,
	.produktove_typy a.pridat:visited	{ color: white; text-decoration: none; }
	.produktove_typy a.pridat:active,
	.produktove_typy a.pridat:hover		{ text-decoration: underline; }
	
	.produktove_typy .skladem			{ color: #376290; }
	.produktove_typy .neni				{ color: #c00; }
	
	/* * * * * *  essox kalkulačka / essox calculator  * * * * * */
	.produktove_typy .essox table th										{ padding-right: 8px; }
	.produktove_typy .essox table td select#essox_product			{ width: 200px; }
	.produktove_typy .essox table td select#essox_akont			{ width: 60px; }
	.produktove_typy .essox table td select#essox_installments	{ width: 60px; }
	.produktove_typy .essox table td select#essox_special			{ width: 200px; }
	.produktove_typy .essox table td select#essox_isurance		{ width: 200px; }
	
	/* * * * * *  cetelem plugin  * * * * * */
	.cetelem_plugin						{ top: -190px; right: 120px; }
	.cetelem_plugin .head				{  }
	.cetelem_plugin h4					{ margin: 1.5em 0 0; font-size: 1em; }
	.cetelem_plugin table				{ border-collapse: collapse; }
	.cetelem_plugin table th			{ width: 95px; padding: 1px 0 0 0; }
	.cetelem_plugin table td			{ padding: 1px 0 0 0; }
	.cetelem_plugin table td select	{ width: 230px; }
	
	
	/* * * * * *  vyhledávání / search failed  * * * * * */
	#nevyhledal								{ width: 100%; }
	#nevyhledal .left						{ float: left; width: 52%; }
	#nevyhledal  h2.header				{ width: 50%;	}
	#nevyhledal .left fieldset			{ margin: 0; padding: 0; border: none; background: none; text-align: left; }
	#nevyhledal .left fieldset *		{ vertical-align: middle; }
	#nevyhledal .left input				{ padding: 2px 3px; width: 130px; }
	#nevyhledal .left input.sub		{ width: 107px; height: 22px; border: none;
												  background: url(../images/buttons/butt_search_again.gif) 0 0 no-repeat; }
	#nevyhledal .right					{ float: right; width: 45%; }
	#nevyhledal .right p					{ margin: 0; font-size: 1.25em; font-weight: bold; line-height: normal; /*text-align: center;*/ }
	
	
	/* * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * *    MŮJ ÚČET     * * * * * * */
	/* * * * * * *   MY ACCOUNT    * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * */
	table.obj				{ border-collapse: collapse; width: 100%; }
	
	table.obj th,
	table.obj td			{ padding: 0.2em 0.3em; }
	
	table.obj th			{ border: solid 1px #d8d8d8; background: #e4e4e4; }
	table.obj td			{ border: solid 1px #dadada; vertical-align: top; }
	
	table.obj table		{ border-collapse: collapse; }
	table.obj table th,
	table.obj table td	{ border: none; background: none; color: #315376; font-weight: normal; }
	
	table.obj .cislo,
	table.obj .datum,
	table.obj .polozky,
	table.obj .cena,
	table.obj .stav,
	table.obj .hodnota,
	table.obj .detail							{ text-align: center; }
	
	table.faktury th,
	table.faktury td							{ text-align: center; }
	
	table.obj td.stav							{ text-align: right; }
	table.obj tr.no_complete td.hodnota	{ color: #B94700; }
	
	table.obj tr.complete td				{ background-color: #32C000; border-color: #218000; color: white; }
	table.obj tr.complete td a				{ color: white; }
	
	
	/* * * * * *  uživatel / user  * * * * * */
	table.udaje						{  } /* je v pokladně i v detailech účtu */
	.foot table.udaje				{ border: none; }
	table.udaje th,
	table.udaje td					{ padding: 0.2em 1em 0.2em 0; }
	
	table.udaje th					{ font-weight: normal; }
	table.udaje td.tlaco input	{ border: none; }
	table.udaje select			{ width: 118px; }
	
	
	/* * * * * *  mé detaily / my details  * * * * * */
	#muj_ucet p.tlaco a						{ text-decoration: none; }
	#muj_ucet p.tlaco a:hover				{ text-decoration: underline; }
	#muj_ucet p.tlaco a img					{ margin: 0 2px 0 0; border: none; vertical-align: baseline; }
	#muj_ucet table.muj_ucet				{  }
	#muj_ucet table.muj_ucet th.akce,
	#muj_ucet table.muj_ucet td.akce		{ text-align: center; }
	#muj_ucet table.muj_ucet td.akce-1 a{ text-decoration: none; }
	#muj_ucet table.muj_ucet p.tlaco		{ margin: 0; }
	#muj_ucet div.success,
	#muj_ucet div.error						{ margin-top: 1em; }
	
	#muj_ucet fieldset p						{ width: 100%; margin: 0 0 0.2em; text-align: left; }
	#muj_ucet fieldset p:after				{ display: block; clear: both; content: " "; }
	#muj_ucet fieldset p label				{ float: left; width: 110px; padding-top: 2px; }
	#muj_ucet fieldset p input				{ width: 200px; }
	#muj_ucet fieldset p.submit			{ margin: 1em 0 0; }
	#muj_ucet fieldset p.submit input	{ width: auto; padding: 0; border: none; }

	#th_akce 									{ width: 60px; }
	#th_typ 										{ width: 70px; }
	
	/* * * * * *  bonusy / bonuses  * * * * * */
	.clearright					{ clear: right; height: 1px; line-height: 1px; font-size: 1px; }
	
	#bonusy						{  }
	#bonusy table				{ width: 100%; border-collapse: collapse; }
	#bonusy th,
	#bonusy td					{ border: solid 1px #dadada; padding: 3px 5px; }
	#bonusy td.image			{ text-align: center; vertical-align: middle; }
	#bonusy td.nazev			{ background: #eee; color: #002158; }
	#bonusy td.nazev a		{  }
	
	#bonusy td.popis			{ line-height: 1.5em; }
	
	#bonusy td.body			{ background: #eee; text-align: center; }
	#bonusy td.red				{ color: #cc0000; }
	#bonusy td.green			{ color: #009900; }
	
	#bonusy td.chybi,
	#bonusy td.tlaco			{ text-align: center; vertical-align: middle; }
	#bonusy td.chybi			{ color: #550000; }
	
	
	/* * * * * *  bonus detail / detail of a bonus  * * * * * */
	#bonus_detail				{  }
	#bonus_detail .image		{ float: left; margin-right: 10px; }
	#bonus_detail .points	{ float: right; margin: 10px 0; padding: 0; font-size: 1.3em;}
	#bonus_detail .red		{ color: #cc0000; }
	#bonus_detail .green		{ color: #008800; }
	#bonus_detail .koupit	{ float: right; margin: 0 0 10px; padding: 0; }
	#bonus_detail .anot		{  }
	#bonus_detail .popis		{ margin: 1em 0; text-align: justify; line-height: 1.4em; }
	
	
	/* * * * * *  mapa stránek / site map  * * * * * */
	#mapa											{  }
	
	#mapa ul										{ margin: 0; }
	#mapa ul li									{ margin: 0 0 1em; padding: 3px 0 3px 20px; background-position: 3px 7px; }
	#mapa ul li a								{ font-size: 1.07692em; font-weight: bold; }
	#mapa ul li a.plusMinus					{ margin-right: 5px; }
	
	#mapa ul ul									{  }
	#mapa ul ul li								{ margin: 0; background-position: 3px 7px; }
	#mapa ul ul li a							{ font-size: 1em; font-weight: normal; }
	
	#mapa ul ul ul								{ margin: 0; }
	#mapa ul ul ul li							{ background-position: 3px 7px; }
	#mapa ul ul ul li a						{ font-size: .92em; }
	
	#mapa ul ul ul								{  }
	#mapa ul ul ul li							{  }
	#mapa ul ul ul li a						{ font-size: 1em; }
	
	#mapa ul li a								{ text-decoration: none; }
	#mapa ul li a:visited					{ text-decoration: none; }
	#mapa ul li a:active,
	#mapa ul li a:hover						{ text-decoration: underline; }
	
	#mapa ul ul li a							{  }
	#mapa ul ul li a:visited				{  }
	
	
	
	/* * * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * *    MODUL STRÁNKY      * * * * * * */
	/* * * * * * *   PAGES WITH PHOTO    * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * * */
	
	/* * * * * *  podstránky / subpages  * * * * * */
	.podstranky									{ width: 100%; margin: 2em 0; }
	.podstranky .podstranka					{ margin: 0 0 1em; padding: 10px 12px 12px; border-top: solid 3px #dadada;
													  border-bottom: solid 1px #dadada; background: #fafafa; }
	.podstranky .podstranka h2				{ margin: 0; font-size: 1.25em; font-weight: bold; }
	.podstranky .podstranka .anotace		{ margin: 8px 0 0; line-height: 1.5em; }
	.podstranky .podstranka .anotace p	{ margin: 0; }
	
	.podstranky .podstranka p.vice	{ margin: 8px 0 0; text-align: right; }
	
	
	/* * * * * *  fotky / photos  * * * * * */
	.fotky									{ margin: 2em 0; padding: 10px 0 12px; }
	.fotky h2								{ margin-left: 12px; margin-right: 12px; }
	.fotky p.foto							{ display: inline; float: left; width: 24.8%; margin: 0.75em 0; text-align: center; }
	.fotky p.foto a						{  }
	.fotky p.foto a img					{ border: solid 1px #dadada; }
	.fotky p.foto a:hover img			{ border-color: #f78000; }
	
	
	/* * * * * *  navigátor / navigator  * * * * * */
	.navigator								{ margin: 1em 0; width: 100%; clear: both; }
	.navigator .predchozi				{ float: left; width: 25%; display: block; }
	.navigator .nasledujici				{ float: left; width: 24.9%; display: block; text-align: right; }
	.navigator .celkem					{ float: left; width: 50%; display: block; text-align: center; }
	
	.fotky .navigatorBottom				{ margin: 0.5em 0 0; }
	.fotky .navigator .predchozi a	{ margin-left: 8px; }
	.fotky .navigator .nasledujici a { margin-right: 8px; }
	
	
	/* * * * * *  soubory ke stažení / download files  * * * * * */
	.soubory									{ margin: 2em 0; padding: 1em; border: 1px dotted #dadada;
												  background: url(../images/icons/ico_download.gif) no-repeat  105% -20px; }
	.soubory h2,
	.soubory h3								{ margin: 0 0 8px; font-size: 1em; color: black; font-weight: bold; }
	.soubory h3								{ margin-bottom: 4px; }
	.soubory ul								{ margin: 0; line-height: normal; }
	.soubory ul li							{ margin: 0; padding: 0; background: none; }   
	
	
	/* * * * * *  kontaktní formulář / contact form  * * * * * */
	#contact_form										{  }
	#contact_form form								{ margin: 2em 0 0; position: relative; }
	#contact_form .obalka							{ position: absolute; top: -24px; right: 0; width: 111px; height: 80px;
															  background: url(../images/default/obalka.gif) 0 0 no-repeat; }
	#contact_form fieldset							{ margin: 0; padding: 1em 115px 1em 1em; }
	#contact_form fieldset p						{ text-align: left; }
	#contact_form fieldset p label				{ display: block; padding: 0 0 2px; }
	
	#contact_form fieldset p.jmeno				{ float: left; width: 45%; margin-top: 0; }
	#contact_form fieldset p.email				{ float: right; width: 45%; margin-top: 0; }
	#contact_form fieldset p.text					{ clear: both; margin-top: 0; }
	
	#contact_form fieldset p.jmeno input		{ width: 96%; }
	#contact_form fieldset p.email input		{ width: 96%; }
	#contact_form fieldset p.text textarea		{ width: 99%; }
	
	#contact_form fieldset p.poznamka			{  }
	#contact_form fieldset p.submit				{ margin-bottom: 0; }
	
	p.hilite												{ background: #fffcd2; }
	input.error,
	textarea.error										{ border: solid 1px #DE0000; }
	.error_msg											{ color: #DE0000; }
	
	.focus												{ border: 1px solid blue; }
	.error												{ border: 1px solid red; }
	.errinfo												{ color: red; }
	
	div.error,
	p.error												{ margin-bottom: 15px; padding: 11px 11px 11px 70px; border: 1px solid #de0000; color: #de0000;
															  background: #fbfbfb url(../images/default/alert.gif) no-repeat 10px 50%; }
	div.success,
	p.success											{ margin-bottom: 15px; padding: 11px 11px 11px 70px; border: 1px solid #5f8a0f; color: #51750D;
															  background: #fbfbfb url(../images/default/succes.gif) no-repeat 10px 50%; }
	#muj_ucet div.success,
	#muj_ucet div.error								{ padding-top: 16px; padding-bottom: 16px; background-position: 10px 2px; } 
	

	/* zeptat se odbornika */
	#form_expert_advice								{  }
	#form_expert_advice label						{ float: left; width: 180px; }	
	#form_expert_advice input.expert_sub		{ border: none; }
	
	/* poslat na email */
	#form_friend										{  }
	#form_friend label								{ float: left; width: 180px; padding-bottom: 5px; }
	#form_friend textarea							{ width: 55%; }
	#form_friend input.friend_sub					{ border: none; }
			
	
	/* * * * * *  výpis podkategorií / subcategory list  * * * * * */
	.podkategorie						{ width: 100%; }
	.podkategorie .katInfo			{ display: inline; float: left; width: 136px; min-height: 150px; height: auto !important; height: 150px; margin: 0 20px 19px 0; padding: 10px;
											  border: solid 1px #dadada; background: #eee; }
	.podkategorie .last				{ margin-right: 0; }
	.podkategorie .katInfo h2		{ margin: 0 0 10px; font-size: 1em; font-weight: bold; text-align: center; }
	.podkategorie .katInfo p.obr	{ margin: 0; text-align: center; }
	
	
	/* * * * * *  hodnocení uživatelů  * * * * * */
	#review_form												{ margin-top: 2em; }
	#review_form fieldset									{  }
	#review_form fieldset p									{ margin: 1em 0; text-align: left; }
	#review_form fieldset p.poznamka						{ margin-top: 0; }
	#review_form fieldset p label							{ display: block; padding: 0 0 2px; }
	#review_form fieldset p span.poznamka				{ font-size: 0.916em; color: #666; }
	
	#review_form fieldset p.jmeno							{ float: left; width: 47%; margin-top: 0; }
	#review_form fieldset p.email							{ float: right; width: 47%; margin-top: 0; }
	#review_form fieldset p.text							{ clear: both; margin-top: 0; }
	
	#review_form fieldset p.jmeno input					{ width: 96%; }
	#review_form fieldset p.email input					{ width: 96%; }
	#review_form fieldset p.text textarea				{ width: 99%; }
	
	#review_form fieldset p.hodnoceni					{ width: 100%; }
	#review_form fieldset p.hodnoceni:after			{ display: block; clear: both; content: " "; }
	#review_form fieldset p.hodnoceni span				{ float: left; margin-right: 5px; }
	#review_form fieldset p.hodnoceni span.vyberte	{ margin-left: 5px; color: #666; }
	#review_form fieldset p.submit						{ margin-bottom: 0; }
	
	
	/* * * * * *  hodnocení uživatelů - jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/  * * * * * */
	div.star							{ float: left; width: 17px; height: 15px; overflow: hidden; margin-right: 1px; text-indent: -999em; cursor: pointer; display: block;
										  background: url(../images/rating/star.gif) 0 0 no-repeat; } /* obecně */
	div.star a						{ display: block; width: 16px; height: 100%; background: url(../images/rating/star.gif) 0 0 no-repeat; } /* obecně */
	div.star_on a					{ background-position: 0 -16px; } /* aktivní hvězdičky */
	div.star_hover a,
	div.star_live a:hover		{ background-position: 0 -32px; } /* přejetí myši po hvězdičkách */
	
	
	/* * * * * *  autocomplete  * * * * * */
	#autocomplete						{ position: absolute; top: 20px; right: 0px; margin: 12px 0 0; z-index: 110; width: 373px; text-align: left; }
	#autocomplete .top				{  }
	#autocomplete .bottom			{  }
	#autocomplete ul					{ position: static; top: auto; left: auto; float: left; width: 354px; padding: 10px; margin: 0; line-height: normal; border: 1px solid #ccc; background: white; }
	#autocomplete ul.hidden			{ position: absolute; top: -999em; left: -999em; }
	#autocomplete ul li				{ clear: both; float: left; width: 100%; padding: 0; background: white; vertical-align: middle; }
	#autocomplete ul li.last		{ border-bottom: none; }
	#autocomplete ul li:after		{ display: block; clear: both; content: " "; }
	#autocomplete ul li:hover,
	#autocomplete ul li.hover,
	#autocomplete ul li.active		{ /* background: #ECF3F6;*/  }
	#autocomplete ul li.active a	{ text-decoration: underline;}
	
	/*
	#autocomplete ul li span.txt	{ float: left; }
	#autocomplete ul li span.no	{ float: right; color: #bbbbbb; }
	*/
	#autocomplete ul li a .image		{ float: left; width: 50px; height: 42px; line-height: 0; overflow: hidden; margin-left: -58px; margin-bottom: 7px; }
	#autocomplete ul li a .image img	{ width: 50px; margin: 0; padding: 0; border: none; }
	#autocomplete ul li .no-result,		
	#autocomplete ul li span			{ font-weight: bold; background-color: #e4e4e4; display: block; /*width: 134px;*/ padding: 6px 8px 7px 8px; text-decoration: none; vertical-align: middle; }	
	#autocomplete ul li a				{ display: block; /*width: 134px;*/ padding: 3px 10px 4px; text-decoration: none; vertical-align: middle; }
	#autocomplete ul li a:hover		{ text-decoration: underline;  }
	#autocomplete ul li .no-result	{ padding: 6px 8px 7px 64px; background: url(../images/design/autocomplete-no-result.gif) 7px 47% no-repeat; }
	
	#autocomplete ul li.all-results	 { margin-top: 10px; background-color: #e4e4e4; float: left; width: 310px; border: 1px solid #ccc; }
	#autocomplete ul li.all-results a { padding-left: 8px; color: #333333; text-align: center; background: url(../images/icons/ico_search.png) 96% 50% no-repeat; }

	
	/* fulltext vysledky */
	#fulltext_vysledky					{  }														  
	#fulltext_vysledky ul				{ margin: 0 0 0 10px; }	
	#fulltext_vysledky li				{ background: none; padding: 0; float: left; width: 100%; margin-top: 5px; }
	#fulltext_vysledky h2				{ float: left; width: 100%; margin: 20px 0 5px; }	
	#fulltext_vysledky li h3			{ margin: 0 0 5px; font-size: 1em; font-weight: normal; }
	#fulltext_vysledky .obrazek		{ margin-right: 20px; }
	#fulltext_vysledky .cislo			{ float: left; margin-right: 5px; color: #000; font-size: 1em; }
	#fulltext_vysledky .sekce			{ margin: 0 0 10px 15px; font-size: 0.9166em; }
	
	#fulltext_vysledky .highlight		{ background: #fffbcd; }
	
	.fulltextsearch .imageSubmit		{ vertical-align: middle; border: none; }		
	
	#detail #prod-bundles .jcarousel-clip-horizontal,
  #detail #prod-alternative .jcarousel-clip-horizontal,
  #detail #prod-related .jcarousel-clip-horizontal,
  #detail #prod-accessories .jcarousel-clip-horizontal  { height: 255px; }
  
  #detail .jcarousel-list li, #detail .jcarousel-item   { height: 259px; }
  #detail .jcarousel-list li .obrazek img,
  #detail .jcarousel-item .obrazek img  { max-height: 165px; max-width: 165px; }
  
  #detail #prod-bundles h3,
  #detail #prod-alternative h3,
  #detail #prod-related h3,
  #detail #prod-accessories h3 { height: 39px !important; overflow: hidden; }
  
  #detail table.ceny td.dostupnost span.avail { font-weight: bold; }
  

