	.action_msg { color: #428690; font-weight: bold; }
	.bread_crumb_link a { color:#960000; text-decoration:none; }
	.bread_crumb_link a:hover { text-decoration: underline; }
	.bread_crumb_nav { width: 100%; text-align: left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
	
	/* instruction message to customer */
	.cart_instruction { 
		font-size: 12px; 
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.cart_instruction img {
		vertical-align: middle;
	}
	
	
	.category_description {
		font-size:12;
	}	
	
	
	
	
	/**********************************************************************************
		Section below controls the category links in the navigation
	**********************************************************************************/
	/* this is the div that surrounds the whole category link area */
	.cat_links {
		font-size:12;
	}
	
	/* default for all category links */
	.cat_links a {
		color: black;
		display: block;
		text-decoration: none;
		padding: 2px 0px 2px 5px;
	}
	
	/* below is for IE only */
	* html .cat_links a {
		width: 100%;
	}
	
	/* controls all category links on mouseover */
	.cat_links a:hover {
		display: block;
		background-color: #FFFFFF;
		text-decoration:underline;
	}
	
	/* this is for text inside the anchor for selected categories, and for parents that are expanded */
	.cat_links a.selected,
	.cat_links .expanded .parent a
	{
		font-size: 13px;
		font-weight: bold;
		color: #960000;
	}
	
	/* this is the div surrounding an expanded parent and its children */
	.cat_links .expanded {
		border-top: #960000 solid 1px;	
		border-left: #960000 solid 1px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left:0px;
	}
	
	/* this is the div surrounding the expanded parent only */
	.cat_links .expanded .parent {
		padding-top: 5px;
	}
	
	/* this is for text inside the anchor for collapsed parent category */
	.cat_links .collapsed .parent a {
		font-weight: normal;
		font-size: 13px;
	}
	
	/* this is the div surrounding the collapsed parent only */
	.cat_links .collapsed .parent {
		border-width: 0px;
		padding-left: 0px;
	}
	
	/* this is the div surrounding children of expanded parent category */
	.cat_links .children {
		padding: 5px;
		margin-left: 4px;
	}
	
	/******* END OF category link section **************************************************/	
		

	
	
	
	
	
	/*
	.category_collapsed { color: black; text-decoration: none; width: 100%; cursor: pointer}
	.category_collapsed:hover { background-color: white; text-decoration: none; width: 100%; cursor: pointer}
	.category_description {margin-bottom: 10px}
	.category_expanded { border-bottom: silver solid 1px; font-weight: bold; width: 100%;cursor: pointer}
	.category_expanded_surround { border-color: silver; border-style: solid; border-width: 1px; margin-left: 2; margin-right: 2; width: 100%;}
	.category_selected { font-weight: bold; width: 100%; cursor: pointer}
	*/
	
	.content {
		background-color: white; 
		width: 98%;
		margin-left: 0px;
		margin-right:10px;
		margin-top:0px;
		margin-bottom:0px; 
		padding: 0px;
		text-align: left;
	}
	
	.coupon {
		border: black dashed 3px;
		padding: 10px;
		padding-top: 15px;
		padding-bottom: 18px;
		margin-top: 0px;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: 14px;
		background-color: #e0eef0;
		width: 90%;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	.coupon_code_field {
		width: 100px; margin: 4px; 
	}
	
	/*
	.field_input { text-align: left; width: 300; }
	.field_name { padding-right: 2; position: relative; text-align: right; top: 3; vertical-align: top; width: 150; }
	*/
	
	.header {
		font-size: 22px; 
		text-align: left;
	}
	
	.header2 a:link {
		font-size: 20px;
		text-align: left;
		background-color: #FFFFFF;
		text-decoration: none;
		color: #960000;
	}
	
	.header2 a:hover {
		text-decoration: underline;
		text-align: left;
	}
	
	.diag {padding: 8px; width: 100%; text-align: left; font-size: 8pt; border: gray solid 1px; background-color:#F5F5F5}
	.diag_true {color: green;}
	.diag_false {color: red;}
	.diag_code {margin-left: 6px; margin-right: 6px; margin-top: 4px; margin-bottom: 10px; font-family:"Courier New", Courier, mono; background-color: silver}
	.diag_discount {margin-left: 6px; margin-bottom: 10px; padding: 2px; padding-bottom: 10px; background-color:#E8E8E8 }
	.diag_discount_name {text-decoration:underline; margin-bottom: 2px}
	
	/* name of discount when it is advertised */
	.discount_name {
	     text-align: left;
	     font-weight: bold;
	     margin-bottom: 10px;
	     font-size: 12px;
	}
	
	/* image for discount when advertised */
	.discount_image {
	     float: left;
	     margin: 0px 10px 10px 0px;
	}
	.discount_description {vertical-align: middle; text-align: left;}
	
	.discount_description .image_div {
		float: left;
	}

	/* hide margin from IE */
	.discount_description>.image_div {
		margin-right: 10px;
	}
	
	.discount_conditions, .discount_product_link {
		color: gray;
		font-style: italic;
	}
	.discount_separator {height: 20px}
	
	
	
	
	
/*****************************************************************
 Styles below are for product options...
 They control the way the options appear when viewing a product
******************************************************************/

	/* table containing all options */
	.options table {
		margin-left: auto;
		margin-right: auto;
	}
	
	/* keeps option rows evenly spaced vertically */
	.options td {
		height: 30px; 
	}
	
	/*	This is a break that appears below textarea/radio options, to maintain spacing
		by default, it should be half of the height for the style immediately above this - ".options td" 
	*/
	.options .extra_br {
		height: 15px;
	}
	
	/* 1st td inside options table...contains instruction for selecting option */
	.options .instruction {
		text-align: right;
		vertical-align: top;
		padding-top: 3px;
	}
	
	/* 2nd td inside options table...contains actual form field */
	.options .field {
		text-align: left;
	}
	
	/* Custom Detail Link ... defaults to (details) */
	.options .custom_detail_link {
		font-size: 7pt;
	}

	.options select {
		vertical-align: middle;
	}	
	
	.options img {
		vertical-align: middle;
	}

	.options span {
		vertical-align: middle;
	}
	
	.options input {
		vertical-align: middle;
	}

	.options textarea {
	}
	
	/* this is for the div surrounding the radio options */
	.options .radios {
		line-height: 170%;
	}
	
	/* below aligns radio buttons and checkboxes to the left, for IE only */
	.radios input,
	.options .checkbox {
		margin-left: -3px;
	}
	
	/* below aligns radio buttons and checkboxes to the left, for all but IE */
	.radios>input,
	.checkbox_span>.checkbox {
		margin-left: 0px;
	}	
/****** END OF Product option styles *****************************************/
	
	
	


/*****************************************************************
 Styles below are for the product option detail page, 
 which opens when you click a link near an option for more detail
******************************************************************/

	.option_detail_body {
		background-color: #ffffff;
		font-size: 11px;
		margin: 5px
	}

	/* div that surrounds the entire content, directly inside <body>*/
	.option_detail_div {
		text-align: left;
	}

	/* this is the div that surrounds the detail for the option itself */
	.option_detail_div .option_detail {
	}
	
	/* this is the div that surrounds the name (or image of name) for the option */
	.option_detail_div .product_section {
		text-align: center;
		padding-bottom: 0px;
	}

	/* image for option */
	.option_detail .option_img {
		float: left;
	}
	
	/* DIV separating option and choices */
	.option_detail_div .separator {
		clear: left;
		height: 10px;
	}
	
	
	/* table cell containing a single choice */
	.option_detail_div .choices_table td {
		padding: 2px;
	}
	

	/* table containing choices for this option */
	.option_detail_div .choices_table {
		width: 100%;
		background-color: lightblue;
	}
	
	/* name of choice */
	.choices_table .choice_name {
		font-weight: bold;
		font-size: 12px;
		text-align: center;
	}
	
	.choices_table .choice_price {
		text-align: center;
	}
	
	/* DIV surrounding a choice's image */
	.choices_table .choice_img_div {
		float: left;
	}

	/* description of choice */
	.choices_table .choice_description {
		vertical-align: top;
		text-align: left;
	}
	
	.choices_table .single_choice_table {
		border: silver solid 1px;
		background-color: white;
		margin-left: auto;
		margin-right: auto;
	}
/****** END OF option detail page styles *************************/








/******************************************************************
	Styles below are for the best sellers navigation section
******************************************************************/

#best_sellers_table td {
	height: 40px;
	vertical-align: top;
}

/***** END OF best sellers styles ********************************/





/******************************************************************
	Styles below are for the cart options (advanced) nav box
******************************************************************/
/* table containing cart breakdown */
#cart_options_advanced {
	width: 100%;
}

/* controls all td (table cells) */
#cart_options_advanced td {
	font-family: Arial;
	font-size: 9px;
}

/* controls the TD in the first row */
#cart_options_advanced .header_row_td {
	padding-bottom: 5px;
}

/* the td that contains the qty */
#cart_options_advanced .qty_td {
	text-align: left;
}

/* the td that contains the name of the item */
#cart_options_advanced .name_td {
	text-align: left;
	white-space: nowrap;
	color:960000;	
}

.name_td a {
	text-align: left;
	white-space: nowrap;
	color:960000;
	text-decoration:none;
}

.name_td a:hover {
	text-align: left;
	white-space: nowrap;
	color:960000;
	text-decoration:underline;	
}

/* the td that contains the price of the item */
#cart_options_advanced .total_td {
	text-align: right;
}

