* {
	margin: 0px;
	padding: 0px;
}
body {
  background-color:  #fff ;
  background-image: url(/files/images/back-brown.jpg);
  background-repeat: repeat-x;
  background-position: 0 0;
  color:  black;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
}
body#uvodni-strana {
  background-image: url(/files/images/back.jpg);
}
#background{
  width: 100%;
  background: url(/files/images/back-pattern-brown.jpg) center top no-repeat;
  height: auto;
}
body#uvodni-strana #background{
  background: url(/files/images/back-pattern.jpg) center top no-repeat;
}

/* sirka celého webu, vycentrovani na stred */
#pageContainer {
  background-color:  transparent ;
  background-image: url(/files/images/main.jpg);
  background-repeat: repeat-y;
  background-position: 0 0;
  max-width: 1003px;
  margin: 0px auto; 
}
/* hlavicka */
#headContainer {
	background-color:  transparent ;
	border: none;
  border-bottom: 1px solid white;
  width: 100%;
}
#head, .back-orange { 
  margin: 0 auto;
  max-width: 1003px;
}

#head img {
  float: left;
}
.nadpis
{ float: right;
  padding: 65px 50px 15px 0px;
}

.nadp1
{ color: #D6661A;
  font-size: 20pt;
}

.nadp2
{ color: #4D3527;
  font-size: 20pt;
  text-transform: uppercase;
}
.back-orange {
  background-image: url(../files/images/horni-menu-bg.png);
  background-repeat: repeat-x;
  background-position: top;
  background-color: rgb(255,234,220);
  padding: 0 8px;
  border-radius: 5px 5px 0 0;
  border: 1px solid rgb(255,255,255);
}
.searchBox {
  margin: 12px 0 0 0;
  float: right;
}

.searchBox .searchText
{ background: transparent url(/files/images/vyhledavani-pole.jpg) no-repeat;
  border: none;
  width: 160px;
  max-width: 96%;
  padding: 12px 3px 7px 8px;
  display: block;
  float: left;
}

.searchBox .searchSubmit
{ background: transparent url(/files/images/vyhledavani-tl.jpg) no-repeat;
  border: none;
  width: 46px;
  height: 33px;
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
  cursor: pointer;
}
/* horni menu */
#menuTop {
  background-color: transparent;
  clear: both;
  padding: 0;
  float: left;
}
/* obsahova cast */
body#uvodni-strana #content {	
	padding: 0px 11%;
}
#content {
  border: none;
  padding: 10px 0px;
  clear: both; 
}
#main-box {
  padding: 5px 3% 15px 3%;
  text-align: left;
  color: #444444;
  background-color: white;
  border-radius: 10px;
  box-shadow: 3px 3px 6px rgba(203,203,203,0.5);
  border: 1px solid rgb(234,234,234);    
}
body#dalsi-strany #main-box {
  width: 70%;
  float: right;
  min-height: 500px;
}
/* levý sloupec */
.left-box {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0; 
  width: 22%;
  float: left;
  z-index: 99;
}
/* levy sloupec */
.box-left-top {
  background-color: transparent;
  background-image: url(/files/images/leftMenuTitle.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  color: white;
  height: 22px;
  width: auto;
  padding: 6px 0px 0px 30px;
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
}
#box-left-kategorie {
	border: solid 1px #D1D1D1;
  height: auto;
	width: auto;
	padding: 2px 2px 2px 2px;
}
.box-left-container {
  background: url(/files/images/rychl-kontakt.png) no-repeat;
  background-position: right 50%;
	padding: 10px 5%;
  margin-top: 10px;
	margin-left: 0px;
	text-align: left;
  border: 1px solid rgb(255,245,238);
  border-radius: 5px;
}
.box-left-container p{
padding: 10px 0px 8px 0px;

}
.box-left-container div {
  padding: 0px 0px;
}
.box-left-container a {
  color: #DB4F0B;
  padding: 5px 0px;
}
/*footer*/
#footer {
	background-color: transparent;
	color: #4A3325;
	height: auto;
	padding: 10px 0px;
	clear: both;
}
#footer a,
#footer a:visited {
	color: #4A3325;
	text-decoration: none;
}

#footer a:hover
{ text-decoration: underline;
}

#footer_menu {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 11% 0 11%;
}
.copy {
  margin-top: 5px
}
/**********************************/
/*         DEFAULTNI HODNOTY     */
/**********************************/

h1 {
	color: #D66517;
	font-size: 22px;
	margin: 10px 0px;
	line-height: 1.4;
	font-weight: normal;
}
h2 {
	color: #119B22;
	font-size: 20px;
	padding: 10px 0px 8px 0;
	line-height: 1.4;
	font-weight: normal;
}
h3 {
	color: #000;
	font-size: 18px;
	padding: 10px 0px 6px 0px;
	line-height: 140%;
}
h4 {
	color: #323232;
	font-size: 16px;
	border-bottom: dotted 1px #666;
	padding: 10px 0px 6px 0px;
}
#main-box{
  z-index: 1;
}
img {
  margin: 5px 1%;
  max-width: 98% !important;
  height: auto !important;
}
#main-box img {
  border: 5px solid #E59C69;
  max-width: 88% !important;
}
#main-box p {
  text-align: justify;
}
p {
  margin-bottom: 6px;
}

a {
  color: #313131;
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}

table {
  border-collapse: collapse; 
}

table, img, ul, ol, li, form {
  border: none;
}

