.nav_box_table td {
	text-align: left;
}
	
	
/*CHANGED*/
body {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	color: #2D2D2D;
}

/*SAME*/
body, td {
	font-family: tahoma; 
	font-size: 11px;
	text-align: center;
}

/*CHANGED*/
.stat_table {
	border: silver solid 0px;
}

/*CHANGED*/
.stat_top_row {
	background-color: #F7F7F7; 
	color: gray; 
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
/*CHANGED*/
.stat_top_td {
	border-bottom: silver solid 1px; 
	border-top: #DDDFC3 solid 0px;
}

/*SAME*/
.stat_td {
	border-bottom: silver solid 1px;
}

/*CHANGED*/
.stat_td_alternate {
	border-bottom: silver solid 1px; 
	background-color: #FFFFFF
}

.nav_block {
	width: 130px;
	border: black solid 0px;
	margin-bottom: 0px;
	text-align:left
}
.nav_block div.nav_block_title {
	color: #6F7602;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	border-bottom: black solid 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.nav_block div.nav_block_title a {
	color: #6F7602;
}

.nav_block div.nav_block_title a:hover  {
	color: #939A00;
}
.nav_block div.nav_block_content {
	border-bottom: silver solid 0px;
	text-align:left;
/*	margin-left: 10px;
	margin-right: 10px;
*/
	padding-left: 0px;
	padding-right: 4px;

	padding-bottom: 0px;
}



/*CHANGED*/
.nav_link_container 
{
	text-align: center;
	padding-left: 0px;
	
}

/*CHANGED*/
.nav_link_container ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	text-align: left;
	
}

.nav_link_container a {
	display: block;
	padding: 1px;
	padding-left: 0px;	
}

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

/*CHANGED*/
.nav_link_container a:link {
	color: #585B01;
	text-decoration: none;
}

/*CHANGED*/
.nav_link_container a:visited {
	color: #585B01;
	text-decoration: none;
}

/*CHANGED*/
.nav_link_container a:hover {
	color: #DC4F07
}

/*CHANGED*/
.nav_link_container a.selected {
	font-weight: bold;
}

