/* CSS Document */*{
	padding: 0px;
	margin: 0px;
}
hr, .navigacejump{
	display: none;
}
a{
	color: #00c6ff;
}
a:hover{
	color: #333333;
}
.notdisplayed{
	display: none;
}
body {
  color: #4A4A4A;
  font-size: 11px;
  text-align: center;
  font-family: 'Tahoma', sans-serif;
  background: #ffffff;
}

div#container {
	position: relative;
  margin:auto;
  text-align: left;
  width: 993px;
  padding: 154px 0 0 0;
}

div#topblock{
position: absolute;
left: 0;
top: 0;

}



div#header {
  position: relative;
  width: 993px;
  height: 153px;
  background: url('../layout/topbg.jpg') 0% 0% no-repeat;
  }
  
	div#header strong.logo a{
		position: absolute;
		left: 21px;
		top: 14px;
	}
		div#header strong.logo a span{
			display: none;
		}
		
		#topsign{
      background: url('../layout/topsign.gif') 0% 0% no-repeat;
      width: 417px;
      height: 58px;
      position: absolute;
      left: 192px;
      top: 24px;
    }
    #topsign span{
      display: none;
    }

div#kosik {
  text-align: center;
  background: #e4f6ff;
  padding: 5px 0;
  font-weight: bold;
  line-height: 180%;
}


#kosik a {
	 color: #fb8637;
	 text-decoration: none;
	}
#kosik a:hover {
	 color: #444;
	 text-decoration: underline;
	}
	
	#kosik a span.cena{
	
	 font-family: arial;
	 font-size: 16px;
	
	}


div#headmenu {
	position: absolute;
	top: 133px;
	left: 240px;
}




#headmenu ul{
  list-style: none;
}
#headmenu ul li{
  display: block;
  float: left;
  width: 94px;
  height: 18px;
  padding: 5px 0 0;
  background: url('../layout/topmnubg.gif') 0% 0% no-repeat;
  text-align: center;
}
#headmenu ul li a{
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#headmenu ul li a:hover{
  text-decoration: underline;
}

	
	

 form.hledat {
	  padding: 0 2px 10px 2px;
	  position:relative;
	 
	}
	form.hledat strong{
    background: url('../layout/srchbg.gif') 0% 0% no-repeat;
    padding: 2px 0 0 18px;
  }

		form.hledat .hledat_inp {
		  width: 102px;
		  height: 16px;
		  font-size: 11px;
		  color: #4A4A4A;
		  padding: 0 5px;
		  margin: 5px 0 0 0;
		  border: 1px solid #c2e0ee;
		  background: #ffffff;
		  float: left;
		}

		form.hledat .hledat_sub {
		  width: 54px;
		  height: 18px;
		  background: url('../layout/srchsubbg.gif') 0% 0% no-repeat;
		  text-align: center;
		  font-weight: bold;
		  font-family: tahoma;
		  margin: 5px 0 0 3px;
		  font-size: 11px;
		  cursor: pointer;
		  border: none;
		  float: left;
		  color: #fff;
		}
	
	
	
	

div#telo {
  width: 990px;
  background-color: #ffffff;
  padding: 0 0 20px 0;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}

div#menu {
  width: 177px;
  float: left;
  overflow: hidden;
  position:relative;
}



ul#menulist, ul.menu
{
	padding: 0;
	list-style-type: none;
	margin: 0;
	margin-left:1px;
	
}



a.actuator
{
  font-weight: bold;
	background-color: transparent;
	color: #ababab;
	padding: 7px;
	padding-left: 18px;
	text-decoration: none;
	width: auto;
	display: block;
	height: auto;
	font-size: 9pt;
}

a.actuator:visited, a.actuator:active
{
	background-color: transparent;
/*	color: white;*/
	padding-left: 18px;
	text-decoration: none;
}

a.actuator:hover
{
	text-decoration: underline;
	background-color: transparent;
	color: white;	
}

/* BARVA SHOPU */

