body{
	background: #f2f2f2;
	color: #222;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 83%;
	margin: 0;
}

a{
	font-weight: normal;
	color: #1f68b8;
	text-decoration: underline;
	outline: none;
}
a:visited{
	color: #0772e6;
}
a:hover{
	text-decoration: none;
	color: #0772e6;
}
a:focus{
	text-decoration: none;
	color: #0772e6;
}

img{
	border: none;
}
a img{
	border: none;
}

h1, h2, h3, h4, h5, h6{
	margin: 15px 0 0 0;
	line-height: 1.3em;
}
h1{
	color: black;
	padding: 0;
	font-size: 120%;
	line-height: 17px;
	_line-height: 18px;
	&line-height: 18px;
}

h2{
	font-size: 115%;
	font-weight: bold;
	color: #333;
}

h3{
	color: #222;
	font-size: 110%;
}

h4{
	color: #222;
	font-size: 110%;
}

h5{
	color: #222;
	font-size: 90%;
}

h6{
	color: #222;
	font-weight: normal;
	font-size: 90%;
}

p{
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.7em;
}

/* list features */
ul, ol{
	margin: 0 0 10px 30px;
	padding: 0;
	list-style-type: square;
}
ul ul, ol ol{
	list-style-type: square;
	margin: 0 0 0 20px;
}
ul ul ul, ol ol ol{
	list-style-type: circle;
	margin: 0 0 0 20px;
}

ol, ol ol, ol ol ol{
	list-style-type: decimal;
}
ol.lowalpha, ol.mala-pismena{
	list-style-type: lower-alpha !important;
}
ol.upperalpha, ol.velka-pismena{
	list-style-type: upper-alpha !important;
}
ol.upperroman, ol.velka-rimska-pismena{
	list-style-type: upper-roman !important;
}
ol.lowroman, ol.mala-rimska-pismena{
	list-style-type: lower-roman !important;
}

li{
	margin: 0;
	padding: 0;
}

/* definition list */
dl{
	margin: 10px 0 10px 15px;
}
dt{
	font-weight: bold;
	color: #920000;
}
dd{
	margin: 6px 0 6px 15px;
	line-height: 1.5em;
}

/* table features */
table{
	border-collapse: collapse;
	margin: 5px auto 0 auto;
	width: 100%;
	padding: 0 0 7px 0;
	border: none;
}
caption{
	font-weight: bold;
	text-align: left;
	font-size: 100%;
	color: #920000;
	margin: 5px 0 0 6px;
}
th{
	font-weight: bold;
	text-align: left;
	font-size: 94%;
	background: #E8E8E8;
	color: #222;
}
tr{
	border-top: 1px solid #E5E5E5;
}
th, td{
	padding: 10px;
	vertical-align: top;
}
td strong{
	font-size: 94%;
}

/* form features */
form{
	margin: 0 auto;
	padding: 0;
}
fieldset{
	text-align: left;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 10px 0;
}
input, textarea, select{
	background: #F9F9F9;
	border: 1px inset #999;
	padding: 2px 4px;
	color: #000;
	font-size: 90%;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, "Geneva CE", lucida, sans-serif;
}
input.button{
	background: #ddd;
	border: 1px outset #EDEDED;
	padding: 3px;
	margin: 0;
}
input:focus, select:focus, textarea:focus{
	border: 1px inset blue;
}
legend{
	font-size: 100%;
	font-weight: bold;
	padding: 0.2em 0.5em;
	border: none;
	color: #666;
	text-align: left;
}
label{
	float: left;
	text-align: left;
	font-weight: bold;
	font-size: 85%;
	width: 30%;
	padding-top: 2px;
}

abbr, acronym{
	cursor: help;
	border-bottom: 1px dashed #f00;
}

blockquote{
	border-left: 1px solid #aaa;
	font-style: italic;
	margin: 0 25px;
}
blockquote p{
	padding: 0;
	margin: 10px;
}

.cart-button{
	width: 130px;
}

/*layout*/
#wrapper{
	width: 799px;
	margin: 0 auto;
	position: relative;
}
#top{
	height: 129px;
}
#middle{
	margin: 0 8px;
}
#footer{
	margin: 0 20px 0 74px;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 80%;
	color: #a7a7a7;
}