/* controls the TD in the first row */
#cart_options_advanced .footer_row_td {
	text-align: right; 
	border-top: silver solid 1px;
	padding-top: 5px;
}


/***** END OF cart options styles ********************************/








/* keep links from looking visited */
#cart_options_advanced a {
	text-decoration: none;
	color: #960000;
}
#cart_options_advanced a:hover {
	text-decoration: underline;
	color: #960000;
}



/******************************************************************
	Styles below are for the account choice page
******************************************************************/

/* login form on account choice page */
.account_choice_form {
}

/* table containing login fields */
.account_choice_form .login_table{
	margin-top: 10px;
}

/* username and password fields */
.account_choice_form .login_field {
	width: 120px;
}

.account_choice_form input {
	vertical-align: middle;
}

/* login button */
.account_choice_form .submit {
	font-size: 12px;
	width: 70px;
}

/* div containing text right below images for each choice..slightly larger than normal */
.sub_heading {
	font-size: 12px;
	text-align: center;
}

/* secondary text on page...field labels also use this */
.account_choice_form .small_text 
{
	color: black;
	font-size:12px;
}

/* table td that contains field labels */
.account_choice_form .field_label_td {
	text-align: right;
	font-size:12px;
}

/* table td that contains fields */
.account_choice_form .field_td {
	text-align: left;
}

