html, body, #wrapper {
	font-family: sans-serif;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background: black;
	color: #f5d7d7;
}

a {
	color: #f5d7d7;
	text-decoration: none;
	border-bottom: 1px #f5d7d7 dashed;
}

a.img {
	color: #f5d7d7;
	text-decoration: none;
	border-bottom: 0px;
}



#wrapper {
	background-color: #000000;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}


div.pay_option {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px black dashed;
	border-right: 1px black dashed;
	position: relative;
	float: left;
}


div.eshop_basket_off_stock {
	color: red;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px;
	border: 2px red solid;
	width: auto;
	float: left;	
}

tr.row1 {
	background: #333333;
}

tr.eshop_basket_top {
	background: black;
}

tr.eshop_basket_row {
	background: #555555;
	height: 100px;
}

td.eshop_basket_prod {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px #333333 solid;
}	

/* row in normal shop POS basket */
tr.shop_basket_row {
	background: #555555;
}

