﻿/* modifikovane vynulovÃ¡nÃ­ defaulnich hodnot a defaultni vlastnosti prvku */
/* od http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
	font-size: 10pt;
	font-family: sans-serif;
	vertical-align: baseline;
}

input, textarea, select {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: sans-serif;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
/*body {line-height: 1.6em;text-align:center;font-size:75%}*/
body {
	text-align: center;
	font-size: 75%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img {
	border: 0 none;
}

fieldset {
	clear: both;
	border: 0 none;
}

a, .cudl {
	cursor: pointer;
	font-size: 1em;
}

acronym {
	cursor: help;
}

textarea {
	font-size: 1em;
}

blockquote, cite {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

input {
	padding: 1px 2px;
}

.che input, .radio input {
	width: 22px;
	height: 22px;
}

label.radi span {
	position: relative;
	top: -6px;
}

.inv {
	display: none;
}

.cor {
	clear: both;
	visibility: hidden; /*height:1px;border:1px solid red;margin-top:-10px;*/
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.float-left {
	float: left;
	margin-right: 10px;
}

.float-right {
	float: right;
	margin-left: 10px;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.male {
	font-size: 85%;
}

.cl {
	clear: both;
}

.clear {
	clear: both;
}

.cl_left {
	clear: left;
}

.cursor {
	cursor: pointer;
}

.chyb, .chyb a, .chyb em {
	font-weight: bold;
}
	/*cervena podle barevneho schematu webu*/
	.chyb em {
		display: block;
	}

.no_padding {
	padding: 0 !important;
}

.no_margin {
	margin: 0 !important;
}

.padding_5 {
	padding: 5 !important;
}

.padding_5_ver {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.padding_5_hor {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.padding_10 {
	padding: 10px !important;
}

.padding_10_ver {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.padding_10_hor {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.padding_20 {
	padding: 20px !important;
}

.padding_20_ver {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.padding_20_hor {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.cudl {
	font-size: 100%;
	height: 2.1em;
	padding: 0;
}

a.cudl {
	text-align: center;
	display: block;
	text-decoration: none;
}

#page {
	position: relative;
	margin: 0;
	text-align: left;
	width: 100%;
}

.inpage {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

.margin-top {
	margin-top: 30px;
}

.margin-bottom {
	margin-bottom: 30px !important;
}

#layout-1col {
	width: 960px;
}

	#layout-1col #obal {
		width: 100%;
		padding-top: 20px;
	}

	#layout-1col .obsah {
		width: 960px;
	}

#layout-3col {
	width: 960px;
}

	#layout-3col #obal {
		float: left;
		width: 100%;
	}

	#layout-3col .obsah {
		margin: 0 220px;
	}

	#layout-3col #sloupeca {
		float: left;
		width: 210px;
		margin-left: -960px;
	}

	#layout-3col #sloupecb {
		float: left;
		width: 210px;
		margin-left: -220px;
	}

#layout-2col-l {
	width: 960px;
}

	#layout-2col-l .obsah {
		float: left;
		width: 730px;
	}

	#layout-2col-l #sloupecb {
		float: right;
		width: 210px;
	}

#layout-2col-r {
	width: 960px;
}

	#layout-2col-r .obsah {
		float: right;
		width: 730px;
	}

	#layout-2col-r #sloupeca {
		float: left;
		width: 210px;
	}

.one-third {
	width: 33%;
	float: left;
}

	.one-third.last {
		width: 34%;
	}

.one-half {
	width: 50%;
	float: left;
}

	.one-half .validation-summary-errors {
		margin-right: 20px;
	}

.sloupec {
	width: 210px;
}


#facebox {
	background-color: #E0EFFA;
	padding: 15px 18px 18px !important;
	border: 1px solid #E9E9E9;
}

	#facebox p {
		color: #000000;
		font-weight: bold;
		margin: 0 0 12px;
		padding: 0;
	}

#top {
	width: 100%;
	min-height: 145px;
	background: #dce1e4 url(o/header_light.png) 0 0 no-repeat;
}

#logo {
	height: 85px;
	width: 200px;
	position: absolute;
	top: 21px;
	left: 0;
	margin-left: -17px;
	z-index: 20;
}

	#logo img {
	}

#user_menu {
	position: absolute;
	top: 12px;
	left: 240px;
	width: 720px;
	z-index: 20;
}

	#user_menu .fl * {
		font-size: 8pt;
	}

	#user_menu .fl {
		font-size: 8pt;
	}

	#user_menu .fr * {
		font-size: 10pt;
	}

	#user_menu a {
		text-decoration: underline;
		color: #555555;
	}

		#user_menu a:hover {
			color: #98070c;
		}

	#user_menu .fl {
		text-transform: uppercase;
	}

span.sep {
	padding: 0 3px;
}

#head {
	width: 100%;
	position: relative;
}

#basket #basket-in {
	background: #ccd0d2 url(o/basket_bg.png) 0 0 no-repeat;
	height: 52px;
	width: 174px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 2px;
	z-index: 21;
	cursor: pointer;
	display: table;
}

	#basket #basket-in p {
		padding-left: 59px;
		text-align: center;
		width: 122px;
		line-height: 16px;
		height: 52px;
		display: table-cell;
		vertical-align: middle;
	}

		#basket #basket-in p strong {
			display: block;
		}

	#basket #basket-in:hover {
		background-color: #b7bcbf;
	}

	#basket #basket-in.nonEmpty {
		background: #403f34 url(o/basket_bg_red.png) 0 0 no-repeat;
		color: #fff;
	}

		#basket #basket-in.nonEmpty strong {
			color: #fff;
		}

		#basket #basket-in.nonEmpty:hover {
			background-color: #86846c;
		}

#basket p strong {
	text-transform: none;
}



.box {
	margin-bottom: 25px; /*bylo32px*/
}

	.box div.more {
		float: right;
		margin-right: 10px;
	}

#vyhl-top {
	position: absolute;
	top: 36px;
	width: 100%;
	z-index: 1;
}

	#vyhl-top .inpage {
		width: 960px;
		margin: 0 auto;
		z-index: 1;
	}

	#vyhl-top form, #vyhl-top .pocet {
		position: relative;
		left: 240px;
		width: 400px;
	}

	#vyhl-top span.lavl, #vyhl-top label span {
		display: none;
	}

	#vyhl-top label input {
		width: 313px;
		height: 30px;
		margin: 0 -4px 0 0;
		padding: 0 0 0 6px;
		border: 1px solid #b8b8b8;
		border-width: 1px 0 1px 1px;
		line-height: 30px;
	}

	#vyhl-top label.watermark {
		top: 8px;
	}

	#vyhl-top .cudl {
		width: 6em;
		margin: 0;
	}

	#vyhl-top p {
		font-size: 9pt;
		text-transform: uppercase;
	}

	#vyhl-top .pocet {
		margin: 5px 0 0 0;
	}

	#vyhl-top h2 {
		display: none;
	}

h1, .h1, .obsah .h1, .obsah .cl, #suhopa h2 {
	font-size: 1.8em;
}

h1, .h1, h2, .h2, .obsah .h1, h3, .h3 {
	font-weight: normal;
}

h4, .h4, h5, .h5, h6, .h6 {
	font-weight: bold;
}

	h4.normal, .h4.normal, h5.normal, .h5.normal, h6.normal, .h6.normal {
		font-weight: normal;
	}

h2, h1 {
	font-size: 17pt;
	font-weight: normal;
	text-transform: uppercase;
}

h2.noupper, h1.noupper {
	font-size: 17pt;
	font-weight: normal;
	text-transform: none;
}

#head h1, #head p strong,
#head h1 a, #head p strong a {
	text-decoration: none;
	font-size: 1.5em;
	font-weight: normal;
	position: absolute;
	top: 35px;
	left: 10px;
}

#head h1, #head p strong {
	position: absolute;
	top: -100px;
	left: -9000px;
}

.status {
	padding: 16px 19px;
	margin-right: 32px !important;
	background: #ffe896;
}

	.status a {
		color: #403f34;
	}

h2.status {
	text-transform: none;
}

#menu-top {
	position: absolute;
	top: 110px;
	width: 100%;
	height: 35px;
	z-index: 4000;
}

#menu {
	width: 960px;
	height: 35px;
	margin: 0 auto;
}

	#menu ul {
		position: relative;
	}

	#menu li {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: block;
		float: left;
		height: 35px;
		width: auto;
		border-right: 1px solid #555555;
	}

	#menu a {
		text-decoration: none;
		display: block;
		float: left;
		height: 100%;
		line-height: 36px;
		padding: 0 16px;
		font-size: 10pt;
	}

		#menu a:hover {
			background-color: #4e4d41;
		}

		#menu a:first-child {
			border: 0;
		}

	#menu li.rozbalovaci {
		position: relative;
	}

		#menu li.rozbalovaci a {
			position: relative;
			padding-right: 40px;
		}

			#menu li.rozbalovaci a.red {
				height: 33px;
				line-height: 33px;
			}

		#menu li.rozbalovaci.akt a {
			cursor: pointer !important;
		}

		#menu li.rozbalovaci p.all-categories {
			margin-top: 10px;
			border-top: 1px solid #efefef;
			border-bottom: 1px solid #efefef;
			padding: 15px 0;
			height: 34px;
		}

	#menu ul ul {
		display: none;
	}

	#menu li.rozbalovaci h2 {
		color: #ED1C24;
		font-size: 14px;
		margin: 0;
		padding: 10px 0 0 0;
	}

	#menu li.rozbalovaci .sipka {
		display: block;
		position: absolute;
		top: 0;
		right: 15px;
		width: 26px;
		background: url(o/menu_arrow.png) right center no-repeat;
		height: 35px;
	}

	#menu li.rozbalovaci.akt .sipka {
		background: url(o/menu_arrow_akt.png) right center no-repeat;
	}

	#menu .rozbalovaci div.submenu {
		display: none;
		width: 500px;
		border: 1px solid #d6d6d6;
		border-width: 0 1px 1px 1px;
		position: absolute;
		z-index: 9;
		top: 35px;
		right: 0;
		padding: 22px 30px;
		background: #fff;
	}

		#menu .rozbalovaci div.submenu ul {
			display: block;
			position: static;
			margin: 0 20px 10px 0;
		}

			#menu .rozbalovaci div.submenu ul li {
				display: block;
				float: none;
				border: 0;
				margin: 0;
				height: 20px;
				font-size: 10pt;
				position: static;
				background: url("/Content/Layout/o/li_square.gif") no-repeat scroll 2px 50% transparent;
				padding: 0 0 0 12px;
			}

				#menu .rozbalovaci div.submenu ul li a {
					width: 210px;
					display: inline;
					color: #555;
					background: none;
					line-height: 1.3;
					padding: 0;
					margin: 0;
					position: relative;
					text-transform: none;
					text-decoration: underline;
				}

					#menu .rozbalovaci div.submenu ul li a:hover {
						color: #98070c !important;
					}

			#menu .rozbalovaci div.submenu ul.hor-links {
				margin: 0;
				border: 1px solid #efefef;
				border-left: none;
				border-right: none;
				border-top: none;
				float: left;
				width: 480px;
			}

				#menu .rozbalovaci div.submenu ul.hor-links li {
					display: -moz-inline-stack;
					display: inline;
					zoom: 1;
					padding-right: 30px;
					line-height: 40px;
					height: 40px;
					width: auto;
					background-image: none;
					text-indent: 0px;
					padding-left: 0px;
				}

					#menu .rozbalovaci div.submenu ul.hor-links li a {
						line-height: 40px;
						width: auto;
						padding-right: 30px;
					}


#middle {
	clear: both;
	padding: 20px 0 78px 0;
}

#drobecky {
	font-size: .9em;
	margin-bottom: 10px;
}

	#drobecky span, .drobecky span {
		margin: 0 9px 0 13px;
	}

.obsah .drobecky p {
	margin: 0;
}

.obsah .drobecky a {
	color: #403f34;
}

#suhopa .obsah.in {
	padding-top: 20px;
}

.obsah.se-sloupcem {
	float: left;
	width: 730px;
}

.se-sloupcem .in {
	padding: 22px;
}

.obsahbox {
	margin-bottom: 13px;
}

.obsah .obsahbox h2.header {
	padding: 0 0 7px 20px;
}

.obsahbox .in {
	padding: 10px;
}

#promo .promo {
	width: 100%;
	margin-bottom: 40px;
}

.promo {
	margin-bottom: 20px;
}

.obsah .in {
}

	.obsah .in .in {
		padding: 0;
	}

.obsah ul, .obsah ol {
	margin: 5px 0 5px 3em;
}

	.obsah ul ul, .obsah ol ol {
		margin-left: 1em;
	}

.obsah h1, #suhopa h2 {
	position: relative;
}

.obsah h2, .obsah h3, .obsah h4, .obsah h5, .obsah h6,
.obsah .h2, .obsah .h3, .obsah .h4, .obsah .h5, .obsah .h6 {
	margin: 15px 0 5px 0;
}

.obsah h2, .obsah .h2 {
	font-size: 1.4em;
}

.obsah h3, .obsah .h3, #diskuse h2.podcl, .obsah legend {
	font-size: 1.3em;
}

.obsah h4, .obsah .h4 {
	font-size: 1.1em;
}

.obsah h5, .obsah .h5 {
	font-size: 1em;
}

.obsah .clanek {
	clear: both;
}

	.obsah .clanek h3 {
		padding: 10px 0 5px 10px;
		margin: 0 0 10px 0;
		position: relative;
		left: -10px;
	}

		.obsah .clanek h3 a {
			text-decoration: none;
		}

.obsah .cl {
	padding: 5px 0 0 10px;
	margin: 20px 0 0 0;
	position: relative;
	left: -10px;
}

.obsah p {
	line-height: 1.5em;
	margin: 5px 0;
}

div.facebook {
	position: absolute;
	right: 0;
	top: 36px;
}
/*.obsah li{line-height:1.5em;}*/
.obsah .anotace p {
	padding-top: 0;
}

.obsah p.anotace {
	padding-top: 0;
	margin-top: 0;
}

.obsah table {
	width: 100%;
	margin-bottom: 10px;
}