/* UMISTENO V SABLONE DANEHO SHOPU */
ul.menu{
  margin: 10px 0;
	width: 196px;
	background: url('../layout/lmenusep.gif') repeat-x 0% 100%;
}
	.menu li
	{
		background: url('../layout/lmenusep.gif') repeat-x 0% 0%;
		margin:0 8px 0 0px;
		overflow:hidden;
		display:block;
	}

	.menu li a
	{		
		color: #4a4a4a;
		width: 130px; 
		display: block;
		padding: 9px 15px 9px 20px;
		font-size: 11px;
		font-weight:bold;
		font-family:'Tahoma' , sans-serif;
		text-decoration: none;
		background:  url('../layout/lmenuarr.gif') no-repeat 5px 14px;
		

		
	}
		.menu li ul
		{
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
			list-style:none;

		}

		.menu li ul li	{
			margin:0;
			padding:0 8px 0 6px;
			
			
		}

		.menu li ul li a
		{
			color: #4a4a4a;
			width: 130px; 
			display: block;
			padding: 8px 15px 8px 15px;
			font-size: 11px;
			font-weight:normal;
			overflow:hidden;
			background:none;
			text-decoration: none;

		}

	.menu li a:hover{
		text-decoration: underline;
	}
	
	.menu li.active ul{
		display: block;
	}


	.menu li.inactive ul{
		display: none;
		
		
	}
	
	#menu #kontaktujte	{
		color:#848484;
		font-size:10px;
		padding:5px 8px 0 5px;

	}
	
	#menu #kontaktujte .heading	{
		background: url('../layout/kontaktujte.gif') no-repeat 0% 0%;
		margin:30px 0 0 3px;
		padding:5px 8px 0 35px;
		display:block;
		color:#ec5a1a;
		font-weight:bold;
		font-size:11px;
		height:30px;
	}
	
	




div#foot {

	font-size: 11px;
	width: 990px;
	
	padding: 15px 0 20px 0;
	text-align: center;
	background: url('../layout/footerbg.gif') no-repeat 0% 0%;
  
  
}

	div#foot a {
		color:#4A4A4A;
	}


div#obsah {
  float: right;
  width: 800px;
  overflow: hidden;
  padding: 0;
}

div#obsahleft {
  width: 620px;
  float: left;
  overflow: hidden;
  padding-top:10px;
}


div#obsahright {
  width: 175px;
  padding: 0 0px 0 0;
  float: right;
  overflow: hidden;
}

.rhl{
  width: 145px;
  height: 20px;
  padding: 6px 0 0 30px;
  color: #fff;
  text-align: left;
  font-size: 12px;
  font-family: arial;
  text-transform: uppercase;
  background: url('../layout/rpanhl.gif') 0% 0% no-repeat;
  display: block;
}
.kosikhl{
  background: url('../layout/kosiktophl.gif') 0% 0% no-repeat;
}

.rpanbot{
  width: 100%;
  height: 4px;
  overflow: hidden;
  margin: 0 0 10px 0;
  background: url('../layout/rpanbot.gif') 0% 0% no-repeat;
}

/* OBSAH PROSTŘEDNÍHO BLOKU */

div#novinky {
	width:610px;


}
	div#novinky .bott{
		background: url('../layout/news_bott.gif') no-repeat 0% 0%;
		height:16px;
		position:relative;
		top: -8px;
	}
	div#novinky .top{
		background: url('../layout/news_top.gif') no-repeat 0% 0%;
		height:5px;
	}
	div#novinky div.novinka{
		border-left:1px solid #dcdcdc;
		border-right:1px solid #dcdcdc;
		padding:5px 20px 5px 20px;
	}
		
		div#novinky div.novinka img {
			float:right;
			
		}
		
		div#novinky div.novinka strong {
			color:#ec5a1a;
			text-decoration:underline;
			
		}

	


div.navigacebig {
	font-size: 11px;
	padding: 2px 15px 10px 15px;
	color: #cacaca;
}

div.navigacebig h2, div.navigacebig h3 {
  display : inline; font-size : 8pt; margin : 0; padding : 0 3px 0 12px;  border: none; color : #444444; font-weight: normal; background: url('../layout/star.gif') no-repeat 0% 50%;
}

div.banner {
  text-align : center;
  margin-top : 8px;
}

