*, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4;
	text-align: center;
	background: #f4f1d9 url('../images/design/body.png') center top repeat-x;
	color: #313131;
	padding-bottom: 15px;
}

/***** LAYOUT *****/
#page {
	width: 788px; /* 770px + 2x 9px na stiny */
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
}

#header-box, #main, #footer-box {
	padding: 0 9px;
}

#header-box {
	height: 254px;
}

#content-box {
	float: left;
	width: 582px;
	position: relative;
	top: -20px;
}

#sidebar-left-box {
	position: relative;
	width: 188px;
	float: left;
}

#footer {
	clear: both;
}

/***** DESIGN *****/
/*** PAGE ***/
#page {

}

/*** HEADER ***/
#header-box {
	background: url('../images/design/header-shade.png') center 25px no-repeat;
}
#lang, #user_info {
	height: 34px;
	line-height: 34px;
	color: #9dacb3; /* #85939a, #6e7d85 */
	font-size: 0.9em;
	margin: 0;
}
#user_info {
	float: left;
	padding-left: 12px;
}
#lang {
	float: right;
	padding-right: 12px;
}
#lang a, #user_info a {
	color: #85939a;
}
#lang abbr, #lang .abbr {
	font-weight: bold;
}
#lang abbr, #lang .abbr, #lang a:hover, #user_info a:hover {
	color: #fff;
	border-bottom: 0;
}

#user_info.notlogged a {
	background: url('../images/design/li-header.gif') no-repeat 2px 3px;
	padding: 0 6px 0 12px;
}

#header {
	clear: both;
	background: #f9fae7 url('../images/design/header-mini-shade.png') 183px bottom no-repeat;
	padding: 5px;
}
#header p, #header ul, #header img {
	margin: 0;
	padding: 0;
}
#image {
	position: relative;
	width: 760px;
	height: 210px;
	overflow: hidden;
}
#image a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 760px;
	height: 170px;
	background: url('../images/design/blank.gif') repeat;
}
#image a strong {
	display: none;
}

/* navigace */
#nav {
	position: absolute;
	top: 211px;
	left: 197px;
	z-index: 99;
	width: 582px;
	height: 26px;
	overflow: visible;
	font-size: 0.8em;
}
#nav #navItems {
	float: left;
}
#nav #navItemsRight {
	float: right;
}
#nav ul li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav #navItems li {
	margin-right: 1px;
}
#nav #navItemsRight li {
	padding-left: 1px;
}
#nav ul li a {
	position: relative;
	float: left;
	color: #e2e2e0;
	text-decoration: none;
	display: block;
	height: 20px;
	line-height: 20px;
	margin-top: 3px;
	background: url('../images/design/nav-li-right.png') top right no-repeat;
}
#nav ul li a span, #nav ul li a strong {
	display: block;
	float: left;
	height: 20px;
	padding: 0 7px 0 10px;
	margin: 0;
	margin-right: 3px;
	background: url('../images/design/nav-li.png') top left no-repeat;
}
#nav ul li a span, #nav ul li a strong {
	cursor: pointer;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #fff;
}
#nav ul li a.selected, #nav ul li a.selected:hover {
	margin-top: 0;
	height: 33px;
	background-image: url('../images/design/nav-li-hover-right.png');
}
#nav ul li a.selected span, #nav ul li a.selected strong {
	height: 33px;
	line-height: 24px;
	font-weight: bold;
	background-image: url('../images/design/nav-li-hover.png');
	color: #4a4a4a;
}
#nav #navItemsRight li#kosik {
	padding-right: 5px;
	background: url('../images/design/nav-li-kosik.png') bottom right no-repeat;
}
#nav #navItemsRight li#kosik.selected {
	margin-top: -3px;
	padding-top: 3px;
	background: url('../images/design/nav-li-kosik-hover.png') top right no-repeat;
}
#nav #navItemsRight li#kosik img {
	float: left;
	margin: 2px 7px 0 0;
}
#nav #navItemsRight li#kosik a.selected img {
	margin-top: 4px;
}

#nav ul ul {
	display: none;
}

/*** MAIN-BOX ***/
#main-box {
	background: url('../images/design/main.png') right top repeat-y;
}
#main {
	background: url('../images/design/main-top.png') right top no-repeat;
}

