/* @override http://wifishop-test/css/layout.css */


html {
  margin: 0px;
  padding: 0px;
}
body {
  font-size: 12px;
  text-align: center;
  margin: 0px;
  font-family: Arial, Verdana, serif;
  background-color: white;
  line-height: 16px;
}

img {
	margin:0px;
	border:0px;
	padding:0px;
}

select { width: 170px; }
select#sort-manufacturer {width: 160px;}
select#parameter_group {width: auto;}

sup, sub { font-size: 12px; } 

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	display: block;
}
.grey, .grey td {
	color: grey;
	
}

.hidden {
	visibility: hidden;
}
a {
	color: black;
}
a:hover {
	text-decoration: underline;
}
a:active {
}
h2 {
  font-size: 14px;
  font-family: Arial, Verdana, serif;
  font-weight: bold;
  margin-bottom: 15px;	
}
hr {
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 10px 0px 10px 0px;
}

li {
	margin-left: 15px;
}

#main {
	text-align: left;
	vertical-align: middle;
	width: 1000px;
	margin: auto;
	position: relative;
	height: auto;
}

/* top */
#main #top {
	background-image: url(/images/top-bg.png);
	background-repeat: repeat-x;
	background-color: black;
	color: white;
	height: 40px;
	position: relative;
	line-height: 40px;
	z-index: 1000;
}
#main #top #logo-obal {
	position: absolute;
	padding: 0px;
	top: 0px;
	float: left;
    left: 29px;
}
#main #top #logo {
	margin: 0;
	padding: 0;
	position: relative;
	width: 94px;
	height: 40px;
	overflow: hidden;
}
#main #top #logo span {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 94px;
	height: 40px;	
	background: url(/images/logo-wifishop.png) no-repeat 0 0;
}

/* search */
#main #top #search {
	float: left;
	margin-left: 150px;
	border-left: 1px solid #5D5D5D;
	border-right: 1px solid #5D5D5D;
	padding: 7px 10px 0px 20px;
	height: 33px;
}
#main #top #search input{
	float: left;
}
#search form div {
	display:inline;
}
#search .blured {
	color: #aaaaaa;
}

#search  a {
	font-size: 9px;
	color: white;
	text-decoration: none;
	float: left;
	clear: left;
	line-height: normal;
	margin-top: -3px;
	margin-left: 2px;
}

#search-parameters { display: none; }
#search-parameters .dynamic-content .parameter {
	width: 170px;
	height: 100px;
	float: left;
	margin: 5px;
	background: #fcf8f5;
	padding: 5px 15px 5px 15px;	
}
#search-parameters .dynamic-content .parameter .value select {
	width: 170px;
	height: 73px;
}
#search-parameters .dynamic-content .parameter .value input {
	width: 110px;
	float: left;
	margin-bottom: 8px;
}
#search-parameters .dynamic-content .parameter .value .caption {
	width: 40px;
	float: left;
}
#search-parameters .dynamic-content .parameter .name {
	color: #FF6905;
	font-weight: bold;
	width: 170px;
	height: 21px;
	border: 0px;
	padding: 0px;
	float: none;
	background: transparent;
}
#search-parameters .dynamic-content .value_order {
	margin-left: 20px;
	width: 170px;
}


/* /search */

/* menu */
#main #top #menu {
	float: left;
}
#main #top #menu ul  {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#main #top #menu ul li  {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}
#main #top #menu a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 10px;
	font-size: 12px;
	border-right: 1px solid #5D5D5D;
}
#main #top #menu a:hover{
	color: #5D5D5D;
	background-image: url(/images/top-bg-hover.png);
	background-repeat: repeat-x;
}
#main #top #menu a:active{
}
#main #top #menu a.selected{
	color: gray;
	background-image: url(/images/top-bg-hover.png);
	background-repeat: repeat-x;
}
#main #top #menu ul li div.menu_level2 {
	/*border: 2px solid black;*/
	border-top: none;
	position: absolute;
	top: 40px;
	line-height: 20px;
	padding: 5px;
	background: url(/images/bg-login-form.png);
 	min-width: 60px;
 	display: none;
}
#main #top #menu ul li:hover div.menu_level2{
	display: block;
}
#main #top #menu ul li div.menu_level2 ul li{
	float: none;
	padding: 3px 7px;
}
#main #top #menu ul li div.menu_level2 ul li a {
	color: white;
	border: none;
	background: none;
	padding: 0px;
}
#main #top #menu ul li div.menu_level2 ul li a:hover {
	color: #4B4B4B;
	background: none;
}
#user-menu {
	background-color: white;
	height: 25px;
	line-height: 25px;
	float: left;
	background-image: url(/images/bg-user-menu.png);
	background-repeat: repeat-x;
	width: 100%;
	padding-top: 5px;
	clear: both;
}

#user-menu a{
	border-left: 1px solid rgb(120, 120, 120);
	padding: 9px 10px 9px 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#user-menu a:hover{
	text-decoration: underline;
}

#user-menu span{
	background-image: url(/images/ico-login-3.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	padding-right: 20px;
	font-weight: bold;
}

#main #top #login-form {
	position: absolute;
	top: 40px;
	left: 700px;
	float: left;
	background: url(/images/bg-login-form.png);
 	filter: alpha(opacity=70);
	z-index: 100;
	display: none;
	padding: 10px 10px 0px 10px;
}
#main #top #login-form td {
	height: 25px;
	line-height: 25px;
	color: white;
	font-weight: bold;
}

#main #top #login-form a {
	color: rgb(255, 102, 0);
	text-decoration: none;
}

#main #top #login-form a:hover {
	text-decoration: underline;
}
/* /menu */

/* login */
#main #top #login, #main #top #logout {
	position: absolute;
	right: 201px;
	z-index: 50;
	float: left;
	/* border-right: 1px solid #5D5D5D; */
	margin-left: 3px;
	padding: 0px 10px 0px 10px;
	height: 47px;
	background-image: url(/images/bg-logout.png);
	background-repeat: repeat-x;
}

#main #top #login {
	background-image: none;
}

#main #top #login a, #main #top #logout a{
	color: white;
	text-decoration: none;
	padding: 13px 10px 13px 30px;
	font-size: 12px;
}

#main #top #login a:hover{
	color: #5D5D5D;
}

#main #top #login a:active{
}

