#content_left .tx-gastroshop-pi1 p.additiveList {
  font-size: 10px;
	color: #666;
	clear: left;
}

.tx_gastroshop_product_table {
  width: 100%;
	font-size: 12px;
}

.tx_gastroshop_product_table .addtext {
  font-size: 11px;
	font-weight: normal;
}

.tx_gastroshop_product_table a {
  text-decoration: none;
	color: #333;
}

.tx_gastroshop_product_table img {
  border: 0;
	padding: 1px 0;
}

.tx_gastroshop_product_header {
  width: 100%;
  font-weight: bold;
	font-size: 13px;
	color: #333;
}

.tx_gastroshop_product_title {
  width: 100%;
  font-weight: normal;
	font-size: 11px;
	color: #666;
}

.tx_gastroshop_product_main {
  width: 100%;
  font-weight: bold;
	font-size: 12px;
	color: #333;
}

.tx_gastroshop_product_sub {
  width: 100%;
  font-weight: normal;
	font-size: 11px;
	color: #333;
}

td.tx_gastroshop_product_left {
  width: 8%;
}

td.tx_gastroshop_product_center {
}

td.tx_gastroshop_product_right {
  width: 9%;
}

/* basket-table styles */
.tx_gastroshop_basket_table {
  width: 250px;
	border: 0;
	border-collapse: collapse;
	margin: 0;
}

.tx_gastroshop_basket_table input.button {
  width: 80px;
	background-color: #dedede;
	border: 1px solid #999;
}

.tx_gastroshop_basket_table .tx_gastroshop_basket_header {
  background-color: #090958;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	height: 25px;
}

.tx_gastroshop_basket_table .tx_gastroshop_basket_elementtop {
  font-weight: bold;
	font-size: 11px;
}

.tx_gastroshop_basket_table .tx_gastroshop_basket_empty {
  font-weight: normal;
	font-size: 12px;
	height: 20px;
}

.tx_gastroshop_basket_table .tx_gastroshop_basket_empty td {
  text-align: center;
}

.tx_gastroshop_basket_table .tx_gastroshop_basket_elementsub {
  font-weight: normal;
	font-size: 10px;
}

.tx_gastroshop_basket_table .tx_gastroshop_basket_summary {
  font-weight: bold;
	font-size: 12px;
}

.tx_gastroshop_basket_table .tx_gastroshop_basket_summary td {
  border-top: 1px solid #333;
	padding-bottom: 12px;
}

.tx_gastroshop_basket_table .even {
  background-color: #dedede;
	color: #444;
}

.tx_gastroshop_basket_table .odd {
  background-color: #fff;
	color: #444;
}

.tx_gastroshop_basket_table td {
  text-align: left;
	vertical-align: top;
}

.tx_gastroshop_basket_table a img {
  border: 0;
	margin-right: 1px;
	margin-top: 2px;
}


/* Styles for the order-table */
.tx_gastroshop_order_table {
  width: 510px;
	font-size: 12px;
	margin-left: 10px;
  border-collapse: collapse;
}

.tx_gastroshop_order_table img {
  border: 0;
}

.tx_gastroshop_order_table .tx_gastroshop_order_elementtop {
  background-color: #b2b2ff;
}

.tx_gastroshop_order_table .tx_gastroshop_order_elementsub {
  background-color: #e6e6ed;
}

.tx_gastroshop_order_table .tx_gastroshop_order_header {
  background-color: #090958;
	color: #fff;
}

/* Style for the ingredient-listing */
.tx_gastroshop_ingredient_table {
  width: 510px;
	font-size: 12px;
	margin-left: 10px;
	border-collapse: collapse;
}

.tx_gastroshop_ingredient_table .tx_gastroshop_ingredient_row th {
  border-bottom: 1px solid #333;
} 

.tx_gastroshop_ingredient_table .tx_gastroshop_ingredient_row td {
  border-bottom: 1px solid #fff;
	background-color: #eee;
} 

.tx_gastroshop_ingredient_table .tx_gastroshop_ingredient_row td a {
  display: block;
	width: 100%;
	text-decoration: none;
	color: #333;
	background-color: #eee;
}

.tx_gastroshop_ingredient_table .tx_gastroshop_ingredient_row td a:hover {
  background-color: #ddd;
}

.tx_gastroshop_ingredient_table .right {
  border-left: 1px dotted #333;
} 

.tx_gastroshop_ingredient_table .last {
  border-left: 1px dotted #333;
}

.tx_gastroshop_ingredient_table .ingredient_price {
  border-left: 1px dotted #fff;
}

.tx_gastroshop_ingredient_table .ingredient_name {
  border-left: 0;
}

.tx_gastroshop_ingredient_table img {
  border: 0;
	margin: 0 2px;
}

.tx_gastroshop_special_chooser {
  width: 510px;
	font-size: 12px;
	margin-left: 10px;
	border-collapse: collapse;
}

.tx_gastroshop_special_chooser .product_chooser {
  width: 140px;
}

.tx_gastroshop_special_chooser .special_name {
  width: 90px;
}

.tx_gastroshop_special_chooser .tx_gastroshop_special_submit td {
  text-align: right;
}


