/* Tělo */
body {
	color: #fff;
	background: #212121 url(../images/design/body.png) repeat-x top;
	text-align: center;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	cursor: default;
	line-height: 1.5em;
}

p {
	margin: 0 0 18px;
}

ul,
ol {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

/* Nadpisy */
h1 {
	color: #c91b14;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 3px;
	text-transform: uppercase;
}
h2,
.subnadpis {
	color: #c91b14;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 6px;
	display: block;
	text-transform: uppercase;
}
h3 {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 3px;
	display: block;
}
h4 {
	color: #444;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 3px;
	display: block;
}
h5,
h6 {
	color: #000;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 3px;
}
h6 {
	font-weight: normal;
}

/* Odkazy */
a {
	color: #d4241b;
	outline: none 0px;
}
a:hover {
	color: #000;
	text-decoration: none;
}

/* Formulářové prvky */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	background: url(../images/design/field.png) repeat-x bottom;
	margin: 3px 0 18px;
	padding: 8px;
	border: 1px #ece9ea solid;
}
legend {
	color: #333;
	background: #ccc;
	border: solid 1px #333;
	font-weight: normal;
	padding: 4px 6px;
	margin-bottom: 8px;
}
label {
	border: 0;
	cursor: pointer;
}
label.required {
	font-weight: bold;
}
input[type=text],
input[type=password] {
	color: #444;
	background: #fff;
	line-height: 19px;
	font-size: 11px;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0 6px;
	border: solid 1px #d3d3d3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	outline: none 0px;
	height: 19px;
}
textarea {
	color: #444;
	background: #fff;
	line-height: 18px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 6px;
	border: solid 1px #d3d3d3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	outline: none;
	min-width: 360px;
}
input[type=submit],
input[type=reset],
input[type=button] {
	color: #fff;
	background: #d4241b;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0 18px;
	border: none;
	outline: none;
	height: 21px;
	cursor: pointer;
	overflow: visible;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
input[type=radio],
input[type=checkbox] {
	margin: 0 3px 0 3px;
	vertical-align: baseline;
}
input,
select {
	outline: none;
	vertical-align: middle;
}
select {
	border: solid 1px #999;
}

/* Tabulky obecně */
table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	padding: 0;
	vertical-align: top;
}

/* Obrázky */
img,
a img	{
	border: 0;
}

/* Linka */
hr {
	color: #d3d3d3;
	background: #d3d3d3;
	margin: 3px 1px;
	border: 0;
	height: 1px;
}

/****************************************************/
/****************** Obecné třídy ********************/
/****************************************************/

.datum {
	color: #a09533;
	font-size: 12px;
	display: block;
	font-weight: bold;
}
.red {
	color: #d4241b;
}
.cena {
	font-weight: bold;
	color: #d4241b;
	white-space: nowrap;
}
.usetrite {
	color: #cba83d;
}
.nobr {
	white-space: nowrap;
}
#na_stred,
.stred {
	text-align: center;
}
.title_text,
.odst {
	margin: 0 0 18px;
}
.skladem {
	color: #8b1c1c;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
}
.skladem.ano {
	color: #61b21f;
	background: url(../images/design/skladem.png) no-repeat right center;
	padding: 0 16px 0 0;
}
.warning,
#pridani {
    clear: both;
    padding: 18px 12px 0;
    margin: 0 0 18px;
    background: #fee9e9;
    border: solid 1px #ebc1c1;
    color: #c02222;
    font-weight: bold;
}

/****************************************************/
/****************** Kostra **************************/
/****************************************************/
 
/* Obal webu */
#pozadi {
	background: url(../images/design/pozadi.png) repeat-y center;
	margin: 4px 0 0;
	overflow: auto;
}
#page {
	text-align: left;
	position: relative;
	margin: 0 auto;
	padding: 141px 0 0;
	width: 960px;
	color: #444;
	background: url(../images/design/page.png) no-repeat top;
}

/****************************************************/
/****************** Prvky hlavičky ******************/
/****************************************************/

