/*
	@company: www.actum.cz
	@author: Jan Panschab
	@site: www.mimi-klub.cz

---------------------------------------------------------------- */

/* obecne prvky
---------------------------------------------------------------- */
* { margin: 0; padding: 0; }
body { background: #ed1556; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 62.5%; }
a { color: #ed1556; outline: 0; cursor: pointer; }
a:hover { text-decoration: none; color: #000; }
h1, h2, h3, h4, h5, h6 { color: #ed1556; padding: 0.5em 0 1em; font-weight: normal; }
h1 { font-size: 2.4em; }
h1 a { color: #000; }
h2 { font-size: 1.8em; overflow: hidden; }
h3 { font-size: 1.2em; font-weight: bold; color: #505254; }
h4 { font-size: 1em; font-weight: bold; }
p { font-size: 1.1em; line-height: 1.6em; padding: 0 0 1em; margin: 0; color: #666; overflow: hidden; }
small { font-size: 1em; color: #9ea0a1; }
hr { border: none; height: 1px; padding-top: 1em; margin-bottom: 1.2em; clear: both; border-bottom: 1px solid #e2e1e3; }
address { font-style: normal; font-size: 1.1em; padding: 0 0 1em; margin: 0; }
.half { float: left; width: 50%; }
.left { text-align: left !important; }
.right { text-align: right !important; }
.center { text-align: center !important; }
.fll { float: left; }
.flr { float: right; }
img { border: 0; }
img.fll { float: left; margin-right: 1.4em; }
img.flr { float: right; margin-left: 1.4em; }
.cleaner { clear: both; }
.clrl { clear: left; }
.clrr { clear: right; }
div.cleaner { height: 1px; font-size: 1px; line-height: 1px; }
.hid { visibility: hidden; }
.nod { display: none; }
.spaceman { position: absolute; top: -3000px; left: 0; }
a img { border: none; }
hr.hid { margin: 0 !important; padding: 0 !important; }
.error { padding-top: 5em; text-align: center; color: red; font-weight:bold;}

/*  float: right; padding: 0;  */
/* tlacitka hlasuj */
p.vote { line-height: 22px; font-size: 11px; }
p.vote a { float: left; color: #fff; background: url('../gfx/button-pink.gif') no-repeat 100% 0; }
p.vote a span { display: block; padding: 0 8px; background: url('../gfx/button-pink.gif') no-repeat 0 -22px; }
p.vote a:hover { background-position: 100% -44px; }
p.vote a:hover span { background-position: 0 -66px; }

div.w100per p.vote { float: right; padding: 0 0 5px 0; }

/* seznamy ------------------------------------------- */
ul { list-style: none; padding: 0 0 1em 0; }
ul li { font-size: 1.1em; padding: 0.25em 0 0.25em 2em; color: #666; background: url(../gfx/li.gif) no-repeat 0.8em 0.7em; }
ul ul { padding: 0.25em 0 0; }
ul ul li { font-size: 1em; }
ol { list-style: decimal outside; padding: 0 0 1em 2em; }
ol li { font-size: 1.1em; padding: 0.25em 0; color: #666; }
ol ol { list-style: lower-latin outside; padding: 0.25em 0 0 1.75em; }
ol ol li { font-size: 1em; }

/* table ------------------------------------------- */
table { font-size: 1.1em; line-height: 1.4em; margin-bottom: 1em; border-collapse: collapse; }
td, th { vertical-align: top; padding: 0.6em 1.2em; border: none; color: #666; }
th { font-size: 1em; font-weight: bold; text-align: left; }

/* form ------------------------------------------- */
input.text, textarea { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 1.1em; padding: 0.4em; }
fieldset { border: 0; padding: 0 0 0.5em; margin: 0 0 1em; clear: both; }
legend { display: none; }
label { font-weight: normal; font-size: 1.1em; color: #666; padding: 0 0.5em; }
input.text, select, textarea { margin: 0.1em 0 0.3em; }
input.submit { cursor: pointer; }
textarea { width: 330px; background: #dee1e3; border: 1px solid #b9b7b9; }


/* layout
---------------------------------------------------------------- */
#page { width: 850px; margin: 0 auto; background: #fff url(../gfx/page-top.png) no-repeat 0 117px; }

/* header ------------------------------------------- */
#header { width: 850px; height: 117px; position: relative; background: #ed1556; }
#header h1 { padding: 0; }
#header h1 a {
	width: 170px;
	height: 80px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	position: relative;
	top: 20px;
	left: 22px;
	overflow: hidden;
}
#header h1 span {
	display: block;
	width: 170px;
	height: 80px;
	background: url(../gfx/mimi-klub-logo.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
#header form { float: right; width: 313px; position: relative; bottom: -6px; right: 24px; }
#header fieldset { margin: 0; padding: 0; }
#header label { display: none; }
#header input.text { float: left; width: 207px; height: 15px; margin: 0 6px 0 0; padding: 3px 6px; border: 0; }
#header .submit {
	width: 88px;
	height: 19px;
	border: 0;
	background: #c9ca36 url(../gfx/buttons.png) no-repeat 0 -250px;
	color: #456f37;
	font-size: 1em;
	float: right;
	position: relative;
	top: 1px;
}
#header .submit:hover, #header .submit.hover {
	background-position: 0 -200px;
}

#container { float: right; width: 677px; position: relative; top: 21px; }

#content, #contentGS { float: left; width: 481px; border-left: 1px solid #e2e1e3; border-right: 1px solid #e2e1e3; padding: 0 11px; }

/* top-story ------------------------------------------- */
#top-story { margin-bottom: 10px; overflow: hidden; position: relative; }
#top-story img { margin-right: 10px; }
.top-story-text { position: absolute; top: 50px; left: 25px; width: 250px; }
.top-story-text p { color: #ed1556 !important; font-weight: bold; font-size: 1.5em !important; line-height: 1.2em !important; }
#top-story p { float: left; font-size: 1.1em; line-height: 1.5em; padding-top: 0.5em; color: #838589; }
.homepage #top-story strong { position: absolute; top: 50px; left: 27px; width: 250px; font-size: 1.5em; line-height: 1.2em; color: #ed1556; }
#top-story a { color: #505254; font-size: 1.1em; font-weight: bold; }

/* top-produkt ------------------------------------------- */
#top-produkt { margin-bottom: 10px; overflow: hidden; position: relative; }
#top-produkt img { float: left; margin-right: 10px; }
.top-produkt-text h2 {
	font-size:1.4em;
	line-height:1.2em;
	font-weight: bold;
}

/* products & articles ------------------------------------------- */
#products, .articles { width: 478px; border: 1px solid #b9b7b9; }
.homepage #products, .homepage .articles { margin-top: 17px; }
.articles { border-top: 0; }
#products .head {
	width: 440px;
	padding: 4px 20px 3px;
	background: #dee1e3 url(../gfx/oble-sede-rohy.png) no-repeat 0 0;
	position: relative;
	top: -1px;
	left: -1px;
	font-size: 1em;
	font-weight: bold;
	color: #505254;
}
.articles .head {
	width: 480px;
	position: relative;
	top: 0;
	left: -1px;
	font-size: 1em;
	font-weight: bold;
	color: #505254;
	background: #dee1e3 url(../gfx/oble-sede-rohy.png) no-repeat 0 0;
}
.articles .head h2 { margin-bottom: 0.3em; padding: 4px 20px; font-size: 1.3em; font-weight: bold; color: #505254; }
.articles .head .date { float: right; padding: 5px 20px; font-size: 1.1em; font-weight: normal; }
.articles .head p {
	display: block;
	padding: 4px 20px;
	width: 213px;
	background: #dee1e3 url(../gfx/oble-sede-rohy.png) no-repeat 0 -100px;
	font-size: 1em;
	line-height: 1.3em;
	color: #505254;
	float: left;
}
.articles .head ul { list-style: none; float: right; padding: 0; }
.articles .head ul li { float: left; padding: 0; }
.articles .head ul li a { display: block; margin-left: 5px; padding: 5px 0; font-size: 0.9em; text-align: center; }
.articles .head ul li.commented a { width: 132px; background: #dee1e3 url(../gfx/oble-sede-rohy.png) no-repeat 0 -200px; }
.articles .head ul li a.selected { color: #505254; font-weight: bold; text-decoration: none; }
.articles .head ul li.commented a:hover, .articles .head ul li.commented a.selected { background-position: 0 -250px; }
.articles .head ul li.readed a { width: 85px; background: #dee1e3 url(../gfx/oble-sede-rohy.png) no-repeat 0 -300px; }
.articles .head ul li.readed a:hover, .articles .head ul li.readed a.selected { background-position: 0 -350px; }
#products .head strong, .articles .head strong { font-size: 1.3em; }
.articles .perex-float {float: right; width: 345px; }
.articles .perex p { color: #505254; font-size: 1.1em; line-height: 1.6em; font-weight: bold; }
.articles div.article-desc { clear: both; padding: 12px 0 0 0; }
.articles div.article-desc p { padding: 0; margin: 0 0 2px 0; }
.articles img.perex { border: 3px solid #f0f0f0; }
#products hr, .articles hr { padding-top: 1em; margin: 0 1em 1.2em; border-bottom: 1px solid #e2e1e3; }
.article hr { margin: 0 -3px 1.2em; }
.article .author { color: #ed1556; }
.homepage #products hr, .homepage .articles hr { margin: 0 11px 1.2em; }
#products .foot, .articles .foot {
	clear: both;
	width: 480px;
	height: 12px;
	position: relative;
	bottom: -1px;
	left: -1px;
	background: #dee1e3 url(../gfx/oble-sede-rohy.png) no-repeat 0 -50px;
}
.product { padding: 0.5em 1.1em; clear: both; }
.article { padding: 0.5em 1.6em; clear: both; width: 440px; }
.foto-listing { padding: 1.5em 1.6em; width: 125px; float: left; height: 130px; text-align: center; }
.foto-listing img { border: 1px solid #E0E0E0; margin-left: 22px; margin-bottom: 8px; }

.product .img { float: left; width: 150px; text-align: center; }
.product h2, .product p { margin-left: 155px; }
.product h2, .article h2, .foto-listing h2 { font-size: 1.1em; font-weight: bold; padding: 0 0 0.25em; }
.w100per { width: 100%; overflow: hidden; }
.article h2 { float: left; }
.article .date { float: left; margin-left: 0.8em; padding:0 0 0.25em; font-size: 1.1em; color: #505254; }
.product p { padding: 0 0 0.25em; }
.product .more { float: right; font-size: 1.1em; }
.article .more { float: right; font-size: 1.1em; padding: 0; }

#link { width: 350px; padding: 4px; background: #dee1e3; border: 1px solid #b9b7b9; color: #505254; font-size: 1.1em; }

.links { float: right; width: 195px; margin: 0.5em 170px 0 0; padding: 0; position: relative; }
.links li { float: left; margin-left: 8px; background: none; padding: 0.25em 0; }
.send-mail { position: absolute; left: 202px; width: 150px; }

.icon { padding-left: 20px; background: url(../gfx/icons.gif) no-repeat 0 1px; }
.linkuj { background-position: 0 -100px; }
.facebook { background-position: 0 -50px; }

.interview .comment { width: 451px; background: #BED751 url(../gfx/interview-top.gif) no-repeat top; margin-left: 15px; }
.interview .comment p {color: black; }
.interview .comment p.head { width: 415px; background: none; }
.interview .comment .footer { width: 451px; height: 7px; background: #BED751 url(../gfx/interview-bottom.gif) no-repeat; }

.interview .comment_reply { background: none; }
.interview .comment_reply p { color: #666; }
.interview .comment_reply .footer { background: none; }

.interview .date a {text-decoration: none; color: #666; }
.interview .date a:hover {text-decoration: none; color: black; }

/* article ticket ------------------------------------------- */
.ticket .info { float: right; padding: 3px 20px; font-size: 1.1em; font-weight: normal; }
.ticket .article { padding: 0.5em 5px; width: 468px; }
.ticket-list { float: left; width: 297px; }
.ticket-list h3 { float: left; width: 140px; font-size: 1.1em; font-weight: normal; padding: 5px 7px; }
.ticket-list p { float: left; display: block; width: 140px; padding: 0 7px; line-height: 1.2em; }
.ticket-list strong { float: right; display: block; width: 106px; padding: 16px 5px; font-size: 1.1em; color: #505254; text-align: right; }
.ticket-list .delete {
	float: right;
	display: block;
	width: 17px;
	height: 16px;
	padding: 17px 5px 12px;
	position: relative;
	overflow: hidden;
}
.ticket-list .delete span {
	position: absolute;
	top: 15px;
	left: 3px;
	display: block;
	width: 17px;
	height: 16px;
	background: url(../gfx/delete.gif) no-repeat 0 0;
}
.ticket-list hr { margin: 0 0 0.5em 0; padding-top: 0.5em; }
.ticket-action { float: right; width: 165px; border-left: 1px solid #e2e1e3; }
#ticket-print {
	display: block;
	width: 128px;
	height: 16px;
	background: #f02067 url(../gfx/buttons.png) no-repeat 0 -150px;
	color: #fff;
	margin: 10px auto 0;
	padding: 4px 0 2px;
	text-align: center;
}
#ticket-print:hover { background-position: 0 -100px; }
#TB_ticket-print { padding-right: 20px; }
.ticket-action form { border-top: 1px solid #e2e1e3; margin: 1em 2px 0 6px; padding: 7px 7px 0; }
.ticket-action fieldset { margin: 0; padding: 0; }
.ticket-action label { font-weight: bold; margin: 7px 0 4px; }
.ticket-action input.text {
	margin: 4px 0 10px;
	padding: 4px;
	background: #dee1e3;
	border: 1px solid #b9b7b9;
	color: #505254;
	font-size: 1.1em;
}
.ticket-action .submit {
	float: right;
	width: 61px;
	height: 22px;
	margin: 0 0 8px;
	background: #f02067 url(../gfx/buttons.png) no-repeat 0 -600px;
	border: 0;
}
#alert2 { color: green; border: 1px solid green; margin-bottom: 1em; padding: 0.5em 1em !important; width: 119px !important; clear: both; }
#alert2.false { color: red; border: 1px solid red; font-weight: bold; }
.ticket-action .submit:hover, .ticket-action .hover { background-position: 0 -650px; }
.ticket-links { float: left; width: 142px; margin: 0 13px 5px; padding: 0 0 5px; border-bottom: 1px solid #e2e1e3; position: relative; }
.ticket-links li { float: right; margin-left: 8px; background: none; padding: 0.25em 0; }
.ticket-links ul { clear: both; }

#add-to-ticket {
	float: right;
	width: 165px;
	height: 22px;
	background: #f02067 url(../gfx/buttons.png) no-repeat 0 -800px;
	color: #fff;
	border: 0;
	font-size: 1.1em;
}
#add-to-ticket:hover, #add-to-ticket.hover { background-position: 0 -850px; cursor: pointer; }

/* gallery ------------------------------------------- */
#gallery { width: 440px; position: relative; }
#gallery a img { border: 3px solid #f0f0f0; }
#gallery div {padding-left: 42px; }
#gallery a {outline: none;}
#gallery a img {margin: 0; margin-right: 10px; margin-bottom: 10px; opacity: 0.5;}
#gallery a:hover img, #gallery a img.set {opacity: 1.0 !important;}
#gallery a.prev, #gallery a.next {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 30px;
	z-index: 1;
	background: url(../gfx/foto-buttons.gif) no-repeat 0 0;
	display: block;
	cursor: pointer;
}
#gallery a.prev {left: 0;}
#gallery a.next {right: 0; background-position: -24px 0;}
#gallery a.prev.disabled {background-position: 0 -24px;}
#gallery a.next.disabled {background-position: -24px -24px;}

/* send-mail ------------------------------------------- */
#send-mail { width: 440px; clear: both; /*padding-top: 10px;*/ position: relative; top: 15px; }
#send-mail .half { float: left; width: 210px; margin: 0 5px; }
#send-mail label { float: left; font-size: 1em; display: block; width: 82px; text-align: right; margin-top: 7px; }
#send-mail input.text {
	float: left;
	width: 108px;
	padding: 4px;
	background: #dee1e3;
	border: 1px solid #b9b7b9;
	color: #505254;
	font-size: 1.1em;
}
#send-mail p { width: 138px; font-size: 1em; line-height: 1.2em; float: left; padding: 0 0.5em; }
#send-mail .submit {
	float: right;
	width: 61px;
	height: 22px;
	margin-top: 7px;
	background: #f02067 url(../gfx/buttons.png) no-repeat 0 -600px;
	border: 0;
}
#send-mail .submit:hover, #send-mail .hover { background-position: 0 -650px; }

#alert { color: green; border: 1px solid green; margin-bottom: 1em; padding: 0.5em 1em !important; width: 413px !important; }
#alert.false { color: red; border: 1px solid red; font-weight: bold; }

/* comments ------------------------------------------- */
#new-comment {
	float: right;
	width: 140px;
	margin: 1em 2em;
	padding: 4px 4px 5px;
	background: red url(../gfx/buttons.png) no-repeat 0 -400px;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
}
#new-comment:hover { background-position: 0 -450px; }
h3.com { padding: 1em 1em 1.5em; }
.comment { width: 480px; background: #dee1e3; margin-bottom: 0.75em; }
.comment p.head {
	width: 440px;
	padding: 8px 20px 3px;
	background: #dee1e3 url(../gfx/oble-sede-rohy.png) no-repeat 0 -450px;
	font-size: 1.1em;
	color: #505254;
}
.comment p.head em { font-weight: normal; }
.comment p.head .date { float: right; font-size: 0.9em; }
.comment p { padding: 0.5em 20px 1em; }
.comment .answer {
	float: right;
	display: block;
	width: 74px;
	margin: -1em 2em 0 0;
	padding: 5px 5px 6px;
	background: #fff url(../gfx/buttons.png) no-repeat 0 -500px;
	text-align: center;
	font-size: 1.1em;
}
.comment .answer:hover { background-position: 0 -550px; }
.comment .footer {
	clear: both;
	width: 480px;
	height: 12px;
	background: #dee1e3 url(../gfx/oble-sede-rohy.png) no-repeat 0 -500px;
}
.comment_order {
	float: right;
	margin: 1em 0 0 0;
	padding: 6px 4px 5px;
}
.comment_admin em.author {
	font-weight: bold !important;
}


/* block -------------------------------------------- */
.block { width: 478px; border: 1px solid #b9b7b9; }
.block .head, .block .foot { position: relative; left: -1px; width: 480px; }
.block .head { top: -1px; height: 10px; background: #dee1e3 url(../gfx/oble-sede-rohy.png) no-repeat 0 -550px; }
.block .foot { bottom: -1px; height: 12px; background: #dee1e3 url(../gfx/oble-sede-rohy.png) no-repeat 0 -50px; }
.block p { padding: 0.4em 2em 0; text-align: center; }
#reg {
	padding: 4px 20px 5px 19px;
	background: #f02067 url(../gfx/buttons.png) no-repeat 0 -150px;
	color: #fff;
	line-height: 2.4em;
}
#reg:hover { background-position: 0 -100px; }

#add-comment fieldset { margin: 0; padding: 0; }
#add-comment legend { display: block;  padding: 0 15px 10px; font-size: 1.1em; font-weight: bold; color: #505254; }
#add-comment label { width: 120px; margin-left: 10px; vertical-align: top; }
#add-comment .submit {
	float: right;
	width: 61px;
	height: 22px;
	margin: 8px 15px 0 0;
	background: #f02067 url(../gfx/buttons.png) no-repeat 0 -600px;
	border: 0;
}
#add-comment .submit:hover, #add-comment .hover { background-position: 0 -650px; }

/* paging ------------------------------------------- */
#paging { float: right; margin: 5px 15px; }
#paging li { float: left; padding-left: 0; font-size: 1em; font-weight: bold; background: none; }
#paging li a, #paging li span { display: block; padding: 0 4px; border-left: 1px solid #838589; color: #838589; }
#paging li.first a, #paging li.first span { border-left: 0; }
#paging li span { color: #ed1556; }


#right { float: right; width: 147px; padding: 0 12px 0 13px; }

/* login ------------------------------------------- */
#login { background: #f12067 url(../gfx/login-top.gif) no-repeat 0 0; }
#login form { padding: 20px 0 0; }
#login fieldset { margin: 0; padding: 0; background: #f12067 url(../gfx/login-bottom.gif) no-repeat 0 bottom; }
#login label { float: left; font-size: 1em; color: #fff; margin: 0 3px 7px 5px; padding: 5px 0 2px; text-align: right; width: 38px; }
#login input.text { float: right; width: 84px; height: 15px; margin: 0 11px 7px 0; padding: 2px 3px; border: 0; }
#login .submit {
	float: right;
	width: 90px;
	height: 21px;
	background: url(../gfx/buttons.png) no-repeat 0 -300px;
	border: 0;
	margin: 0 11px 7px 0;
	font-size: 1em;
	color: #fff;
}
#login .submit:hover, #login .submit.hover { background-position: 0 -350px; }
#loginError { float: left; color: #fff; font-weight: bold; margin: 0 0.5em 0.5em; padding: 0.25em 0.5em; border: 1px solid #fff; }
#login form a { float: right; display: block; width: 130px; text-align: right; color: #fff; font-size: 1em; margin: 0 9px 12px 8px; }

/* logout ------------------------------------------- */
#logout { background: #f12067 url(../gfx/login-top.gif) no-repeat 0 0; }
#logout ul { background: url(../gfx/login-bottom.gif) no-repeat 0 bottom; padding: 1em; text-align: center; }
#logout li { background: none; padding: 0.25em 0; }
#logout li.user { margin-bottom: 12px; }
#logout strong, #logout a { color: #fff; font-size: 0.9em; }
#logout a.out {
	display: block;
	width: 90px;
	height: 16px;
	background: #f02067 url(../gfx/buttons.png) no-repeat 0 -700px;
	color: #fff;
	margin: 0 18px;
	padding: 5px 0 0;
}
#logout a.out:hover { background-position: 0 -750px; }

/* registr ------------------------------------------- */
#registr { width: 145px; margin: 20px 1px 0; padding: 8px 0 0; background: #fb953a url(../gfx/registr-top.gif) no-repeat 0 0; }
#registr a.button {
	display: block;
	width: 122px;
	height: 26px;
	background: url(../gfx/buttons.png) no-repeat 0 0;
	margin: 5px 11px 0;
	padding-top: 11px;
	text-align: center;
	color: #fff;
}
#registr a.button:hover { background-position: 0 -50px; }
#registr a { color: #fff; }
#registr p { padding: 0 9px 12px; color: #fff; font-size: 1em; background: #fb953a url(../gfx/registr-bottom.gif) no-repeat 0 bottom; }

/* listek ------------------------------------------- */
#listek { margin-top: 20px; border: 1px solid #b9b7b9; }
#listek h3 {
	display: block;
	width: 123px;
	position: relative;
	top: -1px;
	left: -1px;
	padding: 2px 12px;
	font-size: 1.1em;
	background: #dee1e3 url(../gfx/oble-sede-rohy.png) no-repeat 0 -400px;
	color: #505254;
}
#listek p {
	display: block;
	width: 130px;
	margin: 0 auto;
	padding: 0.75em 0 1px;
	text-align: center;
	border-top: 1px solid #b9b7b9;
	font-size: 1em;
	line-height: 0.8em;
}
#listek p strong { line-height: 2em; font-size: 1.7em; font-weight: normal; color: #505254; }
#display {
	display: block;
	width: 128px;
	height: 16px;
	background: #f02067 url(../gfx/buttons.png) no-repeat 0 -150px;
	color: #fff;
	margin-bottom: 5px;
	padding: 6px 0 0;
}
#display:hover { background-position: 0 -100px; }
#listek .foot {
	display: block;
	width: 147px;
	height: 11px;
	position: relative;
	bottom: -1px;
	left: -1px;
	background: url(../gfx/oble-sede-rohy.png) no-repeat 0 -589px;
}
#right small { padding: 1em; line-height: 3em; }


#left { width: 147px; position: relative; top: 21px; margin: 0 13px; }


/* menu ------------------------------------------- */
.menu, .menu li { list-style: none; padding: 0; }
.menu li a, .menu li strong, #tema-mesice, #poradna, #hlidka, #denik, #firemni {
	position: relative;
	display: block;
	width: 130px;
	background: #dee1e3;
	margin-bottom: 1px;
	padding: 3px 5px 3px 12px;
	text-decoration: none;
	color: #505254;
	font-weight: normal;
}
.menu li a:hover { color: #505254; text-decoration: underline; }
.menu li.last a, .menu li.last strong { background: #dee1e3 url(../gfx/menu-bottom.gif) no-repeat 0 bottom; }
.menu li strong { font-weight: bold; }

.menu .cTrigger {
	background: url(../gfx/collapse.gif) no-repeat 0 0;
	display: block;
	width: 7px;
	height: 4px;
	position: absolute;
	top: 8px;
	left: 64px;
}
.menu .cOpen .cTrigger {
	background-position: 0 bottom;
	left: 48px;
}
.menu .cTriggerTM {
	background: url(../gfx/collapse.gif) no-repeat 0 0;
	display: block;
	width: 7px;
	height: 4px;
	position: absolute;
	top: 8px;
	left: 52px;
}
.menu .cOpen .cTriggerTM {
	background-position: 0 bottom;
}
.menu .cTrigger2 {
	background: url(../gfx/collapse.gif) no-repeat 0 0;
	display: block;
	width: 7px;
	height: 4px;
	position: absolute;
	top: 8px;
	left: 52px;
}
.menu .cOpen .cTrigger2 {
	background-position: 0 bottom;
}

#menu .item1-1 a, #menu .item1-1 strong { background: #ffc870 url(../gfx/menu.gif) no-repeat 0 0; color: #c65e27; }
#menu .item2-1 a, #menu .item2-1 strong { background: #f77f00; color: #663300; }
#menu .item3-1 a, #menu .item3-1 strong { background: #00c993; color: #20795e; }
#menu .item4-1 a, #menu .item4-1 strong { background: #a0d9b3; color: #156b42; }
#menu .item5-1 a, #menu .item5-1 strong { background: #82e6e2; color: #1e5d77; }
#menu .item6-1 a, #menu .item6-1 strong { background: #fc8c99; color: #9d2633; }
#menu .item7-1 a, #menu .item7-1 strong { background: #eaaf0f; color: #775701; }
/*#menu .item8-1 a, #menu .item8-1 strong { background: #f66c6e; color: #972627; } */
#menu .item8-1 a, #menu .item8-1 strong { background: #f2a554; color: #8e4c07; }
#menu .item9-1 a, #menu .item9-1 strong { background: #ED1556; color: #FACCDA; }

#menu .item10-1 a, #menu .item10-1 strong { background: #F24396 url(../gfx/menu.gif) no-repeat 0 bottom; color: #581936; }

/* druha uroven ------------------------------------------- */
.menu ul { padding: 0; }
.menu ul li a, .menu ul li strong {
	width: 117px;
	padding: 3px 5px 3px 25px;
	font-size: 0.9em;
	background: none !important;
	color: #838589 !important;
}
.menu ul li { background: none; }
/* treti uroven ------------------------------------------- */
.menu ul ul li { margin-left: 30px; padding-left: 15px; background: url(../gfx/li.gif) no-repeat 0.4em 0.7em; }
.menu ul ul li a, .menu ul ul li strong { width: 102px; padding: 3px 5px 3px 0; }

#left hr { padding-top: 1.5em; margin-bottom: 1.5em; border-bottom: 1px solid #e2e1e3; clear: none; }

#tema-mesice { font-size: 1.1em; background: #fb953a url(../gfx/menu.gif) no-repeat 0 -50px !important; color: #a73b01; }

#poradna { margin-top: 1.5em; font-size: 1.1em; background: #f24396 url(../gfx/menu.gif) no-repeat 0 -100px; color: #fcc2c3; }

#hlidka { margin-top: 1.5em; font-size: 1.1em; background: #82e6e2 url(../gfx/menu.gif) no-repeat 0 -150px; color: #1e5d77; }

#denik { margin-top: 1.5em; font-size: 1.1em; background: #ed1556 url(../gfx/menu.gif) no-repeat 0 -200px; color: #faccda; }

#firemni { margin-top: 1.5em; font-size: 1.1em; background: #00C993 url(../gfx/menu.gif) no-repeat 0 -250px; color: #20795E; }

#globus { display: block; width: 72px; margin: 15px 0 10px; padding: 0 37px; }

#kontakty {
	margin: 1em 0;
	text-align: center;
}
#kontakty a {
	font-size: 1.1em;
	line-height: 1.75em;
	font-weight: bold;
	color: #666;
}

/* footer ------------------------------------------- */
#footer {
	width: 810px;
	clear: both;
	background: #ed1556 url(../gfx/page-bottom.png) no-repeat 0 0;
	position: relative;
	top: 21px;
	padding: 36px 20px;
}
#footer p { float: left; }
#footer p, #footer a { color: #fff; line-height: 1.8em; }
#footer ul { list-style: none; float: right; margin-top: 3px; }
#footer li { float: left; background: none; padding-left: 0; }
#footer ul a { margin-left: 25px; padding: 1px 0 1px 25px; background: url(../gfx/footer.gif) no-repeat 0 -100px; }
#print { background-position: 0 -50px !important; }
#up { background-position: 0 0 !important; }


/* coda slider
---------------------------------------------------------------- */
#slider { margin: 16px auto 0; position: relative; }
.scroll { overflow: auto; position: relative; clear: left; width: 478px; margin: 0 1px; }
.scrollContainer div.panel { width: 478px; }

/* Google search result styles ---------------------------------- */
.gsc-tabsArea {display: none;}

.war {margin: 10px; padding: 5px 10px 0px 10px; border: 1px solid #FCC300; background: #FEE280; }






