* { margin: 0; padding: 0; }
html { font-size: 100%;  }

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	background: #fff url('img/body_bg.png') repeat-x 0 85px;
}

/* links */
a:link { color: #0772a1; }
a:visited { color: #024a68; }
a:hover, a:focus { color: #ee3823; text-decoration: underline; }
a:active { color: #000; }

/* texts */
h1 {
	margin: 10px 0 10px;
	padding: 0.3em 0;
	font-size: 2.1em;
	font-weight: bold;
	color: #ee3823;
	background-color: transparent;
}

h2 {
	margin: 0.75em 0;
	padding: 0.8em 0 0;
	font-size: 1.8em;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	border-top: 1px dotted #ccc;
}

h3 {
	margin: 0.312em 0;
	padding: 0;
	font-size: 1.6em;
	border-bottom: 1px dotted #ccc;
}

p {
	margin: 0 0 0.8em;
	font-size: 1.3em;
	line-height: 1.3em;
}

img { border: none; }

ul, ol {
	margin: 0 0.8em 0.8em;
	padding: 0 0.8em;
	font-size: 1.3em;
}

ul { list-style-type: square; }
ol { list-style-type: decimal; }

ul ul, ol ul {
	margin-top: 0.3em;
	font-size: 1em;
}

li { margin: 0 0 0.3em; }

ul.links { list-style-type: none; margin: 0; padding: 0; }
ul.links li { margin: 0; padding: 0; }

dl { margin-bottom: 0.769em; font-size: 1.3em; }
dt { margin-bottom: 0.23em; }
dd { margin-left: 1.5em; }

dl.contact dd { margin: 0 0.384em 0.23em 0.769em; }

dl.fa dd { margin-bottom: 0.5em; font-weight: bold; }

dl.open { margin-bottom: 1em; line-height: 1.5em; }
dl.open dt { float: left; clear: left; width: 2em; margin-bottom: 0; }
dl.open dd { margin-left: 3em; }

/* layout */
#page {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 110px;
	position: relative;
}

#main {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	margin: 20px 0;
}

#content {
	float: left;
	clear: left;
	width: 960px;
	margin-left: 20px;
	margin-right: -980px;
	margin-bottom: 20px;
	position: relative;
}

#content.left {
	width: 700px;
	margin-left: 240px;
	margin-right: -940px;
}

#content.right {
	width: 700px;
	margin-left: 20px;
	margin-right: -720px;
}

#content.left.right {
	width: 460px;
	margin-left: 260px;
	margin-right: -740px;
}

.sidebar {
	float: left;
	width: 220px;
	position: relative;
}

.sidebar.left {
	margin-left: 20px;
	margin-right: -240px;
}

.sidebar.right {
	margin-left: 760px;
	margin-right: -980px;
}

#nav {
	position: absolute;
	bottom: 0;
	left: 0;
	clear: both;
	height: 25px;
	width: 99%;
	margin: 0 0 0 7px;
	padding: 0;
}

#footer {
	clear: both;
	height: 45px;
	overflow: hidden;
	margin: 0;
	padding: 0 10px;
	border-top: 1px dotted #ccc;
}

/* header */
#logo-name {
	float: left;
	width: 400px;
	margin-left: 15px;
}

#header-blocks {
	float: right;
	width: 560px;
	height: 80px;
	margin-right: 20px;
}

#logo { float: left; margin: 13px 0 0 5px; }
#sitename, #siteslogan { margin-left: 125px; }

#sitename {
	margin-top: 0;
	margin-bottom: 0;
	padding: 23px 0 0;
	font-size: 2em;
	font-weight: bold;
	border: none;
	text-shadow: #ccc 1px 1px 2px;
}

#sitename a { color: #003c78; text-decoration: none; }
#siteslogan { color: #999; font-size: 1.2em; }

/* footer */
#copyright {
	padding: 8px 0 0;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #999;
	text-align: right;
}

ul#secondary {
	float: left;
	margin: 0;
	padding: 18px 0 0;
	font-size: 1.1em;
} 