/****** END OF account choice page styles *************************/









/******************************************************************
	Styles below are for the Address Form
******************************************************************/

/* Div surrounding form */
.address_form {
	width:95%;
}

/* header above each section of fields */
.address_form_header {
	margin-bottom: 10px;
	padding-left: 5px; padding-right: 10px;
}

/* fieldset surrounding each set of fields */
.address_form fieldset {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


/* table containing labels & fields*/
.address_form table {
	margin-left: auto;
	margin-right: auto;
}

/* fieldset properties hidden from IE :) */
.address_form_trick_ie>fieldset {
	-moz-border-radius: 6px 6px 6px 6px;
	border: solid silver 1px;
}

/* required and missing field indicator message */
.address_form .required_field_indicator {
	float: right;
	padding-top: 12px;
	font-size:12px;
}

.address_form .required_field_indicator img
,.address_form .required_field_indicator span {
	vertical-align: middle;
}

/* td containing label for form field */
.address_form .field_label_td {
	text-align: right;
	font-size:12px;
}

/* image inside field label td...usually the req. field indicator */
.address_form .field_label_td img
,.address_form .field_label_td span 
,.address_form .field_td img 
,.address_form .field_td select {
	vertical-align: middle;
}

/* td containing form field */
.address_form .field_td {
	text-align: left;
	font-size:12px;
}

/* inputs */
.address_form .text_input {
	width: 250px;
}






/******************************************************************
	Styles below are for the checkout form
******************************************************************/

/* table that surrounds the items and other info */
.checkout_table {
	width: 98%;
	margin-right:11px;
	font-size:12px;
}

/* address blocks (table) */
.address_block {
	height: 75px;
	width: 130px;
}

/* address block TDs */
.address_block td{
	text-align: left;
	white-space: nowrap;
	font-size:12px;
}

/* tracking number DIV inside address block */
.address_block .tracking_number {
	margin-top: 4px;
	text-align: center;
}

/* row that contains the column labels */
.checkout_table .header_row,
.address_block .header_row
 {
	font-weight: bold;
	font-size:12px;
 	height: 10px;
 	background-color: #a7ced4;
	border-right: black solid 1px;
	border-bottom: black solid 1px;	
}

/* row that contains an item */
.checkout_table .item_row td {
	vertical-align: top;
}

/* td inside top row */
.checkout_table .header_row td,
.address_block .header_row td
{
	border-right: silver solid 1px;
	border-bottom: black solid 1px;
}


/* 1st td in top row - "Description" */
.checkout_table .header_row .td_1{
	text-align: left;
	padding-left: 4px;
}

/* 2nd, 3rd, and 4th td in top row - Options, Unit Price, Total" */
.checkout_table .header_row .td_2,
.checkout_table .header_row .td_3,
.checkout_table .header_row .td_4
{
	text-align: right;
	padding-right: 4px;
}


/* 1st column in table */
.checkout_table .header_row .td_1,
.checkout_table .item_row .td_1 
{
	width: 45%;
}

/* 2nd column in table */
.checkout_table .header_row .td_2,
.checkout_table .item_row .td_2 
{
	width: %29;
	text-align:right;
	line-height: 150%;
}

.checkout_table .item_row .td_2W {
line-height: 175%;	
font-size: 7pt;
}

/* 3rd column in table */
.checkout_table .header_row .td_3,
.checkout_table .item_row .td_3 
{
	width: 12%;
	text-align:right;
	line-height: 150%;
}

/* 4th column in table */
.checkout_table .header_row .td_4,
.checkout_table .item_row .td_4 
{	
	width: 14%;
	text-align:right;
}
/* 1st td in item row */
.checkout_table .item_row .td_1 {
	height: 100px;
}

/* vertical border on certain cells */
.checkout_table .item_row .td_1,
.checkout_table .item_row .td_2,
.checkout_table .item_row .td_3,
.checkout_table .qty_row .td_1,
.checkout_table .qty_row .td_2
{
	border-right: silver solid 1px;
}

/* right padding for all td's in rows other than the first one */
.checkout_table .item_row td,
.checkout_table .qty_row td,
.checkout_table .footer_row td
{
	padding-right: 4px;
}


/* td inside qty row */
.checkout_table .qty_row td{
 	border-bottom: silver solid 1px;
 	text-align: right;
	background-color: #e0eef0;
}

/* payment method TD in footer row */
.checkout_table .footer_row .pay_method {
	vertical-align: bottom;
	padding: 4px;
}

/* quantity field & label */
.qty_row input,
.qty_row span
{
 	vertical-align: middle;
}

/* div containing thumbnail of product */
.checkout_table .product {
	padding: 4px;
	width: 100%;
}

/* all tds in product table */
.checkout_table td {
	text-align: left;
	font-size:12px;
}

/* td for product name */
.checkout_table .prod_name {
	margin-bottom: 5px;
	margin-top: 5px;		
	padding: 2px;
	font-size:13px;
	color: #960000;
	font-weight:bold;
}

.checkout_table .prod_name a{
	margin-bottom: 5px;
	margin-top: 5px;	
	padding: 2px;
	font-size:13px;
	color: #960000;
	font-weight:bold;	
	text-decoration:none;
}

.checkout_table .prod_name a:hover{
	text-decoration:underline;
}

/* div for product image */
.checkout_table .product .prod_img {
	margin: 4px;
	float: left;
}


/* td for product buttons - modify, remove */
.checkout_table .prod_btns {
	padding-top: 4px;
}

/* div for savings info for item */
.checkout_table .savings_info {
	margin-top: 4px;
	margin-bottom: 4px;
	font-style: italic;
}
/****** END OF checkout form styles *************************/







/***************************************************************
	Styles below are for the checkout progress indicator
	above checkout form..."Step 1, Step 2, etc..."
***************************************************************/

/* table that contains the progress links */
.checkout_progress {
}

/* checkout progress links */
.checkout_progress a,
.checkout_progress a:visited {
	color: #428690;
	text-decoration: none;
	vertical-align: middle;
}
.checkout_progress a:hover {
	color: #428690;	
	text-decoration: underline;
}

.checkout_step_pending {
	color: silver;
	font-size: 10pt;
}
.checkout_step_active {
	font-size: 10pt;	
	color: #960000;
	font-weight: bold;
	font-style: italic;
}
.checkout_step_done {
	color: #428690;
	font-size: 10pt;
}
.checkout_step_pending,
.checkout_step_active,
.checkout_step_done {
	width: 20%;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.checkout_step_active .checkout_step_num {
	font-style: italic;
}

/* end of checkout progress indicator styles */


.checkout_buttons_row1,
.checkout_buttons_row2 {
     text-align: center;
}
.checkout_buttons_row2 {
     margin-top: 15px;
}
.checkout_buttons_row1 img,
.checkout_buttons_row2 img {
     border: 0px;
}
#checkout_button_w_gc {
     margin-bottom: 17px;
     border: 0px;
}
#checkout_or {
     margin: 0px 4px 17px 6px;
}