/* Horizontální menu*/
#menu_prave {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	left: 35px;
	min-height: 24px;
	background: url(../images/design/lista.png) repeat-x top;
	list-style-type: none;
	width: 925px;
	z-index: 200;
}
#menu_prave > li {
	float: left;
	line-height: 24px;
	position: relative;
}
#menu_prave > li > a {
	float: left;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	border-left: solid 1px #b30c07;
	padding: 0 5px;
}
#menu_prave > li > a:hover,
#menu_prave > li:hover > a {
	color: #fff;
	text-decoration: underline;
	background: url(../images/design/listaact.png) repeat-x top left;
}
#menu_prave > li > #active {
	color: #000;
	text-decoration: underline;
	background: url(../images/design/listal3act.png) repeat-x left 1px;
}

#menu_prave > li.other_article > a	{
	background: #ddd;
	color: #000;
	border-color: #444;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	height: 22px;
	line-height: 22px;
}
#menu_prave > li.other_article > #active	{
	background: url(../images/design/listal3act.png) repeat-x left 0px;
}

/* Homelink */
#homelink {
	width: 35px;
	height: 24px;
	position: absolute;
	top: 100px;
	left: 0;
}
#homelink a {
	display: block;
	width: 35px;
	height: 24px;
	text-indent: -10000px;
	background: url(../images/design/homeinact.png) repeat-x left -24px;
}

/* Logo */
#logo {
	position: absolute;
	left: 0px;
	top: 24px;
}
#logo a	{
	width: 327px;
	height: 51px;
	display: block;
	background: url(../images/design/logo.png) no-repeat;
}
#logo span {
	display: none;
}

/* Infotextíky */
.infos {
	position: absolute;
	right: 0px;
	top: 56px;
	color: #222;
	font-size: 10px;
	text-transform: uppercase;
}
.infos .info_tel {
	background: url(../images/design/tel.png) no-repeat;
	padding: 0 25px 0 18px;
}
.infos .info_dop {
	background: url(../images/design/dop.png) no-repeat;
	padding: 0 0 0 27px;
}

/* Vyhledávání */
#vyhledavani {
	position: absolute;
	top: 54px;
	left: 359px;
	width: 278px;
	height: 21px;
}
#vyhledavani .label {
	display: none;
}
#vyhledavani input[type=text] {
	width: 177px;
	height: 21px;
	line-height: 21px;
	background: url(../images/design/search.png) no-repeat 0 0;
	font-size: 11px;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0 6px 0 30px;
	border: none;
	color: #aaa;
}
#vyhledavani input[type=text]:focus {
	color: #000;
}
#vyhledavani input[type=submit] {
	background: url(../images/design/search.png) right top;
	height: 21px;
	width: 61px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: bold;
	padding: 0;
	border-radius: 0;
	-moz-border-radius: 0;
}
#vyhledavani a {
	background: url(../images/design/search.png) no-repeat 0px 0px;
	width: 24px;
	height: 21px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -10000px;
}
#vyhledavani p {
	margin: 0;
}

/* Infoweb */
#infoweb {
	position: absolute;
	z-index: 201;
	right: 0;
	top: 100px;
	width: 74px;
	height: 30px;
}
#infoweb a {
	width: 199px;
	height: 24px;
	background: url(../images/design/shop.png) no-repeat;
	display: block;
	text-indent: -10000px;
}
#infoweb a:hover	{
	background-position: 0 -24px;
}

/****************************************************/
/******** Strana (levy, pravy, stredovy) ************/
/****************************************************/

#strana {
	width: 960px;
	overflow: hidden;
	padding: 18px 0 12px;
}

#levy {
	float: left;
	width: 208px;
	overflow: hidden;
	margin: 0 20px 0 0;
	font-size: 12px;
}
#pravy {
	display: none;
}
#levy .label {
	color: #d4241b;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block;
	min-height: 36px;
	line-height: 36px;
	padding: 0 0 0 17px;
	background: url(../images/design/box_n.png) no-repeat left top;
}
#levy .label a {
	text-decoration: none;
}
#levy > div {
	float: left;
	width: 208px;
	overflow: hidden;
	margin: 0 0 24px;
}
#levy div.content {
	background: url(../images/design/box_n.png) no-repeat left bottom;
	width: 174px;
	overflow: hidden;
	padding: 0 17px 0 17px;
}
#levy p,
#levy ul {
	list-style-type: none;
	margin: 0 0 18px 0;
	padding: 0;
}