ul, ol {
  list-style-position: inside;
  margin: 0px 0px 6px 2%;
}
#reset
{
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.clear {
  clear: both;
}
.float-left {
  float: left;
}
float-right {
  float: right;
}
.center { 
  width: auto;
  text-align: center;
}
.overflow-hidden {
  overflow: hidden;
}
#main-box p.fotky {
  max-width: 95%; 
  width: 150px;
  text-align: center; 
  float: left;
  margin-right: 5px;
  min-height: 120px;
}
table, table.dva-sloupce, table.cenik {
  border: 1px solid black; 
  border-image: none; 
  text-align: center; 
  table-layout: fixed; 
}
table td {
  padding: 5px 1%;
}
table.dva-sloupce {
  width: 50%;
}
table.ceniky {
  border: none;
  text-align: left;
  width: 97%;
  margin-bottom: 20px;
  vertical-align: bottom;
}
table.ceniky tr {
  border-bottom: 1px solid #D66517;
}

table.ceniky img {
  border: none !important;
  vertical-align: middle;
}
table.ceniky td {
  width: 20%;
  padding: 5px 0.5%;
}
table.ceniky td:first-child {
  width: 56%;
}
table.cenik {
  width: 45% !important;
}
table.cenik thead {
  border: 0px solid black !important;
  text-align: left;
  padding: 5px 10px !important;
}

table.cenik td.prvni {
  width: 40%;
}
table.cenik td.druhy {
  width: 30%;
}
table.cenik td.treti {
  width: 30%;
}
table.dva-sloupce th.prvni {
  width: 20%;
  padding: 5px;
}
table.dva-sloupce th.druhy {
  width: 70%;
}
div.dva-sloupce p {
  width: 350px;
  max-width: 95%;
  float: left;
  font-weight: bold;
  min-height: 105px;
}
div.dva-sloupce1 p {
  width: 350px;
  max-width: 95%;
  float: left;
  margin-top: 15px;
}
div.dva-sloupce2 {
  width: 340px;
  max-width: 95%;
  float: left;
  margin: 15px 10px 0 0;
}
#main-box div.min-border img {
  border: 1px solid #E59C69;
  padding: 4px;
}
#main-box div.min-border img:hover {
  border: 5px solid #E59C69;
  padding: 0;
}
/* Slide */
div#slideshow {
  margin: 0 9%;
  width: 82%;
}
#wrapper {
	margin: 0 auto;
	width: 100%;
	padding: 20px 0 0;
	overflow: hidden;
}
h1

