/*
 * Main Styles BEGIN
 */
body{
    margin: 0px;
    background-repeat: repeat-x;
    background-color: #F4F0E9;
    font-family: Verdana;
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

hr.separator{
    height: 1px;
    color: #E5E5E5;
    background-color: #E5E5E5;
    border: 0px;
}

img {
    border: 0;
}

input,
textarea,
select {
    border: 1px solid gray; 
    font-family: Verdana;
    color: #333333;
    font-size: 11px;
    background-color: #FBF2E3;
}

input[type="checkbox"],
input[type="radio"],
input[type="image"] {
    border: 0;
    background-color: transparent;
}

input[type="button"],
input[type="submit"]{
    border: 1px solid gray; 
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    background-color: #DDDDDD;
}

/* Main Menu Styles */
.MainMenu{
    font-family: Verdana;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.MainMenu a{
    color: #ffffff;
    text-decoration: none;
}

.MainMenuHighlight{
    font-family: Verdana;
    color: #64430a;
    font-size: 12px;
    font-weight: bold;
}

.MainMenuHighlight a{
    color: #ba7c12;
    text-decoration: none;
}

/* Page Title Style */
.PageTitle {
    font-family: Verdana;
    color: #64430a;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

/* Your Shopping Cart Text Style */
.ShoppingCartText{
    font-family: Verdana;
    color: #ffffff;
    font-size: 9px;
    font-weight: normal;
}

.ShoppingCartText a{
    color: #ffffff;
    text-decoration: none;
}

/* Required Style */
.Required {
    color: red;
}

/* Error Style */
.Error {
    color: red;
}

/* Store Closed Style */
.StoreClosedText {
    font-family: Verdana;
    color: #64430a;
    font-size: 16px;
    font-weight: bold;
}

/* Larger Image Text Styles */
.LargerImageLink{
    font-family: Verdana;
    color: #666666;
    font-size: 10px;
}

.LargerImageLink a{
    color: #666666;
    text-decoration:underline;
}

.LargerImageLink a:hover{
    color: #999999;
    text-decoration:underline;
}

/* Copyright Text Styles */
.CopyrightText{
    font-family: Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
}

.CopyrightText a{
    color: #333333;
    text-decoration: none;
}
/*
 * Main Styles END
 */

/*
 * Category Styles BEGIN
 */
.CategoryName{
    font-family: Verdana;
    color: #64430a;
    font-size: 15px;
    font-weight: bold;
}

.CategoryName a{
    color: #412c07;
    text-decoration: underline;
}

.CategoryName a:hover{
    color: #d2ab66;
}

.CategoryDescription{
    color: #333333;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
/*
 * Category Styles END
 */

/*
 * Product Styles BEGIN
 */
.ProductName{
    font-family: Verdana;
    color: #a87927;
    font-size: 11px;
    font-weight: bold;
}
.ProductName a{
    color: #a87927;
    text-decoration: none;
}

.ProductName a:hover{
    color: #ff0000;
    text-decoration: none;
}

.ProductDescription{
    font-family: Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
}

.ProductPrice{
    font-family: Verdana;
    color: #a87927;
    font-size: 14px;
    font-weight: bold;
}

.ProductOptionsTitle{
    font-family: Verdana;
    color: #666666;
    font-size: 9px;
    font-weight: bold;
}

.ProductOptions{
    font-family: Verdana;
    color: #333333; 
    font-size: 9px;  
    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%;
    background-color: white;
    font-family: Verdana;
    color: #333333;
    font-size: 11px; 
    text-align: left;
}

.Breadcrumb a{
    color: #CD3C53;
    text-decoration: underline;
}

.Breadcrumb a:hover{
    color: #DA7080;
}
/*
 * Breadcrumb Styles END
 */

/*
 * NavigationBar Styles BEGIN
 */
.NavigationBar {
    padding: 0px;
    margin: 2px;
    width: 145px;
    background-color: white;
}

.NavigationBar table td{
    border-top: #E5E5E5 1px solid; 
    border-left: #E5E5E5 1px solid;
    border-right: #E5E5E5 1px solid;
    font-family: Verdana;
    color: #333333;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
}

.NavigationBar table td.Empty {
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.NavigationBar table td.LevelDefault{
    padding: 1px 0px 5px 30px;
}

.NavigationBar table td.LevelDefault a{
    color: #333333;
    text-decoration: none;
}

.NavigationBar table td.LevelDefault a:hover{color: #D2B075;}

.NavigationBar table td.Level1{
    padding: 1px 0px 5px 5px;
    font-weight: bold;
}

.NavigationBar table td.Level1 a{
    color: #333333;
    text-decoration: none;
}

.NavigationBar table td.Level1 a:hover{
    color: #D2B075;
}

.NavigationBar table td.Level2{
    padding: 1px 0px 0px 10px;
}

.NavigationBar table td.Level2 a{
    color: #333333;
    text-decoration: none;
}
.NavigationBar table td.Level2 a:hover{
    color: #D2B075;
}

.NavigationBar table td.Selected{
    background-color: #f4f4f4;
}

.NavigationBar table td.Selected a{text-decoration: none;color: #9B7C44;}

.NavigationBar table td.Selected a:hover{
    color: #D2B075;
}
/*
 * NavigationBar Styles END
 */


/*
 * Subcategories List Styles BEGIN
 */
.Subcategories{
    padding: 0px;
    margin: 2px;
    width: 565px;
    background-color: white;
    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: 565px;
    background-color: white;
    vertical-align: top;
}

.ProductList table td{
    vertical-align: top;
}

.ProductList .Empty{
    padding: 30px 0px 40px 0px;
    font-family: Verdana;
    color: #64430a;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
}

/* the following styles are inherited from Category Styles */
.ProductList .CategoryName{
}

.ProductList .CategoryDescription{
    padding-top: 6px;
}

/* the following styles are inherited from Product Styles */
.ProductList .ProductName{
    padding-top: 7px;
    padding-bottom: 10px;
    text-align: center;
}

.ProductList .ProductDescription{
    padding: 10px;
}

.ProductList .ProductPrice{
    padding: 5px;
    text-align: center;
}
/*
 * Product List Styles END
 */

/*
 * Paginator Dropdown Styles BEGIN
 */
.PaginatorDropdown {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: Verdana;
    color: #333333;
    font-size: 11px; 
    background-color: white;
    text-align: left;
}

.PaginatorDropdown select{
}
/*
 * Paginator Dropdown Styles END
 */

/*
 * Paginator Styles BEGIN
 */
.Paginator {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: Verdana;
    color: #333333;
    font-size: 11px; 
    background-color: white;
    text-align: right;
}

.Paginator a{
    color: #CD3C53;
    text-decoration: underline;
}

.Paginator a:hover{
    color: #DA7080;
    text-decoration: underline;
}
/*
 * Paginator Styles END
 */

/*
 * Product Info Styles BEGIN
 */
.ProductInfo {
    padding: 0px;
    margin: 2px;
    width: 565px;
    border: 1px #E5E5E5 solid;
    font-family: Verdana;
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    background-color: white;
    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: 565px;
    background-color: white;
    font-family: Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.ShoppingCart .Empty{
    padding: 30px 0px 40px 0px;
    font-family: Verdana;
    color: #64430a;
    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%;
    background-color: white;
}

.SearchResult .Empty{
    padding: 30px 0px 40px 0px;
    text-align: left;
    font-family: Verdana; 
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}

.SearchResult .Highight {
    background-color: #fff18f;
}

.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: #333333;
    text-decoration: none;
}

.SearchResult .ProductDescription a:hover {
    color: #888888;
}

.SearchResult .ProductNumber {
    font-family: Verdana;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
}
/*
 * Search Result Styles END
 */

/*
 * Checkout Styles BEGIN
 */
.Checkout {
    padding: 0px;
    margin: 2px;
    width: 75%;
    background-color: white;
    font-family: Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.Checkout .Title {
    padding: 12px 0px 5px 15px;
    font-family: Verdana;
    color: #64430a;
    font-size: 12px;
    font-weight: bold; 
    text-align:left;
}

.Checkout .Block {
    padding: 15px;
    border: 1px #E5E5E5 solid;
}

.Checkout .ColumnTitle {
    white-space: nowrap;
    color: #666666;
    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;
    color: #64430a;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.Checkout .ImpossibleToComputeShippingCost {
    padding: 20px;
    color: #64430a;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
/*
 * Checkout Styles END
 */
 
 
.copyright {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #9c9c9c;
	text-decoration: none;
}
.copyright a:link {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #64430a;
	text-decoration: none
}
.copyright a:visited {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #64430a;
	text-decoration: none
}
.copyright a:hover {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none
}
.copyright a:active {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #64430a;
	text-decoration: none
}
.standardtext-pipe {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #87D544;
	text-decoration: none
}
.standardtext {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #585858;
	text-decoration: none
}
.standardtext a:link {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #A68446;
	text-decoration: none
}
.standardtext a:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A68446;
	text-decoration: none;
}
.standardtext a:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none
}
.standardtext a:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A68446;
	text-decoration: none;
}
.standardtext-searchbar {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #eaeaea;
	text-decoration: none
}
.standardtext-searchbar a:link {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ecba63;
	text-decoration: none
}
.standardtext-searchbar a:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ecba63;
	text-decoration: none;
}
.standardtext-searchbar a:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none
}
.standardtext-searchbar a:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ecba63;
	text-decoration: none;
}
.standardtext-header {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #585858;
	text-decoration: none
}
.standardtext-header a:link {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #585858;
	text-decoration: none
}
.standardtext-header a:visited{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #585858;
	text-decoration: none
}
.standardtext-header a:hover {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #585858;
	text-decoration: none
}
.standardtext-header a:active{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #585858;
	text-decoration: none
}
.navtext-header {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #A2A5AB;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
.navtext-header a:link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #09357B;
	text-decoration: none
}
.navtext-header a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #09357B;
	text-decoration: none
}
.navtext-header a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #74B71B;
	text-decoration: none
}
.navtext-header a:active {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #09357B;
	text-decoration: none
}
.standardtext-bold {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #ACACAC;
	text-decoration: none
}
.standardtext-bold a:link {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #ACACAC;
	text-decoration: none
}
.standardtext-bold a:visited {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #ACACAC;
	text-decoration: none;
}
.standardtext-bold a:hover {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #09357B;
	text-decoration: none
}
.standardtext-bold a:active {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #ACACAC;
	text-decoration: none;
}
.headertext {
	font-family: Verdana;
	font-size: 11px;
	color: #7D7D7D;
	text-decoration: none; font-weight:bold; letter-spacing:1px
}
.headertext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #BC8824;
	text-decoration: none; font-weight:bold; letter-spacing:1px
}
.headertext a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6DB332;
	text-decoration: none; font-weight:bold; letter-spacing:1px
}
.headertext a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6DB332;
	text-decoration: none; font-weight:bold; letter-spacing:1px
}
.headertext a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6DB332;
	text-decoration: none; font-weight:bold; letter-spacing:1px
}
.smalltext-giftcard {
	font-family: Verdana;
	font-size: 9px;
	color: #585858;
	text-decoration: none; 
	font-weight:normal
}

.smalltext {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: none; font-weight:bold
}
.smalltext a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #585858;
	text-decoration: none;
}
.smalltext a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #585858;
	text-decoration: none;
}
.smalltext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #b30303;
	text-decoration: none;
}
.smalltext a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #585858;
	text-decoration: none;
}

.smalltext-white {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none; font-weight:bold
}
.smalltext-white a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffe105;
	text-decoration: none;
}
.smalltext-white a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffe105;
	text-decoration: none;
}
.smalltext-white a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #b30303;
	text-decoration: none;
}
.smalltext-white a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffe105;
	text-decoration: none;
}