/***** BODY *****/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.4;
	text-align: center;
	color: #000;
	margin: 0 0 16px 0;
	padding: 0;
}

/* image replacement */
.replace {
	position: relative;
	margin: 0px; padding: 0px;
	/* hide overflow: hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}
.replace span {
	display: block;
	position: absolute;
	top: 0px; left: 0px;
	z-index: 1; /*for Opera 5 and 6*/
}

/***** COMMON *****/
h1, h2, h3, h4, caption {
	font-weight: bold;
	margin: 0 0 0.4em 0;
	color: #000;
}
h1 { font-size: 1.6em; }
h2 { font-size: 1.3em; }
h3, caption { font-size: 1.1em; }
h4 { font-size: 1em; }

p, ul, ol, dl, table, fieldset {
	margin: 0 0 1em 0;
	padding: 0;
}

ul {
	padding: 0;
}
dt {
	font-weight: bold;
}
li, dd {
	padding-left: 0;
	margin-left: 35px;
}
li {
	list-style: url('../img/li.gif') square;
}

td {
	padding: 0.2em 0.4em;
}
th {
	padding: 0.2em 0.4em;
	text-align: center;
}

img {
	border: 0;
}
p img {
	padding: 0.2em;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #a7a7a7;
	font-variant: normal;
}
a:hover acronym, a:hover abbr {
	border-bottom: 0;
	cursor: pointer;
}

hr {
	clear: both;
	color: #ebe9e9;
	background: #ebe9e9;
	height: 1px;
	border: 0;
	margin: 5px 0 10px 0;
}

form {
	margin: 0;
}
fieldset {
	margin: 0 auto 0.8em auto;
	padding: 10px 20px 10px 20px;
	border: 1px solid #ccc;
}
fieldset table {
	width: 100%;
	border: 0;
	margin: 0 auto 0.4em auto;
	text-align: left;
}
fieldset table td, fieldset table th {
	padding: 4px 4px;
	border: 0;
}
fieldset textarea {
	width: 100%;
}
legend {
	padding: 0 0.3em;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #313131;
}
input, button, select, legend {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

input.button, button {
	padding: 0 0.25em;
	width: 0; /* for IE */
	overflow: visible;
 	cursor: pointer;
}
input[type=submit], button[type=submit], input.button[class] { /* IE ignore this */
	width: auto;
}


/***** LAYOUT *****/
#page {
	margin: 8px auto 0 auto;
	text-align: left;
	position: relative;
	width: 970px;
	border: 1px solid #e2e2e2;
	background: #fff;
}

#topbar {
	height: 28px; line-height: 28px;
	background: #0f0e0e url('../img/topbar-bg.gif') repeat-x top;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	padding: 0 14px;
}

#header {
	height: 120px;
}

#nav-box {
	clear: both;
	width: 100%;
	background: #272922 url('../img/nav-bg.gif') repeat-x 1px;
	border-bottom: 1px solid #e2e2e2;
}
#nav {
	height: 29px;
	overflow: visible;
	border-top: 1px solid #1a1a18;
	border-bottom: 1px solid #070705;
}

#main {
	clear: both;
}

#sidebar-left {
	float: left;
	width: 185px;
	padding-right: 1px; /* border */
	overflow: hidden;
}

#sidebar-right {
	float: right;
	width: 141px;
	padding-left: 1px; /* border */
	overflow: hidden;
}

#content-box {
	width: 642px;
	float: left;
	overflow: hidden;
	padding-bottom: 12px;
}

#footer {
	clear: both;
	padding: 10px 14px 11px 14px;
	border-top: 1px solid #c8c0b3;
	background: #fff url('../img/footer-bg.gif') repeat-x bottom;
	color: #666;
}

/***** TOPBAR elements *****/
#topbar a {
	text-decoration: none;
}
#topbar a:hover {
	text-decoration: underline;
}
#topbar acronym {
	border: 0;
}
#topbar .left {
	float: left;
}
#topbar .right a {
	font-weight: bold;
}

/***** HEADER elements *****/
/* logo */
#logo {
	float: left;
}
#logo a, #logo a span {
	display: block;
	text-decoration: none;
	outline: none;
}
#logo em {
	display: none;
}

/* cart info */
.hbox {
	float: right;
	position: relative;
	margin-left: 10px;
	padding: 6px 18px 6px 12px;
	height: 108px;
}
.hbox dl {
	margin-top: 13px;
	white-spacing: nowrap;
}
.hbox dt, .hbox dd {
	margin: 0 0 1px 0;
}
.hbox dt a {
	text-decoration: none;
	font-size: 1.3em; font-weight: normal;
	display: block;
	padding: 2px 0;
}
.hbox dt a:hover {
	text-decoration: underline;
}
.hbox dd.btm1, .hbox dd.btm2 {
	float: left;
	margin-top: 8px;
	padding: 0 2px;
	font-size: 0.9em;
}
.hbox dd.btm2 {
	padding-left: 12px;
}

