@import "web_content.css";

.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

body {
	background: black;
}

/*
===================
  HLAVNI STRUKTURA
===================
*/
div#main-container {
	width: 980px;
	position: relative;
	margin: auto;
	top: -175px;
}

div#header {
	height: 227px;
	background: url('/images/layout/head_image.jpg') 250px 0px no-repeat;
}

div#header div#menu {
	top: 137px;
	left: 0px;
	position: absolute;
	height: 90px;
}

div#middle {
}

div#middle div#leftpanel {
    width: 267px;
    float: left;
}

div#leftpanel .box{
	background-color: #f4f4f4;
}

div#middle div#content {
	float: left;
	margin-left: 36px;
	width: 664px;
}

div#foot {
	background: black;
}

/*
===================
  ZAKLADNI PRVKY
===================
*/

div.upper-bg {
	background: #fff;
}
div.bottom-bg {
	background: transparent url('/images/webline.jpg') 0px bottom repeat-x;
	padding-bottom: 160px;
	background-size: contain;
}

div#foot .content {
	margin: auto;
	width: 980px;
	color: #bcbbbb;
	font-size: 12px;
	padding: 40px 0px 20px 0px;
	line-height: 18px;
}
div#foot .content a {
	color: #bcbbbb;
}

div#foot .content table {
	width: 780px;
	padding: 0px;
}
div#foot .content table td {
	vertical-align: middle;
	padding-bottom: 10px;
}
div#foot .content table td.menu {
	padding-bottom: 10px;
}
div#foot .content table td.menu a {
	color: white;
	text-decoration: none;
}
div#foot .content table td.icon {
	width: 50px;
}
div#foot .content div.about,
div#foot .content div.about a {
	text-align: right;
	color: #7f7c7c;
	padding: 10px 70px 0px 0px;
	font-size: 11px;
}
div#foot div.bottom_lang {
	float: left;
	width: 35px;
	margin: 5px 30px 0px 30px;
}
div#foot div.bottom_lang a {
	display: block;
	text-decoration: none;
	color: white;
	padding: 5px 10px;
	margin-bottom: 6px;
}
div#foot div.bottom_lang a.selected {
	font-weight: bold;
	color: #b3b3b3;
	background: #212121;
}

div#header div#languages {
	position: absolute;
    right: 30px;
    top: 10px;
	/*display: none;*/
}
div#languages {
	top: -55px !important;
}
div#header div#languages a {
	color: #bababa;
	text-decoration: none;
}

div#header div#languages a.selected {
	font-weight: bold;
}

div#header div#logo {
	float: left;
	margin-top: 28px;
	margin-left: 30px;
}
div#header div#logo h1 {
	margin:0;
	padding: 0;
}

div#header div#search {
	top: 150px;
	right: 30px;
	position: absolute;
}
div#search {
	top: 138px !important;
}

div#search table.form_table td.form_element{
	background: none !important;
}
div#search table.form_table td.form_element input {
	background: white !important;
	position: relative;
	left: 4px;
}
div#search table.form_table td input[type="submit"] {
	background: rgb(238, 29, 35) !important;
}
div#header div#search table.form_table {
	padding: 0px;
	margin: 0px;
}
div#header div#search table.form_table td {
	padding: 0px 2px;
}

div#header div#search .search_input {
	background: transparent;
	border: 0px;
	height: 24px;
	line-height: 24px;
	width: 134px;
	padding: 0px 5px;
	color: #392f2b;
	font-size: 11px;
}

div#header div#search td.form_element {
	background: url('/images/layout/search_input.png') no-repeat;
}

div#header div#search .active {
	color: #392f2b;
}

div#header div#search #send {
	background: url('/images/layout/search_submit.png') no-repeat;
	border: 0px;
	height: 24px;
	line-height: 24px;
	width: 74px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

div#header div#menu ul#mainmenu {
	margin: 0px;
	padding: 0px;
}

div#header div#menu ul#mainmenu li {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
	margin-right: 1px;
}

