@CHARSET "UTF-8";

/*
modra: #292e3f
zelena: #cddb23
oranzova: #e24c00
*/

body {
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url("../gfx/body_back.png");
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Verdana, DejaVu Sans, sans-serif;
	font-size: 0.7em;
	line-height: 170%;
}

.content_block {
	width: 900px;
	margin: 0 auto;
}

h1 {
	height: 124px;
	position: relative;
}

h1 a {
	position: absolute;
	top: 18px;
	left: 10px;
	width: 548px;
	height: 95px;
	overflow: hidden;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: none;
}

h1 a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 548px;
	height: 95px;
	background-image: url("../gfx/logo.png");
	background-position: top left;
	background-repeat: no-repeat;
}

ul#menu {
	height: 27px;
	line-height: 100% !important;
}

ul#menu li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	float: left;
}

ul#menu li a {
	color: #cddb23;
	font-weight: bold;
	height: 19px;
	margin: 0 30px 0 0;
	padding: 8px 8px 0 8px;	
	display: block;
	float: left;
}

ul#menu li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #292e3f;
	background-color: #cddb23; 
}

#main {
	width: 880px;
	padding: 10px;
}

#footer {
	text-align: center;
	border-top: 1px #ebebeb solid;
	padding-top: 10px;
	margin-top: 10px;
}

h2 {
	color: #292e3f;
}

li {
	list-style-image: url("../gfx/li.png");
	margin: 5px 0;
}

li {
	list-style-type: square;
}

.title_h2 {
	text-align: center;
	line-height: 200%;
	font-size: 1.5em;
}

.promo {
	margin-right: 30px;	
}

a img {
	border: 0;
}

a {
	text-decoration: none;	
	color: #e24c00;
}

a:hover {
	text-decoration: underline;
}

label {
	display: block;
}

fieldset {
	border: 1px #ebebeb solid;	
	margin: 5px 0;
}

legend {
	font-weight: bold;
	color: #cddb23;
}

input, select {
	margin: 3px 0 8px 0;
}
	
.imgbutton {
	cursor: pointer;
}

.productsum, #total {
	text-align: right;
}

#products tfoot tr td {
	border-top: 1px #cddb23 solid;
}

#simple_generator fieldset {
	float: left;	
}

.narrow_fset {	
	margin: 5px 1%;
	width: 45%;
}

.wide_fset {
	width: 100%;
}

.message {
	width: 435px;
	margin-left: 200px;
	padding: 15px 10px 10px 45px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: 1px #efefef solid;
	text-align: center;
}

.field_error, .error {
	color: #d64512;
}

.field_error {
	font-weight: bold;
}

.error {
	background-image: url("../gfx/buttons/error.png");
}

.info {
	background-image: url("../gfx/buttons/info.png");
	color: #6ab6e6; 
}

hr {
	display: none;
}

div.promo {
	color: #292e3f;
	font-weight: bold;
	width: 283px;
	height: 128px;
	margin: 20px 10px;
	padding: 8px 8px 8px 128px;
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
}

div.promo a.promo_link {
	display: block;
	text-align: right;
	height: 32px;
	padding: 10px 40px 0 0;
	margin-top: 50px; 
	background-position: top right;
	background-repeat: no-repeat;
	color: #cddb23;
	line-height: 110% !important;
}

#free_tarif {
	background-image: url("../gfx/buttons/promo/invoice.png");
	border-right: 1px #ebebeb solid;
}

#free_tarif_link {
	background-image: url("../gfx/buttons/promo/play.png");
	margin-top: -5px !important;
}

#paid_tarif {
	background-image: url("../gfx/buttons/promo/invoice_folder.png");
}

#paid_tarif_link {
	background-image: url("../gfx/buttons/promo/puzzle.png");
}

dt {
	font-weight: bold;
	margin: 6px 0;
	padding: 5px 0;
	border-bottom: 1px #cddb23 solid;	
}

#survey label {
	display: inline;
}

#survey li {
	list-style-image: none;
	list-style-type: none;
}

input[type=submit] {
	font-weight: bold;
	padding: 0.2em 1em;
	margin-top: 10px;
}

.nobold {
	font-weight: normal !important;
	margin-bottom: 0;
	padding-bottom: 0;
}