/*** CONTENT ***/
#content-box {
	background: #fff url('../images/design/content-top.png') center top no-repeat;
	z-index: 10;
}
#content {
	padding: 10px;
	position: relative;
}
#content .breadcrumbs {
	font-size: 0.9em;
	margin-bottom: 0.2em;
}
#content .breadcrumbs .last {
	font-weight: bold;
}

/*** SIDEBAR-LEFT ***/
#sidebar-left-box {
	background: url('../images/design/sidebar-top.png') top left no-repeat;
}
#sidebar-left {
	padding: 10px 9px 10px 6px;
	font-size: 0.9em;
	color: #68675a;
}
#sidebar-left a {
	color: #68675a;
	text-decoration: none;
}
#sidebar-left a:hover {
	text-decoration: underline
}
#sidebar-left .box {
	margin-bottom: 17px;
}
#sidebar-left h3 {
	background: url('../images/design/sidebar-h3.png') left top no-repeat;
	color: #6f6b54;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0;
	margin-bottom: 6px;
}
#sidebar-left h3 a, #sidebar-left h3 span {
	color: #6f6b54;
	display: block;
	padding: 6px 5px;
	background: url('../images/design/sidebar-h3-bottom.png') right bottom no-repeat;
	text-decoration: none;
}
#sidebar-left h3 a:hover {
	color: #000;
	text-decoration: underline;
}

#sidebar-left ul {
	margin: 0;
	padding-left: 7px;
	font-weight: bold;
}
#sidebar-left ul.specials {
	margin-top: 6px;
	border-top: 1px solid #CEC597;
	padding-top: 4px;
}
#sidebar-left ul li {
	list-style: none;
	list-style-image: none; /* IE fix */
	margin: 0;
}
#sidebar-left ul li a {
	display: block;
	text-decoration: none;
	padding: 0.2em 0 0.2em 11px;
	background: url('../images/design/sidebar-arrow-right.gif') 2px 0.6em no-repeat;
	cursor: pointer;
}
#sidebar-left ul li a:hover, #sidebar-left ul li a.selected, #sidebar-left ul li.parent > a:hover {
	text-decoration: underline;
	background: url('../images/design/sidebar-arrow-right-strong.gif') 2px 0.6em no-repeat;
	font-weight: bold;
}
#sidebar-left ul li.parent > a {
	background: url('../images/design/sidebar-arrow-down.gif') left 0.8em no-repeat;
}

#sidebar-left ul ul {
	padding-left: 15px;
	font-weight: normal;
}

#sidebar-left form {
	display: block;
	text-align: center;
}
#sidebar-left input, #sidebar-left select {
	width: 159px; /* sirka jako ULs */
	font-size: 1.1em;
	margin-bottom: 2px;
}
#sidebar-left input.button {
	width: auto;
}
#sidebar-left select {
	width: 163px;
}

#sidebar-left .clanek {
	padding: 0 7px 8px 7px;
}
#sidebar-left .clanek a {
	text-decoration: underline;
}
#sidebar-left .clanek .heading {
	font-weight: bold;
}

/*** FOOTER ***/
#footer-box {
	height: 37px;
	background: #e4e0b5 url('../images/design/footer.png') top no-repeat;
}
#footer {
	color: #a3a07e;
	font-size: 0.8em;
	padding: 10px 12px 0 10px;
	line-height: 27px;
}
#footer a {
	color: #a3a07e;
}
#footer a:hover {
	color: #68675a;
}
#footer p {
	margin: 0;
}
#footer .left {
	float: left;
}
#footer .right {
	text-align: right;
}


/*** OBECNE ***/
a {
	text-decoration: underline;
	color: #15497e;
}
a:hover {
	color: #7cb42d;
}

h1, h2, h3, h4, caption {
	font-weight: bold;
	margin: 0 0 0.4em 0;
	color: #7cb42d;
}
h1 {
	color: #15497e;
	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-bottom: 1em;
}

dt {
	font-weight: bold;
}
li, dd {
	margin-left: 35px;
}
li {
	list-style-image: url('../images/design/li-bg.gif');
}

table td, th {
	padding: 0.2em 0.4em;
}
th {
	text-align: center;
}

img {
	border: 0;
}
p img {
	padding: 0.2em;
}

acronym, abbr, span.abbr {
	cursor: help;
	border-bottom: 1px dotted #888;
	font-variant: normal;
}
a:hover acronym, a:hover abbr, a:hover span.abbr {
	border-bottom: 0;
}

