.orderlines{
	background-color: #f9f9f9; 
	overflow:auto; 
	width:100%;
	height : 250px;
	border-left : 1px solid #819a9f;
	border-right : 1px solid #819a9f;
	border-top : 1px solid #819a9f;
	border-bottom : 1px solid #819a9f;
}


TABLE.orderline TR, TABLE.orderline TD {
	cursor: hand;
}