#main #top #login a.ico{
	background-image: url(/images/ico-login.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#main #top #login a.ico:hover{
	background-image: url(/images/ico-login-2.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#main #top #logout a.ico_logout{
	color: black;
	background-image: url(/images/ico-logout.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#main #top #logout a.ico_logout:hover{
	background-image: url(/images/ico-logout.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
/* /login */

/* basket */
#main #top #basket {
	float: right;
	margin-right: 10px;
}

#main #top #basket strong{
	margin-left: 10px;
}

#main #top #basket a{
	color: white;
	text-decoration: none;
	padding: 13px 30px 13px 10px;
	font-size: 12px;
}

#main #top #basket a:hover{
	color: #5D5D5D;
}

#main #top #basket a:active{

}
#main #top #basket a.kosik{
	background-image: url(/images/kosik.png);
	background-repeat: no-repeat;
	background-position: 48px center;
}

#main #top #basket a.kosik:hover{
	background-image: url(/images/kosik-2.png);
	background-repeat: no-repeat;
	background-position: 48px center;
}
/* /basket */
/* /top */

/* sky banner */
#main #sky-banner-obal {
	padding: 0px;
	float: left;
	position: relative;

	left: 0px;
	height: 147px;
	width: 1000px;
}
#main #sky-banner {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left 0px;
	width: 1000px;
	height: 140px;
	overflow: hidden;
}
#main #sky-banner-new {
	postion: absolute;
	top:0px;
	left:0px;
	}

#main #sky-banner span {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 1000px;
	height: 140px;
	/*background: url(/images/foto-wifishop-hlavicka.jpg) no-repeat 0 0;
	background: url(/images/sky-banner.jpg) no-repeat 0 0;*/
}
/* /sky banner */

span.confirm-question {
	display: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	#sky-banner-div {
		position: absolute;
		left:0px;
		top:16px;
		width: 1000px;
		height: 140px;
	}
}


/* content */
#main #content {

}

#main #content #left-box{
	width:178px;
	margin-left: 5px;
	float:left;
}

#main #content #right-box{
	width:790px;
	float:right;
}

/* /content */

/* detail produktu */

.obal-name .detail{
	width: 610px;
}

.name{
	float:left;
	border-left: 2px solid #FF6701;
	border-top: 2px solid #FF6701;
	border-right: 2px solid #FF6701;
	padding: 4px 19px 5px 19px;
	background-color: white;
	margin-bottom: -2px;
}

.name a{
text-decoration: none;
}

.name h2{
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

.empty{
	float: left;
	/*border-bottom: 2px solid #FF6701;*/
	height: 25px;
}

#detail {
	border-bottom: 2px solid #FF6701;
}

#detail .empty div {
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	font-weight:bold;
	color: #AAAAAA;
	font-size: 13px;
	line-height: 25px;
}

#detail .empty div a {
	font-weight:bold;
	color: #AAAAAA;
	font-size: 13px;
	line-height: 25px;
	text-decoration: none;
}


.obsah{
	float: left;
	text-align: left;
	padding: 20px;
	border-top: none;
	border-right: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}

.obsahmain, #reklamace{
	float: left;
	text-align: left;
	padding: 15px;
	border-top: none;
	border-right: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	width: 755px;
}

.obsahmain p{
	margin-bottom: 10px;	
}

#obalprodukt .obsahmain { width: 576px; }

.drobky { float: left; }

.drobky, .drobky a{
	color: #ff6905;
}


.nazev h1{
	color: #ff6905;
	font-size: 14px;
	margin: 5px 0px 10px 0px;
}

#popis{
	float: left;
	margin-top: 10px;
	width: 230px;
	color: black;
	font-size: 12px;
	line-height: 150%;
}

#popis a{
	text-decoration: underline;
}
table.prices{
	margin-top: 10px;
	width: 230px;
	border: 1px solid #cccccc;
	border-bottom: 0;
}

table.prices td {
	border-bottom: 1px solid #cccccc; 
}

table .right{
	text-align: right;
}

.obal-name{
float: left;
}


td{
	padding: 2px 4px;
}

.sDPH{
	background: #ff6905;
	color: white;
}
#fotky{
	float: left;
	margin-left: 25px;
	width: 303px;
}

.mainfoto{
	width: 300px;
	height: 300px;
	border: 1px solid #cccccc;
}

.thumb{
	border: 1px solid #cccccc;
	width: 90px;
	height: 90px;
	margin-top: 1px;
	margin-right: 1px;
	float: left;
}

#texty{
	margin-top: 15px;
	width: 560px;
	float: left;
}

#texty h3{
	color: #ff6905;
	text-decoration: underline;
	margin: 20px 0px 10px 0px;
}

#texty p{
	margin-top: 5px;
}


.buttonr{
	margin-top: 10px;
	float: right;
	height: 25px;
	background: #fcf1ea;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-right: 2px;
}
.buttonl{
	margin-top: 10px;
	float: left;
	height: 25px;
	background: #fcf1ea;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-right: 2px;
}

.buttonr a, .buttonl a{
	font-size: 14px;
	vertical-align: middle;
	color: #ff6905;
	font-weight: bold;
	text-decoration: none;
}

#obalprodukt {
	width: 610px;
	float: left;
	margin-right: 10px;
}

#obal-common {
	float: left;
	width: 789px;
}

.stin{
	width: 610px;
	height: 21px;
	}
	
#alternativniobal{
	width: 170px;
	float: right;
}

.altzbozi{
	width: 126px;
	margin-bottom: 15px;
}

.altzbozi span{
	margin-top: 2px;
}

.altzbozi h4{
	text-decoration: underline;
	color: #ff6905;
	margin-top: 2px;
	margin-bottom: 0px;
}

.cenaalt{
	float: right;
	color: #ff6905;
	text-decoration: none;
	font-weight: bold;
}


#souvisejiciobal{
	float: left;
	width: 610px;
	margin-top: 15px;
}
.obsahdole{
	float: left;
	width: 576px;
	text-align: left;
	padding: 20px 15px;
	border-top: none;
	border-right: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}

.souzbozi{
	float: left;
	margin: 0px 8px 0px 8px;
	width: 128px;
}

.souzbozi span, .souzbozilast span{
	margin-top: 2px;
}

.souzbozi h4, .souzbozilast h4{
	text-decoration: underline;
	color: #ff6905;
	margin-top: 2px;
	margin-bottom: 0px;
}

/* content left-box */
#left-box #sort-by {
	width: 178px;
	height: 28px;
		border-bottom: 2px solid black;
}

#left-box #sort-by a {
	color: #AAAAAA;
	text-decoration: none;
	line-height: 28px;
}

#left-box #sort-by a:hover {
	color: black;
	text-decoration: none;
}

#left-box #sort-by a:active {
	color: black;
	text-decoration: none;
}

