@charset "utf-8";
/* CSS Document */
/*Notes from Linda Acrey: This is a style sheet combining squirrelcart's "store.css" file that I modified for my ItsCards.com site- and my "style_3.css" file for my Artsales.net site. I have listed Squirrelcarts setting first & mine follow. 
I also removed the extra spaces on squirrelcart's store.css settings and I removed a "}" bracket on their line 25 after body since there were two listed...one line 19 & one on line 25 with blank space between*/

.nav_box_table td {
	text-align: center;
}		
/*removed this--
body {
    background-image: url(/squirrelcart/themes/artsalesnet/images2/img_site/bg.jpg);
    background-color: #9E0000;
    text-align: center;
    margin: 0px;		 
}
-------from style_3 body-------replace with*/
body {
	background-image: url(/_asn/asn-images3/asn_img_site/bg.jpg);
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #E4DB86;
	visibility: visible;
}
/*check this sq section with next*/
body, td {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 11px; 
}
/*might be conflict with mine below*/
td, th {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
	background-position: 95% 50%;
}
/*---end--*/
a {
	color: #E4DB86;
}
/*-------from style_3 body-------end*/

/*Linda removed a "}" bracket on SQ's line 25 after body since there were two listed...one line 19 & one on line 25 with blank space between - Dreamweaver showed it as an error - please CHECK THIS - My lines are numbered differently because I deleted blank rows in each definition - If it needs to be put back in it goes HERE*/
/*here is a ************ two items CONFLICT******************************/
a {
color: #FF9900;
}
/****************CONFLICT w above******************/
/*linda moved this from below to here*/
a:link {
	color: #528FFC;
	font-weight:bold;
}
a:hover {
	color: #FE021A;
	font-weight:bold;
}
a:active {
	color: #EE33FF;
	font-weight:bold;
}
a:visited {
	color:  #FF6600;
	font-weight:bold;
}


.stat_table {
	border: black solid 1px;
}
.stat_top_row {
	background-color: #CDC671;
	color: black;
	font-weight: bold;
}

.stat_top_td {
	border-bottom: solid black 1px;
}

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

.stat_td_alternate {
	border-bottom: silver solid 1px;
	background-color: #F1F3F9;
}
/* linda  added =================use this for MAIN top and bottom navigation bar*/
.MainNavigation a:link {
    color: #528FFC;
	font-weight:bold;
}

.MainNavigation a:active {
	color: #EE33FF;
	font-weight:bold;
}

.MainNavigation a:visited {/*linda changed from
    color: blue;
	text-decoration: none; to */
	color: #FF6600;
	text-decoration: none;
}

.MainNavigation a:hover {/*linda changed from
    background-color: #FFFFCC; to */
	color: #FE021A;
	font-weight:bold;
}

.MainNavigation a.selected {
	color: #EE33FF;
	font-weight:bold;
}
/*end=========================================*/
.nav_block {
	/*	Width was moved from here to the nav_block_content div because it wouldn't allow the 
		box to become wider if the content required it
		width: 155px; */
	border: black solid 1px;
	background-color: #990000; /*was #EBE69A;*/
	margin-bottom: 0px;
}

.nav_block div.nav_block_title {
	background-color: #CDC671;
	color: black;
	font-weight: bold;
	border-bottom: black solid 1px;
	padding: 3px;
	margin-bottom: 10px;
}

.nav_block div.nav_block_content {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 145px;
}

/* This is the width for IE only, due to its box model problem */

*html .nav_block div.nav_block_content {
	width: 155px;
}

.nav_link_container {

}

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

.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:active {
	color: #EE33FF;
	font-weight:bold;
}

.nav_link_container a:visited {/*linda changed from
    color: blue;
	text-decoration: none; to */
	color: #FF6600;
	text-decoration: none;
}

.nav_link_container a:hover {/*linda changed from
    background-color: #FFFFCC; to */
	color: #FE021A;
	font-weight:bold;
	background-color: #FFFFCC;
}

.nav_link_container a.selected {
	font-weight: bold;
	color: #ff9900;
}
/*_____________________
a:link {
	color: #528FFC;
	font-weight:bold;
}
a:hover {
	color: #FE021A;
	font-weight:bold;
}
a:active {
	color: #EE33FF;
	font-weight:bold;
}
a:visited {
	color:  #FF6600;
	font-weight:bold;
}
------------------------------can't get the nav links to color correctly- Linda work on this!*/

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

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

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

/* table that contains subcategory links, below category detail */

.subcategory_table {
width: 100%;
}

.subcategory_table td {
	text-align:center;
}

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

/* content boxes (used on a <td> by deafult) */

.content {
	background-color: #FFFFCC; 
	border: gray solid 1px;
	padding: 7px;
	text-align: center;
}

.header {
	font-size: 20px; 
	text-align: left;
}

/* header div for certain sections of content, "Best Seller","Product Catalog", etc... */

.header2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #CDC671;
	padding: 2px;
	border: gray solid 1px
}

/* links inside header2 */

.header2 a {
	text-decoration: none;
	color: black;
}

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

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

/**********************************************************************************

	Bread Crumb and Page navigation

**********************************************************************************/	

/* this is for the div that surrounds all the links */

.bread_crumb_nav {
	width: 100%;
	text-align: left;
}

/* this is for the link */

.bread_crumb_link {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9px;
	color: #E4DB86; 
	/*Linda changed this from a:color:#E4DB86 to this - see if removing the a: sets color on title differently*/
}

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

/* page links */

.page_nav_div a:hover { 
	text-decoration: underline;
}

.page_nav_div a
,.page_nav_div a:visited {
	text-decoration: none;
	color: #E60101;
}

/* a disabled link */

.page_nav_disabled {
	color: silver;
}

/**********************************************************************************

	Messages to customer

**********************************************************************************/

/* this is usually used for error messages */

.action_msg {
	color: red;
	font-weight: bold;
}

/* instruction message to customer */

.cart_instruction { 
	font-size: 10pt; 
	margin-bottom: 10px;
}

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

/* add to cart error messages (div) */

.add_cart_errors {
	margin-top: 10px;
	color: red;
	text-align: center;
}

/* for messages that are informational (with Balloon image to left of text) */

.cart_info_msg {
	margin-top: 5px;
	color: blue;
	font-weight: bold;
}

/**********************************************************************************

	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: #ff9900;
	background-color: #FFFFCC;

	/*width: 100%;*/
}

/* this is the div surrounding an expanded parent and its children */

.cat_links .expanded {
	border: silver solid 1px;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 100%;
}

/* this is the div surrounding the expanded parent only */

.cat_links .expanded .parent {
	border-bottom: silver solid 1px;
	padding: 2px;
}

/* this is the div inside a parent category that contains the sub cats */

.cat_links .expanded .children {
	padding: 2px;
}

/**********************************************************************************

	Discount related styles

**********************************************************************************/

/* name of discount when it is advertised */

