/* basic.tpl
=================================================*/
.eshop {
	overflow: hidden;
	font-size: 13px;
}
.eshop_search,
.eshop_razeni {
	float: left;
}
.search #eshop_vyhledavani {
	width: 140px;
}
.eshop_katalogVsude {
	font-size: 11px;
}
.eshop_kosik {
	float: right;
}
.eshop_razeni span {
	font-size: 12px;
	line-height: 22px;
}
.eshop_razeniVyber {
	margin: 0;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}
.eshop_infoZbozi {
	overflow: hidden;
	margin-bottom: 10px;
}
.eshop_obrazekZbozi {
	width: 150px;
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
}
.eshop_obrazekZboziBlok {
	text-align: center;
	position: relative;
	line-height: 0;
}
.eshop_eobrazek {
	display: block;
	margin: 0 auto;
     text-align: center;
	border: none;
	max-width: 150px;
	max-height: 200px;
     width: expression(this.width > 150 ? 150: true);
}
.eshop_obrazekZboziDalsiPozadi {
	position: absolute;
	width: 150px;
	height: 20px;
	opacity: 0.15;
	filter: alpha(opacity=15);
	z-index: 0;
	left: 0;
	bottom: 0;
}
a.eshop_obrazekZboziDalsiText {
	width: 150px;
	height: 20px;
	font-size: 11px;
	line-height: 20px;
	position: relative;
	z-index: 5;
}
a.eshop_obrazekZboziDalsiText:hover {
	text-decoration: underline;
}
h3.eshop_nazevZbozi {
	margin: 0 0 5px 0;
	font-size: 18px;
	line-height: 24px;
}
.eshop_textZbozi {
	text-align: justify;
	margin-bottom: 10px;
}
hr.eshop_horizontalRule {
	margin: 10px auto;
}
.eshop_notFound {
	margin: 5px 1px;
}

/* basic_parametry.tpl
==================================================*/
.eshop_parametryZbozi {
	width: 170px;
	float: right;
	min-height: 100px;
	margin-left: 15px;
	margin-bottom: 15px;
	text-align: right;
}
.eshop_cenaPopis,
.eshop_menaBezDph,
.eshop_idZbozi  {
	font-size: 11px;
}
.eshop_idZbozi {
	margin-bottom: 3px;
}
.eshop_cena {
	font-size:15px;
	font-weight:bold;
}
.eshop_zbozi_cenaWrap {
	float: right;
	line-height: 32px;
}
.eshop_vyprodano,
.eshop_vKosiku,
.eshop_doKosiku,
.eshop_pocetKusu {
	float: right;
}
.eshop_pocetKusu input.eshop_pocet {
	margin-right: 8px;
	padding: 1px 2px;
	font-size: 13px;
	width: 25px;
	text-align: center;
}
.eshop_mena {
	font-size:13px;
	font-weight:bold;
}
.eshop_discount {
	background: url("pic/discount.png") top left no-repeat;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 31px;
	font-size: 12px;
	font-family: Tahoma;
	color: #fff;
	text-shadow: 1px 1px 0 #444;
	float: right;
	letter-spacing: -1px;
	margin-right: 10px;
}
.eshop_discount sup {
	line-height: 0;
}
.eshop_freeShipping {
	background: url("pic/free-shipping.png") top left no-repeat;
	width: 32px;
	height: 32px;
	float: right;
	margin-right: 10px;
}


.eshop_cena_puvodniWrap {
	text-decoration: line-through;
	font-size: 12px;
	line-height: 32px;
	font-weight: bold;
	float: right;
}
.eshop_cenaBezDph {
	font-size: 12px;
}
.eshop_cenaObal,
.eshop_dostupnost,
.eshop_zasoby {
	margin-bottom: 10px;
}
.eshop_varianta {
	margin-bottom: 10px;
	margin-right:5px;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	font-weight: bold;
	width: 170px;
}