html {

	overflow-y: scroll;
}

body, input {
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000066;
}
body {
	background: #f8f8f8;
	margin-top: 0;
	padding-top: 0;
}

.note_color { color: #9999c2 }

p {	margin-top: 6px; }
td.leftbar { width: 140px }

th {
	font-weight: bold;
	background-color: #d9f1ff;
}

tr.header {
	border-top: 1px solid #b2c3e6;
	border-left: 1px solid #7191d0;
	border-right: 1px solid #2c467a;
	border-bottom: 1px solid #091f4b;
}

tr.header th {
	font-weight: bold; color: #ffffff;
	background-image: url(../gr/th.gif);
	background-repeat: repeat-x;
	padding: 0.5em;
}

tr.evenrow { background-color: #f6f6f6 }

ul { margin-top: 3pt }

h1 {
	font-size: 14pt; font-weight: bold; color: #009966;
	margin-bottom: 6px
}
h2 {
	font-size: 12pt; font-weight: bold; color: #009966;
	margin-bottom: 4px
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #009966;
	margin-bottom: 2px
}

h4 {
	font-size: 10pt;
	font-weight: bold;
}

td.foot {
	text-align: center;
	padding-bottom: 12pt;
	font-size: 7pt
}
td.bottom_spacing {
	height: 30pt
}
.bottom_sep {
	background: #94a3b1
}
.size7 {
	font-size: 7pt
}
.size8 {
	font-size: 8pt
}
.size10 {
	font-size: 10pt
}
.size12 {
	font-size: 12pt
}
.sep {
	background: #D5EAFF
}
a:link {
	color: #FF0000
}
a:visited {
	color: #cc0000
}
a:active {
	color: #0099FF
}
a:hover {
	color: #000000
}
td.lsep {
	border-left: 1px dotted #AAAAAA
}
tr.tsep {
	border-top: 1px dotted #AAAAAA
}

#main {
	max-width: 920px;
	margin: 0 auto 0 auto;
	padding: 0; border: 0;
	background: white;
}

@media print {
#main {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0; border: 0;
	background: white;
}
}

#topbar {
	width: 100%;
	background-image: url(../gr/bar/back.jpg);
	background-repeat: repeat-x;
	margin: 0; padding: 0; border: 0;
}
#topbar #logo {
	height:48px;
}
#topbar #redline {
	width:100%;
	height:1px;
	background:red;
	overflow:hidden;
	white-space:nowrap;
}
#leftmenu {
/*	width: 140px;
	float: left;
	margin: 1em 0 0 0;
	padding: 0; border: 0;*/
}
#content {
	margin: 0;
	padding: 0em 2em 0 2em;
}

#footer {
	margin: 1em 0 0 0;
	font-size: 8pt;
	text-align: right;
	clear: both;
	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: #cccccc;
	padding: 0.8em 1em 0.5em 1em;
}

.sss {	/* small screenshot */
	font-size: 80%;
	text-align: center;
	margin: 0.5em 0.5em 0.5em 0.5em;
}

table.center {
	margin:0 auto 0 auto;
}

div.product_list {
	display:inline;
}

div.product_list td {
	vertical-align:top;
}
div.product_list .name {
	font-weight:bold;
}
div.product_list table {
	border-collapse:collapse;
	border:0;
}
div.product_list td {
	padding: 0.5em;
}
div.product_list div.price {
	text-align:right;
	white-space:nowrap;
}
div.product_list span.price {
	font-weight:bold;
}
div.product_list span.altprice {
    color: #7f7fb2;
}
div.product_list div.download1 {
	text-align:center;
	font-weight:bold;
}
div.product_list div.download2 {
	text-align:center;
}
div.product_list div.filesize {
	text-align:center;
	white-space:nowrap;
}

div.product_list input[type="checkbox"] {
	margin-left:1em;
	margin-right:1em;
}



.comment {
	font-style:italic;
	font-size: 8pt;
}

div.context_help {
	background-color:#ffffcd;
	border:1px solid #000000;
	padding:1.0em;
	font-size:8pt;
}
div.context_help h1 {
	font-size:8pt; font-weight:bold; color:#000066; margin-top:0; margin-bottom:0.5em
}

div.info_column {
	width:160px;clear:both;float:right;margin:.5em 0 .5em 1em;border-left:1px solid #e5e5ef;padding:0 0 .2em 1em
}

.cleaner{
	clear:both
}

div.vcst {	/* vertically centered short text (out of form...)*/
	margin-top:4em;
	margin-bottom:6em;
}

/* forms */
input[type="submit"] {
	cursor: pointer;
	-moz-border-radius:		4px;					/* Gecko; Firefox */
	border-radius:			4px;					/* CSS3, Opera */
	-webkit-border-radius:	4px;					/* WebKit; Safari, Chrome */
	-khtml-border-radius:	4px;					/* Formerly WebKit, KHTML; Konqueror */
	font-weight: bold;
    padding: 0.6em 1em;
    border: 1px solid #aaa;
    
	background-color:#f6f6f6;
	
	background-image: -webkit-linear-gradient(top,#fff,#eee);		/* For Chrome and Safari */
	background-image:    -moz-linear-gradient(top,#fff,#eee);		/* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#fff,#eee);		/* For IE 10 */
	background-image:      -o-linear-gradient(top,#fff,#eee);		/* For old Opera (11.1 to 12.0) */
	background-image:         linear-gradient(to bottom,#fff,#eee);		/* Standard syntax; must be last */
	
    color: #222;
	margin: 0.5em;
}

input[type="submit"]:hover {
	background-color:#04acec;
	background-image: -webkit-linear-gradient(top,#35bcf0,#0495cd);		/* For Chrome and Safari */
	background-image:    -moz-linear-gradient(top,#35bcf0,#0495cd);		/* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#35bcf0,#0495cd);		/* For IE 10 */
	background-image:      -o-linear-gradient(top,#35bcf0,#0495cd);		/* For old Opera (11.1 to 12.0) */
	background-image:         linear-gradient(to bottom,#35bcf0,#0495cd);		/* Standard syntax; must be last */	

	color:#fff;	/* viz komentar u !important o par radku vyse */
	border:1px solid #0a739a;
	
	-moz-box-shadow:	1px 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:	1px 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow:			1px 1px 2px rgba(0, 0, 0, 0.5);
}