ul#secondary li {
	float: left;
	margin-right: 5px;
	padding-left: 5px;
	border-left: 1px solid #ccc;
}
ul#secondary li:first-child { border-left: none; }

.sidebar h2 {
	margin: 0 0 8px;
	padding: 0;
	border: none;
}

/* forms */
fieldset {
	margin-bottom: 1em;
	padding: 1em;
	border: none;
}

fieldset legend {
	font-size: 1.3em;
	font-weight: bold;
}

fieldset dl {
	height: 1%;
	overflow: hidden;
	margin-bottom: 0.23em;
	border: 1px dotted #ccc;
	border-width: 0 0 1px 1px;
}
fieldset dl:hover dd { background-color: #f5f5f5; }

fieldset dl dt {
	float: left;
	width: 15.384em;
	padding: 0.153em 0.384em;
	text-align: right;
}

fieldset dl dd {
	margin: 0 0 0 210px;
	padding: 2px 5px;
}

fieldset dd label { padding: 0 0.384em; }
fieldset dd input.text { width: 15.384em; }
fieldset dd textarea { width: 23.076em; font-size: 1.3em; }

fieldset dd textarea:focus,
fieldset dd input.text:focus {
	border: 1px solid #ffc000;
}

/* menus */
ul.menu, ul.menu ul { margin: 0; padding: 0; list-style-type: none; }
ul.menu li { margin-bottom: 3px; }
ul.menu ul { margin-left: 6px; }

/* main menu */
ul#menu-main {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

ul#menu-main li {
	float: left;
	margin: 0;
	padding: 0;
	border-left: 1px solid #ccc;
}
ul#menu-main li:first-child { border-left: none; }

#menu-main a, #menu-main strong {
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 13px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}
#menu-main strong, #menu-main a:hover {
	text-decoration: underline;
	color: #333;
	background-color: #e6e6e6;
}

/* categories */
ul#categories {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	position: relative;
}

ul#categories ul {
	list-style-type: none;
	margin: 0 0 0 -17px;
	padding: 0;
	background-color: #f5f5f5;
}
ul#categories ul strong { color: #333; }

ul#categories > li {
	position: relative;
	margin: 0 0 0;
	padding: 0 0 0 17px;
	border: 1px solid #fff;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	background: #e6e6e6;
}
ul#categories > li li {
	margin: 0;
	padding: 0 0 0 17px;
	font-size: 0.916em;
	border-top: 1px solid #fff;
}

ul#categories span {
	position: absolute;
	top: 7px;
	left: 2px;
	display: block;
	width: 11px;
	height: 12px;
	line-height: 8px;
	padding-left: 1px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	cursor: pointer;
	text-shadow: #ccc 1px 1px 1px;
}

ul#categories li a, ul#categories li strong {
	padding: 5px 0;
	display: block;
	text-decoration: none;
	color: #333;
}

ul#categories li li a, ul#categories li li strong {
	padding: 3px 0;
}

ul#categories a:hover {
	text-decoration: underline;
}

ul#categories li li a strong { padding: 0; }

ul#producers {
	list-style-type: none;
	margin: 0 0 0 1px;
	padding: 0;
	font-size: 1.2em;
	background-color: #e6e6e6;
}

ul#producers li {
	margin: 0;
	padding: 5px 17px;
	border-bottom: 1px solid #fff;
}

ul#producers li a {
	color: #333;
	text-decoration: none;
}

ul#producers li a:hover {
	text-decoration: underline;
}

/* tabs */
.tabs ul.nav {
	list-style-type: none;
	height: 1%;
	overflow: hidden;
	margin: 0 0 5px;
	padding: 0;
	font-size: 1em;
	background: transparent url('img/pixel_ccc.png') repeat-x 0 100%;
}

.tabs ul.nav li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}

.tabs ul.nav a {
	display: block;
	float: left;
	margin-top: 2px;
	padding: 3px 5px;
	font-size: 1.3em;
	text-align: center;
	text-decoration: none;
	background-color: #efefef;
	border: 1px solid #ccc;
}

.tabs ul.nav strong { font-weight: normal; }
.tabs ul.nav strong a, .tabs ul.nav a.active {
	margin-top: 0;
	padding-top: 5px;
	color: #333;
	background-color: #fff;
	border-bottom-color: #fff;
}

