table {
	width: 598px;
	border-collapse:collapse;
}

thead th {
	background-color: #EEC1CE;
	/*font-size: 0.8em;*/
	font-weight: bold;
	border-left: 1px solid #FFF;
	color: #524146;
	padding: 5px;
	text-align: left;
	text-transform: uppercase;
}
thead th.first {
	border-left:0px;
}
thead th.priceCell {
	text-align: right;
}

tbody td {
	color: #524146;
	padding: 5px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	text-align: left;
	background-color: #E7E7E7;
}
tbody th {
	color: #524146;
	padding: 5px;
	border-top: 1px solid #FFF;
	border-left: 0px solid #FFF;
	text-align: left;
	background-color: #E7E7E7;
	width: 426px;
}
tbody td a img {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}

tbody td.priceCell,tfoot td.priceCell {
	text-align: right;
	font-weight: bold;
}
tbody td.deleteCell {
	text-align: center;
}
tbody th div.notes {
	width: 416px;
	background-color: #FFF;
	border: 1px solid #5E366A;
	padding: 3px;
	font-weight: normal;
	font-style:italic;
}

tbody th div.notes textarea {
	width: 416px;
	height: 75px;
	border: 0px dashed #DDD;
	font-style:italic;
}

input.notesButton {
	background-color: #0984EE;
	border: 1px solid #000;
	text-transform:uppercase;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
}
tbody th div.notes input {
	z-index: 10;
}
a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #F8A704;
	text-decoration: underline;
}
tfoot th {
	background-color: #FFF;
	text-align: right;
	text-transform: uppercase;
	padding: 10px 5px;
	color: #524146;
	font-weight: bold;
	
}
tfoot th span.notBold {
	font-weight: normal;
}
tfoot td {
	background-color: #FFF;
	padding: 10px 5px;
	color: #524146;
}
tfoot td.priceCell {
	background-color: #E7E7E7;
	padding: 10px 5px;
	color: #524146;
	border-top: 1px solid #FFF;
	font-weight: bold;
}
tfoot td.totalPriceCell {
	background-color: #EEC1CE;
	padding: 10px 5px;
	color: #524146;
	font-size: 1.8em;
	font-weight: bold;
	text-align: right;
}