/************************************
 Div surrounding wait indicator
 image in storefront
************************************/
.wait img {
     vertical-align: middle;
}
.wait span {
     vertical-align: middle;
     padding-bottom: 2px;
}
/* to fix divs that have floated children, so they expand around them..
.. put this div at the bottom, inside the one that won't expand */
.clear_float {
     clear: both; line-height: 0; height: 0;
}

.large_heading {
    font-size: 16px;
}
.large_button {
    font-size: 14px;
}

/* vertical align elements with form fields, labels, etc... */
.valign_middle span,
.valign_middle a,
.valign_middle img,
.valign_middle input,
.valign_middle select {
	vertical-align: middle;
}



/* drop shadow div */
.drop_shadow {
	height: 10px;
	background-repeat: repeat-x;
	width:98%;
}



/******* BG color and borders for incomplete fields ********/
.error_field,
.error_field_radios {
	background-color: white;
}
.error_field_radios {
	border: gray solid 1px;
	padding-left: 2px;
}
/******* END OF BG color and borders for incomplete fields ********/






/********************* Page Navigation ****************************/
/* the div surrounding the entire page nav */
.page_nav_div {
	text-align: center;
	font-size: 12px;
}

/* controls the spacing between the links */
.page_nav_spacing {
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom:5px;
	padding-top:5px;
}