div#rightmenu {
  text-align: center;
	position: relative;
  margin: 5px 0 10px 0;
  width: 175px;
}
	div#rightmenu div.heading {
	  background: url('../layout/rmenu_headtop.jpg') no-repeat 0% 0%;
	  padding:5px 0 0 0;
	}
	
	div#rightmenu div.heading strong {
		text-align:left;
		background:#dcdcdc url('../layout/tip.gif') no-repeat 12px 4px;
		color: #000000;
		font-weight: bold;
		display: block;
		padding:5px 0 6px 35px;
	}
	
	div#akcni {
		background-color:#e4f6ff;
		text-align:left;
	}
		
		div#akcni .items {
			width:150px;
			margin-left:15px;
			text-align:center;
		}
		
			div#akcni .items .item {
				background:url('../layout/dots.gif') repeat-x 0% 100%;
				padding: 10px 0 10px 0;
				font-size:10px;
			
			}
			
				div#akcni .items .item a {
					color:#3fa3d4;
					font-weight:bold;
					font-size:11px;
				
				}
				div#akcni .items .item strong {
					font-size:12px;
				}
	
	
	
	div#rightmenu div.heading strong {
		text-align:left;
		background:#dcdcdc url('../layout/tip.gif') no-repeat 12px 4px;
		color: #000000;
		font-weight: bold;
		display: block;
		padding:5px 0 6px 35px;
	}







div.obal {
  margin: 10px 0 0 0;
  width: 177px;
  height: 206px;
  background-image: url(../images/obal.gif);
  background-position: center top;
  background-repeat: no-repeat;
}

div.bunda {
  padding: 10px;
  width: auto;
  font-size: 8pt;
  text-align: center;
}

div.bunda a {
  color: #f7a900;
  font-weight: bold;
}

div.bunda a:hover {
  text-decoration: none;
}

div.bunda strong {
  color: #f7a900;
}

.skrt {
  text-decoration: line-through;
}

.red {
  color: #004467;
}



div#nabidka {
  margin: 20px 0 20px 0;
  width: auto;
}

div#nabidka form {
  margin: 4px 0 4px 0;
}

div#nabidka2 form {
  margin: 4px 0 4px 0;
}
div#nabidka2 {
  margin: 20px auto 20px auto;
  position: relative;
}

div.forum {
  width: 125px;
  height: 104px;
  font-size: 8pt;
  float: left;
  text-align: center;
  border: 1px solid #e5d7cc;
  position: relative;
  margin: 3px;
}

div.forum a {
  color: black;
  position: absolute;
  bottom: 5px;
  left: 0;
  text-align: center;
  width: 100%;
}

div.forum a:hover {
  text-decoration: none;
}

div.newstop {
  position: absolute;
  margin: -10px 0 0 0;
  width: 210px;
  color: #343434;
  font-size: 8pt;
  font-weight: bold;
  padding: 4px 0 0 35px;
  height: 22px;
  background-image: url('../layout/newsbg.gif');
  background-position: center top;
  background-repeat: no-repeat;
}

div.newstext div.img{
	float: left;
	width: 137px;
	overflow: hidden;
	margin: 0 10px 0 0;
}

div.akcnitop {
  position: absolute;
  width: 210px;
  font-size: 8pt;
  color: white;
  font-weight: bold;
  padding: 4px 0 0 35px;
  margin: -10px 0 0 0;
  height: 22px;
  background-image: url(../images/akcni.gif);
  background-position: center top;
  background-repeat: no-repeat;
}

div.text {
  font-size: 8pt;
  color: #f7a900;
  text-decoration: underline;
  width: auto;
  padding: 20px;
}

div.newstext {
  font-size: 8pt;
  width: 510px;
  padding: 20px 10px 0 10px;
}


.braun {
  color: #7ecce3;
}

div.txt {
  float: left;
  width: 350px;
}


.fl {
  float: left;
}

a img {
  border-style: none;
}

div.language {
  width: 200px;
  height: 30px;
  position: absolute;
  margin: -32px 0 0 810px;
  color: #363636;
  display: block;
  font-weight: bold;
}

div.language a {
  color: #363636;
}

div.language a:hover {
  text-decoration: none;
}

h1, h2 {
  font-family: Arial;
  color: #ec5a1a;
  padding: 0 0 8px 5px;
  margin: 5px 0 9px 0;
  font-size: 18px;
  font-weight: bold;
}
h3 {
  color: #ec5a1a;
  margin: 15px 0 0 0;
  padding: 1px 0 0px 20px;
  font-size: 11px;
  font-weight: bold;
  background: url('../layout/tip.gif') no-repeat 0% 0%;
  height:14px;
}

.fr {
  padding: 2px 0 2px 25px;
  margin: 0 5px;
  display: block;
  float: right;
  background: url('../layout/flag_skladem.gif') no-repeat 0% 50%;
}