div#header div#menu ul#mainmenu li a {
	padding: 0px 17px;
	line-height: 30px;
	height: 30px;
	display: block;
	background: rgb(147,149,152);
	color: white;
	text-decoration: none;
}

div#header div#menu ul#mainmenu li a.selected,
div#header div#menu ul#mainmenu li a:hover {
	background: rgb(238, 29, 35);
}

div#header div#menu ul#mainmenu li a.selected {
	font-weight: bold;
}
.news-perex img {
	max-width: 100%;
}
.lnews {
	padding: 5px;
	height: 20px;
}

.lnews div.text {
	padding: 0px 13px;
	float: left;
}

.lnews a {
	background: #e0e0e0;
	padding: 0px 15px;
	float: right;
	display: block;
	font-size: 11px;
	text-decoration: none;
}
.hlink {
	float: right;
	margin-top: -45px;
}
h2.hp {
	color: black;
	text-transform: uppercase;
	margin: 30px 0px 15px 0px;
	font-size: 16px;
}
div.breadcrumb {
	padding: 5px 20px;
}
div.breadcrumb span.last {
	color: #e2001a;
	font-weight: bold;
}
div.breadcrumb span.delimiter {
	padding: 0px 10px;
}
div.breadcrumb a {
	color: #535353;
}
div.breadcrumb a.hp {
	color: black;
	font-weight: bold;
}
div#middle div#content div.pcontent {
	padding-left: 18px;
}

div#middle div#content div.pcontent div.kategorie {
	float: left;
	width: 140px;
	margin: 0px 25px 10px 0px;
}
div#middle div#content div.pcontent div.kategorie.nomargin {
	margin-right: 0px;
}
div#middle div#content div.pcontent div.kategorie div.nazev {
	padding: 10px 10px;
}
div#middle div#content div.pcontent div.kategorie div.nazev a {
	font-weight: bold;
	color: #535353;
	text-decoration: underline;
}

div#middle div#content div.pcontent div.kategorie div.nazev a:hover {
	text-decoration: none;
}

div#middle div#content div.pcontent div.kategorie a:hover img,
.katalogy a:hover img {
	opacity: 0.6;
	filter:alpha(opacity=60);
}

table.produkt {
	width: 100%;
}
table.produkt .nadpis {
	margin: 0px;
	padding: 2px 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #C9C9C9;
	font-size:14px;
	font-weight:bold;
}
table.produkt td {
	padding: 10px;
	border: 1px solid white;
}

table.produkt td.image {
	width: 170px;
}
table.produkt td.info {
	/*width: 250px;*/
}
table.produkt td.info a {
	font-weight: bold;
	color: #535353;
	line-height: 25px;
}
.pdf_wrap a.pdf,
table.produkt td.info a.pdf {
	background: url('/images/layout/pdf.png') 0px -2px no-repeat;
	padding-left: 30px;
	text-decoration: none;
	display: block;
	line-height: 25px;
	height: 25px;
	margin-top: 10px;
}

.pdf_wrap {
	border-top: solid 1px black;
	padding: 10px;
	padding-top: 0px;
	margin-bottom: 25px;
}

.pdf_wrap a.pdf {
	color: #535353;
	font-weight: bold;
}

div.text {

}

table.produkt td.souvisejici {
	width: 160px;
	line-height: 20px;
}
table.produkt td.souvisejici ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}
table.produkt td.souvisejici ul li {
	list-style-type: square;
	padding: 2px 5px;
	color: #7f7c7c;
}
table.produkt td.souvisejici ul li a {
	font-weight: bold;
	color: #535353;
}
h1.pr {
	margin: 30px 0px 10px 10px;
}

.code {
	float: right;
	font-weight: bold;
	font-size: 16px;
	margin-top: -20px;
	color: #535353;
}

.datum {
	font-weight: normal;
	font-size: 12px;
}

div.modul legend {
	padding: 0px 10px;
	margin-left: -10px;
	font-weight: bold;
}
div.modul fieldset {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #535353;
	background: #F4F4F4;
}
div.modul .button_box {
	text-align: right;
	margin: 10px;
}