#stredovy {
	float: left;
	width: 732px;
	min-height: 1px;
}
#stredovy img {
	max-width: 700px;
}

/* Menu (společné) */
#levy #clanky .content {
	padding-bottom: 18px;
}
#clanky .content ul {
	list-style-type: none;
	margin: 0 16px 18px;
	padding: 0;
}
#clanky .content ul a {
	color: #444;
	background: url(../images/design/menu.png) no-repeat 7px 0px;
	padding: 2px 0 2px 20px;
	min-height: 18px;
	line-height: 18px;
	display: block;
}
#clanky .content ul a:hover {
	color: #d4241b;
}
#clanky .content ul a.active,
#clanky .content ul li.active > a {
	background-position: right top;
	color: #fff;
	text-decoration: none;
}
/* Druhá úroveň */
#clanky .content > ul > li > ul {
	margin: 6px 0 6px 20px;
}
#clanky .content > ul > li > ul > li > a {
	background-image: url(../images/design/menu2.png);
}
/* Třetí úroveň */
#clanky .content > ul > li > ul > li ul {
	margin: 0;
	padding: 6px 0 6px 20px;
	font-size: 11px;
}
#clanky .content > ul > li > ul > li.active ul {
	background: url(../images/design/menu_arr.png) no-repeat left top;
}
#clanky .content > ul > li > ul > li ul li a {
	padding: 0 0 0 8px;
	text-decoration: none;
	background: url(../images/design/li.png) no-repeat left 6px;
}
#clanky .content > ul > li > ul > li ul li a:hover,
#clanky .content > ul > li > ul > li ul li a.active {
	background: url(../images/design/li.png) no-repeat left 6px;
	color: #000;
	text-decoration: underline;
}
#clanky .content > ul > li > ul > li ul li a.active {
	color: #d4241b;
	text-decoration: none;
}

/* Obrázek */
#levy #obr_clanek {
	margin: 0;
	background: none;
}
#levy #obr_clanek img {
	max-width: 240px;
	width: auto;
	height: auto;
	margin: 0 0 24px;
}

/* Eshop */
#eshop_box .content {
	text-align: center;
}
#eshop_box .content img {
	display: block;
	margin: 6px auto;
	max-width: 200px;
	width: auto;
	height: auto;
}
#eshop_box .content a {
	color: #000;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#eshop_box .content a:hover {
	color: #d4241b;
}

/****************************************************/
/****************** Článek***************************/
/****************************************************/

/* Drobečková navigace */
.navigace {
	background: url(../images/design/drobek1.png) no-repeat left top;
	min-height: 19px;
	line-height: 19px;
	text-transform: uppercase;
	padding: 0 0 0 5px;
	font-size: 10px;
	margin: 0 0 18px;
	overflow: auto;
	width: 671px;
	float: left;
}
.navigace .separ {
	display: none;
}
.navigace a,
.navigace strong {
	height: 19px;
	float: left;
	text-decoration: none;
	position: relative;
	padding: 0 16px 0 16px;
	background: url(../images/design/drobek4.png) right top;
	color: #888;
	font-weight: normal;
}
.navigace a.first {
	background: url(../images/design/drobek2.png) right top;
	color: #eee;
	font-weight: bold;
	z-index: 10;
	padding-left: 6px
}
.navigace a.first + span + a,
.navigace a.first + span + strong {
	left: -10px;
	background: url(../images/design/drobek3.png) right top;
	color: #444;
	z-index: 9;
}
.navigace a.first + span + a + span + a,
.navigace a.first + span + a + span + strong {
	left: -20px;
	z-index: 8;
}
.navigace a.first + span + a + span + a + span + a,
.navigace a.first + span + a + span + a + span + strong {
	left: -30px;
	z-index: 7;
}
.navigace a.first + span + a + span + a + span + a + span + a,
.navigace a.first + span + a + span + a + span + a + span + strong {
	left: -40px;
	z-index: 6;
}
.navigace a:hover,
.navigace a.first + span + a:hover {
	color: #000;
}
.navigace a.first:hover {
	color: #fff;
}