div.dott {
  border-right: 1px #8a8a8a dotted;
}

div.selectovani {
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	width:590px;
	padding: 10px;

	margin: 0 0 10px 0;
}

div.razeni {
position: relative;
  width: 540px;
  margin: 0 0 10px 0;
}
div.razeni form{ 
	float: left;
}
div.razeni form label{ 
	margin: 0 5px;
}


div.razeni select, div.smallfont7 select {
  border: 1px #7F9DB9 solid;
  font-size: 8pt;
}


.b {
  font-weight: bold;
}
a.b{
	color: #000000;
	text-decoration:none;
	font-weight: normal;
}

div.space {
  height: 20px;
}

.kosh2 {
  margin: 0;
}


table.vypiskose {
  color: #4a4a4a;
  margin: 10px 0 0 0;
  font-size: 10px;
  font-weight:bold;
  width:610px;
  border-collapse:collapse;
  text-align:left;
}

table.vypiskose a { 
	color:#00a8bf;
}


table.vypiskose thead {
	border:1px solid #d9dde3;
	
}
table.vypiskose thead tr th {
  background-color: #ffffff;
  font-weight: bold;
  
  padding: 5px 6px;
  margin-bottom:2px;
}
table.vypiskose tbody {
  font-size: 11px;
}
table.vypiskose tfoot tr.summary td {
}

table.vypiskose td {
  font-weight: normal;
  padding: 5px 5px 4px 5px;
  border-bottom: 1px solid #ffffff;
  
  background-color: #eeeded;
}



table td.nahled, table td.x, table td.pocet{
	text-align: center;
}
table th.nazev, table td.nazev{
	width: 284px;
}
table td.nazev a{
	color: #00a8bf;
}
table th.x, table td.x{
	width: 50px;
}
table th.pocet, table td.pocet{
	width: 18px;
}
table th.pocet, table td.pocet input.inpshop{
	width: 18px;
	margin: 0;
}
table th.cena, table td.cena{
	width: 80px;
	text-align: center;
	
	
}

table th.dph, table td.dph{
	width: 20px;
	text-align: center;
	
}
table td.cena{
	color: #363636;
}
table th.celkem, table td.celkem{
	width: 90px;
	text-align: right;
}


.submshop {
  color: #333333;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 8pt;
  cursor: pointer;
  border: 1px solid #545454;
  float: right;
}

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }


div.kostab {
  margin: 0 0 20px 0;
}


input.sendobj {
  margin: 5px 0 0 0;
  cursor: pointer;
  float: right;
  padding: 3px 15px;
  border: 1px solid #b5cef0;
  background: #e9f2f7;
  font-weight: bold;
  color: #004566;
}



div.predata {
	position: relative;
  width: 296px;
  
  float: left;
  margin: 0px 0 0 45px;
}




div.tabulka {
	margin: 0 0 0 0;
	
	
}

div.tabulka table{
	width: 296px;
	border-collapse: collapse;
	
}


div.tabulka td{
	padding: 5px 10px 5px 0px;
	border-top: 1px solid #ebd3e0;
}
div.tabulka td.label{
	width: 120px;

}
div.tabulka td.value{
	width: 130px;
	position:relative;
}

div#cena {
	border:1px solid #e1eac7;
	background-color:#f4fae3;
	padding: 10px 5px;
	color:#6e8187;
}

	div#cena span.cena {
		color: #ec5a1a;
		font-weight:bold;
		font-size:18px;
	}
	
	div#cena div.tocart{
		float:right;
		padding:0px 5px;
		position:relative;
		top:-3px;
	}
	
		div#cena div.tocart input.kusu {
			border:1px solid #ec5a1a;
			width:33px;
			position:relative;
			
		}
	
	
		div#cena div.tocart .img{
			position:relative;
			top:4px;
			padding-left:3px;
		}
	
	

div.image {
  width: 200px;
  text-align: center;
  margin:auto;
}

	div.image #dalsi_obrazky {
		text-align:left;
		font-size:9px;
		font-family:'Verdana',sans-serif;
		color:#6e8187;
		width:500px;
		margin-top:10px;
	}
	
	div.image #dalsi_obrazky img {
		margin:5px;
		float:left;

	}

.dokosiku {
  width: 81px;
  height: 17px;
  border-style: none;
  background: url("/images/dokose.gif") center top no-repeat;
}