.obsah th {
	padding: 3px 10px;
}

.obsah td {
	padding: 3px 10px;
}

.obsah .cudl {
	font-size: 11pt;
	width: 14em;
}

.obsah .che input {
	float: left;
	width: 22px;
}

.obsah dl {
	margin: 10px 0;
	line-height: 1.5em;
}

.obsah dt {
	font-weight: bold;
	margin: 5px 0;
}

.obsah dd {
	margin-left: 30px;
}

#souvis {
	padding: 10px 0;
}

	#souvis h2 {
		padding: 0;
		margin: 0;
		font-size: 1.1em;
		font-weight: bold;
	}

	#souvis ul {
		margin: 0 0 10px 3em;
		padding: 0;
	}

#suhopa #souvis {
	padding: 10px 0 0 0;
}

	#suhopa #souvis h2 {
		padding-bottom: 5px;
		border: 0 none;
	}

#diskuse h2.podcl {
	padding: 5px 0;
	margin-top: 10px;
}

#clanek .info {
	margin-bottom: 10px;
}

#faq dt {
	font-weight: bold;
	margin-top: 10px;
}

#faq dd {
	margin-left: 3em;
}

#faq textarea {
	width: 30em;
	height: 15em;
}

.male {
	font-size: .9em;
}

p.male {
	font-size: 11px;
	line-height: 1.2em;
}

.info {
	margin: 10px 0;
}

.ilus {
	float: left;
}

	.ilus .ilus-m {
		margin-top: 5px;
		_margin-right: -3px;
	}

.obsah label {
	display: block;
	padding: 10px 0;
}

.obsah .che {
	padding: 5px 0;
}

.obsah .radi {
	padding: 0;
}

	.obsah .che input, .obsah .radi input {
		margin-right: 5px;
	}

.obsah .lavl {
	display: block; /*font-weight:bold;*/
}

#navod {
	font-size: .9em;
}

	#navod h3 {
		font-weight: bold;
	}

.obsah .hledani1 {
	margin-bottom: 10px;
}

	.obsah .hledani1 .lavl {
		float: left;
		width: 8em;
		font-weight: bold;
	}

	.obsah .hledani1 .invl input {
		width: 15em;
	}

	.obsah .hledani1 .hledanyvyraz {
		float: left;
		width: 26em;
	}

	.obsah .hledani1 .cudl {
		margin-top: 10px;
	}

.obsah .hledani2 {
	width: 40%;
	float: left;
}

.obsah .hledani3 {
	clear: none;
	width: 50%;
	float: left;
}

.obsah .hledani2 input {
	width: 15px;
	float: left;
}

.obsah .hledani2 .che {
	float: left;
	width: 8em;
}

	.obsah .hledani2 .che span {
		font-weight: normal;
	}

	.obsah .hledani2 .che .lavl {
		margin: 2px auto auto 20px;
	}

.obsah .hledani3 .radi {
	float: left;
	width: 9em;
}

	.obsah .hledani3 .radi input {
		float: left;
		width: 12px;
	}

	.obsah .hledani3 .radi span {
		float: left;
		margin: 2px auto auto 5px;
	}

.obsah .hledani2 p, .obsah .hledani3 p {
	font-weight: bold;
	float: left;
	width: 6em;
}

.obsah .hledani3 p {
	width: 13em;
}

.obsah #vysl-vyhled p {
	clear: both;
}

.obsah .invl input {
	width: 20em;
}

#autori input {
	width: 20em;
}

#diskuse ul {
	margin: 0;
}

#diskuse #vypis {
}

#diskuse #prispevek {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#diskuse #vypis label {
	padding: 0;
}

#diskuse #vypis li {
	list-style-type: none;
}

#diskuse #vypis ul ul {
	margin-left: 20px;
}

#diskuse #prispevek ul li {
	list-style-type: none;
}

#diskuse #prispevek ul ul {
	margin-left: 20px;
}

#diskuse .post ul {
	margin-left: 30px;
}

#diskuse #prispevek .post ul li {
	list-style-type: square;
}

#diskuse .post ol {
	margin-left: 50px;
}

#diskuse .prispevek h2, #diskuse .info {
	padding: 0;
	margin: 0;
}

#diskuse .submit {
	padding-top: 10px;
}

#diskuse .cudl {
	float: left;
	margin: 0 5px 5px 0;
	height: 2.4em;
	width: 11em;
}

#diskuse a.cudl {
	padding-top: 5px;
	height: 1.8em;
}

#diskuse .prispevek {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#diskuse input {
	width: 20em;
}

#diskuse .ched input {
	width: 12px;
}

#diskuse textarea {
	width: 40em;
	height: 25em;
}

#diskuse label span {
	display: block;
}

#diskuse #dis-control {
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

#fotogalerie {
	width: 450px;
	padding: 10px;
	clear: both;
	margin: 10px 0;
}

	#fotogalerie h2 {
		padding: 10px 0 20px 0;
	}

	#fotogalerie .fnavi {
		font-size: .9em;
		clear: both;
		height: 2em;
	}

	#fotogalerie.jsfoto .ovl {
		padding: 5px 10px 5px 25px;
		float: left;
		margin-right: 10px;
	}

	#fotogalerie.jsfoto .fnavi a.predchf {
		padding-left: 20px;
	}

	#fotogalerie.jsfoto .fnavi a.nasledf {
		float: right;
		padding-right: 20px;
		padding-left: 10px;
		margin-right: 0;
	}

	#fotogalerie .fnavi a.predchf {
		float: left;
		padding: 5px 5px 5px 20px;
	}

	#fotogalerie .fnavi a.nasledf {
		float: right;
		padding: 5px 20px 5px 5px;
	}

	#fotogalerie .fdoln .fprav {
		display: block;
	}

	#fotogalerie #fotkabox div {
		clear: both;
		margin-top: 10px;
	}

	#fotogalerie #nahledbox {
		margin-top: 10px;
	}

		#fotogalerie #nahledbox div {
			float: left;
			margin: 3px;
		}

		#fotogalerie #nahledbox p {
			font-size: .9em;
			text-align: left;
			margin: 0;
			padding: 0;
		}

			#fotogalerie #nahledbox p a {
				text-decoration: none;
			}

		#fotogalerie #nahledbox .predch .kraj {
			margin-right: 5px;
		}

		#fotogalerie #nahledbox .nasled .kraj {
			margin-left: 5px;
		}

	#fotogalerie.jsfoto {
		width: 570px;
	}

		#fotogalerie.jsfoto #fotkabox {
			float: left;
		}

		#fotogalerie.jsfoto #nahledbox {
			float: right;
			overflow: auto;
		}

			#fotogalerie.jsfoto #nahledbox div {
				float: none;
				margin: 0px;
			}

.sloupec.under-header {
	margin-top: 0px;
}

.sloupec .box {
	font-size: .9em;
}

	.sloupec .box .in {
		margin: 10px 10px 0;
	}

.sloupec #anketa {
	margin-bottom: 0px;
}

.sloupec .box h2, #sloupecb .box h2 {
	font-size: 13pt;
	padding: 13px 18px;
}

.sloupec h3 {
	font-weight: bold;
}

.sloupec ul {
	margin-left: 2em;
}

.sloupec h3 {
	font-size: 1.3em;
}

.sloupec h4 {
	font-size: 1.1em;
}

.sloupec h5 {
	font-size: 1em;
}

.sloupec p {
	padding: 4px 0;
}

.sloupec p, .sloupec li, .sloupec label {
	line-height: 1.4em;
}

.sloupec label {
	display: block;
	padding: 4px 0;
}

.sloupec .lavl {
	display: block;
}

.sloupec input, .sloupec select, .sloupec textarea {
	width: 180px;
}
/*.sloupec .cudl{width:10em;}*/
.sloupec .cudl {
	padding-left: 5px;
	padding-right: 5px;
}

#submenu ul {
	margin: 10px 0 0 0;
}

#submenu li {
	list-style-type: none;
}

#submenu ul ul {
	margin-top: 0;
}

#submenu a {
	padding: 5px 0;
	display: block;
	text-decoration: none;
	_height: 1px;
}

#submenu ul a {
	padding-left: 10px;
	margin-left: 10px;
}

#submenu ul ul a {
	margin-left: 20px;
}

#submenu ul ul ul a {
	margin-left: 30px;
}

#submenu ul ul ul ul a {
	margin-left: 40px;
}

#submenu ul ul ul ul ul a {
	margin-left: 50px;
}

#submenu ul ul ul ul ul ul a {
	margin-left: 60px;
}

#submenu li.akt {
	font-weight: bold;
}

	#submenu li.akt li {
		font-weight: normal;
	}

#anketa.box {
	border-bottom: 0 none;
	margin: 0;
	padding: 0;
}

.anketa .in {
	margin: 0 10px;
	padding-bottom: 10px;
}

.anketa h3 {
	padding: 10px 0;
}

.anketa h4 {
	padding: 5px 0;
}

.anketa p {
	padding: 5px 0;
}

.anketa legend {
	display: none;
}

.sloupec .anketa label {
	font-weight: normal;
	display: block;
	clear: both;
	font-size: 1em;
	padding: 5px 0;
}

.anketa em {
	font-style: normal;
	display: block;
}

.anketa strong {
	font-weight: normal;
	text-align: right;
	display: block;
}

.anketa span, .anketa span span {
	clear: both;
	overflow: hidden;
	display: block;
	height: 6px;
}

.anketa span {
	margin: 2px 0;
}

	.anketa span span {
		margin: 0;
	}

.radiank input {
	float: left;
	width: 13px;
	margin: 0 3px 0 0;
}

.radiank label em {
	clear: none;
}




#foot {
	font-size: .9em;
	width: 100%;
}

	#foot .in {
		width: 960px;
		margin: 0 auto;
		position: relative;
	}

	#foot .light {
		background: #403f34;
		color: #93938c;
		width: 100%;
		padding: 48px 0 33px 0;
		position: relative;
	}

		#foot .light #books_theme {
			background: #fff url(o/footer_bg.png) no-repeat;
			width: 225px;
			height: 152px;
			position: absolute;
			top: -120px;
			right: -40px;
		}

		#foot .light a {
			color: #93938c;
			text-decoration: none;
		}

			#foot .light a:hover {
				color: #cfcfcc;
			}

		#foot .light dl {
			margin-right: 50px;
			display: -moz-inline-stack;
			display: inline-block;
			zoom: 1;
			vertical-align: top;
		}

		#foot .light dt {
			color: #fff;
			margin-bottom: 10px;
			font-size: 11pt;
		}

		#foot .light dl dd {
			border-bottom: 1px solid #535349;
			display: block;
			height: 28px;
			line-height: 28px;
			font-size: 9pt;
		}

			#foot .light dl dd a {
				display: block;
				padding-right: 15px;
			}

			#foot .light dl dd:last-child {
				border: 0;
			}

	#foot .dark {
		background: #36352b;
		border-top: 1px solid #3e3d32;
		width: 100%;
		padding: 25px 0 53px 0;
	}

		#foot .dark * {
			color: #9b9a95;
		}

		#foot .dark a {
			color: #9b9a95;
		}

			#foot .dark a:hover {
				color: #cdccca;
			}

	#foot p {
		line-height: 1.5;
	}

	#foot #linky {
		margin-top: 15px;
		display: inline-block;
		line-height: 1.5;
	}

	#foot ul#partneri {
		display: block;
		width: 480px;
		margin-top: 20px;
		z-index: 20;
		position: absolute;
		left: 502px;
		top: 0;
		right: 0;
	}

		#foot ul#partneri li {
			list-style-type: none;
			padding: 0;
			margin: 0 20px 20px 0;
			display: block;
			float: left;
		}

#footer_bottom_right {
	width: 430px;
	height: 100px;
	text-align: right;
	padding-right: 50px;
	position: absolute;
	top: 130px;
	right: 10px;
}

	#footer_bottom_right img {
		margin-left: 20px;
	}

#suhopa {
	margin: 30px 0 0 0;
}

	#suhopa .boxy p, #suhopa .boxy ul, #suhopa .boxy ol {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 10px;
	}

	#suhopa .boxy ul, #suhopa .boxy ol {
		margin-left: 1.5em;
	}

	#suhopa .boxy h3, #suhopa .boxy h2 {
		font-size: 1.2em;
		font-weight: bold;
		padding: 5px 10px 7px 10px;
		margin-right: 0;
	}

		#suhopa .boxy h3 a, #suhopa .boxy h2 a {
			color: #0093dd;
			padding: 5px 0;
		}

	#suhopa .boxy h2 {
		position: static;
		top: 0;
		left: 0;
	}

.in .search {
	margin-top: 30px;
}

.tiptip {
	margin: 0 auto;
	position: relative;
	height: 33px;
}


#levy-2col {
	float: left;
	width: 405px;
}

#pravy-2col {
	float: right;
	width: 405px;
}

#levy-3col {
	float: left;
	width: 269px;
}

#stred-3col {
	width: 269px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#pravy-3col {
	float: left;
	width: 269px;
}

.lang {
	position: absolute;
	top: -35px;
	left: 0;
	font-size: .9em;
	text-align: right;
	width: 100%;
	width: 870px;
}

	.lang a {
		float: right;
		padding: 3px 8px;
		width: 3em;
		margin-left: 10px;
	}

	.lang span {
		display: none;
	}

.paging {
	height: 40px;
	width: 100%;
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 5px;
}

	.paging span, .paging span a {
	}

		.paging span a {
			cursor: pointer;
		}

	.paging .page {
		width: 100%;
		padding: 0 60px;
		text-align: center;
		font-size: 12px;
	}

	.paging .left, .paging .right {
		position: absolute;
		top: 5px;
		width: 60px;
	}

	.paging .left {
		left: 0;
	}

	.paging .right {
		right: 0;
	}

/* CHECKBOXY */

.jquery-checkbox {
	display: inline;
	font-size: 18px;
	line-height: 18px !important;
	cursor: pointer;
	float: left;
	width: 18px !important;
	height: 18px !important;
}

	.jquery-checkbox .mark {
		display: inline;
	}

	.jquery-checkbox img {
		vertical-align: middle;
		width: 18px;
		height: 18px;
	}

	.jquery-checkbox img {
		background: transparent url(o/checkboxy.png) no-repeat;
	}

	.jquery-checkbox img {
		background-position: right bottom;
	}