.discount_name {
	font-style: italic;
	text-align: left;
	font-weight: bold;
	margin-bottom: 4px;
}

/* image for discount when advertised */

.discount_image {
	float: left;
}

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

.discount_conditions, .discount_product_link {
	color: gray;
	margin-top: 5px;
}

.discount_separator {
    height: 20px; /*Linda added a missing ";" at the end of this- please check it*/
} 

.coupon {
	border: black dashed 3px;
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 18px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #DBFFDB;
	width: 90%;
}

.coupon_code_field {
	width: 100px; margin: 8px; /*Linda added a missing ";" at the end of this- please check it*/
}

/********************************************************************

	Styles below are for the condition/rule/rule set descriptions
	seen on discount advertisements and other places

********************************************************************/

/* div containing the word AND/OR */

.condition_and_or {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.condition_parens {
	padding-left: 5px;
	margin-left: 0px;
	border-left: silver dashed 1px;
}

/*****************************************************************

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

/***********************************************************************

	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: #ffffcc;
	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;
}

/******************************************************************

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

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

/* keep links from looking visited */

#cart_options_advanced a, 
#cart_options_advanced a:visited {
	text-decoration: underline;
	color: #ff9900;
}

/******************************************************************

	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: 13px;
	text-align: center;
}

/* secondary text on page...field labels also use this */

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

.address_form form {
	margin: 0px;
}

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

/* required and missing field indicator message */

.address_form .required_field_indicator {
	float: right;
	padding-top: 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;
}

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

/******************************************************************

	Styles below are for the Checkout

******************************************************************/

/* table that surrounds the items and other info */

.checkout_table {
	width: 100%;
	border: black solid 1px;
}

/* address blocks (table) */

.address_block {
	border: black solid 1px;
	height: 75px;
	width: 130px;
}

/* address block TDs */

.address_block td{
	text-align: left;
	white-space: nowrap;
}

/* 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;
 	height: 22px;
 	background-color: #CDC671;
}

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

/* 2nd column in table */

.checkout_table .header_row .td_2,
.checkout_table .item_row .td_2 {
	width: %30;
	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: 8%;
	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;
 	border-top: silver solid 1px;
 	text-align: right;
	background-color: #f1f3f9;
}

/* 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 {
	margin: 4px 0px 4px 4px;
	width: 100%;
}

/* all tds in product table */

.checkout_table td {
	text-align: left;
}

/* td for product name */

.checkout_table .prod_name {
	margin-bottom: 5px;
	padding: 2px;
}

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

/* div for option detail */

.checkout_table .order_option_detail {
	padding: 3px;
	margin-top: 5px;
}

/* div for each option line */

.checkout_table .order_option_detail_line,
.checkout_table .order_option_detail_line_alt {
	padding: 2px 2px 4px 2px;
	border-bottom: silver solid 1px;
}

/* div for alternating option lines */

.checkout_table .order_option_detail_line_alt {
	background-color: #f7f7f7;	
}

/* label for option name */

.checkout_table .order_option_detail_line .label,
.checkout_table .order_option_detail_line_alt .label {
	font-weight: bold;
	margin-right: 4px;
	color: #515151;
}

/* alternating color for label of option name */

.checkout_table .order_option_detail_line_alt .label {
	color: green;
}

.checkout_table .opt_detail_btn {
	border: 0px;
	cursor: pointer;
}

/***************************************************************

	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: green;
	text-decoration: none;
	vertical-align: middle;
}

.checkout_progress a:hover {
	color: green;	
	text-decoration: underline;
}

.checkout_step_pending {
	color: silver;
	font-size: 10pt;
}

.checkout_step_active {
	font-size: 10pt;	
	color: blue;
	font-weight: bold;
	font-style: italic;
}

.checkout_step_done {
	color: green;
	font-size: 10pt;
}

.checkout_step_pending,
.checkout_step_active,
.checkout_step_done {
	width: 20%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif /* there is no such choice in Dreamweaver and it shows as an error as "Trebuchet MS", Verdana, Arial;" so Linda changed this to "Verdana, Arial, Helvetica, sans-serif"- CHECK THIS - */
}

.checkout_step_active .checkout_step_num {
	font-style: italic;
}

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

/************************************************************************************

	Form field styles

************************************************************************************/

/* for incomplete fields */

.error_field,
.error_field_radios {
	background-color: #ff6767;
}

/* border around incomplete radio button fields */

.error_field_radios {
	border: gray solid 1px;
	padding-left: 2px;
}

/* readonly text input fields */

.readonly {
	background-color: silver;
}

input, select {
	font-size: 11px;
}

/**********************************************************************************

	Styles for the Product Detail page (shown when a thumbnail is clicked)

**********************************************************************************/

/* surrounds the product description and image */

.product_description {
	text-align: left;
	vertical-align: top;
	width: 100%;
}

/* surrounds the entire product detail area */

.product_display {
	text-align: center;
	width: 100%;
}

.product_name {
	color: blue;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	width: 100%;
}

/* header for sections (Discounts, Buy Now, etc...) */

.product_section {
	text-align: left;
	color: blue;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 10px;
}

/***********************************************************************************

	Styles for the Product Thumbnail

***********************************************************************************/

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

/*****************************************************************************

	Styles for UPS tracking form

*****************************************************************************/

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

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

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

/***********************************

	Styles for diag mode window

***********************************/

.diag {
	padding: 8px;
	border: gray solid 1px;
	background-color:#F5F5F5;
	text-align: left;
	font-size: 8pt;
}

.diag_true {
	color: green;
	font-weight: bold;
}

.diag_false {
	color: red;
	font-weight: bold;
}

.diag_code {
	margin-left: 6px; 
	margin-right: 6px; 
	margin-top: 4px; 
	margin-bottom: 10px; 
	font-family: "Courier New", Courier, monospace; /*No such choice in Dreamweaver as ""Courier New", Courier, mono;" so Linda changed this to  "Courier New", Courier, monospace;-CHECK THIS*/
	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;
}

/************************************

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

/* Linda added this 5-31-07 to make the invoice printer friendly copy background white*/

.invoice_order {
    background-color: white;
}
/*<<<<<<<Linda - add artsales.net style sheet separate stuff below here>>>>>>>>>>>>>>>>>>>*/
/*-)))))))))))))---Linda added the following from my style_3 for ArtSales.net-----------*/
/* Linda added this above so remove from here
body {
	background-image: url(/squirrelcart/themes/artsalesnet/images2/img_site/bg.jpg);
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #E4DB86;
	visibility: visible;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
	background-position: 95% 50%;
}

a {
	color: #E4DB86;

}
--------------------------------------------*/
/*move this to the top
a:link {
	color: #528FFC;
	font-weight:bold;
}
a:hover {
	color: #FE021A;
	font-weight:bold;
}
a:active {
	color: #EE33FF;
	font-weight:bold;
}
a:visited {
	color:  #FF6600;
	font-weight:bold;
}
===============================*/
.form {
	background-color: #FFFFCC;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
    background-color: #CDC671; color: #003333;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
    color: #003300;
}
/*vahsFam = Verdana, Arial, Helvetica, sans-serif font family*/
.vahsFam_24gold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
    color: #E4DB86;
}
.vahsFam_24Black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
    color: #000000;
}
/*end*/

