
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * 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.0 / ecp 1.3.1
 * 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: #555 url(../images/body.jpg) center 0 no-repeat; }
	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: #006290; } /* viz ie.css */
	.chyba						{ font-weight: bold; color: #C00C09; }
	.odkazy						{ text-align: right; font-size: 0.8666em; }
	.odkazy *					{ vertical-align: middle; }
	.odkazy a					{ margin-left: 5px; text-decoration: none; }
	.odkazy a span				{ text-decoration: underline; }
	.odkazy a:hover span		{ text-decoration: none; }	
	#iframe_submit				{ display: none; }
	
	/* * * * * *  hlavní divy / wrappers  * * * * * */
	.backgroundContainer		{ width: 100%; overflow: hidden; min-width: 1060px; }
	#main							{ width: 1060px; margin: 0 auto; text-align: left; background: white; }
	#main2						{ width: 100%; position: relative; z-index: 1; }
	#main2 .banner_top		{ position: absolute; top: 43px; left: 365px; z-index: 1; }
	#main2 > iframe		{ display: none; }
	
	/* * * * * *  sloupce / columns  * * * * * */
	#center						{ display: inline; float: right; width: 700px; margin: 54px 60px 10px 0; }
	#center .center_cont		{ width: 100%; }
	#left							{ display: inline; float: left; width: 220px; margin: 13px 0 15px 60px; min-height: 700px; }
	#right						{ display: none; /*display: inline; float: right; width: 202px; margin: 0 0 15px;*/ }
	
	#center input[type="submit"],
	#center input[type="button"]	{ position: relative; }

	.dlouhy #left				{  }
	.dlouhy #center			{  }
	
	#stranky .podstranka .anotace		{ padding: 0; background: none; border: none; }	
	#stranky .anotace			{ padding: 10px; background: #f4f4f4; border: 1px solid #e6e6e6; }
	#stranky .anotace p		{ margin-top: 0; }
	
	/* homepage */
	.home #center 			{ width: 940px; margin-top: 0; }
	.home #center h2 		{ text-align: center; margin-bottom: 17px; }
	.home #center .content	{ overflow: hidden; }

	.col3 		{ float: left; width: 290px; margin-right: 35px; }
	.col3.last 	{ margin-right: 0; }

	.btn 			{ text-align: center; clear: both; margin-bottom: 28px; }
	.btn a 			{ display: inline-block; background: #ff6600; padding: 19px 33px 17px; font-size: 17px; color: #fff; text-transform: uppercase; text-decoration: none; font-weight: 700; font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif; }
	.btn a:hover 	{ background: #000; }

	.homepage_anotace				{ position: relative; z-index: 1; margin-bottom: 12px; }
	.homepage_popis				{ padding: 4px 350px 0 12px; font-size: 1.1666em; }
	.homepage_popis ul			{ margin: 0; padding: 0; }	
	.homepage_popis ul li		{ padding: 0 0 0 26px; background-position: 1px .6666em; margin: 0 0 11px; }		
	.homepage_popis p				{ line-height: 1.8em; }
	
	.homepage_left_data 	{ display: none; }

	.offer_bottom_link			{ display: none; text-align: right; font-weight: bold; margin: 10px 0 0; font-size: 1.0833em; }
	
	/* jednoslupec */
	body.ref-80.id-392 #left,
	body.ref-21.id-32 #left,
	body.ref-21.id-29 #left			{ display: none !important; }
	body.ref-80.id-392 #center,
	body.ref-21.id-32 #center,
	body.ref-21.id-29 #center		{ width: 940px; }
	body.ref-21.id-32 #crumb_trail,
	body.ref-21.id-29 #crumb_trail	{ width: 940px; }  
	body.ref-21.id-59 .fotky p.foto,
	body.ref-21.id-59 .fotky p.foto 	{ width: 223px; margin-bottom: 25px; }
	
	
	hr.top-separator				{ margin: 20px 0 !important; }
	
	
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * * * * * *   HLAVIÈKOIDNÍ A PATIÈKOIDNÍ VÌCI   * * * * * * * * * * * */
	/* * * * * * * * * * *      HEADER AND FOOTER THINGS       * * * * * * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	#top										{ position: relative; z-index: 2; width: 1060; margin: 0 -2000px; padding: 0 2000px; height: 95px; background: #000 url(../images/design/header.gif) center 0 repeat; }
	#top:after								{ position: absolute; content: ''; right: 50%; top: 0; margin-right: -470px; width: 135px; height: 120px; background: url(../images/design/ktm_logo.png) 0 0 no-repeat; }
	#top a#logo								{ position: absolute; top: 15px; left: 50%; margin-left: -530px; }
	#top #topflash							{ position: absolute; top: 0; right: 0; }
	#top p.slogan							{ position: absolute; top: 41px; left: 240px; width: 209px; height: 49px; overflow: hidden; margin: 0; font-size: 1.3333em; color: #666666; text-shadow: 0 1px 1px white; }
	#top p.slogan em						{ font-style: normal; }
	#top p.slogan span					{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/default/slogan.png) 0 0 no-repeat; }
	
	#top .currency							{ margin: 0; position: absolute; right: 236px; top: 31px; z-index: 1; font-size: 0.9166em; }
	#top .currency span					{ }
	#top .currency span.CZK a			{ background: url(../images/design/separator.gif) 100% 60% no-repeat; margin-right: 1px; padding-right: 5px; }
	
	/* * * * * *  patièka / footer  * * * * * */
	#bottom									{ position: relative; width: 1060px; font-size: 11px; line-height: 20px; color: #666; padding: 30px 2000px 36px; margin: 0 -2000px; background: #000 url(../images/design/header.gif) center 0 repeat; }
	#bottom .width							{ width: 100%; }
	#bottom a							{ color: #666; }
	#bottom a:hover						{ color: #fff; }
	#bottom p								{ margin: 0; }
	#bottom .skin_switch					{ float: right; }
	#bottom .skin_switch .blue			{ color: #008ccd; }
	#bottom .skin_switch .red			{ color: #D30100; }
	#bottom .skin_switch a:hover		{ text-decoration: none; }
	#bottom p.text						{ margin: 0; }
	
	#bottom p.copy							{ position: absolute; top: 17px; left: 17px; margin: 0; text-decoration: none; text-align: left; line-height: normal; color: white; }
	#bottom p.copy .pipe					{ margin: 0 0.5em; }
	#bottom a#b2c							{ position: absolute; top: 11px; right: 15px; }
	#bottom a#ebrana						{ position: absolute; top: 11px; right: 87px; }
	
	#bottom ul								{ margin: 0; padding-top: 16px; text-align: center; }
	#bottom ul li							{ padding: 0; background: none; display: inline; }
	#bottom ul li a						{ padding: 0 5px; white-space: nowrap; } /* color: white;  */
	#bottom ul li.last a					{ background: none; }
	#bottom p.akce            			{ text-align: center; color: white; font-size: 0.9em; }
  
	.footerCleaner 	{ display: none; }

	#footer_boxy							{ width: 1060px; padding: 47px 2000px 20px; margin: 0 -2000px; color: #999; background: #000 url(../images/design/header.gif) center bottom repeat; }
	#footer_boxy:after					{ display: block; clear: both; content: " "; } 
	#footer_boxy .extra1					{ width: 100%; min-height: 80px; background: url(../images/default/footer_logo.gif) /*58px 13px*/ 80px 2px no-repeat; }
	#footer_boxy .extra1:after			{ display: block; clear: both; content: " "; }
	#footer_boxy .footerText			{ float: left; width: 290px; padding: 0; margin-right: 52px; }
	#footer_boxy #footerText2			{ width: 297px; }
	#footer_boxy .last					{ margin-right: 0; float: right; }	
	#footer_boxy .footerText p			{ margin-top: 0; }
	#footer_boxy .footerText h2		{ margin: 0 0 18px; font-size: 20px; color: #fff; }
	#footer_boxy .footerText h2 a		{ color: #666; }
	#footer_boxy .footerText .text a:hover	{ color: #fff; }
	#footer_boxy .footerText ul		{ margin: 0; }
	#footer_boxy .footerText ul li	{ margin: 2px 0; background-image: url(../images/li.gif); }
	#footer_boxy .footerText ul li a	{  }

	#footer_boxy #footerText1 .text 		{ font-size: 18px; line-height: 26px; }
	#footer_boxy #footerText1 .text strong 	{ color: #fff; }
	#footer_boxy #footerText1 .fcb a 		{ display: inline-block; padding: 6px 10px 5px 40px; background: #fff url(../images/design/fb.png) 6px 6px no-repeat; color: #3b5998; text-transform: uppercase; text-decoration: none; font-size: 17px; font-weight: 700; font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif; }
	#footer_boxy #footerText1 .fcb a:hover 	{ background-color: #e2e2e2; }

  #footer_boxy .inlineImages a { display: inline-block; }
	
	#footer_boxy #footerText2 img 			{ margin-top: -6px; }

	#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: #666; text-align: center; }
	.internalLinks ul li					{ display: inline; padding: 0; background: none; }
	.internalLinks ul li a,
	.internalLinks ul li a:visited	{ 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.916em; color: #666; text-align: center; }
	.vymenaLinku p a						{ color: #666; }
	.vymenaLinku p a,
	.vymenaLinku p a:visited			{ text-decoration: none; }
	.vymenaLinku p a:hover				{ text-decoration: underline; }
	
	
	/* * * * * *  statické stránky / static pages  * * * * * */
	#top_nav_wrapper						{ width: 380px; position: absolute; top: 30px; left: 50%; margin-left: -343px; /*z-index: 40; */ }
	#top_nav_wrapper:after 				{ display: block; clear: both; content: " "; } 
	#top ul#top_nav						{ line-height: 1; }
	#top ul#top_nav:after 				{ display: block; clear: both; content: " "; } 
	#top ul#top_nav li					{ display: inline; float: left; padding: 0; margin: 0 26px 0 0; background: none; }
	#top ul#top_nav li.first			{ display: none; }
	#top ul#top_nav li a					{ float: left; color: white; text-decoration: none; font-size: 13px; text-transform: uppercase; font-weight: bold; }
	#top ul#top_nav li a:hover			{ color: #ff6600; }
	#top ul#top_nav li a span			{ display: block; }
	#top ul#top_nav li.last a			{  }	
	
	#top ul#top_nav li.active			{  }
	#top ul#top_nav li.active a			{ color: #ff6600; }	
	
	/* * * * * *  top vyhledávání / top search  * * * * * *
	 * HACKed in IE.CSS!
	 */
	/*
	#top .searchform_relative			 { position: absolute; top: 89px; right: 0px; min-width: 205px; height: 24px; padding: 8px 9px 10px 8px; }
	#top .searchform_relative.active											{ background: url(../images/design/searchform_act_obal.png) 0 0 no-repeat; }
	#top .searchform_relative.active  #searchform						{ background: #FFFBCD; }
	#top .searchform_relative.active  #searchform form input.vyraz	{ background: #FFFBCD; }
	#top #searchform						{ width: 201px; min-height: 20px; padding: 2px 0 0 2px; text-align: left; background: white; border: 1px solid #000; }
	#top #searchform fieldset			{ display: inline; margin: 0; padding: 0px; border: none; background: none; height: 19px; }
	#top #searchform fieldset *		{ 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: 174px; padding: 1px 0 0 6px; height: 17px; font-family: Arial, Helvetica, sans-serif; color: #666; background: white; border: none; }
	#top #searchform fieldset a		{ width: 19px; height: 19px; margin: 0px; }
	#top #searchform input.sub			{ border: none; background: none; margin: 0; padding: 0; width: auto; height: auto; }
	*/

	#top .searchform_relative			{ position: absolute; top: 32px; right: 50%; margin-right: -298px; min-width: 352px; height: 29px; padding: 0; border: 1px solid #d6d6d6; }
	#top #searchform						{ width: 100%; height: 100%; min-height: 20px; padding: 0; text-align: left; }
	#top #searchform fieldset			{ margin: 0; padding: 0 8px 0 8px; border: 0; padding: 0; background: none; height: 32px; }
	#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: 318px; padding: 5px 0 5px 0; height: 17px; font-family: Arial, Helvetica, sans-serif; color: #999999; font-size: 1.0714em; background: none; border: none; }
	#top #searchform fieldset a			{ display: block; width: 34px; height: 34px; margin: 0px; position: relative; top: 1px; }
	#top #searchform fieldset a *		{  }
	#top #searchform input.sub			{ border: none; background: none; margin: 0; padding: 0; width: auto; height: auto; }


	#top .searchform_relative											{ background: #1d1d1b; width: 32px; height: 32px; border: 1px solid #2c2c2c;  position: absolute; top: 32px; right: 50%; margin-right: -298px; z-index: 130; min-width: 0; overflow: hidden; }
	#top .searchform_relative #obal_searchform fieldset input#fulltext		{ display: none; }
	#top .searchform_relative #obal_searchform fieldset							{ background: none; border: 0; padding: 0; }
	#top .searchform_relative #obal_searchform fieldset input		{ background: none; border: 0; font-size: 14px; color: white; }
	#top .searchform_relative #obal_searchform fieldset input#fulltext_submit			{ margin-top: -6px; }
	
	#top .searchform_relative.jQueryOn fieldset input#fulltext	{ display: none; }
	
	#top #searchform fieldset #obal_searchform a										{ top: 0; left: 0; height: auto; width: auto; }
	#top .searchform_relative.jQueryOn.showInput										{ width: 260px; }	
	#top .searchform_relative.jQueryOn fieldset				{ background: none; border: 0; padding: 0; }
	#top .searchform_relative.jQueryOn fieldset input		{ background: none; border: 0; font-size: 14px; color: white; }
	
	/*#top .searchform_relative.jQueryOn #obal_searchform fieldset input + a	{ display: none; }*/
	#top .searchform_relative.jQueryOn fieldset input#fulltext_submit			{ margin-top: -1px; }
	
	#top .searchform_relative.jQueryOn.showInput														{ background: #1d1d1b; }
	#top .searchform_relative.jQueryOn input#fulltext						{ display: none; padding-top: 16px; }
	#top .searchform_relative.jQueryOn.showInput input#fulltext			{ display: block; background: #1d1d1b; border: 0; padding-left: 0; float: right; width: 200px; height: 24px; padding: 5px 0 5px; 
																												     color: #c8c8c5; font-size: 13px; padding-right: 20px; }
	
	#top .searchform_relative.jQueryOn.showInput input#fulltext.ac_loading + a 		{ top: 27px; left: -27px; }
	
	
	#top .searchform_relative.jQueryOn.showInput input#fulltext + a		{ float: left; }
	
	
	/* * * * * *  top login  * * * * * */
	#top .big 				{ position: absolute; left: 50%; top: 41px; margin-left: 55px; }
	#top .big .body > a,
	#top .big .extra > a 	{ display: block; text-indent: -99999em; overflow: hidden; width: 15px; height: 19px; background: url(../images/design/login.png) 0 0 no-repeat; }
	
			
	/* * * * * *  top login panel  * * * * * */
	#top #header_box.big #header_login_control_box 	{ top: 30px; right: -23px; font-size: 13px; }
	#top #header_login_control_box						{ display: none; position: absolute; top: 30px; right: -23px; width: 320px; padding: 10px 0 0 0; z-index: 200; }
	#top #loged_in #header_login_control_box			{ width: 220px; }
	#top #loged_in #header_login_control_box .body	{ width: 168px; }
	#top #header_login_form									{ width: 100%; }
	#top #header_login_control_box .top					{ position: absolute; top: 1px; right: 21px; width: 20px; height: 10px; background: url(../images/login_sipka.png) 0 0 no-repeat; }	
	#top #header_login_control_box .body				{ width: 268px; padding: 10px 35px 10px 15px; background: #ededed; }
	#top #header_login_control_box .body_error		{ min-height: 120px; padding-top: 15px; }
	#top #header_login_control_box #close				{ position: absolute; top: 15px; right: 4px; cursor: pointer; }
	#top #header_login_control_box p						{ float: left; width: 100%; margin: 0 0 5px; 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%; margin-top: 6px; }
	#top #header_login_control_box p#zapomnel a		{ text-decoration: underline; }
	#top #header_login_control_box fieldset label	{ float: left; width: 49%; padding-top: 2px; color: #333333; }
	#top #header_login_control_box fieldset input	{ float: right; width: 46%; padding: 2px 3px; /*border-color: #e6e6e6; background: url(../images/login_input.gif) 0 0 no-repeat;*/ }
	#top #header_login_control_box fieldset input.sub_text	{ width: auto; padding: 4px 5px; }
	#top #header_login_control_box fieldset			{ width: 260px; margin: 0; padding: 0; background: none; border: none; }
	#top #header_login_control_box a.login				{ float: left; }
	#top #header_login_control_box a.tlaco img		{ float: right; text-align: right; margin: 0; }
	#top #header_login_control_box p#checkout_error	{ position: absolute; bottom: 10px; left: 10px; width: 260px; margin: 0; padding: 0 0.5em; color: #c00; white-space: normal; }
	
	#top #header_login_control_box ul					{ margin: 0; }
	#top #header_login_control_box ul li				{  }
	#top #header_login_control_box ul li a:hover		{ text-decoration: underline; }
	
	
	/* * * * * *  záložky / menu  * * * * * */
	#top #nav_wrapper											{ position: absolute; bottom: 14px; left: 21px; width: 947px; }
	#top #nav_wrapper ul#nav								{ width: 100%; margin: 0; border-bottom: solid 6px #e6e6e6; background: url(../images/topmenu.gif) 0 100% 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; }
	#top #nav_wrapper ul#nav li strong.lastura		{  }
	#top #nav_wrapper ul#nav li strong a				{ float: left; padding: 12px 27px 9px 19px; color: white; text-decoration: none; font-size: 1.166em; background: url(../images/topmenu_r.gif) 100% 0 no-repeat; }
	#top #nav_wrapper ul#nav li strong a:hover		{ text-decoration: underline; }
	#top #nav_wrapper ul#nav li.active strong			{  }
	#top #nav_wrapper ul#nav li.active strong a		{ background-image: url(../images/topmenu_a_r.gif); }
	
	
	/* * * * * *  minikošík / minibasket  * * * * * */
	 /* hacked in ie6.css */
	#top .minibasket	{ position: absolute; top: 34px; left: 50%; margin-left: 95px; width: 150px; text-align: left; color: #fff; font-size: 13px; overflow: hidden; padding: 5px 0 5px 30px; background: url(../images/basket.png) 0 7px no-repeat; }
	#top .minibasket p 	{ margin: 0; }
	#top .minibasket a 	{ color: #fff; display: block; padding: 200px; margin: -200px; }
	
	
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * * * * * * * * * *   SLOUPCOVÉ VÌCI    * * * * * * * * * * * * * * */
	/* * * * * * * * * * * * * * *   COLUMNS STYLES    * * * * * * * * * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	/* * * * * *  sloupcové boxy / col boxes  * * * * * */
	.container											{ width: 100%; margin: 0 0 12px; }
	.container h3										{ margin: 0px; font-size: 1.3333em; }
	.container h3 strong								{ display: block; padding: 10px 10px 5px 10px; font-weight: normal; border-bottom: 1px solid #c5c5c5; }
	.container h3 strong a 							{ color: black; }
	
	#stromCont											{  }
	#stromCont h3										{  }
	#cont_eshop_offer h3 strong,
	#stromCont h3 strong								{ border-bottom: none; padding-bottom: 7px; }
	.colBanner											{ text-align: center; margin: 1em 0; }
	
	#vyrobceCont h3									{ }
	#vyrobceCont h3 strong							{ border-bottom: none;  }
	
	#cenaCont h3 strong,
	.vlastnostiCont h3 strong						{ border-bottom: none; }
		
		
	/* * * * * *  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 fieldset								{ margin: 0; padding: 0 10px; 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 #loged_in_1 ul						{ margin: 0 0 1em 15px; }
	#cont_login #loged_in_1 ul li					{ margin: 0 0 3px; background-image: url(../images/li_white.gif); }
	#cont_login #loged_in_1 ul li a,
	#cont_login #loged_in_1 ul li a:visited	{ color: black; }
	
	/* * * * * *  meníèka / column list menus  * * * * * */
	.col_list											{ width: 100%; }
	.col_list:after									{ display: block; clear: both; content: " "; }

	
	/* * * * * *  strom / product tree  * * * * * */
	#rl_box												{  }	
	#rl_box h4											{ float: left; width: 100%; margin: 0; padding: 0; line-height: 1.75em; }
	#rl_box h4 span									{ display: block; text-decoration: none; }
	#rl_box h4 span a									{ display: block; padding: 7px 0 6px 10px; font-weight: bold; }
	#rl_box h4 span a:hover							{ text-decoration: underline; }
	
	.col_list ul										{ display: inline; float: left; width: 100%; margin: 0; line-height: 1.75em; }
	.col_list ul li									{ position: relative; float: left; width: 100%; padding: 0; background: none; }
	
	.col_list ul li a									{ display: block; color: #fff; text-decoration: none; font-size: 1em; background: #323232; border-bottom: 1px solid #222; }
	#cont_eshop_offer	.col_list ul li a			{ color: #000; background: #ff6600; border-bottom: 1px solid #cb6307; }
	#stromCont .col_list ul li a span,
	#cont_eshop_offer	.col_list ul li a span	{ padding-top: 5px; padding-bottom: 4px; }
	
	#cont_eshop_offer	.col_list ul li.active a{ background: #323232; color: white; text-shadow: 0px 1px 1px #000; border-bottom-color: #222; }		
	.col_list ul li a	span							{ display: block; margin-right: 27px; padding: 4px 0 5px 10px; }	
	
	.col_list ul li ul								{ padding: 0; margin: 0; }
	.col_list ul li ul li a							{ background: #9b9b9b; color: #000; border-color: #cbcbcb; }
	.col_list ul li ul li a span					{ padding: 7px 0 6px 20px; }
	
	.col_list ul li ul li ul						{ border-top: 1px solid #e7e7e7; margin-top: -1px; }
	.col_list ul li ul li ul li a					{ background: #c2c2c2; border-color: #e7e7e7; text-shadow: 0px 1px 1px #d7d7d7; }	
	.col_list ul li ul li ul li a span			{ padding-left: 25px; }
	.col_list ul li ul li ul li ul li a	span	{ padding-left: 30px; }
	
	/* see ie6.css */
	.col_list ul li.active							{  }
	.col_list ul li.active a						{ background: #000; font-weight: bold; color: white; }
	.col_list ul li.active ul						{  }
	.col_list ul li.active ul li					{ font-weight: normal; }
	.col_list ul li.active ul li a				{ background: #9b9b9b; color: #000; font-weight: normal; }
	.col_list ul li.active ul li.active			{  }
	.col_list ul li.active ul li.active > a	{ font-weight: bold; }
	.col_list ul li.active ul li ul li a		{ background: #c2c2c2; }

	.col_list ul li a:hover,
	.col_list ul li.active a:hover				{ background: #ff6600; color: black; border-bottom-color: #cb6307; }	
	
	/* hacked in ie.css */
	.col_list ul li span.higher					{ position: absolute; top: 10px; right: 9px; cursor: pointer; width: 12px; height: 12px; background: url(../images/plus.gif) 0 0 no-repeat; }
	.col_list ul li span.submenu_close			{ background: url(../images/minus.gif) 0 0 no-repeat; }	
	.col_list ul li ul li .higher					{ top: 10px; }
	.col_list ul li .higher img					{ border: none; }

	/* activni */
	.col_list ul li.active > span.higher			{ background: url(../images/plus_act.gif) 0 0 no-repeat; }
	.col_list ul li.active > span.submenu_close	{ background: url(../images/minus_act.gif) 0 0 no-repeat; }		
	
	/* menu Akcni nabidka, Novinky, Neprodávanìjší */
	#cont_eshop_offer 								{  }
	#cont_eshop_offer	.col_list ul li a:hover	{ background: #333; color: white; text-shadow: 0px 1px 1px #000; }
	
	/* * * * * *  navštívené produkty / visited products  * * * * * */
	#navstivene							{  }
	.col_list ol						{ margin-top: 0; margin-bottom: 0; }
	.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; }
	
	
	/* * * * * *  kontakty / contacts  * * * * * */
	.container .texty					{ padding: 8px 10px 10px; line-height: 1.666em; }
	.container .texty p				{ margin: 0 0 1.3em; line-height: 1.666em; }
	
	
	/* * * * * *  newsletter  * * * * * */
	#but_news_letter					{ padding: 0; position: relative; }
	#but_news_letter #newsletter_form5 	{ padding-top: 37px; }
	#but_news_letter p				{ margin: 0; }
	#but_news_letter p.newsletter	{ font-size: 13px; margin: 0; position: absolute; left: 0; top: -10px; }
	#but_news_letter fieldset		{ margin: 0; padding: 0; border: none; background: none; }
	#but_news_letter fieldset *	{ vertical-align: middle; }	
	#but_news_letter label			{ display: block; margin: 3px 0 3px; text-align: justify; line-height: 1.4em; }
	#but_news_letter input#emailn	{ width: 168px; margin: 0; border: 1px solid #2c2c2c; background: #1d1d1b; font-size: 13px; color: #666; padding: 10px 9px 8px; height: 17px; }
	#but_news_letter .imageSubmit	{ float: right; }
	#but_news_letter .error_msg	{ display: block; float: left; margin-top: 5px; }
	#but_news_letter input.sub_text		{ width: 98px; height: 37px; border: none; padding: 8px 11px; }
	#but_news_letter input.sub_text:hover		{ background: #dc5800; }
  #but_news_letter > .error		{ display: none; }
  #but_news_letter .success  { margin: 0; position: relative; top: 25px; }
	
	
	/* * * * * *  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: 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: #cc0000; background: #f2f2f2; }
	.dvojbannery h4 a:link			{ color: red; text-decoration: none; }
	.dvojbannery h4 a:visited		{ 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: white; }
	#bestsel								{ width: 100%; margin: 0 auto; }
	#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%; border-bottom: solid 1px #e6e6e6; padding: 0.6em 0; background: none; }
	#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: right; }
	#bestsel ul li .link a			{ display: block; }
	#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	{  }
	#bestsel ul li.first				{ padding-top: 0.3em; }
	#bestsel ul li.last				{ border-bottom: none; }
	
	
	/* akèní nabídka ve sloupci */
	#cont_akcni_nabidka								{ width: 100%; }
	#cont_akcni_nabidka:after 						{ display: block; clear: both; content: " "; } 		
	#cont_akcni_nabidka ul							{ margin: 0; }
	#cont_akcni_nabidka ul li						{ width: 100%; background: none; padding: 5px 0 0; float: left; }
	#cont_akcni_nabidka ul li a					{ font-weight: bold; }
	#cont_akcni_nabidka ul li span				{ float: right; font-weight: bold; text-align: right; width: 100%; padding-bottom: 5px; border-bottom: 1px solid #e6e6e6; }
	
	
	/* nejprodávanìjší ve sloupci */
	#cont_prodnews										{ width: 100%; }
	#cont_prodnews:after								{ display: block; clear: both; content: " "; } 
	#cont_prodnews	ul									{ margin: 0; }
	#cont_prodnews	ul li								{ background: none; padding: 5px 0; border-bottom: 1px solid #e6e6e6; }
	#cont_prodnews	ul li.last						{ border-bottom: none; }
	#cont_prodnews	ul li	.image					{ float: left; width: 70px; text-align: center; }
	#cont_prodnews	ul li	.link,
	#cont_prodnews	ul li	.price					{ float: right; width: 55%; text-align: right; font-weight: bold; }
	#cont_prodnews	ul li	.price					{ padding-top: 7px; }
	
	
	/* * * * * *  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 .col_padder			{  }
	#novinky_sloupec .novinka				{ margin: 0; padding: 10px 0; border-bottom: solid 1px #e6e6e6; }
	#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.5em 0 3px; font-size: 1.0833em; }
	#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: 10px 0; }
	#novinky_sloupec p.archiv a			{ font-weight: bold; }
	
	
	/* * * * * *  archiv novinek / news archive  * * * * * */
	#novinky_archiv							{ width: 100%; }
	
	#novinky_archiv .novinka				{ background: #f4f4f4; border-right: solid 1px #e6e6e6; border-bottom: solid 1px #e6e6e6;
													  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 h2,
	#novinky_archiv h3						{ margin: 0 0 0.5em; padding: 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 .anotace				{ line-height: 1.5em; }
	#novinka_detail .anotace p				{ margin: 0 0 1em; }
	
	
	/* * * * * *  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 .text					{ display: block; }
	.ankety .anketa p a						{ display: block; }
	.ankety .anketa p .bar					{ display: block; height: 10px; background: #f4f4f4; cursor: pointer; }
	.ankety .anketa p .hlasy				{ display: block; height: 10px; width: 50%; cursor: pointer; }
	.ankety .anketa p .barva1				{ background: #e6e6e6; }
	.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: 700px; float: right; clear: both; margin: 0 0 30px; line-height: 1.5em; text-align: left; }
	#crumb_trail .extra				{ padding: 0 12px; border: 1px solid #d7d7d7; background: white; }
	/*#crumb_trail:after				{ display: block; clear: both; content: " "; }*/
	#crumb_trail span					{ float: left; position: relative; top: 1px; background: url(../images/default/crumb_arrow.png) 100% 65% no-repeat; margin-right: 12px; font-size: 0.9166em; }
	#crumb_trail a,
	#crumb_trail span.final			{ float: left; padding: 5px 17px 5px 0; }
	#crumb_trail span.final			{ background: none; }

	#crumb_trail span.first			{ float: left; margin: 0 11px 0 0; padding: 10px 15px 11px 0; }
	#crumb_trail span.first a		{ background: url(../images/icons/ico_home.png) 0 0 no-repeat; padding: 0; display: block; width: 15px; height: 12px; text-indent: -999em; }
		
	#crumb_trail a,
	#crumb_trail a:visited			{  }
	#crumb_trail a:active,
	#crumb_trail a:hover				{  }
	
	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: #f4f4f4; border: solid 1px #e6e6e6; }
	.show_info .padder		{ padding: 10px; }
	.show_info p				{ margin: 0; text-align: left; font-size: 1.1667em; }
	.show_info p.link			{  }
	.show_info .x				{ float: right; }
	.show_info .x a			{ background: #faae64; 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: #f4f4f4; border-right: solid 1px #e6e6e6; border-bottom: solid 1px #e6e6e6;
															  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 #e6e6e6; }
	.polozka_download h4								{ margin: 0 0 0.5em; 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							{ padding: 0; width: 100%; font-size: 1.333em; font-weight: bold; }
	h2.header span						{  }
	h2.header span span				{  }
	h2.header span span span		{ display: block; padding: 6px 0 8px 0; }
	
	
	/* * * * * *  header nadpisy s odkazem / special headers with a link  * * * * * *
	 * HACKed in IE.CSS!
	 */
	.h2_hlavicka							{ position: relative; width: 100%; margin: 1em 0 0.5em; 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; }
	
	/* stitky obecne */
	p.akce_buttons span.label								{ color: #666666; font-size: 0.9166em; font-weight: normal; }
	p.akce_buttons span.text								{ font-size: 0.9166em; font-weight: normal; }
	#main p.akce_buttons .napoveda						{ margin-right: 1px; }
	#main p.akce_buttons .napoveda a						{ padding: 1px 4px 0; /*padding: 2px 4px;*/ }
	
	/* obecne pro vsechny */
	p.akce_buttons span										{ font-size: 12px; line-height: 1em; color: white; padding: 4px 10px 5px 6px; margin: 0 0 2px; background: #d92c2e; position: relative; }
	p.akce_buttons span:before								{ content: ''; position: absolute; left: -6px; top: 0; display: block; width: 0; height: 0; border-style: solid; border-width: 10px 3px 11px 3px; border-color: transparent #d92c2e #d92c2e transparent; }
	p.akce_buttons span.novinka								{ background: #e28705; }
	p.akce_buttons span.novinka:before						{ border-color: transparent #e28705 #e28705 transparent; }
	p.akce_buttons span.doprodej							{ background: #35941f; }
	p.akce_buttons span.doprodej:before						{ border-color: transparent #35941f #35941f transparent; }
	p.akce_buttons span.doprava								{ background: #ff6600; }
	p.akce_buttons span.doprava:before						{ border-color: transparent #ff6600 #ff6600 transparent; }

	/*obecne dostupnost */
	p.dostupnost												{  }	
	p.dostupnost span											{ font-size: 11px; color: #666; }	
	.akce_buttons .text_je,
	p.dostupnost span.text_je								{ color: #3c9700; }
	.akce_buttons .text_neni,
	p.dostupnost span.text_neni							{ color: #cc0000; }
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * *    DEALS A AKÈNÍ NABÍDKA    * * * * * * */
	/* * * * * * *   DEALS AND ACTION OFFERS   * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	.deals													{ width: 100%; margin: 20px 0; }
	.deals h2.header										{  }
	
	.deals													{  }
	.deals .plavec											{ display: inline; float: left; width: 194px; min-height: 225px; text-align: center;
																  margin: 0 20px 20px 0; padding: 11px 12px 16px; border: solid 1px #e6e6e6; }
	.deals .last											{ margin-right: 0; }

	.deals div.bottom,
	.katalog .boxy div.bottom							{ margin-bottom: 0; }

	.deals .plavec h2,
	.deals .plavec h3										{ margin: 0; font-size: 13px; line-height: 16px; font-weight: bold; min-height: 32px; }
	.deals .plavec h2 a,
	.deals .plavec h3 a									{ text-decoration: none; }
	.deals .plavec div.obrazek							{ position: relative; top: 0; left: 0; margin: 0; text-align: center; width: 100%; min-height: 150px; }
	.deals .plavec div.obrazek a						{ line-height: 150px; }
	.deals .plavec div.obrazek img						{ max-height: 145px; vertical-align: middle; }
	.deals .plavec  p.popis								{ margin: 0; font-size: 0.916em; }
	.deals .plavec .pod									{ margin: 0; }
	.deals .plavec .pod .nase							{ padding-top: 5px; }	
	.deals .plavec .pod strong							{ font-size: 1em; color: black; }
	.deals .plavec .data p.akce_buttons				{ margin: 10px 0 0; }
	.deals .plavec .tlacitko							{ display: none; text-align: right; }
	.deals .plavec .tlacitko *							{ vertical-align: middle; }
	.deals .plavec .tlacitko form						{ padding-bottom: 1px; }
	.deals .plavec .tlacitko input.in				{ width: 20px; padding: 5px 1px 5px; margin: 0 1px 0 0; border: solid 1px #dbdfe6; border-top-color: #abadb3; text-align: center;
																  background: white; font-weight: bold; color: #444; }
	.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: -5px; right: -12px; 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: 0; color: #666; line-height: 1em; }
		
	/* * * *  akce v malým / tiny action offers  * * * */
	#akce.small								{  }
	#akce.small .plavec					{ width: 33.3%; }
	#akce.small .plavec_cont			{ padding-top: 0; margin-right: 10px; }
	#akce.small .last .plavec_cont	{ margin-right: 0; }
	
	#akce.small .plavec h3				{ text-align: center; border-bottom: solid 1px #e6e6e6; }
	#akce.small ul							{ margin: 0; line-height: normal; }
	#akce.small ul li						{ margin-bottom: 5px; padding: 0; background: none; }
	#akce.small ul li .image			{ text-align: left; height: auto; }
	#akce.small ul li .link				{ margin-bottom: 2px; }
	#akce.small ul li .price			{ font-size: 1.2em; }
	
	/* * * * *  nápovìda / helpers  * * * * * */
	#main .napoveda							{ font-size: 0.916em; }
	#main .napoveda a							{ position: relative; border: 1px solid #e6e6e6; background: #f4f4f4; padding: 0 5px; color: #008ccd; font-weight: bold;
													  cursor: help; text-decoration: none; white-space: nowrap; font-family: "Times New Roman", Times, serif; }
	#main .napoveda a span					{ font-size: 1em; display: none; white-space: normal; }
	
	#main .napoveda a:hover					{ background: #008ccd; color: white; }/* tohle tam musí bejt, aby se to vùbec v ie6 zobrazilo */
	#main .napoveda a:hover span			{ display: block; width: 15em; border: 1px solid #e6e6e6; background-color: #f4f4f4;
													  position: absolute; top: 15px; right: 1px; 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; font-family: Arial, Helvetica, sans-serif; }
	
	#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; }
	
	/* * * * * * * Sety - balíèky * * * * * * */
	#bundleContent						{  }
	#bundleContent .plavec			{ min-height: 190px; }
	
	/* * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * *   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 #e6e6e6; }
	#detail table.ceny td					{ padding: 5px 0; color: #333; vertical-align: middle; font-size: 0.8666em; }
	#detail table.ceny td.label			{ padding-right: 8px; text-align: left; border-bottom: dotted 1px #e6e6e6; }
	#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 #e6e6e6; 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: 200px; }
	#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: 10px 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: #888; }
	
	
	#cetelem_splatky,
	#essox_splatky,
	#detail p.telOrder							{ display: inline; float: left; }
	#telObjBox										{ display: none; clear: both; padding: 5px 10px; border: solid 1px #e6e6e6;
														  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 #e6e6e6;
														  background: #f4f4f4 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								{ float: left; line-height: 1em; margin: 0; padding-bottom: 10px; }
	#detail p.akce_buttons span.stitek				{ float: left; margin: 0 2px 0 0; }

	/* * * * * *  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 #e6e6e6; 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; border-bottom: 1px solid #ff6600; }
	.home .tabsHeader         					{ width: 1060px; margin: 2em -60px 0; }
	.tabsHeader:after        					{ display: block; clear: both; content: " "; }
	.tabsHeader ul         						{ margin: 0; text-align: center; line-height: 0.85; }
	.tabsHeader ul:after 						{ display: block; clear: both; content: " "; } 
	.tabsHeader ul li        					{ display: inline-block; margin: 0 1px -1px 0; padding: 0; background: #ececec; border: 1px solid #ececec; border-bottom: 0; }
	.tabsHeader ul li a       					{ float: left; padding: 18px 19px 14px; font-size: 17px; text-transform: uppercase; text-decoration: none; font-weight: 700; font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif; }
	.tabsHeader ul li.ui-tabs-selected  	{ background: white; border-color: #ff6600; position: relative; top: 1px; }
	.tabsHeader ul li.ui-tabs-selected a 	{ padding-bottom: 15px; color: #000; }
	.tabsHeader ul li a:hover     			{ background-image: url(../images/design/transparent.png); }
	.tabsHeader .cleaner       				{ display: none; }
	
	/* záložky na homepage */
	#EshopOffers									{  }	 
	#tabsCont										{ width: 100%; }
	.tabsBody           							{ margin-bottom: 1em; border: solid 1px #e6e6e6; 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						{ font-size: 0.8666em; }
	.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: #aaa; }
	.tabsBody #catTrees							{ border-top: 1px solid #e6e6e6; font-size: 0.8666em; }
	.tabsBody #catSiblings ul li				{ float: left; margin-right: 5px; }
	.tabsBody #catSiblings ul li a			{ padding-right: 2px; }		
	
	/* 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: 0.8666em; }
	.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) 79% 82% no-repeat; }
	.bookmarks .icons li.ico_puzzle a:hover span { background: url(../images/icons/lock_hover.gif) 79% 82% no-repeat; }
	
	.bookmarks #share						{ width: 205px; position: absolute; top: 25px; left: -20px; 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 #d7d7d7; }	
	.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: 48%; 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; }
	
	#facebook_like_products	iframe	{ width: 100% !important; }
	
	/* * * * * *  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 #e6e6e6; border-bottom: 4px solid #e6e6e6; }
	#detail .types .extra1						{  }
  	#detail .types table              		{ width: 100%; font-size: 0.8666em; }
	#detail .types table tr.hover				{ }
	#detail .types table th,
	#detail .types table td						{ padding: 6px 9px; border-bottom: solid 1px #e6e6e6; color: #333333; }
	#detail .types table .last td				{ border-bottom: none; }
	#detail .types table th						{ background: #e6e6e6; }
	#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; background: none; }
	#detail .types table td p.akce_buttons span:before	{ display: none; }
	#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 #e6e6e6; text-align: center;
														  background: white; float: none; }

	
	#detail #typeBox                      			{  }
  	#detail #typeBox .typeHeading						{ padding: 6px 0; margin-bottom: 6px; border-bottom: 4px solid #e6e6e6; 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: 49%; float: left; }
	#detail #typeBox .params ol li *					{ vertical-align: middle; }
	#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 #e6e6e6; 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: #f4f4f4; border: 1px solid #e6e6e6; 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 #e6e6e6; }
	#detail table.hodnoceni th					{ background: #e6e6e6; 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: 100%; }
	
	table#vlastnosti th,
	table#vlastnosti td					{ padding: 0.3em 0.5em; border-bottom: solid 1px #e6e6e6; }
	
	table#vlastnosti th					{ background: #e6e6e6; border-bottom: 1px solid white; font-weight: normal; }
	table#vlastnosti tr.skupina th	{ background: #e6e6e6; 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					{ background: url(../images/pridej_link.gif) 0 4px no-repeat; padding-left: 17px; }
	
	#nazory .comment					{ width: 100%; font-size: 1.0833em; }
	#nazory .comment .hlavicka		{ width: 628px; padding: 7px 10px 7px 28px; background: #e6e6e6 url(../images/comment_hlavicka.gif) 10px 50% no-repeat; }
	div.noborder #nazory .comment .hlavicka	{ width: 664px; }
	#nazory .last						{ border-bottom: none; }
	#nazory .comment_cont			{ }
	#nazory .comment p.nadpis		{ float: left; margin: 0; }
	#nazory .comment p.stars		{ float: right; margin: 0; padding: 0; width: 150px; }
	
	#nazory .vzkaz						{ margin: 1em 0; }
	#nazory .vzkaz p					{ margin-left: 10px; }
	#nazory .vzkaz p.nadpis,
	#nazory .vzkaz p.stars			{ margin-top: 0; }
	#nazory .nest						{ margin: 0.5em 0 1em 3em; padding: 1px 12px; border-left: 6px solid #e6e6e6; }
	#nazory .nest p					{ margin: 0 0 1em; }	
	
	/* * * * * *  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; }
	.product_files p					{ margin: 0 0 1em; color: #333; }
	
	/* * * *  položky / items  * * * */
	.product_files .prod_file							{ margin: 0.5em 0;  border-bottom: dotted 1px #e6e6e6; padding-bottom: 5px; }
	.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: 133px; 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: #f0f8fc; }
	
	.katalog_typ ul li.first			{ cursor: default; border: solid 1px #e6e6e6; background: #f4f4f4 url(../images/default/asistent/select.gif) 114px 50% no-repeat; }
	.katalog_typ ul li.first span		{ display: block; padding: 4px 7px; }
	
	.katalog_typ ul ul					{ background: #f4f4f4; position: absolute; width: 131px; left: -999em; top: 22px; border: solid 1px #e6e6e6; 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: #e6e6e6; }
	.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: 117px; }
	#katalog_sort_text ul ul li:hover	{/*background: none;*/ }
	#katalog_sort_text ul ul li a:hover	{ background: #e6e6e6; }
	#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; font-size: 0.8666em; }
	.katalog_navigace .kat_top:after 					{ display: block; clear: both; content: " "; } 
	.katalog_navigace .kat_top	#katalog_nazev			{ float: left; margin-right: 10px; margin-top: 1px; }	

	/* hack in ie.css*/
	.katalog_navigace .kat_top2							{ width: 100%; margin: 1em 0 0; font-size: 0.8666em; }
	.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 #e6e6e6; 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_4.gif) 10px 50% no-repeat; }
	.katalog_navigace .kat_top2 ul li#list_typ_3		{ background: white url(../images/katalog/list_typ_3.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 #e6e6e6;
																	  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; font-size: 0.8666em; }
	.katalog table th,
	.katalog table td						{ padding: 0.6em 5px; }
	
	.katalog table th						{ border-bottom: solid 1px #e6e6e6; background: #e6e6e6; }
	.katalog table th.sku				{ white-space: nowrap; }
	.katalog table td						{ border-bottom: solid 1px #e6e6e6; }
	.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: #e6e6e6 !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 #e6e6e6; 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 #e6e6e6; }
	.katalog table.slim td				{ padding-top: 13px; }
	.katalog table.slim td.sku			{ white-space: nowrap; }
	.katalog table.slim td.nazev		{ width: 43%; }
	.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 #e6e6e6; 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 #e6e6e6; }
	
	.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 #e6e6e6; }
	#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%; }
	.katalog .boxy:after									{ display: block; clear: both; content: " "; }
	
	.katalog .boxy .plavec								{ display: inline; float: left; width: 194px; min-height: 266px; 
																  margin: 0 20px 20px 0; padding: 11px 12px; border: 1px solid #e6e6e6; position: relative; }
	.katalog .boxy .plavec:hover,
	.deals .plavec:hover									{ background: white; }	
	.katalog .boxy .last									{ margin-right: 0; }
	.katalog .boxy .bottom
	.katalog .boxy .plavec .extra3					{ width: 100%; }
	
	.katalog .boxy .plavec h2							{ margin: 0 0 10px; font-size: 1.083em; font-weight: bold; min-height: 31px; }
	.katalog .boxy .plavec h2 a						{  }
	.katalog .boxy .plavec div.obrazek				{ margin: 0; text-align: center; min-height: 140px; }
	.katalog .boxy .plavec .vedle						{ clear: both; }
	.katalog .boxy .plavec .pod						{ width: 100%; margin: 0; }
	.katalog .boxy .plavec .pod:after 				{ display: block; clear: both; content: " "; } 	
	.katalog .boxy .plavec ul.ceny					{ width: 100%; margin: 0 0 10px; }
	.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.25em; color: black; }
	.katalog .boxy .plavec ul.ceny li span			{ color: #666666; font-weight: bold; }
	.katalog .boxy .plavec p.dostupnost				{ margin: 5px 0 5px 0px; 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: 33px; }
	.katalog .boxy .plavec .tlacitko *				{ vertical-align: middle; }
	.katalog .boxy .plavec .tlacitko	.pieces						{  }
	.katalog .boxy .plavec .tlacitko input.in						{ width: 20px; padding: 5px 1px 5px; margin: 0 5px 5px 0; border: solid 1px #dbdfe6; border-top-color: #abadb3; text-align: center;
																 				  background: white; position: relative; top: 4px; font-weight: bold; color: #444; }
	.katalog .boxy .plavec .tlacitko input.imageSubmit			{ padding: 0; border: none; margin-top: 3px; }																  
	
	.katalog .boxy .plavec p.popis					{ clear: both; min-height: 60px; margin: 0; font-size: 0.916em; }
	
	.katalog .boxy .plavec p.akce_buttons					{ position: absolute; top: 50px; left: 0px; line-height: 1em; height: 0; padding-bottom: 10px; }
	.katalog .boxy .plavec p.akce_buttons span.stitek	{ float: left; clear: left; }

	
	/* * * * *  tøídìní / sorting  * * * * * */
	.katalog table a.down,
	.katalog table a.up					{ display: inline; float: left; width: 11px; height: 11px;
												  background: url(../images/default/katalog/sort_down.gif) 0 0 no-repeat; margin-right: 0.2em; }
	.katalog table a.up					{ background-image: url(../images/default/katalog/sort_up.gif); margin-right: 0; }
	
	.katalog table a.down_sel			{ background-image: url(../images/default/katalog/sort_down_sel.gif); }
	.katalog table a.up_sel				{ background-image: url(../images/default/katalog/sort_up_sel.gif); }
	
	.katalog table a.down:hover		{ background-image: url(../images/default/katalog/sort_down_h.gif); }
	.katalog table a.up:hover			{ background-image: url(../images/default/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			{ margin-right: 3px; }
	.katalog table thead td a.up,
	.katalog table tfoot td a.up				{ margin-right: 3px; }
	
	/* * * * *  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: 6px 8px; }
	
	div.compare_iframe p a,
	div.compare_iframe p a:visited	{ }
	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 #e6e6e6; }
	
	#porovnavani table th				{ background: #f4f4f4; font-weight: normal; }
	
	#porovnavani table td,
	#porovnavani table th.nazev		{ text-align: center; }
	
	#porovnavani table tr.sudy th		{ background: #f4f4f4; }
	#porovnavani table tr.sudy td		{ background: #f4f4f4; }	
	
	
	/* * * * * *  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: 4px 0; }
	.cetelem_plugin table td			{ padding: 4px 0; }
	.cetelem_plugin table td select	{ width: 230px; }
	
	#cetelem_box_all,
	#essox_box_all							{ z-index: 500; }
	
	/* * * * * *  vyhledávání / search failed  * * * * * */
	#nevyhledal								{ width: 100%; }
	#nevyhledal .left						{ float: left; width: 45%; }
	#nevyhledal .left fieldset			{ margin: 0; padding: 0; border: none; background: none; }
	#nevyhledal .left fieldset *		{ vertical-align: middle; }
	#nevyhledal .left input				{ padding: 2px 3px; }
	#nevyhledal .left input.sub		{ width: 110px; height: 26px; 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			{  }
	
	table.obj th			{ border-bottom: solid 1px #e6e6e6; background: #e6e6e6; padding: 0.5em 0.3em; }
	table.obj td			{ border-bottom: solid 1px #e6e6e6; vertical-align: top; padding: 0.2em 0.3em; }
	
	table.obj table		{ border-collapse: collapse; }
	table.obj table th,
	table.obj table td	{ border: none; background: none; color: #666666; 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				{ border-bottom: 1px solid #e6e6e6; }
	table.obj tr.complete td a				{  }
	
	
	/* * * * * *  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-bottom: solid 1px #e6e6e6; padding: 10px 5px; }
	#bonusy td.image			{ text-align: center; }
	#bonusy td.nazev			{ border: none; padding-bottom: 0; }
	#bonusy td.nazev a		{  }
	#bonusy td p				{ margin: 0; }
	
	#bonusy td.popis			{ line-height: 1.5em; padding-top: 0; }
	
	#bonusy td.body			{ text-align: center; border: none; }
	#bonusy td.red				{ text-align: right; }
	#bonusy td.green			{ }
	#bonusy td.chybi strong		{ font-weight: normal; }
	
	#bonusy td.chybi,
	#bonusy td.tlaco			{ text-align: right; }
	#bonusy td.chybi			{ padding-top: 0; }
	
	
	/* * * * * *  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: #3C9700; }
	#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.3636em; 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: 1.2727em; 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: 1.1818em; }
	
	#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-right: solid 1px #e6e6e6;
													  border-bottom: solid 1px #e6e6e6; background: #f4f4f4; }
	.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; }
	
	/* * * úprava - podstránky * * */	
	#stranky .anotace 					{ padding: 10px 10px 0; font-style: italic; background: none; border: 0; }
	.podstranky								{ padding-top: 20px; border-top: 1px dotted #E6E6E6; margin-top: 40px; }
	#stranky .podstranky .anotace 	{ font-style: normal; }
	
	#stranky .podstranky .foto					{ margin: 0 12px 10px 0; float: left; }
	#stranky .podstranky .foto img			{ max-width: 120px; max-height: 100px; }
	#stranky .podstranky .datum				{ color: #666; margin-top: 2px; }
	
	.ref-21.id-24 .podstranky			{ margin-top: 2em; padding: 0; border: 0; }	
	
	
	/* * * * * *  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: 162px; margin: 0 15px 15px 0; text-align: center; }
	.fotky p.last							{ margin-right: 0; }
	.fotky p.foto a						{  }
	.fotky p.foto a img					{ border-right: solid 1px #e6e6e6; border-bottom: solid 1px #e6e6e6; padding: 19px 20px; background: #f4f4f4; }
	.fotky p.foto a:hover img			{ background: #e6e6e6; }
	
	
	/* * * * * *  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: 1em 0; padding: 0; }
	.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: 1em 10px; background: none; border-bottom: 1px dotted #e6e6e6;}   
	
	
	/* * * * * *  kontaktní formuláø / contact form  * * * * * */
	#contact_form										{  }
	#contact_form form								{ margin: 2em 0 0; position: relative; }
	#contact_form .obalka							{ display: none; /*position: absolute; top: -24px; right: 0; width: 111px; height: 80px;
															  background: url(../images/default/obalka.gif) 0 0 no-repeat;*/ }
	#contact_form legend								{ line-height: 0; font-size: 0; padding: 0; background: none; }
	#contact_form fieldset							{ margin: 0; padding: 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: 98%; }
	
	#contact_form fieldset p.poznamka			{  }
	#contact_form fieldset p.submit				{ margin-bottom: 0; }
	
	p.hilite												{ /*background: #fffcd2;*/ }
	input.error,
	textarea.error										{ border: solid 1px #cc0000; }
	.error_msg											{ color: #cc0000; }
	
	.focus												{ border: 1px solid #E99232; }
	.error												{ border: 1px solid red; }
	.errinfo												{ color: red; }
	
	div.error,
	p.error												{ margin-bottom: 15px; padding: 21px 11px 21px 70px; border: 1px solid #cc0000; color: #cc0000;
															  background: url(../images/default/alert.png) no-repeat 10px 50%; }
	div.success,
	p.success											{ margin-bottom: 15px; padding: 21px 11px 21px 70px; border: 1px solid #3c9700; color: #3c9700;
															  background: url(../images/default/succes.png) no-repeat 10px 50%; }
	
	div.error p,
	div.success p										{ margin: 0; }
	
	#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: 150px; }	
	#form_expert_advice input.expert_sub		{ border: none; }
	
	/* poslat na email */
	#form_friend										{  }
	#form_friend label								{ float: left; width: 150px; padding-bottom: 5px; }
	#form_friend textarea							{ width: 98%; }
	#form_friend input.friend_sub					{ border: none; }
		
	/* * * * * *  výpis podkategorií / subcategory list  * * * * * */
	.podkategorie						{ width: 100%; }
	.podkategorie .katInfo			{ display: inline; float: left; width: 128px; margin: 0 19px 10px 0; padding: 15px 15px 10px; border: 1px solid #e6e6e6; min-height: 150px; }
	.podkategorie .last				{ margin-right: 0; }
	.podkategorie .katInfo h2		{ min-height: 30px; margin: 0 0 10px; font-size: 1em; font-weight: bold; text-align: center; }	
	.podkategorie .katInfo p.obr	{ margin: 0; text-align: center; }
	
	.podkategorie .hover				{ border-color: #fad6a7; }
	
	
	/* * * * * *  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%; float: left; width: 100%; margin-top: 0; }
	#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: 18px; height: 15px; overflow: hidden; 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 */
	
	
	/* * * * * *  interpage  * * * * * */
	#interpage h2					{ margin-top: 0.5em; }
	.toBasket						{ margin-bottom: 2em; padding: 4px; padding-top: 0; border: solid 1px #e6e6e6; background: white; }
	.toBasket .toBasketCont		{ padding: 0 16px 16px; /*background: url(../images/default/interpage_success.gif) -30px 0 no-repeat; */ }
	.toBasket p.img				{ display: inline; float: left; width: 110px; padding-top: 16px; margin: 0 14px 0 0; text-align: center; }
	.toBasket .fajfka				{ float: left; width: 48%; margin: 0 10px 0 0; }
	.toBasket .fajfka img		{ float: left; }
	.toBasket .fajfka .text		{ display: block; margin: 0; padding-top: 35px; font-size: 1.4166em; }
	.toBasket span.big			{ width: 50%; float: left; margin-top: 0; font-size: 1.667em; padding: 0 0 0 6px; font-weight: bold; }
	.toBasket .obal				{ float: right; width: 180px; }
	.toBasket p.checkout			{ margin: 0; padding-top: 20px; }
	.inBasket						{ padding: 0 20px 0 146px; }
	.inBasket p.yourBasketHeading	{ font-weight: bold; font-size: 1.1667em; margin: 0; }
	
	table.yourBasket				{ margin-bottom: 1em; }
	table.yourBasket td			{ padding: 7px 10px 7px 0; color: #333; border-bottom: 1px dotted #e6e6e6; }
	table.yourBasket td.name	{ width: 69%; }
	table.yourBasket td.price	{ text-align: right; padding-right: 0; }
	table.yourBasket td.qty		{ text-align: center; }
	
	.navi								{ width: 100%; }
	.navi p.checkout				{ display: inline; float: right; margin: 0; }
	.navi p.continue,
	.toBasketCont p.continue	{ display: inline; float: left; margin: 5px; font-size: 1.083em; }
	.toBasketCont p.continue	{ float: right; width: 169px; margin: 10px 0 0; }
	.navi p.continue a,
	.toBasketCont p.continue a	{ float: left; font-size: 1.1667em; }
		
	
	/* * * * * *  google mapa  * * * * * */
	.google-map-wrapper														{ padding: 10px; background: #F1F9FD; }
	.google-map-wrapper .extra1											{  }
	.google-map-wrapper .google-map-dialog p							{ width: 100%; margin: 0 0 1em; text-align: right; }
	.google-map-wrapper .google-map-dialog p *						{ vertical-align: middle; }
	.google-map-wrapper .google-map-dialog p input#from_address	{ width: 220px; }
	.google-map-wrapper .google-map-dialog p input.submit			{ margin-left: 3px; }
	.google-map-wrapper p#odstavec-directions							{ margin-bottom: 0; }
	
	/* vypis trasy */
	#odstavec-directions									{ text-align: right; }						
	#directions table										{ border: none; background: none; border: 1px solid #dee9ef !important; }
	#directions table td									{ padding: 3px 10px !important; background: white; border-left: 0 none; border-right: 0 none; 
																  border-top: 1px solid #dee9ef !important; border-bottom: 1px solid #dee9ef !important; }

																  
	/* * * * * *  autocomplete  * * * * * */
/*	#autocomplete						{ position: absolute; top: 20px; right: 0px; margin: 12px 0 0; z-index: 110; width: 373px; text-align: left; } */
	#autocomplete						{ position: absolute; top: 85px; left:937px; right: 0px; margin: 0 0 0 -50px; 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; background: #ededed; }
	#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: #d9d9d9; 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: #e6e6e6; float: left; 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: #333; 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; }					
	
	
	 /* * * * * *  jquery slide novinky / jquery slide news  * * * * * */
    .jqueryNews                                                  { width: 1060px; margin: 0 -60px; background: #eaeaea; }
    .jqueryNews .extra                                           { width: 100%; }
    .jqueryNews .extra2                                          { width: 1060px; padding: 0px; }
    .jqueryNews .extra2:after                                    { display: block; clear: both; content: " "; }
    .jqueryNews .carous                                          { position: relative; width: 1060px;}
    .jqueryNews .jcarousel-clip                                  { position: relative; /* <- hack pro ie, hasLayout? */ width: 1060px; overflow: hidden; }
    .jqueryNews h2                                               { margin: 0 0 14px; font-size: 1.538em; }
    .jqueryNews ul.allNews                                       { position: relative; width: 340px; height: 400px; overflow: hidden; margin: 0; }
    .jqueryNews ul.allNews li.news                               { display: inline; float: left; width: 1060px; height: 400px; padding: 0; margin: 0; background: none; }
    .jqueryNews ul.allNews li.news:after                         { display: block; clear: both; content: " "; }
    .jqueryNews ul.allNews li.news .banner                       { margin: 0; text-align: left; }

    .jqueryNews #jc_control p.paginator                          { position: absolute; top: 375px; left: 503px; margin: 0; font-size: 1em; line-height: normal; }
    .jqueryNews #jc_control p.paginator a                        { float: left; width: 13px; height: 10px; overflow: hidden; text-indent: -99999em; margin-right: 7px; color: #767676; text-decoration: none; text-align: center; background: #000; }
    .jqueryNews #jc_control p.paginator a.selected               { background: #ff6600; color: #363636; font-weight: bold; }
    .jqueryNews #jc_control p.paginator a.button                 { width: 17px; height: 17px; margin: 0 0 0 12px; padding: 0; color: white;
                                                                    background: #1a1a1a url(../images/novinky_buttons.gif) -17px 0 no-repeat; }
    .jqueryNews #jc_control p.paginator a#mycarousel-pause       { background-position: 0 0; }
    .jqueryNews #jc_control p.paginator a.button span            { position: absolute; top: -999em; left: -999em; }
    
    .jqueryNews .akce h2            { margin: 0 0 3px; font-size: 1.23em; color: white; font-weight: bold; }
    .jqueryNews .akce p            { margin: 0; }
    .jqueryNews .akce p a        { color: white; text-decoration: none; }
    .jqueryNews .akce p a span    { text-decoration: underline; vertical-align: middle; }
    .jqueryNews .akce p a img    { margin-left: 4px; vertical-align: middle; }				
		
    
	/*********************************************************************************************************/
	/* CSS 3 - common styles */
	/*********************************************************************************************************/
	
	/* [OBSOLETE?] - BOX-SHADOW */																
	#autocomplete ul li.all-results 					{ -moz-box-shadow: 0px 1px 0px #b0b2b3; -webkit-box-shadow: 0px 1px 0px #b0b2b3; -ms-box-shadow: 0px 1px 0px #b0b2b3; box-shadow: 0px 1px 0px #b0b2b3; }


	#tooltip,
	#tooltip.tooltip_info								{ -moz-box-shadow: 4px 4px 7px #d0d0d0; -webkit-box-shadow: 4px 4px 7px #d0d0d0; -ms-box-shadow: 4px 4px 7px #d0d0d0; box-shadow: 4px 4px 7px #d0d0d0; }											

	/* [OBSOLETE?] TEXT-SHADOW */
	
	/*	[OBSOLETE?] - RGBA */
	/*
	#top ul#top_nav li.active a						{ color: rgba(255, 255, 255, 0.8); }
	p.akce_buttons span.akce,
	p.akce_buttons span.doprodej						{ background-color: rgba(251, 227, 227, 0.8); }
	p.akce_buttons span.novinka						{ background-color: rgba(252, 245, 194, 0.8); }
	p.akce_buttons span.doprava						{ background-color: rgba(245, 251, 241, 0.8); }
	*/

	.jqueryNews #jc_control p.paginator a			{ -moz-transform: skewX(-25deg); -webkit-transform: skewX(-25deg); -o-transform: skewX(-25deg); -ms-transform: skewX(-25deg); transform: skewX(-25deg); }
	
	#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: 300px; }
	#detail .jcarousel-list li, 
	#detail .jcarousel-item 	{ height: 295px; }
	#detail .jcarousel-list li .obrazek img 	{ vertical-align: top; max-width: 100%; max-height: 145px; width: auto; height: auto; }
	#detail .jcarousel-list li .nase 	{ float: none; display: block; }
#prod-related {margin-bottom: 20px;}

	#main span.tooltiptop{
		background: #FFF;
		border: 1px solid #F60;
		color: #F60;
	}
	/* V041212 */
	.expert_advice_box{ padding:10px;border:1px solid black; margin-bottom:20px; text-align: center;}
	.expert_advice_box .expert_photo {max-width: 100px;}
	.expert_advice_box .title{display: inline-block;width: 238px;clear: none;font-size: 1.5em; margin-left:20px; margin-top: 0.5em; text-align: left;}
	.expert_advice_box .text {display: inline-block;width: 238px;clear: none;font-size: 0.85em;margin-left:20px; text-align: left;}
	.expert_advice_box .text p:last-child {margin-bottom:0;color: #aaa;font-size: 0.9em; }
	.expert_advice_box .expert_photo:after,
	.expert_advice_box .title:after,
	.expert_advice_box .text:after{ content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}