/*navigace*/
#menu{
	position: absolute;
	top: 89px;
	left: 0;
	width: 799px;
  	height: 43px;
  	margin: 0;
  	padding: 0;
  	background: url(../_images/bg-menu-right.png) no-repeat right;
  	list-style-type: none;
  	z-index: 10;
} 
#menu li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}
#menu li a{
	display: block;
	text-decoration: none !important;
	background: url(../_images/bg-menu.png) no-repeat left top;
	height: 43px;
	font-size: 0px;
	line-height: 2em;
	cursor: pointer;
	float: left;
	color: #f2f2f2;
	z-index: 100;
}

li#link-1 a{
	width: 135px;
	background-position: 0 0px;
}
li#link-1 a:hover{
	background-position: 0 -48px;
}
li#link-1 a:active{
	background-position: 0 -96px;
}

li#link-2 a{
	width: 125px;
	background-position: -135px 0;
}
li#link-2 a:hover{
	background-position: -135px -48px;
}
li#link-2 a:active{
	background-position: -135px -96px;
}
li#link-3 a{
	width: 164px;
	background-position: -260px 0;
}
li#link-3 a:hover{
	background-position: -260px -48px;
}
li#link-3 a:active{
	background-position: -260px -96px;
}
li#link-4 a{
	width: 86px;
	background-position: -424px 0;
}
li#link-4 a:hover{
	background-position: -424px -48px;
}
li#link-4 a:active{
	background-position: -424px -96px;
}
li#link-5 a{
	width: 103px;
	background-position: -510px 0;
}
li#link-5 a:hover{
	background-position: -510px -48px;
}
li#link-5 a:active{
	background-position: -510px -96px;
}

#claim{
	position: absolute;
	top: 15px;
	right: 26px;
	text-align: right;
	color: #000;
}
#claim span{
	font-size: 130%;
}
#claim strong{
	font-size: 90%;
	font-weight: normal;
}
#claim em{
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}

/* kategorie*/
ul.sub_menu{
	margin: 0;
	padding: 0;
	z-index: 10 !important;
	overflow: hidden;
	border: 1px solid #d1d1d1;
	border-bottom: none;
}
ul.sub_menu li{
	color: #000;
	margin: 0;
	padding: 10px 20px;
	border-top: 1px solid #E5E5E5;
	background: #f8f8f8;
	list-style-type: none;
}
ul.sub_menu li a{
	text-decoration: none;
	display: block;
}
ul.sub_menu li:hover, ul.sub-menu-2 li:hover{
	background: #f4f4f4;
}
ul.sub_menu li a.zvyraznit{
	color: #00B2F0 !important;
	border-bottom: 0;
}
.category-first-item{
	border-top: none !important;
}
ul.sub_menu h2, ul.sub-menu-2 h2{
	font-size: 110%;
	margin: 5px 0 0 0;
	/*background: url(../_images/arrow.png) no-repeat 0 3px;
	padding: 0 0 0 18px;*/
}
ul.sub_menu li p, ul.sub-menu-2 li p{
	padding: 0 !important;
	color: #000;
}

/*produktovy boxy*/
ul.sub-menu-2{
	margin: 0;
	padding: 0 0 15px 0;
	z-index: 10 !important;
	overflow: hidden;
	width: 781px;
	border: 1px solid #d1d1d1;
	border-bottom: none;
	background: #f8f8f8;
}
ul.sub-menu-2 li{
	color: #000;
	margin: 0;
	padding: 0;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	width: 259px;
	height: 14em;
	float: left;
	display: inline;
	list-style-type: none;
}
ul.sub-menu-2 li a{
	text-decoration: none;
	display: block;
	padding: 20px;
}
ul.sub-menu-2 li a img{
	float: left;
	border: none !important;
}
.product-last-item{
	margin-right: 0 !important;
	border-right: none !important;
	width: 260px !important;
}
ul.sub-menu-2 li a h2, ul.sub-menu-2 li a p{
	margin: 0 0 0 110px;
}
ul.sub-menu-2 li p{
	font-size: 90%;
}
.product-first-item{
}
ul.sub-menu-2 li a h2, ul.sub_menu li a h2{
	color: #1A6BCC;
}
ul.sub-menu-2 li a:hover h2, ul.sub_menu li a:hover h2{
	color: #0B59B7;
}
ul.sub-menu-2 li a:visited h2, ul.sub_menu li a:visited h2{
	color: #4A95EF;
}