/*for Events Pg titles*/
.event_Title {
    font:Verdana;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}
/*end*/
/*for Gallery Pages*/
.Gall_pgs {
    font:Verdana;
	font-size: 8pt;
	color: #7A1509;
	font-weight: bold;
}
/*for Gallery Detail Page*/
.Gall_Detail_14ItemTitle {
    font:Verdana;
	font-size: 14px;
	color: #663300;
	font-weight: bold;
}
.Gall_Detail_12ItemTitle {
    font:Verdana;
	font-size: 12px;
	color: #663300;
	font-weight: bold;
}
.Gall_Detail_ItemText {
    font:Verdana;
	font-size: 10pt;
	color: #000000;
}
.Gall_Detail_botTitle {
    font:Verdana;
	font-size: 10px;
	color: #663300;
	font-weight: bold;
}
.Gall_Detail_botT2 {
    font:Verdana;
	font-size: 11px;
	color: #663300;
	font-weight: bolder;
}
.Gall_Detail_botT3 {
    font: Verdana; 
	font-size: 12px;
	color: #663300; 
	font-weight:bolder; 
}
.Gal_SubTitles {
    font:Verdana;
	font-size:11px;
	font-weight:bolder;
	color: #663300;
	background-color: yellow;
}
.Gal_SubT12 {
    font:Verdana;
	font-size:12px;
	font-weight:bolder;
	color: #663300;
	background-color: yellow;
}
.Gal_SubT14 {
    font:Verdana;
	font-size:14px;
	font-weight:bolder;
	color: #663300;
	background-color: yellow;
}
.Gall_Detail_botText {
    font:Verdana;
	font-size: 10px;
	color: #663300;
}
.Gall_Price {
    font:Verdana;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.Gall_PriceLg {
    font:Verdana;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
/*end*/
/*site Yellow styles*/
.SiteYellow_Ver16B {
    font:Verdana;
	font-size: 16px;
	color: #FFFFCC;
	font-weight: bold;
}
.SiteYellow_Ver16 {
    font:Verdana;
	font-size: 16px;
	color: #FFFFCC;
}
.SiteYellow_Ver14B {
    font:Verdana;
	font-size: 14px;
	color: #FFFFCC;
	font-weight: bold;
}
.SiteYellow_Ver14{
    font:Verdana;
	font-size: 14px;
	color: #FFFFCC;
}
.SiteYellow_Ver12B {
    font:Verdana;
	font-size: 12px;
	color: #FFFFCC;
	font-weight: bold;
}
.SiteYellow_Ver12{
    font:Verdana;
	font-size: 12px;
	color: #FFFFCC;
}
.SiteYellow_Ver11B {
    font:Verdana;
	font-size: 11px;
	color: #FFFFCC;
	font-weight: bold;
}
.SiteYellow_Ver11{
    font:Verdana;
	font-size: 11px;
	color: #FFFFCC;
}
.SiteYellow_Ver10B {
    font:Verdana;
	font-size: 10px;
	color: #FFFFCC;
	font-weight: bold;
}
.SiteYellow_Ver10{
    font:Verdana;
	font-size: 10px;
	color: #FFFFCC;
}
/*Arial, Helvetica, sans-serif style*/
.ahsFam_12pxGold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
    color: #E4DB86;
}
.ahsFam_12pxGoldBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
    color: #E4DB86;
}
.ahsFam_14pxGoldBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
    color: #E4DB86;
}
.ahsFam_16pxGoldBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight:bold;
    color: #E4DB86;
}
.ahsFam_09ptyel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
    color: #FFFF00;
}
.ahsFam_09ptyelBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight:bold;
    color: #FFFF00;
}
.ahsFam_14yel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
    color: #FFFF00;
}
.ahsFam_14yelBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
    color: #FFFF00;
}
/*ashFam GREEN*/
.ahsFam_18Green {
	font-size: 18px;
	color: #66FF33;
}
.ahsFam_16Green {
	font-size: 16px;
	color: #66FF33;
}
/*end*/
/*leave h1 2 & 3- all different & OK*/
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
    color: #000000;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
 color: #FEE8C7;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #E4DB86;
}
/*end*/
.ver-red-16 {
	font: Verdana;
	font-size: 16pt;
	font-weight:bold;
    color: #FF0000;
}
/*delete- h4- same as .Verdana_11gold-done*/
/*delete- h5- same as .Verdana_12gold done */
/*delete- h5bold- same as .Verdana_12goldBold done */

/*these are Verdana styles*/
/*Verdana Gold*/
.Verdana_10gold {
	font: Verdana;
	font-size: 10px;
	font-style: normal; 
    color: #E4DB86;
}
.Verdana_10goldBold {
	font: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight:bold; 
    color: #E4DB86;
}
.Verdana_11gold {
	font: Verdana;
	font-size: 11px;
	font-style: normal; 
    color: #E4DB86;
}
.Verdana_11goldBold {
	font: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight:bold; 
    color: #E4DB86;
}
.Verdana_12gold {
	font: Verdana;
	font-size: 12px;
	font-style: normal; 
    color: #E4DB86;
}
.Verdana_12goldBold {
	font: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;   
    color: #E4DB86;
}
.Verdana_14gold {
	font: Verdana;
	font-size: 14px;
	font-style: normal; 
    color: #E4DB86;
}
.Verdana_14goldBold {
	font: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
    color: #E4DB86;
}
/*Verdana-black*/
.Verdana_08ptblack {
	font: Verdana;
	font-size: 8pt;
	font-style: normal; 
    color: #000000;
}
.Verdana_08ptblackBold {
	font: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight:bold; 
    color: #000000;
}
.Verdana_10black {
	font: Verdana;
	font-size: 10px;
	font-style: normal; 
    color: #000000;
}
.Verdana_10black_I {
	font: Verdana;
	font-size: 10px;
	font-style: italic;
    color: #000000;
}
.Verdana_10blackBold {
	font: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight:bold; 
    color: #000000;
}
.Verdana_10blackBold_It {
	font: Arial;
	font-size: 10px;
	font-style: italic;
	font-weight:bold; 
    color: #000000;
}
.Verdana_11black {
	font: Verdana;
	font-size: 11px;
	font-style: normal; 
    color: #000000;
}
.Verdana_11blackBold {
	font: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight:bold; 
    color: #000000;
}
.Verdana_12black {
	font: Verdana;
	font-size: 12px;
	font-style: normal; 
    color: #000000;
}
.Verdana_12black_I {
	font: Verdana;
	font-size: 12px;
	font-style: italic; 
    color: #000000;
}
.Verdana_12blackBold {
	font: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;   
    color: #000000;
}
.Verdana_12blackBold_I {
	font: Verdana;
	font-size: 12px;
	font-style: italic;
	font-weight:bold;   
    color: #000000;
}
.Verdana_14black {
	font: Verdana;
	font-size: 14px;
	font-style: normal; 
    color: #000000;
}
.Verdana_14blackBold {
	font: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
    color: #000000;
}
.Verdana_16black {
	font: Verdana;
	font-size: 16px;
	font-style: normal; 
    color: #000000;
}
.Verdana_16blackBold {
	font: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight:bold;
    color: #000000;
}
/* Verdana 12 points black*/
.Verdana_12bptBlack {
	font: Verdana;
	font-size: 12pt;
	font-style: normal; 
    color: #000000;
}
.Verdana_12ptblackBold {
	font: Verdana;
	font-size: 12pt;
	font-style: normal;
	font-weight:bold;   
    color: #000000;
}
/*Verdana yellow*/
.Verdana_10yel {
	font: Verdana;
	font-size: 10px;
	font-style: normal; 
    color: #FFFF00;
}
.Verdana_10yelBold {
	font: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight:bold; 
    color: #FFFF00;
}
.Verdana_11yel{
	font: Verdana;
	font-size: 11px;
	font-style: normal; 
    color: #FFFF00;
}
.Verdana_11yelBold {
	font: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight:bold; 
    color: #FFFF00;
}
.Verdana_12yel {
	font: Verdana;
	font-size: 12px;
	font-style: normal; 
    color: #FFFF00;
}
.Verdana_12YyelBold {
	font: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;   
    color: #FFFF00;
}
.Verdana_14yelgold {
	font: Verdana;
	font-size: 14px;
	font-style: normal; 
    color: #FFFF00;
}
.Verdana_14yelBold {
	font: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
    color: #FFFF00;
}
/*Verdana GREEN*/
.Verdana_11greenBold {
	font: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight:bold; 
    color: #008800;
}