#left-box #sort-by .selected {
	color: black;
	text-decoration: none;
	line-height: 28px;
}

#left-box #sort-by #produkty{
	float: left;
	background-color: white;
	border-bottom: 2px solid black;
	padding: 0px 18px;

}

#left-box #sort-by #vyrobce{
	background-color: white;
	border-bottom: 2px solid black;
	padding: 0px 18px;
	float: right;
}

#produkty-selected{
	float: left;
	background-color: white;
	border: 2px solid black;
	border-bottom: none;
	padding: 0px 16px;

}

#left-box #sort-by #vyrobce-selected{
	background-color: white;
	border: 2px solid black;
	border-bottom: none;
	padding: 0px 16px;
	float: right;
}

#left-box #category{
	float: left;
	width: 174px;
	border-left: 2px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	border-right: 2px solid #D7D7D7;
}

#category ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#category li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#category a{
color: black;
display: block;
padding:  5px 0px 5px 19px;
text-decoration: none;
border-bottom: 1px solid #D7D7D7;
}

#category a:hover{
color: #FF6600;
background-color: #FDF2EA;
border-bottom: 1px solid #FF6600;
}

#category a:active{
}

#category .selected-sipka-down {
	color: #FF6600;
	background-color: #FDF2EA;
	border-bottom: 1px solid #FF6600;
	background-image: url(/images/sipka-down.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

#category .selected-sipka-right {
	color: #FF6600;
	background-color: #FDF2EA;
	border-bottom: 1px solid #FF6600;
	background-image: url(/images/sipka-right.gif);
	background-repeat: no-repeat;
	background-position: 145px center;
}

#category ul li ul {
	list-style: none;
	margin:  0px 0px 0px 19px;
	padding: 0px;
}

#category ul li ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#category ul li ul li a {
	color: black;
	display: block;
	padding:  5px 0px 5px 9px;
	text-decoration: none;
	border-bottom: 1px solid #D7D7D7;
}

#left-box #about{
	float: left;
	width: 178px;
	text-align: justify;
}

#left-box #about h2{
	font-size: 14px;
}

#left-box #banners{
	float: left;
	width: 178px;
	height: 570px;
	text-align: justify;
}

#left-box #banners a{
	display: none;
}

#left-box #banners img{
	float: left;
}
/* /content left-box */

/* right box */
#right-box #obal-novinky{
	width:407px;
	float: left;
}

#right-box #obal-novinky .obal-name{
	width:407px;
	float: left;
}

#right-box #obal-novinky .obal-name h2{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#right-box #obal-novinky .obal-name .name{
	float:left;
	border-left: 2px solid #FF6701;
	border-top: 2px solid #FF6701;
	border-right: 2px solid #FF6701;
	border-bottom: none;
	padding: 4px 19px 5px 19px;
	background-color: white;
}

#right-box #obal-novinky .obal-name .name a{
	text-decoration: none;
}

#right-box #obal-novinky .obal-name .empty{
	float: left;
	float: none;
	border-bottom: 2px solid #FF6701;
	height: 25px;
}

#right-box #obal-novinky #novinky{
	border-left: 2px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	border-right: 2px solid #D7D7D7;
}

#right-box #obal-novinky .novinka{
	border-bottom: 1px solid #D7D7D7;
}

#right-box #obal-novinky .novinka .obr{
	float: left;
	margin: 15px 10px 3px 10px;
}

#right-box #obal-novinky .novinka .ntext{
	padding: 10px;
	text-align: justify; 
}

#right-box #obal-novinky .novinka .ntext h2{
	font-size: 12px;
	margin: 0px;
	padding: 3px;
}

#right-box #obal-novinky .novinka .ntext a{
	color: #FF6701;
	font-size: 12px;
	text-decoration: none;
}

#right-box #obal-novinky .novinka .ntext a:hover{
	color: black;
	text-decoration: underline;
}

#right-box #obal-novinky .novinka .ntext p{
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

#right-box #obal-nejprodavanejsi{
	width:383px;
	float: left;
	margin-left: -2px;
}

#right-box #obal-nejprodavanejsi .obal-name{
	width:383px;
	float: left;
}

#right-box #obal-nejprodavanejsi .obal-name h2{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#right-box #obal-nejprodavanejsi .obal-name .name{
	float:left;
	border-left: 2px solid #CC9933;
	border-top: 2px solid #CC9933;
	border-right: 2px solid #CC9933;
	border-bottom: none;
	padding: 4px 19px 5px 19px;
	background-color: white;
}

#right-box #obal-nejprodavanejsi .obal-name .name a{
	text-decoration: none;
}

#right-box #obal-nejprodavanejsi .obal-name .empty{
	float: left;
	float: none;
	border-bottom: 2px solid #CC9933;
	height: 25px;
}

#right-box #obal-nejprodavanejsi #nejprodavanejsi{
	border-left: 2px solid #D7D7D7;
	border-right: 2px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}

img.stin-nejprodavanejsi{
	padding-left: 2px;
}

#nejprodavanejsi .polozka{
	border-bottom: 1px solid #D7D7D7;
	position: relative;
}

#nejprodavanejsi .polozka a{
	text-decoration: none;
}

#nejprodavanejsi h3{
	clear:left; float:left;	
}

#nejprodavanejsi .polozka .pridat-do-kosiku{
	position: absolute;
	right: 10px;
	bottom: 10px
}

#nejprodavanejsi .polozka .pridat-do-kosiku input{
	cursor: hand;
}

#nejprodavanejsi .polozka .obr{
	float: left;
	margin: 15px;
	height: 90px;
}

#nejprodavanejsi .polozka .ntext{
	height: 175px;
	padding-right: 10px;
}

#nejprodavanejsi .polozka .ntext h2{
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
}

#nejprodavanejsi .polozka .ntext a{
	color: #CC9933;
	font-size: 12px;
	text-decoration: none;
}

#nejprodavanejsi .polozka .ntext a:hover{
	color: black;
	font-size: 12px;
	text-decoration: underline;
}

#nejprodavanejsi .polozka .ntext h3{
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 20px;
}

#nejprodavanejsi .polozka .ntext h3 span{
	font-size: 12px;
}

#nejprodavanejsi .polozka .ntext p{
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

#nejprodavanejsi .polozka-vypis{
	border-bottom: 1px solid #D7D7D7;
	padding: 10px 10px 0px 10px;
}

#nejprodavanejsi .polozka-vypis .ptext {
}

#nejprodavanejsi .polozka-vypis .ptext a {
	color: #CC9933;
	display: block;
}