hr {
	clear: both;
	color: #ebe9e9;
	background: #ebe9e9;
	height: 1px;
	border: 0;
	margin: 5px 0 10px 0;
}

form {
	display: inline;
}
fieldset {
	display: block;
	padding: 10px 20px 10px 20px;
	border: 1px solid #999;
	width: 490px;
	margin-left: auto;
	margin-right: auto;
}
fieldset table {
	width: 100%;
	border: 0;
	margin: 0 auto 0.5em auto;
	text-align: left;
}
fieldset table td, fieldset table th {
	padding: 0.2em;
	border: 0;
}
fieldset textarea {
	width: 100%;
}
legend {
	padding: 0 0.3em;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #313131;
}

input[type=submit], button[type=submit] {
	padding: 0.1em 0.5em;
	cursor: pointer;
}
select option {
	padding-right: 0.3em;
}

/*** obecne CLASSES ***/
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.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;
}
.small {
	font-size: 0.9em;
}
.strong {
	font-weight: bold;
}

.cleaner {
	clear: both;
}
.clean-left {
	clear: left;
}
.clean-right {
	clear: right;
}
.nowrap {
	white-space: nowrap;
}

.noscreen {
	display: none;
}

/*** design CLASSES ***/
.povinne {
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	margin: -0.3em 0 0 0;
	color: #989898;
}
fieldset p.povinne {
	text-align: right;
	margin: 0 0 1.2em 0;
}
.porovnani .disabled {
	color: #999;
}
fieldset.mini {
	width: 55%;
	text-align: center;
}
fieldset.mini table {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
fieldset.mini .firma {
	margin: 14px 0 0 0;
	padding: 4px 6px;
	text-align: center;
	background: #dffab0;
	color: #000;
}
fieldset.mini .firma .povinne {
	color: #333;
	margin-top: 1px;
}
fieldset .warning textarea {
	border: 1px solid #888;
	border-bottom: 2px solid red;
}

/* zpravy */
.messages {
	padding: 0.4em;
	font-size: 0.9em;
	border: 1px solid #6b6a65;
	border-left-width: 4px;
	margin-bottom: 1em;
}
.messages p {
	margin-bottom: 0;
	padding: 0.1em 0;
}
.warning, .invalid_user_input, .fatal {
	color: red;
}
.warning, .fatal {
	font-weight: bold;
}

/* kosik - pridat do kosiku */
.cart-add {
	width: 28px;
	height: 27px;
	padding: 0;
	border: 0;
	background: #80b731 url('../images/design/kosik.gif') no-repeat;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
}
a.cart-add {
	display: block;
}
.cart-add span {
	display: none;
}
/* kosik - vetsi button i s napisem */
.product-info .cart-add {
	width: 140px;
	padding: 0;
}

/* porovnani - box */
#compare-box {
	font-size: 0.9em;
	border: 1px solid #e9ecc8;
	background: #f8fbd3;
	padding: 5px 8px;
	margin: 1em 0 0.4em 0;
	font-weight: bold;
}
#compare-box p {
	margin: 0;
}
#compare-box .left {
	float: left;
}

/* podkategorie */
table.podkategorie {
	width: 100%;
	margin-bottom: 12px;
}
table.podkategorie td {
	padding: 2px 0 2px 6%;
	width: 27.3%;
	vertical-align: top;
}
table.podkategorie td a {
	background: url('../images/design/li-bg.gif') no-repeat left;
	padding-left: 10px;
}
.filtr .line {
	padding: 0px 0 4px 0;
}
.filtr table.podkategorie {
	margin: 2px 0 4px 0;
}
.filtr table.podkategorie td a {
	background: none;
	padding-left: 0;	
}

/* nektere obecnejsi */
.poznamka {
	font-size: 0.95em;
	font-style: italic;
}
.porovnani {
	font-weight: bold;
}
.icons img {
	padding-right: 4px;
	padding-bottom: 2px;
}
.cena .sleva {
	font-size: 0.8em;
	color: #555;
}
.cena .sleva, .cena .sleva acronym {
	border-bottom: 0;
}
.cena .cena2 {
	font-size: 0.9em;
}

.icons img {
	cursor: help;
}