pre {
	margin: 0 0 15px;
	padding: 5px 10px;
	color: #444;
	display: block;
	border: 1px solid #eee;
	background: #fff;
}
.gallery {
	padding: 0px 30px 20px 30px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.gallery .holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.gallery .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30000px;
}
.gallery .holder ul li {
	float: left;
	width: 761px;
	padding: 0 1px 1px 0;
}
.gallery .holder ul li img { display: block; }
/* vertical mode */
.gallery-vert { width: 240px; }
.gallery-vert .holder { height: 362px; }
.gallery-vert .holder ul { width: auto; }
.gallery-vert .holder ul li { float: none; }
.gallery-vert .holder ul li img {
	vertical-align: top;
	display: inline;
}
/* one item */
.gallery-one,
.gallery-vert-one { width: 240px; }
.gallery-vert-one .holder { height: 180px; }
.gallery-vert-one .holder ul { width: auto; }
.gallery-vert-one .holder ul li { float: none; }
.gallery-vert-one .holder ul li img {
	vertical-align: top;
	display: inline;
}
/* fade */
.gallery-fade { width: 240px; }
.gallery-fade .holder ul {
	width: 100%;
	height: 180px;
}
.gallery-fade .holder ul li {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	padding: 0;
}
/* gallery6 */
.gallery6 { width: 740px; }
.gallery6 .thumbs {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 120px;
}
.gallery6 .thumbs li { padding: 0 0 1px; }
.gallery6 .thumbs li a {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
}
.gallery6 .thumbs li span {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background: url(../images/fader.png);
	width: 100%;
	height: 90px;
	text-indent: -9999px;
	cursor: pointer;
}
.gallery6 .thumbs li .active span,
.gallery6 .thumbs li a:hover span { background: none; }
.gallery6 .thumbs img { vertical-align: top; }
.gallery6 .holder {
	float: left;
	width: 480px;
	margin: 0 10px;
	display: inline;
}
.gallery6 .holder ul {
	width: 100%;
	height: 360px;
}
.gallery6 .holder ul li { height: 360px; }
.gallery6 .control {
	position: absolute;
	z-index: 2;
	top: -40px;
	left: 0;
	background-color: #fff;
	padding: 5px;
	width: 70px;
}
.gallery6 .prev { left: -50px; }
.gallery6 .next { right: -50px; }
.gallery6 .title {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	background-color: #000;
	color: #fff;
	padding: 10px;
	width: 460px;
}
.paging {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 100;
}
.paging ul {
	margin: 0;
	padding: 0;
}
.paging li {
	padding: 0 10px 0 0;
	float: left;
	list-style: none;
}
.paging li a {
	width: 14px;
	height: 14px;
	display: block;
	background-color: red;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.paging li a.active {
	background-color: yellow;
	color: red;
}
.next,
.prev {
	position: absolute;
	right: 0px;
	top: 180px;
	margin-top: -30px;
	width: 69px;
	height: 68px;
	background: url(/files/images/button-slide-right.png) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.next-disable { background: url(/files/images/button-slide-left.png) no-repeat; }
.prev {
	background: url(/files/images/button-slide-left.png) no-repeat;
	right: auto;
	left: 0px;
}
.prev-disable { background: url(/files/images/button-slide-right.png) no-repeat; }
.stop,
.start {
	background: url(../images/btn-pause.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 0 0 10px;
	outline: none;
	cursor: pointer;
}
.stopped .start { 
  background: url(../images/btn-play.png) no-repeat;
}
.start, .no-active .start {
	margin: 0;
	background: url(../images/btn-play-disable.png) no-repeat;
}
.stopped .stop {
  background: url(../images/btn-pause-disable.png) no-repeat;
}
.control {
	font-size: 18px;
	line-height: 21px;
	padding: 5px 0 0;
}
.nav {
	position: fixed;
	top: 150px;
	left: 0;
	padding-left: 10px;
	z-index: 100;
	border-right: 1px solid #ddd;
	width: 115px;
	background: #f4f5f5;
}
.nav strong {
	font-size: 14px;
	line-height: 17px;
	color: #686c70;
}
.nav ul {
	margin: 0;
	padding: 14px 0 0;
	list-style: none;
}
.nav ul li {
  padding: 0 0 5px;
}

/* formulare */
.form_content fieldset { 
  background-color: #EEEEEE; 
  margin: 0;
  padding: 1em;
  border: 1px solid #AAAAAA;
}
.form_content fieldset legend { 
  background-color: #AAAAAA;
  padding: 6px 12px;
  color: #000000; 
  display: none;
}
.form_content input, textarea { 
  border: 1px solid #AAAAAA;
  margin: 0px;
  padding: 0.25em;
  font-size: 1em;
}

.form_content input.submit { 
  background-image: url(/files/images/button-odeslat.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  border: none;
  color: #ffffff;  
  width: 69px;
  height: 24px;
  cursor: pointer;
}
.form_content fieldset p label { 
  display: block;
}
.form_content fieldset p input { 
  width: 60%;
}
.form_content fieldset p textarea { 
  width: 97%;
}
.form_content fieldset p.submit {
  margin-bottom: 0;
}

/**********************************/
/*         KATEGORIE		          */
/**********************************/
/*
.ddmx_shop {
	padding: 0px 0px 0px 0px;
}

#x__kategorie A,#x__kategorie A:VISITED {
	text-decoration: none;
	background: transparent url(/files/images/leftMenuItem.jpg) no-repeat;
	display: block;
	padding: 5px 0px 0px 20px;
	font-size: 9pt;
	width: 174px;
	height: 22px;
	border: none;
	color: #303030;
}
#x__kategorie A:HOVER {
	color: #DA261D;
	
}

#x__kategorie UL, LI {
	padding:0px;
	margin: 0px 0px 1px 0px;	
}
#x__kategorie UL {
	list-style: disc;
	padding: 0px;
}
#x__kategorie LI {
	list-style: none;
	line-height: 14px;
	padding-left: 0px;
}


#x__kategorie LI.uroven_selected_1 a, 
#x__kategorie LI.uroven_selected_1 a:visited
{
	text-decoration: none;
	background: transparent url(/files/images/leftMenuItem.jpg) no-repeat;
	display: block;
	padding: 4px 0px 0px 20px;
	font-size: 9pt;
	width: 201px;
	height: 21px;
	border: none;
	color: #434343;
	font-weight: bold;
}
*/
/* 2. uroven */
/*
#x__kategorie LI.uroven_2,
#x__kategorie LI.uroven_selected_2 {
	padding:0px 0px 0px 0px;
	border-bottom: solid 1px #D1D1D1;
}

#x__kategorie LI.uroven_2 a, #x__kategorie LI.uroven_2 a:visited{
	color: #303030;
	background: transparent;
	width: auto;
	height: auto;
	padding: 5px 0px 5px 20px;
	width: auto;
  font-weight: normal;
}

#x__kategorie LI.uroven_2 a:hover{
	color: #DA261D;
}

#x__kategorie LI.uroven_selected_2 a, 
#x__kategorie LI.uroven_selected_2 a:visited
{
  color: #303030;
	background: transparent;
	width: auto;
	height: auto;
	padding: 5px 0px 5px 20px;
	width: auto;
  font-weight: normal;
	font-weight: bold;
}

*/
/* uroven 3 */
/*
#x__kategorie LI.uroven_3,
#x__kategorie LI.uroven_selected_3 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}


#x__kategorie LI.uroven_3 a, 
#x__kategorie LI.uroven_3 a:visited{
	color: #303030;
	background: transparent;
	width: auto;
	height: auto;
	padding: 5px 0px 5px 40px;
	width: auto;
	font-size: 8pt;
  	font-weight: normal;
}


#x__kategorie LI.uroven_3 a:hover{
	color: red;
	font-size: 8pt;
}

#x__kategorie LI.uroven_selected_3 a, 
#x__kategorie LI.uroven_selected_3 a:visited,
#x__kategorie LI.uroven_selected_3 a:hover
{
	color: #303030;
	background: transparent;
	width: auto;
	height: auto;
	padding: 5px 0px 5px 40px;
	width: auto;
	font-size: 8pt;
  	font-weight: bold;
}

*/
/* uroven 4 */
/*
#x__kategorie LI.uroven_4,
#x__kategorie LI.uroven_selected_4 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#x__kategorie LI.uroven_4 a, 
#x__kategorie LI.uroven_4 a:visited{
	color: #303030;
	background: transparent;
	width: auto;
	height: auto;
	padding: 5px 0px 5px 55px;
	width: auto;
	font-size: 8pt;
  	font-weight: normal;
}

#x__kategorie LI.uroven_4 a:hover{
	color: red;
	padding: 5px 0px 5px 55px;
	font-weight: normal;
}

#x__kategorie LI.uroven_selected_4 a, 
#x__kategorie LI.uroven_selected_4 a:visited,
#x__kategorie LI.uroven_selected_4 a:hover
{
	color: #303030;
	background: transparent;
	width: auto;
	height: auto;
	padding: 5px 0px 5px 55px;
	width: auto;
	font-size: 8pt;
  font-weight: bold;
}
*/
/************************************/

DIV#category {
    margin-bottom: 10px;
    visibility:visible;
	  border: solid 1px #D1D1D1;
	  padding: 2px;
}
DIV#category DIV {
    margin-left:0px;
}
DIV#category P {
  text-decoration: none;
	background: transparent url(/files/images/leftMenuItem.jpg) no-repeat;
	display: block;
	padding: 5px 0px 5px 26px;
	font-size: 8.5pt;
	width: auto;
	border-bottom: 1px solid #E5E3E4;
	color: black;
}
DIV#category P a.selected {
  font-weight: bold;
}
DIV#category P.close {
    background-image:url(/files/images/leftMenuItem.jpg);
    background-repeat: no-repeat;
    background-position: 0px -54px;
}
DIV#category P.open {
    background-image:url(/files/images/leftMenuItem.jpg);
    background-repeat: no-repeat;
    background-position: 0px -27px;
}