.jquery-checkbox-checked img {
	background-position: right top;
}

h1.tooltip, h2.tooltip, h3.tooltip {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	display: inline;
	width: auto;
	background: url(o/icon_help.png) right top no-repeat;
	padding: 5px 22px 0 0;
}


.ui-tooltip-fluid {
	display: block;
	visibility: hidden;
	position: static !important;
	float: left !important;
	max-width: none !important;
	min-width: 0 !important;
	max-height: none !important;
	min-height: 0 !important;
}

.ui-tooltip, .qtip, .ui-tooltip-hidden {
	position: absolute;
	left: -31000px;
	top: -31000px;
	display: block;
	max-width: 780px;
	min-width: 50px;
	font-size: 10.5px;
	line-height: 12px;
}

	.ui-tooltip h3, .qtip h3, .ui-tooltip-hidden h3 {
		line-height: 16px;
	}

.ui-tooltip-content {
	position: relative;
	padding: 15px 20px;
	text-align: left;
	word-wrap: break-word;
	overflow: hidden;
}

.ui-tooltip-titlebar {
	position: relative;
	min-height: 14px;
	padding: 5px 35px 5px 10px;
	overflow: hidden;
	border-width: 1px 1px 0;
	border-style: solid;
	font-weight: bold;
}

	.ui-tooltip-titlebar + .ui-tooltip-content {
		border-top-width: 0 !important;
	}
	/*!Default close button class */
	.ui-tooltip-titlebar .ui-state-default {
		position: absolute;
		right: 4px;
		top: 50%;
		margin-top: -9px;
		cursor: pointer;
		outline: medium none;
		border-width: 1px;
		border-style: solid;
	}

	* html .ui-tooltip-titlebar .ui-state-default {
		top: 16px;
	}

	.ui-tooltip-titlebar .ui-icon, .ui-tooltip-icon .ui-icon {
		display: block;
		text-indent: -1000em;
	}

.ui-tooltip-icon, .ui-tooltip-icon .ui-icon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

	.ui-tooltip-icon .ui-icon {
		width: 18px;
		height: 14px;
		text-align: center;
		text-indent: 0;
		font: normal bold 10px/13px Tahoma, sans-serif;
		color: inherit;
		background: transparent none no-repeat -100em -100em;
	}
/*!Default tooltip style */
.ui-tooltip-titlebar, .ui-tooltip-content {
	border: none;
	background-color: #fff;
	color: #555;
}

.ui-tooltip-titlebar {
	background-color: #fff;
}

	.ui-tooltip-titlebar .ui-tooltip-icon {
		border-color: #CCC;
		background: #fff;
		color: #777;
	}

	.ui-tooltip-titlebar .ui-state-hover {
		border-color: #AAA;
		color: #111;
	}

.ui-tooltip .ui-tooltip-tip {
	position: absolute;
	margin: 0 auto;
	overflow: hidden;
	background: transparent;
	border: 0 dashed transparent;
	z-index: 10;
}

	.ui-tooltip .ui-tooltip-tip, .ui-tooltip .ui-tooltip-tip * {
		line-height: .1px !important;
		font-size: .1px !important;
		color: #fff;
		background-color: #fff;
		border: 0 dashed transparent;
	}
/*#qtip-overlay{position:absolute;left:-10000em;top:-10000em;background-color:black;opacity:.7;filter:alpha(opacity=70);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";}*/
/*!Add shadows to your tooltips in:FF3+, Chrome 2+, Opera 10.6+, IE6+, Safari 2+*/
.ui-tooltip-shadow {
	-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.45) !important;
	-moz-box-shadow: 0 0 25px 0 rgba(0,0,0,0.45) !important;
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.45) !important;
}
/*.ui-tooltip-shadow .ui-tooltip-content{box-shadow:0 0 25px 0 rgba(0,0,0,0.45);}*/

.qtip_content {
	display: none !important;
	position: absolute;
}

.ui-tooltip h3 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 30px 0 15px 0;
	color: #5e5e5e;
}

.ui-tooltip-basket li.titul .titul-in {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ui-tooltip-book li.titul {
	width: 160px;
}

	.ui-tooltip-book li.titul .titul-in {
		padding: 22px 15px 17px;
	}

.ui-tooltip-ship {
	width: 245px;
}

.ui-tooltip .close {
	background: none;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 4px;
	right: 4px;
}

.ui-tooltip p {
	margin: 0 0 1.2em 0;
	line-height: 1.4;
	font-size: 0.9em;
}

	.ui-tooltip p:last-child, .ui-tooltip p.posl {
		margin-bottom: 0;
	}
/*kvuli pozadavnkum na okraje tooltipu - jestli se to nekde nechtene rozhodi, tka se to musi smazat a neda se nic delat asi.*/
.ui-tooltip dl dt, .ui-tooltip dl dd {
	line-height: 1.5;
}

.ui-tooltip dl dt {
	margin-bottom: 0;
}

.ui-tooltip-basket .ui-tooltip-content h3 {
	padding-top: 10px;
}

.detail-shipping-info a {
	color: #403f34 !important;
}

/* kosik */
.ui-tooltip-basket {
	width: 780px !important;
}

	.ui-tooltip-basket .ui-tooltip-tip {
		left: auto !important;
		right: 60px !important;
	}

/* kosik popis */
.ui-tooltip-decription {
	width: 250px !important;
	padding-top: 0;
	padding-bottom: 0;
}

.ui-tooltip-form {
	width: 250px !important;
}

.ui-tooltip-decription .ui-tooltip-tip {
	top: 70px !important;
}

/* postovne */
.ui-tooltip-delivery {
	width: 370px !important;
}

	.ui-tooltip-delivery .ui-tooltip-tip {
		top: 125px !important;
	}

	.ui-tooltip-delivery h3 {
		padding-top: 0;
	}

	.ui-tooltip-delivery h4 {
		padding: 10px 0 3px 0;
	}

/* kniha */
.ui-tooltip-book {
	width: 160px;
	padding: 0 !important;
}

	.ui-tooltip-book .ui-tooltip-tip {
		top: 72px !important;
	}

	.ui-tooltip-book .ui-tooltip-content {
		padding: 0;
	}

	.ui-tooltip-book li.titul .titul-meta {
		text-align: center;
		margin-top: 0;
	}

/* dostupnost */
.ui-tooltip-availability {
	width: 500px !important;
}

.tooltip-availability {
	cursor: pointer;
}

.ui-tooltip.ui-tooltip-availability h3 {
	padding-top: 0 !important;
}

.ui-tooltip-availability hr {
	margin-top: 1.2em;
}

.ui-tooltip-availability .ui-tooltip-content p {
	margin-bottom: 5px;
}

.tooltip-prodejny {
	width: 100%;
	height: 220px;
	overflow: auto;
}

	.tooltip-prodejny dl {
		margin: 5px /*bylo1em*/ 0;
	}

	.tooltip-prodejny dd {
		margin-bottom: 10px;
	}



li.titul {
	display: block;
	float: left;
	width: auto;
	list-style: none;
	max-width: 176px;
	zoom: 1;
	padding: 0;
	padding-top: 1px;
	margin: 0;
	position: relative;
}

	li.titul .titul-in {
		padding: 15px;
		text-align: center;
		zoom: 1;
		margin: 0;
		position: relative;
		overflow: hidden;
	}

	li.titul:hover {
		background: #eee;
	}

.ui-tabs li.titul:hover {
	background: #e4e4e4;
}

li.titul a {
	text-decoration: none;
	display: inline-block;
	line-height: 16px;
}

#suhopa li.titul a {
	display: inherit;
}

li.titul a:hover strong {
	text-decoration: underline !important;
}

li.titul .titul-title, li.titul.titul-review .titul-left .titul-title {
	color: #000;
	font-size: 9pt;
	font-weight: bold;
	line-height: 16px;
}

li.titul .titul-author, li.titul.titul-review .titul-left .titul-author {
	display: /*inline- shp blbne*/ block;
	color: #555;
	font-style: normal;
	font-size: 8pt;
	margin-top: 1px;
}

li.titul .listek {
	display: inline-block;
}

li.titul .titul-addtocart a {
	color: #ed1c24;
	text-decoration: none;
}

li.titul .titul-todetail-type-text a {
	color: #000;
	text-decoration: none;
}

li.titul .titul-addtocart a:hover {
	text-decoration: underline;
}

li.titul .titul-todetail-type-text a:hover {
	text-decoration: underline;
}

li.titul .titul-price strong {
	font-size: 16px;
	color: #000;
}

li.titul .titul-meta {
	width: 115px;
	height: 22px;
	line-height: 22px;
	margin: auto;
	margin-top: 5px;
}

li.titul .titul-price {
	font-size: 12px;
	float: left;
	text-align: left;
	color: #000;
}

li.titul .titul-addtocart, li.titul .titul-todetail {
	float: right;
	width: 22px;
	text-align: right;
	line-height: 22px !important;
	display: inline-block;
	height: 22px;
}

	li.titul .titul-addtocart a, li.titul .titul-todetail a {
		line-height: 22px !important;
	}

li.titul .titul-coverlink {
	position: relative;
	margin-bottom: 22px;
}

.obsahbox .titul2col .titul-coverlink {
	margin-bottom: 0 !important;
}
/*.titul2col .titul-coverlink img { float: left; border: 1px solid #EFEFEF; }*/
.titul2col .titul-img-wrap-100 {
	width: 100px !important;
	height: 140px !important;
}

li.titul.titul1col .titul-info {
	height: 70px;
	display: block;
}

.ui-tooltip-content li.titul .titul-coverlink {
	margin-bottom: 8px;
}

.ui-tooltip-book li.titul .titul-title {
	font-weight: normal;
	color: #555;
}

.ui-tooltip-book .ui-tooltip-content li.titul .titul-price {
	float: none;
}

li.titul .titul-img-wrap-100 {
	width: 102px;
	height: 142px;
	overflow: hidden;
	display: block;
}

li.titul .titul-img-wrap {
	width: 117px;
	height: 160px;
	overflow: hidden;
	display: block;
}

	li.titul .titul-img-wrap .cover {
		border: 1px solid #efefef;
	}

li.titul .titul-ikona {
	height: 20px;
	line-height: 20px;
	position: absolute;
	bottom: -6px;
	left: 50%;
	text-align: center;
}

	li.titul .titul-ikona span {
		color: #fff;
		background: #779500;
		line-height: 20px;
		font-size: 11px;
		text-align: center;
	}

li.titul .ksmsiko-skladem {
	background: #779500;
	width: 56px;
	margin-left: -28px; /*kvuli vycentrovani musi byt pevna sirka a margin left minus polovina sirky*/
}

	li.titul .ksmsiko-skladem span {
		color: #fff !important;
		background: #779500;
	}


/*1col B) s ikonkou kosiku*/

.titul-addtocart-type-img, titul-download-type-img, .titul-todetail-type-img {
	display: block;
	width: 22px;
	height: 22px;
}

	.titul-addtocart-type-img a {
		background: url('o/iko/iko-addcart.png') no-repeat 0 0;
		display: block;
		width: 22px;
		height: 22px;
		overflow: hidden;
		text-indent: 100px;
	}

.titul-download-type-img a {
	background: url('o/iko/iko-download.png') no-repeat 0 0;
	display: block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	text-indent: 100px;
}

.titul-todetail-type-img a {
	background: url('o/iko/iko-todetail.png') no-repeat 0 0;
	display: block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	text-indent: 100px;
}

/*viceradkovy glider musi byt obalen*/
li.titul-wrapper {
	width: 708px !important;
	max-width: 708px !important;
	list-style: none;
	display: block;
	float: left;
}

/*2col A) s textem "Do koÅ¡Ã­ku" a cenou*/

li.titul2col {
	max-width: 354px !important;
	width: 354px !important;
}

	li.titul2col .titul-in {
		padding: 10px;
		text-align: left;
	}

	li.titul2col .titul-left {
		width: 102px;
	}

	li.titul2col.titul-review .titul-left {
		text-align: center;
	}

	li.titul2col .titul-right {
		float: right;
		width: 205px;
	}

	li.titul2col .titul-title {
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		color: #000;
		text-decoration: none;
		margin-left: 0px;
	}

	li.titul2col .titul-describe {
		font-size: 12px;
		line-height: 17px;
		color: #555;
		padding-bottom: 25px;
		padding-top: 3px;
	}

	li.titul2col .titul-author {
		font-size: 14px;
		display: block;
	}

		li.titul2col .titul-author a {
			color: #555;
			float: left;
		}

			li.titul2col .titul-author a:hover {
				text-decoration: underline;
			}

.titul-left {
	float: left;
}

.titul-right {
	float: right;
}

