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

.productTaxPrice
{
	color: #808080;
	font-size: x-small;
	line-height: 120%;
	line-height: 0.8;
}

.productTaxExPrice
{
	color: #000000;
}

.productTaxIncTag, .productTaxExTag
{
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;  
  font-size: 12px;
}

.productTaxExTag
{
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;  
  font-size: 12px;
}

.productTaxIncTag
{
	color: #808080;
	font-size: smaller;
	line-height: 12px;
	margin-top: 2px;
}

.sideBoxTaxIncEx
{
	text-align: center;
}

.sideBoxTaxIncEx INPUT
{
	vertical-align: bottom;
}

.sideBoxTaxIncTag
{
}

.sideBoxTaxExTag
{
}


#cartSubTotal 
{
	height: 3em;
}