/* OK a little spacing above and below the links in the Account Options block */
.acct_options div.nav_link_container {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* OK fix margins for best sellers ol */
.best_sellers ol {
	margin: 0px;
	padding-left: 27px;
	text-align: left;
	}

.best_sellers ol li {
	vertical-align: top;
	margin-bottom: 0px;
}


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

/* fix alignment of text with numbered bullet for IE only */
* html .best_sellers a {
	position: relative;
	top: -2px;
}

/* CHANGED, was 100% - table that contains subcategory links, below category detail */
.subcategory_table {
width: 370;
text-align: left;
border: solid 0px gray
}

/* CHANGED, was center*/
.subcategory_table td {
	text-align: left;
	padding-left: 15px;
	border: solid 0px gray

}

/* 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;
}

/* CHANGED content boxes (used on a <td> by deafult) */
.content {
	background-color: white; 
	width: 100%;
	margin-left: 0px; 
	margin-right: 0px; 
	border: 0px; 
	padding-right: 10px; 
	padding-left: 10px; 
	vertical-align: top;
	text-align: left
	}

/* CHANGED; text-align: left remains from new CSS*/
.header {
	font-size: 17px; 
	text-align: left;
	color: gray
}

/* CHANGED header div for certain sections of content, "Best Seller","Product Catalog", etc... */
.header2 {
	font-size: 17px; 
	text-align: left; 
	vertical-align: middle;  
	background-color: #ffffff; 
	padding-right: 0px; 
	padding-left: 1px; 
	width: 100%; 
	border-bottom: silver solid 1px; 
	margin-left: 0px; 
	margin-right: 0px;
}

/* CHANGED, ADDED NEW links inside header2 */
.header2 a {
	text-decoration: none;
	color: gray;
}

.header2 a:hover {
	text-decoration: none;
	color: #939A00;
}
.header2 a:visited {
	text-decoration: none;
	color: gray;
}

.tiny_gray {
	color: gray;
	font-size: 7pt;
}

/* SAME */
.small_link {
	font-size: 7pt;
	font-weight: normal;
}



/**********************************************************************************
	Bread Crumb and Page navigation
**********************************************************************************/	
/* CHANGED this is for the div that surrounds all the links */
.bread_crumb_nav {
	color: silver; 
	width: 100%; 
	text-align: left; 
	border-bottom: silver solid 1px; 
	margin-left: 10px; 
	margin-right: 10px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	padding-left: 0px;
	vertical-align: top
	}
	
/* SAME this is for the link */
.bread_crumb_link {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9px 
}

/* NEW */
.bread_crumb_link:visited {
	color: #A5A278; 
	text-decoration: none; 
}

/* the div surrounding the entire page nav */
.page_nav_div {
	text-align: center;
}

/* controls the spacing between the links */
.page_nav_spacing {
	padding-left: 5px;
	padding-right: 5px;
}

/* the current page number */
.page_nav_div .page_nav_current {
	font-weight: bold;
	
}

/* ALL CHANGED page links */
.page_nav_div a:hover
{
	color: #DC4F07;
	text-decoration: none;
}

.page_nav_div a {
	color: #585B01;
	text-decoration: none;
}

.page_nav_div a:visited
{
	text-decoration: none;
	color: #939A00;
}

/* a disabled link */
.page_nav_disabled {
	color: silver;
}


/**********************************************************************************
	Messages to customer
**********************************************************************************/
/* CHANGED this is usually used for error messages */
.action_msg {
	color: #DC4F07; 
	font-family: Arial; 
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px; /*added*/
	padding-right: 10px;
	padding-left: 10px
	 }

/* CHANGED instruction message to customer */
.cart_instruction {
	font-size: 11px; 
	vertical-align:middle;
	font-style:normal; 
	color: gray; 
	text-align: left;
	margin-bottom: 10px;
	padding-right: 10px;
	border-bottom: solid 0px silver
}

/* OK this is for the image of either a hand OR a balloon, and aligns it vertically with the msg text */
.cart_instruction img {
	vertical-align: middle;
	margin-right: 5px
}

/* add to cart error messages (div) */
.add_cart_errors {
	margin-top: 10px;
	color: #DC4F07;
	text-align: left;
	font-weight: bold;

}

/* CHANGED for messages that are informational (with Balloon image to left of text) */
.cart_info_msg {
	color: #939A00;
	font-weight: normal;
	text-align: left;
	padding-top:10px;
	padding-left:3px;
	padding-bottom:10px;
	vertical-align: middle

}




/**********************************************************************************
	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
{
	padding-top: 1px; 
	padding-bottom: 1px; 
	font-weight: bold;
	font-size: 11;
	width: 100%;
}

/* this is the div surrounding an expanded parent and its children */
.cat_links .expanded
{
	border-top: #D6D639 solid 10px; 
	border-bottom: #D6D639 solid 10px; 
	margin-left: 0; 
	margin-right: 0; 
	width: 100%;
}

/* this is the div surrounding the expanded parent only */
.cat_links .expanded .parent {
	border: silver solid 0px;
	padding: 2px;
}

/* this is the div inside a parent category that contains the sub cats */
.cat_links .expanded .children {
	padding-left: 10px;
	border: #A5A278 solid 0px; 
}



/**********************************************************************************
	Discount related styles
**********************************************************************************/
/* SAME - no changes have been made in old CSS yet; name of discount when it is advertised */
.discount_name {
	font-style: italic;
	text-align: left;
	font-weight: bold;
	margin-bottom: 4px;
}

/* SAME - no changes have been made in old CSS yet; image for discount when advertised */
.discount_image {
	float: left;
}

/* SAME - no changes have been made in old CSS yet; description of discount when advertised */
.discount_description {
	vertical-align: middle;
	text-align: left;
}

.discount_description .image_div {
	float: left;
}

/* hide margin from IE */
.discount_description>.image_div {
	margin-right: 0px;
}

/* SAME - no changes have been made in old CSS yet*/
.discount_conditions, .discount_product_link {
	color: gray;
	font-style: italic;
}

/* SAME - no changes have been made in old CSS yet*/
.discount_separator {height: 10px}

/* CHANGED */
.coupon 
{
	border: black dashed 1px;
	padding: 10px; 
	padding-top: 15px;
	padding-bottom: 18px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFE7CF;
	width: 90%;
}
/* SAME */
.coupon_code_field {
	width: 100px; margin: 8px 
}




/*****************************************************************
	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: 0px; 
}

/*	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;
	width: 25%
}

/* 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;
	border-color: #A5A278
}
.options img {
	vertical-align: middle;
}

.options span {
	vertical-align: middle;
}

.options input {
	vertical-align: middle;
}

.options textarea {
font-size: 12px 
}

/* this is for the div surrounding the radio options */
.options .radios 
{
	padding: 0px
	}

/* 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;
}	



/***********************************************************************
	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: #ECEEDA;
	font-size: 11px;
	margin: 15px
}

/* div that surrounds the entire content, directly inside <body>*/
.option_detail_div {
	text-align: center;
	background-color: #F7F7EF;
	border: solid 1px DDDFC3;
	padding: 15px;
	width: 100%
}

/* this is the div that surrounds the detail for the option itself */
.option_detail_div .option_detail 
{
	text-align: left;
	padding-left: 6px
	
}

/* 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;
	font-weight: bold
}

/* image for option */
.option_detail .option_img {
	float: right;
}

/* DIV separating option and choices */
.option_detail_div .separator {
	clear: left;
	height: 1px;
}


/* table cell containing a single choice */
.option_detail_div .choices_table td {
	padding: 5px;
	
}


/* table containing choices for this option */
.option_detail_div .choices_table {
	background-color: #F7F7EF;
}

/* name of choice */
.choices_table .choice_name {
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	vertical-align: top
}

.choices_table .choice_price {
	text-align: right;
	vertical-align: bottom

	
}

/* DIV surrounding a choice's image */
.choices_table .choice_img_div {
	float: right;
	vertical-align: top;
	margin: 0px;
}

/* description of choice */
.choices_table .choice_description {
	vertical-align: top;
	text-align: center;
	font-size: 10px
}

.choices_table .single_choice_table {
	border: silver solid 1px;
	background-color: white;
	margin-left: 5px;
	margin-right: 5px;
}



/******************************************************************
	Styles below are for the best sellers nav block
******************************************************************/
#best_sellers_table td {
	height: 40px;
	vertical-align: top;
}