DIV#category A {
    display: inline;
    padding-left: 0px;
    text-decoration:none;
}
DIV#category A:hover {
    text-decoration:underline;
    color:#000000;
}

/********************/
DIV#category DIV.item2 P {
  background-color: #F2F2F2;
  background-image: none;
  padding: 5px 0px 5px 35px;
  background-position: 20px center;
}
DIV#category DIV.item2 P.close {
    background-image:url(/files/images/plus.gif);
    background-repeat: no-repeat;
    background-position: 15px center;
}
DIV#category DIV.item2 P.open {
    background-image:url(/files/images/minus.gif);
    background-repeat: no-repeat;
    background-position: 15px center;
}
/**********************/
DIV#category DIV.item3 P {
  background-color: #F2F2F2;
  background-image: none;
  padding: 5px 0px 5px 50px;
  background-position: 20px center;
}
DIV#category DIV.item3 P.close {
    background-image:url(/files/images/plus.gif);
    background-repeat: no-repeat;
    background-position: 35px center;
}
DIV#category DIV.item3 P.open {
    background-image:url(/files/images/minus.gif);
    background-repeat: no-repeat;
    background-position: 35px center;
}
/**********************/
DIV#category DIV.item4 P {
  background-color: #F2F2F2;
  background-image: none;
  padding: 5px 0px 5px 60px;
  background-position: 20px center;
}
DIV#category DIV.item4 P.close {
    background-image:url(/files/images/plus.gif);
    background-repeat: no-repeat;
    background-position: 45px center;
}
DIV#category DIV.item4 P.open {
    background-image:url(/files/images/minus.gif);
    background-repeat: no-repeat;
    background-position: 45px center;
}
/**********************************/
/* KOSIK				               */
/**********************************/
.kosikContainer {
	background: transparent none;
	width: auto;
	height: 80px;
	margin: 0px 0px 0px 0px;
}
.kosikBox {
	padding: 118px 60px 0px 0px;
	text-align: right;
}
.kosik a,
.kosik a:hover {
	color: white;
	font-weight: normal;
	text-decoration: none;
}
.kosikCena a,
.kosikCena a:hover {
	background: White;
	border: 1px solid black;
	padding: 3px;
	color: black;
	text-decoration: none;
}


/**********************************/
/* LOGIN			                  */
/*********************************/
.headLoginBox {
  background: transparent;
  float:right;
  font-size:9pt;
  height:18px;
  margin:0px 10px 0px 0px;
  padding: 8px 20px 0px 20px;
}
.headLoginBox a {
  text-decoration: none;
  color: black;
}
/******** login form ********/
form#loginform {
  padding: 0px;
}
table.tableLoginForm input.button,
.button {
	background: url(/files/images/tlacitkoAktualizovat.jpg) no-repeat;
	width: 104px;
	height: 22px;
	color: white;
	font-size: 10pt;
	text-align: right;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: none;
	text-align: center;
}
table.tableLoginForm input.buttonRegistrace,
input.buttonRegistrace {
	background: url(/files/images/tlacitkoPokracovat.jpg) no-repeat;
	width: 102px;
	height: 22px;
	color: white;
	font-size: 10pt;
	text-align: right; 
	text-decoration: none;
	border: none;
	text-align: center;
	margin-top: 3px;
	padding: 0px 0px 0px 0px;
}
div.loginFailure {
  padding: 5px;
  color: red;
  font-size: 10pt;
  font-weight: bold;
  background-color: #FF8E8E;
  border: solid 1px red; 
  width: 190px;
  margin: 5px 0px;
}
table.tableLoginForm {
  width: 200px;
  font-size: 9pt;
}
table.tableLoginForm input {
  width: 200px;
}

/*********************************/
/*   PREHLED PRODUKTU            */
/*********************************/
.kategoriePopis div {
  padding-right: 15px;
}

.produktPrehledTableContainer {
	width: 333px;
}
.produktPrehledTableContainer td {
	text-align: center;
}
#main-box td.produktPrehledName {
	color: #E73028;
	text-align: center;
}
#main-box .produktPrehledName a,
#main-box .produktPrehledName a:visited {
	color: #E73028;
}
#main-box .produktPrehledName a:hover {
	color: #E73028;
}

td.produktPrehledImg  {
height:100px;
padding:5px 0px;
text-align:center;
vertical-align:middle;
width: auto;
}

