@charset "iso-8859-2";

.produkty_vysledek_hledani {
  text-align: left;
  color: #f15a24;
  font-size: 16px;
  font-weight: bold;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.prazdne_hledani_text {
  height: 500px;
  font-size: 14px;
  color: black;
  margin-top: 20px;
  line-height: 150%;
}

.produkty_table {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../img/prod_list_background.png');
  background-repeat: repeat-y;
}

.prod_item {
  border-bottom: 1px dotted #a8a8a8;
  width: 130px;
}


.prod_item_wrapper {
	width: 120px;
	margin-left: 5px;
	margin-right: 5px;
	height: 180px;
	padding: 0px;
	overflow: hidden;
}

.prod_item_name {
	text-align: center;
	padding-bottom: 0px;
	font-size: 10px;
	line-height: 12px;
	height: 25px;
	margin-top: 5px;
	padding: 0px;
	vertical-align: middle;
	color: #ff0000;
	font-family: Verdana;
	width: 110px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}


.prodcell_prodlink_small {
  border: 0px;
  text-decoration: none;
  font-size: 8px;
  font-weight: normal;
  /* font-family: Arial; */
  color: #ff0000;
}

.prodcell_prodlink_price, .prodcell_prodlink_price:link, .prodcell_prodlink_price:visited {
	color: #f15a24;
	text-decoration: none;
	font-family: Tahoma;
}

.prodcell_prodlink_price:hover, .prodcell_prodlink_price:active {
	color: #f15a24;
	text-decoration: none;
	font-family: Tahoma;
}


.prod_item_image {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 110px;
	height: 110px;
	overflow: hidden;
	background-color: white;
	display: block;
}

.prod_item_img {
	border: 0px;
	vertical-align: middle;
	color: black;
	font-size: 8px;
}

.prod_item_tech_info {
  width: 110px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  font-size: 9px;
}

.prod_item_tech_info_tbl {
  margin-left: 10px;
  font-size: 9px;
  color: #aaa9a9;
  border: 0px solid black;
}

.prod_item_tech_info_tbl_rect {
  width: 8px;
  height: 8px; 
  background-color: #aaa9a9; 
  font-size: 8px;
  display: block;
  margin-right: 5px;
  overflow: hidden;
  float: left;
}


.prod_item_count {
	height: 20px;
	width: 40px;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	color: black;
	text-align: center;
	padding: 1px;
	line-height: 20px;
}

.prod_item_price {
  width: 110px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	color: #f15a24;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;

	
}