/* the current page number */
.page_nav_div .page_nav_current {
	font-weight: bolder;
}

/* page links */
.page_nav_div a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

.page_nav_div a
,.page_nav_div a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #960000;
}

/* a disabled link */
.page_nav_disabled {
	font-weight: bold;
	color: silver;
}

.page_nav_viewall a:hover
{
	color: #960000;
	font-weight: bold;
	text-decoration: underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.page_nav_viewall a
{
	font-weight: bold;
	text-decoration: none;
	color: #960000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}


/******* add to cart error messages (div) *******/
.add_cart_errors {
	margin-top: 10px;
	color: #960000;
	text-align: left;
}

.cart_info_msg {
	margin-top: 5px;
	color: #428690;
	font-weight: bold;
	text-align: left;
}


	
/* readonly text input fields */
.readonly {
	background-color: silver;
}

	.product_description { text-align: left; vertical-align: top; width: 98%; font-size: 12px;}
	.product_detail { padding-left: 10; padding-right: 10; text-align: center; width: 100%; font-size: 12px;}
	.product_display { background-color: white; margin-bottom: 20; text-align: center; width: 98%; padding-right:10; font-size: 12px;}
	.product_name { color: #960000; font-size: 20px; font-weight: bold; text-align: left; width: 100%; }

	/*
	.product_options_details_link:visited { text-decoration: underline; }
	.product_option_select { margin-bottom: 5px; 
	*/
	
	.product_price { vertical-align: middle; width: 300; font-size: 12px;}
	.product_quantity { text-align: center; vertical-align: middle; width: 50; font-size: 12px;}
	.product_section {text-align: left; color: #428690; font-size: 12px; padding-top: 0px; padding-bottom: 10px; font-weight:bold;}
	.qty {text-align: right; color: #black; font-size: 14px; font-weight:bold;}	
	
	.small_link a { font-size: 10px; font-weight: normal; color:#960000; text-decoration:none;}
	.small_link a:hover {  text-decoration:underline;}
	.small_select { font-size: 9 px; }
	.stat_table { }
	.stat_top_row { background-color: #FFFFFF; color: #960000; font-weight: bold; font-size:16px; text-decoration:none;}
	.stat_top_row a { color: #960000; text-decoration:none; }
	.stat_top_row a:hover { color: #960000; text-decoration:underline; }
	.stat_top_td {border-bottom: solid black 0px}
	.stat_td { border-bottom: silver solid 1px; padding-left: 10; }
	.stat_td_last { padding-left: 10; }
	.stat_td_alternate { border-bottom: silver solid 1px; background-color: #F1F3F9 }
	.sub_category_link { color: #960000; text-decoration: none; }
	.subcategory_table {width: 100%}
	.subcategory_td {text-align:center}
	.ups_window {border: black solid 1; width: 100%}
	.ups_window_header {background-color: #804000; height: 30; color: white; font-size: 10pt; font-weight: bold; padding: 5}

	.search_link { background-color: #FFFFFF; color: #960000; font-weight: bold; font-size:10px; text-decoration:none; text-align:center;}
	.search_link a { color: #960000; text-decoration:none; }
	.search_link a:hover { color: #960000; text-decoration:underline; }

	.ship_link { background-color: #FFFFFF; color: #960000; font-size:13px; text-decoration:none; text-align:center; vertical-align:middle;}
	.ship_link a { color: #960000; text-decoration:none; }
	.ship_link a:hover { color: #960000; text-decoration:underline; }

	.reg_link { background-color: #FFFFFF; color: #960000; font-size:13px; text-decoration:none; text-align:center; vertical-align:middle;}
	.reg_link a { color: #960000; text-decoration:none; }
	.reg_link a:hover { color: #960000; text-decoration:underline; }
	
	.brief_desc { background-color: #FFFFFF; color: black; font-size:13px; text-decoration:none; text-align:center; vertical-align:middle;}


	.acct_options { background-color: #FFFFFF; font-size:12px; text-decoration:none; text-align:left; color: black; padding-left:5px;}
	.admin_options { background-color: #FFFFFF; font-size:12px; text-decoration:none; text-align:left; color: black;}
	.acct_links a { color: #960000; text-decoration:none; font-weight:bold;}
	.acct_links a:hover { color: #960000; text-decoration:underline;}	
	.admin_links a { text-decoration:none; color: black; padding-bottom:3px; padding-left:5px;}
	.admin_links a:hover { text-decoration:underline; color: black;}	
	
	.nav_box_table td {
		text-align: center;
		padding-left:20;
	}
	
	
	body {
		background-color: white;
		text-align: center;
		margin: 0px;
		scrollbar-3dlight-color: #999999; 
		scrollbar-arrow-color: #E9C444; 
		scrollbar-darkshadow-color: #333333; 
		scrollbar-face-color: #366c73; 
		scrollbar-highlight-color: #999999; 
		scrollbar-shadow-color: #000000; 
		scrollbar-track-color: #C3C1C1;		
	}
	body, td {
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	input, select {
		font-size: 11px;
	}
	
	/*a:link {
		text-decoration: none;
		color: #960000;
		font-weight:bold;
	}
	a:visited {
		text-decoration: none;
		color: #960000;
		font-weight:bold;		
	}
	a:hover {
		text-decoration: underline;		
		color: #960000;
		font-weight:bold;		
	}	*/
	
	/*
	INPUT { font-size: 11px; }
	SELECT { font-size: 11px; }
	TD { font-family: Tahoma; font-size: 11px; text-align: center; }
	TEXTAREA { font-size: 11px; }
	A:hover { color: red; text-decoration: underline; }
	A:visited { color: purple; text-decoration: none; }
	*/
	

	
/*************************************************************************
	The following styles control the appearance of HTML order emails
*************************************************************************/

.order_email_body {
	background-color: #ffffff;
}

/* DIV surrounding HTML emails */
.order_email_htm {
	background-color: #ffffff;
	padding: 10px;
	text-align: left;
	font-size: 10pt;
	width: 100%;
}
.order_email_htm .header {
	margin-bottom: 5px;
}



/****************************************************************************
	Styles for fedex tracking results 
****************************************************************************/

/* body tag for fedex tracking */
.fedex_track_body {
	background-color: white;
}

/* table surrounding results */
.fedex_track_table {
	width: 100%;
}

/* other individual tables inside main one */
.fedex_track {
	border: black solid 1px;
	width: 100%;
}

.fedex_track td {
	text-align: left;
}

.fedex_track .header_row {
	background-color: #660099;
	color: white;
	padding: 4px;
}

.fedex_track .scantd {
	border-bottom: black solid 1px;
}
.fedex_track .scantd_alt {
	border-bottom: black solid 1px;
	background-color: #F1F3F9;
}

.cart_info_msg img {
     vertical-align: middle;
}

 

/* "restrictions" link for file upload options */
.option_restrictions_link {
     float: left;
     margin-right: 5px;
     color: blue;
}


/* div containing file upload restrictions */
.option_restrictions_list {
     width: 120px;
     border-left: silver solid 1px;
     padding-left: 3px;
     color: gray;
     float: left;
     clear: right;
}

.option_file_saved {
     padding-top: 5px;
}

 

/* Controls font size for all field labels */
.field_label_td {
     font-size: 12px;
}

 

.product_detail_td {
     vertical-align: top;
}

 

/* surrounds the entire product detail area */
.product_detail {
}

.product_detail form {
     margin: 0px;
}

.product_name {
     color: #960000;
     font-size: 20px;
     font-weight: bold;
     margin-bottom: 10px;
     text-align: left;
}

.product_image {
     float: left;
     margin: 4px;
}

.product_description {
     text-align: left;
}

.product_detail_price {
     font-size: 16px;
     margin-bottom: 12px;
}

.qty_label {
     font-weight: bold;
}

.qty_field {
     margin-right: 20px;
}

 

/* box surrounding qty and add to cart button */
.qty_box {
     margin: 10px 0px;
}

 

/* sections below product (Discounts, Buy Now, etc...) */
.product_section {
     border-top: silver solid 1px;
     padding: 10px 0px 20px 0px;
     margin-top: 5px;
     text-align: center;
}

 

.product_section_name {
	 color: #960000;
     text-align: left;
     font-size: 16px;
     padding-bottom: 10px;
}

 

/* surrounds all thumbnails */
.product_display {
     text-align: center;
     width: 100%;
}

 

/* this controls the box at the bottom of the order detail page seen by admins, showing order based discount info */
.order_discount_info {
     padding: 10px;
}

 

/* div surrounding sort field when viewing a category */
.sort {
     margin-top: 10px;
}

.big_red {
     font-size: 18px;
     color: red;
     font-weight: bold;
}

#recaptcha_area {
     margin: 0px auto;
}

/* discount description when advertised */
.discount_description_txt {
     margin-bottom: 10px;
}

/* price info section of discount ad */
.discount_ad_price {
     color: black;
     font-size: 10px;
     margin-top: 4px;
}

/* span containing price shown on left and right */
.discount_ad_price_left {
     margin-right: 25px;
}
.discount_ad_price_left {
}

.qty_discount_line {
     margin-bottom: 10px;
}

/* "When you buy..." msg for qty based discount ads */
.qty_discount_when {
     color: black;
     font-size: 10px;
     text-decoration: underline;
}

/* This is stuff added for RadHaz.com */
#content { 
width: 800px;
margin: 0 auto;
text-align: left;
overflow:auto;
position: relative;
z-index: 99;
} 

.column { 
width: 50%; 
height:100%;
position: absolute; 
top: 0; 
} 

.left {left: 0;} 
.right {right: 0;} 

#leftcol {
margin-right: 400px; 
height:100%;
background-image: url("left.jpg");
background-color:gray;
background-position:right;
background-repeat:repeat-y;
} 
#rightcol {
margin-left: 400px;
height:100%;
background-image: url("right.jpg");
background-color:gray;
background-position:left;
background-repeat:repeat-y;
}

.leftPane
{
	background-image: url("left.jpg");
	background-color:gray;
	background-position:right;
	background-repeat:repeat-y;
}

.rightPane
{
	background-image: url("right.jpg");
	background-color:gray;
	background-position:left;
	background-repeat:repeat-y;
}