#cartinfo dt, #cartinfo dd {
	margin-left: 92px;
}
#cartinfo dd span {
	float: left;
	width: 8.2em;
	overflow: hidden;
}
#cartinfo dd.cena strong {
	display: block;
	margin-right: -8px;
}

#cartinfo dd.img {
	position: absolute;
	top: 21px; left: 21px;
	margin-left: 0;
}
#cartinfo dd.btm1, #cartinfo dd.btm2 {
	font-weight: bold;
}
#cartinfo dd.btm2 {
	margin-left: 0;
}
#cartinfo dd.btm1 a, #cartinfo dd.btm2 a { text-decoration: none; }
#cartinfo dd.btm1 acronym, #cartinfo dd.btm2 acronym {
	border-bottom: 0;
}
#cartinfo dd.btm1 strong, #cartinfo dd.btm2 strong { text-decoration: underline; }

/* user box */
#userinfo dt, #userinfo dd {
	margin-left: 81px;
}
#userinfo dd.li a {
	display: block;
	padding-left: 10px;
}

#userinfo dd.img {
	position: absolute;
	top: 21px; left: 21px;
	margin-left: 0;
}
#userinfo dd.btm1 {
	padding-left: 0;
}
#userinfo dd.btm1 acronym {
	font-weight: bold;
}

#userinfo dd.li a {
	background: url('../img/hbox-li.gif') no-repeat 3px 60%;
}


/***** NAVIGATION elements *****/
/* menu */
#nav .navItems {
	float: left;
	margin: 0;
	border-right: 1px solid #30372b;
}
#nav ul li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li a {
	text-decoration: none;
}
#nav ul li span {
	font-weight: bold;
	display: block;
	line-height: 29px;
	padding: 0 12px; /* 0 26px */
	text-align: center;
}
#nav ul li span {
	border-left: 1px solid #3a3d36;
	border-right: 1px solid #1d1f1a;
	cursor: default;

}
#nav ul li a span {
	cursor: pointer;
}
#nav ul li a:hover span, #nav ul li a.selected span, #nav ul li a.selected:hover span {
	color: #fff;
	background: #2b2f29 url('../img/nav-hover-bg.gif') repeat-x top;
}

/* 2nd level */
#nav ul li:hover ul, #nav ul li.hover ul {
	visibility: visible;
}

#nav ul ul {
	margin: 0 0 0 0;
	padding: 0;
	width: 185px;
	visibility: hidden;
	position: absolute;
	background: transparent url('../img/nav-popup-bg.png') left repeat-y;
	border: 1px solid #000;
	border-width: 1px 2px 2px 1px;
}
#nav ul ul li {
	float: none;
	position: static;
}
#nav ul ul li a {
	color: #cccc99;
}
#nav ul ul li span {
	line-height: 1.4;
	padding: 6px 5px 6px 20px;
	text-decoration: none;
	border: 0;
	text-align: left;
}
#nav ul ul li a:hover span, #nav ul ul li a.selected span, #nav ul ul li a.selected:hover span {
	padding: 6px 5px 6px 13px;
	border-left: 7px solid #000;
	background: #414141;
	border-top: 0;
}

/* 3rd level */
#nav ul ul ul { position: static; background: none; border: 0; }
#nav ul ul ul li a, #nav ul ul ul li span { padding-left: 30px; }
#nav ul ul ul li a:hover, #nav ul ul ul li a.selected, #nav ul ul ul li a.selected:hover { padding-left: 23px; }


/* search form */
#search {
	float: right;
	display: inline;
	height: 22px;
	margin: 2px 9px 0 0; padding: 0;
}
#search .text {
	float: left;
	width: 152px; height: 15px; /* real height = 22px */
	line-height: 15px;
	border: 0; padding: 3px 5px 4px 5px;
	color: #1e1e1e;
	border: 1px solid #171717;
}
#search .text:focus {
	color: #000;
}
#search button {
	width: 25px; height: 24px;
	overflow: hidden;
	padding: 0;
	margin-left: 2px;
	text-align: center;
	border: 1px solid #171717;
}
#search button img {
	margin: -1px 0 0 -1px;
	border: 0;
}

/* flags */
#flags {
	float: right;
	padding-top: 7px;
	margin-right: 8px;
}
#flags img {
	margin-right: 2px;
}


/***** MAIN elements *****/
.content-top {
}

/***** SIDEBAR elements *****/
/* sidebar headings */
.sidebar h2 {
	font-size: 1.1em;
	margin: 0;
}
.sidebar h2 span, .sidebar h2 a {
	display: block;
	padding: 10px 4px 8px 10px;
	text-decoration: none;
}

