﻿
#PrimaryContent
{
	float:none;
	width:899px;
}
#SecondaryContent
{
	display:none;
}
.Wizard
{
	width:98%;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:2px dotted #ccc;
}
.Wizard td
{
	vertical-align:top;
	margin:0;
	padding:0;
}

/********controls the next/previous step process*********/
.Wizard table td table
{
	margin-top:10px;
	margin-bottom:10px;
}
.Wizard table td table td
{

}
/*****************/

.Sidebar table
{
	margin-top:0px;
	
}

.Sidebar td
{
	padding:8px 40px 8px 10px;
}


.Wizard fieldset
{
	border-bottom:none;
	width:360px;
	float:left;
	font-size:11px;
	margin-top:10px;
}
.Wizard fieldset div
{
	margin-top:6px;
	margin-left:30px;
}
.Wizard fieldset label
{
	font-size:11px;
	
}
.Wizard fieldset legend
{
	font-size:15px;
	padding-bottom:20px;
	padding-left:30px;
	color:#7D7E82;
	
}
.Wizard fieldset input,
.Wizard fieldset select
{
	font-size:11px;
	font-weight:normal;
	padding: 0;
}
.Wizard fieldset .CheckBox input
{
	width:24px;
	vertical-align:middle;
}
.Wizard fieldset .CheckBox
{
	font-weight:normal;
	margin-top:12px;
}

/*****this stops gap showing in IE above the side bar links********/
td.Sidebar img
{
	display:none;
}
/*************/

.Sidebar .Button
{
	background:url(../images/side-bar-step.gif) no-repeat left center;	
	margin:0;
	padding:0;
}

.Sidebar .Selected .Button
{
	background:url(../images/side-bar-selected.gif) no-repeat left center;	
}


.Sidebar a.Button
{
	color: black;	
	font-size: 11px;
	text-transform: capitalize;
	padding-left:8px;
}

.NextButtons
{
	background:url(../images/side-bar-selected.gif) no-repeat right center;	
	font-weight:bold;
	font-size:14px;
	border:none;
	
	color:#6DD900;
	width:130px;
	cursor:pointer;
}
.PreviousButtons
{
	background:url(../images/previous.gif) no-repeat left center;	
	font-weight:bold;
	font-size:14px;
	border:none;
	color:#6DD900;
	width:140px;
}

.OrderMessage
{
	width:140px;
	margin-top:14px;
	font-size:11px;
}

.Error
{
	font-size:11px;
	
}
.Error ul
{
	margin:0 0 0 16px;
	padding:0;
	list-style:square;
}
.Error ul li
{
	padding:2px;
}
/***********End Wizard***********************************************************/



table.CartDataTable
{
	border-collapse:collapse;
	width:100%;
	margin:6px 0 6px 0;
}

table.CartDataTable td
{
	vertical-align:top;
	padding:6px 20px 6px 0;
	border:none;
}
table.CartDataTable th
{
	border-bottom:1px solid black;
	text-align:left;
}

#PrepareOrder input
{
	width:146px;
	background:#fff url(../images/prepare-order.gif) no-repeat;
	height:22px;
}

table.CartDataTable td.ActionButtons input
{
	background:#fff url(../images/send-message.gif) no-repeat;
	padding:4px 0 8px 0;
	width:110px;
}

table.CartDataTable td.Quantity,
table.CartDataTable td.Price
{
	text-align:center;
}

table.CartDataTable td.Total
{
	text-align:right;
	font-weight:bold;
}
table.CartDataTable td.Seperator
{
	border-bottom:1px solid #ccc;
	margin:0;
	padding:0;
}

table.ConfirmDataTable
{
	float:left;
	margin-left:280px;
	margin-bottom:180px;
}

hr
{
	border:1px solid #ccc;
}

#Navigation
{
	background:#B1B7B3;
}

#Navigation ul li a
{
	color:White;

}

a{color:#000;}

.GiftMessage
{
	font-weight:normal;
	font-size:11px;
	width:220px;
}

.GiftMessage input
{
	width:20px;
}

.Calendar input
{
	background-color:White;
}