#nejprodavanejsi .polozka-vypis .ptext a:hover {
	color: black;
	text-decoration: underline;
}

#nejprodavanejsi .polozka-vypis .ptext .nazev{
	float: left;
	line-height: 25px;
	margin-bottom: 10px;
}

#nejprodavanejsi .polozka-vypis .ptext .kosicek{
	float: right;
	width: 25px;
}

#nejprodavanejsi .polozka-vypis .ptext .kosicek input{
	cursor: hand;
}

#nejprodavanejsi .polozka-vypis .ptext .cena{
	float: left;
	line-height: 25px;
	width: 70px;
	text-align: right;
}

#nejprodavanejsi .flag-skladem{
	position: absolute;
	bottom: -3px;
	right: 110px;
}

/* doporucujeme */
#right-box #obal-doporucujeme{
	width: 789px;
}

#right-box #obal-doporucujeme .obal-name{
	width: 789px;
}

#right-box #obal-doporucujeme .obal-name h2{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#right-box #obal-doporucujeme .obal-name .name{
	float:left;
	border-left: 2px solid #FF6701;
	border-top: 2px solid #FF6701;
	border-right: 2px solid #FF6701;
	border-bottom: none;
	padding: 4px 19px 5px 19px;
	background-color: white;
	font-size: 12px;
	font-weight: bold;
}

#right-box #obal-doporucujeme .obal-name .name h1{
	display:inline;
	font-size: 12px;
}

#right-box #obal-doporucujeme .obal-name .name a{
	text-decoration: underline;
}

#right-box #obal-doporucujeme .obal-name .empty{
	float: left;
	float: none;
	border-bottom: 2px solid #FF6701;
	height: 25px;
}

#right-box #obal-doporucujeme #doporucujeme {
	border-left: 2px solid #D7D7D7;
	border-right: 2px solid #D7D7D7;
	border-bottom: 2px solid #D7D7D7;
	width: 786px;
}

/* polozka doporucujeme */
#doporucujeme .polozka{
	border-bottom: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	position: relative;
	width: 261px;
	height: 210px;
	float: left;
	left: 1px;
	top: 1px;
	
}

#doporucujeme  .polozka a{
	text-decoration: none;
}

#doporucujeme  .polozka .obr{
	float: left;
	margin: 15px;
	margin-top: 0px;
}

#doporucujeme  .polozka .popis{
	margin-right: 5px;
	padding: 10px;
}

#doporucujeme  .polozka h2{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 3px 10px;
	height: 30px;
}

#doporucujeme  .polozka a{
	color: #FF6701;
	font-size: 12px;
	text-decoration: none;
}

#doporucujeme  .polozka a:hover{
	color: black;
	font-size: 12px;
	text-decoration: underline;
}

#doporucujeme  .polozka .ntext h3{
	font-size: 20px;
	line-height:20px;
	font-weight: normal;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#doporucujeme  .polozka .ntext h3 span{
	font-size: 12px;
}

#doporucujeme  .polozka .ntext {
	margin: 0px;
	padding: 0px 10px;
	height: 50px;
	position: relative;
	bottom: 0px;
	left: 0px;
}

#doporucujeme  .polozka .ntext .pridat-do-kosiku{
	float: right;
}

#doporucujeme  .polozka .ntext .pridat-do-kosiku input{
	cursor: hand;
}

#doporucujeme  .polozka .ikonky{
	clear: both;
	position: relative;
	bottom: 0px;
	right: 0px;
}

#doporucujeme  .polozka .skladem{
	color: #669933;
	padding: 3px;
	float: right;
	margin: 1px;
	border: 1px solid #B2B2B2;
	position: relative;
	bottom: 17px;
	right: -1px;
}

#doporucujeme  .polozka .sleva{
	color: #9A0101;
	padding: 3px;
	margin: 1px;
	border: #B2B2B2 1px solid;
	float: right;
}

#doporucujeme  .polozka .novinka{
	color: #01CDFF;
	padding: 3px;
	margin: 1px;
	border: #B2B2B2 1px solid;
	float: right;
}

#doporucujeme  .polozka .zdarma{
	color: #9ACD34;
	padding: 3px;
	margin: 1px;
	border: #B2B2B2 1px solid;
	float: right;
}
/* /polozka doporucujeme*/
/* /right box */

#certifikaty {
	text-align: center;
}

/* footer */
#footer {
	border-bottom: #B2B2B2 2px solid;
}

#footer ul, #footer li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 1px 6px 1px 2px;
	margin: 10px 3px 10px 3px;
	border-right: 1px solid black;
}

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

#podpis {
	float: right;
}

#podpis a {
	color: #B2B2B2;
	display: block;
	float: left;
	text-decoration: none;
	padding: 10px;
}

#podpis a:hover {
	color: #FF6904;
}

.margin2 { margin: 2px; }
/* /footer */
/* formy */
.form-normal {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	text-align: left;
}

.form-blur {
	border: 1px solid #ff9900;
	background-color: #fff5e5;
}

.form-valid {
	border: 1px solid #009933;
	background: #e8ffd9 url(/images/input-done.gif) top right no-repeat;
}

.form-invalid {
	border: 1px solid #ff3300;
	background: #ffd9d9 url(/images/input-fail.gif) top right no-repeat;
}

/* vypis kategorie - katalog */
.hidden			{ display:none; }
.left 			{ text-align:left; }
.right			{ text-align:right; }
.center			{ text-align:center; }
.fleft 			{ float:left; }
.fright			{ float: right; }
.preskrt		{ text-decoration: line-through; }
/* vyrobek vypis kategorie- katalog */
.vyrobek{
	border-bottom: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	width: 261px;
	height: 410px;
	float: left;
}

.vyrobek a{
	text-decoration: none;
}

.vyrobek .obr{
	float: left;
	margin: 0px 10px 0px 5px;
	width: 100px;
	 height: 115px;
	 padding-left: 5px;
	 display: inline;
}

.vyrobek .hodnoceni{
	float: left;
	margin-left: 15px;
}

.vyrobek .popis{
	margin-right: 10px;
	margin-top: 0px;
	padding: 0px;
	overflow: hidden;
	height: 95px;
}

.vyrobek h2{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 15px 5px 3px 7px;
	font-weight: bold;
	height: 50px;
}

.vyrobek div.nadpis{
	 font-size: 12px;
	 margin: 0px;
	 padding: 5px 5px 3px 10px;
	 font-weight: bold;
	 height: 47px;
}

.vyrobek h3{
	font-size: 12px;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 8px 10px;
}