ul.errors,
ul.errors li {
	display: inline;
	margin: 0px;
	padding: 0px;
	color: red;
}

div.info_box {
	background: #F4F4F4;
	padding: 10px;
	border: 1px solid #666666;
	margin: 20px 0px;
}

div.error {
	color: #e2001a;
}

.bold {
	font-weight: bold;
}
.gray {
	background-color: #f4f4f4;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

.input-long {
	width: 250px;
}
.input-medium {
	width: 120px;
}
.input-small {
	width: 50px;
}
div.userbox .input-login {
	width: 100%;
	background: transparent;
	border: 0px;
	height: 24px;
	line-height: 24px;
	color: #ccc;
	font-size: 11px;
	padding: 0px 5px;
	margin-bottom: 5px;
}
div.userbox .login-bg {
	background: url('/images/layout/login_input.jpg') no-repeat;
}
div.userbox #login {
	background: url('/images/layout/login.jpg') no-repeat;
	border: 0px;
	height: 24px;
	width: 75px;
	font-weight: bold;
	color: white;
	font-size: 11px;
}
div.userbox div.title {
	font-size: 18px;
	margin: 20px 0px 13px 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
	color: #392f2b;
}

div.partnerbox {
	padding: 0 10px 5px;
	margin-bottom: 35px;
}
.partnerbox h2 {
	padding-bottom: 10px;
	/*
		margin:0;
		margin-top: 18px;
		margin-bottom: 5px;
		padding:0;
		padding-bottom: 5px;
	background: #F4F4F4;
	padding:0;
	padding-left: 10px;
	*/
}
#block_eshop {
    margin: 26px 0 10px;
}

.block_title {
	background: rgb(147,149,152);

	color: black;
	padding: 5px 10px;
	text-transform: uppercase;
	transition: 0.2s ease-in-out;
}

.box:hover .block_title {
	background:rgb(238, 29, 35);
}

.info-bloky {
	padding: 15px;
	margin-top: 26px;
	text-align: right;
	color: #CCCCCC;
	font-size: 16px;
	line-height: 25px;
}
.info-bloky strong {
	font-size: 15px;
}
div.podpora {
	background: #000 url('/images/layout/sluchatko.jpg') 20px 13px no-repeat;
}
.shop-loziska,
.kariera,
.ke_stazeni {
	display: block;
	text-decoration:none;
}
.shop-loziska:hover,
.kariera:hover,
.ke_stazeni:hover {
	text-decoration:underline;
}
.shop-loziska {
	background: #000 url('/images/layout/lozisko-matis-50x48.png') 20px 13px no-repeat;
}
.kariera {
	background: #000 20px 13px no-repeat url('data:image/png;base64,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');
}
.ke_stazeni {
	background: #515151 url('/images/layout/ke_stazeni.jpg') 20px 13px no-repeat;
	color: #d4d4d4;
}

/*
div.podpora {
	background: #000 url('/images/layout/sluchatko.jpg') 20px 13px no-repeat;
	padding: 15px;
	margin-top: 26px;
	text-align: right;
	color: #CCCCCC;
	font-size: 16px;
	line-height: 25px;
}
div.podpora strong {
	font-size: 15px;
}

div.ke_stazeni {
	background: #515151 url('/images/layout/ke_stazeni.jpg') 20px 15px no-repeat;
	text-align: right;
	height: 80px;
}
div.ke_stazeni strong {
	font-size: 18px;
}
div.ke_stazeni a {
	text-decoration: none;
	color: #d4d4d4;
	padding: 18px 15px 12px 15px;
	display: block;
	height: 50px;

}
*/
.textarea-medium {
	width: 400px;
	height: 100px;
}
.search_result h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0px;
}

div.text table th,
div.text table td {
	font-size: 11px;
}
div.text table td {
	padding: 2px 10px;
}

div.text td.bggray {
	background: #f8f8f8;
}
div.text td.bgwhite {
	background: white;
}
/*div.text td.bggray.*/