/*submenu pro obycejne stranky (pododkazy)*/
dl.sub-menu-3{
	margin: 0;
	padding: 0;
	z-index: 10 !important;
	width: 90%;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
}
dl.sub-menu-3 dt{
	color: #463B0E;
	display: inline;
	margin: 0 12px 0 0;
}
dl.sub-menu-3 dt a{
	color: #222;
	font-size: 90%;
}
dl.sub-menu-3 dt a.zvyraznit{
	color: #1f68b8 !important;
}

/**/
.hp-box{
	overflow: hidden;
	position: relative;
	width: 783px;
	height: 237px;
	z-index: 1;
}
.hp-box span{
	display: block;
	width: 783px;
	height: 237px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.bg-1 span{
	background-image: url('../_images/bg-slogan.jpg');
}
.bg-2 span{
	background-image: url('../_images/bg-slogan2.jpg');
}
#hp-text{
	position: absolute;
	top: 70px;
	left: 18px;
}

.hp-box h1{
	position: absolute;
	top: 50px;
	left: 18px;
	margin: 0;
	padding: 0;
	width: 349px;
	height: 21px;
	overflow: hidden;
	z-index: 100;
}
.hp-box h1 span{
	display: block;
	width: 349px;
	height: 21px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	background-image: url('../_images/bg-h1.gif');
}

#akce{
	background: url("../_images/bg-action.gif") no-repeat;
	height: 31px;
	font-size: 90%;
	padding: 0 0 0 18px;
	margin: 10px 0 6px 0;
	font-weight: normal;
	line-height: 2.6em;
}

#product-box{
	overflow: hidden;
	margin: 0; padding: 0;
}
#product-box li{
	height: 262px;
	float: left;
	list-style-type: none;
	margin: 0; padding: 0;
}
li#masazni-boxy{
	background: url("../_images/bg-box-1.jpg") no-repeat;
	width: 263px;
}
li#masazni-boxy:hover{
	background: url("../_images/bg-box-1.jpg") no-repeat 0 -261px;
}
li#masazni-vany{
	background: url("../_images/bg-box-2.jpg") no-repeat;
	width: 259px;
}
li#masazni-vany:hover{
	background: url("../_images/bg-box-2.jpg") no-repeat 0 -262px;
}
li#parni-boxy{
	background: url("../_images/bg-box-3.jpg") no-repeat;
	width: 261px;
}
li#parni-boxy:hover{
	background: url("../_images/bg-box-3.jpg") no-repeat 0 -262px;
}

#product-box a{
	display: block;
	padding: 18px;
	text-decoration: none;
	color: #414141;
	height: 205px;
	position: relative;
	cursor: pointer;
}
li#masazni-boxy p{
	width: 120px;
}
li#parni-boxy p{
	width: 120px;
}
#product-box strong{
	font-weight: normal;
	font-size: 80%;
}
.more-pro{
	display: block;
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 75%;
	width: 84px;
	height: 20px;
	padding: 0;
	text-align: center;
	background: url(../_images/button-1.png) no-repeat;
	color: #fff;
	line-height: 1.9em;
}
.more-pro:hover{
	background: url(../_images/button-1.png) no-repeat 0 -20px;
}
.more-pro:active{
	background: url(../_images/button-1.png) no-repeat 0 -40px;
	padding: 1px 0 0 0;
	bottom: 19px;
	color: #A8BED7;
}

/*produkt detail stranka a stranka objednavky*/
#product-detail, #product-order{
	margin: 0;
	padding: 0;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
	background: #f8f8f8;
	overflow: hidden;
	width: 781px;
}
#product-detail dd, #product-order dd{
	margin: 0;
	padding: 20px 10px 20px 20px;
}
#product-detail dt, #product-order dt{
	width: 228px;
	height: 435px;
	float: left;
	display: inline;
	padding: 0;
	margin: 20px 0 10px 10px;
	text-align: center;
}
#product-detail dt img, #product-order dt img{
	border: none;
}
#product-overview{
	width: 327px;
	float: left;
	display: inline;
	border-right: 1px solid #d1d1d1;
}
#product-action{
	width: 155px;
	height: 300px;
	float: left;
	display: inline;
	background: #f8f8f8 url(../_images/bg-price-part.gif) repeat-x;
}

