@media screen, projection {
	table.displaytable {
		border: 0;
		border-collapse: collapse;
		margin: 10px 0;
		padding: 0;
		width: 100%;
		}
	table.displaytable td {
		border: 1px solid #313434;
		margin: 0;
		padding: 5px;
		}
	table.displaytable thead td {
		background: #01866f;
		color: #cef3ed;
		font-size: 12px;
		font-weight: bold;
		}
	table.displaytable thead td.producttitle {
		text-align: center;
		}
	table.displaytable thead td.itemtitle {
		width: 60%;
		}
	table.displaytable thead td.pricetitle {
		width: 60%;
		}
	table.displaytable tbody td.optiontitle {
		color: #639f95;
		font-weight: bold;
		text-align: right;
		}
	table.displaytable tbody td.optionstatus {
		text-align: center;
		}
	table.displaytable tbody td.price {
		text-align: right;
		}
	table.displaytable tbody tr.altrow {
		background: #101111;
		}
	.status1 {
		color: #ea3a2d;
		}
	.status3 {
		color: #474a4a;
		}
	.status4 {
		font-weight: bold;
		}
}
@media print, handheld {
	table.displaytable {
		border: 0;
		border-collapse: collapse;
		margin: 10px 0;
		padding: 0;
		width: 100%;
		}
	table.displaytable td {
		border: 1px solid #333;
		margin: 0;
		padding: 5px;
		}
	table.displaytable thead td {
		color: #676767;
		font-size: 12px;
		font-weight: bold;
		}
	table.displaytable thead td.producttitle {
		text-align: center;
		}
	table.displaytable thead td.itemtitle {
		width: 60%;
		}
	table.displaytable thead td.pricetitle {
		width: 60%;
		}
	table.displaytable tbody td.optiontitle {
		color: #777;
		font-weight: bold;
		text-align: right;
		}
	table.displaytable tbody td.optionstatus {
		text-align: center;
		}
	table.displaytable tbody td.price {
		text-align: right;
		}
	.status1 {
		color: #999;
		}
}
