/*!
#######################################################################
# 
# Pixie Dixie
# Screen CSS stylesheet
#
# Hand-crafted by Phenotype (phenotype.net)
#
#######################################################################
-----------------------------------------------------------------------
* You may use this file for learning purposes.
*
* The unique combination of images, colours, sizes, typography and 
* positioning ('the design') is copyright.
*
* Copying, modifying or any other use of design-related images 
* is prohibited.
*
* Don't rip our site, be creative!
-----------------------------------------------------------------------
*/

/*
***********************************************************************
// Dependencies
***********************************************************************
* Global reset
* 	reset.css
*
***********************************************************************
*/

/*-------------------------------------------------------------------
// Page layout and appearance
-------------------------------------------------------------------*/


body {
	background: #fcfbea url('../images/screen/page-background-tile.gif') center top repeat-y;
	}
	
#page {
	width: 100%;
	height: auto;
	background: url('../images/screen/page-background-top.gif') center top no-repeat;
	}
	
	#container {
		width: 910px;
		margin: 0 auto;
		position: relative;
		}
		
		#header {
			width: 150px;
			height: 140px;
			padding: 5px 10px 20px 10px;
			position: absolute;
			top: 0;
			left: 0;
			}
		
		#header a {
		
		}

	#menu {
		width: 700px;
		height: 40px;
		position: absolute;
		top: 0;
		left: 185px;
		overflow: hidden;
		background: url('../images/screen/menu-background.gif') 0 0 no-repeat;
		}
		
	#content {
		width: 910px;
		overflow: hidden;
		}
		
		#content #secondary-content {
			width: 130px;
			padding: 165px 20px 20px 20px;
			float: left;
			overflow: hidden;
			}
			
		#content #primary-content {
			width: 668px;
			margin: 45px 25px 20px 15px;
			padding: 0 15px 15px 15px;
			float: left;
			overflow: hidden;
			border: 1px solid #d0a698;
			}
			
	#footer {
		width: 715px;
		margin: 0 25px 0 170px;
		padding: 15px 0;
		clear: both;
		border-top: 1px dashed #f5adc1;
		}

/* 
Home page
---------------------------
*/

#masthead {
	width: 328px;
	height: 185px;
	margin: -15px -15px 5px -15px;
	padding: 30px 355px 30px 15px;
	border-bottom: 1px solid #d0a698;
	text-align: center;
	background: url('../images/screen/masthead-background.jpg') 0 0 no-repeat;
	}
	
#homepage-blocks {
	width: 696px;
	margin: 0 -11px;
	}
	
	#homepage-blocks .home-item, #homepage-blocks #home-item {
		width: 126px;
		margin: 0 5px 5px 0;
		padding: 3px 3px 10px 3px;
		float: left;
		text-align: center;
		background: #fff6e4;
		border: 1px solid #d0a698;
		}
		
		#homepage-blocks .home-item img, #homepage-blocks #home-item img {
			width: 124px;
			height: 124px;
			margin: 0 0 10px 0;
			border: 1px solid #d0a698;
			}
			
#home-latest, #home-exhibit {
	margin: 0 -15px -15px -15px;
	padding: 0 15px 15px 15px;
	clear: both;
	background: #fbf0e1 url('../images/screen/container-background.gif') 0 0 no-repeat;
	}

/*-------------------------------------------------------------------
// Typography and content formatting
-------------------------------------------------------------------*/

/* 
XHTML tag styles 
---------------------------
*/

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #874e3a;
	}

a:link {
	color: #b73559;
	text-decoration: underline;
	}

a:visited {
	color: #b73559;
	text-decoration: underline;
	}

a:hover {
	color: #ad1250;
	text-decoration: none;
	}

a:active {
	color: #ad1250;
	text-decoration: none;
	}

h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	margin: 0 0 24px 0;
	color: #874e3a;
	}

h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 24px 0;
	color: #874e3a;
	}

hr {
	display: none;
	}
	
input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	}
	
select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	}
	
strong {
	color:#e02e61;
	font-weight: bold;
	}

ul {
	list-style-type: square;
	list-style-position: outside;
	}
	
p {
	margin: 0 0 14px 0;
	line-height: 14px;
	}

/* 
Section-specific styles
---------------------------
*/

/* Menu */
#menu a, #menu strong {
	color: #874e3a;
	}

