body
{
	background-color: #eeefef;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

div#env, .wLocal div#env
{
	width: 980px;
	min-height: 200px;
	margin: 10px auto;
	background-color: #fff;
	padding-top: 150px;
	position: relative;
}

.wLocal div#env { padding-top: 181px; } /* 180px obsah + 1px border localNav*/

div#header
{
	height: 150px;
	width: 747px;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 233px;
}

div#cPanel /* control panel - obsahuje vyhledavaci policko a region selektor */
{
	position: absolute;
	top: 45px;
	/*right: 230px;*/
	right: 30px;
	z-index: 5;
	width: 517px;
	height: 21px;
}


div#regionSel { float: right; }

form#search
{
	position: absolute;
	top: 45px;
	right: 30px;
	height: 21px;
	width: 200px;
	padding: 0;
	margin: 0;
	float: right;
	text-align: right;
}

form#search .text
{
	margin: 0;
	padding: 0;
	border: 1px solid #aca9a9;
	vertical-align: top;
	height: 19px;
}

form#search .btn
{
	height: 21px;
	padding: 0 3px 1px 3px;
	color: #00a9e0;
}


div#sPanel /* social panel - obsahuje linky na zbytecnosti facebook a twitter */
{
	position: absolute;
	top: 65px;
	z-index: 1;
	width: 717px;
	height: 24px;
	text-align: right;
	margin: 18px 30px 0 0;
	line-height: 24px;
	font-weight: bold;
	font-size: 12px;
	color: #00a9e0;
}

div#sPanel a { color: #00a9e0; }

div#logo
{
	width: 233px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff url('img/logo.png') no-repeat 0 0;
}

div#main, .wLocal div#main, div#main.grad, .pad, div#main.homepage
{	/* .pad upravuje padding boxu main, aby vnitrni casti byly ve spravne vzdalenosti od kraje, div#main.pad nefunguje v ie6 */
	/*width: 940px;*/
	margin: 0 20px 0 20px;
	padding-bottom: 10px;
}

div#main.grad { background: #fff url('img/bg_main.png') repeat-x bottom left; }

.wLocal div#main, .pad
{	/* dela 20px mezeru mezi lokani navigaci a main (kvuli gradientu v main, aby dosahl az k lokalni navigaci) */
	padding: 20px 30px 5px 30px;
	/*width: 840px;*/
}

div#main.homepage
{
	border-top: 1px solid #c9cac8;
	padding-top: 20px;
}

div#hPanel
{
	margin: 0 20px;
	min-height: 100px;
	padding: 5px 30px;
	border-bottom: 1px solid #000;
}

div#hPanel
{
	border-top: 1px solid #000;
	background: #fff url('img/bg_hpanel.png') repeat-x left bottom;
}



div#globalNav
{
	background: #000 url('img/bg_global.png') no-repeat 0 0;
	/*width: 593px;*/
	height: 30px;
	/*margin: 0 0 0 154px;*/
	margin: 0;
	float: right;
	padding-right: 14px;
}

div#localNav
{
	height: 30px;
	position: absolute;
	top: 150px;
	left: 20px;
	background: #fff url('img/bg_local.png') repeat-x left bottom;
	border-bottom: 1px solid #000;
	width: 940px;
	line-height: 30px;
}

div#footer, div#footer.eshop
{
	min-height: 35px;
	margin: 20px;
	font-size: 12px;
}

div#footer.eshop
{
	border-top: 1px solid #000;
	padding-top: 10px;
}

/* seznamy navigace */
div#cPanel ul, div#globalNav ul, div#localNav ul, div#footer ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#globalNav li, div#globalNav li.active
{
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	/*margin: 0 5px 0 0;*/
	padding: 0 5px 0 5px;
}

div#globalNav li.active
{
	background: transparent url('img/bg_global_act_left.gif') no-repeat 0 0;
	padding: 0 0 0 10px;
}

div#globalNav li a, div#globalNav li.active a
{
	display: block;
	height: 30px;
	float: left;
	height: 30px;
	color: #fff;
	text-decoration: none;
	margin: 0 5px 0 0;
	font-size: 15px;
	/*letter-spacing: 0.03em;*/
	padding-left: 5px;
}

div#globalNav li.active a
{
	color: #00a9e0;
	font-weight: bold;
	background: transparent url('img/bg_global_act_right.png') no-repeat top right;
	padding: 0 10px 0 0;
}

div#localNav li, div#localNav li.active
{
	float: left;
}

div#localNav li a, div#localNav li.active a
{
	color: #00a9e0;
	text-decoration: none;
	font-size: 14px;
	line-height: 30px;
	display: block;
	padding: 0 15px;
	/*letter-spacing: 0.03em;*/
}

div#localNav li.active a
{
	font-weight: bold;
	background-color: #fff;
}

div#footer ul
{
	float: left;
	margin-left: -5px;
}

div#footer li
{
	float: left;
}

div#footer a
{
	color: #000;
	text-decoration: none;
}

div#footer li a
{
	margin: 0 5px 0 5px;
}

div#logo a
{
	display: block;
	width: 233px;
	height: 150px;
	text-decoration: none;
}

div#logo a span { visibility: hidden; }

div#logo em.tagline
{
	display: block;
	font-style: normal;
	position: absolute;
	top: 116px;
	left: 62px;
}

/* language selector */
div#cPanel span.label
{
	display: block;
	float: left; /* kvuli zarovnani prvku uvnitr obalujiciho divu, ktery plave doprava */
	margin-right: 5px;
	line-height: 21px;
	height: 21px;
	vertical-align: middle;
	font-weight: bold;
}

div#cPanel a.activeLng
{
	text-decoration: none;
	display: block;
	float: left;
	height: 19px;
	width: 150px;
	border: 1px solid #aca9a9;
	background: #fff url('img/bg_input_element.png') repeat-x bottom left;
	padding: 0 0 0 5px;
	cursor: pointer;
}

div#cPanel a.activeLng span
{
	background: transparent url('img/arrow_region_sel.gif') no-repeat top right;
	display: block;
	height: 19px;
	line-height: 19px;
	vertical-align: middle;
	color: #000;
}

ul#lngList
{
	position: absolute;
	top: 21px;
	right: 0;
	width: 155px;
	z-index: 15;
	border-left: 1px solid #aca9a9;
	border-right: 1px solid #aca9a9;
	margin: 0;
	padding-bottom: 200px;
	list-style-type: none;
}

ul#lngList li
{
	height: 20px;
	border-bottom: 1px solid #aca9a9;
	padding: 0 0 0 0;
	margin: 0;
	line-height: 20px;
	vertical-align: middle;
	background: #fff url('img/bg_input_element.png') repeat-x bottom left;
}

ul#lngList li a, ul#lngList li a:hover
{
	padding: 0 0 0 5px;
	display: block;
	color: #000;
	text-decoration: none;
}

ul#lngList li a:hover
{
	background-color: #fff;
}
/* language selector end */



div#cPanel input.text
{
	height: 17px;
	border: 1px solid #aca9a9;
	margin: 1px 0 0 0;
	vertical-align: top;
}

div#cPanel input.btn
{
	margin: 0;
	vertical-align: bottom;
}

div#cPanel input.btn, div#cPanel span
{
	color: #00a9e0;
	font-size: 12px;
}


div#footer a.compName, div#footer span
{
	display: block;
	float: right;
	color: #c9cac8;
}

div#header label { display: none; }

/* obecne styly */

hr, hr.dot, hr.aggSep
{
	clear: both;
	border: none;
	border-top: 1px solid transparent; /* kvuli IE6 */
	border-bottom: 1px solid #000;
	margin: 10px 0;
	padding-top: 12px;
}

hr.dot, hr.aggSep { border-bottom: 1px dotted #000; }


hr.clear, span.clear
{
	clear: both;
	visibility: hidden;
	border: none;
	margin: 0 !important;
	line-height: 1px;
	padding: 0;
}

span.clear { display: block; }

a, a.red, a.blue, a.redSidebar
{
	color: #d61818;
	text-decoration: underline;
}

a.red, a.blue, a.redSidebar
{
	padding: 0 0 0 23px;
	font-weight: bold;
}

a.red, a.redSidebar { background: transparent url('img/icon_link_red.gif') no-repeat 0 0; }

a.redSidebar
{
	display: block;
	font-size: 14px;
	line-height: 20px;
	background-position: 0 3px;
}

a.blue
{
	background: transparent url('img/icon_link_blue.gif') no-repeat 0 0;
	text-decoration: none;
	color: #000;
}

a img
{
	border: none;
	vertical-align: middle; /* zarovnava text u social ikon */
}

p img.ar
{
	float: right;
	margin: 0 0 15px 15px; 
}

.discount
{
	background: transparent url('img/icon_discount.gif') no-repeat 97% 10px;
	padding: 10px 50px 10px 0px;
}

img.screenshot
{
	margin-top: 20px;
}

h1, h2, h3
{
	/*padding: 0;
	margin: 0;*/ /* ovlivnuje pozici divu main*/
}

h1
{
	font-size: 22px;
	margin-bottom: 20px;
}

h2
{
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 20px;
	clear: both;
	text-shadow: 1px 1px 0 #e1e1e1;
}

h3 { font-size: 12px; }
h4 { font-size: 16px; }

div#hPanel h2 { font-size: 22px; }

h2.red
{
	padding: 0 0 0 23px;
	background: transparent url('img/icon_link_red.gif') no-repeat 0 0;
	text-decoration: underline;
	color: #d61818;
	font-size: 12px;
	cursor: pointer;
}

p
{
	margin: 10px 0;
	line-height: 165%;
}

ul.plain
{
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

ul.affiliate li
{
	border-bottom: 1px solid #000;
	padding: 10px 0;
}

ul.green, ul.blue, ul.lightBlue
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.green li
{
	background: transparent url('img/bullet_green.gif') no-repeat 0 5px;
	padding: 0 0 0 28px;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
}

ul.blue li, ul.lightBlue li
{
	background: transparent url('img/bullet_blue.gif') no-repeat 0 3px;
	padding: 0 0 0 23px;
	line-height: 22px;
	/*font-size: 13px;*/
	/*font-weight: bold;*/
}

ul.blue li { font-weight: bold; }

table
{
	border: 1px solid #646464;
	border-collapse: collapse;
	background: transparent url('img/bg_hpanel.png') repeat-x bottom left;
	border-spacing: 0;
}

td, th
{
	border: 1px solid #C9CAC8;
	padding: 3px 5px;
}

/* features box */
.password, .form, .security
{
	font-size: 22px;
	line-height: 44px;
	padding: 0 0 0 42px;
}

.password { background: transparent url('img/icon_head_password.gif') no-repeat 0 0; }
.form { background: transparent url('img/icon_head_formfilling.gif') no-repeat 0 0; }
.security { background: transparent url('img/icon_head_security.gif') no-repeat 0 0; }

ul.features
{
	padding: 0;
	margin: 0 0 35px 0;
	list-style-type: none;
	border-top: 1px dotted #000;
}

ul.features li.featureEnv
{
	padding: 7px 40px 7px 65px;
	background: transparent url('img/bullet_arrow.gif') no-repeat 42px 7px;
	border-bottom: 1px dotted #000;
}

ul.features li.featureEnv h2, ul.features li.featureEnv h3
{
	margin: 0;
	padding: 0;
}

ul.clickable li.featureEnv h2 { cursor: pointer; }

div.feature { margin: 0 -20px 0 -20px; }

div.feature .colA
{
	width: 390px;
	padding-right: 20px;
	margin-right: 0;
}

div.feature .colB
{
	width: 340px;
}
/* features box end */

/* boxy start */
blockquote { margin: 15px 0 15px 0; }

cite
{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

blockquote span
{	/* pro umisteni uvozovek */
	font-weight: bold;
	font-size: 17px;
	font-family: Tahoma;
}


.box170 { width: 170px; } /* 1/4 sirky hPanelu */
.box200 { width: 200px; } /* ikony FB a twitter v hPanelu */
.box420 { width: 420px; } /* 1/2 sirky hPanelu */
.box350 { width: 350px; } /* uzky odstavec v colB */
.halfbox { width: 308px; } /* polovina wideboxu */

.widebox /* stejna sirka jako hpBanner, ale bez pozadi */
{
	width: 619px;
	padding: 0 40px 0 0;
	float: left;
}

.sidebar
{
	width: 221px;
	float: left;
}

.moneyBack
{
	font-weight: bold;
	font-size: 13px;
	color: #00a9e0;
	position: absolute;
	top: 215px;
	left: 280px;
	z-index: 2;
	height: 40px;
	width: 122px;
	padding: 10px 0 0 38px;
	background: #fff url('img/bg_money_back.png') no-repeat 0 0;
}

.freeTrial, .freeTrial_fr, .freeTrial_de, .freeTrial_cs, .freeTrial_ru
{
	position: absolute;
	top: 240px;
	right: 0;
	width: 29px;
	height: 181px;
}

.freeTrial_fr { height: 278px; }
.freeTrial_de { height: 244px; }
.freeTrial_cs { height: 170px; }
.freeTrial_ru { height: 303px; }

.colA
{
	width: 350px;
	min-height: 200px;
	float: left;
	margin-right: 100px;
}

.colB
{
	width: 400px;
	min-height: 200px;
	float: left;
}

.colC
{	/* toto je colB pro downloads */
	width: 350px;
	padding-left: 50px;
	float: left;
}

.primaryCol
{
	float: left;
	width: 500px;
	margin-right: 50px;
}

.secondaryCol
{
	float: left;
	width: 320px;
	border-left: 1px solid #c9cac8;
	padding-left: 45px; 
	
}

/* boxy - s gradientem a hornim a dolnim okrajem */
.hlDot, .hlLine { background: #fff url('img/bg_hpanel.png') repeat-x left bottom; }

.hlDot
{
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

.hlLine
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.hpBanner
{
	width: 313px; /* original 719px, minus padding minus 1px kvuli IE6 */
	min-height: 390px;
	float: left;
	background: transparent url('img/bg_homepage_banner.png') no-repeat 0 0;
	padding: 25px 40px 0 365px;
}

#hpEnv
{
	width: 719px;
	float: left;
	/*min-height: 390px;*/
}

.hpBanner span, .hpBanner h1
{
	font-weight: bold;
	font-size: 26px;
}

.hpBanner p
{
	font-size: 16px;
	line-height: 20px;
	margin: 40px 0 15px 0;
}

.hpBanner a.red
{
	font-size: 18px;
	background-position: left center;
	display: block;
	margin-bottom: 60px;
}

.hpSidebar
{
	width: 221px;
	float: left;
	background: transparent url('img/bg_hp_sidebar_btm.png') no-repeat left bottom;
}

.hpSidebarIn
{
	width: 186px;
	background: transparent url('img/bg_hp_sidebar_top.png') no-repeat left top;
	margin: 0 0 10px 0;
	padding: 10px 5px 0 30px;
}

.hpSidebar h2
{
	font-size: 22px;
	text-align: center;
	margin-top: 0;
}

.hpSidebar p, .hpSidebar img { margin: 10px 20px; }

.hpSidebar strong { font-size: 14px; }

div#hPanel p.dwnNote
{
	width: 200px;
}
/* boxy konec*/

/* faq start */
dl
{
	margin: 0;
	padding: 0;
}

dt
{
	margin: 0;
	padding: 5px 0 5px 20px;
	cursor: pointer;
	font-weight: bold;
	color: #00a9e0;
	background: transparent url('img/bullet_arrow.gif') no-repeat 0 5px ;
}

dd
{
	margin: 0 0 0 20px;
}

dd ol
{
	margin: 0 0 0 20px;
	padding: 0;
}

dd li
{
	margin: 10px 0;
	padding: 0;
}
/* faq konec */


/* odkazova tlacitka start */
.hpSidebar a
{
	display: block;
	font-weight: bold;
	text-decoration: none;
}

a.btnDownload, a.btnDownloadCnet, a.btnDownloadChip
{
	display: block;
	width: 139px;
	line-height: 42px; /* vyska je 47, tady se to musi snizit o horni padding, kterym se dosahne horizontalniho vycentrovani */
	padding: 5px 0 0 48px;
	background: #7ab800 url('img/button_download.png') no-repeat 0 0;
	color: #fff;
	font-size: 17px;
	margin-bottom: 4px;
}

a.btnDownloadCnet { background: #7ab800 url('img/button_download_cnet.png') no-repeat 0 0; }

a.btnDownloadChip
{
	background: transparent url('img/button_download_chip.png') no-repeat 0 0;
	height: 75px;
}

a.btnBuy
{
	display: block;
	width: 154px;
	line-height: 36px;
	padding: 0 0 0 33px;
	background: transparent url('img/button_buy.png') no-repeat 0 0;
	font-size: 11px;
}

/* pouziva se v hPanelu */
a.btnDownload2, a.btnDownload2Cnet, a.btnDownload2Chip
{
	display: block;
	width: 139px;
	height: 49px;
	background: transparent url('img/button_download2.gif') no-repeat 0 0;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 0 0 47px;
}

a.btnDownload2Cnet { background: transparent url('img/button_download2_cnet.gif') no-repeat 0 0; }

a.btnDownload2Chip
{
	background: transparent url('img/button_download2_chip.gif') no-repeat 0 0;
	height: 64px;
}
/* odkazova tlacitka konec */

/* eshop start  */
form.shop
{
	margin: 0;
	padding: 0;
	/*width: 350px;*/
	/*line-height: 15px;
	vertical-align: middle;*/
}


.wideShop form.shop fieldset
{	
	float: left;
	margin-right: 100px;
}


form.shop fieldset
{
	margin: 0;
	padding: 0;
	border: none;
	width: 350px;
}

form.shop legend
{
	display: none;
	/*height: 1px;
	visibility: hidden;*/
}

div.product
{
	/*padding: 5px 8px; tento jediny radek je puvodni verze*/
	padding: 8px;
	border: 1px solid #fff;
}

div.selectedProduct
{
	border: 1px solid #00a9e0;
	background: transparent url('img/bg_selected_product.gif') repeat-x left bottom;
	padding: 8px;
}

div.specialOffer
{
	margin-bottom: 4px;
}

div.specialOffer strong
{
	display: block;
	float: left;
	color: #00a9e0;
}

form.shop label
{
	cursor: pointer;
	=line-height: 20px;
	=vertical-align: middle;
}


form.shop label em
{
	display: block;
	float: left;
	margin-left: 15px;
	color: #00a9e0;
	font-size: 11px;
}

form.shop input.radio
{
	float: left;
	display: block;
	margin: 0 5px 0 0;
	/*padding: 0;*/
}

span.licLabel
{
	float: left;
	display: block;
}


span.price
{
	display: block;
	float: right;
}

div.product span.licLabel, div.product span.price
{
	color: #aca9a9;
}

form.shop input.buy, form.shop input.buy_free_scan
{
	width: 286px;
	height: 75px;
	color: #fff;
	background: #d61818 url('img/button_buy_shop.png') no-repeat 0 0;
	border: none;
	font-weight: bold;
	font-size: 16px;
	padding: 22px 0 0 68px;
	text-align: left;
	line-height: 16px;
	vertical-align: bottom;
	float: left;
	cursor: pointer;
}

form.shop input.buy_free_scan
{
	background-image: url('img/button_buy_shop_free_scan.png');
	height: 95px;
	padding-top: 8px; 
}

form.shop .ordering
{
	background: transparent url('img/bg_ordering.png') no-repeat 0 0;
	padding: 12px 0 0 0;
	margin-top: 12px;
	width: 350px;
}

.wideShop form.shop .ordering {	float: left; }
.wideShop form.shop input.buy { =margin-left: -20px; } /* nechapu, cim to je, ale je to posunuty o 20px...*/

form.shop .ordering span
{
	display: block;
	width: 50px;
	float: right;
	margin-top: 22px;
	font-weight: bold;
	color: #00a9e0;
}

/* eshop end */

/* downloads start */
p.downloads
{
	padding-right: 23px;
	padding-bottom: 15px;
	padding-left: 43px;
	border-bottom: 1px solid #000;
	color: #aca9a9;
	line-height: 23px;
	vertical-align: middle;
}

p.downloads a { font-weight: bold; }

/*p.downloads a.note { color: #aca9a9; }*/
.note { color: #aca9a9; }

.sticky
{
	background: transparent url('img/icon_dwn_sticky.gif') no-repeat 0 0;
	padding-top: 11px;
}

.doc
{
	background: transparent url('img/icon_dwn_doc.gif') no-repeat 0 0;
	padding-top: 0;
}

.folder
{
	background: transparent url('img/icon_dwn_folder.gif') no-repeat 0 0;
	padding-top: 0;
}

.gds
{
	background: transparent url('img/icon_dwn_gds.gif') no-repeat 0 0;
	padding-top: 0px;
	margin-bottom: 80px; /* posledni polozka v seznamu, pod kterou ma byt misto */
}

a.btnDownloadWide, a.btnDownloadWideCnet, a.btnDownloadWideChip
{
	display: block;
	width: 217px;
	height: 48px;
	background: transparent url('img/button_download_wide.gif') no-repeat 0 0;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	padding: 11px 0 0 60px;
	margin-bottom: 4px;
}

a.btnDownloadWideCnet { background: transparent url('img/button_download_wide_cnet.gif') no-repeat 0 0; }

a.btnDownloadWideChip
{
	background: transparent url('img/button_download_wide_chip.gif') no-repeat 0 0;
	width: 299px;
}

a.btnDownloadWide em, a.btnDownloadWideCnet em, a.btnDownloadWideChip em
{
	font-style: normal;
	font-weight: bold;
}

a.btnDownloadWide span, a.btnDownloadWideCnet span, a.btnDownloadWideChip span { font-size: 13px; }


a.btnBuyWide
{
	display: block;
	width: 212px;
	height: 26px;
	font-weight: bold;
	background: transparent url('img/button_buy_wide.gif') no-repeat 0 0;
	text-decoration: none;
	padding: 10px 0 0 65px;
}
/* downloads end */

/* tabs start */

div.tabs
{
	border-bottom: 1px solid #000;
	padding-left: 15px;
}

div.tabs ul
{
	margin: 0;
	padding: 0;
	height: 27px;
	list-style-type: none;
}

div.tabs li, div.tabs li.active
{
	float: left;
	background: transparent url('img/bg_tab_right.gif') no-repeat top right;
	padding: 0 10px 0 0;
	margin: 0 2px;
	line-height: 27px;
}

div.tabs li.active { background: transparent url('img/bg_tab_act_right.gif') no-repeat top right; }

div.tabs li a, div.tabs li.active a
{
	background: transparent url('img/bg_tab_left.gif') no-repeat top left; 
	text-decoration: none;
	color: #4f4f4f;
	line-height: 27px;
	padding: 0 0 0 10px;
	margin-left: -3px;
	display: block;
}

div.tabs li.active a
{
	background: transparent url('img/bg_tab_act_left.gif') no-repeat top left;
	font-weight: bold;
/*	color: #00a9e0;*/
}

/* tabs end */

/* ikony podporovanych aplikaci*/
div.appIcons { text-align: center; }
div.appIcons a { padding: 15px 12px; }
div.appIcons img { 	margin: 15px 0; }
.strike { text-decoration: line-through; }
.borderTop { border-top: 1px solid #000; }

/* video v about us */
.video
{
	background: #e5f4fb url('img/bg_video.png') repeat-x bottom left;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 20px 10px;
}

.umbrella
{
	background: transparent url('img/umbrella.gif') no-repeat 0 0; 
	display: block;
	width: 111px;
	height: 83px;
	margin-left: 215px;
}

.singleAward img, .award img { margin: 45px 5px 0 0; }

.caption
{
	width: 330px;
	text-align: center;
}

/* formulare start */
hr.elementSeparator
{
	clear: both;
	visibility: hidden;
	padding: 0;
	margin: 5px 0;
}

.address3 { display: none; }

label
{
	/*display: block;*/
	padding: 2px 0;
}

.inputEl, form.czCheckout .inputEl
{
	background: #fff url('img/bg_input_element.png') repeat-x left bottom;
	border: 1px solid #bcbec0;
	padding: 3px 3px 2px 3px;
}

select { border: 1px solid #bcbec0; }
.list { width: 300px; } /* pro seznamy zemi a provincii */

textarea
{
	background: #fff url('img/bg_hpanel.png') repeat-x bottom left;
	border: 1px solid #bcbec0;
}

fieldset
{
	border: none;
	padding: 2px 0;
}

.valMsg, .invalidLbl, .error { color: #d61818; }
.invalidLbl, .staticLbl, .error { font-weight: bold; }

.success
{
	color: #7ab800;
	font-weight: bold;
}

.submitBtn, .backBtn, .submitBtn150, .backBtn150
{
	width: 120px;
	height: 31px;
	background: #c20c0c url('img/bg_button_120.png') no-repeat 0 0;
	color: #fff;
	border: none;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.submitBtn150
{
	background-image: url('img/bg_button_150.png');
	width: 150px;
}

.backBtn, .backBtn150
{
	background: #eae8e8 url('img/bg_button_back_120.png') no-repeat 0 0;
	color: #000;
}

.backBtn150
{
	background: #eae8e8 url('img/bg_button_back_150.png') no-repeat 0 0;
	width: 150px;
}


/* formulare konec */

/* cesky eshop start */
div#shopProgessBar
{
	padding: 8px;
}

div#shopProgessBar ol
{
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none; 
	height: 32px;
}

div#shopProgessBar li, div#shopProgessBar li.currentStep
{
	float: left;
	height: 32px;
	width: 135px;
	padding: 0 0 0 43px;
	margin-right: 50px;
	font-size: 14px;
	color: #b9bab8;
	line-height: 16px;
}

div#shopProgessBar li.currentStep
{
	color: #757575;
}

.step1 { background: transparent url('img/bg_checkout_progress_1.png') no-repeat 0 0; }
.step1a { background: transparent url('img/bg_checkout_progress_1a.png') no-repeat 0 0; }
.step2 { background: transparent url('img/bg_checkout_progress_2.png') no-repeat 0 0; }
.step2a { background: transparent url('img/bg_checkout_progress_2a.png') no-repeat 0 0; }
.step3 { background: transparent url('img/bg_checkout_progress_3.png') no-repeat 0 0; }
.step3a { background: transparent url('img/bg_checkout_progress_3a.png') no-repeat 0 0; }
.step4 { background: transparent url('img/bg_checkout_progress_4.png') no-repeat 0 0; }
.step4a { background: transparent url('img/bg_checkout_progress_4a.png') no-repeat 0 0; }

div#shopMain
{
	width: 540px;
	margin-right: 60px;
	float: left;
}

div#shopSidebar
{
	width: 340px;
	float: right;
}

form.czCheckout .billingLabel
{
	display: block;
	float: left;
	width: 175px;
	text-align: right;
	padding: 5px 10px 0 0;
	margin: 0 0 2px 0;
	
}

form.czCheckout .valMsg
{
	padding: 5px 10px 0 0;
	margin: 0 0 2px 0;
}

form.czCheckout .inputEl
{
	display: block;
	float: left;
	margin-bottom: 5px;
}

form.czCheckout .invalidEl
{
	margin-left: 185px;
}

form.czCheckout legend
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 8px;
	border-bottom: 1px solid #000;
	background: #fff url('img/bg_input_element.png') repeat-x bottom left;
	width: 530px;
	display: block;
}

div#checkoutReview h2, h2.shaded
{
	margin-top: 0;
	padding: 5px 0 5px 8px;
	border-bottom: 1px solid #000;
	background: #fff url('img/bg_input_element.png') repeat-x bottom left;
}

h2.shaded
{
	margin: 0 0 15px 0;
}


table.cart
{
	border: 1px solid #757575;
	margin: 10px 0 20px 0;
	background-image: none;
	width: 98%;
	font-size: 12px;
}

table.cart th, table.cart td
{
	border: none;
	border-bottom: 1px solid #757575;
}

/* vypis billing a shipping info */
table.checkoutReview
{
	background-image: none;
	font-size: 13px;
	border: none;
	margin-bottom: 20px;
}

table.checkoutReview th, table.checkoutReview td
{
	border: none;
}

table.checkoutReview th
{
	width: 175px;
	text-align: right;
	padding-right: 10px;
}



.paymentOptionRadio
{
	margin-right: 10px;
}

.paymentOptionLbl
{
	font-weight: bold;
	cursor: pointer;
}

.paymentOptionDesc
{
	color: #2b2b2b;
	/*width: 50%;*/
	line-height: 140%;
	padding: 0 0 0 28px;
	margin: 3px 0 10px 0;
}

hr.paymentOptionSep
{
	border: none;
	border-top: 1px solid #ebecea;
	padding: 0;
	margin: 0 0 8px 0;
}

/* cesky eshop konec */

.hpText
{
	height: 170px;
	overflow: auto;
	margin: 10px 0;
	padding: 0 3px 0 0px;
}

.hpText p
{
	margin: 0 0 10px 0;
	font-size: 12px;
}

/* affiliate graphics */
ul.affiliate div
{
	width: 50%;
	float: left;
}

ul.affiliate a.preview
{
	display: block;
	float: right;
	width: 50%;
	text-align: right;
}

/* awards */
ul.awardList
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.awardList li
{
	margin-bottom: 20px;
}

ul.awardList a.award
{
	display: block;
	width: 200px;
	margin-right: 20px;
	text-align: center;
	float: left;
}

ul.awardList a.award img
{
	margin: 0 auto;
}

ul.awardList h2
{
	width: 399px;
	float: right;
	margin-top: 0;
}

ul.awardList h2 a
{
	text-shadow: none;
	color: #000;
	text-decoration: none;
}

/* SP5 homepage */
div#bottomPanel
{
	margin: 20px 20px 0 20px;
	min-height: 100px;
	padding: 5px 10px;
	border-bottom: 1px solid #000;
}

.mainBanner
{
	width: 677px;
	padding: 0 10px 10px 10px;
	/*float: left;*/
	/*margin-left: 20px;*/
}

.videoPreview
{
	width: 219px;
	float: left;
}

.sp5Sidebar
{
	width: 221px;
	float: left;
}

.smallFeatureBox, .smallBottomBox
{
	width: 199px;
	padding: 10px;
	float: left;
	min-height: 249px;
}

.largeFeatureBox
{
	width: 420px;
	margin-bottom: 20px;
	float: left;
}

.middleBottomBox
{
	margin: 0 20px;
	width: 440px;
	float: left;
}

.mainBanner h1
{
	text-align: center;
	font-size: 30px;
	margin: 0 0 11px 0;
}

.mainBanner p
{
	text-align: center;
	font-size: 16px;
}

.smallBottomBox h3 { margin-top: 0; }

.smallFeatureBox h2, h2.saveTime, h2.protectYourself, h2.getOrganized
{
	font-size: 19px;
	line-height: 27px;
	margin-top: 0;
	padding: 0;
}

.smallFeatureBox h2 a, h2.saveTime a, h2.protectYourself a, h2.getOrganized a { text-decoration: none; }
.smallFeatureBox h2 a:hover { text-decoration: underline; }

.smallFeatureBox ul a
{
	text-decoration: none;
	color: #000;
}

.smallFeatureBox ul
{
	list-style-type: none;
	margin: 15px 0;
	padding: 0;
}

.smallFeatureBox li
{
	margin-bottom: 10px;
	font-size: 14px;
	/*line-height: 130%;*/
}

.sp5Sidebar h2
{
	font-size: 18px;
	/*text-align: center;*/
	margin-top: 0;
}

.sp5Sidebar a.btnBuy
{
	text-decoration: none;
	margin: 20px auto;
	padding: 9px 0 0 32px;
	width: 154px;
	height: 27px;
	line-height: 17px;
	font-size: 12px;
}

.sp5Sidebar p
{
	font-size: 13px;
	margin: 20px 0;
}


.saveTimeBox
{
	border-top: 1px solid #b2c7e6;
	border-bottom: 1px solid #7fa2d6;
	background: transparent url('img/bg_save_time.png') repeat-x bottom left;
}

.protectYourselfBox
{
	border-top: 1px solid #f3b9b9;
	border-bottom: 1px solid #ea8b8b;
	margin-left: 20px;
	background: transparent url('img/bg_protect_yourself.png') repeat-x bottom left;
}

.getOrganizedBox
{
	border-top: 1px solid #d7eab2;
	border-bottom: 1px solid #bcdb7f;
	margin-left: 20px;
	background: transparent url('img/bg_get_organized.png') repeat-x bottom left;
}

.saveTimeBox h2, h2.saveTime
{
	background: transparent url('img/icon_save_time.gif') no-repeat top left;
	padding-left: 41px;
}

.saveTimeBox h2 a, h2.saveTime a, h1.saveTime { color: #0046ad; }

.protectYourselfBox h2, h2.protectYourself
{
	background: transparent url('img/icon_protect_yourself.gif') no-repeat top left;
	padding-left: 36px;
}

.protectYourselfBox h2 a, h2.protectYourself a, h1.protectYourself { color: #d61818; }

.getOrganizedBox h2, h2.getOrganized
{
	background: transparent url('img/icon_get_organized.gif') no-repeat top left;
	padding-left: 36px;
}

.getOrganizedBox h2 a, h2.getOrganized a, h1.getOrganized { color: #7ab800; }

ul.featureList
{
	width: 550px;
	float: left;
}

ul.saveTime, ul.protectYourself, ul.getOrganized, ul.topFeatures
{
	list-style-type: none;
	margin: 15px 0;
	padding: 0;
}

ul.saveTime li, ul.protectYourself li, ul.getOrganized li
{
	padding-left: 10px;
	line-height: 140%;
}

ul.saveTime li { background: transparent url('img/bullet_save_time.gif') no-repeat 0 7px; }
ul.protectYourself li { background: transparent url('img/bullet_protect_yourself.gif') no-repeat 0 7px; }
ul.getOrganized li { background: transparent url('img/bullet_get_organized.gif') no-repeat 0 7px; }

ul.topFeatures li
{
	background: transparent url('img/bullet_green_small.gif') no-repeat 0 3px;
	line-height: 22px;
	padding:0 0 0 23px;
}

ul.topFeatures li p, ul.saveTime li p, ul.protectYourself li p , ul.getOrganized li p
{
	margin: 3px 0 3px 0;
}

div.featureShot
{
	float: right;
	width: 255px;
	margin: 15px 0 0 20px;
	/*min-height: 200px;
	background-color: rgb(200,200,200);*/
}


a.btnDownloadLarge
{
	display: block;
	height: 56px;
	width: 211px;
	padding-left: 65px; 
	line-height: 56px;
	color: #fff;
	font-size: 26px;
	background: #7ab800 url('img/button_download_large.png') no-repeat 0 0;
	margin: 15px auto;
	text-decoration: none;
	font-weight: bold;
}

a.videoLink, a.videoLink:hover
{
	display: block;
	width: 189px;
	height: 134px;
	background: #808080 url('img/bg_video_link.png') no-repeat 0 0;
	color: white;
	text-align: center;
	text-decoration: none;
	padding: 10px 15px 0 15px;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
}

a.videoLink:hover
{
	background-image: url('img/bg_video_link_active.png');
}

h1.saveTime, h1.protectYourself, h1.getOrganized
{
	padding-left: 50px;
	line-height: 31px;
}

h1.saveTime
{
	background: transparent url('img/icon_save_time_large.gif') no-repeat 0 0;
	line-height: 41px;
}

h1.protectYourself  
{
	background: transparent url('img/icon_protect_yourself_large.gif') no-repeat 0 0;
	padding-left: 42px;
}

h1.getOrganized
{
	background: transparent url('img/icon_get_organized_large.gif') no-repeat 0 0;
	padding-left: 42px;
}


ul.protectYourselfScreenshots, ul.getOrganizedScreenshots, ul.saveTimeScreenshots
{
	list-style-type: none;
	padding: 10px;
	text-align: center;
	height: 150px; 
}

ul.protectYourselfScreenshots
{
	background: transparent url('img/bg_protect_yourself.png') repeat-x bottom left;
	border-top: 1px solid #f3b9b9;
	border-bottom: 1px solid #ea8b8b;

}

ul.getOrganizedScreenshots
{
	border-top: 1px solid #d7eab2;
	border-bottom: 1px solid #bcdb7f;
	background: transparent url('img/bg_get_organized.png') repeat-x bottom left;
}

ul.saveTimeScreenshots
{
	border-top: 1px solid #b2c7e6;
	border-bottom: 1px solid #7fa2d6;
	background: transparent url('img/bg_save_time.png') repeat-x bottom left;
}

ul.protectYourselfScreenshots li, ul.getOrganizedScreenshots li, ul.saveTimeScreenshots li
{
	display: inline;
	background: none;
	margin: 0 15px;
}

ul.protectYourselfScreenshots a, ul.getOrganizedScreenshots a, ul.saveTimeScreenshots a { text-decoration: none; }

em.tip
{
	font-size: 24px;
	color: #888988;
	text-shadow: 1px 1px 0 #c9cac8;
}

/* promo reg form */
label.newsSubscription, label.newsSubscriptionNarrow
{
	float: right;
	width: 595px;
}

label.newsSubscriptionNarrow { width: 480px; }

input.newsSubscription
{
	margin-left: 1px;
}

a.promoRegBuyBtn
{
	display: block;
	width: 191px;
	height: 48px;
	padding: 7px 0 0 43px;
	color: #fff;
	font-size: 27px;
	text-align: center;
	margin: 0 auto 20px;
	background: #d61818 url('img/button_buy_234.png') no-repeat 0 0;
	text-decoration: none;
	line-height: 39px;
}

a.promoRegBuyBtn b
{
	display: block;
	text-align: center;
	font-size: 15px;
}

.fl { float: left; }
.fr { float: right; }
.clr { clear: both; }
.blk { display: block; }
.ctr { text-align: center !important; }
.lft { text-align: left !important; }
.rgt { text-align: right !important; }

.mr30 { margin-right: 30px; }
.ml30 { margin-left: 30px; }
.ml20 { margin-left: 20px; }
.mb20 { margin-bottom: 20px; }
.ml40 { margin-left: 40px; }
.mt30 { margin-top: 30px !important; }
.mb30 { margin-bottom: 30px; }
.mt15 { margin-top: 15px; }
.mt0 { margin-top: 0px !important; }
.mb15 { margin-bottom: 15px; }
.mb10 { margin-bottom: 10px; }
.p10 { padding: 10px; }
.pt0 { padding-top: 0px }

.lh40 { line-height: 40px; }

td sup.asterisk {
    bottom: 0.5ex;
    font-size: 20px;
    height: 0;
    line-height: 0.7;
    margin-right: -9px;
    position: relative;
    vertical-align: baseline;
}

a.btnAppStore
{
	background: url('/css/img/appstore175.jpg') no-repeat scroll 0 0 #797979;  
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
	color: #FFFFFF;
    height: 57px;
    line-height: 24px;
    padding: 0px 0px 0px 20px;
    margin: 0px 10px 20px;
	width: 155px;
}
a.btnAppStore span
{
	display: none;
}

span.bigstarr{
	font-size: 28px;
    line-height: 0.4;
    position: relative;
    vertical-align: baseline;
    top: 8px;
}

form#id_loginform label
{
	display: block;
	width: 120px;
}

.yoxview div
{
	width: 420px;
	float: left;
	height: 305px;
	position: relative;
	margin-bottom: 10px;
}

.yoxview div a
{
	width: 420px;
	height: 305px;
	display: block;
	position: relative;
}


.yoxview div div
{
	bottom: 30px;
	vertical-align: bottom;
	position: absolute;
	padding: 4px;
	border: 2px solid #4f4f4f;
	width: 370px;
	height: 218px;
}

