@charset "utf-8";

/* CSS Document */
 
 
.nav_block { 
	border: black solid 0px;
	background-color: transparent;
	margin-bottom: 10px;
} 
/* This is the width for IE only, due to its box model problem */
 
.nav_block div.nav_block_content {
	width: 155px;
}
 

.nav_link_container {
}


.nav_link_container a {
	display: block;
	padding: 2px;
}

/* width here is only for IE's benefit :( */
* html .nav_link_container a {
	width: 100%;
}

.nav_link_container a:link,
.nav_link_container a:visited {
	color:#BF7C00;
	text-decoration: none;
}

.nav_link_container a:hover { /*See also customized_css_for_store.css for more details */
	background-color: #FFFF99;
	color: #BF7C00;
	background-repeat: no-repeat;
	background-position: left top;
	font-style: normal;
}

 

.nav_link_container a.selected {
	font-weight: bold;
	color: #BF7C00;
}
 
	
.nav_block div.nav_block_content 
   {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	background-image: none;
	background-color: transparent;
	width: auto;
	height:auto;
    }
	 
 
.nav_block_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	border-bottom: black solid 0px;
}
.nav_block div.nav_block_title {
	color: black;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 0px;
	border-bottom: black solid 0px; 
} 

.nav_block div.nav_block_content 
   { 
	background-image: url(/images/cellbuttonbackground.jpg); 
    }  

  
.nav_link_container ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}

ol.nav_links { /*This stylizes the font in the ordered lists found in nav blocks */
	font: italic 1em Georgia;
	color:#999999;
	}
	
.nav_ordered_list { /* this shifts the ordered list left...so there is not so much space on the left margin */
 
	left: -15px;
	left: 0px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}




/**********************************************************************************
	Category links in the "Product Catalog" nav block
**********************************************************************************/
/* this is for text inside the anchor for selected categories, and for parents that are expanded */
.cat_links .expanded .parent a
{
	font-weight: bold;
	color: blue;
	background-color: #FFFFFF;	/*width: 100%;*/
}


.header2
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #E3C25B;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;
}
.nw_post {
	margin-right: .5em;
	margin-left: .5em; 
}


/* actual post content */
.nw_nav .nw_post {
	padding-left: 2px;
	margin-top: 5px;
}

.nw_nav .nw_post_date {
	color: gray;
	font-size: 9px;
	padding-left: 2px;
}

/* separator between posts */
.nw_nav .nw_post_sep {
	border-bottom: silver dotted 1px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.nw_nav li {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: silver dotted 1px;	
}
.nw_nav li.first {
	margin-top: 0;
}
.nw_nav li.last {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#ThemeOptions_Title{font-size: 0px;}

#ProductCatalog {
}
#ProductCatalog_Title {
	height: 116px;
	background-image: url(../images/Nav_Header_Block_Catalogue.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 19px;
	padding-top: 93px;
	text-align: center;
	vertical-align: top;
}
#ProductCatalog_Content {
	border: 2px ridge #FF9900;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: 14px;
	background-image: url(../images/translucent_cell_pattern.png);
}
#ProductCatalog_Content a {
	color: #B36B00;
}

#AccountOptions {
	background-image:none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00FF99;
	border-right-color: #00FF99;
	border-bottom-color: #00FF99;
	border-left-color: #00FF99;
}
#AccountOptions_Title {
	text-align: center;
	vertical-align: top;
	height: 0px;
	font-size: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image:none;
	background-color:transparent;
}
#AccountOptions_Content {
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: repeat;
	background-position: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-image: url(../images/small_cartoon_bee2.png);
	background-image: none;
}
#NobleHeadlines {
}
#NobleHeadlines_Title {
	background-image: url(../images/Nav_News_Honey_Headlines.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
	padding-top: 93px;
	text-align: center;
	vertical-align: top;
}
#NobleHeadlines_Content {
	border: 2px ridge #FF9900;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(/images/nav_block_news_background.png);
	background-color:#FFFFCC;
}

#WelcomeBack {
}
#WelcomeBack_Title {
	background-image: url(../images/nav_block_welcomeback_title.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 26px;
	text-align: center;
	vertical-align: top;
	padding-top: 90px;
}
#WelcomeBack_Content {
	border: 2px ridge #FF9900;
	padding-bottom: 10px;
	padding-top: 10px;
}
#AdminOptions {
}
#AdminOptions_Title {
	text-align: center;
	vertical-align: top;
	height: 23px;
	background-image: url(../images/Nav_Header_Block_AdminOptions.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 93px;
}
#AdminOptions_Content {
	border: 2px ridge #FF9900;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/translucent_cell_pattern.png);
}

#BestSellers {
}
#BestSellers_Title {
	text-align: center;
	vertical-align: top;
	height: 23px;
	background-image: url(/images/Nav_Header_Block_BestSeller.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 224px;
}

#BestSellers_Title {
	text-align: center;
	vertical-align: top;
	height: 23px;
	background-image: url(/images/Nav_Header_Block_BestSeller2.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 93px;
}


#BestSellers_Content {
	border: 2px ridge #FF9900;
	border-bottom: 4px ridge #FF9900;
	padding-bottom: 0px;
	padding-top: 0px;
	background-image: url(/images/nav_block_background_best_sellers.png); 
	background-image: url(/images/nav_block_news_background.png);
}

#BestSellers_Content_top_border {
	background-color: #FFCC00;
	border: 1px solid #996600;
	height: 5px; 
}

#BestSellers_Content_bottom_border {
	background-color: #FFCC00;
	border: 1px solid #996600;
	height: 5px; 
}

#BestSellers_Content_background {
	background-image: url(../images/translucent_cell_pattern.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC6600;
	border-right-color: #CC0000;
	border-bottom-color: #CC6600;
	border-left-color: #CC6600;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* fix margins for best sellers ol */
.best_sellers_nav ol {
	list-style-type: decimal;
	padding-left: 27px;
}

.best_sellers_nav ol li {
	margin-bottom: 5px;
}

/* move the links a little closer to the bullets */
.best_sellers_nav a {
	position: relative;
	left: -5px;
}
 




#YourCart {
}
#YourCart_Title {
	text-align: center;
	vertical-align: top;
	height: 35px;
	background-image: url(/images/Nav_Header_Block_YourCart.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 100px;
}
#YourCart_Content {
	border: 2px ridge #FF9900;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFF99;
	background-image: url(../images/translucent_cell_pattern.png);
}

#MainMenu {
}
#MainMenu_Title {
	font-size: 0px;
	height: 116px;
	background-image: url(../images/Nav_Header_Main_Menu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#MainMenu_Content {
	border: 2px ridge #FF9900;
	border-top: 0px ridge #FF9900; 
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: 14px;
	background-image: url(../images/translucent_cell_pattern.png);
}



#CategoryPreview {
}

#CategoryPreview_Title {
	text-align: center;
	vertical-align: top;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 93px;
	background-image: url(../images/Nav_block_Preview.png);
}

#CategoryPreview_Content {
	border: 2px ridge #FF9900;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: 14px;
	background-image: url(../images/translucent_cell_pattern.png);
}
 
#CategoryPreview_Content a {
}




#product_locked {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #FF0000;
}

	