div.akcninabidka {
  width: 177px;
  height: 22px;
  margin: 10px 0 0 0;
  background-image: url(../images/nabidka.gif);
  background-position: center top;
  background-repeat: no-repeat;
}

div.akcninabidka span {
  display: block;
  padding: 5px 0 0 20px;
  color: white;
  font-weight: bold;
  font-size: 8pt;
}

div#nadpis {
  color: #3a3a2e;
  font-size: 9pt;
  font-weight: bold;
  position: absolute;
  left: 473px;
  top: 38px;
}
div#nadpis h2 {
  color: white;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  border: none;
}
.blue {
  color: #a6e2fe;
}

.obyctext {
  font-size: 8pt;
  color: black;
}

.bl {
  color: black;
}

.bl:hover {
  text-decoration: none;
}

table.cislovani {
  margin: 0;
}

table.cislovani td {
  padding: 0;
}

.pt8 {
  font-size: 8pt;
}

div.three {
  height: 58px;
  overflow: hidden;
}

input.odeslat {
  width: 63px;
  height: 20px;
  background-image: url(../images/odeslat.gif);
  background-position: center top;
  background-repeat: no-repeat;
}

input.vymazat {
  width: 70px;
  height: 20px;
  background-image: url(../images/vymazat.gif);
  background-position: center top;
  background-repeat: no-repeat;
}

div.next {
  font-size: 8pt;
}
div.next a.left {
 float: left;
}
div.next a.right {
 float: right;
}




.askform{
	padding: 10px 5px 0;
	text-align: center;
}

.askform label{
	display: block;
	float: left;
	width: 50px;
}

.askform input.text{
	border: 1px solid #dddddd;
	padding: 1px;
	font-size: 11px;
	color: #666666;
	margin: 0 0 2px 0;
	width: 143px;
	float: left;
}
.askform textarea{
	border: 1px solid #dddddd;
	padding: 2px;
	font-size: 11px;
	color: #666666;
	font-family: arial;
	width: 190px;
	height: 110px;
	margin: 0 0 5px 0;
}

.askform input.submit{
	border: 1px solid #d1d1d1;
	background: #dcdcdc;
	padding: 1px 15px;
	color: #4e0000;
	cursor: pointer;
}



.produkt{
	
	
	width: 141px;
	height: 285px;
	border: 1px solid #dcdcdc;
	border-top:0px;
	border-bottom:0px;
	background: #ffffff;
	padding: 5px 3px 25px 5px;
	margin: 10px 1px 0 1px;
	text-align: center;
	float:left;
}

	
	.produkt .top{
		background: url("../layout/prod_top.gif") no-repeat 0% 0%;
		height:6px;
		position:relative;
		left:-6px;
		top:-5px;
		width:151px;
		
		
		
	}

	.produkt .bott{
		background: url("../layout/prod_bott.gif") no-repeat 0% 0%;
		height:10px;
		float:bottom;
		position:relative;
		left:-6px;
		top:3px; /*  podle paddingu produktu */
		width:151px;
		
		
		
	}
.notfloat{
	float: none;
	margin: 10px auto 20px;
}

.produkt .linkbox{
	height: 48px;
	
	overflow: hidden;
}
.produkt .linkbox a{
	color: #00a8bf;
	font-weight:bold;
	font-size:11px;
}
.produkt .linkbox a:hover{
	text-decoration:none;
}

.produkt .img{

	background: #ffffff;
		margin: 5px;
	width: 130px;
	height: 140px;
	overflow: hidden;
	text-align: center;
}

.produkt strong a{
	font-weight: normal;
}

.produkt div.botbox{
	padding: 0 0 20px 2px;
	width: 140px;
	text-align:left;
	
}

.produkt span.cenaheading{
	padding: 2px 0;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}
.produkt span.cena{
	color: #ff6623;
	font-size: 13px;
	font-weight: bold;
	
}


.produkt div.tocartform{
	text-align:left;
	margin-left:5px;
	margin-bottom:3px;
}

.produkt div.skladem{
	width: 140px;
	text-align:left;
	margin-left:5px;
}



.anketa{
	padding: 10px;
}

