/*
 * Main Styles BEGIN
 */

hr.separator{
    height: 1px;
    color: #E1C958;
    background-color: #E1C958;
    border: 0px;
}

hr.categoryseparator{
    height: 2px;
    color: #E1C958;
    border: 0px;
	margin: 0 auto 0 0;
	text-align: left;	
	background-color: #E1C958;
}
hr.category2separator{
    height: 2px;
    color: #EEE0A0;
	border: 0px;	
	margin: 0 auto 0 0;
	text-align: left;	
	background-color: #EEE0A0;
}
hr.shoppingseparator{
    height: 2px;
    color: #E1C958;
	border: 0px;	
	margin: 0 auto 0 0;
	text-align: left;	
	background-color: #E1C958;
}

img {
    border: 0;
	vertical-align:top;
}

input{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8F783F;
    font-size: 11px;
    background-color: #FFFFFF;
}
textarea,
select {
    border: 1px solid gray; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8F783F;
    font-size: 11px;
    background-color: #FFFFFF;
}

input[type="checkbox"],
input[type="radio"],
input[type="image"] {
    border: 0px solid #fff;
	background-color: transparent;
}

input[type="button"],
input[type="submit"]{
    border: 1px solid gray; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #DDDDDD;
}

/* Main Menu Styles */
.MainMenu{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.MainMenu a{
    color: #ffffff;
    text-decoration: none;
}

.MainMenuHighlight{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FB7F93;
    font-size: 12px;
    font-weight: bold;
}

.MainMenuHighlight a{
    color: #FB7F93;
    text-decoration: none;
}

/* Page Title Style */
.PageTitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #9D8445;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

/* Your Shopping Cart Text Style */
.ShoppingCartText{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8F783F;
    font-size: 11px;
    font-weight: normal;
}

.ShoppingCartText a{
    color: #8F783F;
    text-decoration: none;
}

/* Required Style */
.Required {
    color: red;
}

/* Error Style */
.Error {
    color: red;
}

/* Store Closed Style */
.StoreClosedText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #9D8445;
    font-size: 16px;
    font-weight: bold;
}

/* Larger Image Text Styles */
.LargerImageLink{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8F783F;
    font-size: 10px;
}

.LargerImageLink a{
    color: #8F783F;
    text-decoration:underline;
}

.LargerImageLink a:hover{
    color: #9D8445;
    text-decoration:underline;
}

/* Copyright Text Styles */
.CopyrightText{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8F783F;
    font-size:  x-small;
    font-weight: normal;
}

.CopyrightText a{
    color: #8F783F;
    text-decoration: none;
}
/*
 * Main Styles END
 */

/*
 * Category Styles BEGIN
 */
.CategoryName{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #9D8445;
    font-size: 12px;
    font-weight: bold;
}

.CategoryName a{
    color: #9D8445;
    text-decoration: underline;
}

.CategoryName a:hover{
    color: #D369A2;
}

