﻿#leftbox #content table.Standard {

}

#leftbox #content table.Standard th {
}

#leftbox #content table.Standard td {
}


div#ShoppingContainer
{
	
	background-image:url(../images/carbackground.gif);
	background-repeat:no-repeat;
	height:103px;
	width:100%;
	margin-left:20px;
	
}

.SecondaryTitle
{
	width:330px;	
	font-family:Arial;
	font-weight:bold;
	color:#d0a067;
	font-size:16px;
	padding-top:50px;
}

.ProductName
		{
			
			color:#d0a067;
			font-family:Arial;
			font-size:14px;
			font-weight:bold;
		}
		
		.ProductDescription
		{
			width:300px;
			font-family:Arial;
			color:#636366;
			font-size:12px;
		}
	


.TableHeaderRow
	{
		background-color:#d0a067;
		color:#ffffff;
		font-weight:bold;
		text-transform:uppercase;	
	}
	
	.TableDataRow
	{
		background-color:#f1e2d1;
		color:#d0a067;
	}
	
	a
	{
		color:#d0a067;
		text-decoration:underline;	
	}

	a:hover
	{
		color:#d0a067;
		text-decoration:underline;	
	}
	
	a:active
	{
		color:#d0a067;
		text-decoration:underline;	
	}
	
	a:visited
	{
		color:#d0a067;
		text-decoration:underline;	
	}
	
	
	.ErrorText
	{
		color:Red;
	}