.abody{
	border-bottom: 1px solid #4e0000;
	padding: 5px 0;
}
.abody a{
	float: left;
	display: block;
	width: 50px;
}
	.resultbox{
		margin: 5px 0 0 0;
		float: left;
		width: 80px;
		height: 11px;
	}
	.result{
		float: left;
		height: 11px;
	}
	.anketa div.red{ background: #cd0000;}
	.anketa div.pink{ background: #cd007e;}
	.anketa div.green{ background: #69cd00;}
	
	
	
.tocartbox{
	padding: 0 0 0 55px;
	width: 200px;
}
.tocartbox span{
	display: block;
	padding: 10px 5px 0 0;
}
.tocartbox span, .tocartbox input{
	float: left;
}
.inpshop {
  float: left;
  width: 15px;
  margin: 20px 5px 0 0;
  border: 1px #ec5a1a solid;
}

.detailleftbox{
	width: 242px;
	overflow: hidden;
	text-align: center;
	float: left;
}
	.flags{
		padding: 5px 0 0 0;
	}
	.flags img{
		margin: 0 0 0 10px;
	}
.akce{ color: #ff0100; }

.skladem{ color: #edb101; }


.logovyr{ float: right;}

.detailbox-menu {
	padding-bottom:19px;

}

	.detailbox-menu a {
		display:block;
		float:left;
		font-weight:bold;
		text-decoration:none;
		color:#959595;
		border:1px solid #e1eac7;
		border-right:0px;

		padding:5px 15px;
		font-size:11px;
		

		
	}
	.detailbox-menu a:hover {
		color:#4a4a4a;
	}
	
	.detailbox-menu a.selected {
		background:#f4fae3 ;
		color:#4a4a4a;
	}
	
	.detailbox-menu a.selected:hover{
		color:#959595;
	}
	
	.detailbox-menu a.last {
		border-right:1px solid #e1eac7;
	}
	
	
	
	
	

.detailbox{
	margin: 5px 0;
	padding: 10px;
	width: 590px;
	border: 1px solid #e1eac7;
	background-color:#f4fae3;
}
.detailbox ul{
	padding: 0 0 0 15px;
	list-style: square;
}
.detailbox div.img{
	width: 123px;
	height: 123px;
	overflow: hidden;
	float: left;
	margin: 2px;
	padding: 3px 0 0 0;
	border: 1px solid #d9ebfa;
	background: #ffffff;
	text-align: center;
}
.detailbox div.img a{
	display: block;
	margin: auto;
	width: 117px;
	height: 117px;
	overflow: hidden;
	text-align: center;
	
}

.detailform{
	width: 520px;
	overflow: hidden;
	background: #eff8fd;
	border: 1px solid #d9ebfa;
	padding: 10px;
	margin: 10px 0;
}

.detailform label{
	display: block;
	float: left;
	width: 70px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.detailform label.nd{
	margin: 0 0 0 35px;
}
.detailform input.text{
	float: left;
	width: 150px;
	padding: 1px;
	margin: 0 0 5px 0;
	border: 1px solid #dcecfd;
}
.detailform textarea{
	width: 405px;
	padding: 3px;
	font-size: 11px;
	color: #444444;
	font-family: arial;
	margin: 0 0 5px 0;
	border: 1px solid #f2ede7;
}
.detailsubbox{
	width: 100%;
	text-align: center;
}

.detailsubbox input{
	background: #dcdcdc;
	border: 1px solid #d1d1d1;
	padding: 0 15px;
	cursor: pointer;
}

#odeslatmail input.submit{
	background: #dcdcdc;
	border: 1px solid #d1d1d1;
	cursor: pointer;
	margin: 3px 0 0 0;
}

.adbox{
	text-align: center;
	width: 100%;
	padding: 10px 0;
}

.vyrobci{

	
}
.vyrobci label.zobrazit{
	width: 50px;
	display: block;
	float: left;
	margin-left:5px;
}
.vyrobci label{
	margin: 0 5px 0 0;
}
.vyrobci div.rightpart{
	width: 450px;
	float: left;
}
.pagesinfobox{
	width: 100%;
	padding: 10px 0;
}
.pagesinfobox div.info{
	float: left;
}
.strankovani{
	float: right;
	padding: 0 20px 0 0;
}

#produktyznacky ul{
	list-style: none;
	display: inline;
}
#produktyznacky ul li{
	display: inline;
}

.podkategorie {
	list-style: none;
}
.podkategorie li{
	display: block;
	float: left;
	padding: 3px;
	text-align:center;
}

.podkategorie li a{
	display: block;
	float: left;
	width: 120px;
	height: 145px;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #f2ede9;
	text-decoration:none;
}
.podkategorie li a:hover{
	text-decoration:underline;
}

.kosikblock{
	display: block;
	float: left;
	width: 280px;
	color:4a4a4a;
	
}

.kosikblock label{
	display: block;
	float: left;
	width: 120px;
}
.kosikblock label span.povinne{
	padding: 0 0 0 15px;
	background: url('../layout/star.gif') 0% 50% no-repeat;
}

.kosikblock label{
	display: block;
	float: left;
	width: 120px;
}

.kosikblock input{
	float: left;
	width: 130px;
	padding: 1px;
	font-size: 11px;
	border: 1px solid #dddddd;
	margin: 0 0 4px 0;
}

.spadding {
	padding:0px;
}

#dod_adresa {
	display:none;
}

.poznobj{
	width:610px;
	height:90px;
	border:1px solid #ebd3e0;
	margin:5px;

}

.doprava {
	width:385px;

}

.cenabox{
	width: 600px;
	padding: 5px;
	background: #f4f4f4;
	margin: 10px 0; 
}
.cenabox span.cenasign{
	float: left;
	display: block;
	padding: 5px 0 0 0;
	font-weight: bold;
}
.cenabox span.cena{
	float: right;
	font-size: 18px;
	padding: 0 3px 0 0;
	color: #ed002c;
}

.paymenttypes{
	width: 536px;
	border: 1px solid #ddeaf0;
	background: #e1eff2;
	padding: 5px;	
}
.paymenttypes label{
	font-weight: bold;
	float: left;	
}
.paymenttypes select{
	width: 200px;
	float: right;
	margin: 3px 0;
}

#di{
	width: 50px;
}


.spec{
	width: 600px;
	border-collapse: collapse;
	margin: 10px 0;
}
.spec td{
	padding: 8px;
	text-align: left;
	border:1px solid #d9dde3;
}
.spec tr.dark td{
	background: #eeeded;
}
.spec tr.light td{
	background: #ffffff;
}

.spec td.label{
	font-weight:bold;
	width:150px;
	
}

.detlinks{
	padding: 10px 0;
	line-height: 120%;
}
.detlinks a{
	color: #004467;
	display: block;
	float: left;
	margin: 0 3px;
}
.detlinks a img{
}

#obsahleft div.newstext h2 {
  border-bottom: none;
  margin: 10px 0 0 0;
  padding: 0 0 3px;
  }
  
  