.vyrobek a{
	color: #FF6701;
	font-size: 12px;
	text-decoration: none;
	margin-left: 4px;
}

.vyrobek a:hover{
	color: black;
	font-size: 12px;
	text-decoration: underline;
}

.vyrobek .ntext h3{
	font-size: 20px;
	line-height:20px;
	font-weight: normal;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.vyrobek .ntext h3 span{
	font-size: 12px;
}

.vyrobek .ntext {
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

.vyrobek .pridat-do-kosiku{
  float: left;
	background-image: url(/images/submit-do-kosiku.png);
	background-repeat: no-repeat;

}

.vyrobek .pridat-do-kosiku input{
	cursor: hand;
	display: block;
	width: 94px;
	height: 19px;
}



.vyrobek .ikonky{
	padding: 5px 10px 0px 10px;
}

.vyrobek .pridat-do-kosiku-pouz {
  float: left;
	background: url(/images/submit-do-kosiku-pouz.png) no-repeat;
}

.vyrobek .pridat-do-kosiku-pouz input{
width: 128px;
height: 17px;
}
.vyrobek .vyprodej, .flag-vyprodej{
	color: #FFCD01;
	padding: 3px;
	margin: 1px;
	border: #B2B2B2 1px solid;
	float: right;
}

.vyrobek .sleva, .flag-sleva{
	color: #9A0101;
	padding: 3px;
	margin: 1px;
	border: #B2B2B2 1px solid;
	float: right;
}

.flag-skladem{
	color: #669933;
	padding: 3px;
	border: 1px solid #B2B2B2;
}

.vyrobek .zdarma, .flag-zdarma{
	color: #9ACD34;
	padding: 3px;
	margin: 1px;
	border: #B2B2B2 1px solid;
	float: right;
}

.flag-sleva,
.flag-skladem,
.flag-zdarma,
.flag-vyprodej { 
	float: left;
	margin: 0px 5px 14px 0px;
}
   
.float-left { float: left; }
.float-right { float: right; }
.vyrobek .price{
	margin: 10px;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	height: 70px;
}

.vyrobek .price td { white-space: nowrap; }
#doporucujeme  .vyrobek .mnozstvi{
	margin: 10px;
	border-bottom: 1px solid #D7D7D7;
}

.boxicek .pocet {
float: left;
border: 1px solid #FF6701;

padding: 0 3px;
height: 17px;
}

#seznam .secondhand{display: none}

#seznam .boxicek .pocet {
position: absolute;
top: 12px;
right: 33px;
border: 1px solid #FF6701;
width: 60px;
padding: 0 3px;
background: #fff;

}

.sire strong {
margin-right: 145px;
}

.pocet input {
border: none;
}

#doporucujeme  .vyrobek .mnozstvi .sirka{
	width: 60px;
}

#doporucujeme .vyrobek .boxicek{
	margin: 10px 10px 10px 12px;

}

#doporucujeme  .vyrobek .boxicek strong{
	color: #669933
}

/* /vyrobek vypis kategorie- katalog*/
.filtrovani{
	border-right: 2px solid #FF6701;
	border-left: 2px solid #FF6701;
	border-bottom: 2px solid #FF6701;
	padding: 0px 0px 0px 0px;
}

.filtrovani p{
	margin: 0px;
	padding: 10px;
}

.filtrovani .nastaveni{
	margin: 0px 0px 0px 10px;
	float: left;
	position: relative;
}

.filtrovani .razeni{
	margin: 0px 10px 0px 0px;
	float: left;
	position: relative;
}

.filtrovani .stav{
	margin: 0px 10px 0px 10px;
	float: left;
	position: relative;
}

.filtrovani select{
	margin-right: 5px;
	float: left;
	width: 105px;
}

.filtrovani .vyprodej{
	color: #FFCD01;
	padding: 3px;
	border: #B2B2B2 1px solid;
	float: left;
	margin-right: 10px;
	margin-top: -1px;
}

.filtrovani .sleva{
	color: #9A0101;
	padding:3px;
	border: #B2B2B2 1px solid;
	float: left;
	margin-right: 10px;
	margin-top: -1px;
}

.filtrovani .skladem{
	color: #669933;
	padding: 3px;
	float: left;
	margin-right: 10px;
	margin-top: -1px;
	border: 1px solid #B2B2B2;
}

.filtrovani .listaporovnani{
	margin: 6px 10px 10px 10px;
	float: left;
	position: relative;
	color: #B2B2B2;
	vertical-align:baseline;
	clear: left;
}

.filtrovani .listaporovnani .zobrazporovnani{
	color: #ff6a06;
	background: #fcf1ea;
	padding: 4px 5px 4px 5px;
	border:0px none;
	float: left;
	margin-right: 5px;
	margin-top: -1px;
	font-weight:bold;
}

.filtrovani .listaporovnani .zobrazporovnani a{
	color: #ff6a06;
	font-weight:bold;
	text-decoration:none;
}

.filtrovani .listaporovnani .textporovnani{
	color: #B2B2B2;
	padding: 5px 5px 4px 5px;
	border:0px none;
	float: left;
	margin-right: 10px;
	margin-top: -1px;
}

.filtrovani input{
	margin: 0px 10px 0px 3px;
	display:inline;
}

.filtrovani .zobrazeni{
	float: right;
	padding:0px;
	padding-bottom: 10px;
	margin:0px;
	margin-top:/*29px*/-10px;
}

.filtrovani .zobrazeni p{
	padding: 0px 0px 2px 0px;
}

.filtrovani .zobrazeni a {
	background-color: #e6e6e6;
	color: #999999;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	padding: 5px 7px 13px 7px;
	margin: 0px;
}

.filtrovani .zobrazeni a.selected {
	background-color: #FF6701;
	color: #FFFFFF;
	text-decoration: none;
}

.filtrovani .zobrazeni a:hover {
	background-color: #FF6701;
	color: #FFFFFF;
	text-decoration: none;
}

.vyhledavani {
	margin: 0px 0px 5px 10px;
	float: left;
	position: relative;
}

.vyhledavani input.form-normal {
	width: 338px;
	height: 19px;
	margin: 0px;
}

.submit {
	background: rgb(255, 232, 217);
	color: rgb(255, 102, 0);
	font-weight: bold;
	padding: 1px 10px 2px 10px;
	margin-left: 5px;
}


/* /vypis kategorie - katalog */

/*hodnoceni*/
.hvezdicky {
	margin:0px;
	padding:0px;
	float: left;
}