.sidebar h3 {
	padding: 10px 0 6px 0;
	margin: 0;
	border-bottom: 1px solid #E6E6E6;
}
.sidebar h3 span, .sidebar h3 a {
	background: url('../img/odrazka.gif') no-repeat left center;
	padding: 2px 4px 2px 20px;
}


/* sidebar menus */
.sidebar ul {
	margin: 0;
}
.sidebar ul.spec {
	font-weight: bold;
}
.sidebar ul.prod {
	border-top: 0;
}

.sidebar ul li {
	list-style: none;
	margin: 0; padding: 0;
}
.sidebar ul li a {
	display: block;
	text-decoration: none;
}
.sidebar ul li a span {
	display: block;
	padding: 6px 6px 6px 20px;
	background: url('../img/sidebar-li.gif') no-repeat 7px center;
}
.sidebar ul li.selected > a span {
	background-image: url('../img/sidebar-li-hover.gif');
}
.sidebar ul li > a:hover span {
	background-position: 8px center;
}
.sidebar ul li.selected > a, .sidebar ul li.selected > a:hover {
	text-decoration: underline;
}

/* "falesna polozka menu */
#sidebar-right ul {
	border-top: 0;
	margin-bottom: 4px;
}
.sidebar ul.items li {
	color: #666;
	padding: 6px 0px 0 0px;
}
.sidebar ul.items li a {
	background: none;
	border-bottom: 0;
	text-decoration: underline;
}
.sidebar ul.items li a span {
	padding: 0 0 0 12px;
	background-position: left center;
}


/* dalsi urovne */
.sidebar ul ul {
	border-top: 0;
}
.sidebar ul ul li a span {
	padding-left: 36px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-position: 22px center;
}
.sidebar ul ul li > a:hover span {
	background-position: 23px center;
}

.sidebar ul ul ul li a span {
	padding-left: 48px;
	background-position: 36px center;
}
.sidebar ul ul ul li > a:hover span {
	background-position: 37px center;
}

.sidebar ul ul ul ul li a span {
	padding-left: 62px;
	background-position: 50px center;
}
.sidebar ul ul ul ul li > a:hover span {
	background-position: 51px center;
}

/* sidebar boxes */
.sidebar .box {
	padding: 0 8px 12px 8px;
	margin: 0 0 0 0;
	color: #666666;
	border-bottom: 1px solid #d9d9d9;
}
.sidebar .box .item {
	padding: 6px 0 8px 0;
	border-bottom: 1px solid #E6E6E6;
}
.sidebar .box .item.last {
	border-bottom: 0;
	padding-bottom: 0;
}

.sidebar .box .item .name {
	margin-bottom: 2px;
}
.sidebar .box .item p {
	margin: 0;
}


/***** FOOTER elements *****/
#footer a {
	color: #666;
}
#footer a:hover {
	color: #000;
}

#footer p {
	margin: 0;
}
#footer .left {
	float: left;
}

#footer a.top {
	text-decoration: none;
}
#footer a.top span {
	text-decoration: underline;
}


/***** CONTENT ELEMENTS *****/
#content-box .content-top {
	padding: 11px 12px 8px 12px;
	margin-bottom: 0px;
}
#content-box .content-top .breadcrumbs {
	margin: 0;
}

#content {
	padding: 3px 10px 8px 10px;
	background: #fff;
}
#content h1 {
	margin-bottom: 10px;
	padding: 5px 0 0 2px;
}

/* kosik - pridat do kosiku */
.cart-add {
	display: block;
	height: 26px; line-height: 26px;
	white-space: nowrap;
	padding: 0 6px 0 32px;
	border: 0;
	background: url('../img/cart.gif') no-repeat left center;;
	text-decoration: underline;
}
.cart-add:hover, a.cart-add.hover, .cart-add:focus {
	background-image: url('../img/cart-hover.gif');
	color: #000;
}


.cart-add.mini {
	width: 26px !important;
	padding: 0;
	overflow: hidden;
	text-decoration: none;
}
.cart-add.mini strong {
	visibility: hidden;
}

/* nektere obecnejsi */
.icons img {
	padding-right: 4px;
	padding-bottom: 2px;
	cursor: help;
}
.cena .sleva {
	font-size: 0.9em;
	color: #333;
}
.cena .cena2 {
	font-size: 0.9em;
}

