#reciept table{
	border-style: inset;
	border-width: 0px;
	width: 500px;
}

#eshop table{
	border-style: inset;
	border-width: 0px;
	width: 350px;
}

#eshop th, #eshop td{
	text-align: left;
	border-style: solid;
	padding: 4px;
	margin: 0px;
	border-color: rgb(203,203,203); 
	border-style: solid; 
	border-width: 0px;
	horizontal-align: middle;		
}

#eshop th{
	padding: 2px;
	font-weight: bold; 
	font-size: 11px;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;

}

#eshop h1{
	margin-bottom: 0px;
}

#eshop .ItemTitle{
	font-weight: bold;
}

#eshop .ItemDescription{
	font-weight: normal;
}

#eshop .ItemPrice{
	font-weight: normal;
	margin-top: 4px;
}

#eshop a.ItemNavigation{
}

input, select, textarea{
  color:#000000;
	font-size: 10px;
	overflow:hidden;
	
}
input.formular, select.formular, textarea.formular{
  color:#000000;
	font-size: 10px;
	border:1px solid #000000;
	overflow:hidden;
	background-color:#ffffff;
}
