* {
	color: #333333;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 8pt;
}

a, a * {
	color: #FF6600;
	text-decoration: underline;
}

a:hover, a:hover * {
	color: #999999;
	text-decoration: none;
}

a img {
	border: 0px;
	text-decoration: none;
}

p {
	margin: 14px 10px 14px 18px;
	text-align: justify;
}

hr {
	background-color: #cccccc;
	color: #cccccc;
	height: 1px;
	border: 0px;
}

.upozorneni, .upozorneni * {
	font-weight: bold;
	color: red;	
}
.signature 
{
	display: block; 
	margin-top: 8px; 
	color: #666666;
	margin-bottom: 40px;
 }

/* formularove prvky */
form {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.input, .button, .select,
.inputMissing, .selectMissing {
	margin: 0px;
	vertical-align: middle;
}
.input, .select, .inputMissing, .selectMissing {
	height: 20px;
	padding: 0px;
	border: 1px solid #a9a9a9;
	font-size: 8pt;
}
.select, .selectMissing {
	padding: 0px;
}
.button {
	height: 20px;
	padding: 1px 4px 2px 4px;
	border: 1px solid #a9a9a9;
	background-color: #c8c8c8;
	vertical-align: middle;
}
.button:hover {
	color: #FF6600;
}
.radio, .checkbox, .radioMissing, .checkboxMissing {
	border: solid 1px gray;
	vertical-align: middle;
	margin: 0px;
}
.memo, .memoMissing {
	border: 1px solid #a9a9a9;
	overflow: auto;
	font-size: 8pt;
}
.inputMissing, .selectMissing, .memoMissing, .radioMissing, .checkboxMissing {
	border: 1px solid red;
}

/* danova tabulka */
.priceTable {
	width: 280px;
	border: 1px solid silver;
	border-collapse: collapse;
}
.priceTable td, .priceTable th {
	border-right: 1px solid #e0e0e0;
}
.priceTable td {
	border-bottom: 1px solid #e0e0e0;
}
.priceTable th {
	border-bottom: 1px solid silver;
	background-color: #f1f1f1;
	font-weight: normal;
	font-style: italic;
}
table.priceTable tr > td:last-child, table.priceTable tr > th:last-child {
	border-right: solid 1px silver;
}
table.priceTable tr:last-child td, table.priceTable tr:last-child th {
	border-bottom: solid 1px silver;
}

/* oranzova tabulka */
table.orange {
	border: 1px solid #CCCCCC;	
}

table.orange th {
	text-align: left;
}

table.orange thead th {
	color: white;
	background-color: #FF6600;
	font-weight: bold;
	text-align: left;
}

table.orange thead th.center, table.orange th.center {
	text-align: center;
}

.tdNum, td.num {
	text-align: right;
	border-left: solid 1px #CCCCCC;
}
.trEven, tr.even td, tr.even th {
	background-color: #F5F5F5;
}
table.morePadding th {
	padding-top: 4px;
	padding-bottom: 4px;
}
/* obecne tabulky */
.table {
	border: 1px solid silver;
	border-collapse: collapse;
	empty-cells: show;
}
.table td, .table th {
	border-right: 1px solid #e0e0e0;
}
.table td {
	border-bottom: 1px solid #e0e0e0;
}
.table th {
	border-bottom: 1px solid silver;
	background-color: #f1f1f1;
	font-weight: normal;
	font-style: italic;
}
table.table tr td:last-child, table.table tr th:last-child {
	border-right: solid 1px silver;
}
table.table tr:last-child td, table.table tr:last-child th {
	border-bottom: solid 1px silver;
}

table.prop {
	border: 1px solid silver;
	border-collapse: collapse;
	empty-cells: show;
}

table.prop caption {
	font-weight:bold;
}

table.prop th {
	border-bottom: 1px solid silver;
	background-color: #f1f1f1;
	font-weight: normal;
	font-style: italic;
	text-align:left;
	font-weight:bold;
}
table.prop td {
	border: 1px solid #e0e0e0;
	text-align:center;
}

/* tabulka ceniku */
.cenik th, .cenik td {
	text-align: right;
	vertical-align: middle;
}
.cenik th.center {
	text-align: center;
}
.cenik td {
	padding-right: 5px;
}

/* tabulka generovaneho ceniku */
.cenikGen th, .cenikGen td {
	text-align: center;
	vertical-align: middle;
	/* width: 70px;	*/
}
.cenikGen caption 
{
	text-align: center;
	font-weight: bold;
}
.cenikGen th {
	text-align: center;
}
.cenikGen th.right {
	text-align: right;
	font-weight: bold;
	width: 80px;
}

/* produktove menu */
div.productMenu {
	margin-left: 24px;
}

div.productMenu div {
	margin: 5px 0px;
	margin-left: -5px;
}

/* nadpisy produktu */
div.productTitle {
	height: 97px;
	padding: 0px;
	margin: 2px 2px 10px 2px;
}

div.productTitle div {
	float: left;
	height: 97px;
	width: 476px;
	background-repeat: no-repeat;
	background-image: url("../images/layout/pozadi_produkt.jpg");	
}

div.productTitle img {
	float: left;
	margin-left: -1px;
}

div.productTitle h1 sup {
	color: #FF6600;
}

div.productTitle h1  {
	float: none;
	color: #FF6600;
	font-size: 13pt;
	font-style: normal;
	margin: 20px 5px 5px 9px;
}

div.productTitle span {
	font-size: 10pt;
	margin: 0px 5px 5px 20px;
}

div.productTitle span, div.productTitle strong {
	font-size: 10pt;
}

/* stazeni produktu */
div.download, a.download, p.download {
	display: block;
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 17px;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: justify;
}
a.standard { background-image: url(../images/layout/ikona_standard.gif); }
a.professional { background-image: url(../images/layout/ikona_professional.gif); }
a.enterprise { background-image: url(../images/layout/ikona_enterprise.gif); }
a.server { background-image: url(../images/layout/ikona_server.gif); }
table.download {
	border: 1px solid #CCCCCC;
	width: 94%;
}
table.download th {
	background-color: #f1f1f1;
	font-weight: normal;
	font-style: italic;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	text-align: left;
}
table.download thead th {
	color: white;
	background-color: #FF6600;
	font-weight: bold;
	border-bottom: none;
	border-top: none;
	font-style: normal;
}
table.download th.version, table.download th.size, table.download td.num {
	text-align: right;
	border-left: 1px solid #cccccc;
}
table.download td.file, table.download th.lang, table.download td.lang {
	border-left: 1px solid #cccccc;
}
/* manuály */
table.manuals th.size {
	width: 80px;
}
table.manuals th.file {
	width: 140px;
	text-align: left;
	border-left: 1px solid #cccccc;
}

/* novinky */
.newsTitle { display: block; background: url(../images/layout/ikona_novinka.gif) no-repeat; background-position: left 3px; padding-left: 17px; text-decoration: none; margin-top: 15px; margin-bottom: 5px; margin-left: 5px; text-align: justify; }
.newsDesc { padding-left: 17px; margin-bottom: 20px; padding-right: 10px; margin-left: 5px; }
.newsDesc p { padding-top: 0px; margin-top: 0px; }

/* FAQ */
.question {
	display: block;
	margin: 15px 0px 10px 0px;
	padding-left: 17px;
	background: url(../images/layout/odrazka_kulata_presna.gif) no-repeat 0px 0px;
	/*background-position: 0px -5px;*/
	text-decoration: none;
	text-align: justify;
}
.answer {
	margin: 10px 0px 30px 0px;
	padding: 0px 10px 10px 17px;
	border-bottom: solid 1px #cccccc;
	/*background-color: #F5F5F5;*/
	/*background: url("../images/layout/pozadi_sloupec.jpg") repeat-x;*/
	/*background: url(../images/layout/ikona_odpoved.gif) no-repeat;
	background-position: left 1px;*/
}
.answer p {
	padding-top: 0px;
}
div.answerIcons {
	padding-left: 17px;
}
div.answerIcons img {
	margin-right: 4px;
	cursor: pointer;
}

/* odrazky */
ul, ul.ulMenu {
	list-style: disc outside url("../images/layout/odrazka_kulata.gif");
	padding-left: 10px;
	margin: 0px;
}

ul.indented, ol.indented {
	margin: 14px 10px 14px 34px;
}

ul.indented2 {
	margin: 1px 1px 1px 1px;
	list-style: disc outside url("../images/layout/odrazka_sipka_gray.gif");
}

ul.para {
	margin: 14px 10px 14px 8px;
}

.menuBox ul, menuBox ul.ulMenu {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 6px;
}

ol {
	list-style: decimal outside none;
	padding-left: 15px;
	margin: 2px 5px;
}

ol.alpha {
    list-style-type:lower-alpha;
    text-align:justify;
}

ol li {
	margin: 4px 0px;
}

.icq 
{
	margin: 4px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 1px;
	width: 17px;
	height: 16px;
	float: left;
}
.written {
	background: url(../images/layout/written.gif) no-repeat; background-position: left 2px; padding-left: 17px;
	padding-top: 0px; margin-top: 0px;
}

/* nadpisy */
h1 
{
	padding-left: 8px;
/*	color: #B2B2B2; */
	color: #888888;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

h2.menuBox {
	width: 150px;
	margin: 5px 2px 0px 2px;
	padding: 0px;
	background-image: none;
}
h2.menuBox a {
	height: 45px;
	display: block;
	padding: 8px 0px 0px 54px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #B2B2B2;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}
h2.menuBox a.potrebujiPoradit {
	background-image: url("../images/layout/ikona_potrebuji_poradit.jpg");
}
h2.menuBox a.nejlepsiKoupe {
	background-image: url("../images/layout/ikona_nejlepsi_koupe.jpg");
}
h2.menuBox a.neprehlednete {
	background-image: url("../images/layout/ikona_neprehlednete.jpg");
}
h2.menuBox a.hledateAntivirovyProgram {
	background-image: url("../images/layout/ikona_hledate_antivirovy_program.jpg");
}
h2.menuBox a.antiviry {
	background-image: url("../images/layout/ikona_antiviry.jpg");
}
h2.menuBox a.firewally {
	background-image: url("../images/layout/ikona_firewally.jpg");
}
h2.menuBox a.antispyware {
	background-image: url("../images/layout/ikona_spyware.jpg");
}
h2.menuBox a.aktualizace {
	background-image: url("../images/layout/ikona_aktualizace.jpg");
}

h2 {
	margin: 20px 2px 5px 2px;
	padding: 0px 0px 5px 25px;
	background: url("../images/layout/odrazka_dvojsipka.jpg") no-repeat 5px 0px;
	text-transform: uppercase;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
h2.cloud1, h2.cloud2, h2.cloud3 {
	color: #FF6600;
	float: left;
	display: block;
	background-image: none;
	}
h2.cloud1 a, h2.cloud2 a, h2.cloud3 a{
	color: #FF6600;
	text-decoration: underline;
	}

h2.cloud1 a:hover, h2.cloud2 a:hover, h2.cloud3 a:hover{
	color: #999999;
	text-decoration: none;
	}
h2.cloud1 a{font-size:1.4em;}
h2.cloud3 a{font-size:1em;}
h2.cloud2 a{font-size:0.9em;}

h3 {
	margin: 14px 2px 5px 2px;
	padding: 0px 0px 0px 26px;
	background: url("../images/layout/odrazka_sipka.gif") no-repeat 12px 3px;
	font-size: 9pt;
	font-weight: bold;
}

h3.antivirus {
	margin: 0 0 0 0;
	padding: 2px 0 0 0;
	background: none;
	font-size: 9pt;
	font-weight: bold;
}

div.cleaner {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.floatLeft { 
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 2px;
} 
.floatRight { 
	float: right; 
	margin: 0px 0px 0px 10px;
	padding: 2px;
}

/*.sectionTitle .floatLeft {
	margin: -4px 10px 0px 5px;
	_margin: 8px 10px 0px 5px;
}

.sectionTitle h2 {
	margin-top: 13px;
}*/

/* ostatni */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.nowrap {
	white-space: nowrap;
}

p.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
table.center, div.center {
	margin-left: auto;
	margin-right: auto;
}
/*.trHead {
	background-color: #FF6600;
	border-bottom: 1px solid #CCCCCC; 
	text-align: center;
	font-weight: bold;
}*/

/* obsah */
div.wideContent {
	margin: 0px 10px 0px 28px;
}
div.narrowContent {
	margin: 0px 10px 0px 13px;
}
div.wideContent p, div.narrowContent p {
	margin-left: 0px;
	margin-right: 0px;
}
div.narrowContent h1, div.narrowContent h2, div.narrowContent h3 {
	margin-left: -13px;
}
div.wideContent h1, div.wideContent h2, div.wideContent h3 {
	margin-left: -28px;
}

/* tabulky */
/*table.data {
}

table.data th {
	font-weight: bold;
	text-align: left;
}*/

/* prouzky v zahlavi */
div.orangeSpan, div.graySpan {
	height: 6px;
	line-height: 6px;
	font-size: 6px;
}
div.thin {
	height: 2px;
	line-height: 2px;
	font-size: 2px;
}
div.orangeSpan {
	background-color: #FF6600;
}
div.graySpan {
	background-color: #cccccc;
}


/* menu */
div.section {
	margin: 5px 0px;
	padding-left: 25px;
	background: url("../images/layout/odrazka.gif") no-repeat 10px;
	text-transform: uppercase;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
div.gray {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 10px;
	background-color: #cccccc;
	background-position: 10px 6px;
	color: white;
}

a.menu, a.activeMenu {
	display: block;
	overflow: hidden;
	height: 13px;
	margin: 2px 0px;
	padding: 4px 25px;
	background: url("../images/layout/menu_tlacitko.jpg") no-repeat;
	color: #333333;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover, a.menu:focus, a.activeMenu:hover, a.activeMenu:focus {
	color: #ff6600;
	background-image: url("../images/layout/menu_tlacitko_aktivni.jpg");
}
a.activeMenu {
	color: #fd8b3e;
	background-image: url("../images/layout/menu_tlacitko_aktivni.jpg");
}
a.action {
	background: url("../images/layout/menu_tlacitko.jpg") no-repeat;
	color: #fd8b3e;
	}
a.action:hover {
	background-image: url("../images/layout/menu_tlacitko_aktivni.jpg");
	}




/* rozcestnik na uvodni strance */
div.menuBox{
	min-height: 184px;
	height: auto;
  _height: 184px;	
	width: 367px;
	margin: 5px 0px 5px 5px;
	padding-bottom: 6px;
	border-bottom: 1px solid #CCCCCC;
}

div.menuBoxLeft {
	height: 155px;
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 12px 14px;

}
div.menuBoxRight {
	height: 155px;
	width: 155px;
	float: right;
	margin-top: 4px;
	padding: 12px 14px;
	border-left: 1px solid #CCCCCC;
}

/* ramecky */
div.lightBox {
	margin-top: 4px;
	padding: 4px;	
	border: 4px solid #F5F5F5;
}
div.lightBox img { margin-top: 3px; }
div.lightBox br { line-height: 7px; height: 7px; font-size: 7px; }
div.darkBox {
	margin-top: 4px;
	margin-bottom: 6px;
	padding: 0px;
	border: 8px solid  #CCCCCC;
	border-top-width: 4px;
}
div.gradient {
	margin-top: 4px;
	padding: 12px 14px;
	background: url("../images/layout/pozadi_sloupec.jpg") repeat-x;
	}
div.grayBox {
	margin-top: 4px;
	padding: 12px 14px;
	background-color: #F5F5F5;
}
div.indented {
	margin-left: 24px;
}
div.indentedShort {
	margin: 0px 12px 0px 12px;
}
div.orangeBox, table.orangeBox {
	border: solid 1px #FF6600;
}

/* obrazky */
div.foto 
{
	padding: 0px 14px 0px 14px;
	border-right: 8px solid #F5F5F5;
}

/* sila hesla */
#divStrengthImg {
	margin: 2px 0px 0px;
	background: url(../images/layout/strength.gif) no-repeat;
	width: 0px;
	height: 6px;
	line-height: 1pt;
	font-size: 1pt;
	display: none;
}

/* katalog */
table.blocks {
	width: 100%;
}
table.blocks td.image {
	width: 15%;
	padding-bottom: 10px;
}
table.blocks td.desc {
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 10px;
}
div.group {
	float: left;
	width: 33%;
	margin-bottom: 10px;
	text-align: center;
}
div.group div.image {
	height: 60px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 60px;
	-font-size: 60px;
	vertical-align: bottom;
	}
div.group div.image img {
	vertical-align: bottom;
	}
div.groups div.row {
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: left;
	}
img.floatLeft {
	float:left;
	margin:7px;
	}
h2.hand {
	cursor: pointer; 
	cursor: hand;
	}
.randomBannerText {
	background-color:#F5F9F8;
	padding: 5px;
	}