.kontakt{
  line-height: 150%;
  padding: 5px;
}

.menuTop, .menuBott {
	width:225px;
	height:12px;

	margin:0;
	padding:0;
	
}




.menuBott {
	background: url("../layout/menubott.jpg") no-repeat 0% -1px;
	margin-bottom:25px;
	margin-left:1px;
}



.red {
	color:#ff6623;
}

.now {
	font-weight:bold;
	margin: 3px 0 0 0;
	width: 600px;
	padding: 10px 0 0 10px;
	height:25px;
	background: url('../layout/navbarbg.gif') no-repeat 50% 0%;
	font-family: 'Verdana', sans-serif;
	font-size:10px;
	font-weight:bold;
}
	.now a {
		color:#3fa3d4;
		font-family: 'Verdana', sans-serif;
		font-size:9px;
		font-weight:bold;
	
	}
	.now a:hover {
	text-decoration:none;
	}
.prepocitat {
    border: none;
    background: none;
    display: inline;
    font-size: 13px;
    font-weight: bold;
    color: #ec5a1a;
    width: 100%;
    text-align: right;
    padding-right: 7px;
    }
.prepocitat:hover {
    cursor: pointer;
    }

	


	










/* ---------- DISKUSE ---------- */

div#diskuse{
  border: 1px solid #e1eac7;
  background-color:#f4fae3;
  text-decoration: none;
  margin-top: 10px;
  width: 600px;
  padding:5px; 
}
div#diskuse div.text{
  border-left: ;
  border-top: ;
  background-color: ;
  float: right;
  width: 90%;
   text-decoration: none !important;
}

div#diskuse div.nadpis{
  color: #000000;
  font-size: 10pt;
  font-weight: bold;
}

div#diskuse div.textin{
  color: #333333;
  margin-top:2px;
  border-bottom: 1px dotted #DCDCDC;
  padding-bottom: 5px;
 
}


div#diskuse div#novevlakno{
  clear: both;
}
/* ---------- /DISKUSE ---------- */
