.eItem {
	width: 150px;
	float: left;
	margin-right: 30px;
	position: relative;
}
.eItem.novinka .nItem {
	width: 78px;
	height: 78px;
	position: absolute;
	z-index: 10;
	background: url('../../images/new.png') no-repeat right top;
	right: 0px;
	top: 0px;
	/*
	right: 15px;
	top: 14px;
	*/
}
.eItem.last {
	margin-right: 0px;
}
.eItem .body {
	width: 135px;
	height: 120px;
	background: url('../../images/e-item-bg.gif') no-repeat left top;
	padding-left: 15px;
	padding-top: 14px;
	position: relative;
	z-index: 1;
}
.eItem .body .imgLink {
	display: block;
	width: 120px;
	height: 82px;
	overflow: hidden;
}
.eItem .body .imgLink img {
	border: none;
}
.eItem:hover .body {
	background: url('../../images/e-item-bg-hover.gif') no-repeat left top;
}
.eItem .body form {
	padding: 0px;
	margin: 0px;
}
.eItem .submitImage {
	display: block;
	width: 36px;
	height: 29px;
	position: absolute;
	right: 12px;
	bottom: 3px;
}
.eItem .cena {
	font-size: 16px;
	font-weight: bold;
	color: #9c205f;
	position: absolute;
	left: 15px;
	bottom: 10px;
	padding: 0px !important;
}
.eItem .cena strike {
	position: absolute;
	display: block;
	left: 0px;
	top: -17px;
	color: #a51818;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	background: white;
	padding: 0px 5px;
	white-space: nowrap;
}
.eItem h2 {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
.eItem h2 a {
	color: #9c205f;
	font-weight: normal;
}
.eItem b {
	display: block;
	text-align: center;
	color: #a51818;
}
.categoryPredel {
	height: 3px;
	background: #f5f5f5;
	margin-bottom: 25px; 
}
.categoryListItem h2 {
	
}
.categoryListItem h2 a {
	line-height: 30px !important;
	font-size: 16px !important;
	font-weight: bold;
}
#prodDetail .imgSet {
	width: 242px;
	float: right;
	text-align: center;
}
#prodDetail .prodDescription {
	width: 250px;
	float: left;
}
#prodDetail .cena {
	font-size: 18px;
	color: #383424;
	padding-bottom: 5px;
}
#prodDetail .cenaStrike {
	color: #a51818;
	font-size: 14px;
	font-weight: bold;
}
#prodDetail .sklad {
	font-weight: bold;
	color: #8cb753;
	padding-bottom: 15px;
}
#prodDetail .sklad span {
	color: #a51818;
}
#prodDetail .colorSw {
	padding-bottom: 15px;
}
#prodDetail .submit {
	width: 161px;
	height: 32px;
	background: url('../../images/add-chart.gif') no-repeat left top transparent;
	border: none;
	font-family: arial;
	font-size: 14px;
	color: #383424;
	cursor: pointer;
	padding-left: 35px;
}
#prodDetail .cleaner.colored {
	height: 3px;
	background: #f0dee7;
}

