/* 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 px #000;
}

/* Containing table for browsing store products*/
.DefaultText
{
/*	font-family: Verdana;
	font-size: 11px;
	margin: 10px;*/
}
.Products_Table 
{
	font-family: Verdana;
	/*font-size: 12px;*/
	background: url(../images/store_bg2.gif) repeat;
	width: 100%;
	margin: 0 0 0 0;
	min-height: 700px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #A6B996;
}
.Products_Table td {
	/*padding: 0px 7px 5px 7px;*/
}
.Products_Table_Navigation
{
	width: 185px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #336600;
	border-right: 1px solid #A6B996;
}

.Products_Table_Navigation div a {
	color: #336600;
	/*display: block;*/
	/*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-size: 12px;
	font-weight: bold;
	color: #CC6600;
	padding: 3px 3px 3px 3px;
	margin: 0 0 7px 12px;
	background: url(../images/store_bg.gif) repeat;
	border-top: dotted 1px #A6B996;
	border-bottom: dotted 1px #A6B996;
	width: 100%;
}

.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;*/
float: left;
}
.ProductList_PurchaseArea
{
/*	font-family: Verdana;
	font-size: 11px;
	float: right;*/
	margin-left: 200px;
}


/* 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;*/
	float: left;
}
.ProductDetail_PurchaseArea
{
/*	font-family: Verdana;
	font-size: 11px;
	text-align: right;*/
	margin-left: 400px;
}


/* 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: 12px;
	background-color: #026225;
	color: #fff;
	border: 1px solid #023715;
	cursor:pointer;
}


/* Show Cart Styles */
.CartItems_Table
{
	font-family: Verdana;
	font-size: 12px;
	width: 100%;
	margin: 10px;
	
}
.CartItems_Table_Header
{
	background-color: #006226;
	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: 100%;
	margin-top: 10px;
	color: #006226;
	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;}

/*==================
Additions 2009 
=================*/

#productlisting {
	/*background: red;*/
	width: 100%;
	padding: 0 0 0 15px;
	border-bottom: 1px dotted #999;
	margin: 0 0 0 15px;
	height: 130px;
}

.listitem {	
}

#menulinklevel1 a {
display:block;
width: 90%;
padding: 3px;
margin-bottom: 7px;
border-top: dotted 1px #A6B996;
border-bottom: dotted 1px #A6B996;
}



#menulinklevel2 a {
	margin: 0;
	padding: 5px 0 0 13px;
	list-style:none;
	list-style-image:none;
	background-image:url(../Images/bullet_list.gif);
	background-position: 0 -2px;
	background-repeat:no-repeat;
}

#menulinklevel3 a {
	font-size: 10px;
	color: #cc663f;
	line-height: 20px;
	margin: 10px 0 0 20px;
}

#menulinklevel3 a:before {
	content: "--";
}

.privacy {width:100%; text-align:right;}

.burgendy { color: #660000;}

ul#HorizontalProducts
{
	margin: 0 auto;
	width: 500px;
}

ul#HorizontalProducts li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
}

.centerProducts
{
	display: block;
	margin: 0 auto;
}

ul.info
{
	margin:0;
	padding:0;
	padding-bottom: 15px;
	width: 200px;
}

ul.info li
{
	list-style-type: none !important;
	margin:0;
	padding:0;
}

ul.info li label
{
	width: 80px;
}

.notes
{
	font-size: 8pt;
}