/******************************************************************
	Styles below are for the cart options (advanced) nav block
******************************************************************/
/* table containing cart breakdown...IE doesn't like the width on this, so the > trick is used to exclude IE */
div.nav_block_content>#cart_options_advanced {
	width: 100%;
}

/* controls all td (table cells) */
#cart_options_advanced td {
	font-family: arial;
	font-size: 10px;
}

/* controls the TD in the first row */
#cart_options_advanced .header_row_td {
	padding-bottom: 5px;
	text-align: left;
}

/* 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;
}

/* 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: #939A00 solid 1px;
	padding-top: 5px;
}

/* keep links from looking visited */
#cart_options_advanced a, 
#cart_options_advanced a:visited {
	text-decoration: underline;
	color: #DC4F07;
}



/******************************************************************
	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: 10px;
	width: 70px;
}

/* div containing text right below images for each choice..slightly larger than normal */
.sub_heading {
	font-size: 11px;
	text-align: center;
}

/* secondary text on page...field labels also use this */
.account_choice_form .small_text 
{
	color: gray;
}

/* table td that contains field labels */
.account_choice_form .field_label_td {
	text-align: right;
}

/* table td that contains fields */
.account_choice_form .field_td {
	text-align: left;
}






/******************************************************************
	Styles below are for the Address Form
******************************************************************/
/* Div surrounding form */
.address_form 
{
	
}

/* header above each section of fields */
.address_form_header 
{
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 10px; 
	padding-right: 10px;
}

/* fieldset surrounding each set of fields */
.address_form fieldset {
	width: 85%;
	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;
	text-align: center
}

/* required and missing field indicator message */
.address_form .required_field_indicator {
	float: right;
	padding-top: 12px;
	padding-right: 10px; padding-bottom: 6px
}

.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;
}

/* 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;
}

/* inputs */
.address_form .text_input {
	width: 260px;
}






/******************************************************************
	Styles below are for the Checkout
******************************************************************/
/* address blocks (table) */
.address_block {
	border-top: #ECEEDA solid 0px;
	border-bottom: #ECEEDA solid 0px;
	height: 75px;
	width: 155px;
	background: #FFFFFF;
	text-align: center;
}

/* address block TDs */
.address_block td{
	padding-left: 10px;
	text-align: left;
	white-space: nowrap;
 }

.address_block .header_row
 {
	font-weight: normal;
	font-family: verdana;
	font-size: 11px;
	color: #939A00;
 	height: 15px;
 	background: #FFFFFF;
 	padding-top:5px;
}

.address_block .header_row td
{
 	border-top: silver solid 0px;
 	border-bottom: silver solid 0px;
}

/* tracking number DIV inside address block */
.address_block .tracking_number {
	margin-top: 4px;
	text-align: center;
}

/* table that surrounds the items and other info */
.checkout_table {
	width: 100%;
	border-top: silver solid 0px;
	border-bottom: #ECEEDA solid 0px;
		background: #FFFFFF
}

