body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666666;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	background-color: #97ede4;
	background: url(../image/bg-body.xxxjpg) bottom center repeat fixed;
	text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #444444;
}

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 24px;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 19px;
	padding-left: 10px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

a {
	color: #554433;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

legend {
	font-size: 18px;
	padding: 7px 0px;
}

label {
	font-size: 13px;
	font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}

.dropdown {
	min-width: 122px;
}

.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #ff0000;
	font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #554433;
	background-image: linear-gradient(to bottom, #888877, #555544);
	background-repeat: repeat-x;
}

.container {
	padding: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.row {
	margin: 0;
}

/* top */
#top {
	padding: 1px 0px 3px 0;
	margin: 0 0 10px 0;
	min-height: 22px;
}

#top .container {
	padding: 5px 10px 0 10px;
	background: #f7f7f7;
	background-color: #f7f7f7;
	background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
	edit 
	background-repeat: repeat-x;
	border-bottom: 1px solid #cccccc;
}

#top #currency .currency-select {
	text-align: left;
}

#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
}

#top .btn-link, #top-links li, #top-links a {
	padding: 0 7px;
	color: #000000;
	/*	text-shadow: 0 0.3px 0 #aaaaaa;*/
	text-decoration: none;
	font-size: 14px;
}

#top .btn-link:hover, #top-links a:hover {
	padding: 0 7px;
	color: #ffffff;
	background-color: #888877;
	background-image: linear-gradient(to bottom, #888877, #555544);
	background-repeat: repeat-x;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	padding: 0 7px;
	color: #ffffff;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links {
	padding-top: 6px;
}

#top-links a + a {
	margin-left: 15px;
}

/* logo */
#logo {
	margin: 0;
}

/* search */
#search {
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#search .input-lg {
	height: 38px;
	line-height: 20px;
	padding: 0 10px;
	color: #222222;
	background: #f4f4f4;
	background-image: linear-gradient(to right, #f4f4f4, #ffffff);
	background-repeat: repeat-x;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 8px 35px;
}

#search .btn-lg:hover {
	margin-right: 1px;
	background-image: linear-gradient(to left, #cccccc, #ffffff);
	background-repeat: repeat-x;
	border: none;
}

/* cart */
#cart {
	margin-bottom: 10px;
}

header .col-sm-3 {
	padding: 0;
}

#cart > .btn {
	font-size: 15px;
	line-height: 18px;
	/*	background: #cccccc; orig */
	background: #f4f4f4;
	color: #000000;
}

#cart.open > .btn {
	background-image: none;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	color: #666666;
	box-shadow: none;
	text-shadow: none;
}

#cart > .btn:hover, #cart.open > .btn:hover {
	color: #ffffff;
	background-color: #554433;
	background-image: linear-gradient(to bottom, #888877, #555544);
	background-repeat: repeat-x;
}

#cart .dropdown-menu {
	background: #eeeeee;
	z-index: 1001;
}

#cart .dropdown-menu {
	min-width: 100%;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
	width: 100%;
}

}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
	min-width: 527px; /* 427px*/
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
	min-width: 100%;
}

}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* menu */
#menu {
	margin-bottom: 0px;
	padding: 0;
	background-color: #554433;
	background-image: linear-gradient(to bottom, #888877, #555544);
	background-repeat: repeat-x;
	border: 0px solid #cccccc;
	min-height: 20px;
	font-size: 15px;
}

#menu .nav > li > a {
	color: #000000;
	text-shadow: none;
	padding: 5px 12px 4px 12px;
	min-height: 12px;
	background-color: transparent;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background: #dddddd;
	background-color: #554433;
	background-image: linear-gradient(to bottom, #888877, #555544);
	background-repeat: repeat-x;
	color: #ffffff;
	text-shadow: none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

#menu .dropdown-menu {
	padding-top: 1px;
	padding-bottom: 0;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 200px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 13px;
}

#menu .dropdown-inner li a:hover {
	color: #ffffff;
}

#menu .see-all {
	display: none; /* display: block; -orig */
	margin-top: 0.5em;
	border-top: 1px solid #dddddd;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 13px;
}