/*Verdana NAVY*/
.Verdana7_08navyBold {
	font: Verdana;
	font-size: 8px;
	font-style: normal;
	font-weight:bold; 
    color: #003399;
}
.Verdana7_10navyBold {
	font: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight:bold; 
    color: #003399;
}
.Verdana7_12navyBold {
	font: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight:bold; 
    color: #003399;
}
.Verdana7_14navyBold {
	font: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight:bold; 
    color: #003399;
}
.Verdana7_16navyBold {
	font: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight:bold; 
    color: #003399;
}
.Verdana7_18navyBold {
	font: Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight:bold; 
    color: #003399;
}
.Verdana7_20navyBold {
	font: Verdana;
	font-size: 20px;
	font-style: normal;
	font-weight:bold; 
    color: #003399;
}
.Verdana7_24navyBold {
	font: Verdana;
	font-size: 24px;
	font-style: normal;
	font-weight:bold; 
    color: #003399;
}
/*end*/ 
/*below I shortened the name- replace all then delete all full name Verdana7 above*/
/*Verdana NAVY*/
.Ver7_08navyBold {
	font: Verdana;
	font-size: 8px;
	font-style: normal;
	font-weight:bold; 
    color: #003399;
}
.Ver7_10navyBold {
	font: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight:bold; 
    color: #003399;
}
.Ver7_12navyBold {
	font: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight:bold; 
    color: #003399;
}
.Ver7_14navyBold {
	font: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight:bold; 
    color: #003399;
}
.Ver7_16navyBold {
	font: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight:bold; 
    color: #003399;
}
.Ver7_18navyBold {
	font: Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight:bold; 
    color: #003399;
}
.Ver7_20navyBold {
	font: Verdana;
	font-size: 20px;
	font-style: normal;
	font-weight:bold; 
    color: #003399;
}
.Ver7_24navyBold {
	font: Verdana;
	font-size: 24px;
	font-style: normal;
	font-weight:bold; 
    color: #003399;
}
/*end*/ 

    
/*these are Arial styles*/
.arial_10gold {
	font: Arial;
	font-size: 10px;
	font-style: normal; 
    color: #E4DB86;
}
.arial_10goldBold {
	font: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight:bold; 
    color: #E4DB86;
}
.arial_11gold {
	font: Arial;
	font-size: 11px;
	font-style: normal; 
    color: #E4DB86;
}
.arial_11goldBold {
	font: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:bold; 
    color: #E4DB86;
}
.arial_12gold {
	font: Arial;
	font-size: 12px;
	font-style: normal; 
    color: #E4DB86;
}
.arial_12goldBold {
	font: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;   
    color: #E4DB86;
}
.arial_14gold {
	font: Arial;
	font-size: 14px;
	font-style: normal; 
    color: #E4DB86;
}
.arial_14goldBold {
	font: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
    color: #E4DB86;
}
/*Arial black*/
.arial_10black {
	font: Arial;
	font-size: 10px;
	font-style: normal; 
    color: #000000;
}
.arial_10blackBold {
	font: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight:bold; 
    color: #000000;
}
.arial_10blackBoldi {
	font: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight:bold;
	font-style:italic; 
    color: #000000;
}
.arial_11black {
	font: Arial;
	font-size: 11px;
	font-style: normal; 
    color: #000000;
}
.arial_11blackBold {
	font: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:bold; 
    color: #000000;
}
.arial_12black {
	font: Arial;
	font-size: 12px;
	font-style: normal; 
    color: #000000;
}
.arial_12black_i {
	font: Arial;
	font-size: 12px;
	font-style: normal;
	font-style:italic; 
    color: #000000;
}
.arial_12blackBold {
	font: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;   
    color: #000000;
}

.arial_12blackBoldi {
	font: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	font-style:italic;   
    color: #000000;
}
.arial_14black {
	font: Arial;
	font-size: 14px;
	font-style: normal; 
    color: #000000;
}
.arial_14blackBold {
	font: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
    color: #000000;
}
.arial_16black {
	font: Arial;
	font-size: 16px;
	font-style: normal; 
    color: #000000;
}
.arial_16blackBold {
	font: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight:bold;
    color: #000000;
}
.arial_18black {
	font: Arial;
	font-size: 18px;
	font-style: normal; 
    color: #000000;
}
.arial_18blackBold {
	font: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight:bold;
    color: #000000;
}
.arial_24black {
	font: Arial;
	font-size: 24px;
	font-style: normal; 
    color: #000000;
}
.arial_24blackBold {
	font: Arial;
	font-size: 24px;
	font-style: normal;
	font-weight:bold;
    color: #000000;
}
.arial_26black {
	font: Arial;
	font-size: 26px;
	font-style: normal; 
    color: #000000;
}
.arial_26blackBold {
	font: Arial;
	font-size: 26px;
	font-style: normal;
	font-weight:bold;
    color: #000000;
}
/*Arial yellow*/
.arial_09yel {
	font: Arial;
	font-size: 9px;
	font-style: normal; 
    color: #FFFF00;
}
.arial_09yelBold {
	font: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight:bold;
    color: #FFFF00;
}
.arial_10yel {
	font: Arial;
	font-size: 10px;
	font-style: normal; 
    color: #FFFF00;
}
.arial_10yelBold {
	font: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight:bold; 
    color: #FFFF00;
}
.arial_11yel {
	font: Arial;
	font-size: 11px;
	font-style: normal; 
    color: #FFFF00;
}
.arial_11yelBold {
	font: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:bold; 
    color: #FFFF00;
}
.arial_12yel {
	font: Arial;
	font-size: 12px;
	font-style: normal; 
    color: #FFFF00;
}
.arial_12yelBold {
	font: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;   
    color: #FFFF00;
}
.arial_14yel {
	font: Arial;
	font-size: 14px;
	font-style: normal; 
    color: #FFFF00;
}
.arial_14yelBold {
	font: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
    color: #FFFF00;
}
/*end*/    
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#E4DB86;
	background-color: #990000;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font color:#66FF66;
	font-weight: bold;
	background-color: #FFFFCC;
}
/*sidebar styles- leave these in*/
.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 14px;
	padding: 3px;
	background-color: #FFFFCC;
    color: #003333;
}

.sidebarHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	background-color: #FFFF66;
}
.sidebarFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 18px;
	background-color: #FFFF99;
    font-style: italic;
}
/*leave 3 above sidebar styles in*/

/*copy-paste & RENAME sidebarHeader section below to shorter names- then fix all pgs to link files to new name- then delete sidebarHeader2 -7 DO NOT DELETE sidebarFooter, sidebarHeader, and sidebar____________________________________________________________________*/

.sidebarHeader2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 16px;
	color: #000000;
	background-color: #FFFF66;
}
.sidebarHeader3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	color: #000000;
	background-color: #FFFF66;
}
.sidebarHeader4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
	color: #000000;
	background-color: #FFFF66;
}
.sidebarHeader5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	line-height: 20px;
	color: #000000;
	background-color: #FFFF66;
}

.sidebarHeader5RED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
	color: #FE021A;
	background-color: #FFFF66;
}
.sidebarHeader5RED14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 16px;
	color: #FE021A;
	background-color: #FFFF66;
}
.sidebarHeader5RED12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 14px;
	color: #FE021A;
	background-color: #FFFF66;
}
.sidebarHeader5RED10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 12px;
	color: #FE021A;
	background-color: #FFFF66;
}
.sidebarHeader6BLUE10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 12px;
	color: #000000;
	background-color: #66FFFF;
}
.sidebarHeader6BLUE12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 14px;
	color: #000000;
	background-color: #66FFFF;
}
.sidebarHeader6BLUE14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 16px;
	color: #000000;
	background-color: #66FFFF;
}
.sidebarHeader6BLUE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
	color: #000000;
	background-color: #66FFFF;
}
.sidebarHeader7-10Green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 12px;
	color: #000000;
	background-color: #33FF66;
}
.sidebarHeader7-12Green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 14px;
	color: #000000;
	background-color: #33FF66;
}
.sidebarHeader7-14Green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 16px;
	color: #000000;
	background-color: #33FF66;
}
.sidebarHeader7-16Green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
	color: #000000;
	background-color: #33FF66;
}
.sidebarHeader7-24Green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	line-height: 26px;
	color: #000000;
	background-color: #33FF66;
}
/*end old sidebar redo above___________________________________________________-*/

/*paste here and fix file names*/
.sb1-10BlackB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 12px;
	color: #000000;
	background-color: #FFFF66;
}
.sb1-12BlackB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 14px;
	color: #000000;
	background-color: #FFFF66;
}

.sb1-14BlackB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 16px;
	color: #000000;
	background-color: #FFFF66;
}

.sb1-16BlackB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
	color: #000000;
	background-color: #FFFF66;
}
.sb1-18BlackB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	line-height: 20px;
	color: #000000;
	background-color: #FFFF66;
}
.sb1-24BlackB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	line-height: 26px;
	color: #000000;
	background-color: #FFFF66;
}
/*end black*/
/*start gold */	  
.sb2-10Gold {
     color:#000000;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:10px;
	 font-weight:bold;
	 background-color:#CDC671;
}
.sb2-12Gold {
     color:#000000;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:bold;
	 background-color:#CDC671;
}
.sb2-14Gold {
     color:#000000;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:14px;
	 font-weight:bold;
	 background-color:#CDC671;
}
.sb2-16Gold {
     color:#000000;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:16px;
	 font-weight:bold;
	 background-color:#CDC671;
}
.sb2-18Gold {
     color:#000000;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:18px;
	 font-weight:bold;
	 line-height: 20px;
	 background-color:#CDC671;
}
.sb2-24Gold {
     color:#000000;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:24px;
	 font-weight:bold;
	 line-height: 26px;
	 background-color:#CDC671;
}
/* purple #F1A7FE*/
/*sideb >green*/
.sb4-10Purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 12px;
	color: #000000;
	background-color: #F1A7FE;
}
.sb4-12Purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 14px;
	color: #000000;
	background-color: #F1A7FE;
}
.sb4-14Purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 16px;
	color: #000000;
	background-color: #F1A7FE;
}
.sb4-16Purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
	color: #000000;
	background-color: #F1A7FE;
}
.sb4-18Purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	line-height: 20px;
	color: #000000;
	background-color: ##F1A7FE;
}
.sb4-24Purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	line-height: 26px;
	color: #000000;
	background-color: #F1A7FE;
}

/*red*/
.sb5-10RED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 12px;
	color: #FE021A;
	background-color: #FFFF66;
}
.sb5-12RED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 14px;
	color: #FE021A;
	background-color: #FFFF66;
}
.sb5-14RED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 16px;
	color: #FE021A;
	background-color: #FFFF66;
}
.sb5-16RED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
	color: #FE021A;
	background-color: #FFFF66;
}
.sb5-18RED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	line-height: 20px;
	color: #FE021A;
	background-color: #FFFF66;
}
.sb5-24RED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	line-height: 26px;
	color: #FE021A;
	background-color: #FFFF66;
}

