#PrimaryContent
{
	width:600px;
	background:white;
	color:#333;
	
	}

#Container
{
}

h3
{
	font-size:medium;
	border-bottom:1px solid #333;
}

/*//////////side nav///////////////*/

.LeftColLinks
{
	width:200px;
	background:#333;
	float:left;
}

.LeftColLinks li, .LeftColLinks li a {
	list-style:none;
	color:White;
	text-decoration:none;
	margin-left:-14px;
}
.LeftColLinks li a:hover {
	color:#C89812;
}
.LeftColLinks h2 a {
	color:#C89812;
	font-size:smaller;
	text-decoration:none;
	padding-left:12px;
}


/*////////////////////////////////*/


fieldset
{
	border-top: 1px solid black;
	border-left:none;
	border-right:none;
	border-bottom:none;
	margin: 0 12px 0 0;	
	padding: 0 0 15px 0;
}


fieldset.Buttons
{
	text-align: right;	
}

/* Add 200px margin to the left of each form div */
fieldset div
{
	clear: both;
	margin-bottom: 12px;
	min-height: 12px;
	margin-left: 120px;
	margin-top: 12px;
	position: relative; /* Important overrides the 10px padding applied to all divs within content */
	padding: 0 !important;
}
fieldset div small
{
	color:Red;
	position:relative;
	top:-6px;
	line-height:100%;
}
/* Then offset the labels into the empty space */
fieldset label
{
	display: block;
	position: absolute;
	width: 190px;
	left: -215px;
	text-align: right;
	margin-top: 3px;
}

/* Then remove the margin from nested divs */
fieldset div div
{
	clear: none;
	margin: 0;
}
fieldset legend
{
	font-weight:bold;
	color:#000;
}
/* This pushes the asterisks into their own column so field labels continue to line up */
fieldset label .Required
{
	position: absolute;
	left: 197px;
}

fieldset.Registration input
{
	position: relative;
	left: 0px;
}
fieldset.RecoverPassword input
{
	position: absolute;
	left: 0px;
}
.Required, .Error
{
	color: #ff0000;
}

input.Tiny, 
textarea.Tiny
{
	width: 40px;
}

input.Small, 
textarea.Small
{
	width: 100px;
}

input.Medium, 
textarea.Medium
{
	width: 200px;
	margin-left:12px;
	text-align:left;
}

select
{
	margin-left:12px;
}

input.Large,
textarea.Large
{
	width: 100%;
}

textarea, 
select.Multiple
{
	overflow: auto;
}

input.Button
{
	/* These two lines remove the default padding from buttons in IE */
	overflow: visible; 
	width: auto;
	padding: 0 4px 0 4px;
	border:2px solid #DB9808;
	background:#6A733A;
	color:#fff;
}

.ChkBox label
{
	font-size:small;
	line-height:100%;
}

.ChkBox input
{
	border:none !important;
	width:20px !important;
}

table.ConfirmTable
{
	width:400px;
	text-align:left;
}

.ConfirmTable th, td
{
	font-weight:bold;
	border:none;
	color:#333;
}


table.CartDataTable, table.ReceiptDataTable
{
	width: 96%;
	text-align:left;
	border-collapse: collapse;
	font-size: 12px;	
	margin-bottom: 20px;
}

.CartDataTable th, .ReceiptDataTable th
{
	color: #C89808;
	font-weight:bold;
}

.CartDataTable td, .ReceiptDataTable td
{
	color: #333;
	padding: 4px 4px 4px 0;
	font-weight:normal;
	vertical-align:top;
}

.CartDataTable, .CartDataTable .OrderItem td
{
	border-bottom: 1px solid #664B30;
}

.CartDataTable td.Price 
{
	width:50px;
	padding-right:15px;
}

.CartDataTable td.ItemName 
{
	width:140px;
}

.CartDataTable td.Quantity 
{
	padding-right:20px;
}
.CartDataTable td.Quantity input
{
	text-align:center;
	margin-left:14px;
	border:1px solid #8FA135;
	width:28px;
}

.CartDataTable a
{	text-decoration:none;
	color:#8FA135;}

.Previous, .Next
{
	font-size: 11px;
}

.Previous
{

	float: left;
}

.Next
{

	float: right;
	margin-right:20px;
}


.RegisterLinks a
{
	text-decoration:none;
	color:#C89808;
}

.RegisterLinks a:hover
{
	text-decoration:none;
	color:#8FA135;
}

hr
{
	border:1px solid #8FA135;
}


input.SaveButton
{	background-color:#8FA135;
	border:1px solid #333;
	color:White;
}

table.AddressList
{
	padding:0;
	margin:0;
	border-collapse:collapse;
	width:300px;
	border-bottom:1px solid #ccc;
}
table.AddressList th
{
	background-color:#8FA135;
	color:White;
}
table.AddressList td
{
	padding:0 10px 0 0;
	margin:0;
}

table.AddressList td a
{
	color:#000;
}

p.AcceptTC a
{
	color:#8FA155;
}

.Step fieldset, .Register fieldset, .AccountPages fieldset
{
	width:100%;
}

.Step .Checkbox input
{
	width:auto;
}

.Register fieldset
{
	width:100%;
}

.RegisterLink
{
	font-size:13px;
	font-weight:bold;
}