/* produkty - zkraceny seznam */
.head-info {
	float: right;
	font-weight: bold;
	font-size: 0.9em;
}
.head-info a {
	display: block;
	padding: 3px 5px;
	background: #F8FFE5;
	text-decoration: none;
}
table.prodlist-short {
	width: 100%;
	text-align: center;
	margin-bottom: 1.4em;
	border: 0;
	background: #fff;
}
table.prodlist-short td, table.prodlist-short th {
	width: 24%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0 solid #f2f8f2;
}
table.prodlist-short td.spacer {
	width: 1.3%;
	padding: 0;
	height: 1px;
	border: 0;
	background: #fff;
}
table.prodlist-short th {
	background: #f2f8f2;
}
table.prodlist-short th h3 {
	margin: 0;
	background: url('../images/design/short-list-tl.gif') top left no-repeat;
}
table.prodlist-short th h3 a {
	background: url('../images/design/short-list-tr.gif') top right no-repeat;
	display: block;
	text-decoration: none;
	color: #000;
	padding: 6px 8px;
}
table.prodlist-short th h3 a:hover {
	color: #7cb42d;
	text-decoration: underline;
}
table.prodlist-short td.image {
	border-width: 0 2px;
	vertical-align: middle;
}
table.prodlist-short td.image a {
	display: block;
	padding: 6px;
	text-align: center;
}
table.prodlist-short td.bottom {
	padding: 0.4em;
	border-width: 1px 2px 2px 2px;
}
table.prodlist-short .cena {
	float: right;
	text-align: right;
}
table.prodlist-short .cena2 {
	padding-top: 3px;
	display: block;
}
table.prodlist-short .col-left {
	float: left;
	text-align: left;
}
table.prodlist-short .kosik {
	margin-bottom: 5px;
}

table.prodlist-short.no-margin {
	margin-bottom: 0.6em;
}

/** produkty - seznam **/
/* vyrobci */
.filtr {
	border: 1px solid #ccc;
	background: #f2f8f2;
	padding: 5px 8px 0 8px;
	margin-bottom: 8px;
}
.filtr dl {
	width: 50%;
	margin-bottom: 2px;
}
.filtr dl dd {
	margin-left: 10px;
	padding-bottom: 2px;
}
.filtr dl.left {
	float: left;
}
.filtr dl.right {
	float: right;
	text-align: left;
}

/* razeni */
.razeni {
	float: left;
	padding: 3px 0;
	margin: 0;
	vertical-align: middle;
}
.razeni div {
	display: inline;
}
.razeni select {
	margin-right: 5px;
}
.razeni .up, .razeni .down {
	border: 0;
	padding: 0;
	width: 8px;
	height: 10px;
	margin-right: 2px;
}

.filtr-skladem {
	float: left;
	font-size: 0.9em;
	padding: 2px 0 2px 3px;
	margin-left: 8px;
}

/* strankovani */
.strankovani {
	padding: 5px 0;
	margin: 0;
	text-align: right;
}
.strankovani span {
	font-weight: bold;
}

/* vypis produktu */
table.prodlist {
	width: 100%;
	margin: 3px 0;
	clear: both;
	border: 1px solid #e4e8dd;
	border-width: 1px 0 0 1px;
}
table.prodlist td {
	width: 50%;
	vertical-align: top;
	padding: 3px 7px 0 7px;
	border: 1px solid #e4e8dd;
	border-width: 0 1px 0 0;
	font-size: 0.9em;
}
table.prodlist td.bottom {
	vertical-align: bottom;
	padding: 0 7px 3px 7px;
	border-width: 0 1px 1px 0;
}
table.prodlist h3, table.prodlist h2 {
	margin: 0 0 0.1em 0;
	font-size: 1.3em;
}
table.prodlist h3 a, table.prodlist h2 a {
	display: block;
	text-decoration: underline;
}
table.prodlist h3 a:hover, table.prodlist h2 a:hover {
	text-decoration: underline;
}
table.prodlist .poznamka {
	margin-bottom: 0.2em;
}
table.prodlist td .image {
	float: left;
	padding: 0.7em 0 0.3em 0;
}
table.prodlist p, table.prodlist .popis {
	margin: 0.3em 0 0.5em 0;
}
table.prodlist .popis {
	margin-top: 0.7em;
	line-height: 1.5;
}
table.prodlist .popis, table.prodlist .parametry, table.prodlist .dostupnost {
	margin-left: 112px;
}
table.prodlist p.parametry {
	font-style: italic;
}
table.prodlist div.row {
	clear: both;
	margin-top: 0.2em;
}
table.prodlist div.col-left {
	float: left;
}
table.prodlist div.col-right {
	text-align: right;
	margin-top: 0.2em;
}
table.prodlist .cena {
	text-align: right;
	font-size: 1.1em;
	margin: 0.3em 0 0.5em 0;
}
table.prodlist .cena2 {
	margin-top: 0.3em;
}
table.prodlist .kosik {
	float: right;
}
table.prodlist .dostupnost {
	margin: 0 0 0.2em 0;
	text-align: right;
}
table.prodlist .icons {
	padding-top: 11px;
}
table.prodlist .icons.first {
	padding-top: 0;
}