#main-box td.produktPrehledPopis {
  color:#4C4C4C;
  height:50px;
  padding-top:5px;
  text-align: center;
  vertical-align:top;
}
/* cena */
span.produktPrehledCenaSDPH {
	color: black;
}
/* tlacitka */
input.buttonAddToCart {
	color: white;
	background: transparent url(/files/images/buttonRed.jpg) no-repeat 0px 0px;
	height: 22px;
	width: 64px;
	padding: 0px 0px 0px 0px;
	border: none;
}

input.buttonDetail {
  color: white;
	background: transparent url(/files/images/buttonGreen.jpg) no-repeat;
	text-align: center; 
	text-decoration: none;
	height: 22px;
	width: 64px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	border: none;
  right: 0px;
  font-size: 9pt;
}

td.produktPrehledDetail {
  padding-bottom: 10px;
}
td.produktPrehledDetail a {
  color: white;
	background: transparent url(/files/images/buttonGreen.jpg) no-repeat;
	display: block;
	text-align: center; 
	text-decoration: none;
	height: 19px;
	width: 64px;
	padding: 3px 0px 0px 0px;
	margin: 0 auto;
}

/* dostupnost */
#main-box .produktPrehledTableContainer .produktDostupnost {
  color: #009900;
}
/* strankovani */
b.pgr {
  color: #1B4A82;
}

/*********************************/
/*   DETAIL PRODUKTU            */
/*********************************/

.produktDetailKategorie {
	color: Black;
	background: url(/files/images/produktArrow.jpg) no-repeat left top;
}

td.produktDetailName {
	color: #4E88D0;
}

.produktDetailPopisTitle {
	background: url(/files/images/produktPopisShadow.jpg) repeat-x;
	border: solid 1px gray;
	color: Black;
}
.produktDetailParamTable td {
	border-bottom: 1px dotted silver;
}

td.produktCenaSDPH {
	color: #B22222;
}

table.ClassInfoHodnoty td {;
	color: #101010;
}

/******** DALSI OBRAZKY ********/
div.detailProduktDalsiImg {
  float: left;
  padding: 5px;
  width: 30%;
  min-height: 150px;
  _height: 150px;
}
div.detailProduktDalsiImg img {
  margin: 5px 5px 5px 0px;
}

/********** SESTAVY ************/
div.produktDetailSestavaContainer {
  padding: 0px 0px 0px 0px;
  border: solid 1px silver;
	background: white;
	margin-top: 10px;
	float: right;
	width: 100%;
}
div.produktDetailSestava {
  padding: 5px 5px 15px 5px;

}
#main-box div.produktDetailSestava > h3 {
  color: #990000;
  font-size: 12pt;
}

div.produktDetailSestavyImg {
  float: left;
  width: 50%;
}
div.produktDetailSestavyParam {
  float: left;
  padding: 0px 0px 0px 20px;
  width: 320px;
}


/*********************************/
/*         OBJEDNAVKA            */
/*********************************/

.kosikNavigace {
	width: auto;
	height: 55px;
}

.kosikNavigace .kosikFaze {
	background: url(/files/images/kosikFaze.jpg) no-repeat;
	width: 140px;
	height: 27px;
	display: block;
	float: left;
	padding: 10px 0px 0px 30px;
	margin-right: 10px;
}
.kosikNavigace #fazeSelected {
	background: url(/files/images/kosikFazeSelected.jpg);
	color: White;
	width: 140px;
	height: 27px;
	display: block;
	float: left;
	padding: 10px 0px 0px 30px;
	margin-right: 10px;
}

/* registrace */
.registraceTable {
	width: 100%;
	margin-top: 0px;
}
.registraceTable td {
	padding: 4px 4px 4px 4px;
}
td.registraceTitle {
	background: #4E88D0 url(/files/images/registraceArrow.jp) no-repeat 3px 3px;
	font-size: 10pt;
	padding: 4px 4px 4px 10px;
	color: white;
}

/* inputy povinne, alert */
table.registraceTable .povinneTD,
table.registraceTable .alertTD {
  font-weight: bold;
}

table.registraceTable .alert {
  border: 2px solid red;
}
/* Strankovani v kosiku */
.kosikPager {
	padding: 20px 0px 0px 0px;
}
#main-box input.pagerBack {
	background: url(/files/images/buttonRed.jpg) no-repeat; 
	width: 64px;
	height: 22px;
	float: left;
	display: block;
	color: white;
	font-size: 10pt;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: none;
	text-align: center;
}

#main-box input.pagerFw {
	background: url(/files/images/tlacitkoPokracovat.jpg) no-repeat;
	width: 102px;
	height: 22px;
	color: White;
	font-size: 10pt;
	text-align: right;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: none;
	text-align: center;
}
#main-box input.buttonAktualizovat {
	background: url(/files/images/tlacitkoAktualizovat.jpg) no-repeat;
	width: 104px;
	height: 22px;
	/*float: right;
	display: block;*/
	color: white;
	font-size: 10pt;
	text-align: right;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: none;
	text-align: center;
}

#main-box .kosikRight {
  float: right;
  width: 280px;
  text-align: right;
}

/* P�ehled kosiku */
.addToCartTxt {
	width: auto;
	padding: 5px 5px 5px 10px;
	margin-bottom: 20px;
	background: #91BDE0 url(/files/images/registraceArrow.jp) no-repeat 3px 4px;
	color: white;
}

table.kosikTablePrehled {
	width: 100%;
  _width: 99%;
}
table.kosikTablePrehled th {
	background: #4E88D0;
	color: White;
	padding: 20px 10px 10px 10px;
	border-left: solid 1px white;
}