/* Navigace zboží */
#navigace_zbozi {
	float: right;
	height: 21px;
	margin: 0 0 16px;
	width: 24px;
}
#navigace_zbozi a {
	background: url(../images/design/arrs.png) no-repeat 0 0;
	width: 24px;
	height: 21px;
	float: right;
	text-indent: -10000px;
}

/* Prolínačka */
.aktuality_obal.fixedheight {
	height: 262px;
	background: url(../images/design/h1.png) no-repeat bottom;
	overflow: hidden;
	padding-top: 0;
	position: relative;
}
#aktualityplus {
	margin: 0px 0px 18px 0px;
}
#aktualityplus .item {
	display: block;
	text-decoration: none;
	background: url(../images/bgh3.gif) no-repeat 0 22px;
	padding: 0 0 0 16px;
}
.aktuality_obal.fixedheight #aktualityplus .item {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/design/h1b.png) no-repeat center 12px;
	height: 194px;
	width: 700px;
	overflow: hidden;
	padding: 40px 0 0;
	z-index: 1;
}
#aktualityplus .item.hide {
	display: none;
}
#aktualityplus .item .img {float: left; margin: 0 10px 5px 0;}

#aktualityplus .nadpis {
	font-weight: bold;
	font-size: 14px;
}

#aktualityplus .controls {
	position: absolute;
	top: 2px;
	right: 6px;
	z-index: 2;
	width: 700px;
	text-align: center;
}
#aktualityplus .controls a {
	display: inline-block;
	height: 21px;
	min-width: 20px;
	text-align: center;
	line-height: 21px;	
	font-weight: bold;
	text-decoration: none;
	color: #444;
	background: url(../images/design/pagi.png) no-repeat -100px -100px;
	vertical-align: middle;
	margin: 0 0 0 2px;
}
#aktualityplus .controls a.act,
#aktualityplus .controls a:hover {
	color: #fff;
	background-position: center center;
}
#aktualityplus .controls a.prev,
#aktualityplus .controls a.next {
	background: url(../images/design/arrs.png) no-repeat 0 center;
	width: 24px;
	height: 21px;
	text-indent: -10000px;
}
#aktualityplus .controls a.next {
	background-position: -24px 0px;
}

/* Aktuality */
#akt_obsah {
	margin: 0 0 24px;
}
#strana #aktuality .datum {
	margin: 12px 0 0;
}
#strana #aktuality .stred {
	margin: 18px 0;
}

#aktuality img	{margin-right: 5px;}

/*facebook*/
.facebook_activity_feed,
.facebook_likebox {
	margin: 10px 0px 10px 15px;
}
.facebook_like,
.facebook_comments {
	margin: 8px 0px;
}

/****************************************************/
/********************** Patička *********************/
/****************************************************/

#paticka {
    background: url(../images/design/pata.png) top center no-repeat;
    width: 960px;
    float: left;
    padding: 12px 0 0;
    font-size: 11px;
	text-align: center;
}

	/* Copyright */
	#copy_pata {
		clear: both;
		color: #aaa;
		text-align: center;
	}
	#copy_pata a {
		color: #888;
		text-decoration: none;
	}
	#copy_pata a:hover {
		text-decoration: underline;
	}
	#copy_pata p {
		margin: 18px 0;
	}
	#copy_pata ul {
		display: none;
	}

/*icon menu*/

#iconMenuWrapper {
	background: white;
	overflow: auto;
}
#iconMenuWrapper hr.clear	{display: none;}

#iconMenuContent {
	background: white;
}

.iconMenuCategoryRow {
	background: white;
}

.iconMenuCategory {
	float: left;
	border: 1px solid white;
	padding: 5px;
	width: 263px;
	height: 95px;
	position: relative;
	margin: 0px 2px 0px 3px;
}

.iconMenuCategoryContent {
	float: right;
	width: 168px;
	margin-top: 5px;
}

.iconMenuCategoryIcon {
float: left;
}
