body {
	margin: 0;
	padding: 0;
	background-color: #ccc;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	line-height: 130%;
}

a:link,
a:visited {
	color: #E3181E;
	text-decoration: none;
}

a:active,
a:hover {
	color: #E3181E;
	text-decoration: underline;
}

h1 {
	margin: 0 0 20px 0;
	color: #E3181E;
	font-size: 22px;
	line-height: 1.3em;
}

h2 {
	margin: 20px 0;
	color: #B1161A;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3em;
}

h3 {
	magin: 15px 0;
	color: #B1161A;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3em;
}

p {
	margin: 0.75em 0;
}

li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

a img {
	border: none;
}

table {
	border: none;
	border-collapse: collapse;
	font-size: 1em;
}

table th {
	text-align: left;
	padding: 5px 10px 5px 0;
	vertical-align: top;
}

table td {
	text-align: left;
	padding: 5px 10px 5px 0;
	vertical-align: top;
}

dl {
	margin: 0;
}

dt {
	font-weight: bold;
	margin: 0 0 0.5em 0;
	vertical-align: top;
}

dd {
	margin: -2.2em 0 0 10em;
	padding: 0.5em;
	vertical-align: top;
}

address {
	margin: 1em 0;
	font-style: normal;
}

#container {
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
}

#header {
	height: 150px;
	background: url(../img/header.png) no-repeat top left;
}

#header a {
	color: #fff;
}

#header h1 {
	display: none;
}

#country {
	width: 200px;
	float: right;
	margin: 10px;
	font-size: 11px;
	position: relative;
}

#country ul {
	clear: both;
	display: block;
	position: absolute;
	left: 0;
	top: 22px;
	width: 190px;
	margin: 0;
	padding: 2px 5px 0 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	list-style: none;
}

#country li {
	margin: 0;
	padding: 0 0 2px 20px;
}

#country li a {
	color: #666;
}

#country li a:hover,
#country li a:active {
	color: #c00;
	text-decoration: none;
}

#country .flag {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#country .flag.bg {
	background-image: url('../img/flags/bg.gif');
}
#country .flag.de {
	background-image: url('../img/flags/de.gif');
}
#country .flag.hu {
	background-image: url('../img/flags/hu.gif');
}
#country .flag.gr {
	background-image: url('../img/flags/gr.gif');
}
#country .flag.ro {
	background-image: url('../img/flags/ro.gif');
}
#country .flag.fr {
	background-image: url('../img/flags/fr.gif');
}
#country .flag.at {
	background-image: url('../img/flags/at.gif');
}
#country .flag.cz {
	background-image: url('../img/flags/cz.gif');
}
#country .flag.sk {
	background-image: url('../img/flags/sk.gif');
}
#country .flag.sl {
	background-image: url('../img/flags/sl.gif');
}
#country .flag.uk {
	background-image: url('../img/flags/uk.gif');
}
#country .flag.pl {
	background-image: url('../img/flags/pl.gif');
}

#country .label {
	padding: 2px 5px 2px 25px;
	background-color: #444;
	background-position: 5px 50%;
	border: 1px solid #484848;
	color: #eee;
	cursor: pointer;
}

#country .label strong {
	color: #fff;
}

/* Main Menu */
ul#menu {
	height: 77px;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../img/back_menu.png) repeat-x top left;
	list-style: none;
	font-weight: bold;
	font-size: 14px;
}

ul#menu li {
	float: left;
	margin: 0;
	padding: 0;
}

ul#menu li a {
	display: block;
	float: left;
	height: 21px;
	padding: 35px 32px 20px 33px;
	color: #E3181E;
	text-decoration: none;
	text-align: center;
}

body.at ul#menu li a,
body.de ul#menu li a {
	padding-left: 26px;
	padding-right: 25px;
}

body.bg ul#menu li a {
	padding-left: 19px;
	padding-right: 19px;
}

body.cz ul#menu li a {
	padding-left: 29px;
	padding-right: 30px;
}

body.fr ul#menu li a {
	padding-left: 32px;
	padding-right: 32px;
}

body.gr ul#menu li a {
	padding-left: 20px;
	padding-right: 21px;
}

body.hu ul#menu li a {
	padding-left: 28px;
	padding-right: 28px;
}

body.pl ul#menu li a {
	padding-left: 29px;
	padding-right: 30px;
}

body.ro ul#menu li a {
	padding-left: 33px;
	padding-right: 34px;
}

body.sk ul#menu li a {
	padding-left: 29px;
	padding-right: 29px;
}

body.sl ul#menu li a {
	padding-left: 32px;
	padding-right: 32px;
}

ul#menu li a:hover,
ul#menu li a:active {
	background: url(../img/back_menu_hover.png) repeat-x top left;
}

ul#menu li.active a,
ul#menu li.active a:hover,
ul#menu li.active a:active {
	background: url(../img/back_menu_active.png) repeat-x top left;
	color: #fff;
	text-decoration: none;
}


/* Content */

#content {
	min-height: 400px;
	padding: 20px;
	background-color: #fff;
}

#breadcrumbs {
	margin: 0 0 15px 0;
	font-size: 11px;
	font-style: italic;
}

/* Footer */

#footer {
	height: 15px;
	padding: 20px;
	background: url(../img/back_footer.png) repeat-x top left;
	color: #fff;
	font-size: 12px;
}

#footer .copy {
	float: left;
}

ul#bottom-menu {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#bottom-menu li {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 0 0 7px;
	border-left: 1px solid #e66;
}