/* produkt - detail */
.product-info {

}
.product-info .poznamka, .product-info .kod {
	margin-top: -0.6em; /* bliz k H1 */
	margin-bottom: 0.6em;
}
.product-info .kod {
	color: #8F8F8F;
}
.product-info .kod strong {
	font-weight: normal;
	font-size: 1.15em;
}

.product-info .vyrobce {
	float: right;
	padding: 0.6em 0 0 0.2em;
}
.product-info .vyrobce img {
	margin-top: -0.1em;
}

.product-info .col-left {
	float: left;
	width: 250px;
	text-align: center;
	padding-bottom: 14px;
}
.product-info .col-left ul {
	margin: 0;
	text-align: center;
}
.product-info .col-left li {
	display: inline;
	list-style: none;
	list-style-image: none;
	padding: 0 14px;
	margin: 0;
}
.product-info .col-left li a {
	padding-left: 14px;
	font-size: 0.9em;
	background: url('../images/design/ico-plus.gif') no-repeat left center;
	color: #505050;
	text-decoration: none;
}
.product-info .col-left li.second a {
	background-image: url('../images/design/ico-next.gif');
}
.product-info .col-left li a:hover {
	color: #7cb42d;
	text-decoration: underline;
}

.product-info .col-right {
	clear: right;
	margin-left: 260px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 14px;
}
.product-info .col-right div {
	padding: 2px 0 3px 0;
	font-size: 1.1em;
}
.product-info .col-right .hodnoceni {
	padding-bottom: 2px;
}
.product-info .col-right .dostupnost strong {
	color: #00be16;
	text-transform: uppercase;
	font-size: 1.1em;
}
.product-info .col-right .dostupnost em {
	display: block;
	margin-top: 1px;
	color: #888;
	font-size: 0.8em;
}
.dod_poznamka {
	font-weight: bold;
	color: #000099;
}

.product-info .cena-box {
	width: 98%;
	float: right;
	border: 0;
	margin: 10px 0 0 0;
}
.product-info .cena-box td {
	border: 0;
	padding: 2px 2px 8px 2px;
	vertical-align: middle;
}
.product-info .cena-box td.cena {
	text-align: left;
	line-height: 1.2;
}
.product-info .cena-box td.cena .sleva {
	font-size: 0.95em;
	color: #000;
	margin-bottom: -0.2em;
}
.product-info .cena-box td.cena .sleva div {
	color: #a19d9e;
	font-style: italic;
	font-size: 0.9em;
}
.product-info .cena-box td.cena .cena strong {
	font-size: 1.5em; /* 13.5pt */
	color: #c31630;
}
.product-info .cena-box td.cena strong {
	font-weight: normal;
}
.product-info .cena-box td.cena .bez-dane {
	font-size: 0.8em;
	color: #a19d9e;
	margin: -0.2em 0 0 0.2em;;
}
.product-info .cena-box td.cena .vychozi {
	font-size: 0.9em;
	font-style: italic;
	margin-top: 0.1em;
}
.product-info .cena-box td.cena .cena2 {
	margin-top: 0.1em;
	font-size: 0.9em;
	color: #555;
}
.product-info .cena-box .atributy {
	text-align: left;
	font-size: 0.9em;
	border: 1px dotted #ccc;
	padding: 4px 5px;
}
.product-info .cena-box .atributy dl {
	margin: 0;
}
.product-info .cena-box .atributy dt {
	margin-bottom: 2px;
}
.product-info .cena-box .atributy dd {
	margin-left: 15px;
}
.product-info .cena-box .atributy dd.popis {
	margin-bottom: 5px;
}
.product-info .cena-box .atributy label {
	display: block;
	padding-bottom: 0.25em;
}
.product-info .cena-box .atributy label input {
	margin-right: 0.4em;
	vertical-align: middle;
	margin-top: -4px;
	margin-bottom: -4px;
}
.product-info .cena-box .atributy .kod {
	color: #8F8F8F;
	font-style: normal;
	padding-right: 4px;
}