/*objednavka produktu*/
#product-order{
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #d1d1d1;
	background: #f8f8f8;
	overflow: hidden;
	width: 100%;
	position: relative;
}
#product-order dt{
	width: 228px;
	height: 200px;
	float: left;
	display: inline;
	padding: 0;
	margin: 20px 0 10px 0;
	text-align: center;
}
#product-order dd{
	margin: 0;
}
#form-2 fieldset{
	border: none;
	padding: 0;
}
#form-2 textarea{
	width: 250px;
	height: 150px;
	font-size: 12px;
}
#form-2 label{
	width: 70px;
}
#form-2 input{
	width: 180px;
}
#product-order #product-overview{
	width: 260px;
	float: left;
	display: inline;
	border-right: 1px solid #e1e1e1;
	padding: 20px;
}
#product-order #product-action{
	width: 172px;
	padding: 20px;
}
#product-order #product-action td{
	padding: 10px 0;
	text-align: right;
}
#product-order #product-action th{
	padding: 10px 0;
	background: none;
}
#first-cell{
	border-top: none;
}
#first-cell td, #first-cell th{
	padding: 0 0 10px 0 !important;
}
.skladem{
	border-top-style: double;
	border-color: #ccc;
	padding: 10px 0;
}

/**/
#head-content, #head-white-content{
	border: 1px solid #d1d1d1;
	border-bottom: none;
	border-top: none;
	padding: 10px 20px 0 20px;
	background: #E8E8E8;
	position: relative;
}
#head-white-content{
	background: #f8f8f8;
	padding: 10px 20px 13px 20px;
}

#bg-head-content, #bg-bottom-content, #bg-top-white-content{
	width: 783px;
	height: 7px;
	background-repeat: no-repeat !important;
	background-position: bottom !important;
	font-size: 0;
}
#bg-head-content{
	background: url(../_images/bg-head-content.gif);
	padding: 10px 0 0 0;
}
#bg-bottom-content{
	background: url(../_images/bg-bottom-content.gif);
	margin: 0;
}
#head-content h2{
	font-size: 100%;
	margin-top: 5px;
}
#head-content ul{
	margin-bottom: 0;
	padding-bottom: 10px;
}

#bg-top-white-content{
	background: url(../_images/bg-top-white-content.gif);
	padding: 10px 0 0 0 !important;
}

.h1-page{
	margin: 0;
	padding: 10px;
	background: #f8f8f8;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
}

.button-2{
	background: url(../_images/button-2.png) no-repeat;
	display: block;
	width: 139px;
	height: 26px;
	color: #fff;
	text-decoration: none;
	line-height: 2.4em;
	text-align: center;
	font-size: 80%;
	padding: 0 1px 0 0;
}
.button-2:hover, .button-2:focus{
	background-position: 0 -27px;
	color: #fff;
}
.button-2:active{
	background-position: 0 -55px;
	color: #A8BED7 !important;
	padding: 1px 1px 0 0;
	height: 25px;
}
.button-2:visited{
	color: #fff;
}

/*zaslat katalog*/
#form-1{
	width: 50%;
}

.arrow-link{
	background: url(../_images/arrow-gray.png) no-repeat 0 3px;
	padding: 0 0 0 15px;
}
.arrow-link:hover{
	background: url(../_images/arrow-blue.png) no-repeat 0 3px;
}
.help-link{
	background: url(../_images/otaznik-grey.png) no-repeat 0 3px;
	padding: 0 0 0 15px;
}
.help-link:hover{
	background: url(../_images/otaznik-blue2.png) no-repeat 0 3px;
}
.zoom-object{
	background: url(../_images/zoom-link-grey.png) no-repeat 0 3px;
	padding: 0 0 0 15px;
}
.zoom-object:hover{
	background: url(../_images/zoom-link-blue.png) no-repeat 0 3px;
}

.zoom-cursor{
	cursor: url(../_images/zoom-cursor.png), pointer;
}

/*----------------------------------------------------------------  collective styles -------------------------------*/
.hidden{
	display: none;
}
.hide{
	display: block;
	overflow: hidden;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	font-size: 0px;
}

.invisible{
	visibility: hidden
}

.arrow{
	font-size: 100%;
}

.small-font, .mensi-pismo{
	font-size: 85% !important;
}
.small-font2{
	font-size: 86% !important;
}
.small-font-extra{
	font-size: 4px !important;
}
.big-font, .vetsi-pismo{
	font-size: 115% !important;
}
.font-non-proporcial{
	font-family: monospace !important;
}

.important, .zvyraznit{
	color: red !important;
	font-size: 100%;
	font-family: inherit;
}
.important-bold{
	font-weight: bold;
}

