.table_cols {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

.table_cols td {
	vertical-align: bottom;
	text-align: center;
	padding: 1px 3px 10px 0px;
}

.table_cols_li {
  width: 100%;
}

.table_cols_li td {
  vertical-align: top;
  text-align: left;
  padding: 4px;
}


.shop_cat_discount {
	color: #aaaaaa;
}

.shop_cat_manufacturers {
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	width: 100%;
	border-collapse: collapse;
}

.shop_cat_manufacturers_title {
	background-color: #D46502;
	color: white;
	text-align: center;
	width: 70px;
}

.shop_cat_manufacturers_value {
  background-color: #FFD6B2;
  text-align: center;
}



/* seznam produktu */

.prod_cells {
	height: 155px;
	vertical-align: bottom;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	/* background-color: #f9f9f9; */
	text-align: left;
	padding: 3px 3px 3px 6px;
  cursor: pointer;
}

.prod_cells_basic {
  line-height: 20px;
  text-align: center;
  height: 70px;
}

.prod_cells_basic img {
	float: left;
}

.prod_cells_name {
	padding-bottom: 5px;
	line-height: 13px;
	height: 32px;
}

.prod_cells_prices {
	float: right;
}

.prod_cells_price {
	color: red;
	font-family: Arial;
	font-weight: bold;
	font-size: 13pt;
}

.prod_cells_discount {
	color: #ff9933;
	font-weight: bold;
}




/* seznam subproduktu */

.prod_sub {
	width: 100%;
	height: 100px;
  border: 1px solid #dddddd;
  background-color: #f9f9f9;
  margin: 0 0 2px 0;
  line-height: 13px;
}

.prod_sub_img {
	width: 73px;
	vertical-align: top;
	text-align: center;
}

.prod_sub_id {
	color: #bbbbbb;
}

.prod_sub_info {
	vertical-align: top;
	line-height: 13px;
}

.prod_sub_pars {
	font-style: italic;
}

.prod_sub_name {
	padding-bottom: 3px;
	color: navy;
}

.prod_sub_price {
	vertical-align: top;
}

.prod_sub_price table {
  border-collapse: collapse;
  margin: 0 0 5px 0;
}

.prod_sub_price td {
  background-color: white;
  border: 1px solid #dddddd;
  white-space: nowrap;
  padding: 1px 4px 1px 4px;
}

.prod_sub_price_old {
	text-decoration: line-through;
	color: #777777;
}

.prod_sub_price_head {
	font-style: italic;
}

.prod_sub_price_1 {
}

.prod_sub_price_2 {
	text-align: right;
}

.prod_sub_price_header {
	font-style: italic;
}

.prod_sub_var {
  text-align: right;
}

.prod_sub_var table {
  border-collapse: collapse;
  margin: 0 0 7px 0;
}

.prod_sub_var td {
  padding: 0 0 3px 0;
}

.prod_sub_var table select {
  font-size: 10px;
}

.prod_sub_cart {
	min-width: 100px;
	text-align: right;
}

.prod_sub_cart img {
	cursor: pointer;
}

.prod_sub_pkg_info {
	font-style: italic;
}




.manufacturers td {
	padding: 10px;
	vertical-align: top;
}

.order_box {
  background-color: #F1EBDF;  
  padding: 2px;
}

.paging_base, .paging_select {
  font-size: 14px;
		
}

.paging_select {
	background-color: #D46502;
	padding: 1px;
	color: white;
}