.hvezdicky a {
	margin:0px;
	padding:0px
	display:inline;
	margin:0;
	padding:0;
	width:20px;
	height:19px;
	background: #fff url(/images/star_empty.gif) top left no-repeat;
	border: 1px black;
	float: left;
}

.vyrobek .hvezdicky {
 padding:0px;
	float: right;
	margin: 0 12px 0 0;
}

.hvezdicky a.selected{
	background-image: url(/images/star_active.gif);
}

.hvezdicky a.active {
	background-image: url(/images/star_mouseover.gif);
}

.bold {
	font-weight:bold;
}

.hvezdicky span {
	display:none;
}

.required_field {
	color: rgb(255, 102, 0);
	text-align: right;
}

.data-form textarea, .data-form input, .data-form select {
  font-size: 13px;
  font-family: Arial, Verdana, serif;
  width: 200px;
}

.data-form h4 {
	background: rgb(255, 194, 153);
	font-weight: bold;
	padding: 1px 10px 1px 10px;
	text-transform: uppercase;
	margin: 15px 2px 10px 2px;
}

.data-form .smaller {
	width: 80px;
}

.button-left, .button-right, .form-button {
	background: rgb(255, 232, 217);
	color: rgb(255, 102, 0);
	padding: 4px 10px 4px 10px;
	font-size: 14px;
	font-weight: bold;
	border: 0px;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

.button-left { float: left;}
.button-right { float: right; }
.form-button { margin: 0px; }

.button-left:hover, .button-right:hover, .form-button:hover { text-decoration: none; }

.obsahmain .button-left {
	margin-right: 3px;
}

.data-form table.orange-table {
	margin: 0px 10px 0px 10px;
	border: 0px;
	width: auto;
}

.button-left, .button-right { margin: 0px; }

.checkbox,
.radio,
.submit,
.bigsubmit,
.data-form .radio,
.data-form .submit, 
.data-form .checkbox,
.data-form .bigsubmit,
.biggerform .submit,
.biggerform .checkbox {
	width: auto;
	border: 0px;
}

.bigsubmit, .data-form .bigsubmit {
	font-size: 16px;
	text-transform: uppercase;
}
table.to-basket2 {padding-left: 60px; margin-top:5px; }
table.to-basket td, table.to-basket2 td { border: 1px solid rgb(255, 106, 7); padding: 0px; line-height: 8px; height: 18px; text-align: right}
table.to-basket input, table.to-basket2 input { border: 0; }
.buy-pcs {width: 30px; text-align: right; }

/* /formy */
table.orange-table td {
	padding: 3px 8px 3px 8px;
	background-color: rgb(255, 232, 217);
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

table.orange-table th {
	padding: 3px 8px 3px 8px;
	background-color: rgb(255, 194, 153);
	font-weight: normal;
	border-right: 1px solid white;
	border-bottom: 4px solid white;
}

.data-form table.orange-table .input-pcs {
	border: 0px;
	background-color: white;
	text-align: right;
	padding-right: 5px;
	width: 50px;
}

table.orange-table td.normal-td {
	background-color: transparent;
	padding: 0px;
}

table.orange-table tr td.no-padding {
	padding: 0px;
}

.orderack-form{
		width: 160px;
		border:1px solid #CCCCCC;
}


/* vypis kategorie - seznam */
.razeni-seznamu {
	border-left: 2px solid #D7D7D7;
	border-right: 2px solid #D7D7D7;
	width: 785px;
	height: 30px;
	line-height: 30px;
	background-color: #D7D7D7;
	position: relative;
}

.razeni-seznamu a {
	text-decoration: none;
}

.razeni-seznamu .rkod{
	border-top: 2px solid #C0C0C0;
	width: 91px;
	height: 30px;
	background-color: #D7D7D7;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 10px;
	color: black;
}

.razeni-seznamu .rkod-selected{
	border-top: 2px solid #FF6701;
	width: 93px;
	height: 30px;
	background-color: #FF6701;
	position: absolute;
	top: 0px;
	left: -2px;
	padding-left: 10px;
	color: white;
}

.razeni-seznamu .rkod-selected a{
	color: white;
}

.razeni-seznamu .rnazev{
	border-top: 2px solid #C0C0C0;
	width: 360px;
	height: 30px;
	background-color: #D7D7D7;
	position: absolute;
	top: 0px;
	left: 101px;
	padding-left: 10px;
	color: black;
}

.razeni-seznamu .rnazev-selected{
	border-top: 2px solid #FF6701;
	width: 360px;
	height: 30px;
	background-color: #FF6701;
	position: absolute;
	top: 0px;
	left: 101px;
	padding-left: 10px;
	color: white;
}

.razeni-seznamu .rnazev-selected a{
	color: white;
}

.razeni-seznamu .rcena{
	border-top: 2px solid #C0C0C0;
	width: 306px;
	height: 30px;
	background-color: #D7D7D7;
	position: absolute;
	top: 0px;
	left: 470px;
	padding-left: 10px;
	color: black;
}

.razeni-seznamu .rcena-selected{
	border-top: 2px solid #FF6701;
	width: 307px;
	height: 30px;
	background-color: #FF6701;
	position: absolute;
	top: 0px;
	left: 470px;
	padding-left: 10px;
	color: white;
}

.razeni-seznamu .rcena-selected a{
	color: white;
}
.ean-margin-left{
	margin-left: 137px;
	padding-left: 7px;
}

#seznam .ean-margin-left{
	margin-left: 0px;	
}
#seznam {
	border-left: 2px solid #D7D7D7;
	border-right: 2px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	width: 785px;
}

#seznam .vyrobek{
	border-bottom: 1px solid #D7D7D7;
	position: relative;
	width: 785px;
	max-height: 45px;
	float: left;
}

#seznam .vyrobek h2{
margin-left: 110px;
width: 410px;
padding: 0;
height: 45px;
display: table;
overflow: hidden;
}

#seznam .vyrobek h2 a{
	color: #FF6701;
	font-size: 14px;
	text-decoration: none;
	margin-left: 0;
	display: table-cell;
	vertical-align: middle;
}


#seznam .vyrobek .pcs_to_basket{
	display: none;
}
td.pcs_to_basket span {
padding-right: 5px; 
}
#seznam .vyrobek .clear_to_basket{
	display: none;
}

#seznam .vyrobek table.to-basket2 td{
	border: none;
}

#doporucujeme .buy-pcs2{
	display: none;	
}
#doporucujeme .ean-pcs2{
	display: none;	
}
#seznam .buy-pcs2{

	display: inherit;
	border: 1px solid #ff6701;
	border-right: none;
	width: 40px;
	float:right;
	text-align: right;
	height: 17px;
}