div.text td.bgrose {
	background: #f9f2f2;
}
div.text td.bgwhite.bgrose {
	background: #fef7f7;
}
div.text th {
	background: #dcdcdc;
	font-weight: bold;
	vertical-align: top;
	padding: 5px 10px;
}

.roll_link {
	font-size: 11px;
	padding: 10px 15px;
	text-align: right;
	line-height: 11px;
}
.roll_link a {
	color: #535353;
}
.hplist {
	width: 50%;
	height: 210px;
	float: left;
}
.hplist .image {
	padding: 0px 10px 10px 0px;
	float: left;
}
.hplist .text {
	padding: 0px 10px 10px 10px;
}
.hplist .text p {
	margin: 0px;
	padding: 0px;
}
.hplist h2 {
	font-size: 19px;
	margin-top: 0px;
}
.newinput-long {
	display: none;
}

.tc {
	text-align: center;
}

.icon_pdf {
	background: url('/images/layout/icon_pdf.jpg') no-repeat left center;
	min-height: 33px;
	padding:0;
	margin: 0;
	margin-top: 25px;
	padding-left: 40px;
}
.minus_aktualne:first-of-type {
	padding-top: 20px;
}
.icon_basket {
	background: url('/images/layout/icon_basket.jpg') no-repeat left center;
	min-height: 33px;
	padding-left: 40px;
}

#hp_content {
/*	margin-bottom: 35px;*/
	margin-top: -22px;
	padding-bottom: 40px;
}

#hp_content .hp_block {
	position: relative;
	border: 1px solid gray;
	width: 47%;
	margin-top: 15px;
	padding-left: 10px;
	min-height: 200px;
}

#hp_content .hp_block div {
	margin-top: 40px;
}

#hp_content .hp_block p {
	text-align: right;
	margin: -28px 3px 0 0;
	padding-bottom: 10px;
}

#hp_content .hp_block h2 {
	background: none !important;
	text-transform: uppercase;
	color: black !important;
	margin-top: 0px !important;
}

#hp_content .hp_block:hover a {
	color: rgb(238, 29, 35) !important;
}

#hp_content .hp_block h2 a {
	
	color: black !important;
}
#hp_content .hp_block p a {
	color: black;
	text-decoration: none !important;
}

#hp_content h2 {
	background: url('/images/layout/sipka_hp.jpg') no-repeat right center;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 0;
	width: 100%;
}

#hp_content h2 a {
	display:block;
	text-decoration: none;
}

#hp_content h2 a:hover {
	text-decoration: underline;
}

#download_box {
	height: 155px;
	margin-top: 35px;
	padding: 0 18px;
}
#download_box a,
#download_box a:hover.link {
	text-decoration: none;
}

#download_box a:hover,
#download_box a.link {
	text-decoration: underline;
}

#download_box a.link {
	color: #e2001a;
}

#download_box strong {
	font-size: 14px;
}

#download_box ul {
	padding:0;
}

#download_box ul li {
	list-style-type: none;
}
#download_box ul li a {
	color: #666666;
}

#hp_catalog,
#hp_cad {
	width: 247px;
  margin-top: 20px;
  height: 33px;
  text-align: center;
}
#hp_catalog > a,
#hp_cad a {
  display: block;
}

#hp_cad {
}

div#header {
	position: relative;
}

ul.roundabout {
	list-style: none;
	padding: 0;
	margin: 0 ;
	width: 42em;
	height: 28em;
	height: 160px;
	width: 400px;
	position:asolute;
	top:-10px;
	left:300px;
	=left:90px;
}
ul.roundabout li {
	height: 125px;
	width: 226px;
	list-style-type: none;
	text-align: center;
	cursor: pointer;
}
ul.roundabout li img {
	width: 100%;
}
ul.roundabout li.roundabout-in-focus {
	cursor: default;
}
ul.roundabout li span {
	display: block;
	padding-top: 6em;
}

