/****************** HomePage ******************/

.centerBoxContentsNew, .specialsListBoxContents {
  float: left;
	font-size: 11px;
	border: 1px #E2E2E2 solid;
	margin: 8px 8px 0px 0px !important;
	margin: 6px 6px 0px 0px;
	width: 240px;
	height: 200px;
}

.centerBoxContentsNew a, .specialsListBoxContents{
	font-size: 11px;
	color: #0066FF;
}

.centerBoxContentsNew a img, .specialsListBoxContents a img {
  float: left;
  margin: 0px 5px 5px 5px;
  padding: 2px;
}

h3.itemTitle {
  margin: 0px;
  text-align: left;
}

.itemTitle a{
  height: 45px;
  padding: 10px 10px 0px 10px;
  font-size: 13px;
	color: #000000;	
	display: block;
}

.itemTitle a:hover{
  color: #D12420;
  text-decoration: none;
}

.vyrobce a {
  display: none;
}

/********** VYPIS CEN V LISTINGU **********/

.ceny {
  float: right;
  width: 80px;
  margin: 0px 10px 10px 0px;
  border: 0px red solid;
}

.doporucena-cena {
  clear: both;
  display: none;
}

.doporucena-cena-nazev {
  float: left;
  display: none;
}

.doporucena-cena-hodnota {
  float: right;
  display: none;
}

.nase-cena {
  clear: both;
}

.nase-cena-nazev {
  float: left;
  display: none;
}

.nase-cena-hodnota {
  float: right;
  font-size: 14px;
  font-weight: bold;
}

.sleva {
  display: none;
}

.ikona-skladem {
  float: right;
}