li.titul2col .titul-meta {
	width: 205px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

	li.titul2col .titul-meta .titul-name {
		position: absolute;
		bottom: 0;
		right: 0;
	}

li.titul2col .titul-price {
	color: #555;
}

	li.titul2col .titul-price strong {
		color: #ed1c24;
	}

/*2col B) s jmenem cloveka*/

li.titul2col .titul-showmore {
	color: #ed1c24;
}

li.titul2col .titul-name {
	text-align: right;
	color: #000;
	padding-right: 17px;
}



/*GLIDER*/


.replace, .replace span {
	display: block;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

.replace {
	text-align: left;
}

	.replace span {
		width: 100%;
		height: 100%;
		position: absolute;
	}

.clr {
	clear: both;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

	.clearfix:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden;
	}

.topindent {
	margin-top: 40px;
}

.knihobox {
	background: none;
	width: 720px; /*height:360px;*/
	text-align: left;
	position: relative;
}
	/*.ui-tabs .knihobox { padding-left: 9px; /*padding-top: 9px;IEBUG* / }*/
	.knihobox .section {
		overflow: hidden;
		position: relative;
	}

		.knihobox .section .glider {
			width: 100%;
			height: 250px;
			overflow: hidden;
			position: absolute;
			top: 0;
			left: 0;
		}

		.knihobox .section p.fixBottomLink {
			position: absolute;
			top: 7px /*bylo0*/;
			right: 175px;
			margin: 0;
		}

	.knihobox.navbottom .section p.fixBottomLink {
		right: auto;
	}

	.knihobox .section p.fixBottomLink a {
		color: #403f34;
		font-size: 12px;
	}

	.knihobox .gliderNav {
		clear: left;
		width: auto;
		overflow: hidden;
		position: absolute;
		right: 0px;
		top: 5px;
	}

		.knihobox .gliderNav p.arrows a, .knihobox .gliderNav p.squares a {
			width: 10px;
			height: 17px;
			margin: 0px;
			float: left;
			display: inline-block;
			text-indent: -20px;
			text-decoration: none;
		}

			.knihobox .gliderNav p.arrows a em, .knihobox .gliderNav p.squares a em {
				display: none;
			}

			.knihobox .gliderNav p.arrows a span {
				background: url(o/slide-nav.png) no-repeat -29px 0;
			}

		.knihobox .gliderNav p.squares a {
			background: url(o/slide-nav.png) no-repeat -20px 0;
		}

		.knihobox .gliderNav p.squares {
			width: auto;
			overflow: hidden;
			float: right;
			margin: 4px 18px 0 0;
		}

		.knihobox .gliderNav p.scroll {
			width: 120px;
			padding: 0;
			margin: 0;
			text-align: center;
			line-height: 25px;
		}

		.knihobox .gliderNav p .replace {
			display: none;
		}

		.knihobox .gliderNav p.squares a {
			background-position: -20px 0px;
		}

			.knihobox .gliderNav p.squares a:hover, .knihobox .gliderNav p.squares a:active {
				background-position: -10px 0px;
			}

			.knihobox .gliderNav p.squares a.active {
				background-position: -0px 0px;
			}

		.knihobox .gliderNav p.arrows {
			width: 56px;
			height: 25px;
			overflow: hidden;
			margin: 0;
			text-indent: -200px;
			float: right;
		}

			.knihobox .gliderNav p.arrows a {
				width: 25px;
				height: 25px;
				margin: 0;
				text-indent: -99px;
			}

				.knihobox .gliderNav p.arrows a.disabled {
					cursor: default;
				}

				.knihobox .gliderNav p.arrows a.nextSlide {
					margin-left: 6px;
				}

					.knihobox .gliderNav p.arrows a.nextSlide span {
						background-position: -60px 0;
					}

				.knihobox .gliderNav p.arrows a:hover span, .knihobox .gliderNav p.arrows a:active span {
					background-position: -29px -25px;
				}

				.knihobox .gliderNav p.arrows a.nextSlide:hover span, .knihobox .gliderNav p.arrows a.nextSlide:active span {
					background-position: -60px -25px;
				}

				.knihobox .gliderNav p.arrows a.disabled span {
					background-position: -29px -25px;
				}

				.knihobox .gliderNav p.arrows a.nextSlide.disabled span {
					background-position: -60px -25px;
				}

	.knihobox .slidesWrap {
		float: right;
		width: 705px;
		overflow: hidden;
		padding-top: 40px;
	}

.obsah.se-sloupcem .knihobox .slidesWrap {
	padding-top: 0;
}

.knihobox.navbottom .slidesWrap {
	padding-top: 0px /*bylo5*/;
}

.ui-tabs .knihobox .slidesWrap { /*padding-top: 9px; /*IEBUG*/
}

.knihobox .slidesWrap ul {
	margin: 0;
}

.knihobox .slides {
	width: 720px;
	height: 300px;
}

/*glider 6x1*/
.knihobox.perul-6, .knihobox.perul-6 .slidesWrap {
	width: 942px;
}

.xx-6 .navbottom p.squares {
	left: 333px !important;
}

.ui-tabs .xx-6 .navbottom p.squares {
	left: 350px !important;
}

.knihobox.perul-6 li {
	max-width: 157px;
	width: 157px;
}

/*glider 5x1*/
.knihobox.perul-5, .knihobox.perul-5 .slidesWrap {
	width: 750px;
}

	.knihobox.perul-5 li {
		max-width: 150px;
		width: 150px;
	}
/*.knihobox.perul-5 .slidesWrap {margin-left:28px;}
.tabs.featured .knihobox.perul-5 .slidesWrap {margin-left:8px;}*/
#top .tabs.featured .knihobox.perul-5 .slidesWrap {
	margin-left: 8px;
}

/*glider 2x1*/
.knihobox.perul-2, .knihobox.perul-2 .slidesWrap {
	width: 300px;
}

	.knihobox.perul-2 li {
		max-width: 150px;
		width: 150px;
	}



#suhope .ui-tabs .knihobox .slidesWrap {
	padding-top: 0;
}

/*glider 2x3*/
/*.xx-2.yy-3 .slidesWrap, .xx-2.yy-3, .xx-2.yy-3 ul.noglider { width: 730px!important; }*/

/*glider 2x2*/
/*.xx-2.yy-2 .slidesWrap, .xx-2.yy-2, .xx-2.yy-2 ul.noglider { width: 730px!important; }*/

.titulcols-2 .slidesWrap, .titulcols-2, .titulcols-2 ul.noglider {
	width: 708px !important;
}

#suhopa .titulcols-2 .slidesWrap, #suhopa .titulcols-2, #suhopa .titulcols-2 ul.noglider, #gli3 ul {
	width: 708px !important;
}

/*glideru navigace dole*/
.knihobox.navbottom .gliderNav {
	top: auto;
	bottom: 0;
	float: none;
	width: 100%;
	text-align: center;
	margin: auto;
}

.ui-tabs .knihobox.navbottom .gliderNav { /*padding-right: 18px; */
}

.knihobox.navbottom .section p.fixBottomLink {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 10px;
	height: 25px;
	line-height: 25px;
	margin: 0;
}

.ui-tabs .knihobox.navbottom .section p.fixBottomLink {
	left: 10px;
}

.knihobox.navbottom .section p.fixBottomLink a {
	color: #ed1c24;
}

.knihobox.navbottom .section {
	padding-bottom: 39px;
}

	.knihobox.navbottom .section.nopadding {
		padding-bottom: 0px;
	}

.knihobox.navbottom p.squares {
	text-align: center;
	float: none;
	height: 25px;
	line-height: 33px /*bylo25*/;
	margin: auto;
	width: 300px;
	position: absolute;
	left: 224px;
}

	.knihobox.navbottom p.squares a {
		float: none;
	}



/*nadpisy v glideru*/
.knihobox h2 {
	display: inline;
	position: absolute;
	margin: 5px 0 0 0;
	line-height: 30px;
}

.fullwidth .knihobox.navbottom h2 {
	position: relative;
}


.ui-tabs {
	position: relative;
	zoom: 1;
	margin: 40px 0; /*margin boxu ma byt nahore i dole 40, kdyz je inline-block tak se sirka prizpusobi obsahu a marginy dvou boxu nad sebou daji po 20px dohromady 40*/
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
#suhopa .ui-tabs {
	margin: 10px 0 0px /*bylo40*/ 0;
}

.ui-tabs.mtop0 {
	margin: 10px 0 10px 0;
}

.ui-tabs .ui-tabs-nav {
	display: block;
	height: 31px;
	margin: 0;
}

	.ui-tabs .ui-tabs-nav li {
		list-style: none;
		float: left;
		white-space: nowrap;
		height: 30px;
		line-height: 30px;
		border: 1px solid #e2e2e2;
		background: #fff;
		padding: 0px 12px;
		margin-right: 5px;
	}

		.ui-tabs .ui-tabs-nav li a {
			float: left;
			color: #555;
			text-transform: uppercase;
			font-size: 12px;
			text-decoration: none;
			height: 30px;
			line-height: 30px;
		}

		.ui-tabs .ui-tabs-nav li.ui-state-hover {
			background: #f4f4f4;
		}

		.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
			background: #f4f4f4;
			border-bottom: none;
			height: 31px;
		}

		.ui-tabs .ui-tabs-nav li.ui-tabs-active {
			background: #f4f4f4;
			border-bottom: none;
			height: 31px;
		}

			.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
				cursor: text;
			}

		.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
			cursor: pointer;
		}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	background: #f4f4f4;
	border: 1px solid #e2e2e2;
	padding-bottom: 11px;
	padding-top: 9px; /*IEBUG*/
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}


.yellow {
	background-color: #fffad8;
	border: 1px solid #feef88;
	color: #403f34;
	padding: 6px;
}

.redwarn {
	background-color: #ffdfdf;
	border: 1px solid #d52a2a;
	color: #000;
	padding: 12px;
}

	.redwarn.redcross {
		padding-left: 70px;
	}

.redcross {
	background-image: url('o/redcross-30.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}

.fullwidth .knihobox li.titul:hover {
	background: transparent url('o/titul-over-24b.png');
}

.fullfoot .obsah .in {
	padding-bottom: 35px;
}

.obsah .cudl.small {
	height: 25px;
	line-height: 25px;
	color: #5e5e5e;
	font-size: 12px;
}

.obsah .cudl.mid, .cudl.mid {
	height: 32px !important;
	line-height: 32px;
	color: #5e5e5e;
	font-size: 14px;
}

a.cudl-back {
	position: relative;
	display: inline-block;
	padding-left: 50px;
	padding-right: 15px;
}

a.cudl-forward {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	padding-right: 50px;
}

a.cudl-eformat {
	position: relative;
	display: inline-block;
	padding-left: 42px;
	padding-right: 15px;
	font-weight: bold;
	color: Black !important;
}

a.cudl-noicon {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	color: Black !important;
}

a.cudl-back span {
	display: inline-block;
	width: 13px;
	height: 17px;
	background: url('o/arrow-l.png') no-repeat 0 0;
	position: absolute;
	left: 12px;
	top: 8px;
}

a.cudl-eformat span {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 12px;
	top: 8px;
}

a.cudl-forward span {
	display: inline-block;
	width: 13px;
	height: 18px;
	background: url('o/arrow-white-r.png') no-repeat 0 0;
	position: absolute;
	right: 19px;
	top: 15px;
}

a.cudl-forward.mid span, a.cudl-back.mid span {
	top: 8px;
}

a.cudl-forward.big span, a.cudl-back.big span {
	top: 15px;
}



#middle.fullfoot {
	padding-bottom: 0;
}

.fullwidth {
	width: 100%;
	background: #dce1e4;
	padding: 28px /*bylo 40*/ 0 110px 0;
}

#foot .light #books_theme.fullfoot {
	background-color: #DCE1E4;
}


/*rozmery*/

/*sirky*/
.w22px {
	width: 22px !important;
}

.w25px {
	width: 25px !important;
}

.w30px {
	width: 30px !important;
}

.w50px {
	width: 50px !important;
}

.w75px {
	width: 75px !important;
}

.w90px {
	width: 90px !important;
}

.w100px {
	width: 100px !important;
}

.w105px {
	width: 105px !important;
}

.w125px {
	width: 125px !important;
}

.w142px {
	width: 142px !important;
}

.w145px {
	width: 145px !important;
}

.w150px {
	width: 150px !important;
}

.w155px {
	width: 155px !important;
}

.w160px {
	width: 160px !important;
}

.w165px {
	width: 165px !important;
}

.w170px {
	width: 170px !important;
}

.w175px {
	width: 175px !important;
}

.w180px {
	width: 180px !important;
}

.w185px {
	width: 185px !important;
}

.w190px {
	width: 190px !important;
}

.w195px {
	width: 195px !important;
}

.w200px {
	width: 200px !important;
}

.w205px {
	width: 205px !important;
}

.w210px {
	width: 210px !important;
}

.w220px {
	width: 220px !important;
}

.w225px {
	width: 225px !important;
}

.w230px {
	width: 230px !important;
}

.w250px {
	width: 250px !important;
}

.w260px {
	width: 260px !important;
}

.w270px {
	width: 270px !important;
}

.w275px {
	width: 275px !important;
}

.w300px {
	width: 300px !important;
}

.w305px {
	width: 305px !important;
}

.w325px {
	width: 325px !important;
}

.w340px {
	width: 340px !important;
}

.w350px {
	width: 350px !important;
}

.w375px {
	width: 375px !important;
}

.w400px {
	width: 400px !important;
}

.w420px {
	width: 420px !important;
}

.w460px {
	width: 460px !important;
}

.w500px {
	width: 500px !important;
}

.w730px {
	width: 730px !important;
}

.w740px {
	width: 740px !important;
}

.w752px {
	width: 752px !important;
}

.w100pr {
	width: 100% !important;
}


.knihobox h2 {
	z-index: 1;
}

.sloupec .knihy.boxbestrated h2 {
	padding: 13px;
}

.sloupec .knihy.boxbestrated li {
	padding: 10px 15px !important;
}

	.sloupec .knihy.boxbestrated li a {
		color: #000;
	}

	.sloupec .knihy.boxbestrated li.more a {
		color: #ed1c24;
	}

.sloupec .knihy.boxbestrated .bestrated-rating {
	margin: 8px 0 0 0;
	line-height: 12px;
	text-align: right;
}

	.sloupec .knihy.boxbestrated .bestrated-rating span {
		font-size: 12px;
		color: #555;
	}

	.sloupec .knihy.boxbestrated .bestrated-rating .rating-wrapper {
		margin-top: 2px;
		text-align: left;
	}



.rel {
	position: relative;
}

.mnone {
	margin: 0 !important;
}

.mbot-3px {
	margin-bottom: 3px !important;
}

.obsah .fullwidth {
	padding-bottom: 26px;
	margin-top: 0 !important;
}

p.anotace {
	font-weight: bold;
}



.print-page {
	display: inline-block;
	background: url('o/iko/iko-mail.png') no-repeat 0 0;
	width: 30px;
	height: 19px;
}

	.print-page span {
		display: none;
	}

/*tagy mimo titul*/
.titul-ikona {
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
}

	.titul-ikona span {
		color: #fff;
		line-height: 20px;
		font-size: 11px;
		text-align: center;
		display: block;
		padding: 0 7px;
	}