.mt {
	margin-top: 26px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pt0 {
	padding-top: 0;
}

.pb0 {
	padding-bottom: 0;
}

.b0 {
	border: 0 none !important;
}

.bb0 {
	border-bottom: 0 none !important;
}

/* autocomplete */

.autocomplete-w1 {
	//background:url(img/shadow.png) no-repeat bottom right;
	position:absolute;
	top:0px;
	left:0px;
	margin:8px 0 0 6px;
	/* IE6 fix: */ _background:none; _margin:0;
}
.autocomplete-suggestions {
	border:1px solid #999;
	background:#999999;
	cursor:default;
	color: #fff;
	text-align:left;
	max-height:750px;
	/*overflow:auto; */
	margin:3px 6px 6px 0px;
	border-left: 1px solid #7a7a7a;
	border-right: 1px solid #7a7a7a;
	border-bottom: 1px solid #7a7a7a;
	/* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden;
	overflow-y: auto;
	overflow-x: hidden;
	width: 250px;
}
.autocomplete-suggestions .selected {
	background:#aaaaaa;
}
.autocomplete-suggestions div {
	padding:2px 5px;
	white-space:nowrap;
}
.autocomplete-suggestions strong {
	font-weight:normal;
	color:#ffffff;
}


.dodavatel {
	margin-top: 20px;
}
.dodavatel:after {
	clear: both;
	content:"";
	display:table;
}

.dodavatel .image {
	width: 170px;
	float: left;
	padding-top: 50px;
}
.dodavatel .info {
	padding-left: 30px;
	margin-left: 170px;
	min-height: 100px;
}
.dodavatel h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.dodavatele-line {
	border-bottom: solid 1px #dedede;
	padding: 25px 0;
	text-align:center;
}

.dodavatele-line a {
	display: inline-block;
	text-decoration: none;
}
.dodavatele-line a img {
}

.dodavatele-line span + span,
.dodavatele-line span + a,
.dodavatele-line a + span,
.dodavatele-line a + a {
	margin-left: 10px;
}
.dodavatele-line a:hover {
}

.produkty {
	clear: both;
}
.produkty:after {
	clear: both;
	content:"";
    display:table;
}
.produkty h2, .katalogy_list h2, .katalogy h2 {
	margin-bottom: 20px;
	border-top: 1px solid #DEDEDE;
	padding-top: 20px;
	margin-top: 10px;
}
.d_produkt {
	width: 143px;
	float: left;
	margin-right: 24px;
}
.d_produkt.last {
	margin-right: 0;
}
.d_produkt .nazev {
	padding: 10px;
}
.d_produkt a {
	color: #535353;
    font-weight: bold;
    text-decoration: none;
}

.katalogy_list:after {
	clear: both;
	content:"";
	display:table;
}
.katalogy_list {
	padding-top: 5px;
}
.d_katalog .nazev {
	padding: 10px;
}
.d_katalog a {
	color: #535353;
    font-weight: bold;
    text-decoration: none;
}
.d_katalog .image img {
}
.d_katalog {
	width: 143px;
	float: left;
	margin-right: 24px;
}
.d_katalog.last {
	margin-right: 0;
}


.katalogy:after {
	clear: both;
	content:"";
    display:table;
}
.katalogy {
	margin-top: 0px;
}
.katalogy .row {
	border-top: solid 1px #dedede;
	padding-top: 20px;
}
.katalogy .first {
	border-top: 0 none;
	padding-top: 0;
}
.katalogy .row:after {
	clear: both;
	content:"";
	display:table;
}
.katalogy .katalog {
	position: relative;
	float: left;
	width: 143px;
	margin-right: 24px;
	margin-bottom: 10px;
}
.katalogy .katalog.last {
	margin-right: 0px;
}
.katalogy .katalog .d_odkaz {
	padding-bottom: 5px;
	background: black;
	color: white;
	padding-left: 10px;
}
.katalogy .katalog .d_odkaz a {
	color: white;
	text-decoration: none;
}

.katalogy .katalog .image img {
}
.katalogy .katalog .nazev {
	padding-bottom: 10px;
	text-align: center;
}
.katalogy .katalog .nazev a {
/*
	color: #535353;
    font-weight: bold;
    text-decoration: none;
*/
text-align: center;

}

.katalogy_filter {
	background: #F4F4F4;
	padding: 10px;
}
.katalogy_filter table th.form_label {
	padding-right: 20px;
}
.katalogy_filter table td.form_element label {
	display: block;
	width: 170px;
	float: left;
	height: 25px;
	white-space: nowrap;
}

.katalogy_filter .button_box {
	text-align: right;
}

ul#pdf_tabs {
	margin:0;
	padding: 0;
}
ul#pdf_tabs li {
	list-style-type: none;
	float: left;
	margin-right: 5px;
}