/* row that contains the column labels */
.checkout_table .header_row
 {
	font-weight: bold;
	font-family: Tahoma;
	font-size: 16px;
	color: #666666;
 	height: 22px;
 	background: #FFFFFF
}

/* row that contains an item */
.checkout_table .item_row td {
	vertical-align: top;
	padding-top: 2px
}

/* td inside top row */
.checkout_table .header_row td
{
 	border-bottom: silver solid 1px;
 	padding-bottom: 5px
}

/* 1st td in top row - "Description" */
.checkout_table .header_row .td_1{
	text-align: left;
	padding-left: 4px;
}

/* 3rd td in top row - Options, Unit Price, Total" */
.checkout_table .header_row .td_3,
{
	text-align: right;
	padding-right: 0px;
}

/* 2nd and 4th td in top row - Options, Unit Price, Total" */
.checkout_table .header_row .td_2,
.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: 29%;
	padding-top: 4px;
	padding-left: 4px;
	}

/* 2nd column in table */
.checkout_table .header_row .td_2,
.checkout_table .item_row .td_2 
{
	width: 35%;
	text-align:left;
	line-height: 110%;
	padding-top: 5px;
}

.checkout_table .item_row .td_2W {
line-height: 175%;	
font-size: 7pt;
padding-right: 4px;

}

/* 3rd column in table */
.checkout_table .header_row .td_3,
.checkout_table .item_row .td_3 
{
	width: 18%;
	text-align:right;
	line-height: 110%;
	padding-top: 5px;
}

/* 4th column in table */
.checkout_table .header_row .td_4,
.checkout_table .item_row .td_4 
{
	width: 18%;
	text-align:right;
	padding-top: 5px;
	padding-right: 5px;
}


/* 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
{
	padding-right: 0px;
}

/* 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: 0px;
}


.checkout_table .footer_row td
{	
	border-top: silver solid 1px;
	border-bottom: silver solid 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	background-color: #ffffff;
}


/* td inside qty row */
.checkout_table .qty_row td{
 	border-bottom: #f6f6f6 solid 0px;
 	border-top: #f6f6f6 solid 0px;
 	text-align: right;
	background-color: #f6f6f6;
 	padding-bottom: 2px;
 	margin-bottom: 5px;
	padding-right: 5px;

}

/* payment method TD in footer row */
.checkout_table .footer_row .pay_method {
	vertical-align: bottom;
	padding: 4px;
	 border-top: silver solid 1px;

}

/* quantity field & label */
.qty_row input,
.qty_row span
{
 	vertical-align: middle;
}

.qty_row input
{
 	text-align: right;
}

/* div containing thumbnail of product */
.checkout_table .product {
	padding: 0px;
	width: 100%;
}

/* all tds in product table */
.checkout_table td {
	text-align: left;
}

/* td for product name */
.checkout_table .prod_name {
	padding-bottom: 5px;
	padding-left: 4px;

}

.checkout_table .prod_name a, .checkout_table .prod_name a:visited {
	color: #DC4F07;
	padding-right: 4px
}


/* div for product image */
.checkout_table .product .prod_img {
	margin: 2px;
	border: solid 0px silver;
	float: left;
	padding:0px;
}


/* td for product buttons - modify, remove */
.checkout_table .prod_btns {
	padding-top: 5px;
	padding-left: 2px;
	text-align: left
}

/* div for savings info for item */
.checkout_table .savings_info {
	margin-top: 4px;
	margin-bottom: 4px;
	font-style: italic;
	clear: left;
}



/***************************************************************
	Styles below are for the checkout progress indicator
	above checkout form..."Step 1, Step 2, etc..."
***************************************************************/
/* table that contains the progress links */
.checkout_progress 
{
	margin-top: 10px;
	text-align:center;
	border-bottom: solid 1px silver
}

/* checkout progress links */
.checkout_progress a,
.checkout_progress a:visited {
	color: #939A00;
	font-size:11px;
	text-decoration: none;
	vertical-align: top;
}
.checkout_progress a:hover {
	color: #DC4F07;	
	text-decoration: none;
}

.checkout_step_pending {
	color: silver;
}
.checkout_step_active {
	color: #DC4F07;
	font-weight: bold;
	font-style: normal;
}
.checkout_step_done {
	color: #939A00;
}
.checkout_step_pending,
.checkout_step_active,
.checkout_step_done {
	width: 20%;
	vertical-align:top;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;	
	padding-bottom: 10px
}
.checkout_step_active .checkout_step_num {
}