#menu #shop-menu {
	float: left;
	margin: 0 25px 0 15px;
	line-height: 40px;
	list-style: none;
	list-style-position: outside;
	}
	
	#menu #shop-menu li {
		margin: 0 5px 0 0;
		display: inline;
		}
	
#menu #cart-menu {
	float: left;
	line-height: 40px;
	list-style: none;
	list-style-position: outside;
	}
	
	#menu #cart-menu li {
		margin: 0 5px 0 0;
		padding: 3px 3px;
		display: inline;
		background: #eabbb3;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		}

#menu #site-search {
	height: 20px;
	width: 150px;
	margin: 4px 15px;
	padding: 5px 5px;
	position: absolute;
	top: 0;
	right: 0;
	background: #fcf3dd;
	border: 1px solid #d1a89a;
	}
	
	#menu #site-search input {
		color: #d1a89a;
		background: #fcf3dd;
		}
		
	#menu #site-search input#search-button {
		position: absolute;
		top: 5px;
		right: 5px;
		}
		
/* Home page */
#masthead h2 {
	margin: 0 0 30px 0;
	font-size: 30px;
	line-height: 30px;
	}
	
#home-latest h2, #home-exhibit h2 {
	width: 668px;
	height: 40px;
	margin: 0 -15px 15px -15px;
	padding: 0 15px;
	line-height: 40px;
	clear: both;
	border-top: 1px solid #d0a698;
	border-bottom: 1px solid #d0a698;
	background: url('../images/screen/heading-background.gif') 0 0 no-repeat;
	}

/* Secondary content (sidebar) */
#content #secondary-content ul.navigation {
	margin: 0 0 40px 0;
	font-size: 14px;
	line-height: 14px;
	list-style: none;
	list-style-position: outside;
	}
	
	#content #secondary-content ul.navigation li {
		margin: 0 0 15px 0;
		}
	
		#content #secondary-content ul.navigation li a {
			color: #874e3a;
			}
			
		#content #secondary-content ul.navigation li a:hover {
			color: #be4d6b;
			}
			
#content #secondary-content p {
	font-size: 10px;
	text-align: center;
	}
	
/* Primary content (products) */
#content #primary-content table td {
	width: 33%;
	padding: 0 0 10px 0;
	vertical-align: top;
	text-align: center;
	}
	
	#content #primary-content table td table {
		background: #fff6e4;
		border: 1px solid #d0a698;
		}
		
		#content #primary-content table td table td {
			padding: 10px 10px;
			vertical-align: middle;
			}
		
		#content #primary-content table td table img {
			margin: 20px 0 10px 0;
			border: 1px solid #d0a698;
			}
			
			#content #primary-content table td table td table {
				border: 0;
				}
				
				#content #primary-content table td table td table td {
					width: auto;
					padding: 10px 10px;
					}
	
#content h1 {
	width: 668px;
	height: 40px;
	margin: 0 -15px 15px -15px;
	padding: 0 15px;
	line-height: 40px;
	border-bottom: 1px solid #d0a698;
	background: url('../images/screen/heading-background.gif') 0 0 no-repeat;
	}
	
/* Footer */
#footer p {
	text-align: center;
	font-size: 12px;
	}
	
/*-------------------------------------------------------------------
// Shopping cart
-------------------------------------------------------------------*/
	
/* Shopping cart and checkout fields ------------------------------------------- */

#content #primary-content table.checkout td {
	width: auto;
	}
	
#content #primary-content table.checkout th {
	width: auto;
	}
	
#content #primary-content table td.cart {
	padding: 10px 10px;
	width: auto;
	background: #FFF6E4;
	}
	
	#content #primary-content table td.cart table {
		width: auto;
		border: 0;
		background: none;
		}
	
		#content #primary-content table td.cart table td {
			width: auto;
			border: 0;
			background: none;
			}
	
#content #primary-content table .cartheading {
	padding: 10px 10px;
	font-weight: bold;
	text-align: center;
	background: #EABBB3;
	vertical-align: middle;
	}



/* Checkout Progress Indicator  ------------------------------------------------ */
p.checkout-progress-heading
{
	width: 300px;
	margin: 10px auto;
}

#checkout-progress-indicator
{
	width: 300px;
	height: 19px;
	background-image: url('cpi-background.gif');
	margin: 0 auto 20px auto;
}