table.kosikTablePrehled td {
	background: transparent;
	padding: 5px 5px 5px 5px;
	border-left: solid 1px #4E88D0;
	text-align: center;
}
div.kosikCelkovaCena {
	background: transparent;
	border: solid 1px #4E88D0;
	padding: 15px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

div.kosikCelkovaCena .kosikCelkovaCenaBezDPH {
  line-height: 180%;
  font-size: 10pt;
  font-weight: normal; 
}
div.kosikCelkovaCena .kosikCelkovaCenaBezDPH .kosikCelkovaCenaNum {
	color: #444444;
}

div.kosikCelkovaCena .kosikCelkovaCenaNum {
	color: #8B0000;
}
table.kosikTablePrehled .kosikFirstTd {
	border: none;
}
input.Image {
	border: none;
}
.disable {
  background-color: #dddddd;
}
  
  
/***************************/
/*      TOP NABIDKA        */
/***************************/
div.topNabidka {
  text-align: left;
}
div.topNabidka div {
  padding: 8px 0px;
  position: relative;
}
div.topNabidka a,
div.topNabidka a:visited {
  color: #4DBE3B;
}
div.topNabidka a:hover {
  color: #4DBE3B;
}
div.topNabidka img {
  padding: 14px;
  border: solid 1px #EAE8E9;
  float: none;
  margin: 5px 5px 5px 0px;
}
div.topNabidka input.buttonDetail {
	position: absolute;
  right: 2px;
}
div.topNabidka span {
  font-weight: bold;
  position: relative;
  top: 3px;
  }
  
/**********************/
.homepage {
  padding-right: 10px;
}
.homepage h1 {
  font-size: 11pt;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  color: #3F78BD;
}
.homepage h2 {
  font-size: 9pt;
  background: url(/files/images/stinNadpis.jpg) repeat-x left bottom;
  border: solid 1px #E7E5E6;
  padding: 4px;
  margin: 0px 0px 10px 0px;
  color: #747474;
}
.homepage ul {
  margin: 0px 0px 0px 0px;
}
.homepage li {
  list-style-type: none;
  /*background: url(/files/images/odrazka.jpg) no-repeat left bottom;*/
  margin: 4px 0px;
  padding-left: 20px; 
  font-size: 8.5pt;
}

#footer .ddmx {
	display: block;
	margin: 0px;
	font-weight: normal;
	background-color: transparent;
	height: auto;
	clear: both;
}
#footer .ddmx .left-span:hover  {
  height: auto;
  background: transparent;
  display: block;
  position: relative;
  left: -6px;
}
#footer .ddmx .right-span:hover { 
  height: auto;
  background: transparent;
  display: block;
  position: relative;
  right: -12px;
}

#footer .ddmx .left-span  {
  height: auto;
  display: block;
  position: relative;
  left: -6px;
}
#footer .ddmx .right-span { 
  height: auto;
  display: block;
  position: relative;
  right: -12px;
}
#footer .ddmx .right-span {
  padding: 0px;
  display: block;
}


#footer .ddmx .ddmxlileftsel,
#footer .ddmx .ddmxlileft {
    float:left;
    padding:0; margin:0;
    background: transparent; 
}
#footer .ddmx .item1 {
	width: auto;
	height: auto;
	text-decoration: none;
	text-align: center;
	display: block;
	color: #1E9E2F;
	font-weight: normal;
	background: transparent;
	float: left;
	margin: 5px;
	font-size: 11pt;
	padding: 10px 14px;

}

#footer .ddmx .item1:hover,
#footer .ddmx .item1-active,
#footer .ddmx .item1-active:hover {
	color: #1E9E2F;
  text-decoration: underline;
}

#footer .ddmx .ddmxlileftsel .item1 {
    color: #303030;
    background-color: transparent;
}


#footer .ddmx .item2,
#footer .ddmx .item3,
#footer .ddmx .item4,
#footer .ddmx .item2:hover,
#footer .ddmx .item2-active,
#footer .ddmx .item2-active:hover,
#footer .ddmx .item3:hover,
#footer .ddmx .item3-active,
#footer .ddmx .item3-active:hover,
#footer .ddmx .item4:hover,
#footer .ddmx .item4-active,
#footer .ddmx .item4-active:hover 
 {
	padding: 3px 10px 3px 8px;
	border-bottom: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
	border-left: 1px solid #AFAFAF;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	text-align: left;
	color: #424242;
	background-color: white;
	font-size: 9pt;
	width: 120px;
}


#footer .ddmx .item2:hover,
#footer .ddmx .item2-active,
#footer .ddmx .item2-active:hover,
#footer .ddmx .item3:hover,
#footer .ddmx .item3-active,
#footer .ddmx .item3-active:hover,
#footer .ddmx .item4:hover,
#footer .ddmx .item4-active,
#footer .ddmx .item4-active:hover {
	color: #D9251C;
	background-color: white;
}

#footer .ddmx .item2 img,
#footer .ddmx .item2-active img {
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

#footer .ddmx .section {
	border-top: 1px solid #AFAFAF;
  width: 160px;
  position: absolute;
  top: 28px !important;
  visibility: hidden;
  margin-left: 10px;
  z-index: 99 !important;
  display: none;
}

/***************************************/
/***************************************/

.ddmx {
	display: block;
	margin: 0px;
	font-weight: normal;
	background-color: transparent;
  z-index: 99;
}

/*
.left
{ width: 7px;
  height: 59px;
  display: block;
}
.right
{ width: 7px;
  height: 60px;
  display: block;
}
*/
.ddmx .left-span:hover  {
  height: auto;
  background: url(/files/images/hover-01.png) no-repeat left top;
  display: block;
  position: relative;
  left: -6px;
}
.ddmx .right-span:hover { 
  height: auto;
  background: url(/files/images/hover-03.png) no-repeat right top;
  display: block;
  position: relative;
  right: -12px;
}