.product-info .neprodava-se {
	text-align: center;
}

.product-info .icons {
	clear: right;
	text-align: right;
}
.product-info .icons img {
	padding: 3px 0 0 4px;
}

.popis-detail {
	clear: both;
	margin: 0 0 6px 0;
}

.akce {
	clear: both;
	margin: 0 0 0 8px;
}
.akce li {
	float: left;
	margin: 0 18px 0 0;
	list-style: none;
	list-style-image: none;
}
.akce li a {
	display: block;
	padding: 4px 2px 5px 16px;
	background: url('../images/design/ico-akce.gif') no-repeat left center;
	color: #505050;
}
.akce li a:hover {
	color: #7cb42d;
}
.akce-sep {
	clear: both;
	padding-bottom: 16px;
}

/* dalsi informace v detailu produktu */
.product-info-more {
	clear: both;
	margin-bottom: 15px;
}

/* zalozky */
ul.product-switcher {
	margin: 0;
}
ul.product-switcher li {
	float: left;
	margin: 0 1px 0 0;
	background: #fff url('../images/design/product-tab.gif') left top repeat-x;
	display: inline;
	font-size: 0.9em;
}
ul.product-switcher li a {
	float: left;
	display: block;
	padding: 0 10px;
	line-height: 20px;
	height: 20px;
	background: url('../images/design/product-tab-right.gif') right top no-repeat;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	outline: none;
}
ul.product-switcher li a:hover {
	text-decoration: underline;
	color: #000;
}
ul.product-switcher .selected {
	background-color: #cccc99;
	background-image: url('../images/design/product-tab-hover.gif');

}
ul.product-switcher .selected a {
	color: #fff;
	font-weight: bold;
	background-image: url('../images/design/product-tab-hover-right.gif');
}
ul.product-switcher .selected a:hover {
	color: #fff;
	text-decoration: none;
	cursor: default;
}
.tab-content {
	padding: 0 8px 8px 8px;
	border: 1px solid #cccc99;
	border-top-width: 4px;
	clear: both;
}
.tab-content h2 {
	margin: 0 -8px 8px -8px;
	padding: 3px 6px;
	background: #f2f2d0; /*#eaeacb;*/
	border-bottom: 1px solid #eaeacb;
	color: #000;
}
.tab-content h2 a {
	color: #313131;
	text-decoration: none;
	cursor: default;
}
.tab-content table.parametry {
	margin-bottom: 0;
}
.obrazky-dalsi img {
	vertical-align: top;
	padding: 0.2em;
}

/* parametry */
.parametry-box {
	overflow: auto;
}
table.parametry {
	width: 100%;
	font-size: 0.9em;
	border: 0;
}
table.parametry td, table.parametry th {
	width: 10%;
	vertical-align: top;
	padding: 0.3em 0.8em;
	border: 0;
	border-right: 1px solid #fff;
}
table.parametry td.first {
	font-weight: bold;
	white-space: nowrap;
	width: 1%;
	border-right-width: 2px;
}
table.parametry .odd {
	background: #F8FFE5;
}
table.parametry .even {
}
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;
}
table.parametry tfoot {
	background: #F8FFE5;
}
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 {
	float: right;
}

/* obrazky produktu */
#image_container {
	text-align: center;
	width: 100%;
	overflow: visible;
	margin-bottom: 1em;
}
#image_container img {
	border: 1px solid #ccc;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	padding: 1px;
}
#images_list img {
	border: 1px solid #ccc;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	padding: 1px;
	display: block;
	float: left;
}
#images_list a {
	float: left;
	display: block;
	padding: 4px;
}
#images_list a.selected {
	padding: 0;
	margin: 1px;
	border: 2px solid #4678AA;
}
#images_list a.selected img {
	border: 2px solid #6694C1;
}

.navrat-zpet {
	clear: both;
	text-align: center;
	font-size: 1.1em;
	background: #fcf4d4 url('../images/design/back.gif') no-repeat 510px center;
	padding: 18px 0 18px 20px;
	border: 2px solid #fbf1cb;
}
.navrat-zpet .arrow {
	float: right;
	display: block;
	width: 60px;
	text-decoration: none;
	margin: -18px 0;
	height: 48px;
}

