h3
{
	font-weight:bold;
	font-size:12px;
	margin:8px 0px 4px 0;
}

#fixedWidthEnforcer #content table
{
	border-width:0;
	margin:8px 0px 16px 0px;
}
#fixedWidthEnforcer #content table tr td
{
	font-size:11px;
	color:#999999;
	font-weight:bold;	
	margin:0px;
	padding:3px 4px 3px 4px;
	border-width:0;
}

#fixedWidthEnforcer #content table tr td input
{
	font-size:12px;
	border:solid 1px #666666;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
}

#fixedWidthEnforcer #content table tr td select
{
	font-size:13px;
	border:solid 1px #666666;
	border-top:solid 2px #999999;
	border-left:solid 2px #999999;
}

#fixedWidthEnforcer #content table tr td textarea
{
	font-family:Arial;
	font-size:13px;
	border:solid 1px #666666;
	border-top:solid 2px #999999;
	border-left:solid 2px #999999;
}

#fixedWidthEnforcer #content table tr td span.checkbox input
{
	border-width:0;

}
#fixedWidthEnforcer #content table tr td input.checkbox
{
	border-width:0;
}
#fixedWidthEnforcer #content p span.checkbox input
{
	border-width:0;
	margin-left:0;

}
#fixedWidthEnforcer #content p input.checkbox
{
	border-width:0;
	margin-left:0;
}

#fixedWidthEnforcer #content table tr td input.text
{
	width:300px;
}
#fixedWidthEnforcer #content table tr td input.text-state
{
	width:40px;
}

#fixedWidthEnforcer #content table tr td input.text-zip
{
	width:100px;
}

#fixedWidthEnforcer #content table tr td input.text-qty
{
	width:35px;
	text-align:right;
}

#fixedWidthEnforcer #content input.text-qty
{
	width:35px;
	text-align:right;
}

#fixedWidthEnforcer #content table.cart
{
	margin:8px 0 16px 0;
	padding:0;
	border-collapse:collapse;
	border-left:solid 1px #999999;
	border-top:solid 1px #999999;
}

#fixedWidthEnforcer #content table.cart tr td
{
	font-size:12px;
	margin:0;
	padding:4px 8px 4px 8px;
	border-width:0;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	color:#666666;
}

#fixedWidthEnforcer #content table.cart tr td.qty
{
	text-align:right;
}

#fixedWidthEnforcer #content table.cart tr.header td
{
	font-weight:bold;
	background:#cccccc;
}

#fixedWidthEnforcer #content table.cart tr.alternate td
{
	background:#efefef;
}
#fixedWidthEnforcer #content table.cart tr td span.sale
{
	font-weight:bold;
}
#fixedWidthEnforcer #content table.cart tr td span.retail
{
	text-decoration:line-through;
	font-weight:normal;
	color:#999999;
}

#fixedWidthEnforcer #content table.cart tr.total td
{
	font-weight:bold;
	text-align:right;
	
}
#fixedWidthEnforcer #content table.cart tr td.total
{
	text-align:right;
}

#fixedWidthEnforcer #content table.radiolist
{
	position:relative;
	display:block;
	margin:0px 0 4px 0;
	
}
#fixedWidthEnforcer #content table.radiolist tr td
{
	padding:0 2px 0 2px;
	font-size: 1.2em;
}
#fixedWidthEnforcer #content table.radiolist tr td input
{
	border:none;
}