/* podkategorie */
table.podkategorie {
	width: auto;
	margin-bottom: 1.4em;
}
table.podkategorie td {
	width: 146px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #eee;
	border-bottom-width: 0;
	padding: 0;
}
table.podkategorie td.spacer {
	width: 10px;
	height: 10px;
	border: 0;
}
table.podkategorie .btm td {
	border-width: 0 1px 1px 1px;
	vertical-align: top;
}
table.podkategorie .btm td h2, table.podkategorie .btm td h3 {
	padding: 0; margin: 0;
	font-size: 1.1em;
}
table.podkategorie a {
	display: block;
	padding: 6px 5px 2px 5px;
	text-decoration: none;
}
table.podkategorie .btm a {
	padding-top: 2px;
	padding-bottom: 6px;
}
table.podkategorie a:hover {
	text-decoration: underline;
}

.produkty {
	clear: both;
	padding: 6px 0 4px 0;
}

/* strankovani */
.strankovani {
	margin: 0;
	float: right;
}
.strankovani.bottom {
	float: none;
	text-align: right;
}

/* vypnuti filtru */
.filtr-off {
	clear: both;
	margin: 2px 0 1em 0;
	border: 1px solid #ddd;
	background: #f9f9fb;
	padding: 6px 8px;
}
.filtr-off dl {
	margin-bottom: 6px;
}
.filtr-off dt {
	padding-bottom: 2px;
}
.filtr-off dd {
	margin-left: 24px;
	padding: 2px 0;
	list-style: square outside url('../img/li-image.gif');
	display: list-item;
}
.filtr-off dd em {
	font-size: 0.9em;
	font-style: normal;
	color: #666;
}
.filtr-off a strong {
	font-size: 1.1em;
}

/* vyrobci */
.filtr {
	clear: both;
	border: 1px solid #ccc;
	padding: 5px 8px;
	margin: 8px 0;
}
p.filtr {
	line-height: 1.6em;
}

.filtr dl {
	width: 50%;
	margin-bottom: 2px;
}
.filtr dt {
	font-weight: bold;
}
.filtr dd {
	margin-left: 12px;
	padding: 1px 0 2px 0;
}
.filtr input {
	margin: -2px -2px -1px 0;
	vertical-align: middle;
}
.filtr dl.left {
	float: left;
}
.filtr dl.right {
	float: right;
	text-align: left;
}

.prodlist-menu {
	padding: 7px 8px 6px 8px;
	margin: 0;
	background: #f3f3f3;
	clear: both;
}
.prodlist-menu.bottom {
	padding: 6px 8px 8px 8px;
	margin-bottom: 10px;
}
.prodlist-menu h2 {
	margin-bottom: 0;
}
.prod-filtr {
	float: right;
	padding: 4px 4px 2px 4px;
	color: #666;
	font-size: 0.9em;
}
.prod-filtr a {
	font-weight: bold;
	text-decoration: none;
}
.prod-filtr a:hover {
	text-decoration: underline;
}
.prodlist-menu h2 a {
	color: #000;
}

/* razeni */
.razeni {
	float: left;
	white-space: nowrap;
}
.razeni form {
	display: inline;
}
.razeni div {
	display: inline;
}
.razeni select {
	margin-right: 5px;
}
.razeni .up, .razeni .down {
	border: 0;
	padding: 0;
	width: 8px;
	height: 10px;
}

.filtr-skladem {
	float: left;
	white-space: nowrap;
	font-size: 0.9em;
	margin-left: 8px;
}

/* product listing */
.prodlist {
	width: 100%;
	margin: 0;
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-width: 1px 0;
	padding: 6px 0;
}
.prodlist td {
	width: 50%;
	vertical-align: top;
	padding: 5px 10px;
	border: 0;
}
.prodlist td.first {
	border-right: 1px solid #ccc;
	padding-left: 0;
}
.prodlist td.second {
	padding-right: 0;
}
.prodlist td.sep {
	padding: 6px 0;
}
.prodlist td.sep span {
	display: block;
	border-top: 1px solid #ccc;
}
.prodlist h3, .prodlist h2 {
	margin: 0 0 0.1em 0;
	font-size: 1.3em;
}
.prodlist h3 a, .prodlist h2 a {
	display: block;
	text-decoration: underline;
}
.prodlist .poznamka {
	margin-bottom: 0.2em;
}
.prodlist .image {
	float: left;
	padding: 4px 8px 4px 0;
}
.prodlist p, .prodlist .popis {
	margin: 0.3em 0 0.5em 0;
}
.prodlist .parametry {
	font-style: italic;
}
.prodlist .cena {
	float: left;
	clear: both;
	font-size: 0.9em;
	margin: 0;
	padding-top: 10px;
}
.prodlist .cena > strong {
	font-size: 1.2em;
}
.prodlist .cena em {
	font-size: 0.9em;
	font-style: normal;
	color: #666;
}
.prodlist .cena .sleva {
	color: #000;
	margin-top: -8px;
	margin-bottom: 2px;
}
.prodlist .cena .sleva em {
	font-size: 1em;
}
.prodlist .cena2 {
	margin-top: 3px;
}
.prodlist .kosik {
	float: right;
	margin-top: 4px;
	padding-right: 4px;
}
.prodlist .icons {
	padding-top: 2px;
	padding-bottom: 2px;
}