#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #554433;
	background-image: linear-gradient(to bottom, #888877, #555544);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #ffffff;
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #ffffff;
	padding: 2px 18px;
	float: right;
	background-color: #554433;
	background-image: linear-gradient(to bottom, #888877, #555544);
	background-repeat: repeat-x;
	border-color: #d7d7d7 #d7d7d7 #145e7a;
}

.navbar-collapse {
	background: #ffffff;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #dddddd;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
	display: block;
}

}
@media (max-width: 767px) {
	#menu {
	border-radius: 4px;
}

	#menu div.dropdown-inner > ul.list-unstyled {
	display: block;
}

	#menu div.dropdown-menu {
	margin-left: 0 !important;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.1);
}

	#menu .dropdown-inner {
	display: block;
}

	#menu .dropdown-inner a {
	width: 100%;
	/*color: #ffffff;*/
}

	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
	background: rgba(0, 0, 0, 0.1);
	color: black;
}

	#menu .see-all {
	margin-top: 0;
	border: none;
	border-radius: 0;
	color: #ffffff;
}

}
/* content */
#content {
	padding: 10px 20px;
	min-height: 600px;
	background: #ffffff;
	background-color: #ffffff;
	background-image: linear-gradient(to bottom, #f7f7f7, #ffffff);
	background-repeat: repeat-x;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}

/* footer */
footer {
	margin-top: 50px;
	background-color: transparent;
	color: #e2e2e2;
}

footer .container{
	padding: 10px 0 0 0;
	background: #f7f7f7;
	background-color: #f7f7f7;
	background-image: linear-gradient(to top, #ffffff, #f7f7f7);
	background-repeat: repeat-x;
	border-top: 1px solid #cccccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

footer hr {
	border-top: none;
}

footer a {
	padding: 0 2px;
	color: #000000;
}

footer a:hover {
	color: #ffffff;
	background-color: #554433;
	background-image: linear-gradient(to bottom, #888877, #555544);
	background-repeat: repeat-x;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

footer h5 {
	margin-bottom: 5px;
	font-size: 14px;
	color: #aaaaaa;
}

p.poweredby, p.poweredby a {
	font-size: 11px;
	text-align: center;
	color: #cccccc;
	background: none;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

.alert-info {
	background-color: #554433;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	color: #990000;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border: 1px solid #eeeeee;
	background-color: #f9f9f9;
}

.breadcrumb i {
	font-size: 13px;
}

.breadcrumb > li {
	padding: 0 10px; /*	text-shadow: 0 1px 0 #ffffff;*/
	position: relative;
	white-space: nowrap;
	font-size: 13px;
}

.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}

.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	right: -5px;
	width: 18px;
	height: 18px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.breadcrumb > li a {
	color: #777777;
}

.breadcrumb > li a:hover {
	color: #000000;
}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7px 12px;
	font-size: 13px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: none;
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 13px;
}

.btn-group > .btn-xs {
	font-size: 9px;
}

.btn-group > .btn-sm {
	font-size: 10.2px;
}

.btn-group > .btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #ffffff;
	/*	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
	background-color: #554433;
	background-image: linear-gradient(to bottom, #888877, #555544);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #dddddd;
}

.btn-primary {
	color: #ffffff;
	/*	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	background-color: #554433;
	background-image: linear-gradient(to bottom, #888877, #555544);
	background-repeat: repeat-x;
	border: 1px solid #777777;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background-color: #554433;
	background-position: 0;
	background-image: linear-gradient(to bottom, #888877, #555544);
	background-repeat: repeat-x;
}

.btn-warning {
	color: #ffffff;
	/*	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	background-color: #554433;
	background-image: linear-gradient(to bottom, #888877, #555544);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: none; /*	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); */
}

.btn-danger {
	color: #ffffff;
	/*	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	background-color: #554433;
	background-image: linear-gradient(to bottom, #888877, #555544);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: none; /*	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); */
}

.btn-success {
	color: #ffffff;
	/*	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	background-color: #554433;
	background-image: linear-gradient(to bottom, #888877, #555544);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: none; /*	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); */
}

.btn-info {
	color: #ffffff;
	/*	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	background-color: #554433;
	background-image: linear-gradient(to bottom, #888877, #555544);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #554433;
	border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	/*	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	background-color: #554433;
	background-image: linear-gradient(to bottom, #888877, #555544);
	background-repeat: repeat-x;
	border-color: #cccccc;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #554433;
	background-image: linear-gradient(to bottom, #888877, #555544);
}

/* list group */
.list-group {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.list-group a {
	border: 1px solid transparent;
	color: #555555;
	padding: 8px 12px;
	background: #ffffff;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	border: 1px solid transparent;
	background: #f7f7f7;
	border-bottom: 1px solid #dddddd;
}

/* carousel */
.carousel-caption {
	color: #ffffff;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	border: 1px solid #f4f4f4;
	background: #ffffff;
	margin-bottom: 20px;
	overflow: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.product-layout {
	padding: 0 3px;
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 0.7;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}

}
.product-thumb h4 {
	font-size: 16px;
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 170px;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}

}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}

.product-grid .product-thumb .caption {
	min-height: 0;
}

}
.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999999;
	font-size: 15px;
}

