.form_delete_button {
	background-color: #594C3B;
	color: #eeeeee !important;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-weight: normal;
	font-size: 12px;
	padding: 2px 4px 2px 4px;
	text-decoration: none !important;
	cursor: pointer;	
}

ul.auto_complete {
	background-color: #e2e2e2;
	font-size: 90%;
}

tr.discount td {
	font-weight: normal;
	font-style: italic;
	color: #ffffff;						/*333333*/
	background-color: #6abe32;			/*cccccc*/
	border-top: 1px solid #191465;
}

tr.bonopoints td {
	font-weight: normal;
	font-style: italic;
	color: #ffffff;						/*333333*/
	background-color: #009ddc;			/*cccccc*/
	border-top: 1px solid #191465;
}


div.edit_form {
	background: none #eef1f7;
	padding: 10px 20px 20px 20px;
}

div.edit_form div.row {
	height: 24px;
	margin: 10px auto 0px auto;
}

div.row span.column {
	float: left;
	min-width: 175px;
	width: 175px;
	margin: 0px 20px 0px 0px;
}


.hoverlink a {
	text-decoration: none !important;
	color: #0066cc !important;
}

.hoverlink a:hover {
	text-decoration: underline !important;
	color: #c47500 !important;
}

a.hoverlink {
	text-decoration: none !important;
	color: #0066cc !important;
}

a.hoverlink:hover {
	text-decoration: underline !important;
	color: #c47500 !important;
}


table.print_order_items thead tr {
	background-color: #dad8d8;
}

table.print_order_items tr td {
	padding: 0px 8px 0px 8px;
}
