div.message {
	padding: 100px;
	border: 1px solid #d9d9d9;

}

table {
	margin-top: 40px;
}

table td {
	background: url(../images/line.gif) bottom repeat-x;
	font-weight: normal;
	padding: 13px 0px;
}

table td.head {
	padding: 3px;
	background: #f4f9e9;
	font-weight: 700;
	border-bottom: none;
	background-image: none;
}

table td.remove {
	text-align: right;

}

table td.item {
	width: 345px;

}

table td.quan {
	width: 100px;

}

table td.price {
	width: 80px;

}

table td.sub_total, table td.actions {
	border-top: 1px solid #94c026;
	background-image: none;
	font-weight: 700;
	text-align: left;
}

table td.sub_total, table td.actions {
	text-align: right;
}