.tab h2 { padding: 0; border: none; }

/** links */
div.links {
	height: 1%;
	overflow: hidden;
	margin: 8px 0;
	padding: 0;
	font-size: 1.3em;
}

div.links a {
	display: block;
	float: left;
	padding: 0 5px;
	border-left: 1px dotted #ccc;
}
div.links a:first-child { border-left: none; }

.buttons {
	float: right;
	margin: 5px 0;
	padding: 0 5px;
	font-size: 1.3em;
}

.buttons a {
	display: block;
	float: left;
	margin: 0 0 0 2px;
	padding: 2px 5px;
	font-size: 1.539em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #4e9a06;
}

/* messages */
.flash {
	margin-bottom: 10px;
	padding: 10px;
	color: #00c618;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 1.3em;
	z-index: 9;
}
.flash.error { color: #ff0d00; } 

p.anot {
	margin: 0;
	padding: 15px 0 0;
	font-size: 1.2em;
	font-style: italic;
	color: #666;
	border-top: 1px dotted #ccc;
}

/* images */
.imagesbox {
	width: 400px;
	height: 300px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 1px dotted #ccc;
	position: relative;
}

.imagesbox ul {
	list-style: none;
	width: 1000px;
	margin: 0;
	padding: 0;
	position: relative;
}
.imagesbox li {
	float: left;
	margin: 0;
	padding: 0;
}

.imagesbox .prev, .imagesbox .next {
	position: absolute;
	top: 50%;
	width: 15px;
	height: 15px;
	overflow: hidden;
	opacity: 0.8;
	cursor: pointer;
}
.imagesbox .next:hover, .imagesbox .prev:hover { opacity: 1; }
.imagesbox .next { right: 3px; }
.imagesbox .prev { left: 3px; }

.imagesbox .prev span, .imagesbox .next span {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	background: #939598 none no-repeat 0 0;
}
.imagesbox .prev span { background-image: url('ico/ico-imagesbox-prev.gif'); }
.imagesbox .next span { background-image: url('ico/ico-imagesbox-next.gif'); }

/* actions */
ul#actions {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

ul#actions > li {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 10px 0 0;
	border-top: 1px dotted #ccc;
}

ul#actions > li:first-child { padding-top: 0; border-top: none; }

#actions h3 {
	margin: 0 0 8px;
	padding: 0 5px;
	font-size: 1.5em;
	font-weight: normal;
	color: #c00;
	background-color: #fff;
	border: none;
}

#actions .imagesbox {
	width: 200px;
	height: 150px;
	margin: 0 0 8px 0;
	padding: 0;
	border: 1px dotted #ccc;
}


#actions .content {
	margin: 0 0 10px;
	padding: 0 5px;
}

#actions .content p {
	width: auto;
	font-size: 1.2em;
	color: #666;
	background-color: #fff;
}
#actions .content dl {
	font-size: 1.2em;
	color: #666;
}

/* products */
ul.products {
	list-style-type: none;
	height: 1%;
	overflow: hidden;
	margin: 10px 0 20px -8px;
	padding: 0;
	font-size: 1em;
	position: relative;
}

ul.products li {
	float: left;
	width: 200px;
	margin: 0 0 0 8px;
	padding: 8px;
	overflow: hidden;
	border: 1px dotted #ccc;
	position: relative;
}
ul.products li.clear { width: 99%; margin: 0 0 8px; padding: 0; border: none; font-size: 1px; }

ul.products h2, ul.products h3 {
	margin: 0 0 8px;
	padding: 0;
	font-size: 1.3em;
	border: none;
}
ul.products h2 a, ul.products h3 a {
	color: #333;
	text-decoration: none;
}

ul.products .image {
	height: 150px;
	overflow: hidden;
	margin: 0 0 8px;
	background-color: #efefef;
}

ul.products dl {
	height: 1%;
	overflow: hidden;
	margin: 0 0 3px;
	border-bottom: 1px solid #ccc;
	font-size: 1.1em;
}