.ddmx .left-span  {
  height: auto;
  display: block;
  position: relative;
  left: -6px;
}
.ddmx .right-span { 
  height: auto;
  display: block;
  position: relative;
  right: -12px;
}
.ddmx .right-span {
  padding: 29px 16px 19px 6px;
  display: block;
}

.ddmx .ddmxlileftsel,
.ddmx .ddmxlileft {
    float: left;
    padding:0;
    margin:0;
    background: transparent url(/files/images/delitko.jpg) no-repeat right;  
    z-index: 99;
}
.ddmx .item1, .ddmx .item1-active {
	width: auto;
	height: auto;
	text-decoration: none;
	text-align: center;
	display: block;
	color: #000;
	font-weight: normal;
	background: transparent;
  padding: 19px 14px;
  margin-right: 3px;
}

.ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover, .ddmx .selected {
	color: #fff;
	background-image: url(/files/images/sipka-hover-02.png), url(/files/images/hover-02.png);
  background-repeat: no-repeat, repeat-x;
  background-position: bottom, top;
  background-color: rgb(214,102,26);
}

.ddmx .ddmxlileftsel .item1 {
    color: #303030;
    background-color: transparent;
}


.ddmx .item2,
.ddmx .item3,
.ddmx .item4,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover,
.ddmx .item4:hover,
.ddmx .item4-active,
.ddmx .item4-active:hover 
 {
	padding: 12px 10px 12px 8px;
	text-decoration: none;
	border-bottom: dotted 1px #EEB58F;
	display: block;
	position: relative;
	z-index: 500;
	text-align: left;
	color: #fff;
	background-color: #D66517;
	font-size: 14px;
}


.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover,
.ddmx .item4:hover,
.ddmx .item4-active,
.ddmx .item4-active:hover {
	color: #D9251C;
	background-color: white;
}

.ddmx .item2 img,
.ddmx .item2-active img {
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

.ddmx .section {
  border-top: 1px solid #fff;
  width: 80% !important;
  position: absolute;
  visibility: hidden;
  margin-left: 0px;
  z-index: 99 !important;
  max-width: 25% !important;
}
.ddmx .section .ddmxlileft {
  max-width: 100%; 
  float: none;
  display: block; 
}

/** lev� menu **/
div#obchodmenu3 {
    max-width: 221px;
}
.ddmy {
	margin: 0;
	padding: 0;
	font-weight: normal;
	background-color: transparent;
	height: auto;
  z-index: 999;
}
.ddmy .ddmylileftsel,
.ddmy .ddmylileft {
  padding:0;
  margin:0;
  background: rgb(254,242,234);
  background: linear-gradient(rgb(254,246,240),rgb(252,217,193));
  border-radius: 6px;
  position: relative;
}
.ddmy .ddmylileftselhover,
.ddmy .ddmylileft:hover {
  background: rgb(214,101,23);
  background: linear-gradient(rgb(232,123,47),rgb(214,101,23));
}
                    
.ddmy .item1,
.ddmy .item1:hover,
.ddmy .item1-active,
.ddmy .item1-active:hover {
	text-decoration: none;
	display: block;
	padding: 8px 15px 8px 14px;
	width: auto;
	height: auto;
	color: #523A2E;
	margin: 0px 0px 1px 0px;
	background-image: url(/files/images/button-left.png);
  background-position: right center;
  background-repeat: no-repeat;
	text-transform: uppercase; 
  font-size: 12px;   
}

.ddmy .item1:hover, .ddmy .item1-active,
.ddmy .item1-active:hover {
  font-weight: bold;
	background-image: url(/files/images/button-left-hover.png);
	color: #fff;
}
.ddmy .item1.selected {
  font-weight: bold;
	background-image: url(/files/images/button-left-hover.png);
	color: #fff;
  background-color: rgb(214,101,23);
  border-radius: 6px;
}
.ddmy .ddmylileftsel .item1 {
    color: #303030;
    background-color: transparent;
}

.ddmy .item2,
.ddmy .item3,
.ddmy .item4,
.ddmy .item2:hover,
.ddmy .item2-active,
.ddmy .item2-active:hover,
.ddmy .item3:hover,
.ddmy .item3-active,
.ddmy .item3-active:hover,
.ddmy .item4:hover,
.ddmy .item4-active,
.ddmy .item4-active:hover 
 {
	padding: 5px 10px;
	border-bottom: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
	border-left: 1px solid #AFAFAF;
	text-decoration: none;
	display: block;
	z-index: 500;
	text-align: left;
	color: #424242;
	background-color: white;
}


.ddmy .item2:hover,
.ddmy .item2-active,
.ddmy .item2-active:hover,
.ddmy .item3:hover,
.ddmy .item3-active,
.ddmy .item3-active:hover,
.ddmy .item4:hover,
.ddmy .item4-active,
.ddmy .item4-active:hover {
	color: #D36619;
	background-color: white;
}

.ddmy .item2 img,
.ddmy .item2-active img {
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}


.ddmy .section {
	border-top: 1px solid #AFAFAF;
  position: absolute;
  visibility: hidden;
  z-index: 99 !important;
  margin-left: 1px;
}



* html .ddmx div { position: relative; } /* ie 5.0 fix */