/* cenik */
.cenik-podle {
	margin: 0;
	padding: 6px 0 12px 0;
	text-align: center;
	font-size: 1.1em;
}
table.prod-cenik {
	width: 100%;
	clear: both;
	border: 1px solid #e4e8dd;
	border-width: 1px 0 0 1px;
	font-size: 0.9em;
	margin-bottom: 1.8em;
}
.prod-cenik th, .prod-cenik td {
	border: 1px solid #e4e8dd;
	border-width: 0 1px 1px 0;
}
.prod-cenik th {
	background: #f2f5ee;
}
.prod-cenik th.nazev {
	text-align: left;
	font-weight: normal;
}
.prod-cenik a {
	text-decoration: none;
}
.prod-cenik .odd th.nazev {
	background: none;
}
.prod-cenik .even td, .prod-cenik .even th {
	background: #f9f9f9;
}
.prod-cenik th em {
	display: block;
	font-style: normal;
	font-weight: normal;
}
.prod-cenik td p {
	margin-bottom: 0;
}
.prod-cenik td.cena {
	text-align: right;
}
.prod-cenik td.cena strong {
	display: block;
	font-weight: normal;
}
.prod-cenik td.cena.vychozi {
	color: #888;
}
.prod-cenik th.vychozi {
	color: #777;
}
.prod-cenik th.vychozi em {
	font-style: italic;
	color: #838383;
}

h2.cenik a, h3.cenik a {
	text-decoration: none;
}
h2.cenik a img, h3.cenik a img {
	vertical-align: middle;
	margin-left: 4px;
}
h2.vyrobce {
	font-size: 1.6em;
	padding-top: 12px;
}
.vyrobce-logo {
	float: right;
	padding-top: 6px;
}

.akce.right {
	float: right;
	padding-top: 2px;
}
.akce.right li {
	margin-left: 10px;
	margin-right: 0;
}

/* kosik */
table.kosik {
	width: 100%;
	font-size: 0.9em;
	border: 1px solid #e4e8dd;
	border-width: 1px 0 0 1px;
	font-size: 0.9em;
	margin-bottom: 2em;
}
table.kosik th, table.kosik td {
	padding: 0.4em;
	border-color: #e4e8dd;
	border-style: solid;
	border-width: 0 1px 1px 0;
}
table.kosik th {
	background: #f4f7ee;
}
table.kosik .first {
	border-right: 0;
}
table.kosik .cena {
	text-align: right;
}
table.kosik .atributy {
	font-size: 0.9em;
}
table.kosik td acronym {
	border-bottom: none;
	font-weight: bold;
}
table.kosik .cena-celkem td acronym {
	font-weight: normal;
}
table.kosik .prepocitat td {
	text-align: right;
}
table.kosik tr.cena-celkem th, table.kosik tr.cena-celkem td {
	background: #f4f7ee;
	vertical-align: top;
	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;
}
img.neni-skladem-ico {
	vertical-align: middle;
	margin: -7px 3px -7px 3px;
	cursor: help;
}
.neniSkladem {
	text-align: center;
	font-style: italic;
}

.button-zpet {
	float: left;
}
.button-pokracovat {
	float: right;
}
.button-pokracovat input {
	font-weight: bold;
}

/* proces objednavky */
h1.objednavka {
	font-size: 1.8em;
	padding: 5px 0;
	margin-bottom: 0.6em;
}
h1.objednavka span {
	display: block;
	color: #999;
	font-size: 0.8em;
	font-weight: normal;
}
.objednavka-proces {
	padding: 13px 0 0 0;
	float: right;
}
.objednavka-proces img {
	vertical-align: middle;
}

/* osobni udaje, doprava a platba, shrnuti */
.osobni-udaje fieldset {
	width: auto;
}
.osobni-udaje fieldset table, .doprava-platba fieldset table {
	width: 100%;
	margin-bottom: 0.4em;
}
.osobni-udaje fieldset table td {
	padding: 0.2em;
	width: 17%;
}
.osobni-udaje fieldset table td.for-input {
	width: 33%;
}
.osobni-udaje fieldset table input, .osobni-udaje fieldset table select {
	width: 85%;
}
.osobni-udaje fieldset textarea, .doprava-platba fieldset textarea  {
	width: 85%;
	height: 7em;
	margin-bottom: 0.4em;
}