/* produkt - detail */
.prodinfo {
	padding-bottom: 14px;
}

.prodinfo .poznamka {
	margin-top: -0.6em; /* bliz k H1 */
	margin-bottom: 0.6em;
	font-style: italic;
}

.prodinfo .col-left {
	float: left;
	width: 210px; /* img width = 200px + 4px border + 6px img padding */
	margin-right: -210px;
}

.prodinfo .col-right-box {
	margin-left: 210px;
	padding-left: 12px;
}
.prodinfo .col-right {
	float: left;
	width: 100%;
}

/* col-left elements */
a.img {
	float: left;
	border: 1px solid #eee;
	padding: 1px;
	color: #aaa;
	text-decoration: none;
	font-size: 0.9em;
	text-align: center;
}
a.img:hover {
	border-width: 2px;
	color: #214558;
	padding: 0;
}
a.img img {
	padding: 3px;
}
a.img span {
	display: block;
	padding: 3px 3px 3px 5px;
	background: #f9f9f9;
	text-align: left;
}

.prodinfo .imgs a.img {
	width: 100%;
}
.prodinfo .imgs a.nextImg {
	border-top-width: 0;
}
.prodinfo .imgs a.nextImg:hover {
	border-top-width: 1px;
}

.prodinfo .akce {
	clear: left;
	padding: 8px 0 0 0;
	text-align: center;
}
.prodinfo .akce li {
	list-style: none;
	display: inline;
	margin: 0;
}
.prodinfo .akce li a {
	display: inline;
	padding: 2px 8px;
	text-decoration: none;
}
.prodinfo .akce li a:hover { text-decoration: underline; }

/* col-right elements */
.prodinfo .popis {
	margin-bottom: 1em;
}

.prodinfo .icons {
	padding: 0 0 10px 4px;
}

.prodinfo .info-ceny {
	width: 100%;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.prodinfo .info-ceny th, .prodinfo .info-ceny dt {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
}
.prodinfo .info-ceny td, .prodinfo .info-ceny .hlavni dd {
	vertical-align: top;
	text-align: right;
}
.prodinfo .info-ceny .hlavni {
	width: 50%;
	vertical-align: middle;
}
.prodinfo .info-ceny .hlavni dl {
	margin: 0;
	width: 86%;
}
.prodinfo .info-ceny .hlavni dt {
	padding-bottom: 2px;
}
.prodinfo .info-ceny .hlavni dd {
	margin: 0 0 8px 22px;
}
.prodinfo .info-ceny dt.cena {
	color: #555;
	font-weight: bold;
}
.prodinfo .info-ceny .cena strong {
	font-size: 1.3em;
	color: #000;
}
.prodinfo .info-ceny .cena em {
	display: block;
	font-size: 0.8em;
	color: #999;
	text-align: right;
}
.prodinfo .info-ceny .spec {
	padding-left: 16px;
	vertical-align: middle;
}
.prodinfo .info-ceny .spec table {
	width: 100%;
}

.prodinfo table.info {
	width: 100%;
	font-size: 1.1em;
	margin-bottom: 16px;
	border-top: 1px solid #eee;
}
.prodinfo table.info th, .prodinfo table.info td {
	padding: 4px 8px;
	text-align: left;
	width: 90%;
	border-bottom: 1px solid #eee;
}
.prodinfo table.info th {
	white-space: nowrap;
	width: 10%;
	vertical-align: top;
}
.prodinfo table.info strong.skladem {
	color: #8abf18;
}
.prodinfo table.info .hodnoceni img {
	cursor: help;
	margin: -3px 2px -3px 0;
}

.prodinfo form {
	display: block;
}
.prodinfo .atributy {
	float: left;
	margin: 0 0 0.6em 0;
	padding: 0 8px 5px 8px;
	background: #f7f7f7;
	border: 1px solid #eee;
}
.prodinfo dl {
	margin: 0;
}
.prodinfo .atributy dt {
	margin-top: 5px;
	margin-bottom: 0.25em;
}
.prodinfo .atributy dd {
	margin-left: 20px;
}
.prodinfo .atributy .popis {
	margin-bottom: 0.2em;
	padding-bottom: 0;
}
.prodinfo .atributy .popis p {
	margin-bottom: 0;
}
.prodinfo .atributy label {
	display: block;
	padding-bottom: 0.25em;
}
.prodinfo .atributy label input {
	margin-right: 0.4em;
	vertical-align: middle;
	margin-top: -4px;
	margin-bottom: -4px;
}
.prodinfo .atributy h3 {
	margin: 1em 0 0 0;
}
.prodinfo .atributy table {
	margin: 0.4em 0;
}
.prodinfo .atributy table th {
	padding: 0.25em 0.5em;
}
.prodinfo .atributy table td {
	padding: 0.2em 0.5em;
}
.prodinfo .atributy table .cena, .prodinfo .atributy table .cena2 {
	text-align: right;
}
.prodinfo .atributy table .mnozstvi, .prodinfo .atributy table .volba {
	text-align: center;
}
.prodinfo .atributy table .atr, .prodinfo .atributy table .par {
	text-align: left;
}

.prodinfo .kosik {
	clear: both;
	float: left;
	margin-left: 25px;
	border: 1px solid #eee;
}
.prodinfo .kosik.right {
	float: right;
}
.prodinfo .kosik p {
	float: left;
	margin-bottom: 0;
	padding: 7px 8px;
	border: 1px solid #f9f9f9;
}
.prodinfo .kosik label {
	display: block;
	float: left;
	clear: left;
	padding-right: 10px;
	line-height: 26px;
}
.prodinfo .kosik .volba {
	margin-bottom: 0.3em;
}
.prodinfo .kosik label {
	margin-right: 0.6em;
}
.prodinfo .atributy .kosik {
	margin: 4px 0 3px 0;
}
.prodinfo .atributy .kosik p.info {
	float: left;
	text-align: left;
	margin: 0;
	font-style: italic;
}

.prodinfo .neprodava-se {
	text-align: center;
}

/* dalsi informace v detailu produktu */
.prodinfoMore {
	clear: both;
	padding-top: 12px;
}

.tab-content {
	clear: both;
	margin-bottom: 14px;
}
.obrazky-dalsi a.img {
	float: left;
	margin-right: 5px;
}
.obrazky-dalsi img {
	vertical-align: top;
	padding: 0.2em;
}

/* formular pro pridani komentare */
#add-comment {
	text-align: center;
}
#add-comment fieldset {
	margin: 0 auto 1em auto;
	max-width: 500px;
}

