/********** RIGHT **********/

.columnRight {
	display: none;
}

/********** CENTER **********/

.columnCenter {
  float: right;
  padding-right: 0px;
  margin: 0px 0px 0px 0px;
  border: 0px red solid;
}

/********** LISTING Products **********/

#productListHeading {
	padding-left: 0px;
}

.inputLabel {
  margin: 0px 10px 0px 4px;
}

#navCatTabs_in {
	font-size: 11px;
	margin: 10px 4px 0px 4px;
	padding: 5px 0px;
}

.category-top_in1 {
  float: left;
  width: 170px;
  padding: 2px 5px 2px 10px;
	font-size: 11px;
	font-weight: bold;
	border: 0px red solid;
}

a.category-top_in {
  color: #000000;
}

a:hover.category-top_in {
  color: #d7102d;
}

#productListing {
  border: 0px red solid;
}

.productListing-data {
  margin: 10px;
	font-size: 14px;
	color: #000;
}

#productsListingTopNumber, 
#productsListingBottomNumber, 
#specialsListingTopNumber, 
#specialsListingBottomNumber, 
#newProductsDefaultListingTopNumber, 
#newProductsDefaultListingBottomNumber {
  float: left;
	margin: 5px 0px;
	padding: 5px 4px;
	font-size: 11px;
	border: 0px blue solid;
}

#productsListingListingTopLinks, 
#productsListingListingBottomLinks, 
#specialsListingTopLinks, 
#specialsListingBottomLinks, 
#newProductsDefaultListingTopLinks, 
#newProductsDefaultListingBottomLinks {
  float: right;
  margin: 5px 0px;
	padding: 5px 4px;
	border: 0px green solid;
}

#productsListingListingTopLinks a, 
#productsListingListingBottomLinks a, 
#specialsListingTopLinks a, 
#specialsListingBottomLinks a, 
#newProductsDefaultListingTopLinks a, 
#newProductsDefaultListingBottomLinks a {
	margin: 0px;
	padding: 0px;
	color: #D7102D;
}

#productsListingListingTopLinks a:hover, 
#productsListingListingBottomLinks a:hover, 
#specialsListingTopLinks a:hover, 
#specialsListingBottomLinks a:hover, 
#newProductsDefaultListingTopLinks a:hover, 
#newProductsDefaultListingBottomLinks a:hover {
	margin: 0px;
	padding: 0px;
	color: #000000;
}

.centeredContent {
	text-align: center;
}

.centerBoxContentsProducts {
  float: left;
	font-size: 11px;
	border: 1px #E2E2E2 solid;
	margin: 8px 8px 0px 0px !important;
	margin: 6px 6px 0px 0px;
	width: 240px;
	height: 200px;
}

.centerBoxContentsProducts a {
	font-size: 11px;
	color: #0066FF;
}

.centerBoxContentsProducts 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;
}

.listingDescription {
  padding: 0px 2px;
}

.vyrobce a {
  display: none;
}

.ikony {
  padding: 2px 10px;
  clear: both;
}

.ikony img {
  float: left;
  margin: 0px 2px 1px 0px;
}

/********** 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;
}