.checkout-progress-0
{
	width: 75px;
	height: 19px;
	background-color: #759928;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-1
{
	width: 150px;
	height: 19px;
	background-color: #759928;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-2
{
	width: 150px;
	height: 19px;
	background-color: #759928;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-3
{
	width: 150;
	height: 19px;
	background-color: #759928;
	background-image: url('cpi-main.gif');
	float: left;
}

#checkout-progress-indicator .cpi-end
{
	width: 8px;
	padding: 0;
	margin: 0;
	border: 0;
	height: 19px;
	background-image: url('cpi-end.gif');
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}

/*-------------------------------------------------------------------
// Awful Actinic code mess
-------------------------------------------------------------------*/

/* Generic text formatting used throughout the store ---------------------------- */
.actCHECKOUTEM { background-color: #c3efc0; }
.actCHECKOUTBG { background-color: #eabfed; }

.actlarger
{
	font-size: 13px;
	color: #874e3a;
}

.actsmaller
{
	font-size: 10px;
	color: #874e3a;
}

.actxxsmall
{
	font-size: 14px;
	color: #874e3a;
	border:0;
	background-color: #fdf4dd; 
	
}

.actxsmall
{
	font-size: 11px;
	color: #874e3a;
}

.actsmall
{
	font-size: 11px;
	color: #874e3a;
}

.actregular
{
	font-size: 13px;
	color: #874e3a;
}

.actlarge
{
	font-size: 16px;
	color: #874e3a;
}

.actxlarge
{
	font-size: 20px;
	color: #874e3a;
}

.actxxlarge
{
	font-size: 20px;
	color: #874e3a;
}

.actwarningcolor { color: #b73559; }
.actrequiredcolor { color: #b73559; }
.actsearchhighlightcolor { color: #b73559; }
.actrequired { color: #b73559; }

.actwarning
{
	font-size: 11px;
	color: #b73559;
}

.actwelcome
{
	font-size: 11px;
	color: #874e3a;
}

.actlogotext
{
	font-size: 11px;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.actlogout
{
	font-size: 11px;
	color: #b73559;
}

/* Boxes and borders ------------------------------------------- */
.thinborder1 { border: 1px solid #759928; }
.thinborder2 { border: 1px solid #f2ddf3; }

.thinred
{
	border: solid 1px #759928;
	border-top: 0px;
}

.thinred2
{
	border: solid 1px #f2ddf3;
	border-top: 0px;
}

.boxheading
{
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

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

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

a.boxlink:hover
{
	color: #ffffff;
	text-decoration: underline;
}

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

* html .boxhead h2 { height: 1%; }

.sidebox
{
	background: url('theme_curve4.gif') no-repeat bottom right;
	font-size: 100%;
}

.boxhead
{
	background: url('theme_curve2.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h2
{
	background: url('theme_curve1.gif') no-repeat top left;
	margin: 0;
	padding: 5px 10px 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
}

.boxbody
{
	background: url('theme_curve3.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 11px;
}

.boxbody ol
{
	margin: 0;
	padding: 0;
	margin-left: 1.2em;
	padding-left: 1.2em;
}

.boxbody ol li { margin-bottom: 0.2em; }

/* Formatting for the site map -------------------------------------------- */
#actinic-sitemap { margin-left: 5px; }

#actinic-sitemap ul
{
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Used by 'CSS Product Layout' ------------------------------------------- */
.content_left
{
	text-align: left;
	float: left;
	margin-right: 20px;
}

.content_right
{
	text-align: left;
	float: left;
}

/* Used by 'Standard Layout Using CSS' and related CSS-based product layouts */
.product_list { margin: 20px 0px 20px 0px; }

/* headings ----------------------------------------------------------------------------- */
h1.subheading
{
	font-size: 13px;
	font-weight: 900;
	margin: 0px;
	padding: 0px 0px 14px 0px;
	color: #f2ddf3;
}

h2.clearall
{
	font-size: 16px;
	font-weight: 900;
	margin: 0px;
	padding: 2px 0px 14px 0px;
	color: #f2ddf3;
	clear: both;
}

h3.product
{
	font-size: 13px;
	font-weight: 900;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	color: #f2ddf3;
}

h3.product_price
{
	font-size: 11px;
	font-weight: 900;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

.text_heading_left_column
{
	margin: 0px;
	padding: 19px 0px 4px 0px;
	line-height: normal;
	color: #759928;
	font-weight: 900;
	font-size: 13px;
}

/* Default formatting of all text boxes used in store pages ---------------- */
.form_input_general {

	}

/* Styles for 'Quick Search Bar With Larger Button' ------------------------ */
.form_main_search_box
{
	width: 216px;
	height: 30px;
	color: #d0a698;
	border: 0px;
	background-color: #fdf4dd;
}

.form_main_search_box_td { background-color: #fbf1db; }

.form_button_quick_search
{
	line-height: 13px;
	height: 18px;
	width: 85px;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 0px 12px;
	font-size: 11px;
	background-color: #fdf4dd;
	border: 0px;
	color: #ffffff;
	word-spacing: normal;
	
}

/* Styles for the 'Mini' marketing layouts ---------------------------------- */
.product_image_cost
{
	margin: 0px 12px 8px 0px;
	text-align: center;
	float: left;
}

.text_product_small_info
{
	font-size: 10px;
	line-height: normal;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}

.text_product_small_info_heading
{
	margin: 0px;
	padding: 10px 0px 12px 0px;
	line-height: normal;
	color: #f2ddf3;
	font-weight: 900;
	font-size: 11px;
}

.text_product_small_info_price
{
	margin: 0px;
	padding: 8px 0px 0px 0px;
	line-height: normal;
	font-weight: 900;
	font-size: 11px;
}

.best_selling_items
{
	padding: 10px;
	background-color: #ffffff;
}

.best_selling_items_spacing { padding: 0px 0px 8px 8px; }

/* Styles for product image and fragment image placement in some layouts -------------------------- */
.image_float_right
{
	float: right;
	margin: 16px 0px 15px 20px;
}

.image_product
{
	margin: 0px 18px 10px 0px;
	text-align: center;
	float: left;
}

/* Links to sections and pages in sidebar menus on some themes -------------------------------------*/
ul.products
{
	line-height: normal;
	padding: 0px 0px 0px 1px;
	margin: 3px 0px 4px 15px;
	font-size: 11px;
	color: #b73559;
}

a.product_section:visited
{
	color: #d10538;
	text-decoration: none;
}

a.product_section:link
{
	color: #b73559;
	text-decoration: none;
}

a.product_section:active
{
	color: #ad1250;
	text-decoration: none;
}

a.product_section:hover
{
	color: #ad1250;
	text-decoration: none;
}

/* lines -------------------------------------------------------------------------------- */
.dotted_line_blue
{
	display: none;
}

.solid_line_light_blue
{
	display: none;
}

.solid_line_blue
{
	display: none;
}

.dotted_outline_blue
{
	display: none;
}

/* Styles for 'Compact Parent Section List' ------------------------ */
.text_breadcrumbs
{
	display: none;
}

a.link_breadcrumbs:visited
{
	color: #759928;
	text-decoration: underline;
}

a.link_breadcrumbs:link
{
	color: #759928;
	text-decoration: underline;
}

a.link_breadcrumbs:active
{
	color: #759928;
	text-decoration: underline;
}

a.link_breadcrumbs:hover
{
	color: #759928;
	text-decoration: underline;
}

/* Page footer  --------------------------------------------------------*/
.text_footer
{
	color: #f2ddf3;
	font-size: 10px;
	padding: 0px;
	margin: 4px 0px 0px 0px;
}

.text_menu_no_space { word-spacing: normal; }

a.link_footer:visited
{
	color: #ea0000;
	text-decoration: underline;
}

a.link_footer:link
{
	color: #ea0000;
	text-decoration: underline;
}

a.link_footer:active
{
	color: #ea0000;
	text-decoration: underline;
}

a.link_footer:hover
{
	color: #ea0000;
	text-decoration: underline;
}

/* Heading for attributes  --------------------------------------------------------*/
.text_options
{
	font-weight: normal;
	font-size: 16px;
}

/* Formatting for 'Add To Cart Button With Cart Icon' ----------------------------------------------*/
.form_button_add_to_cart
{
	line-height: 13px;
	height: 20px;
	width: 76px;
	margin: 0px 1px 0px 0px;
	padding: 1px 0px 1px 14px;
	font-size: 11px;
	background-color: #f2ddf3;
	border: 1px solid #759928;
	color: #ffffff;
	background-image: url('theme_icon_add_to_cart.gif');
	word-spacing: normal;
}

/* Styles for CSS Buttons ----------------------------------------------*/
.text_menu
{
	padding: 2px 0px 2px 0px;
	font-size: 11px;
	margin: 0px;
	color: #ffffff;
}

a.link_menu:visited
{
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: #f2ddf3;
	border: 1px solid #ea0000;
}

a.link_menu:link
{
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: #f2ddf3;
	border: 1px solid #ea0000;
}

a.link_menu:active
{
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: #f2ddf3;
	border: 1px solid #ea0000;
}

a.link_menu:hover
{
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: #759928;
	border: 1px solid #ea0000;
}

/* Styles for 'Top Level Section List In Boxes' and 'Brochure Nav Bar In Boxes' --------------------*/
.tech_main_menu { background-color: #759928; }

.tech_menu_bottom
{
	height: 4px;
	background-color: #759928;
}

.tech_menu_button_border
{
	width: 100px;
	border-right: 1px #ffffff solid;
	border-top: 1px #ffffff solid;
}

div.tech_menu_button
{
	width: 100px;
	top: 0px;
	left: 0px;
	border: 1px #759928 solid;
}

div.tech_menu_button_product
{
	width: 100px;
	top: 0px;
	left: 0px;
	border: 1px #759928 solid;
}

.tech_menu_button_title
{
	width: 100px;
	border-top: 1px #ffffff solid;
	background-color: #759928;
}

.tech_text_product_section
{
	padding: 3px 3px 3px 5px;
	margin: 0px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 900;
}

div.tech_menu_button a
{
	width: 113px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 3px;
	text-align: left;
	background-color: #f2ddf3;
	font-size: 11px;
}

div.tech_menu_button a:visited
{
	color: #ffffff;
	text-decoration: none;
	background-color: #f2ddf3;
}

div.tech_menu_button a:active
{
	color: #ffffff;
	text-decoration: none;
	background-color: #ea0000;
}

div.tech_menu_button a:link
{
	color: #ffffff;
	text-decoration: none;
	background-color: #f2ddf3;
}

div.tech_menu_button a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #ea0000;
}

div.tech_menu_button_product a
{
	width: 104px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 3px 3px 3px 12px;
	text-align: left;
	background-color: #f2ddf3;
	font-size: 11px;
}

div.tech_menu_button_product a:visited
{
	color: #ffffff;
	text-decoration: none;
	background-color: #759928;
	background-image: url('theme_arrow.gif');
}

div.tech_menu_button_product a:active
{
	color: #ffffff;
	text-decoration: none;
	background-color: #759928;
	background-image: url('theme_arrow.gif');
}

div.tech_menu_button_product a:link
{
	color: #ffffff;
	text-decoration: none;
	background-color: #759928;
	background-image: url('theme_arrow.gif');
}

div.tech_menu_button_product a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #ea0000;
	background-image: url('theme_arrow.gif');
}

/* Start of styles new to v9 */
/* Styles for 'Best Seller List in Boxes' and 'New Products List in Boxes' used on the brochure home page */
.heading_marketing_box
{
	border: 2px solid #759928;
	width: 110px;
	margin: 0px 20px 14px 0px;
}

.heading_marketing_box p.text_product_small_info_heading
{
	background-color: #759928;
	border-bottom: 2px solid #759928;
	color: #ffffff;
	font-weight: 900;
	font-size: 11px;
	background-image: url('theme_marketing_header.gif');
	margin: 0px;
	padding: 4px 0px 0px 8px;
	height: 20px;
}

.heading_marketing_box	p { padding: 8px; }
.heading_marketing_box .product_image_cost { padding: 8px; }

/* Rounded header and footer used around the bulk areas in 'Expert' and 'Hotshot' themes, but also used in the lists that have 'Rounded Corners' in the name */
.rounded-heading
{
	background-image: url('theme_curve2.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.rounded-heading p.spacer
{
	margin: 0;
	padding: 3px 0;
	background-image: url('theme_curve1.gif');
	background-repeat: no-repeat;
	margin-right: 10px;
	color: #ffffff;
}

.rounded-footer
{
	background-image: url('expert_rounded_bottom_right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.rounded-footer p.spacer
{
	margin: 0;
	padding: 3px 0;
	background-image: url('expert_rounded_bottom_left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-right: 10px;
	color: #ffffff;
}

.indented-link a
{
	display: block;
	background-color: #fff;
	width: 110px;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #759928;
}

.indented-link a:hover { background-color: #ea0000; }

/* Style for the 'Graduated Background' for Top Level Section lists and Brochure Page lists */
.graduated-link a
{
	display: block;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #ea0000;
	border-bottom: 0;
	border-right: 0;
	background-image: url('prime_link_background.gif');
	background-repeat: no-repeat;
}

/* Style for the 'Shaded Background' for Top Level Section lists and Brochure Page lists */
.hotshot-link a
{
	display: block;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #ffffff;
}

.hotshot-link a:hover
{
	background-image: url('hotshot-link-highlight.gif');
	background-repeat: no-repeat;
}

.hotshot-box-main
{
	background-image: url('hotshot-box-main.gif');
	background-position: bottom;
	width: 110px;
}

.hotshot-box-content
{
	background-image: url('hotshot-box-top.gif');
	background-repeat: no-repeat;
	padding: 10px;
}

/* Styles for 'Quick Search Bar With Curved Box' layout */
.formbox1
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-image: url('theme-rounded-searchfield-left.gif');
	height: 19px;
	padding-left: 10px;
	background-repeat: no-repeat;
	float: left;
}

.formbox2
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 19px;
	background-image: url('theme-rounded-searchfield-right.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
}

.inputfield
{
	padding: 0px;
	margin: 1px 0;
	border: 0px;
	height: 16px;
	font-size: 12px;
}

/* Drop down menus used for top level section lists and brochure page lists in the 'Corporation' and 'Premier' theme */
#corporate_top_menu, #corporate_top_menu ul
{
	/* main menu lists */
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1;
	font-size: 11px;
}

#corporate_top_menu a
{
	display: block;
	color: #ffffff;
	padding: 3px 6px 3px 13px;
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	background-image: url('theme_arrow.gif');
	background-position: left;
	background-repeat: no-repeat;
	background-color: #f2ddf3;
	border-right: 1px solid #000000;
}

#corporate_top_menu li a:hover
{
	display: block;
	color: #ffffff;
	padding: 3px 6px 3px 13px;
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	background-color: #759928;
	background-image: url('theme_arrow.gif');
	background-position: left;
	background-repeat: no-repeat;
}

#corporate_top_menu li
{
	/* all list items */
	float: left;
	padding: 0px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
}

#corporate_top_menu li ul
{
	/* second-level lists */
	font-size: 100%;
	width: 110px;
	display: block;
	position: absolute;
	margin: 0px 0px 0px -2px;
	border-top: 1px solid #000000;
	list-style-image: none;
	left: -999em;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#corporate_top_menu li ul li
{
	/* second-level lists */
	width: 110px;
	display: block;
	background-image: none;
	background-color: #f2ddf3;
	border-bottom: 1px solid #000000;
}

#corporate_top_menu li ul li a
{
	/* second-level lists */
	background-image: none;
	padding: 3px 6px 4px 6px;
	line-height: 150%;
	display: block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#corporate_top_menu li ul li a:hover
{
	/* second-level lists */
	display: block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 3px 6px 4px 6px;
	background-image: none;
	background-color: #759928;
}

#corporate_top_menu li ul ul
{
	/* third-and-above-level lists */
	margin: -24px 0px 0px 149px;
}

#corporate_top_menu li:hover ul ul, #corporate_top_menu li.sfhover ul ul { left: -999em; }

#corporate_top_menu li:hover ul, #corporate_top_menu li li:hover ul, #corporate_top_menu li.sfhover ul, #corporate_top_menu li li.sfhover ul
{
	/* lists nested under hovered list items */
	left: auto;
}

.corporate_pages_menu ul
{
	/* brochure list */
	padding: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1;
	font-size: 11px;
	list-style-image: none;
}

.corporate_pages_menu ul li
{
	display: block;
	background-image: none;
	background-color: #f2ddf3;
	border-bottom: 1px solid #000000;
}

.corporate_pages_menu li a
{
	color: #ffffff;
	background-image: none;
	padding: 3px 6px 4px 6px;
	line-height: 150%;
	display: block;
}

.corporate_pages_menu li a.product_section { color: #ffffff; }

.corporate_pages_menu li a:hover
{
	color: #ffffff;
	display: block;
	padding: 3px 6px 4px 6px;
	background-image: none;
	background-color: #759928;
}

/* These layout selectors bring in styles for specific themes, that are ONLY used by that theme. */
/* If you are not using these themes, you can safely remove this code */
/* CSS Specific to 'Executive' */
/* PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------------ */
/* page header fomatting elements ----------------------------------------------------- */
.page_header
{
	background-color: #759928;
	margin: 0px 0px 0px 0px;
}

.page_header_content
{
	width: 700px;
	text-align: left;
	height: 63px;
}

.page_header_home_search_box
{
	padding: 1px;
	margin: 0px;
	background-image: url('theme_dotted_line_2.gif');
	background-color: #f2ddf3;
}

.page_header_logo_container { float: left; }
.page_header_menu_cart_login_spacing { padding-left: 2px; }

.page_header_terms_cart_login_container
{
	float: right;
	text-align: right;
}

.page_header_terms_container { height: 38px; }

.page_header_menu_cart
{
	padding: 3px 5px 4px 19px;
	background-image: url('theme_icon_cart.gif');
	background-color: #ea0000;
	border-top: 1px solid #f2ddf3;
	border-bottom: 1px solid #f2ddf3;
}

.page_header_menu_cart_items
{
	padding: 3px 5px 4px 5px;
	background-color: #ea0000;
	border-left: 1px solid #f2ddf3;
	border-top: 1px solid #f2ddf3;
	border-bottom: 1px solid #f2ddf3;
}

.page_header_menu_login
{
	padding: 3px 5px 4px 17px;
	background-image: url('theme_icon_login.gif');
	background-color: #ea0000;
	border-top: 1px solid #f2ddf3;
	border-bottom: 1px solid #f2ddf3;
}

/* end page header fomatting elements ------------------------------------------------- */
/* page menu fomatting elements ------------------------------------------------------- */
.page_menu
{
	background-color: #f2ddf3;
	margin: 0px 0px 0px 0px;
}

.page_menu_content
{
	width: 700px;
	height: 21px;
}

.page_menu_items
{
	background-color: #f2ddf3;
	padding: 0px 0px 0px 1px;
	height: 21px;
	float: left;
	width: 65%;
}

.page_menu_items_search
{
	background-color: #f2ddf3;
	padding: 0px 0px 0px 1px;
	height: 21px;
	float: right;
	width: 30%;
}

/* end page menu fomatting elements ---------------------------------------------------- */
/* page body fomatting elements -------------------------------------------------------- */
.page_body { padding: 10px 0px 0px 0px; }

.page_body_content
{
	width: 700px;
	text-align: left;
}

.page_body_content_left_column
{
	float: left;
	width: 170px;
}

.page_body_content_right_column
{
	float: right;
	width: 552px;
}

/* end page body fomatting elements ----------------------------------------------------- */
/* page footer fomatting elements ------------------------------------------------------- */
.page_footer
{
	padding: 30px 0px 30px 0px;
	clear: both;
}

.page_footer_content
{
	width: 700px;
	text-align: left;
}

/* end of page footer fomatting elements ------------------------------------------------ */
/* END OF PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------- */
/* TEXT FORMATTING ELEMENTS AND LINK ELEMENTS -------------------------------------------- */
/* menu text --------------------------------------------------------------------------- */
.text_menu_cart
{
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

.text_menu_cart_items
{
	padding: 0px;
	margin: 0px;
	line-height: normal;
	font-weight: 900;
}

.text_word_spacing_8px { word-spacing: 8px; }

.text_terms_conditions
{
	color: #f2ddf3;
	font-size: 11px;
	border: 0;
	margin: 0;
	padding: 0;
}

/* ------------------------ */
a.link_cart:visited
{
	color: #759928;
	text-decoration: underline;
}

a.link_cart:link
{
	color: #759928;
	text-decoration: underline;
}

a.link_cart:active
{
	color: #759928;
	text-decoration: underline;
}

a.link_cart:hover
{
	color: #759928;
	text-decoration: underline;
}

/* ------------------------ */

.tech_menu_button_title {
background-color: #ffffff;
}
.tech_text_product_section {
color: #874e3a;
}


	

.shop_cart_sam
{
	border-color: #9F3;
	border-width: 1px;
	border-style: dashed;
	margin: 0 0 0 200px;
	padding: 0;
	width: 450px;
	height: 50px;
	top: 15px;
	color: #874E3A;
	position: absolute;
	clear: both;
	right: auto;
	left: auto;
	font-weight: normal;
	font-size: 18px;
	text-indent: 18px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	z-index: 101;
	overflow: default;
}