#seznam .ean-pcs2{
	display: inherit;
	clear: none;
	float: right;
	border-top: 1px solid #ff6701;
	border-bottom: 1px solid #ff6701;
	height: 17px;
  background: #fff;
}

#seznam .ean-pcs2 span{
	margin-top:1px;
	margin-right: 10px;
}
#seznam .licha {

}

#seznam .suda {
	background: #F7F7F7;
}

#seznam .vyrobek a{
	text-decoration: none;
}

#seznam .vyrobek td.kod{
	position: absolute;
	padding: 16px 5px 5px 5px;
	top: 0px;
	left: 0px;
	height: 24px;
	width: 70px;
	overflow: hidden;
	border-right: 1px solid #D7D7D7;


}

#seznam .vyrobek .kod strong{
	display: none;
}

#seznam .vyrobek .obr{
	display: none;
	position: absolute;
	top: -2px;
	left: -27px;
	z-index: 2;
}

#seznam .vyrobek .hvezdicky{
	display: none;
	}

#seznam .vyrobek .obr img {
	border: 2px solid #FF6701;
}

#seznam .vyrobek .hodnoceni{
	display: none;
	float: left;
	margin: -5px;
	margin-top: 10px;
}

#seznam .vyrobek .popis{
	margin-right: 5px;
	margin-top: -10px;
	padding: 0px;
	display: none;
}

#seznam .vyrobek div.nadpis{
	font-size: 12px;
	position: absolute;
	left: 85px;
	top: 0px;
	margin: 0px;
	padding: 0px 0px 0px 28px;
	width: 350px;
	font-weight: bold;
}


#seznam .vyrobek div.nadpis tr{
height: 45px;
}
#seznam .vyrobek div.nadpis td, #seznam .vyrobek div.nadpis tr{
display: table-cell;
vertical-align: middle;
}

#seznam .vyrobek h3{
	display:none;
}



#seznam .vyrobek .cmp-box .fleft {
	position: absolute;
	top: 15px;
	left: 90px;
}

#seznam .vyrobek a:hover{
	color: black;
	font-size: 14px;
	text-decoration: underline;
}

#seznam .vyrobek .pridat-do-kosiku, #seznam .vyrobek .pridat-do-kosiku-pouz{
	position: absolute;
	top: 12px;
	right: 5px;
	background-image: url(/images/submit-do-kosiku-bez-textu.png);
	background-repeat: no-repeat;

}

#seznam .vyrobek .pridat-do-kosiku input, #seznam .vyrobek .pridat-do-kosiku-pouz input{
	cursor: hand;
	display: block;
	width: 28px;


}
#seznam .vyrobek .ikonky{
	position: absolute;
	left: 100px;
	top: 35px;
	width: 100px;
}

#seznam .vyrobek .vyprodej{
	color: #FFCD01;
	padding: 3px;
	margin: 1px;
	border: #B2B2B2 1px solid;
	float: right;
}

#seznam .vyrobek .sleva{
	color: #9A0101;
	padding: 3px;
	margin: 1px;
	border: #B2B2B2 1px solid;
	float: right;
}

#seznam .vyrobek .novinka{
	color: #01CDFF;
	padding: 3px;
	margin: 1px;
	border: #B2B2B2 1px solid;
	float: right;
}

#seznam .vyrobek .zdarma{
	color: #9ACD34;
	padding: 3px;
	margin: 1px;
	float: right;
}

#seznam .vyrobek .sklad{
	position: absolute;
	top: 40px;
	left: 25px;
}

#seznam .vyrobek .price, #seznam .vyrobek .skladem, #doporucujeme .price_seznam, #seznam .vyrobek .vyrazeno {
display: none;
}

#doporucujeme .vyrobek .vyrazeno strong{
	color: red !important;
}

#seznam .vyrobek .price_seznam {
	position: absolute;
	width: 160px;
	height: 45px;
	left: 519px;
	top: 0px;
	margin: 0px;
	border: none;
	/*padding: 5px;*/
	border-left: #D7D7D7 1px solid;
	
}

#seznam .vyrobek .price_seznam div {
	float: left;
	height: 23px;
	width: 67px;
	text-align: right;
	border-right: #D7D7D7 1px solid;
	padding: 16px 6px 6px 6px;

}

#seznam .vyrobek .kusy{
	position: absolute;
	width: 90px;
	left: 680px;
	height: 100px;
	top: 20px;
}

#seznam .vyrobek .mnozstvi{
	border: none;
	margin: 8px 37px 0px 5px;
}

#seznam .cmp-box {
	margin-right: 20px;

}
#seznam .cmp-box .fleft label{
	display: none;
}

#seznam .vyrobek .boxicek{
	margin: 0px 10px 0px 12px;
}


#seznam .vyrobek .boxicek strong{
	color: #669933
}



#seznam .vyrobek table td.right{
width: 55px;
border: 1px solid #FF6701;
height: 15px;
background: #fff;
position: absolute;
right: 35px;
top: 12px;
}

#seznam .vyrobek table td.right input {
border: 0;
}

/* /vypis kategorie - seznam */
.hvezdicky .produktid {
	display:none;
	margin-bottom: -3px;
}

.discussion-new-message {
	color:#ff6905;
	font-weight: bold;
	font-size:14px;
	padding: 20px 0px 5px 0px;
	margin: 0px;
	border-top: 1px solid #cccccc;
}

.discussion-message {
	float: left;
	clear: both;
	margin:auto;
	margin: 2px 0px 2px 20px;
	padding: 5px 0px 5px 0px;
	background: #fcf8f5;
	border-top: 2px solid #ffffff;
	width:720px;
	overflow:hidden;
}

.discussion-answer {
	display: none;
}

.discussion-title {
	font-weight: bold;
}

.discussion-date {
	color: #5c5c5c;
	font-style:italic;
}

.discussion-author {
	color: #ff6905;
	font-weight: bold;
}

.discussion-button {
	float: right;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	position: relative;
	width: 120px;
}

.discussion-button input {
	float: right;
	height: 27px;
	/*
	background: #fcf1ea;
	color:#ff6905;
	*/
	background-color: #FF6905;
	color: #FCF1EA;
	font-weight: bold;
	font-size:14px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}

.biggerform textarea {
	width: 400px;
	height: 100px;
}

.biggerform input {
	width: 400px;
}

#compare-product {
	float: right;
}