.aktuality_col_container2 .archiv2{ height: 25px; line-height: 25px; color: #FFF; border-radius: 3px; padding: 0px 5px 0px 5px; background-color: #C00; text-decoration: none; display: block; }
.aktuality_col_container2 .archiv2:hover{ color: #FFF; background-color: #F00; }
.aktuality_col_container2 h2{ padding: 0 5px 0 15px; } 
.aktuality_col_container2 .aktuality_box{ height: auto; padding: 5px; margin-top: 5px; background-color: #FFDEB7; border: 1px solid #D6661A; border-bottom: 5px solid #D6661A; z-index: 0; }        
.aktuality_col_container2 .aktuality_name{ padding: 4px 0px 4px 0px;}
.aktuality_col_container2 .aktuality_name a{ text-decoration: none; font-size: 14px; font-weight: bold; }
.aktuality_col_container2 .aktuality_date{ height: 20px; line-height: 20px; font-size: 14px; }
.aktuality_col_container2 .aktuality_img{ font-size: 14px; margin-top: 5px;}
.aktuality_col_container2 .aktuality_text{ margin-left: 1%; }
.aktuality_col_container2 .aktuality_text p{ font-size: 12px; color: #000; }
.aktuality_col_container2 .aktuality_vice_odkaz{ height: 25px; line-height: 25px; font-size: 12px; text-align: right; }
.aktuality_col_container2 .aktuality_vice_odkaz a{ font-size: 12px; padding-left: 10px; display: block; height: 25px; line-height: 25px; background: url(/files/images/odrazka.png) no-repeat left 6px; }

.aktuality_col_container3{
  z-index: 0;
}

.aktuality_col_container3 .aktuality_box{ clear: both; padding: 10px; margin-top: 10px; background-color: #FFDEB7; border: 1px solid #D6661A; border-bottom: 5px solid #D6661A; }        
.aktuality_col_container3 .aktuality_name{  }
.aktuality_col_container3 .aktuality_name a{ text-decoration: none; font-size: 18px; font-weight: bold; }
.aktuality_col_container3 .aktuality_date{  }
.aktuality_col_container3 .aktuality_img{ float: left; }
.aktuality_col_container3 .aktuality_img img{ border: none !important;}
.aktuality_col_container3 .aktuality_text{ }
.aktuality_col_container3 .aktuality_text p{ color: #000; margin-bottom: 0px; }
.aktuality_col_container3 .aktuality_vice_odkaz{ font-size: 16px; text-align: right; margin-top: 10px; clear: both; }
.aktuality_col_container3 .aktuality_vice_odkaz a{ font-size: 16px; padding-left: 10px; display: block; height: 25px; line-height: 25px; width: 150px; float: right; background: url(/files/images/odrazka.png) no-repeat left 6px; }

  
/* MEDIA */
@media (max-width: 1000px) {
  .nadpis {
    padding: 65px 5px 15px 0px;
    float: none;
    text-align: center;
  }
  #footer_menu {
    display: none;
  }
}
@media (max-width: 950px) {
  .nadpis {
    padding: 25px 0px 15px 5px;
  }
  .nadpis span {
    display: block;
  }
  #background {
    background: url(/files/images/back-pattern.jpg) center top no-repeat;
  }
  table.dva-sloupce {
    width: 94%;
  }
}
@media (max-width: 830px) {
  table.cenik {
    width: 95% !important;
  }
}
@media (max-width: 800px) {
  div#slideshow {
    margin: 0 2%;
    width: 96%;
  }
  body#uvodni-strana #content {
    padding: 0px 2%;
  }
  #footer_menu {
    margin: 0 2%;
  }
}
@media (max-width: 740px) {
  .ddmxlileft {
    min-width: 25%;
    border-bottom: 1px solid white;
  }
  .ddmx .item1, .ddmx .item1-active {
    padding: 6px 0;
  }
  .ddmx .section {
    width: 90% !important;
  }
  #footer .ddmx .item1 {
    padding: 5px 0;
  }
  #menuTop {
    width: 100%;
  }
}
@media (max-width: 570px) {
  #head img {
    float: none;
  }
  #head {
    text-align: center;
  }
  .nadpis {
    padding: 5px 0px;
  }
  .nadp1 {
    text-shadow: 1px 1px 1px black;
  }
}
@media (max-width: 520px) {
  .ddmxlileft {
    min-width: 33%;
  }
  .ddmx .section {
    max-width: 33% !important;
  }
  body#dalsi-strany #main-box {
    width: 98%;
    float: none;
    padding: 5px 1% 15px 1%;
    border: none;
    min-height: 0;
    margin-top: 10px;
  }
  .left-box {
    width: 100%;
    float: none;
  }
  .aktuality_col_container2 {
    margin-top: 15px;
  }
  #obchodmenu3-0-0-section {
    display: none;
  }
}
@media (max-width: 450px) {
  div#obchodmenu3 {
    max-width: 50%;
  }
  div#obchodmenu3 .section {
    width: 98% !important;
  }
  div#obchodmenu3 .section .ddmylileft {
    width: 100% !important;
    margin-left: 0;
  }
  div#obchodmenu3 .section .ddmylileft a {
    text-align: center;
    padding: 5px 0;
  }
  #head img {
    width: 70%;
  } 
}
@media (max-width: 400px) {
  .ddmxlileft {
    min-width: 50%;
  }
  .ddmx .section {
    max-width: 48% !important;
  }
  table.ceniky img {
    display: none;
  }
  .nadpis {
    display: none;
  }
}
@media (max-width: 360px) {
  div#slideshow {
    display: none;
  }
  #main-box img, #main-box p {
     float: none !important;
     clear: both !important;
  }
  #main-box img {
    border: 3px solid #E59C69;
  }
}
@media (max-width: 300px) {
  .ddmxlileft {
    min-width: 100%;
  }
  .ddmx .section {
    max-width: 100% !important;
  }
   #main-box, #main-box p, li {
     text-align: left !important;
   }
}