table.standard
{
	border-collapse: collapse;
	font-size:0.75em;
	margin: 1em 0;
	width:100%;
	color:#686868;
}

table.standard th, table.standard td
{
	padding: 5px;
	border-bottom:4px solid #fff;
}

table.standard th
{  
	text-align:left;
	background:#eee;
	font-weight:normal;
	width:200px;
}

/* Prices Table */
.prices {
	border-collapse: collapse;
	font-size:0.75em;
	margin: 1em 0;
	width:100%;
	color:#686868;
}
.prices th {	
	font-weight:bold;
	text-align:center;
	background:#eee;
	}
.prices td {
	text-align:center;
	}
.prices th, .prices td {
	padding: 5px;
	}
.prices td.txt-left {
	text-align:left;
	}

/* Order Table */
.order {
	border-collapse: collapse;
	font-size:0.75em;
	margin: 1em 0;
	width:100%;
	color:#686868;
}
.order th {
	text-align:left;
	background:#eee;
	font-weight:normal;
	width:200px;
	}
.order th, .order td {
	padding: 5px;
	border-bottom:4px solid #fff;
	}
