/* Layout Styles */
body {
	margin: 0px;
	background-color: #FFFFFF;
}
img {
	border: 0px;
}

a:link, a:visited {color: #336600; text-decoration: none;}
a:hover, a:active {color: #CC6600; text-decoration: underline;}

.CartDetails_Area {
	border: solid 0px #000;
}

/* Containing table for browsing store products*/
.DefaultText
{
	font-family: Verdana;
	font-size: 11px;
	margin: 10px;
}
.Products_Table 
{
	width: 760px;
	font-family: Verdana;
	font-size: 12px;
	background: url(../images/store_bg2.gif) repeat;
}
.Products_Table td {
	padding: 0px 7px 5px 7px;
}
.Products_Table_Navigation
{
	width: 217px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #336600;
	/*background: url(../images/store_bg.gif) repeat;
	border-right: 1px solid #A6B996;*/
	margin: 0px;
}
.Products_Table_Navigation div a {
	color: #336600;
	display: block;
	background-image: url(../images/store_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	text-indent: 13px;
	margin: 0px;
	padding: 0px;
}
.Products_Table_Navigation div a:link { color: #360; text-decoration: none; }
.Products_Table_Navigation div a:visited { color: #637850; text-decoration: none; }
.Products_Table_Navigation div a:hover { color: #CC6600; text-decoration: underline; }
.Products_Table_Navigation div a:active { color: #CC6600; text-decoration: underline; }
.Category_Path
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
	padding: 3px 3px 3px 20px;
	margin-bottom: 20px;
	margin-left: -15px;
	background: url(../images/store_bg.gif) repeat;
	border-top: solid 1px #A6B996;
	border-bottom: solid 1px #A6B996;
}
.Category_Path a:link {color: #336600; text-decoration: none;}
.Category_Path a:visited {color: #637850; text-decoration: none;}
.Category_Path a:hover {color: #CC6600; text-decoration: underline;}
.Category_Path a:active {color: #CC6600; text-decoration: underline;}


/* Product Listing Styles */
.ProductList_Name
{
	font-family: Verdana;
	font-size: 18px;
	margin-bottom: 5px;
	color: #336600;
}	
.ProductList_Name a:link, a:visited {color: #336600; text-decoration: none;}
.ProductList_Name a:hover, a:active {color: #CC4400; text-decoration: underline;}
.ProductList_Description
{
	font-family: Verdana;
	font-size: 11px;
	margin-bottom: 10px;
}
.ProductList_Price
{
	font-family: Verdana;
	font-size: 11px;
	margin-bottom: 10px;
	font-weight: bold;
}
.ProductList_Options
{
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	margin-bottom: 5px;
}
.ProductList_PurchaseArea
{
	font-family: Verdana;
	font-size: 11px;
	text-align: right;
}


/* Product Detail Styles */
.ProductDetail_Name
{
	font-family: Verdana;
	font-size: 18px;
	margin-bottom: 10px;
}	
.ProductDetail_Description
{
	font-family: Verdana;
	font-size: 11px;
	margin-bottom: 10px;
}
.ProductDetail_Price
{
	font-family: Verdana;
	font-size: 11px;
	margin-bottom: 10px;
	font-weight: bold;
}
.ProductDetail_Options
{
	font-family: Verdana;
	font-size: 10px;
	text-align: right;
	margin-bottom: 5px;
}
.ProductDetail_PurchaseArea
{
	font-family: Verdana;
	font-size: 11px;
	text-align: right;
}


/* Product Form Styles */
.ProductForm_SelectBox
{
	font-family: Verdana;
	font-size: 10px;
}
.ProductForm_QuantityBox
{
	font-family: Verdana;
	font-size: 10px;
}
.ProductForm_AddButton
{
	font-family: Verdana;
	font-size: 10px;
}


/* Show Cart Styles */
.CartItems_Table
{
	font-family: Verdana;
	font-size: 12px;
	width: 760;
	margin: 10px;
}
.CartItems_Table_Header
{
	background-color: #336600;
	color: #FFFFFF;
	font-weight: bold;
}
.CartItems_Table_Row
{
	background-color: #FFF;
}
.CartItems_Table_Row2
{
	background-color: #EEE;
}

.CheckoutOptions_Area 
{
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	width: 700;
	margin-top: 10px;
	color: #336600;
	font-weight: bold;
}
.CheckoutOptions_Area a:link {color: #336600; text-decoration: none;}
.CheckoutOptions_Area a:visited {color: #336600; text-decoration: none;}
.CheckoutOptions_Area a:hover {color: #CC6600; text-decoration: underline;}
.CheckoutOptions_Area a:active {color: #CC6600; text-decoration: underline;}


/* Control Styles */
.CurrencyControl_Area
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-align: right;
	width: 760;
	margin-top: 10px;
}
.CurrencyControl_Area a:link, a:visited {color: #336600; text-decoration: none;}
.CurrencyControl_Area a:hover, a:active {color: #CC6600; text-decoration: underline;}
.CartDetails_Area
{
	font-family: Verdana;
	font-size: 12px;
	color: #CC6600;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
.CartDetails_Area a:link {color: #336600; text-decoration: none;}
.CartDetails_Area a:visited {color: #336600; text-decoration: none;}
.CartDetails_Area a:hover {color: #637850; text-decoration: underline;}
.CartDetails_Area a:active {color: #637850; text-decoration: underline;}