.Instruct
{
	font-family: 'arial';
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}

.Option
{
	font-family: 'arial';
	font-size: 14px;
	font-weight: bold;
}

.ChoiceName {
	color: #333333;
	font-family: 'arial';
	font-size: 10pt;
	font-weight: bold;
}

.ChoiceDec {
	font-family: 'arial';
	font-size: 14pt;
}

.ChoiceDecDesc {
	font-family: 'arial';
	font-size: 12pt;
}

.ChoiceDescr {
	font-family: 'Arial';
	font-size: 8pt;
}

.ChoiceDescr li {
	font-family: 'Arial';
	font-size: 8pt;
}

.OutcomeDecName {
	font-family: 'arial';
	font-size: 8pt;
	font-weight: bold;
}

.OutcomeMsg {
	font-family: 'arial';
	font-size: 8pt;
	font-weight: normal;
	
}

.OutcomeChoiceName {
	font-family: 'arial';
	font-size: 10pt;
	font-weight: bold;
	color:red;
}

.OutcomeCatName {
	font-family: 'arial';
	font-size: 10pt;
	font-weight: bold;
}
.OutcomeItemName {
	font-family: 'arial';
	font-size: 10pt;
}
.invalidChoice
{
	width: 100%;
	filter:alpha(opacity: 20);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	-moz-opacity: 0.2;
}
.EditItemLink {
	font-size: 8pt;
}

.Price {
	font-family: 'arial';
	font-size: 18pt;
	font-weight: bold;
}

.PriceText {
	font-family: 'arial';
	font-size: 10pt;
	font-weight: bold;
}
.PriceEach {
	font-family: 'arial';
	font-size: 10pt;
	font-weight: bold;
}


.CategoryDropDown {
	font-family: 'arial';
	font-size: 8pt;
	width: 160px;
}

.CategoryDropDownText {
	font-family: 'arial';
	font-size: 10pt;
	font-weight: bold;
}

.CartTabItemsSection
{
	width: 500px;
}

.CartItem
{
	font-size: 10pt;
}

.CartCat
{
	font-size: 10pt;
	font-weight: bold;
}

.CartTable
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 10pt;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: 'arial';
}

.CartOutcomeHead
{
	font-size: 8pt;
	padding-left: 10px;
	font-weight: bold;
}

.CartOutcome
{
	font-size: 8pt;
	padding-left: 10px;
}

.QtyDivider
{
	border-top: black 1px solid;
}

.QtyTable
{
	font-size: 10pt;
	font-family: 'arial';
}

.QtyTable TD
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.CartCostSummary
{
	font-size: 10pt;
	font-family: 'arial';
}

.CartCostSummary TD
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.CartCostTotal
{
	font-size: 12pt;
	font-family: 'arial';
	font-weight: bold;
}

.CartSmallLink {
	font-size: 8pt;
}

#ItemCatDescription
{
	font-size: 11px;
}
#ItemCatDescription li
{
	font-size: 11px;
}

.WoodName { FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'arial'; TEXT-DECORATION: underline }
.QtyTitleText { FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: 'arial' }
.QtybelowTitleText { FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: 'arial' }
.QtySubText { FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: 'arial' }
.MinMaxes { FONT-SIZE: 10pt; COLOR: #333333; FONT-WEIGHT: bold; FONT-FAMILY: 'arial' }
.Qtys TD { PADDING-LEFT: 10px }
.QtyError { FONT-SIZE: 8pt; COLOR: red; FONT-FAMILY: 'arial'; background-color: #FFFF99;}
.QtyMessage { FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: 'arial'; background-color: #FFFF99; }
.QtyDec { FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'arial' }
.QtyDec TD { PADDING-RIGHT: 0px; PADDING-LEFT: 10px; PADDING-BOTTOM: 4px; PADDING-TOP: 0px }
.QtyDecTitle { FONT-WEIGHT: bold }

.SummaryText { FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: black; FONT-FAMILY: 'arial';}
.SummaryText2 { FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: 'arial'; FONT-WEIGHT: normal;}
.GeneralText { FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'arial';}
.GeneralTextLarge { FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: 'arial';}

.ViewItemGeneral { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: 'arial';}
.ViewItemOutcomes { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: 'arial';}
.ViewItemDescr { FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: black; FONT-FAMILY: 'arial';}

.ItemOptionCatDescription { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: 'arial';}


#loadingimagebox_wrapper 
{
	visibility: hidden;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 150px;
	text-align: center;
}
#loadingimagebox {
	position: relative;
	width: 100px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFF99;
	border: 1px solid #bb5307;
	padding: 10px;
}