ul.products dt {
	float: left;
	margin-bottom: 0;
}
ul.products dd {
	float: right;
	padding: 0 0.454em;
	background-color: #efefef;
}

ul.products dl.price.vat dt {
	padding-top: 2px;
}
ul.products dl.price.vat dd {
	font-size: 1.2em;
	font-weight: bold;
}

ul.products fieldset {
	float: right;
	width: auto;
	margin: 8px 0 0;
	padding: 0;
}

/* flags */
ul.flags {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

ul.products ul.flags {
	margin: 12px 0 0;
}

ul.flags li {
	display: inline;
	width: auto;
	margin: 0 2px 0 0;
	padding: 2px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	background-color: #999;
	border: none;
}

ul.products ul.flags li { margin-right: 1px; }

ul.flags li.product-flag-0 { background-color: #ff9100; }
ul.flags li.product-flag-1 { background-color: #e0005b; }
ul.flags li.product-flag-2 { background-color: #0089e5; }
ul.flags li.product-flag-3 { background-color: #75e203; }

table { width: 100%; border: 1px solid #ccc; }
table tr > * {
	margin: 0;
	padding: 2px 5px;
	border: 1px dotted #ccc;
	border-width: 0 0 1px 1px;
}
table th {
	color: #333;
	background-color: #efefef;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}
table td { font-size: 1.2em; }
table td.price { text-align: right; }
table tr.even td { background-color: #f5f5f5; }
table tr:hover td { background-color: #efefef; }

table .total td { font-weight: bold; }
table td.count { text-align: left; }

fieldset.basket {
	padding: 5px 0 0;
	border: none;
	text-align: right;
}
fieldset.basket * {
	font-size: 1.1em;
	color: #333;
}
fieldset.basket input.text { width: 50px; }
fieldset.basket input.button {
	padding-right: 20px;
	background: transparent url('ico/kosik.png') no-repeat 100% 50%;
	border: none;
	cursor: pointer;
}

/* order */
.paging-order {
	height: 1%;
	overflow: hidden;
	margin: 1em 0;
	padding: 0.5em;
	color: #666;
	background-color: #fff;
	border-top: 1px dotted #ccc;
	font-size: 1.1em;
}
.paging-order a { font-size: 1.1em; text-decoration: none; }

.paging { float: right; }
.paging strong { font-size: 1.1em; }

.order a span { padding-left: 0.2em; font-size: 1.1em; }
.order a small { padding-left: 0.2em; color: #333; }

/* product detail */
.product-info { float: left; width: 400px; }
.product-control { float: left; width: 280px; margin-top: 20px; margin-left: 20px; }

.product-info .wrap_image { border-bottom: 1px dotted #ccc; }

.product-info h2 {
	margin-top: 0px;
	font-size: 1.5em;
}

.product-info dl.producer { height: 1%; overflow: hidden; margin: 0; line-height: 60px; }
.product-info dl.producer dt { float: left; margin: 0; }
.product-info dl.producer dd { float: left; margin-left: 8px; }
.product-info dl.producer .logo { float: right; }

.product-control dl {
	height: 1%;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}

.product-control dt {
	float: left;
	width: 34%;
	margin-bottom: 3px;
}

.product-control dd {
	margin-left: 120px;
	margin-bottom: 3px;
}

.product-control dl.price dt {
	padding-top: 3px;
}

.product-control dl.price dt span {
	padding-left: 3px;
	font-size: 1em;
	color: #999;
}

.product-control dl.price dd {
	float: right;
	width: 115px;
	margin-left: 0;
	padding: 7px 15px 5px 0;
	font-size: 1.231em;
	font-weight: bold;
	text-align: right;
	color: #666;
	background: #fff url('img/price_dd_bg.png') no-repeat 50% 50%;
}

.product-control dl.price.vat dd {
	color: #fff;
	background: #cc0000 url('img/price_dd_vat_bg.png') no-repeat 50% 50%;
}

.product-control fieldset.basket {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.product-control p { font-size: 1.2em; color: #999; }
.product-control p em { color: #ee3823; }

.description { font-size: 1.3em; line-height: 1.5em; }
.description * { font-size: 1em; }

/* order */
.order dl.price.order dd.vat { padding-top: 0.5em; font-size: 1.539em; color: #4e9a06; }

/* gallery */
ul#gals {
	list-style: none;
	margin-left: 0;
	font-size: 1em;
}

ul#gals ul {
	list-style: none;
	height: 1%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

ul#gals ul li {
	float: left;
	margin: 0 5px 5px 0;
	padding: 5px;
	border: 1px dotted #ccc;
}

ul.images {
	list-style-type: none;
	height: 1%;
	overflow: hidden;
	margin: 0 0 8px;
	padding: 0;
}

ul.images li {
	float: left;
	margin: 0 5px 5px 0;
	padding: 5px;
	border: 1px dotted #ccc;
}

span.image-right {
	float: right;
	padding: 0 0 5px 5px;
	background-color: #fff;
}

span.image-left {
	float: left;
	padding: 0 5px 5px 0;
	background-color: #fff;
}

span.image-center {
	display: block;
	clear: both;
	padding: 0 0 5px;
	text-align: center;
}

ul.gallery { position: relative; }
ul.gallery li.big {
	position: absolute;
	top: 0;
	left: 0;
}

a.full {
	display: block;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	color: #333;
	background-color: #fff;
	border: 1px dotted #ccc;
}

a.full span {
	display: block;
	font-size: 1.3em;
	height: 20px;
	line-height: 20px;
}

/* news */
ul#news {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
ul#news li {
	height: 1%;
	overflow: hidden;
	margin: 0 0 8px;
	padding: 8px 0 0;
	border-top: 1px dotted #ccc;
}
ul#news li:first-child { padding-top: 0; border-top: none; }

ul#news h2 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	color: #cc0000;
	border: none;
}

ul#news .date {
	font-weight: normal;
	color: #ccc;
}

ul#news .date strong {
	padding: 0 1px;
	font-weight: normal;
	color: #999;
}

ul#news .content { font-size: 1.1em; }
ul#news p { font-size: 1.2em; }

/* breadcrumbs */
.path {
	margin-bottom: 0.909em;
	font-size: 1.1em;
}

/* admin controls */
.admin-node {
	margin: 0 0 1em;
	padding: 0.5em;
	font-size: 1.2em;
	border: 1px solid #ffc000;
}

#actions .admin-node { margin-top: 5px; background-color: #fff; font-size: 0.923em; }

/* etc */
img { border: none; }
.imagebutton { margin-left: 3px; vertical-align: bottom; }
#content > .content > p { text-align: justify; }

.image, .imagesbox { position: relative; }
.image > p, .imagesbox > p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 3px;
	color: #333;
	background-color: #eee;
	font-size: 1.1em;
	font-style: italic;
	opacity: 0.5;
}
.image > p:hover, .imagesbox > p:hover { opacity: 0.75; }

dl.homepage { height: 1%; overflow: hidden; font-size: 1.3em; }
dl.homepage dt { float: left; }
dl.homepage dd { float: left; margin-left: 0.5em; }

body#producer #content { position: relative; }

#producer-logo { float: right; margin-top: -65px; }

/* orders */
table.orders tr.state-5 td { background-color: #e0ffa5; }
table.orders tr.state-6 td { background-color: #efcece; }

/* homepage */
body#home #content .content > h2 {
	margin: 0 0 3px;
	padding: 13px 0 5px;
}

#site-features {
	height: 165px;
	overflow: hidden;
	margin-bottom: 20px;
	background: transparent url('img/panels.png') no-repeat 0 0;
}

.feature {
	float: left;
	width: 145px;
	padding-top: 10px;
	padding-left: 10px;
	margin-left: 25px;
}

.feature h2 {
	margin: 0;
	padding: 13px 0 12px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	text-shadow: #333 1px 1px 3px;
	color: #fff;
	border: none;
}

.feature p {
	margin: 0 0 8px;
	font-size: 1.2em;
	color: #fff;
}

.feature h2 a { color: #fff; text-decoration: none; }

.feature p a {
	font-size: 1em;
}

#feature-eshop { margin-left: 0; }
#feature-price { margin-left: 23px; }

ul.producers {
	list-style-type: none;
	height: 1%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul.producers li {
	float: left;
	margin: 0 16px 8px 0;
	padding: 0;
}

ul.producers li a { opacity: 0.8; }
ul.producers li a:hover { opacity: 1; }

#company p { margin-left: 5px; font-size: 1.2em; }

.slideshow {
	list-style-type: none;
	height: 270px;
	overflow: hidden;
	margin: 0 0 13px;
	padding: 0;
	position: relative;
}

.slideshow li { margin: 0; padding: 0; }

.block {
	margin-bottom: 13px;
}

.block h3 {
	margin: 0 0 8px;
	padding: 5px;
	font-size: 1.2em;
	border: 1px dotted #ccc;
	border-width: 1px 0;
}

ol.products {
	list-style-type: none;
	margin: 0 0 8px;
	padding: 0;
	font-size: 1em;
}

ol.products li {
	clear: both;
	height: 1%;
	overflow: hidden;
	margin: 8px 0 0;
	padding: 8px 0 0;
	border-top: 1px dotted #ccc;
}

ol.products li:first-child { border-top: none; }

ol.products img {
	float: left;
	margin: 0 5px 5px 0;
}
ol.products h4 { margin: 0 0 5px; font-size: 1.2em; }
ol.products h4 a { text-decoration: none; }
ol.products .price { font-size: 1.1em; margin-left: 84px; }
ol.products .price strong { font-size: 1.091em; }

#node-3 dd { margin-bottom: 0.75em; }

.block.object p {
	margin: 0 5px 8px;
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: justify;
}

.block.object .adr {
	margin: 0 5px 8px;
	font-size: 1.1em;
	line-height: 2em;
}

.block.object dl {
	height: 1%;
	overflow: hidden;
	margin: 0 5px 8px;
	font-size: 1.1em;
	line-height: 1.5em;
}

.block.object dt {
	float: left;
	clear: left;
	margin: 0;
}

.block.object dd {
	float: left;
	margin: 0 0 0 3px;
}

.block.object dl.open dd { width: 60%; margin-left: 3px; }

#block-company-3 { margin-bottom: 13px; }

#home #menu-tabs { padding-top: 13px; }

#header .block {
	float: right;
	width: 160px;
	height: 60px;
	margin: 10px 0 10px 10px;
	padding-right: 10px;
	text-align: right;
	border-right: 1px dotted #ccc;
}

.block > strong {
	display: block;
	padding: 5px 25px 5px 5px;
	font-size: 1.3em;
	font-weight: normal;
	background: transparent none no-repeat 100% 50%;
}

.block .links {
	float: right;
	height: auto;
	margin: 5px 0;
	font-size: 1.1em;
}

/* basket */
#block-basket > strong { background-image: url('ico/kosik.png'); }
#block-basket ul { font-size: 1em; }
#block-basket li { margin: 0 0 3px; padding: 0 0 0 10px; }
#block-basket li a.del { font-weight: bold; color: #cc0000; }

/* user */
#block-user > strong { background-image: url('ico/user.png'); }

/* search */
#block-search > strong { background-image: url('ico/search.png'); }
#block-search input.button { margin-top: 2px; font-size: 1em; }

#frmformSearch-q { width: 100px; }

#block-otviraci-doba { margin-bottom: 25px; }

strong.red { color: #ff0000; }

#a-www {
	display: block;
	float: right;
	width: 215px;
	height: 25px;
	line-height: 25px;
	margin-right: 17px;
	padding-left: 5px;
	font-size: 1.1em;
	text-decoration: none;
	color: #333;
	background: #e6e6e6 url('img/logo-www.png') no-repeat 98% 50%;
}

#block-menu-cat ul.nav {
	margin: 0 0 1px;
	background: transparent none;
}

#block-menu-cat ul.nav li {
	margin: 0 0 0 1px;
}

#block-menu-cat ul.nav a {
	width: 109px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
	color: #fff;
	background-color: #aaa;
}

#block-menu-cat ul.nav a.active {
	padding: 0;
	border: none;
	background-color: #df0000;
	font-weight: bold;
}
