/**
 * Inc/Ex Tax mod CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2008 Andrew Moore
 */

#orderTotals .productTaxExPrice, #orderTotals .productTaxPrice
{
	width: 50%;
	display: inline-block;
	float: left;
}
/*
.productTaxExPrice
{
	color: #000000;
}

.productTaxPrice
{
	color: #808080;
}

#orderTotals .productTaxIncTag, #orderTotals .productTaxExTag
{
	font-size: 80%;
	width: 50%;
	display: inline-block;
	float: left;
}

.productTaxExTag
{
	font-size: 80%;
}

.productTaxIncTag
{
	color: #808080;
	font-size: 80%;
}
*/
.sideBoxTaxIncEx
{
	text-align: center;
}

.sideBoxTaxIncEx INPUT
{
	vertical-align: bottom;
}

.sideBoxTaxIncEx INPUT[type="radio"]
{
	float: none;
	display: inline;
	margin: 0.1em;
}

#cartSubTotal 
{
	min-height: 2.2em;
	height: auto;
}

.vatBox {
	text-align: right;
}