/* parametry */
.overflow-box {
	overflow: auto;
}

table.parametry {
	width: 99.5%;
	background: #f6f6f6;
	border: 1px solid #ccc;
}
table.parametry td, table.parametry th {
	padding: 4px 8px;
	vertical-align: top;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #ccc;
}
table.parametry th {
	background: #eee;
	border-bottom-color: #ccc;
}
table.parametry td.first, table.parametry th.first {
	width: 10%;
	white-space: nowrap;
	font-weight: bold;
	padding-right: 1em;
	border-left: 0;
}
table.parametry thead th, table.parametry thead td {
	text-align: center;
}
table.parametry thead .images th {
	vertical-align: bottom;
}
table.parametry thead .odebrat td {
	font-size: 0.9em;
	padding-bottom: 0.4em;
}
table.parametry thead .odebrat td a {
	color: #999;
}
table.parametry tfoot {
	background: #f2f4f8;
}
table.parametry tfoot .cena td {
	border-top: 2px solid #fff;
	text-align: right;
}
table.parametry tfoot .cena td.first {
	text-align: left;
}
table.parametry tfoot .kosik .cart-add-mini {
	float: right;
	margin-bottom: 2px;
}

/* cenik */
.prodcenik {
	width: 100%;
	margin-bottom: 1em;
}
.prodcenik tr.heading th {
	background: none;
	border-width: 0 0 1px 0;
	white-space: normal;
}
.prodcenik a {
	text-decoration: none;
}
.prodcenik th, .prodcenik td {
	border: 1px solid #eee;
	border-width: 0 1px 1px 0;
}
.prodcenik th {
	text-align: left;
	background: #f9f9f9;
	padding: 4px 6px;
	white-space: nowrap;
}
.prodcenik td {
	padding: 3px 6px;
}
.prodcenik .nazev {
	border-left-width: 1px;
}
.prodcenik .sep {
	border: 0;
	height: 1em;
}
.prodcenik .dostupnost, .prodcenik .detail {
	text-align: center;
}
.prodcenik .cena {
	text-align: right;
}
.prodcenik .dostupnost.skladem {
/*	font-weight: bold;*/
	color: #009900;
}

/* kosik */
table.kosik {
	width: 100%;
	border: 1px solid #d9d9d9;
	border-width: 1px 0 0 1px;
	margin-bottom: 1em;
}
table.kosik th, table.kosik td {
	padding: 0.4em;
	border-color: #d9d9d9;
	border-style: solid;
	border-width: 0 1px 1px 0;
}
table.kosik th {
	background: #f6f6f6;
}
table.kosik th.del {
	width: 1%;
}
table.kosik .first {
	border-right: 0;
}
table.kosik .mnozstvi {
	white-space: nowrap;
}
table.kosik .mnozstvi input {
	text-align: right;
}
table.kosik .cena {
	text-align: right;
}
table.kosik .atributy {
	font-size: 0.9em;
}
table.kosik .prepocitat td {
	text-align: right;
}
table.kosik tr.cena-celkem th, table.kosik tr.cena-celkem td {
	background: #f6f6f6;
	vertical-align: middle;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}