.ksmsiko-skladem {
	background: #779500;
}

.ksmsiko-chystase {
	background: #ff8400;
}

.ksmsiko-akce {
	background: #ccbb00;
}
/*#f8452a*/
.ksmsiko-novinka, .New .titul-ikona {
	background: #b7237e;
}

.ksmsiko-dorucenizdarma, .StornoByCustomer .titul-ikona, .StornoByKosmas .titul-ikona {
	background: #403f34;
}

.ksmsiko-bestseller {
	background: #3e7bcf;
}

.ksmsiko-predprodej {
	background: #779500;
}

.ksmsiko-zavadecicena {
	background: #ff0000;
}

.ksmsiko-exclusive {
	background: #722613;
}

.ksmsiko-oko {
	background: #e20025;
}

.detail .ksmsiko-oko {
	cursor: pointer;
}

.PaymentPending .titul-ikona {
	background: #F00000;
}

.Completing .titul-ikona {
	background: #0000F0;
}

.FromWarehouse .titul-ikona {
	background: #0000F0;
}

.Checking .titul-ikona {
	background: #0000F0;
}

.Packaging .titul-ikona {
	background: #0000F0;
}

.ReadyForExpedition .titul-ikona {
	background: #0000F0;
}

.HandedToDelivery .titul-ikona {
	background: #0000F0;
}

.DeliveryPoint .titul-ikona {
	background: #0000F0;
}

.Settled .titul-ikona {
	background: #43500f;
}

.Returned .titul-ikona {
	background: #959595;
}


/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
.rating-wrapper {
	width: 90px;
}

.rating-wrapper-with-text {
	width: 180px;
	white-space: nowrap;
}

div.rating-cancel, div.star-rating {
	float: left;
	width: 18px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden;
}

	div.rating-cancel, div.rating-cancel a {
	}

div.rating-cancel {
	display: none !important;
}

div.star-rating, div.star-rating a {
	background: url(o/star.gif) no-repeat 0 -15px !important;
}

	div.rating-cancel a, div.star-rating a {
		display: block;
		width: 16px;
		height: 100%;
		background-position: 0 0px;
		border: 0;
	}

div.star-rating-on a {
	background-position: 0 0px !important;
}

div.star-rating-hover a {
	background-position: 0 -30px !important;
}
/* Read Only CSS */
div.star-rating-readonly a, .readonly .star a {
	cursor: default !important;
}

.writedisplay .star-rating-set span {
	background-position: 0 -30px !important;
}
/* Partial Star CSS */
div.star-rating {
	background: transparent !important;
	overflow: hidden !important;
}
/*standardni rating oranzovy READONLY*/
.rating .readonly div.star-rating {
	width: 9px;
}

.rating .readonly div.druhastar {
	background: none !important;
}

	.rating .readonly div.druhastar a {
		margin-left: -9px;
	}

.rating .readonly div.star-prechod-l {
	width: 9px;
}

.rating .readonly div.star-prechod-r {
	width: 9px;
}

	.rating .readonly div.star-prechod-r a {
		margin-left: -9px;
	}

.rating .writedisplay div.star-rating {
	width: 9px;
}

.rating .writedisplay div.druhastar {
	background: none !important;
}

	.rating .writedisplay div.druhastar span {
		margin-left: -9px;
	}

.rating .writedisplay div.star-prechod-l {
	width: 9px;
}

.rating .writedisplay div.star-prechod-r {
	width: 9px;
}

	.rating .writedisplay div.star-prechod-r span {
		margin-left: -9px;
	}

div.star-rating span {
	background: url(o/star.gif) no-repeat 0 -15px !important;
}

div.star-rating span {
	display: block;
	width: 16px;
	height: 100%;
	background-position: 0 0px;
	border: 0;
}

div.star-rating-on span {
	background-position: 0 0px !important;
}

/*maly rating (tinyrating)*/
.tinyrating div.star-rating, .tinyrating div.star-rating a {
	background: url(o/tinystar.gif) no-repeat 0 -10px !important;
}

.tinyrating div.rating-cancel, .tinyrating div.star-rating {
	width: 12px;
	height: 10px;
}

	.tinyrating div.rating-cancel a, .tinyrating div.star-rating a {
		width: 12px;
	}

.tinyrating div.star-rating-on a {
	background-position: 0 0px !important;
}

.tinyrating div.star-rating-hover a {
	background-position: 0 0px !important;
}
/*maly READONLY rating (tinyrating)*/
.tinyrating .readonly div.star-rating {
	width: 7px;
}

.tinyrating .readonly div.druhastar {
	width: 6px;
	background: none !important;
}

	.tinyrating .readonly div.druhastar a {
		margin-left: -7px;
	}
/* END jQuery.Rating Plugin CSS */


/*kategorie*/
.linkmenu {
	width: 100%;
	border: 1px solid #e9e9e9;
	background: #f2f2f2;
	margin: 20px 0 0 0;
}

.linkmenu-in {
	padding: 12px;
}

.linkmenu ul {
	float: left;
	margin: 0;
	padding: 0;
}

	.linkmenu ul li {
		list-style-type: none;
		background: url('/Content/Layout/o/li_square.gif') no-repeat 2px 50%;
		padding: 0 5px 0 12px;
		line-height: 25px;
	}

.ul-nodisc .linkmenu ul li {
	list-style-type: none;
}

.linkmenu ul li a {
	color: #403f34;
	font-size: 12px;
	display: inline-block;
	line-height: 1.4em;
	vertical-align: middle;
	padding-bottom: 2px;
}

.linkmenu ul.cols1 {
	width: 100%;
}

.linkmenu ul.cols2 {
	width: 50%;
}

.linkmenu ul.cols3 {
	width: 33.333%;
}

.linkmenu ul.cols4 {
	width: 25%;
}

.linkmenu ul.cols5 {
	width: 20%;
}

.linkmenu ul.cols6 {
	width: 16.666%;
}

.linkmenu ul.cols7 {
	width: 14.285%;
}

.linkmenu ul.cols8 {
	width: 12.5%;
}

.linkmenu ul.cols9 {
	width: 11.111%;
}

.linkmenu ul.cols10 {
	width: 10%;
}

.linkmenu-title {
	font-size: 14px;
	font-weight: bold;
}

.linkmenu-message {
	font-size: 12px;
	padding-top: 3px;
}

.promocudly {
	margin: 37px 0;
}

	.promocudly .cudl.big {
		float: left;
	}

.links-3 .cudl.big {
	width: 310px;
}

.promocudly .cudl.big {
	margin-right: 15px;
}

.promocudly .cudl.last {
	margin-right: 0;
}

.obsah .tiptip {
	margin: 40px 0;
}

#menu #tm1 {
	width: 31px;
}

#tm1 a {
	text-indent: -999px;
	background-image: url("o/domecek.png");
	background-repeat: no-repeat;
	background-position: 50% 11px;
	width: 31px;
	padding: 0;
}
/*#tm1.akt a { background-position: 50% -39px; }*/

.inline {
	display: inline !important;
}

.inblock {
	display: inline-block !important;
}
/*label.che .lavl { position: relative; top: -3px; }*/

.relative {
	position: relative;
}

	.relative.wrappingPaper {
		display: inline-block;
		vertical-align: top;
	}

#modalDialog {
	-webkit-box-shadow: 0 0 25px 0 rgba(255,250,216,0.45);
	-moz-box-shadow: 0 0 25px 0 rgba(255,250,216,0.45);
	box-shadow: 0 0 25px 0 rgba(255,250,216,0.45);
	display: none;
	z-index: 5001;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	padding: 0;
	max-width: 712px; /* 600 */
}

#modalDialog div.customMessage {
	margin: 30px 30px 30px 30px;
}

#modalDialog div.customMessage h2 {
	margin-top: 5px;
	margin-bottom: 10px;
	text-transform: none;
}

#modalDialog div.buttons {
	margin-left: 30px;
	margin-bottom: 20px;
}


#alsoSeen {
	-webkit-box-shadow: 0 0 25px 0 rgba(0,5,39,0.45);
	-moz-box-shadow: 0 0 25px 0 rgba(0,5,39,0.45);
	box-shadow: 0 0 25px 0 rgba(0,5,39,0.45);
	display: none;
	z-index: 6001;
	background-color: White;
	padding: 0;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 712px;
}

	#alsoSeen .popupInner {
		width: 680px;
	}

.popupInner {
	padding: 13px 16px;
	text-align: left;
	word-wrap: break-word;
	height: 100%;
}

img.closePopup {
	position: absolute;
	right: 5px;
	top: 4px;
	cursor: pointer;
}

#alsoSeen .popupInner h3 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px 0 15px 0;
	color: #5e5e5e;
	margin: 0;
}

.popupInner h2 {
	color: #ed1c24;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 18px;
}

.popupInner h3 {
	color: #ed1c24;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
}

.popupInner .button {
	width: 120px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	background: #ccd0d2 url(o/cudl.png) left center repeat-x;
}

	.popupInner .button.small {
		width: 80px;
		height: 20px;
		line-height: 20px;
	}


.popupInner .reviewDetail {
	text-align: left;
}

.popupInner .knihobox {
	width: 305px;
	margin-left: auto;
	margin-right: auto;
}

	.popupInner .knihobox.xx-3 {
		width: 525px;
		margin-left: 10px;
		margin-right: 10px;
		display: inline-block;
	}

.knihobox.xx-3 .slidesWrap {
	float: right;
	width: 529px;
	overflow: hidden;
	padding-top: 40px;
}

.knihobox.xx-3 li {
	width: 176px;
}

.knihobox.navbottom.xx-3 p.squares {
	text-align: center;
	float: none;
	height: 25px;
	line-height: 33px /*bylo25*/;
	margin: auto;
	width: 300px;
	position: absolute;
	left: 124px;
}


.hidden {
	visibility: hidden;
}
/* konec */

address {
	margin-bottom: 5px;
	overflow: auto;
}

.finish div, .finish div span {
	font-size: 15px;
}

	.finish div span {
		font-weight: bold;
	}


.finish hr {
	border-width: 4px;
	margin: 10px 0;
}

a.eBankLink, a.paySecLink {
	display: block;
	background-color: #0315fa;
	border: 1px solid #f0f0f0;
	color: white !important;
	font-weight: bold;
	text-decoration: none;
	width: 130px;
	padding: 10px;
	margin: 10px 0;
	cursor: pointer;
}

a.paySecLink {
	background-color: #03fa15;
	color: #000 !important;
	width: 100px;
}

.obsah label.VISA, .obsah label.VisaElectron, .obsah label.MasterCard, .obsah label.Maestro {
	text-align: center;
	display: inline-block;
	border: 1px solid #f0f0f0;
	text-decoration: none;
	padding: 10px;
}

input[disabled="disabled"], input[disabled="true"] {
	color: #888;
	border: 1px solid #ddd;
	background: #f8f8f8;
}

input[type=radio] {
	border-style: none;
}

ul.alsoSeen {
	overflow: auto;
}

.alsoSeen li.titul {
	width: 170px;
}

	.alsoSeen li.titul a.titul-info {
		height: 80px;
	}

.ui-tooltip-basket {
	width: 712px !important;
}


	.ui-tooltip-basket .status a {
		color: #4e4c3b;
	}

address .field-div .field-label,
address .field-div .field-content,
address .field-div .field-label label,
address .field-div .field-content .field-input,
address .field-div .field-content .field-input .field-text {
	padding: 0;
	line-height: 20px;
}

address .field-div .field-label,
address .field-div .field-content {
	float: left;
}

	address .field-div .field-content .field-input .field-text {
		padding-left: 4px;
	}

address .field-div {
	clear: left;
}

.smaller {
	font-size: 0.75em;
}

.readonly dt, .readonly dd {
	margin: 0;
}

.readonly dt {
	float: left;
	clear: left;
	font-weight: bold;
	width: 120px;
}

.readonly dl {
	margin: 5px 0px;
}

#watchdog .missing-field {
	color: #cc0000;
	font-weight: normal;
	display: none;
}

.myreviewitem {
	padding: 10px 0;
	clear: left;
}

	.myreviewitem .myreviewcover {
		display: inline-block;
		width: 65px;
		vertical-align: top;
		margin-right: 10px;
		float: left;
	}

	.myreviewitem .reviewdata {
		vertical-align: top;
		margin-left: 90px;
		position: relative;
		min-height: 70px;
	}

.recenze-visitors-item-title {
	margin-bottom: 3px;
	font-weight: bold;
	color: #222222 !important;
}

	.recenze-visitors-item-title a {
		color: #222222 !important;
	}

.recenze-visitors-item-head {
	display: inline-block;
}

	.recenze-visitors-item-head h4 {
		display: inline;
		float: left;
		margin: 0 10px 0 0;
		color: #ED1C24;
		font-size: 1.1em;
	}

	.recenze-visitors-item-head strong {
		display: inline;
		float: left;
		margin: 0 10px 0 0;
		font-size: 11px;
		line-height: 16px;
	}

	.recenze-visitors-item-head .rating-wrapper {
		margin-top: 4px;
		float: left;
		width: 75px;
		margin-right: 0px;
	}

	.recenze-visitors-item-head .cor {
		clear: left;
	}

dl.dl_2_columns dt {
	width: 150px;
	float: left;
	clear: left;
	padding-top: 5px;
}

dl.dl_2_columns dd {
	padding-top: 5px;
	margin-left: 150px;
}

.recenze-media h3 {
	margin-bottom: 30px;
}

.recenze-media-item {
	margin-bottom: 20px;
}

.reviewdata .recenze-media-item {
	margin-bottom: 0px;
}

.recenze-media-item .recenze-status {
	font-size: 10px;
}

.recenze-media-item .recenze-body {
	margin-top: 3px;
}

.reviewdata .recenze-media-item .recenze-body {
	margin-top: 8px;
}

.recenze-media-item .recenze-body p {
	line-height: 16px;
	color: #5e5e5e;
}

/*
#jquery-blanket { position:fixed; left:0; top:0; width:100%; height:100%;
		   background-image:url("/Content/Layout/transparentbg.png"); }
#jquery-blanket p { position: relative; top: 40%; text-align: center; padding: 0; margin: 0;z-index: 5005 }
#jquery-blanket img { background: #888; padding: 40px;z-index: 5005  }
*/



