@charset "UTF-8";
/* CSS Document */

.dealtable {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
.dealtable td, .dealtable th {
	padding: 3px;
}
.dealtable th {
	font-weight: bold;
	background-color: #759b46;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color: white;
}
.dealtable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.rightcell {
	text-align: right;
}
.subtotal {
	font-style: italic;
}
.grandtotal {
	font-style: italic;
	font-weight: bold;
}
.rightcell a:hover, .rightcell a:active {
	background-color: white !important;
}