table.firma_otazky table input {
	width: auto;
}
table.firma_otazky div.checks {
	padding: 2px 6px;
	margin: 2px 0 3px 8px;
	background: #f6f6f6;
}
table.firma_otazky div.checks table {
	padding: 0;
}
table.firma_otazky div.checks table td {
	padding: 1px 2px;
	width: 33%;
	vertical-align: top;
}
table.firma_otazky div.checks table td input {
	vertical-align: middle;
}
table.firma_otazky div.checks input.text-input {
	width: 87%;
	margin-left: 13%;
}
table.firma_otazky td.for-input input, table.firma_otazky td.for-input textarea {
	width: 100%;
}

.doprava-platba fieldset {
	width: auto;
}
.doprava-platba fieldset table td {
	padding: 0.1em;
	vertical-align: top;
}
.doprava-platba fieldset table td.for-input {
	width: 20px;
}

.doprava-platba .popis {
	font-size: 0.9em;
	color: #999;
}
.doprava-platba fieldset table .cena {
	white-space: nowrap;
}

table.objednavka-shrnuti {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #e4e8dd;
	border-top: 0;
}
table.objednavka-shrnuti caption {
	text-align: left;
	font-size: 1em;
	background: #f4f7ee;
	color: #000;
	border: 1px solid #e4e8dd;
	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;
}

/* seznam vyrobcu */
table.vyrobci-seznam {
	width: 100%;
	border: 1px solid #e4e8dd;
	border-width: 1px 0 0 1px;
}
table.vyrobci-seznam td {
	width: 25%;
	border: 1px solid #e4e8dd;
	border-width: 0 1px 1px 0;
	padding: 0.2em;
	vertical-align: top;
	text-align: center;
}

/* detail vyrobce */
.vyrobce-info .obrazek {
	float: right;
	padding: 0 0 12px 16px;
}

/* vyhledavani */
.search {
	text-align: center;
}
.search input.text {
	width: 50%;
}


/* prehled objednavek */
table.objednavky {
	width: 100%;
	border: 1px solid #e4e8dd;
	border-width: 1px 0 0 1px;
}
table.objednavky th, table.objednavky td {
	padding: 0.2em;
	border: 1px solid #e4e8dd;
	border-width: 0 1px 1px 0;
}
table.objednavky th {
	background: #f4f7ee;
}

/*** cms ***/
.sep {
	clear: left;
	margin: 0 20px;
	border-bottom: 1px dotted #ebe9e9;
	padding-top: 0.8em;
	margin-bottom: 0.4em;
}

.obrazek {
	float: right;
	padding: 0.2em 0 0.2em 0.5em;
}

/* seznam clanku */
.item {
	font-size: 1.1em;
	padding-bottom: 0.6em;
}
.item h2, .item h3 {
	margin-bottom: 8px;
}
.info-top {
	font-weight: bold;
	margin-bottom: 0.35em;
	font-size: 0.9em;
}
.item .perex {
}
.item p {
	margin-bottom: 0;
}
.item img {
	float: left;
	padding-right: 1.2em;
}
.item .info-bottom {
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 0.4em;
}
.content-perex, .content-obsah {
	font-size: 1.1em;
}
.content.info-top {
	font-size: 1em;
}

/* komentare */
.comment {
	padding: 2px;
	border: 1px solid #eaf7c9;
	margin-bottom: 10px;
	font-size: 0.9em;
}
.comment .heading {
	background: #F8FFE5;
	padding: 0.4em 0.5em;
	position: relative;
}
.comment .heading .reaction {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.4em 0.5em;
	text-align: right;
	display: block;
}
.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; }

/* JS images gallery */
/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff; overflow: hidden;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer {
position: relative;
overflow: hidden;
border: 4px solid #CCCC99;
margin: 0 0 1px 0;
}
.stripViewer ul {
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 100%;
}
.stripViewer ul li {
float:left;
margin: 0;
position: relative;
list-style-type: none;
list-style-image: none;
}
.stripTransmitter {
clear: left;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0 1px 1px 0;
list-style-type: none;
list-style-image: none;
}
.stripTransmitter a {
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #CCCC99;
color: #fff;
text-decoration: none;
display: block;
_zoom: 1;
}
.stripTransmitter a:hover, a.current{
background: #F2F2D0;
color: #000;
}