/*


GRAPHICS


*/
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td {
	color: #555555;
}

body {
	background: #dfddd3;
}

#page {
	background: #fff;
}

img {
	border: 0 none;
}

label input, label textarea, label select {
	border: 1px solid #ccc;
}

.che input, .radio input, .ched input {
	border: 0 none;
}

.chyb, .chyb a, .chyb em {
	color: #ec008c;
}
	/*cervena podle barevneho schematu webu*/

	.chyb input, .chyb textarea {
		border: 1px solid #ff6bc2;
	}

.bacha, .bacha a {
	color: #ec008c;
	font-weight: bold;
}

.ok, .ok a {
	color: #8dc63f;
	font-weight: bold;
}
/*zelena podle barevneho schematu webu*/

ul li {
	list-style-type: square;
}

ol li {
	list-style-type: decimal;
}

ul ol li {
	list-style-type: decimal;
}

ol ul li {
	list-style-type: square;
}

hr {
	color: #efefef;
	background: transparent /*bylo#efefef*/;
	border: 0;
	margin: 0 0 1.3em 0;
	padding: 0;
	border-top: 1px solid #efefef;
}

	hr.cl {
		visibility: hidden;
	}

/*#vyhl-top .cudl {text-transform:uppercase;font-size:10pt; padding-top: 0px;height:32px;float: right;}*/
#vyhl-top .cudl {
	text-transform: uppercase;
	font-size: 10pt;
	position: absolute;
	left: 320px;
	top: 0px;
}

.cudl, .obsah .cudl {
	background: #ccd0d2 url(o/cudl.png) left center repeat-x;
	border: 1px solid #b8b8b8;
	color: #555555 !important;
	font-size: 12pt;
	height: 32px;
	line-height: 32px;
}

	.cudl:hover {
		background-position: right center;
		color: #111111 !important;
	}

.sloupec .cudl {
	text-transform: uppercase;
	font-size: 9pt;
	width: auto;
}

.button.red, .cudl.red, #menu a.cudl.red, #menu-oko a.cudl.red {
	background: #c20014 url(o/cudl_red.png) left center repeat-x !important;
	color: #fff !important;
	text-transform: none;
	border-color: #eb0018;
}

	.button.red:hover, .cudl.red:hover, #menu a.cudl.red:hover, #menu-oko a.cudl.red:hover {
		color: #f8ddde !important;
		background: #c20014 url(o/cudl_red.png) right center repeat-x !important;
	}

.button.dark, .cudl.dark, #menu a.cudl.dark, #menu-oko a.cudl.dark {
	background: #D0D0D0 url(o/cudl_dark.png) left center repeat-x !important;
	color: #ffffff !important;
	text-transform: none;
	border-color: #eb0018;
}

	.button.dark:hover, .cudl.dark:hover, #menu a.cudl.dark:hover, #menu-oko a.cudl.dark:hover {
		color: #f0f0f0 !important;
		background: #D0D0D0 url(o/cudl_dark.png) right center repeat-x !important;
	}

.cudl.big {
	font-size: 18px;
	height: 55px;
	line-height: 55px;
	border: none;
	text-transform: uppercase;
}

	.cudl.big strong {
		font-size: 18px;
		color: #fff;
	}

#logo {
}

#head {
}

#vyhl-top a {
	position: absolute;
	left: 410px;
	top: 8px;
	display: block;
	text-transform: uppercase;
	font-size: 8pt;
	width: 130px;
}

	#vyhl-top a:hover {
		color: #98070c;
	}

#head h1, #head p strong,
#head h1 a, #head p strong a {
	color: #2daf00;
}

#menu {
	background: #403f34;
}

	#menu a {
		color: #fff;
		text-transform: uppercase;
	}

		#menu a.prvni {
			border-left: none;
		}

		#menu a:hover {
			color: #fff;
		}

		#menu a.akt {
			color: #fff;
		}

#drobecky a {
	color: #5e5e5e;
	text-decoration: none;
}

	#drobecky a:hover {
		color: #5e5e5e;
		text-decoration: underline;
	}

.obsah .in {
}

	.obsah .in .in {
		border: 0 none;
	}

.obsah a, .obsah a span, .sloupec a, .sloupec a span, .ui-tooltip-content a {
	color: #ed1c24;
}

	.obsah a:hover, .obsah a:hover span, .sloupec a:hover, .sloupec a:hover span {
		color: #98070c;
	}

.obsah h1 {
	color: #0087dd;
}

.obsah h1, .obsah h2, .obsah h3, .obsah h4, .obsah h5, .obsah h6, .obsah legend,
.obsah .h2, .obsah .h3, .obsah .h4, .obsah .h5, .obsah .h6 {
	color: #ed1c24;
}

.obsah .clanek h3 {
	color: #0087dd;
	border-bottom: 1px solid #c8edff;
}
/*.obsah table{width:100%;border-bottom:2px solid #dfddd3;}*/
.obsah th {
	background: #dfddd3;
}

.obsah .suda {
	background: #efeee9;
}

.obsah .radio p {
	font-weight: bold;
}

#souvis h2 {
	color: #362f2d;
}

#suhopa #souvis h2 {
	padding-bottom: 5px;
	border: 0 none;
	color: #362f2d;
}

.sloupec .box, #suhopa.border {
	border: 1px solid #e9e9e9;
}

.sloupec p, .sloupec li {
	font-size: 9pt;
}

.sloupec .box p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.sloupec a {
}

.sloupec h2 {
	background: #f2f2f2;
	color: #ed1c24;
	font-size: 13pt;
	padding: 15px 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #e9e9e9;
	margin: 0;
}

	.sloupec h2 a {
		color: #ed1c24;
	}

.sloupec .box em.num {
	display: block;
	font-style: normal;
	margin: 5px 10px 0 0;
	float: left;
	background: #ed1c24;
	width: 21px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	color: #fff;
	font-size: 10pt;
}

.sloupec .box.knihy div.text {
	float: left;
	width: 137px;
}

.sloupec .box.knihy strong {
	color: #000;
}

	.sloupec .box.knihy strong a {
		color: #000;
		text-decoration: none;
	}

		.sloupec .box.knihy strong a:hover {
			text-decoration: underline;
		}

.sloupec .box.knihy ul {
	padding: 0;
	margin: 0;
	display: block;
}

.sloupec .box.knihy li {
	border-bottom: 1px solid #e9e9e9;
	padding: 15px 20px;
	margin: 0;
	font-size: 9pt !important;
	display: block;
	list-style-type: none;
}

.sloupec .box ul li.more {
	background: #fafafa;
	border: 0;
}

.sloupec .box.promo {
	padding: 0;
	border: 0;
}

.box p {
	margin: 0 20px;
}

.infobox {
	background: #c1dd76;
	border: 1px solid #bac1c6;
	padding: 10px !important;
	color: #4a5f13;
}

	.infobox.error {
		font-weight: bold;
		background-color: #ffdfdf;
		border: 1px solid #d52a2a;
		color: #000;
	}

	.infobox * {
		color: inherit;
	}

.obsah label, .sloupec label {
	padding-left: 11px;
	display: inline;
	vertical-align: middle;
	line-height: 18px;
}

#foot {
	background: #dfddd3;
}

	#foot a {
		color: #362f2d;
	}

		#foot a:hover {
			color: #0087dd;
		}

#suhopa .boxy h3, #suhopa .boxy h2 {
	border-bottom: none;
	background: #dfddd3;
	color: #362f2d;
}

	#suhopa .boxy h3 a, #suhopa .boxy h2 a {
		color: #0093dd;
	}

.lang a {
	background: #fff;
	border: 1px solid #897c76;
}

.paging {
	border-top: 1px solid #dfddd3;
}

input[type=text], input[type=password] {
	padding: 4px 9px;
}
/*bylo 6*/
input[type=file], label.fil input {
	height: 24px !important;
	border: none !important;
}

.sloupec input[type=text] {
	width: auto;
}

.sloupec input[type=password] {
	width: auto;
}



/*


OTHERS

*/
/*
  FORMS STYLES --------------------------------------------------------------
*/

/* default form classes */
.field-div {
	padding: 10px 20px;
	float: left;
	width: 440px;
}
	/* entire field div */
	.field-div.double {
		width: 920px;
	}

.field-label {
	vertical-align: top;
	padding: 0 0 5px 0;
}
	/* field label */
	.field-label label {
		padding: 0;
		margin: 0;
		vertical-align: top;
		line-height: normal;
		font-weight: bold;
	}

.field-content {
	display: block;
	vertical-align: top;
}
/* right side of the field */
.field-textbox, .field-html, .field-textbox-num, .field-datetime, .field-date, .field-selectbox {
	padding: 5px !important;
	border: 1px solid #b8b8b8;
	background: #f5f5f5;
	margin: 0 3px 0 0;
}

.field-textbox {
	width: 290px;
}
/* textbox css attributes */
.field-input {
	float: left;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

.field-validation {
	display: inline;
}
/* validation text */
.field-div-bottom {
	padding-top: 30px;
}

.field-div-padding-bottom {
	padding-bottom: 30px !important;
}

.field-selectbox {
	float: left;
}

.field-oneline .field-label {
	float: left;
	width: 150px;
}

	.field-oneline .field-label label {
		line-height: 28px;
	}

.field-oneline .field-textbox {
	width: 200px;
}

#layout-2col-r .field-div {
	width: 300px;
}

#layout-2col-r .field-textbox, #layout-2col-r .field-datetime {
	width: 245px;
}

#layout-2col-r .field-selectbox {
	width: 257px;
}


/*.one-half .field-div { width: 295px !important; padding-bottom: 5px !important;}*/
.one-half .field-textbox {
	width: 285px !important;
}

.field-div .tooltip_form {
	float: left;
	height: 16px;
	padding: 6px 0;
}

.field-div .field-label .tooltip_form {
	float: none;
	display: inline;
}

.field-div .tooltip_form img {
	cursor: pointer;
	margin-left: 5px;
	vertical-align: middle;
}

#layout-2col-r .field-uploadpart .field-textbox {
	width: 240px;
}

.order .field-div {
	width: auto !important;
	float: none;
	clear: none;
	margin: 0;
	height: auto;
}

.order .field-input {
	float: none;
	line-height: normal;
}

.inline .field-label {
	display: inline-block;
	width: 410px;
}

.inline .field-content {
	float: left;
	padding-right: 10px;
}

.inline .field-input {
	line-height: normal;
}

#layout-2col-r .inline .field-label {
	width: 290px;
}

.one-half p {
	padding: 0;
}

.one-half .field-div {
	padding-left: 0;
	padding-right: 0;
}


/*
.field-description { clear: left; padding: 3px 0px; font-size: 10px; color: #666666; }
.field-checkbox { }
.field-text { padding: 3px 0px; float: left; display: inline; }
.field-html { padding: 3px 0px; float: left; border: 1px solid; }

.field-textbox-num { font-family: Arial; font-size: 12px; width: 100px; }

.field-datetime { font-family: Arial; font-size: 12px; width: 100px; }
.field-date { font-family: Arial; font-size: 12px; width: 65px; }
.field-datetime-btn { font-family: Arial; font-size: 12px; padding: 0px; }
.field-requied { color:#2a2a2a; font-weight:bold; }
.field-column { float: left; }
*/
.field-hidden {
	display: none;
}