ul#pdf_tabs li.active,
ul#pdf_tabs li a {
	border: solid 1px #F4F4F4;
	border-bottom: 0 none;
	line-height: 25px;
	padding: 5px 15px;
}

ul#pdf_tabs li.active {
	background: #F4F4F4;
	border: 0 none;
	border-top: solid 1px #F4F4F4;
	font-weight: bold;
}

ul#pdf_tabs li a {
	display:block;
	color: black;
	text-decoration: none;
}

ul#pdf_tabs li a:hover {
	background: #ccc;
}

.nb .items:before,
.nb .items:after {
    content:"";
    display:table;
}
.nb .items:after {
	clear: both;
}

.nb .items .item {
	float: left;
	margin-right: 50px;
}

.nb .items .item.nomargin {
	margin: 0px;
}
.nb .imgitems:before,
.nb .imgitems:after {
    content:"";
    display:table;
}
.nb .imgitems:after {
	clear: both;
}

.nb .imgitems {
	padding: 10px 0px 0px 0px;
}
.nb .imgitems .item {
	margin-right: 40px;
	margin-bottom: 15px;
	float: left;
}
.nb .imgitems .item img {
	display: block;
	margin-bottom: 10px;
}


#dodavatelemenu ul {
	margin: 16px 0px 10px 0px;
	padding: 0px;
}
#dodavatelemenu li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#dodavatelemenu li a {
	color: #000;
	font-weight: bold;
	line-height: 22px;
	display: block;
	text-decoration: none;
}
#dodavatelemenu li a:hover {
	text-decoration: underline;
}

#seznam_dodavatelu li {
	float: left;
	position: relative;
	width: 105px;
	height: 75px;
	margin-left: 15px;
	margin-top: 5px;
}
#seznam_dodavatelu li .title {
	position: absolute;
	z-index: 200;
	top: 35px;
	left: 0px;
}
#seznam_dodavatelu li .title a {
	color: #666666;
	font-size: 11px;
}
#seznam_dodavatelu li .img {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
}
.zastoupeni_item {
	/*height: 115px;*/
	/*width: 298px;
	float: left;*/
	background: #f4f4f4;
	margin: 10px;
	margin-left: 0px;
	padding: 10px;
}
.zastoupeni_item.nomargin {
	margin-right: 0px;
}
.zastoupeni_item table {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.zastoupeni_item table td {
	padding: 0px;
	margin: 0px;
}
.zastoupeni_item table td .line {
	height: 1px;
	background: #aaa;
	font-size: 0px;
	line-height: 0px;
	margin: 5px 0px;
}
.zastoupeni_item table .jmeno {
	font-size: 15px;
	font-weight: bold;
}
.zastoupeni_item table .funkce {
	font-style: italic;
}

.psc-form {
	background: #f4f4f4;
	margin: 10px 0px;
	padding: 10px;
}
.marker {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background: #333;
}
.map {
	position: relative;
	border: 0;
}
.map img, .map area {
	border: 0;
}
.map a:focus {border:0 none;}

.map a, .map img {outline:none;}
map > area,
map > area:active,
map > area:focus {outline: none; border:0; }

.map .image {
	height: 290px;
	overflow-y: hidden;
}

#state_select a {
	font-weight: normal;
}
#state_select a.active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#hp_catalog > a {
  background:#E0E0E0;
  display:block;
  font-size:11px;
  padding:0 15px;
  text-decoration:none;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
}

#leftpanel.not-homepage {
	background-color: #f4f4f4;
}
.aktualne .news-perex {
	margin-top: 20px;
}