
.shippingOption
{
	width: 80%;
	border: 1px solid silver;	
	margin: 4px;
}
.shippingOption table
{
	width: 100%;
}
.shippingOptionLabel
{
	width: 30%;
}
.shippingOptionRates
{
	font-size: small;
}

.shippingOptionRadio
{
	width: 8%;
}

.orderSummary
{
	border: 1px solid silver;
	width: 80%;
}

.orderSummary table
{
	width: 100%;
}

.orderItemDescription
{
}

.orderSummary td.orderItemPrice, .orderSummary td.orderItemQuantity, .orderSummary td.orderItemAmount
{
	font-family: "Courier New", Courier, monospace;
}

.orderItemPrice
{
}

.orderItemQuantity
{
}

.orderItemAmount
{
	text-align: right;
	width: 15%;
}
.onlineStoreDisclaimer
{
	font-size: small;
	font-style: italic;
}
.paymentOption
{
	margin-left: 20px;
}

.onlineStoreCategoryList
{
	margin: 0px;
	font-size: 10pt;
	list-style: none;
	padding: 0px;
	display: block;
}
.onlineStoreCategoryList li
{
	display: block;
	margin: 2px;	
	padding: 1px;
	border: 1px solid silver;
}

.onlineStoreCategoryList a
{
	display: block;	
	padding-left: 3px;
	text-decoration: none;
}
.onlineStoreCategoryList a:hover
{
	text: black;
	background-color: #eeeeee;
}
.bundleItem
{
	font-size: 10pt;
	font-weight: bold;
}
.optionGroupLabel
{
	font-size: 10pt;
}
.optionGroupField
{
	margin-bottom: 10px;
	font-size: 10pt;
}

.storeInputFieldset
{
	border: 0px; 
	margin-bottom: 15px;
}

.storeInputFieldset legend
{
	font-size: 1.3em;
	border-bottom: 2px solid #eeeeee; 
	width: 100%; 
	margin: 0px; 
	color: gray; 
	font-weight: bold;
}

.storeRequiredFieldIndicator
{
	color: red;
}

.storeFieldLabel
{
	font-size: 0.8em;
}

.storeInputFieldsTable td
{
	vertical-align: top;
	padding: 10px;
}

.storeInputFieldsTable td table td
{
	padding: 0px;
	padding-right: 10px;
}

.storeFieldError
{
	border: 1px solid red;
}

.storeFieldErrorDescription
{
	font-size: 0.8em;
	font-style: italic;
	color: red;
}

.storeErrorSummary
{
	border: 0px; 
	margin-bottom: 15px;
}

.storeErrorSummary legend
{
	font-size: 1.3em;
	border-bottom: 2px solid #eeeeee; 
	width: 100%; 
	margin: 0px; 
	color: red; 
	font-weight: bold;
}

.storeErrorSummary li
{
	font-size: 1em;
	margin-bottom: 5px;
}

.inputBox
{
	width: 200px;
}