.field-datetime-btn {
	font-size: 1px;
	margin-left: 2px;
	padding: 0px;
	background: none;
	border: 0px none;
	background-image: url(/Content/Layout/Calendar.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 16px;
	height: 20px;
}



.form-table {
	display: table-row;
	clear: both;
}

.form-section-row {
	display: table-row;
}

.form-section {
	display: table-cell;
	padding-bottom: 5px;
	padding-top: 5px;
}

.form-section-div {
	font-style: italic;
	font-size: 10px;
	color: #009900;
	border-bottom: 1px solid #009900;
}

.form-column {
	float: left;
	margin-right: 20px;
}

.btn_complex_multiselect {
	font-family: Arial;
	font-size: 12px;
	padding: 0px;
	width: 25px;
}

.title_complex_multiselect {
	color: #ffffff;
	background-color: #888888;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 1px;
	display: block;
}

.hidden {
	display: none;
}

/* column form classes*/
.field-content-column {
	display: table-cell;
	vertical-align: top;
	width: 400px;
}

/* filter field classes */
.field-textbox-filter {
	font-family: Arial;
	font-size: 10px;
	width: 80px;
}

.field-textbox-filter-num {
	font-family: Arial;
	font-size: 10px;
	width: 40px;
}

.field-selectbox-filter {
	font-family: Arial;
	font-size: 10px;
}

.filter-button {
	font-family: Arial;
	font-size: 10px;
	padding: 0px;
}
/* border-style: none; background-color: transparent; font-weight: bold; */
.field-datetime-filter {
	font-family: Arial;
	font-size: 10px;
	width: 83px;
}

.field-date-filter {
	font-family: Arial;
	font-size: 10px;
	width: 50px;
}

.field-datetime-btn-filter {
	font-family: Arial;
	font-size: 10px;
	padding: 0px;
}

td.filter {
	white-space: nowrap;
}

/* inline field classes */
.field-div-inline {
	padding: 0px 0px;
	float: left;
}

.field-label-inline {
	padding: 3px 0px 3px 0px;
	float: left;
	vertical-align: top;
}

.field-content-inline {
	float: left;
	vertical-align: top;
}

.field-div-inline-rev {
	padding: 2px 20px;
	float: left;
	width: 440px;
}

	.field-div-inline-rev .tooltip_form {
		float: left;
		height: 16px;
		padding: 6px 0;
	}

	.field-div-inline-rev .field-label .tooltip_form {
		float: none;
		display: inline;
	}

	.field-div-inline-rev .tooltip_form img {
		cursor: pointer;
		margin-left: 5px;
		vertical-align: middle;
	}

/* search classes */
.activegridsearch {
	background-color: #ffdd66;
}

.invalidgridsearch {
	background-color: #ff9999;
}

.activesearch {
	background-color: #ffdd66;
}

.invalidsearch {
	background-color: #ff9999;
}

.activefilter {
	background-color: #ffdd66;
}

.invalidfilter {
	background-color: #ff9999;
}

/* system validation classes */
.field-validation-error {
	font-size: 12px;
	padding: 0 0 0 2px;
	color: #f00;
}

/* invalid field mark*/
.field-validation-valid {
	display: none;
}
/* valid field mark */
.input-validation-error {
	border: 1px solid #ff0000 !important;
	background-color: #ffeeee !important;
}
/* field with error */
.validation-summary-errors {
	font-weight: bold;
	background-color: #ffdfdf;
	border: 1px solid #d52a2a;
	color: #000;
	padding: 10px 20px;
	margin: 5px 0;
}

	.validation-summary-errors ul {
		margin-left: 0;
	}

	.validation-summary-errors li {
		list-style-type: none;
	}

.validation-summary-valid {
	display: none;
}

/* table based forms */
/*
.field-table { border-style: solid; border: 1px; }
.field-tr { padding: 2px 0px; }
.field-td-label { padding: 3px 10px 3px 0px; font-weight: bold; text-align: right; }
*/

.add_link {
	color: #006600;
}

.remove_link {
	color: #550000;
}

/* MENU */
/* for name starting "mainmenu", the "mainmenu" is the id of menu created */

.mainmenu {
	background-color: #333333;
	height: 21px;
	padding: 0px;
	border: 1px solid #333333;
	color: #cccccc;
}
	/* menu div */
	.mainmenu.dev {
		background-color: #151F94;
	}

	.mainmenu.qa {
		background-color: #0A860F;
	}

	.mainmenu.prod {
		background-color: #BB0808;
	}

	.mainmenu div.item {
		padding: 3px;
	}
		/* menu top level item */
		.mainmenu div.item a {
			color: #ffffff;
			text-decoration: none;
			font-weight: bold;
		}

		.mainmenu div.item.nolink {
			color: #ffffff;
			font-weight: bold;
		}

		.mainmenu div.item.active {
		}
			/* additional styles for active top level item */
			.mainmenu div.item.active a {
				color: #ffff00;
			}

	.mainmenu div.item-over {
		padding: 3px;
		background-color: #3366ff;
	}
		/* menu top level item */
		.mainmenu div.item-over a {
			color: #ffffff;
			text-decoration: none;
			font-weight: bold;
		}

		.mainmenu div.item-over.nolink {
			color: #ffffff;
			font-weight: bold;
		}

		.mainmenu div.item-over.active {
		}
			/* additional styles for active top level item */
			.mainmenu div.item-over.active a {
				color: #ffff00;
			}

.mainmenu_submenu {
	background-color: #999999;
	padding: 0px;
	border: 1px solid #333333;
	color: #000000;
}

	.mainmenu_submenu div.item {
		padding: 3px 10px;
	}
		/* menu top level item */
		.mainmenu_submenu div.item a {
			color: #ffffff;
			text-decoration: none;
		}

		.mainmenu_submenu div.item.nolink {
			color: #ffffff;
		}

		.mainmenu_submenu div.item.active {
		}
			/* additional styles for active top level item */
			.mainmenu_submenu div.item.active a {
				color: #ffff00;
			}

	.mainmenu_submenu div.item-over {
		padding: 3px 10px;
		background-color: #6699ff;
	}
		/* menu top level item */
		.mainmenu_submenu div.item-over a {
			color: #ffffff;
			text-decoration: none;
		}

		.mainmenu_submenu div.item-over.nolink {
			color: #ffffff;
		}

		.mainmenu_submenu div.item-over.active {
		}
			/* additional styles for active top level item */
			.mainmenu_submenu div.item-over.active a {
				color: #ffff00;
			}

.watermark {
	color: #aaa;
	top: 4px;
	left: 5px;
	padding: 0 !important;
}

.save_pending {
	color: blue;
}

/*
  AUTOCOMPLETE PLUGIN STYLES ---------------------------------------------------
*/

.ac_results {
	padding: 0px;
	border: 1px solid #b8b8b8;
	border-top: 0;
	background-color: white;
	overflow: hidden;
	z-index: 19999999;
}

	.ac_results ul {
		width: 100%;
		list-style-position: outside;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.ac_results li {
		margin: 0px;
		padding: 5px 5px;
		cursor: default;
		display: block;
		text-align: left;
		white-space: nowrap;
		/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
		/*width: 100%;*/
		font: menu;
		font-size: 12px;
		/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
		line-height: 16px;
		overflow: hidden;
	}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #f5f5f5;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

	.ac_over strong {
		background-color: #0A246A;
		color: #F0F0F0;
	}


/*



SEARCH



*/
/* Generováno nástroji pro vývojáře F12. Nemusí se jednat o přesnou reprezentaci původního zdrojového souboru. */

.filtr-start {
	position: relative;
	left: -1px;
	top: -1px;
	background: #f2f2f2 !important;
	width: 210px;
	height: 38px;
	padding: 0 !important;
}

	.filtr-start h2 {
		background: url("/Content/Layout/o/sipka-dolu-f2f2f2.png") no-repeat center bottom;
		border: none;
		color: #000;
		height: 46px;
		line-height: 38px;
		padding: 0 !important;
		position: absolute;
		text-align: center;
		width: 210px;
		font-size: 11pt;
	}

#layout-2col-r .obsah {
	WIDTH: 710px;
}

#sloupeca .vyhl-filtr {
	padding: 0 18px;
}

#sloupeca .box .vyhl-filtr {
	padding: 0 10px;
	margin-bottom: 6px;
}

	#sloupeca .box .vyhl-filtr li iframe {
		position: relative;
		left: -38px;
	}

	#sloupeca .box .vyhl-filtr li img {
		position: relative;
		left: -8px;
	}

#sloupeca .vyhl-filtr li {
	background: url("/Content/Layout/o/odrazka-filtr.png") no-repeat scroll -340px 7px transparent;
	list-style: none outside none;
}

#sloupeca .vyhl-filtr ul li ul li {
	background-position: 0 7px;
}

#sloupeca .vyhl-filtr h3, #sloupeca .vyhl-filtr h3 a {
	color: #000000;
	font-size: 12px;
}

#sloupeca .vyhl-filtr ul {
	margin: 0;
}

#sloupeca .vyhl-filtr li {
	line-height: 20px;
	padding-left: 18px;
}

#sloupeca .vyhl-filtr ul li ul {
	margin-left: 2px;
}

	#sloupeca .vyhl-filtr ul li ul li ul {
		margin-left: 16px;
	}

#sloupeca .vyhl-filtr ul li.otev > a:first-child, #sloupeca .vyhl-filtr ul li.otev > a:first-child span {
	color: #000000;
	text-decoration: none;
}

#sloupeca .vyhl-filtr ul li a span, #sloupeca .vyhl-filtr ul li a {
	color: #5E5E5E;
	font-size: 12px;
}

.filtr i {
	cursor: pointer;
	text-decoration: underline;
}

.vyhl-filtr a.active, .vyhl-filtr a.active span {
	color: #000 !important;
	text-decoration: none !important;
}

#searchfilter {
	padding-bottom: 20px;
}

#searchfilter-special {
	BORDER-BOTTOM-COLOR: #feef88;
	BACKGROUND-COLOR: #fffad8;
	BORDER-TOP-COLOR: #feef88;
	BORDER-RIGHT-COLOR: #feef88;
	BORDER-LEFT-COLOR: #feef88;
}

.search-pager {
	BORDER-BOTTOM: #e9e9e9 1px solid;
	BORDER-LEFT: #e9e9e9 1px solid;
	BORDER-TOP: #e9e9e9 1px solid;
	BORDER-RIGHT: #e9e9e9 1px solid;
}

.search-pager-top {
	BORDER-BOTTOM: #e9e9e9 1px solid;
	BACKGROUND-COLOR: #f2f2f2;
}

	.search-pager-top P {
		LINE-HEIGHT: 20px;
		COLOR: #555555;
		padding-bottom: 5px;
		padding-top: 5px;
	}

		.search-pager-top P STRONG {
			COLOR: #000;
		}

		.search-pager-top P.pagers .pager-link {
			PADDING-LEFT: 5px;
			COLOR: #eb0018;
		}

		.search-pager-top P.pagers A.pager-link-next {
			PADDING-LEFT: 14px;
		}

		.search-pager-top P.pagers A.pager-link-prev {
			PADDING-LEFT: 0px;
			PADDING-RIGHT: 14px;
		}

		.search-pager-top P.pagers .pager-link-current {
			COLOR: #555;
			TEXT-DECORATION: none;
		}

	.search-pager-top H2 {
		margin-top: 5px;
		margin-left: 5px;
	}

.search-pager FORM {
	DISPLAY: inline;
}

.search-pager-bottom {
	PADDING-BOTTOM: 0px;
	LINE-HEIGHT: 42px;
	PADDING-LEFT: 20px;
	PADDING-RIGHT: 20px;
	HEIGHT: 42px;
	PADDING-TOP: 0px;
}

.search-item {
	POSITION: relative;
	PADDING-BOTTOM: 10px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	BORDER-TOP: #e2e2e2 1px solid;
	PADDING-TOP: 24px;
}

	.search-item .tagy {
		POSITION: absolute;
		BACKGROUND-COLOR: #fff;
		PADDING-LEFT: 18px;
		RIGHT: -1px;
		TOP: -1px;
	}

		.search-item .tagy .titul-ikona {
			MARGIN-RIGHT: 1px;
		}

	.search-item .poradi {
		position: absolute;
		background-color: #fff;
		padding-right: 18px;
		left: -1px;
		top: -1px;
	}

		.search-item .poradi .titul-ikona {
			margin-left: 1px;
		}

UL.search-item-ul {
	MARGIN: 0px;
}

.search-item LI.titul:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%;
}

.search-item DIV.titul:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%;
}

.search-item LI.titul2col {
	MIN-WIDTH: 540px !important;
	WIDTH: 540px !important;
}

.search-item DIV.titul2col {
	MIN-WIDTH: 540px !important;
	WIDTH: 540px !important;
}

	.search-item DIV.titul2col.no-cart {
		MIN-WIDTH: 710px !important;
		WIDTH: 710px !important;
	}