table.kosik tr.cena-celkem th {
	text-align: left;
	border-right: 0;
}
table.kosik tr.cena-celkem td {
	text-align: right;
}
table.kosik tr.cena-celkem td strong {
	font-size: 1.2em;
}


.button-zpet {
	float: left;
}
.button-pokracovat {
	float: right;
	text-align: right;
}
.button-pokracovat form {
	padding-bottom: 5px;
}
.button-pokracovat input {
	font-weight: bold;
}

/* osobni udaje, doprava a platba, shrnuti */
form.osobni-udaje, form.doprava-platba, form.inline {
	display: inline;
}

.obj-form {
	max-width: 840px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 1em;
}
fieldset.udaje {
	width: auto;
}
fieldset.udaje.last {
	margin-bottom: 12px;
}
fieldset.udaje table {
	width: 100%;
	margin-bottom: 0.4em;
}
fieldset.udaje table td {
	padding: 0.2em 0;
	width: 16%;
}
fieldset.udaje table td.for-input {
	width: 31%;
}
fieldset.udaje table td.spacer {
	width: 6%;
}
fieldset.udaje .for-input input, fieldset.udaje .for-input select {
	width: 92%;
}
fieldset.udaje textarea {
	height: 7em;
	margin-bottom: 0.4em;
}
.udajePopis {
	font-size: 0.9em;
	color: #888;
}

table.objednavka-shrnuti {
	width: 100%;
	border: 1px solid #e4e8dd;
	border-top: 0;
}
table.objednavka-shrnuti caption {
	text-align: left;
	font-size: 1em;
	background: #f6f6f6;
	color: #000;
	border: 1px solid #d9d9d9;
	margin: 0;
	padding: 0.4em;
}
table.objednavka-shrnuti td, table.objednavka-shrnuti th {
	width: 35%;
	padding: 0.2em 0.4em;
	vertical-align: top;
	border: 0;
}
table.objednavka-shrnuti td.col-name, table.objednavka-shrnuti th.col-name {
	width: 15%;
}
table.objednavka-shrnuti td.poznamky {
	width: 100%;
}
table.objednavka-shrnuti td.auto-width, table.objednavka-shrnuti th.auto-width {
	width: auto;
}
table.objednavka-shrnuti textarea {
	margin: 5px 0.5%;
	width: 99%;
	height: 6em;
}

/* seznam vyrobcu */
table.vyrobci-seznam {
	width: auto;
}
table.vyrobci-seznam td {
	width: 200px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #eee;
	padding: 0;
}
table.vyrobci-seznam td.spacer {
	width: 10px;
	height: 10px;
	border: 0;
}
table.vyrobci-seznam td h2 {
	font-size: 1.1em;
	margin-bottom: 0;
}
table.vyrobci-seznam td a {
	display: block;
	padding: 2px 6px 6px 6px;
	text-decoration: none;
}
table.vyrobci-seznam td h2 a {
	padding-top: 6px;
	padding-bottom: 2px;
}
table.vyrobci-seznam a:hover {
	text-decoration: underline;
}

/* detail vyrobce */
.vyrobce-info .obrazek, .kat-obrazek {
	float: right;
	margin-top: 5px;
}

/* vyhledavani */
.search {
	text-align: center;
	font-size: 1.1em;
}
.search input.text {
	width: 50%;
}

/***** obecne *****/
.noscreen {
	display: none;
}

.cleaner {
	clear: both;
}

.left {
	text-align: left;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right;
}
.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.flleft {
	float: left;
}
.flright {
	float: right;
}
.top {
	vertical-align: top;
}
.big {
	font-size: 1.1em;
}
.bigger {
	font-size: 1.3em;
}
.small {
	font-size: 0.9em;
}

.max-width {
	width: 100%;
}
.b {
	font-weight: bold;
}

.povinne {
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	color: #777;
}

.porovnani .disabled {
	color: #aaa !important;
}

.icons img {
	padding: 3px 3px 0px 0;
	cursor: help;
}

fieldset div.item {
	margin-bottom: 4px;
	margin: 0;
}
fieldset div.item label {
	display: block;
	padding-bottom: 4px;
	float: left;
}
fieldset div.item input {
	margin-left: 6%;
	width: 94%;
	clear: left;
}
fieldset div.item input.check {
	margin: auto; width: auto; clear: none;
}
fieldset div.item .info {
	margin-top: 2px;
	margin-left: 6%;
}