/*blue*/
.sb6-10BLUE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 12px;
	color: #000000;
	background-color: #66FFFF;
}
.sb6-12BLUE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 14px;
	color: #000000;
	background-color: #66FFFF;
}
.sb6-14BLUE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 16px;
	color: #000000;
	background-color: #66FFFF;
}
.sb6-16BLUE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
	color: #000000;
	background-color: #66FFFF;
}
.sb6-18BLUE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	line-height: 20px;
	color: #000000;
	background-color: #66FFFF;
}
.sb6-24BLUE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	line-height: 26px;
	color: #000000;
	background-color: #66FFFF;
}
/*sideb >green*/
.sb7-10Green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 12px;
	color: #000000;
	background-color: #33FF66;
}
.sb7-12Green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 14px;
	color: #000000;
	background-color: #33FF66;
}
.sb7-14Green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 16px;
	color: #000000;
	background-color: #33FF66;
}
.sb7-16Green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
	color: #000000;
	background-color: #33FF66;
}
.sb7-18Green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	line-height: 20px;
	color: #000000;
	background-color: #33FF66;
}
.sb7-24Green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	line-height: 26px;
	color: #000000;
	background-color: #33FF66;
}
/*sideb >soft Beige*/
.sb8-10Beige {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 12px;
	color: #000000;
	background-color: #EBE69A;
}
.sb8-12Beige {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 14px;
	color: #000000;
	background-color: #EBE69A;
}
.sb8-14Beige{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 16px;
	color: #000000;
	background-color: #EBE69A;
}
.sb8-16Beige {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
	color: #000000;
	background-color: #EBE69A;
}
/*fix the above-done*/
.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 14px;
	color: #E4DB86;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-width: thin;
	border-color: #99FF99 #003300 #003300 #99FF99;
    border-style: double;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
 color: #660000; font-weight: bolder; font-size: medium;
 }

.input.big {
	width: 100px;
}

.input.small {
	width: 50px;
}
/*style for artist of the month images*/
.aotmImgHeader {
    font:Verdana;
	font-size: 8pt;
	font-weight:bold;
	color:#996600;
}
.aotmImgWords {
    font:Verdana;
	font-size: 8pt;
	color:#996600;
}
/*end*/
/*the following are gold letters  -various sizes*/
.barwords08 {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:8px;
	 font-weight:bold;	 
}
.barwords09 {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:9px;
	 font-weight:bold;
}
.barwords10 {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:10px;
	 font-weight:bold;
}
/* this has gold words w/ red background color*/
.barwords10B {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:10px;
	 font-weight:bold;
	 background-color:#990000;
	 border-bottom: medium;
	 border-bottom-color:#FF0000;
}
/*keep barwords10B above it is the same as bw-10sRedB - keep until all links are changed- OK I changed all major pgs- check all others to be sure*/
/* this has gold words w/red background color*/
.bw-10sRedB {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:10px;
	 font-weight:bold;
	 background-color:#990000;
	 border-bottom: medium;
	 border-bottom-color:#FF0000;
}
.bw-11sRedB {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:11px;
	 font-weight:bold;
	 background-color:#990000;
	 border-bottom: medium;
	 border-bottom-color:#FF0000;
}
.bw-12sRedB {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:bold;
	 background-color:#990000;
	 border-bottom: medium;
	 border-bottom-color:#FF0000;
}
.bw-14sRedB {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:14px;
	 font-weight:bold;
	 background-color:#990000;
	 border-bottom: medium;
	 border-bottom-color:#FF0000;
}
.bw-16sRedB {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:16px;
	 font-weight:bold;
	 background-color:#990000;
	 border-bottom: medium;
	 border-bottom-color:#FF0000;
}
.bw-18sRedB {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:18px;
	 font-weight:bold;
	 background-color:#990000;
	 border-bottom: medium;
	 border-bottom-color:#FF0000;
}
.bw-24sRedB {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:24px;
	 font-weight:bold;
	 background-color:#990000;
	 border-bottom: medium;
	 border-bottom-color:#FF0000;
}
/*end*/
/*bw-Chocolate*/
.bw2-10ChocolateB {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:10px;
	 font-weight:bold;
	 background-color:#490409;
	 border-bottom: medium;
	 border-bottom-color:#FF0000;
}
.bw2-11ChocolateB {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:11px;
	 font-weight:bold;
	 background-color:#490409;
	 border-bottom: medium;
	 border-bottom-color:#FF0000;
}
.bw2-12ChocolateB {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:bold;
	 background-color:#490409;
	 border-bottom: medium;
	 border-bottom-color:#FF0000;
}
.bw2-14ChocolateB {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:14px;
	 font-weight:bold;
	 background-color:#490409;
	 border-bottom: medium;
	 border-bottom-color:#FF0000;
}
.bw2-16ChocolateB {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:16px;
	 font-weight:bold;
	 background-color:#490409;
	 border-bottom: medium;
	 border-bottom-color:#FF0000;
}
.bw2-18ChocolateB {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:18px;
	 font-weight:bold;
	 background-color:#490409;
	 border-bottom: medium;
	 border-bottom-color:#FF0000;
}
.bw2-24ChocolateB {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:24px;
	 font-weight:bold;
	 background-color:#490409;
	 border-bottom: medium;
	 border-bottom-color:#FF0000;
}
/*end*/
.barwords10BB {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:10px;
	 font-weight:bold;
	 background-color:#000000;

}
.barwords12 {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:bold;
}
.barwords14 {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:14px;
	 font-weight:bold;
}
.barwords16 {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:16px;
	 font-weight:bold;
}
.barwords18 {
     color:#CDC556;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:18px;
	 font-weight:bold;
}
/*end barwords*/
/*dark Gold words*/
.dkgoldwords14 {
     color:#B5A756;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:14px;
	 font-weight:bold;
}
.dkgoldwords16 {
     color:#B5A756;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:16px;
	 font-weight:bold;
}
.dkgoldwords18 {
     color:#B5A756;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:18px;
	 font-weight:bold;
}
/*end dkgoldwords*/
/*remane goldbarwords, fix links  and then delete these_____________________*/
/*gold barwords*/	  
.goldbarwords10BB {
     color:#000000;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:10px;
	 font-weight:bold;
	 background-color:#CDC671;
}
.goldbarwords12BB {
     color:#000000;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:bold;
	 background-color:#CDC671;
}
.goldbarwords14BB {
     color:#000000;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:14px;
	 font-weight:bold;
	 background-color:#CDC671;
}
.goldbarwords16BB {
     color:#000000;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:16px;
	 font-weight:bold;
	 background-color:#CDC671;
}
.goldbarwords18BB {
     color:#000000;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:18px;
	 font-weight:bold;
	 line-height: 20px;
	 background-color:#CDC671;
}
.goldbarwords24BB {
     color:#000000;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:24px;
	 font-weight:bold;
	 line-height: 26px;
	 background-color:#CDC671;
}
/*end gold barwords*/
/* fix to here____________________________________________________________*/
A {text-decoration: none}
.table14 {
     color:#000000;
	 font-family:Arial;
	 font-size:14px;
	 font-weight:bold;
}