.rating .fa-star {
	color: #ffcc00;
	font-size: 15px;
}

.rating .fa-star + .fa-star-o {
	color: #e69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	padding: 0 4px;
	color: #ffffff;
	float: right;
	text-align: right;
	background-color: #555544;
	letter-spacing: 1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.product-thumb .price-new {
}

.product-thumb .price-old {
	color: #999999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #777777;
	font-size: 13px;
	/*	display: block; -orig */
	display: none;
}

.product-thumb .button-group {
	border-top: 1px solid #dddddd;
	background-color: #eeeeee;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #dddddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
	border-left: none;
}

}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #554433;
	background-image: linear-gradient(to bottom, #888877, #555544);
	background-repeat: repeat-x;
	color: #ffffff;
	line-height: 22px;
	text-align: center;
	font-size: 13px;
}

.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #dddddd;
}

.product-thumb .button-group button:hover {
	color: #ffffff;
	background-color: #554433;
	background-image: linear-gradient(to bottom, #888877, #555544);
	background-repeat: repeat-x;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}

}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}

}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails > li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails > img {
	width: 100%;
}

.image-additional {
	margin-bottom: 5px;
	padding: 3px;
}

.image-additional a {
	margin-bottom: 20px;
	display: block;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 10px;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
	clear: left;
}

}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
	clear: left;
}

}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
	clear: left;
}

}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
	width: 100%;
}

	#column-left + #content .product-layout .col-md-3 {
	width: 50%;
}

	#column-left + #content + #column-right .product-layout .col-md-3 {
	width: 100%;
}

    #content + #column-right .product-layout .col-md-3 {
	width: 100%;
}

}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

#slideshow0, #carousel0 {
	: ; /*	padding: 0 10px;*/
}

p.tags {
	margin-top: 20px;
	margin-left: 15px;
}

p.tags a {
	padding: 0 5px;
	background-color: #e9e9e9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#column-left {
	padding: 0 10px 0 0;
}

#column-left .product-layout {
	margin-top: 10px;
	padding: 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#column-left .product-thumb {
	margin-bottom: 0;
	border: none;
	border-radius: none;
}

#column-left h3 {
	margin-bottom: 0;
	padding-left: 3px;
}

#informacie h4 {
	margin-top: 20px;
	padding: 3px 0;
	background-color: #eeeeee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

h2.kategoria {
	margin: 3px 0 7px 12px;
}

h4.staticbanner {
	margin: 0px;
	padding: 3px 12px;
	font-size: 14px;
	color: #ffffff;
	background-color: #555544;
}

h4.staticbanner, h4.staticbanner a {
	color: #ffffff;
}

.tribaner img {
	margin: 2px auto;
	padding: 0;
}

h3.suvis {
	padding: 3px;
	background-color: #f5f5f5;
}