.margin-reset{
	margin: 0 !important;
}
.padding-reset{
	padding: 0 !important;
}

.float_left, .float-left, .plovouci-vlevo{
	float: left;
}
.float-right, .plovouci-vpravo{
	float: right;
}

.cleaner{
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	border: none;
	height: 1px;
}
.cleaner2{
	clear: both;
}

.text_right, .text-right, .text-right td, .text-doprava{
	text-align: right !important;
}
.text-left, .text-doleva{
	text-align: left !important;
}
.text-center, .text-nastred{
	text-align: center !important;
}

/* file download features */
#middle ul.list-of-files{
	margin: 10px 0;
	padding: 0;
	list-style-position: inside;
}
#middle ul.list-of-files li.ico-zip{
	list-style-image: url('../_images/ico-zip.gif');
}
#middle ul.list-of-files li.ico-txt{
	list-style-image: url('../_images/ico-txt.gif');
}
#middle ul.list-of-files li.ico-movie{
	list-style-image: url('../_images/ico-movie.gif');
}
#middle ul.list-of-files li.ico-audio{
	list-style-image: url('../_images/ico-audio.gif');
}
#middle ul.list-of-files li.ico-word{
	list-style-image: url('../_images/ico-word.gif');
}
#middle ul.list-of-files li.ico-xls{
	list-style-image: url('../_images/ico-xls.gif');
}
#middle ul.list-of-files li.ico-ppt{
	list-style-image: url('../_images/ico-ppt.gif');
}
#middle ul.list-of-files li.ico-pdf{
	list-style-image: url('../_images/ico-pdf.png');
}
#middle ul.list-of-files li.ico-rar{
	list-style-image: url('../_images/ico-rar.gif');
}
#middle ul.list-of-files li.ico-psd{
	list-style-image: url('../_images/ico-psd.gif');
}
#middle ul.list-of-files li.ico-html{
	list-style-image: url('../_images/ico-html.gif');
}
#middle ul.list-of-files li.ico-other{
	list-style-image: url('../_images/ico-other.gif');
}

/* list features in middle wrapper */
#middle ul li{
	line-height: 1.5em;
	margin: 0;
}
#middle ol li{
	line-height: 1.5em;
	margin: 0;
}

/* paragraph features in middle wrapper */
#middle p{
	text-align: left;
}

/* inline list features */
#middle ul.ul-inline{
	display: block;
	margin: 10px 0;
	border-top: 1px solid #602E09;
}
#middle ul.ul-inline li{
	list-style-type: none;
	display: inline;
	padding: 0 10px 0 0;
}

.stripe{
	background-color: #FBE9DB;
	border: 1px solid #920000;
	margin: 10px 0;
	padding: 3px;
}

/* list features without top line */
#middle ul.non-top-line{
	border-top: 0;
}

/* list features for path of tree */
#middle ul.ul-inline-pathlinks{
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	height: 35px;
	background: url(../_images/bg-path-links.gif) no-repeat;
}
#middle ul.ul-inline-pathlinks li{
	display: inline;
	margin: 0;
	padding: 0;
}
#middle ul.ul-inline-pathlinks li a{
	color: #777;
	font-size: 86%;
	line-height: 3.1em;
}
#middle ul.ul-inline-pathlinks li a:hover{
	color: #0B59B7;
}

/* features for paging */
#middle ul.paging{
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	border: 1px solid #fff;
}
#middle ul.paging li{
	border-right: 1px solid #aaa;
	padding: 0 5px;
	margin: 0 0 10px 0;
	float: left;
	list-style-type: none;
}
#middle ul.paging li#left-paging{
	border-left: 1px solid #222;
	border-right: none;
	padding: 0 0 0 5px;
}
#middle ul.paging li#right-paging{
	border-right: none;
	padding: 0 0 0 2px;
}
#middle ul.paging li a{
	display: block;
	padding: 0 3px;
}
#middle ul.paging li a:hover{
	background: #b2021a;
	color: #fff;
}

/* images */
.photo-border{
	border: 1px solid #CF0000;
	padding: 0;
	margin: 0;
}
.pic-noborder, .obrazek-bez-ramecku{
	border: 0 !important;
}

img.float-right-img, img.plovouci-obrazek-vpravo{
	margin: 6px 0 6px 6px;
	float: right;
}
img.float-left-img, img.plovouci-obrazek-vlevo{
	margin: 6px 6px 6px 0;
	float: left;
}
img.center-img, img.obrazek-nastred{
	display: block;
	margin: 0 auto;
}