ul#bottom-menu li.first {
	border: none;
}

ul#bottom-menu li.active {
	font-weight: bold;
}

ul#bottom-menu li a {
	color: #fff;
}


a.button:link,
a.button:visited {
	display: block;
	float: left;
	padding: 4px 15px;
	background: url('/img/back_button.gif') repeat-x 0 0 #A80C0C;
	color: #fff;
	border: 1px solid #EE3838;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

a.button:hover,
a.button:active {
	color: #fff;
	background-color: #EE3838;
	background-image: none;
	text-decoration: none;
}

.product-item {
	float: left;
	width: 460px;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: url(../img/box_bottom.png) no-repeat bottom left;
}

.product-item .container {
	padding: 10px 10px 0 10px;
	background: url(../img/box_top.png) no-repeat top left;
}

.product-item.odd {
	clear: both;
	margin: 0 20px 20px 0;
}

.product-item .image {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 10px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	text-align: center;
}

.product-item .details {
	float: right;
	width: 260px;
}

.product-item h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
}

.product-item .description {
	margin: 10px 0;
	font-size: 12px;
	line-height: 15px;
}

.product-item .description p {
	margin: 0;
}

.product-item .price {
	margin: 10px 0;
	color: #666;
	font-size: 16px;
}

.product-item .price strong {
	color: #B1161A;
}


.product-item .more {
	clear: both;
	padding-top: 10px;
}

.product {
	clear: both;
	margin-bottom: 20px;
}

.product .image {
	float: left;
	width: 320px;
	text-align: center;
}

.product .image .big-image {
	margin: 0;
	padding: 9px;
	border: 1px solid #ccc;
}

.product .image .thumbs {
	margin: 5px -10px 0 0;
	text-align: left;
}

.product .image .thumbs img {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 5px 5px 0;
	padding: 4px;
	border: 1px solid #ccc;
}

.product .details {
	float: right;
	width: 600px;
}

.product .description {
	font-size: 14px;
	line-height: 1.5em;
}

.product .description p {
	margin: 0 0 1em 0;
}

.product .price {
	margin: 10px 0;
	color: #666;
	font-size: 18px;
}

.product .price strong {
	color: #B1161A;
}

.category .description {
	margin: 15px 0;
}

/* Table */

table.list {
	width: 100%;
	margin: 1em 0;
}

table.list th {
	padding: 10px;
	background-color: #eee;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.list td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

table.list td.empty {
	border: none;
}
table.list td.first {
	padding-left: 0;
}
table.list td.last {
	padding-right: 0;
}

table.list tr.total {
	font-size: 14px;
	color: #B1161A;
}

td.right,
th.right,
div.right {
	text-align: right;
}

.clear {
	clear: both;
}

.column1 {
	float: left;
	width: 485px;
}

.column2 {
	float: right;
	width: 425px;
}

.img-right {
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
}

/* Form */

form {
	margin: 0;
}

div.input {
	padding: 5px 0;
	clear: both;
}

div.input label {
	display: block;
	float: left;
	width: 130px;
	margin-right: 10px;
	text-align: right;
}

div.submit {
	padding: 5px 0 5px 140px;
}

div.submit input,
input.button {
	padding: 4px 15px;
	background: url('/img/back_button.gif') repeat-x 0 0 #A80C0C;
	color: #fff;
	border: 1px solid #EE3838;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

fieldset {
	margin: 10px 0;
	padding: 9px;
	border: 1px solid #ccc;
}

fieldset div.input label {
	width: 120px;
}

legend {
	color: #666;
}

div.input.text input,
div.input.password input,
textarea {
	padding: 3px;
	background-color: #f4f4f4;
	color: #444;
	border: 1px inset #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

div.input select {
	padding: 3px;
	background-color: #f4f4f4;
	color: #444;
	border: 1px inset #ccc;
	font-size: 1em;
}

div.input.radio {
	padding: 0;
}

div.input.radio fieldset {
	line-height: 180%;
	padding-top: 5px;
}

div.input.radio label {
	display: inline;
	float: none;
}

div.input.radio input {
	margin: 0 5px 0 130px;
}

.error-message {
	margin-left: 130px;
	color: #f00;
	font-size: 0.9em;
}

span.star {
	color: #f00;
	margin-left: 5px;
}

.small {
	font-size: 0.85em;
}

p.right,
.f-right {
	float: right;
}

#flashMessage.message {
	margin: 1em 0;
	padding: 1em;
	border: 2px solid #cfc;
	background-color: #efe;
	color: #080;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.f-box {
	float: left;
	width: 48%;
	margin-right: 2%;
}

img.card {
	margin: 0 20px 10px 20px;
	vertical-align: middle;
}


/* Tabs */

ul.tabs {
	height: 30px;
	margin: 20px 0 0 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	list-style: none;
	font-size: 1.1em;
}

ul.tabs li {
	display: block;
	float: left;
	height: 26px;
	margin: 3px 0 -1px 10px;
	padding: 0;
	background: #f4f4f4;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

ul.tabs li a {
	display: block;
	float: left;
	height: 20px;
	padding: 5px 10px 1px 10px;
	cursor: pointer;
	text-decoration: none;
	color: #333;
}

ul.tabs li.active {
	height: 30px;
	margin: 0 0 0 10px;
	padding: 0;
	background-color: #fff;
	font-weight: bold;
}

ul.tabs li.active a {
	height: 20px;
	padding-top: 8px;
}

.tab-content {
	padding: 1em;
}

.img-right {
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
}

.box {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.line {
	padding-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}