.CategoryDescription{
    color: #8F783F;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
/*
 * Category Styles END
 */

/*
 * Product Styles BEGIN
 */
.ProductName{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #9D8445;
    font-size: 11px;
    font-weight: bold;
	text-align:left;
}
.ProductName a{
    color: #9D8445;
    text-decoration: none;
}

.ProductName a:hover{
    color: #D369A2;
    text-decoration: none;
}

.ProductDescription{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8F783F;
    font-size: 11px;
    font-weight: normal;
}

.ProductPrice{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8F783F;
    font-size: 11px;
    font-weight: bold;
}

.ProductStockMessage{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: red;
    font-size: 12px;
    font-weight: bold;
	padding: 5px;
}

.ProductOptionsTitle{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8F783F;
    font-size: 11px;
    font-weight: bold;
}

.ProductOptions{
   font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8F783F; 
    font-size: 11px;  
    font-weight: normal;
    text-align: left;
}

.ProductOptions input,
.ProductOptions textarea,
.ProductOptions select{
}
/*
 * Product Styles END
 */

/*
 * Breadcrumb Styles BEGIN
 */
.Breadcrumb {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family:Arial, Helvetica, sans-serif;
    color: #8F783F;
    font-size: 11px; 
    text-align: left;
	text-decoration: none;
}

.Breadcrumb .selectedpage {
    color: #FF8500;
	text-decoration: none;
}

.Breadcrumb a{
    color: #8F783F;    
	text-decoration: none;
}

.Breadcrumb a:hover{
    color: #8F783F;
	text-decoration: underline;
}
/*
 * Breadcrumb Styles END
 */

/*
 * NavigationBar Styles BEGIN
 */
.NavigationBar {
    padding: 0px;
    margin: 2px;
    width: 180px;
}

.NavigationBar table td{
    border-top: #E1C958 0px solid; 
    border-left: #E1C958 0px solid;
    border-right: #E1C958 0px solid;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #8F783F;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
	text-transform:uppercase;
}

.NavigationBar table td.Empty {
    padding: 10px;
    font-weight: bold;
    text-align: center;
	text-transform:capitalize;
}

.NavigationBar table td.LevelDefault{
    padding: 1px 0px 7px 60px;
	text-transform:capitalize;
}

.NavigationBar table td.LevelDefault a{
    color: #8F783F;
    text-decoration: none;
}

.NavigationBar table td.LevelDefault a:hover{
    color: #8F783F;
	text-decoration: underline;
}

.NavigationBar table td.Level1{
    padding: 1px 0px 7px 20px;
    font-weight: bold;
	color: #8F783F;
	text-transform:capitalize;
}

.NavigationBar table td.Level1 a{
    color: #8F783F;
    text-decoration: none;
}

.NavigationBar table td.Level1 a:hover{
    color: #8F783F;
	text-decoration: underline;
}

.NavigationBar table td.Level2{
    padding: 1px 0px 7px 40px;
	text-transform:capitalize;
}

.NavigationBar table td.Level2 a{
    color: #8F783F;
    text-decoration: none;
}
.NavigationBar table td.Level2 a:hover{
    color: #8F783F;
	text-decoration: underline;
}

.NavigationBar table td.Selected{
   color: #FF8500;
}

.NavigationBar table td.Selected a{
   	color: #FF8500;
    text-decoration: none;
}

.NavigationBar table td.Selected a:hover{
    color: #FF8500;
	text-decoration: underline;
}
/*
 * NavigationBar Styles END
 */


/*
 * Subcategories List Styles BEGIN
 */
.Subcategories{
    padding: 0px;
    margin: 2px;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

/* the following styles are inherited from .CategoryName */
.Subcategories .CategoryName{
    padding: 2px;
}

.Subcategories .CategoryName a{
}

.Subcategories .CategoryName a:hover{
}
/*
 * Subcategories List Styles END
 */

/*
 * Product List Styles BEGIN
 */
.ProductList{
    padding: 0px;
    margin: 2px;
    width: 100%;
    vertical-align: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #8F783F;
}

.ProductList table td{
    vertical-align: top;
}

.ProductList .Empty{
    padding: 30px 0px 40px 0px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #8F783F;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/* the following styles are inherited from Category Styles */
.ProductList .CategoryName{
	color: #9D8445;
}

.ProductList .CategoryDescription{
    padding-top: 6px;
}

/* the following styles are inherited from Product Styles */
.ProductList .ProductName{
    padding-top: 7px;
    padding-bottom: 10px;
    text-align: left;
}

.ProductList .ProductDescription{
    padding: 10px;
}

.ProductList .ProductPrice{
    padding: 5px 5px 5px 0;
    text-align: left;
}
/*
 * Product List Styles END
 */

/*
 * Paginator Dropdown Styles BEGIN
 */
.PaginatorDropdown {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8F783F;
    font-size: 11px; 
    text-align: left;
}

.PaginatorDropdown select{
}
/*
 * Paginator Dropdown Styles END
 */

/*
 * Paginator Styles BEGIN
 */
.Paginator {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8F783F;
    font-size: 11px; 
    text-align: right;
}

.Paginator a{
    color: #CD3C53;
    text-decoration: underline;
}

.Paginator a:hover{
    color: #DA7080;
    text-decoration: underline;
}
/*
 * Paginator Styles END
 */

/*
 * Product Images Styles BEGIN
 */
.ProductImages {
    padding: 0px;
    margin: 2px;
    width: 100%;
    border: 1px #E1C958 solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #8F783F;
    font-weight: normal;
    text-align: left;
}
.ProductImages TH{
	padding: 2px;
	background-color: #E1C958;
}
.ProductImages IMG{
	padding: 10px;
	/*border: 2px solid #FFFFFF;*/
}
.ProductImages IMG:hover{
	padding: 10px;
	border: 2px solid #E1C958;
}
/*
 * Product Images Styles END
 */



/*
 * Product Info Styles BEGIN
 */
.ProductInfo {
    padding: 0px;
    margin: 2px;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #8F783F;
    font-weight: normal;
    text-align: left;
}

/* the following styles are inherited from Product Styles */
.ProductInfo .ProductName {
    padding: 6px;
}

.ProductInfo .ProductDescription {
}

.ProductInfo .ProductPrice {
    padding-bottom: 7px;
}
/*
 * Product Info Styles END
 */

/*
 * Shopping Cart Styles BEGIN
 */
.ShoppingCart {
    padding: 0px;
    margin: 2px;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8F783F;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.ShoppingCart .Empty{
    padding: 30px 0px 40px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #9D8445;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.ShoppingCart input{
}
/*
 * Shopping Cart Styles END
 */

/*
 * Search Result Styles BEGIN
 */
.SearchResult {
    padding: 0px;
    margin: 2px;
    width: 100%;
}

.SearchResult .Empty{
    padding: 30px 0px 40px 0px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8F783F;
    font-size: 12px;
    font-weight: bold;
}

.SearchResult .Highight {
    background-color: #F9C6F9;
}

.SearchResult .ProductName {
    padding: 0px;
    padding-bottom: 5px;
    text-align: left;
}

/* the following styles are inherited from Product Styles */
.SearchResult .ProductName a{
}

.SearchResult .ProductName a:hover{
    color: #888888;
}

.SearchResult .ProductDescription {
}

.SearchResult .ProductDescription a {
    color: #8F783F;
    text-decoration: none;
}

.SearchResult .ProductDescription a:hover {
    color: #888888;
}

.SearchResult .ProductNumber {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8F783F;
    font-size: 11px;
    font-weight: bold;
}
/*
 * Search Result Styles END
 */

/*
 * Checkout Styles BEGIN
 */
.Checkout {
    padding: 0px;
    margin: 0px;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8F783F;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.Checkout .Title {
    padding: 12px 0px 5px 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #9D8445;
    font-size: 12px;
    font-weight: bold; 
    text-align:left;
}

.Checkout .Block {
    padding: 10px;
    border: 1px #E1C958 solid;
}

.Checkout .ColumnTitle {
    /*white-space: nowrap;*/
    color: #8F783F;
    font-weight: bold;
}

.Checkout .ColumnValue {
}

.Checkout .TotalLabel {
    white-space: nowrap;
    padding-right: 7px;
    font-weight: bold;
}

.Checkout .TotalValue {
    font-weight: bold;
}

.Checkout .Left {
    text-align:left;
}

.Checkout .Right {
    text-align:right;
}

.Checkout .Center {
    text-align:center;
}

.Checkout input.Normal,
.Checkout textarea.Normal,
.Checkout select.Normal {
}

.Checkout input.Error ,
.Checkout textarea.Error,
.Checkout select.Error {
    border: 1px solid red;
}

.Checkout select.Short {
    width: 100px;
}

.Checkout .Required {
}

.Checkout .Error {
}

.Checkout .Errors {
    padding: 15px;
    color: red;
    text-align: left;
    line-height: 20px;
}

.Checkout .Empty {
    padding: 30px 0px 40px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #9D8445;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.Checkout .ImpossibleToComputeShippingCost {
    padding: 20px;
    color: #9D8445;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
/*
 * Checkout Styles END
 */
 
.navDefault{
    padding: 0px;
	text-align:center;
}

.navDefault a{
    color: #8F783F;
    text-decoration: none;
}

.navDefault a:hover{
    color: #888888;
}

.navDefaultSelected{
    background-color: #E1C958;
}

.navDefaultSelected a{
    color: #9D8445;
    text-decoration: none;
}

.navDefaultSelected a:hover{
    color: #D369A2;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #8F783F;
}

.Order_list {
	font-family: Arial, Helvetica, sans-serif;
    color: #8F783F;
    font-size: 11px;
}

.OrderInfo{
	font-family: Arial, Helvetica, sans-serif;
    color: #8F783F;
    font-size: 11px;
}
.products_header{
	font-family: Arial, Helvetica, sans-serif;
    color: #9D8445;
    font-size: 12px;
	font-weight:bold;
}