fieldset.mini {
	width: 340px;
	margin-bottom: 6px;
	text-align: center;
}
fieldset.mini.kontakt {
	width: 64%;
	min-width: 300px;
	max-width: 500px;
}
fieldset.mini table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
fieldset.mini input, fieldset.mini textarea {
	width: 100%;
}
fieldset.mini input.check {
	width: auto;
}
fieldset.mini .povinne {
	margin: 1px 0 0.8em 0;
}
fieldset .info {
	font-size: 0.8em;
	color: #777;
	margin-bottom: 0.2em;
	text-align: center;
	font-style: normal;
}
fieldset p.info {
	margin: 0.4em 0 0.8em 0;
}
fieldset .warning textarea {
	border: 1px solid #888;
	border-bottom: 2px solid red;
}

.help {
	cursor: help;
}
.nowrap {
	white-space: nowrap;
}


/* zpravy */
.messages {
	padding: 0.4em;
	font-size: 0.9em;
	border: 1px solid #6b6a65;
	border-left-width: 4px;
	margin-bottom: 1em;
}
.messages li {
	padding: 0.1em 0;
	margin: 0;
	list-style: none;
}
.success {
	color: green;
}
.warning, .invalid_user_input, .fatal, .fail {
	color: red;
}
.success, .warning, .fatal, .fail {
	font-weight: bold;
}

/*** cms ***/
.itemImg, .item img {
	float: right;
	padding: 0.2em 0 0.2em 0.5em;
}
.item .itemImg img {
	padding: 0; float: none;
}

/* seznam clanku */
.items {
	border-top: 1px solid #E6E6E6;
	margin: 8px 0;
/*	padding: 6px 0 6px 0;*/
	clear: both;
}
.item .score {
	color: #999;
	font-size: 0.7em;
	font-weight: normal;
	padding-left: 0.25em;
	vertical-align: middle;
	white-space: nowrap;
}
.item .score acronym { border-bottom: 0; }

.item {
	padding: 8px 0 10px 0;
	border-bottom: 1px solid #E6E6E6;
}
.item h2, .item h3 {
	font-size: 1.1em;
	margin-bottom: 6px;
}
.item .info {
	color: #838383;
	margin-top: 6px;
}
.item .info.top {
	float: left;
	margin-top: 0.1em;
	padding: 1px 0.5em 1px 0;
}
.item .info.content {
	margin: 0 0 0.8em 0;
}
.item p {
	margin-bottom: 0;
}
.item .perex p, .item .obsah p {
	margin-bottom: 1em;
}
.item img {
	float: left;
	padding-right: 1.2em;
}

.itemInfo {
	color: #838383;
	margin-bottom: 1em;
}

/* komentare */
.comment {
	padding: 2px;
	border: 1px solid #dcdfe5;
	margin-bottom: 10px;
	font-size: 0.9em;
}
.comment .heading {
	background: #f2f4f8;
	padding: 0.4em 0.5em;
}
.comment .heading .re {
	float: right;
	margin-top: -1px;
}
.comment .content {
	padding: 0.2em 0.5em;
	margin: 0;
}
.comment .content p {
	margin-bottom: 0;
}
.comment .del {
	font-style: italic;
	color: #666;
	font-size: 0.95em;
}
.re1 { margin-left: 30px; }
.re2 { margin-left: 60px; }
.re3 { margin-left: 90px; }
.re4 { margin-left: 120px; }
.re5 { margin-left: 150px; }



/***** THICKBOX *****/
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color: #000000;
	display: none;
	border: 4px solid #5f5951;
	text-align: left;
	top: 50%;
	left: 50%;
}
* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display: block;

}

#TB_head{
	margin-bottom: 1px;
	background-color: #eae5de;
}
#TB_closeWindow{
	padding: 7px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}
#TB_caption{
	padding: 7px 0 5px 10px;
	font-weight: bold;
	font-size: 1.1em;
}
#TB_iframeContent{
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}
#TB_content {
	clear: both;
	padding: 10px 15px;
	text-align: center;
	background: #fff;
}
#TB_content img {
	border: 1px solid #eee;
}
#TB_foot {
	margin-top: -4px;
	padding: 0 10px 6px 10px;
	color: #555;
}
#TB_prevNext {
	float: right;
}

/* Overlay etc. */
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack { background: url(macFFBgHack.png) repeat; }
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/* loading */
#loading {
	position: fixed;
	background: #ff0000 url('../img/ajax/loader-small.gif') no-repeat 4px center;
	z-index: 102;
	color: #fff;
	font-weight: bold; font-size: 0.9em;
	padding: 5px 8px 5px 28px;
	top: 0;
	right: 0;
}
* html #loading { /* ie6 hack */
	position: absolute;
	margin-top: expression((document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}