/* SHOPPING CART CSS FILE
----------------------------------------- */

#flCart p, #flCart td
{
	margin: 0px;
}

.flCartFormBox
{
	padding: 10px;
	background-color: #F4F4F4;
	border: 1px solid silver;
}

.flCartFormHeading
{
	font-size: 1.3em;
	margin: 0 0 8px 0;
	padding: 0;
	font-weight: bold;
}

.flCartFormSubheading
{
	font-size: 1.3em;
	margin: 0 0 8px 0;
	padding: 0;
	font-weight: bold;
}

.flCartFormText
{
	font-weight: bold;
	font-size: 11px;
}

.flCartFormNote
{
	font-weight: normal;
	font-size: 11px;
	color: #FF6600;
}
	.flCartFormNote input
	{
		font-weight: normal;
		font-size: 11px;
		color: #444;
		border: 1px solid #CCC;
		background: url(/site/images/input_shadow.gif) top repeat-x #FFF;
		padding: 2px;
		margin: 0 5px 0 0;
	}
	.flCartFormNote select
	{
		font-weight: normal;
		font-size: 11px;
		color: #444;
		border: 1px solid #CCC;
		background: url(/site/images/input_shadow.gif) top repeat-x #FFF;
		padding: 2px;
		margin: 0 5px 0 0;
	}


.flCartErrorMessage
{
	font-weight: bold;
	color: #ed1c24;
}

.flCartKeyInstructions
{
	font-weight: bold;
	font-size: 12px;
}

.flCartYourOrderColHeading
{
	font-weight: normal;
	font-style: italic;
	color: gray;
}

.flCartYourOrderText
{
	font-weight: normal;
}

.flCartYourAccountTable
{
	background-color: silver;
}

.flCartYourAccountColHeading
{
	background-color: #F4F4F4;
	font-style: italic;
}

.flCartYourAccountCell
{
	background-color: #F4F4F4;
}

.flCartPre
{
	font-family: "courier new roman", courier;
	font-size:10px;
	color: blue;
}


.reviewHeader {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
}