.search-item LI.titul2col .titul-in {
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

.search-item DIV.titul2col .titul-in {
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

.search-item LI.titul2col .titul-right {
	WIDTH: 418px;
}

.search-item DIV.titul2col .titul-right {
	WIDTH: 410px;
}

	.search-item DIV.titul2col .titul-right.no-cart {
		WIDTH: 580px;
	}

		.search-item DIV.titul2col .titul-right.no-cart.video {
			WIDTH: 510px;
		}

	.search-item DIV.titul2col .titul-right.video {
		WIDTH: 318px;
	}

.search-item LI.titul2col .titul-ipsum {
	COLOR: #000;
	FONT-SIZE: 14px;
}

.search-item DIV.titul2col .titul-ipsum {
	COLOR: #000;
	FONT-SIZE: 14px;
}

.search-item LI.titul2col .titul-publisher {
	MARGIN-TOP: 10px;
	FONT-SIZE: 14px;
}

.search-item DIV.titul2col .titul-publisher {
	MARGIN-TOP: 2px;
	FONT-SIZE: 14px;
}

.search-item DIV.titul2col .titul-author {
	MARGIN-TOP: 2px;
	FONT-SIZE: 14px;
}

.search-item LI.titul2col .titul-author {
	MARGIN-TOP: 10px;
	FONT-SIZE: 14px;
}

.search-item LI.titul2col .titul-publisher .titul-author {
	DISPLAY: inline;
	COLOR: #eb0018;
	FONT-SIZE: 14px;
	TEXT-DECORATION: underline;
}

.search-item DIV.titul2col .titul-publisher .titul-author {
	DISPLAY: inline;
	COLOR: #eb0018;
	FONT-SIZE: 14px;
	TEXT-DECORATION: underline;
}

UNKNOWN {
	TEXT-DECORATION: none;
}

.search-item LI.titul2col .titul-left {
	WIDTH: 120px;
}

.search-item DIV.titul2col .titul-left {
	WIDTH: 120px;
}

	.search-item DIV.titul2col .titul-left.video {
		WIDTH: 190px;
	}

.search-item LI.titul .titul-img-wrap {
	WIDTH: 115px;
}

.search-item DIV.titul .titul-img-wrap {
	WIDTH: 115px;
}

.search-item .titul-rating {
	margin-top: 6px;
}

.search-item-actions {
	WIDTH: 153px;
	BACKGROUND: #efefef;
	FLOAT: right;
}

	.search-item-actions .button {
		PADDING-BOTTOM: 18px;
		PADDING-LEFT: 18px;
		PADDING-RIGHT: 18px;
		PADDING-TOP: 15px;
	}

	.search-item-actions .links {
		PADDING-BOTTOM: 15px;
		PADDING-LEFT: 10px;
		PADDING-RIGHT: 10px;
		PADDING-TOP: 10px;
	}

	.search-item-actions .cudl {
		LINE-HEIGHT: 27px;
		MARGIN-TOP: 15px;
		WIDTH: 92px;
		HEIGHT: 27px;
	}

	.search-item-actions .red.cudl {
		WIDTH: 87px;
	}

	.search-item-actions small {
		font-size: 10px;
	}

	.search-item-actions P {
		MARGIN: 0px;
	}

	.search-item-actions STRONG {
		COLOR: #000;
	}

.search-item .titul {
	float: left;
}

.search-item a.titul-title {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
}

	.search-item a.titul-title:hover {
		text-decoration: underline !important;
	}

	.search-item a.titul-title strong {
		font-size: 18px;
		color: #000;
		font-weight: normal;
		line-height: 18px;
	}

	.search-item a.titul-title strong span {
		font-size: 18px;
		color: #000;
		font-weight: normal;
		line-height: 18px;
	}

	.search-item a.titul-title .titul-subtitle {
		padding-top: 5px;
		color: inherit;
		font-size: inherit;
		display: inline-block;
	}

	.search-item a.titul-title .titul-author {
		display: inline;
		line-height: 22px;
	}

.search-item .detail-skladba {
	margin-top: 8px;
}

.search-item .rating-wrapper {
	display: inline-block;
}

#fulltext_not_found {
	padding: 20px;
}

.fulltext_availability_off, .fulltext_availability_on {
	width: 200px;
	display: inline-block;
}

.fulltext_defects {
	display: inline;
}

.titul-describe em {
	font-weight: bold;
	font-style: normal;
}

.listdate {
	text-transform: none;
}

.nowrap {
	white-space: nowrap;
}

.cudlbigger {
	width: 270px !important;
}

a.shopname {
	font-size: 14px;
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

	a.shopname:hover {
		text-decoration: underline;
	}

img.ebookformat {
}

div.ebookformatselector {
	width: 680px !important;
}

div.ebookformatselector h2 {
	margin-top: 5px;
	margin-bottom: 0px;
	text-transform: none;
}

div.ebookformatsinfo {
	margin-bottom: 20px;
}

	div.ebookformatsinfo div.formattitle {
		margin-top: 15px;
		margin-bottom: 5px;
	}

	div.ebookformatsinfo div.formatwarning {
		margin-top: 15px;
		margin-bottom: 5px;
		color: Red;
		font-weight: bold;
	}

	div.ebookformatsinfo div.formatinfo {
		font-size: 11px;
	}

	div.ebookformatsinfo div.formatwarninginfo {
		font-size: 11px;
		color: Red;
	}

		div.ebookformatsinfo div.formatwarninginfo a {
			color: Red;
		}

div.ebookdownloadlink {
	padding-top: 5px;
}

	div.ebookdownloadlink img {
		padding-right: 5px;
	}

	div.ebookdownloadlink small {
		white-space: nowrap;
	}

div.waitsforpayment {
	padding-top: 5px;
}

	div.waitsforpayment img {
		padding-right: 5px;
		padding-left: 10px;
	}

div.ebookdownloadspacer {
	height: 15px;
}

div.ebookdownloadbutton {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

	div.ebookdownloadbutton a {
		text-align: center;
		display: block;
		background: #ccd0d2 url(o/cudl.png) left center repeat-x;
		padding: 3px 4px 3px 4px;
	}

#designSYMBIO {
	color: #A0A0A0;
	display: inline;
	margin-left: 223px;
}

.drm_info_link {
	font-size: 9px;
	padding-top: 3px;
	padding-left: 4px;
}

.grid tbody tr.even {
	background-color: #f5fff8;
}
/* even rows */
.grid .search div {
	display: inline-block;
}

	.grid .search div.search-title {
		padding-right: 5px;
		font-weight: bold;
	}

	.grid .search div.search {
		padding-right: 15px;
		margin-top: 0px;
	}

	.grid .search div.field-label {
		padding-right: 5px;
		vertical-align: bottom;
	}

.fb_login {
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	-webkit-border-image: none;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0976563) 0px 0px 0px 0px;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #5B74A8;
	background-image: url(https://s-static.ak.fbcdn.net/rsrc.php/v2/ym/r/NRGEePMfwP2.png);
	background-origin: padding-box;
	background-position: -352px -103px;
	background-repeat: no-repeat;
	background-size: auto;
	border-bottom-color: #1A356E;
	border-bottom-style: solid;
	border-bottom-width: 1.1111111640930176px;
	border-left-color: #29447E;
	border-left-style: solid;
	border-left-width: 1.1111111640930176px;
	border-right-color: #29447E;
	border-right-style: solid;
	border-right-width: 1.1111111640930176px;
	border-top-color: #29447E;
	border-top-style: solid;
	border-top-width: 1.1111111640930176px;
	bottom: auto;
	box-shadow: rgba(0, 0, 0, 0.0976563) 0px 0px 0px 0px;
	color: #FFFFFF;
	cursor: pointer;
	direction: ltr;
	display: inline-block;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 13.333333969116211px;
	font-weight: bold;
	height: 60px;
	width: 100px;
	left: auto;
	line-height: 15.981481552124023px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 1.9814815521240234px;
	padding-left: 5.981481552124023px;
	padding-right: 5.981481552124023px;
	padding-top: 1.9814815521240234px;
	position: static;
	right: auto;
	text-align: center;
	text-decoration: none;
	unicode-bidi: normal;
	vertical-align: top;
	white-space: nowrap;
}

span.showmore .link {
	cursor: pointer;
	color: #555555;
}

	span.showmore .link:hover {
		color: #98070c;
		text-decoration: underline;
	}

span.showmore .contents {
	display: none;
}

.ebookformatselector .field-div {
	padding-bottom: 0px;
}

.emptygraybox {
	border: 1px solid #E9E9E9;
	display: block;
	padding: 5px;
	margin-top: 3px;
}

.big_discount {
	font-weight: bold;
}

p.big_discount {
	color: red;
}

.pager-pages {
	float: left;
}

.pager-sizes {
	float: right;
}

#showHeurekaBadgeHere-1 {
	display: inline-block;
}

#menu-oko-top {
	position: absolute;
	top: 110px;
	width: 100%;
	height: 25px;
	z-index: 4000;
	color: #e20025;
	margin-bottom: 15px;
}

#menu-oko {
	width: 960px;
	height: 50px;
	margin: 0 0 20px 0;
}

#menu-oko-title {
	color: #e20025;
	display: block;
	font-size: 14pt;
}

#menu-oko ul {
	position: relative;
}

#menu-oko li {
	list-style-type: none;
	margin-top: 10px;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	width: auto;
	border-right: 1px solid #e20025;
	color: #e20025;
}

	#menu-oko li.first {
		border-right: 0px;
		margin-right: 1px;
	}

		#menu-oko li.first a {
			padding-left: 0;
			padding-right: 0px;
		}

		#menu-oko li.first img {
			background-color: #e20025;
		}

#menu-oko a {
	text-decoration: none;
	display: block;
	float: left;
	height: 100%;
	padding: 0px 10px;
	font-size: 10pt;
	text-transform: uppercase;
	color: #e20025;
}

#menu-oko li a:hover {
	background-color: #e20025;
	color: White;
}

#menu-oko li.selected a {
	background-color: #e20025;
	color: White;
}

#menu-oko a:first-child {
	border: 0;
}

#menu-oko a.prvni {
	border-left: none;
	background-color: #e20025;
}

#menu-oko a:hover {
	color: #fff;
}

#menu-oko a.akt {
	color: #fff;
}

#menu-oko li.rozbalovaci {
	position: relative;
	border-right: 1px solid #555555;
}

	#menu-oko li.rozbalovaci a {
		position: relative;
		padding-right: 20px;
	}

		#menu-oko li.rozbalovaci a.red {
			height: 33px;
			line-height: 33px;
		}

	#menu-oko li.rozbalovaci.akt a {
		cursor: pointer !important;
	}

	#menu-oko li.rozbalovaci p.all-categories {
		margin-top: 10px;
		border-top: 1px solid #efefef;
		border-bottom: 1px solid #efefef;
		padding: 15px 0;
		height: 34px;
	}

#menu-oko ul ul {
	display: none;
}

#menu-oko li.rozbalovaci h2 {
	color: #ED1C24;
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 0;
}

#menu-oko li.rozbalovaci .sipka {
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	width: 26px;
	background: url(o/menu_arrow.png) right center no-repeat;
	height: 35px;
}

#menu-oko li.rozbalovaci.akt .sipka {
	background: url(o/menu_arrow_akt.png) right center no-repeat;
}

#menu-oko .rozbalovaci div.submenu {
	display: none;
	width: 500px;
	border: 1px solid #d6d6d6;
	border-width: 0 1px 1px 1px;
	position: absolute;
	z-index: 9;
	top: 35px;
	right: 0;
	padding: 22px 30px;
	background: #fff;
}

	#menu-oko .rozbalovaci div.submenu ul {
		display: block;
		position: static;
		margin: 0 20px 10px 0;
	}

		#menu-oko .rozbalovaci div.submenu ul li {
			display: block;
			float: none;
			border: 0;
			margin: 0;
			height: 20px;
			font-size: 10pt;
			position: static;
			background: url("/Content/Layout/o/li_square.gif") no-repeat scroll 2px 50% transparent;
			padding: 0 0 0 12px;
		}

			#menu-oko .rozbalovaci div.submenu ul li a {
				width: 210px;
				display: inline;
				color: #555;
				background: none;
				line-height: 1.3;
				padding: 0;
				margin: 0;
				position: relative;
				text-transform: none;
				text-decoration: underline;
			}

				#menu-oko .rozbalovaci div.submenu ul li a:hover {
					color: #98070c !important;
				}

		#menu-oko .rozbalovaci div.submenu ul.hor-links {
			margin: 0;
			border: 1px solid #efefef;
			border-left: none;
			border-right: none;
			border-top: none;
			float: left;
			width: 480px;
		}

			#menu-oko .rozbalovaci div.submenu ul.hor-links li {
				display: -moz-inline-stack;
				display: inline;
				zoom: 1;
				padding-right: 30px;
				line-height: 40px;
				height: 40px;
				width: auto;
				background-image: none;
				text-indent: 0px;
				padding-left: 0px;
			}

				#menu-oko .rozbalovaci div.submenu ul.hor-links li a {
					line-height: 40px;
					width: auto;
					padding-right: 30px;
				}


#layout-2col-r .oko_item_title {
	font-size: 20px;
	margin-bottom: 20px;
	display: inline-block;
}

#layout-2col-r .oko_readonly_summary {
	background: #FDFDFD;
	border: 1px dotted #D6D6D6;
	width: 600px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 3px;
}

	#layout-2col-r .oko_readonly_summary .field-div {
		width: 260px;
		padding: 3px 20px 3px 20px;
	}

	#layout-2col-r .oko_readonly_summary .field-label {
		padding: 0px;
	}

	#layout-2col-r .oko_readonly_summary .field-input {
		line-height: 19px;
	}

#layout-2col-r .oko_interni_poznamky, #layout-2col-r .oko_interni_poznamky .field-div, #layout-2col-r .oko_interni_poznamky .field-div textarea {
	width: 588px;
	height: 80px;
	margin-bottom: 40px;
}

#layout-2col-r .short_list {
	width: 600px;
	margin-left: 20px;
}

#layout-2col-r .grid td.title {
	font-weight: bold;
}

#layout-2col-r .oko_right {
	float: left;
}

#layout-2col-r .oko_left {
	float: left;
}

	#layout-2col-r .oko_left textarea {
		height: 96px;
	}

#layout-2col-r .oko_texteditor .field-input {
	width: 600px;
}

#layout-2col-r .oko_buttons input {
	float: left;
	margin-right: 5px;
}

#layout-2col-r .oko_buttons .field-div {
	width: 600px;
}

#layout-2col-r .directAdd {
	margin-left: 20px;
}

.cleaner {
	clear: both;
}

.smallcudl a {
	font-size: 1.4em;
	text-decoration: none;
}

.odkaz-s-ikonou-audio, .odkaz-s-ikonou-video {
	font-size: 1em;
}

	.odkaz-s-ikonou-audio a {
		background: url(img/audio.png) left top no-repeat;
		padding-left: 30px;
	}

	.odkaz-s-ikonou-video a {
		background: url(img/video.png) left top no-repeat;
		padding-left: 30px;
	}

		.odkaz-s-ikonou-audio a:hover, .odkaz-s-ikonou-video a:hover {
			background-position: 0px -22px; /*podle velikosti ikony*/
		}

.field-div .field-label .test-video {
	display: inline-block;
	height: 17px;
	margin-left: 20px;
	cursor: pointer;
}

.review-image {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}

.search-item-in .review-image {
	float: none;
	margin: 0px 0px 0px 0px;
}

.search-item .comments-box {
	border: 1px solid #e9e9e9;
	background: #f2f2f2;
	padding: 10px 15px;
	margin-top: 10px;
}

	.search-item .comments-box a {
		text-decoration: none;
		color: #000;
		cursor: pointer;
	}

		.search-item .comments-box a:hover {
			text-decoration: underline;
		}

.reviews-grid td {
	padding: 3px 0px;
}

.reviews-grid .pager {
	border: 1px solid #e9e9e9;
	background: #f2f2f2;
	padding: 10px 5px;
	position: relative;
	text-align: center;
}

	.reviews-grid .pager .pager-count {
		float: left;
		margin-left: 10px;
	}

	.reviews-grid .pager .pager-sizes {
		float: none;
	}

	.reviews-grid .pager .pager-pages {
		float: right;
		margin-right: 10px;
	}

.fb-like-box {
	left: -10px;
}

table.other-addresses {
	padding: 0px 20px;
	width: 100%;
	margin-top: 3px;
}

	table.other-addresses td {
		width: 25%;
		border: solid 1px;
		padding: 10px;
		margin: 10px;
	}

		table.other-addresses td.empty {
			width: 5px;
			border: none;
			padding: 5px;
		}

		table.other-addresses td.addr {
			border-bottom: none;
		}

		table.other-addresses td.link {
			border-top: none;
			text-align: right;
		}

		table.other-addresses td span {
			cursor: pointer;
		}

		table.other-addresses td.link span {
			color: red;
			text-decoration: underline;
		}

.warning {
	color: #ed1c24;
}

span.cover-bazar {
	position: relative;
	display: inline-block;
}

span.cover-bazar:after {
	content: "";
	display: block;
	width: 100%;
	height: 28px;
	position: absolute;
	bottom: -2px;
	background-repeat: no-repeat;
	background-image: url('/Content/Layout/o/bazar.png');
}
div.ui-tooltip-content span.cover-bazar:after {
	bottom: 0px;
}


span.cover-bazar.cover-bazar-tn:after {
	height: 19px;
	bottom: -4px;
	background-image: url('/Content/Layout/o/bazar_tn.png');
}

span.cover-bazar.cover-bazar-100:after {
	height: 28px;
	bottom: -7px;
	background-image: url('/Content/Layout/o/bazar_100.png');
}

span.cover-bazar.cover-bazar-big:after {
	height: 52px;
	bottom: 5px;
	background-image: url('/Content/Layout/o/bazar_big.png');
}