/*inuse-home pg 1x*/	 
.pgTitleCap {
	font-family: Arial;
	font-size: 26px;
	color:#000000;
}
.pgTitleword {
   font-family: Arial;
   font-size: 18px;
   color:#000000;
}
.pgTitleCaplite {
	font-family: Arial;
	font-size:20px;
	color:#9a9a9a;
}
.pgTitlewordlite {
   font-family: Arial;
   font-size: 16px;
   color:#9a9a9a;
}
/* deleted .style05b12 same as .Verdana_12black*/
/* deleted style05bb12Bold same as Verdana_12BlackBold*/
/* deleted .style05bb12pt  same as Verdana_12ptBlack*/
/* deleted .style05c10  same as Verdana_10Black*/
/* deleted .style05d14   same as Verdana_14Black*/
/* deleted .style05e16   same as Verdana_16BlackBold*/
/* deleted .style06   same as Arial_14Black*/
/* deleted .style06b   same as Arial_26Black*/
/* deleted .style07 same as pgTitleword*/
/* deleted .style08 */
/* deleted .style05 */
/* deleted .style04 */
/* deleted .style03 */
/* deleted .style01 same as arial_12BlackBold */
/* deleted .style09*/
/* deleted .style11*/
/* deleted .style14*/
/* deleted .style15*/
/* deleted .style19*/
/*deleted .style47 {color: #FF33CC;font-weight: bold;}*/
/*deleted .style49 {font-size: 9px;}*/
/* deleted style50 same as arial_09yelBold*/
/* deleted style 53 same as arial_10Black*/ 


/*for title of Pages*/

/*end*/