/************************************************************************************
	Form field styles
************************************************************************************/
/* for incomplete fields */
.error_field,
.error_field_radios {
	background-color: #D6D639;
}
/* border around incomplete radio button fields */
.error_field_radios {
	border: gray solid 1px;
	padding-left: 2px;
}

/* readonly text input fields */
.readonly {
	background-color: silver;
}

/* CHANGED*/
input, select, textarea, option, button {
	font-size: 11px;
	border-color: #A5A278; 
	border-width: 1px;
	font-family: arial
}


	
/**********************************************************************************
	Styles for the Product Detail page (shown when a thumbnail is clicked)
**********************************************************************************/
/* SAME - no changes have been made in old CSS yet; surrounds the product description and image */
.product_description {
	text-align: left;
	vertical-align: top;
	width: 100%;
}
	
/* SAME - no changes have been made in old CSS yet; surrounds the entire product detail area */
.product_display {
	text-align: left;
	width: 100%;
	vertical-align: top;

}

/* CHANGED*/ 
.product_name {
	color: #DC4F07; 
	font-size: 16px; 
	font-weight: bold; 
	text-align: left; 
	width: 100%; 
	padding-left: 2px; 
	padding-top: 0px;
	}

/* header for sections (Discounts, Buy Now, etc...) */
.product_section {
	text-align: left;
	color: #DC4F07;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 10px;
}
	


/***********************************************************************************
	Styles for the Product Thumbnail
***********************************************************************************/

/* SAME*/
.product_price {
	vertical-align: middle;
	width: 300;
}

	



/*****************************************************************************
	Styles for UPS tracking form
*****************************************************************************/

/* SAME*/
.ups_window {
	border: black solid 1;
	width: 100%;
}

/* SAME*/
.ups_window_header {
	background-color: #804000;
	height: 30px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
}

	


	
/*************************************************************************
	The following styles control the appearance of HTML order emails
*************************************************************************/

.order_email_body {
	background-color: #ffffff;
	text-align: left;
}

/* DIV surrounding HTML emails */
.order_email_htm {
	background-color: #ffffff;
	padding: 10px;
	text-align: left;
	font-size: 10pt;
	width: 580px;
}
.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;
}



/***********************************
	Styles for diag mode window
***********************************/
/*SAME - no changes made in old CSS yet*/
.diag {
	padding: 8px;
	width: 100%;
	text-align: left;
	font-size: 8pt;
	border: gray solid 1px;
	background-color:#F5F5F5
}

/*SAME - no changes have been made in old CSS yet*/
.diag_true {
	color: green;
}

/*CHANGED color*/
.diag_false {
	color: DC4F07;
}

/*SAME - no changes have been made in old CSS yet*/
.diag_code {
	margin-left: 6px; 
	margin-right: 6px; 
	margin-top: 4px; 
	margin-bottom: 10px; 
	font-family:"Courier New", Courier, mono; 
	background-color: silver
}

/*SAME - no changes have been made in old CSS yet*/
.diag_discount {
	margin-left: 6px; 
	margin-bottom: 10px; 
	padding: 2px; 
	padding-bottom: 10px; 
	background-color:#E8E8E8;
}

/*SAME - no changes have been made in old CSS yet*/
.diag_discount_name {
	text-decoration:underline; 
	margin-bottom: 2px;
}

/******* NEW CLASSES ******/

.disclaimer 
{
	font-size : 11px;
	font-weight: normal;
	color : gray ;
	text-align: left;
	font-family : arial
}

.pgfooter 
{
	font-size : 11px;
	font-weight: normal;
	color : silver ;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	font-family : arial;
}

.TD:link, .TD:visited { color: #C7CAA8; font-family: arial; text-decoration: none; font-size : 11px; font-weight: normal;}
.TD:hover { color: #999966; font-family: arial; text-decoration: none; font-size : 11px; font-weight: normal;}

.pgfooter:link, .pgfooter:visited { color: silver; font-family: arial; text-decoration: none; font-weight: normal;}
.pgfooter:hover { color: gray; font-family: arial; text-decoration: none; font-weight: normal;}

A { color: #585B01; text-decoration: none; }
A:hover { color: #DC4F07; text-decoration: none; }
A:visited { color: #939A00; text-decoration: none; }

.websitelink:link, .websitelink:visited { color: #F7F7EF; font-family: arial; text-decoration: none; font-weight: bold;}
.websitelink:hover { color: #FFFFFF; font-family: arial; text-decoration: none; font-weight: bold;}
	

img.prod_pic {border:  solid 1px silver;}