﻿table.mini-products th[scope=row]
{
	width:70%;
	background-color:Transparent;
	vertical-align:top;
	padding:0.25em;
	border:none;
}
table.mini-products th
{
	text-align:left;
}
table.mini-products th.total
{
	text-align:right;
	font-style:italic;
	background-color:transparent;
	border:none;
}
table.mini-products td,table.mini-products th
{
	border:none;
}
table.mini-products td.price
{
	text-align:right;
}