/*deleted .style21*/
/*keep ,style22, style23 , .style29*/
.style22 {
	font-size: 18px;
	color: #E4DB86;
}
.style23 {
	font-size: 24px;
	color: #E4DB86;
}
.style25 {
	font-size: 12px;
}
.style29 {font-family: Arial, Helvetica, sans-serif;}
.style30 {font-size: 10px;}
.style31 {font-size: 10pt;}
.style33 {
	font-size: 8;
	font-family: Arial, Helvetica, sans-serif;
}
.style34 {
	color: #FF0066;
	font-style: italic;
}
.style35 {
	color: #990000;
	font-weight: bold;
	font:Verdana;
	font-size:12px;
}
.style35b {
	color: #990000;
	font-weight: bold;
	font:Verdana;
	font-size:14px;
}
.style35bI {
	color: #990000;
	font-weight: bold;
	font:Verdana;
	font-size:14px;
	font-style: italic;
}
.style36 {color: #990000;}
.style38 {
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}
/*deleted .style38b14 - same as Verdana_14BlackBold done*/

.style38c16 {
	color: #000000;
	font-weight: bold;
	font:Verdana;
	font-size:16px;
}
.style40 {font-size: 20pt;}
.style41 {font-size: 14px;}
.style42 {font-size: 9pt;}
.style43 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.style45 {font-family: Verdana; font-size: 12px;}
.style46 {
    font: Verdana;
	font-size:12px; color:#000000;
	font-weight:bold;
}


/*KEEP style48- FREE SHIPPING - pink*/
.style48 {
	color: #FF99FF;
	font-weight: bold;
}
/*end*/


/*add use of website-bottom of pages*/
.useOfWebsite {
    font: Arial;
	font-size: 10px;
	font-weight:bold;
	color:#ffff00;
}
.useOfWebsite2 {
    font: Arial;
	font-size: 12px;
	font-weight:bold;
	color:#ffff00;
}
.style51 {
    font: Arial;
	font-size: 10px;
	font-weight:bold;
	color:#E4DB86;
}
.style52 {color: #DDDBB4;}


.style54 {
	font-family: Arial;
	font-size: 9pt;
	color: #fff901;
}
.style55 {
	font-family: Verdana;
	font-size: 10pt;
}
.style64 {font-family: Verdana;}
.style67 {color:#000000; font-weight:bold; font: Verdana;
}
.style57 {
	color: #FF0000;
	font-weight: bold;
}
.style58 {font-size: 12pt;}

/*leave .style59 in - part of dead space on pages*/
.style59 {font-size: 12px;}

.style60 {font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-weight:bold; 
	background-color:#CDC671; 
	color: #000000;
}
.style61 {font-weight:bold; 
    color:#000000; 
	font: Arial;
}
.style62 {font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-weight:bold; 
	color: #CDC556;
}
.style64 {font-family: Verdana;}
.style65 {
    font-weight:bold; 
    color: #FF9900; 
	font-family: Verdana;
}
.style67 {
    color:#000000; 
    font-weight:bold; 
	font: Verdana;
}
.style69 {
    line-height: 16px; 
    color: #003300; 
	background-color: #FFFF66; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style70 {font-weight:bold; 
    line-height: 16px; 
	color: #003300; 
	background-color: #FFFF66; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style71 {font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-weight:bold; 
	background-color:#990000; 
	border-bottom: medium; 
	border-bottom-color:#FF0000; 
	color: #CDC556;
}
.style72 {color: #E4DB86; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style73 {
    line-height: 14px; 
    color: #E4DB86; 
	font-family: Arial, Helvetica, sans-serif;
}
.style74 {color: #CDC556;}
.style75 {
    font:Verdana;
    font-size: 16px;
	font-weight:bold;
	font-style:italic;
	color:#FF00FF;
}
.style75b {
    font:Verdana;
    font-size: 12pt;
	font-weight:bold;
	color:#FF00FF;
}
.style76 {
    font:Arial;
	font-size:12pt;
	font-weight:bold;
	color: #FFFF00;
}
.style78 {font-size: 16pt;}
.style79 {font-size: 14pt;}
.style80 {
    font:Arial;
	font-size:12px;
	color: #FF0000;
}
/*---------------------Header ORANGE-*/
.headOrangeB16 {
    font-size: 16px;
	font-family:Verdana;
	font-weight:bold;
	color: #FF9900;
}
.headOrangeB16B {
    font-size: 16px;
	font-family:Verdana;
	font-weight:bold;
	background-color:#990000;
	border-bottom-color:#FF0000;
	color: #FF9900;
}
.headOrangeB14 {
    font-size: 14px;
	font-family:Verdana;
	font-weight:bold;
	color: #FF9900;
}
.headOrangeB14B {
    font-size: 14px;
	font-family:Verdana;
	font-weight:bold;
	background-color:#990000;
	border-bottom-color:#FF0000;
	color: #FF9900;
}
.headOrangeB12 {
    font-size: 12px;
	font-family:Verdana;
	font-weight:bold;
	color: #FF9900;
}
.headOrangeB12B {
    font-size: 12px;
	font-family:Verdana;
	font-weight:bold;
	background-color:#990000;
	border-bottom-color:#FF0000;
	color: #FF9900;
}
.headOrangeB10 {
    font-size: 10px;
	font-family:Verdana;
	font-weight:bold;
	color: #FF9900;
}
.headOrangeB10B {
    font-size: 10px;
	font-family:Verdana;
	font-weight:bold;
	background-color:#990000;
	border-bottom-color:#FF0000;
	color: #FF9900;
}
.headOrangeB9 {
    font-size: 9px;
	font-family:Verdana;
	font-weight:bold;
	color: #FF9900;
}
.headOrangeB8 {
    font-size: 8px;
	font-family:Verdana;
	font-weight:bold;
	color: #FF9900;
}
/*--------------------------INSTRUCTIONS blue  - red */
/*instructions-blue*/
.instructions10 {
    font-size: 10px;
	font-family:Verdana;
	color: #0000FF;
}
.instructions10i {
    font-size: 10px;
	font-family:Verdana;
	font-style:italic;
	color: #0000FF;
}
.instructions10B {
    font-size: 10px;
	font-family:Verdana;
	font-weight:bold;
	color: #0000FF;
}
.instructions10Bi {
    font-size: 10px;
	font-family:Verdana;
	font-style:italic;
	font-weight:bold;
	color: #0000FF;
}
/**/
.instructions12 {
    font-size: 12px;
	font-family:Verdana;
	color: #0000FF;
}
.instructions12i {
    font-size: 12px;
	font-family:Verdana;
	font-style:italic;
	color: #0000FF;
}
.instructions12B {
    font-size: 12px;
	font-family:Verdana;
	font-weight:bold;
	color: #0000FF;
}
.instructions12Bi {
    font-size: 12px;
	font-family:Verdana;
	font-style:italic;
	font-weight:bold;
	color: #0000FF;
}
/**/
.instructions14 {
    font-size: 14px;
	font-family:Verdana;
	color: #0000FF;
}
.instructions14i {
    font-size: 14px;
	font-family:Verdana;
	font-style:italic;
	color: #0000FF;
}
.instructions14B {
    font-size: 14px;
	font-family:Verdana;
	font-weight:bold;
	color: #0000FF;
}
.instructions14Bi {
    font-size: 14px;
	font-family:Verdana;
	font-style:italic;
	font-weight:bold;
	color: #0000FF;
}
/**/
.instructions16 {
    font-size: 16px;
	font-family:Verdana;
	color: #0000FF;
}
.instructions16i {
    font-size: 16px;
	font-family:Verdana;
	font-style:italic;
	color: #0000FF;
}
.instructions16B {
    font-size: 16px;
	font-family:Verdana;
	font-weight:bold;
	color: #0000FF;
}
.instructions16Bi {
    font-size: 16px;
	font-family:Verdana;
	font-style:italic;
	font-weight:bold;
	color: #0000FF;
}
/*end*/

/*instructions-red*/
/*24*/
.inst-red24 {
    font-size: 24px;
	font-family:Verdana;
	color: #FE021A;
}
.inst-red24i {
    font-size: 24px;
	font-family:Verdana;
	font-style:italic;
	color: #FE021A;
}
.inst-red24B {
    font-size: 24px;
	font-family:Verdana;
	font-weight:bold;
	color: #FE021A;
}
.inst-red24Bi {
    font-size: 24px;
	font-family:Verdana;
	font-style:italic;
	font-weight:bold;
	color: #FE021A;
}
/*18*/
.inst-red18 {
    font-size: 18px;
	font-family:Verdana;
	color: #FE021A;
}
.inst-red18i {
    font-size: 18px;
	font-family:Verdana;
	font-style:italic;
	color: #FE021A;
}
.inst-red18B {
    font-size: 18px;
	font-family:Verdana;
	font-weight:bold;
	color: #FE021A;
}
.inst-red18Bi {
    font-size: 18px;
	font-family:Verdana;
	font-style:italic;
	font-weight:bold;
	color: #FE021A;
}
/*16*/
.inst-red16 {
    font-size: 16px;
	font-family:Verdana;
	color: #FE021A;
}
.inst-red16i {
    font-size: 16px;
	font-family:Verdana;
	font-style:italic;
	color: #FE021A;
}
.inst-red16B {
    font-size: 16px;
	font-family:Verdana;
	font-weight:bold;
	color: #FE021A;
}
.inst-red16Bi {
    font-size: 16px;
	font-family:Verdana;
	font-style:italic;
	font-weight:bold;
	color: #FE021A;
}
/*14*/
.inst-red14 {
    font-size: 14px;
	font-family:Verdana;
	color: #FE021A;
}
.inst-red14i {
    font-size: 14px;
	font-family:Verdana;
	font-style:italic;
	color: #FE021A;
}
.inst-red14B {
    font-size: 14px;
	font-family:Verdana;
	font-weight:bold;
	color: #FE021A;
}
.inst-red14Bi {
    font-size: 14px;
	font-family:Verdana;
	font-style:italic;
	font-weight:bold;
	color: #FE021A;
}
.inst-red12 {
    font-size: 12px;
	font-family:Verdana;
	color: #FE021A;
}
.inst-red12i {
    font-size: 12px;
	font-family:Verdana;
	font-style:italic;
	color: #FE021A;
}
.inst-red12B {
    font-size: 12px;
	font-family:Verdana;
	font-weight:bold;
	color: #FE021A;
}
.inst-red12Bi {
    font-size: 12px;
	font-family:Verdana;
	font-style:italic;
	font-weight:bold;
	color: #FE021A;
}
.inst-red10 {
    font-size: 10px;
	font-family:Verdana;
	color: #FE021A;
}
.inst-red10i {
    font-size: 10px;
	font-family:Verdana;
	font-style:italic;
	color: #FE021A;
}
.inst-red10B {
    font-size: 10px;
	font-family:Verdana;
	font-weight:bold;
	color: #FE021A;
}
.inst-red10Bi {
    font-size: 10px;
	font-family:Verdana;
	font-style:italic;
	font-weight:bold;
	color: #FE021A;
}
/*end*/
/*INSTRUCTIONS-BOLD HEADER - PURPLE*/
.inst-purple10B {
    font-size: 10px;
	font-family:Verdana;
	font-weight:bold;
	color: #AC02CB;
}
.inst-purple12B {
    font-size: 12px;
	font-family:Verdana;
	font-weight:bold;
	color: #AC02CB;
}
.inst-purple14B {
    font-size: 14px;
	font-family:Verdana;
	font-weight:bold;
	color: #AC02CB;
}
.inst-purple16B {
    font-size: 16px;
	font-family:Verdana;
	font-weight:bold;
	color: #AC02CB;
}
.inst-purple18B {
    font-size: 18px;
	font-family:Verdana;
	font-weight:bold;
	color: #AC02CB;
}
p.MsoNormal {margin:0in;
    margin-bottom:.0001pt;
    font-size:12.0pt;
    font-family:"Times New Roman";
}
.login_bkgrnd {
    background-color:#CBC67E; /*was #EBE69A;then #EDEABA; and changed back-then try #DFDA8C; then try #CBC67E; */
	font: Arial;
	font-size:10px;
	color: #000000;
}
/*----------------------------------end Linda Style_3-----------------------*/

/*Linda - remove excess not in use on artsales.net  of my stuff above here*/
#profilebody {
	font-family: Arial;
	font-size: 22px;
	color: #000000;
}
.footer_ad_banner {
     font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E6E1A0;
	background-image: none;
	}
#footer_adbanner1, #footer_adbanner2, #footer_adbanner3,#footer_adbanner4, #footer_adbanner5, #footer_adbanner6  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E6E1A0;
	background-image: none;
}
#main_body_headline {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #6808E8;
}
.artistdetail {
    font-family: Verdana;
	font-size: 10px;
	color: #00000;
	}#artist_detail {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