/* logo features */
#logo-wrapper{
	position: absolute;
	top: 30px;
	left: 26px;
	margin: 0;
	padding: 0;
	width: 204px;
	height: 43px;
	overflow: hidden;
	cursor: pointer;
}
#logo-wrapper strong{
	display: block;
	width: 204px;
	height: 43px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
	background-image: url('../_images/logo.gif');
	cursor: pointer;
}
#logo-wrapper a{
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}

/* search features */
.search-form{
	margin: 6px 0 0 4px;
	padding: 0;
}
.search-form fieldset{
	border: 0;
	padding: 0 !important;
	margin: 0;
}
.search-form input{
	font-size: 85%;
	padding: 4px 2px 2px 2px;
	width: 103px;
	margin: 0;
}
input.search-button{
	width: 2.3em;
	height: 2.2em;
	font-weight: bold;
	font-size: 70%;
}
.search-results{
	float: left;
	width: 50%;
}
.search-results ul{
	margin: 0 0 0 21px;
	list-style-image: url("../_images/square.gif");
}
.search-results ul li{
	margin: 0 0 8px 0 !important;
}
#search-results-left ul{
	border-right: 1px solid #b2021a;
	padding-right: 5px;
	margin: 0 0 0 17px;
}
span.search-result, a span.search-result{
	background: #feffbf;
	color: #000;
	text-decoration: none;
	border: 1px solid #e5e72b;
	border-right: 1px solid #feffaf;
	border-bottom: 1px solid #feffaf;
	padding: 2px;
	cursor: help;
}

.price-pro b{
	color: #000;
	font-size: 145%;
}
.price-pro, .ordinery-price-pro{
	font-size: 80%;
}
.ordinery-price-pro b{
	color: #000;
	font-size: 130%;
}

/* rss icons */
.rss-bg{
	padding-left: 15px;
	background: url("../_images/rss.gif") left no-repeat;
	font-size: 75%;
}

/* plovouci boxy v obsahu stranky */
.levy-panel, .pravy-panel{
	float: left;
	width: 48%;
}
.pravy-panel{
	margin: 0 0 0 15px;
}

/* styly pro site map */
ul.mktree  li { list-style: none; line-height: 2.4em !important; }
ul.mktree  li li { line-height: 1.9em !important; }

ul.mktree  li a{
	background: #FED788;
	font-size: 110%;
	padding: 2px 4px;
	color: #F7421E;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #E7D300;
}
ul.mktree  li li a{
	background: none;
	font-weight: normal;
	font-size: 90%;
	color: #DF8D00;
	padding: 0;
}
ul.mktree  li li li a{
	font-size: 90%;
	color: #C79063;
}

ul.mktree  li a:hover{
	border-bottom: none;
}

ul.mktree  li           .bullet { padding-left: 13px; }

ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(../_images/minus.gif)  center left no-repeat; }
ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(../_images/plus.gif)   center left no-repeat; }
ul.mktree  li.liBullet  .bullet { cursor: default; background: url(../_images/bullet.gif) center left no-repeat; }

ul.mktree  li.liOpen    ul { display: block; }
ul.mktree  li.liClosed  ul { display: none; }

/* -------- minires3.0+ features --- */

/* list of articles on homepage */
ol.mr-articles-list{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 72px 10px;
	background: #76C15C url("/_images/bg-box-news.gif") no-repeat bottom;
}
ol.cybergall-list{
	background: none !important;
	background-image: none !important
}
ol.mr-articles-list li{
	margin: 8px 0 !important;
}
ol.cybergall-list li{
	margin: 0 0 20px 0 !important;
	overflow: hidden;
	width: 100%;
}

/* h2 link features (homepage, article list) */
ol.mr-articles-list li h2{
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}
ol.mr-articles-list li h2 a{
	font-weight: normal;
	color: #fff;
	font-size: 90%;
}
ol.mr-articles-list li h2 a:hover{
	color: #FFF61F;
}
ol.mr-articles-list li h2 a:visited{
	color: #115EAE;
}

/*jiny sou barvy pro fotogalery list*/
ol.cybergall-list li h2 a{
	font-weight: normal;
	color: #D6141D;
	font-size: 90%;
}
ol.cybergall-list li h2 a:hover{
	color: #5BB846;
}
ol.cybergall-list li h2 a:visited{
	color: #DF3742;
}