table.compare-products {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

table.compare-products td {
	padding: 2px;
	border-left: 1px solid black;
	border-top: 1px solid black;
}

.sort-dir, .sort-dir-asc, .sort-dir-desc {
	margin: 0px 15px 0px 0px;
	width: 11px;
	float: left;
}

.sort-dir-asc {
	height: 11px;
	background: url(/images/sort_asc.gif) no-repeat top left;
}

.sort-dir-desc {
	height: 11px;
	background: url(/images/sort_desc.gif) no-repeat top left;
}

.sort-dir-asc a, .sort-dir-desc a {
	width: 11px;
	height: 11px;
	display: block;
}

.cmp-box {
	height: 20px; 
	margin-bottom: 15px;
} 

.no-products-found {
	padding: 15px;
	color: red;
	border-bottom: 1px solid #D7D7D7;
}

#discounts {
	float: left;
	display: none;
	position: absolute;
	left: 456px;
	background-color: white;
}

#discounts table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;	
}

#discounts table td {
	border-bottom: 1px solid #CCCCCC;	
	padding: 4px;
	text-align: right;
}

.lmargin15 {
	margin-left: 15px;
}

.nodisplay { display: none;}

.vyrobek table{
	width: 100%;
}

.errors {
	color: red;
	margin-left: 20px;
}

.errors a { color: red; }

.errors li {
	margin-left: 15px;
}

.quantity-popup-wnd {
	position: absolute;
	background-color: white;
	border: 1px solid #CCCCCC;
	margin: -5px 0px 0px 25px;
}

.rmargin10 { margin-right: 10px; }
.lmargin10 { margin-left: 10px; }
.margin10 { margin: 10px; }

#vyhledavani-param-zobrazit {
	padding: 1px 10px;
	width: 20px;
	height: 20px;
	float: left;
	background-color: rgb(255,232,217);
	background-image: url(/images/search_plus.gif);
	background-repeat:  no-repeat;
	background-position: center;
}

#vyhledavani-param-zobrazit a {
	width: 20px;
	height: 20px;
	display: block;
}

.product-bottom-content {
	clear: both;
	display: none;
	padding: 10px;
}

.product-bottom-content h3 {
	color: #ff6905;
	text-decoration: underline;
	margin: 10px 0px 10px 0px;
}

#message-window { 
	margin: 0 auto;
	position: absolute;
	top:0px;
	left:0px;
	float: left;
	text-align: center;
	color: #FF6701;
	background-color: white;
	border: 15px solid #666666;
	z-index: 100;
	display: none;
	padding: 10px;	
	line-height: 22px;
	
}
#message-window2{
	margin: 0px;
	position: absolute;
	top:0px;
	left:0px;
	float: left;
	width: 350px;
	text-align: block;
	color: #FF6701;
	background-color: white;
	border: 15px solid #666666;
	z-index: 100;
	display: none;
	padding: 10px;	
	line-height: 22px;	
	}

div.category-description {
	padding: 15px 10px;
}

div.category-description ul {
	margin: 5px 15px;
}

#user-menu div.float-right {
	position: absolute;
	float: right;
	top: 45px;
	right: 10px;
}

.agreement{
	font-size: 11px;
	text-align: justify;
}

.agreement p{
	margin: 10px 10px 0px 20px;
	text-align: justify;
}

.white-top-border {
	border-top: 1px solid white;
}

.padding3 {
	padding: 3px 8px;
}

.novinka2{
padding: 15px;
border-bottom: 1px solid #dddddd
}

.novinka2 img{
float:left;
clear:left;
margin-right:10px;
}

.ntext .grey{
	float: left;
}
	
.novinka2 a{
color: #FF6701;
}
.novinka2 a:hover{
color: black;
}

.novinka2 .grey{
margin-right: 10px;
}

.newsNavig a{
color: #FF6701;
}

.newsNavig a:hover{
color: black;
}

#archivLink{
color: #FF6701 !important;
font-weight: bold;
}

#archivLink:hover{
color: black !important;
}
#reklamace{
text-align: justify;
font-family:Arial,Verdana,serif;
}
.reklamace-link{
	margin-left: 150px;	
}

#reklamace a, .reklamace-link a{
color: #FF6701;	
}

#reklamace a:hover, .reklamace-link a:hover{
color: black;
}

.window-basket{
width: 350px;	
}

.print{
font-size:14px;
text-align: block;
text-align: left;
margin: 0 auto 20px;
width: 110px;
}

span#print-adresat {
color: black;
}

#reklamace-tisk-table{
padding: 0px;
margin: 0px;
}

#reklamace-tisk-table td{
margin: 0px;
padding: 0px 5px;;
text-align: left !important;
font-size: 9px;
line-height: 10px;
}

#reklamace-tisk-table tr{
height: 8px;
}

.reklamace-tisk{
margin-top:5px;
text-align: justify;
font-size: 9px;
line-height: 10px;
}

.reklamace-tisk-bottom{
position:absolute;
bottom: 25px;
left: 10px;
}


.mwa-obal {
position:absolute;
bottom: 5px;
width: 95%;
left: 10px;
}
.mwa {
width: 200px; margin: 0 auto;
}
.mwa a{
text-align: center;
}


.page-a4 {
margin-bottom: 40px;
width: 380px;
height: 470px;
}
.align-left { text-align: left; }
.align-right { text-align: right; }

.lastSync{
color: grey;
font-size: 9px;
padding: 0px 5px 10px 5px;
margin-top: -10px;
}
.legenda_tab {
display: none;
}


#seznam .legenda_tab{
	border-bottom: 1px solid #D7D7D7;
	position: relative;
	width: 785px;
	height: 28px;
  display: block;
}

.lkod, .lnadpis, .lcena, .lcena_s_dph, .do_kosiku{
float: left;
border-right: 1px solid #D7D7D7;
	height: 18px;
	padding: 5px 0px;
	text-align: center;
}
.lkod {
width: 80px;
}

.lnadpis {
width: 438px;
}

.lcena, .lcena_s_dph {
width: 79px;
}

.do_kosiku {
border-right: none;
width: 105px;


}

.bright {
float: right;
}



/* hack for Safari*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
#seznam .cmp-box {
	margin-right: 20px;
		margin-top: -26px;
}


.filtrovani .zobrazeni a {

	padding: 5px 7px 14px 7px;

}

#seznam .ean-pcs2 {
padding-top: 1px;
height: 16px;
}

.ean-margin-left {
margin-left: 135px;


}

.sire strong {
margin-right:140px
}

.pocet {
border: 1px solid #f78527;
height: 17px;
}

#sky-banner-obal {
top: -16px !important;
}
}