/* article info features (datum, rubrika, ctenari, komentare) */
ul.mr-summary-info{
	color: #454545;
	font-size: 78%;
	padding: 0;
	margin: 0 !important;
}
ul.mr-summary-info li{
	margin: 0 !important;
	padding: 0 1px !important;
	width: auto;
}
ul.mr-summary-info li.mr-anotace{
	width: 100%;
	font-size: 111%;
	margin: 0 !important;
	display: block !important;
	color: #000;
}
ul.mr-summary-info li.mr-anotace p, ul.mr-summary-info li.mr-anotace{
	margin: 0 !important;
	line-height: 1.8em !important;
}

/* link features in article info (odkaz na zobrazeni komentaru) */
ul.mr-summary-info li a{
	text-decoration: underline;
	font-size: 100%;
}
ul.mr-summary-info li a:hover{
	text-decoration: none;
}

/* h1 features (inside article) 
h1.mr-article{
	color: #0059BB;
	text-align: left;
	font-size: 200%;
	margin: 0;
	padding: 0;
	border: 0;
}*/

/* comments features */
.comment-form{
	width: auto;
	margin: 15px 0;
	background: #fff;
}

/* comments boxes features */
ol.comment-box{
	padding: 0;
	margin: 0;
}
ol.comment-box li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #FEF9F3;

}
ol.comment-box li ul li{ /* pro seznamy psane ctenari v komentari */
	list-style-type: inherit;
}
ol.comment-box li ol li{ /* pro seznamy psane ctenari v komentari */
	list-style-type: inherit;
}
ol.comment-box li p.comment-box-info{ /* fetaures for from and date in comment content */
	font-size: 86%;
	background: #FCF1E2;
}
ol.comment-box li p{ /* features for comment body */
	margin: 0 0 6px 0;
	padding: 0 3px;
}

ol.comment-box li h3{
	margin: 0;
	padding: 3px;
	background: #FCF1E2;
	color: #444;
	font-size: 110%;
}
ol.comment-box li h3 a{
	font-size: 100%;
	font-weight: bold;
}

/* comments boxes features for read article */
ol.comment-box li.item-box-read{
	background: #f7f3ef !important;
}
ol.comment-box li.item-box-read p.comment-box-info{ /* fetaures for from and date in comment content */
	background: #efe7dc !important;
}
ol.comment-box li.item-box-read p{
	font-size: 86%;
	line-height: 1.8em !important;
}
ol.comment-box li.item-box-read h3{
	background: #efe7dc !important;
	color: #777;
	font-size: 100%;
}

/* -------- cybergall1.0 features -------- */

/* features for gallery */
ol#photo-gallery-box{
	width: 608px; /* width for gallery box, middle-wrapp minus margin-middle */
	margin: 30px auto 0 auto;
	padding: 0;
	list-style-type: none;
}
ol#photo-gallery-box li{
	float: left;
	width: 147px;
	margin: 0 3px 4px 0;
	background: #5BB748;
	border: 1px solid #283C09;
	height: 210px;
	overflow: auto;
	position: relative;
}
ol#photo-gallery-box li.photogs{
	clear: both;
	width: 80%;
	height: auto;
	background: none;
	border: none;	
}
.photo-card{
	padding: 4px;
	margin: 0;
}
.photo-card img, dt.photo-preview-gallery img{
	display: block;
	margin: 0 auto;
}
.photo-desc{
	margin: 0 4px 4px 4px;
	padding: 0;
	text-align: left;
	font-size: 93%;
}
.photo-name{
	text-align: center !important;
	margin: 0;
	padding: 0;
	font-size: 70%;
}

h1 span.photogall-name{
	color: #D6141C;
	display: block;
	margin: 15px 0 0 0;
}
ol#photo-gallery-box li img{
	border: 1px solid #fff;
}
ol#photo-gallery-box li img:hover{
	border: 1px solid #FFF61F;
}

/* obrazky v prehledu nejnovejsich v ul/li na homepage se zarovnaji nastred */
.photo-newest img{
	display: block;
	margin: 4px 10% 0 0;
}

/* light box */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 3%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 15%;
	height: 7%;
	background: transparent url(/_images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:visited:hover { background: url(/_images/prevlabel.gif) left 1% no-repeat; }
#nextLink, #nextLink:visited:hover { background: url(/_images/nextlabel.gif) right 1% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData{
	padding:0 10px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}