/* ----- MAIN SETTINGS ---- */
BODY {
	FONT-FAMILY: "Times New Roman", Times, serif;
	margin : 0 0 0 0;
	scrollbar-face-color : #ffffff;
	scrollbar-highlight-color : #000000;
	scrollbar-shadow-color : #f3f3f3;
	scrollbar-3dlight-color : #f6f6f6;
	scrollbar-arrow-color : #333333;
	scrollbar-track-color : #ebebea;
	scrollbar-darkshadow-color : #000000;
	
}

/* Style for links */
A:link {
	text-decoration: none;
	font-family : "Times New Roman", Times, serif;
	font-variant : normal;
	
	
}

A:visited  {
	text-decoration: none;

					
	

} 


A:hover  {
	color: #515a92;

					
	

} 

/* Style for lines. */
HR.thickline {
	size: 1;
	height: 2px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0;
}
HR.thinline {
	size: 1;
	height : 1px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0;
}

/* Style for page breaks when printing */
P.pageEnd {page-break-before: always}


/*** GENERAL PAGE LAYOUT ****************************************/
/* This is the default font for the entire page body */
.mainpage {
	font-size : 13px;
}


/*** GENERAL Email LAYOUT ****************************************/
/* This is the default font for the entire page body */
.mainpage {
	font-size : 15px;
}



/* This is a smaller text used for the wishlist, etc. */
.smalltext {
	font-size : 9px;
}

/* Header is a large separating bar used for "What's New" and 
'Product of the Day'. It uses the Highlight Box (Order Box) Title Bar
colors. */
.header     {
	color: #B6DDE4;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}


A.header:visited {
	text-decoration: none;
	COLOR: #9CC6C3;
} 

A.header:hover {
	text-decoration: none;
	COLOR:  #f68d36;
	
}
A.header:link {
	text-decoration: none;
	COLOR:  blue;
	
}



.specs     {
	color: teal;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}


A.specs:visited {
	text-decoration: none;
	COLOR: white;
} 

A.specs:hover {
	text-decoration: none;
	COLOR:  maroon;
	
}
A.specs:link {
	text-decoration: none;
	COLOR:  orange;
	font-size: 10px;	
}




.subCatCopy{
 font-size:8px;
 color: #cc9900;
}

.pagination{
 font-size: 12px;
 color: orange;
}

a.pagination{
 font-size: 12px;
 color: tan;
}

a.pagination:visited{
 color: #307d7e;
}


/* Login button */
A.login  { color: white; font-weight: bold; font-size: 09px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif }

A:visited.login {
	text-decoration: none;
	COLOR: Teal;
} 

A:hover.login {
	text-decoration: none;
	COLOR: Black;
}

A:active.login {
	text-decoration: none;
	COLOR: #806341;
}


/* Hightlight and Input Form box title bars. */
.BoxTitle {
	FONT-SIZE: 12px;  
	font-weight: bold;
}
/* Used primarily in Hightlight boxes. */
.BoxText {
	FONT-SIZE: 13px;  
}

/* Sections separate sections on listings and detail pages like the
'more images' and 'customer reviews' sections of the product page. */
.section_title {
	font-size: 14px;
	font-weight: bold;
}

/* Used for listing and detail page navigation links like the 'Sort by' links
on listing pages and 'next | back' links at the bottom of detail pages.*/
.section_footer {
	font-size: 11px;
	color:#999999
	
}
A.section_footer {
	text-decoration : none;
}

A.section_footer:link {
	text-decoration : none;
	color : #999999;
}
A.section_footer:hover {
	text-decoration : none;
	color : teal;
}
A.section_footer:visited {
	text-decoration : none;
	color : orange;
}










.caution {
	COLOR: #ff6600;
	 FONT-SIZE: 12px; FONT-WEIGHT: 700
}



/*** CATEGORY & PAGES ****************************************/

/* Used for detail page headings */
.cat_title_large {
	font-size: 15px;
	font-family:"Times New Roman", Times, serif;
	font-weight:600;
	
}
.cat_text_large {
	font-size: 15px;
}

/* Used for teaser listings for Categories, Pages and Features.*/
a.cat_title_small:link {
	font-size: 12px;
	color:#231f20;
	font-weight:bold;

	text-decoration: none;
}


A.cat_title_small:hover{
	font-size: 12px;
	
	color: grey;
}


A.cat_title_small:visited{
	font-size: 12px;
	
	color: gray;
	text-decoration: none;
}

.cat_text_small {
	font-size: 12px;
}

div.scroll {	
 height: 518px;
 right:auto;
	width: 490px;	
	overflow: auto;	
	background-color: #FFF;
	padding: 0px;
}

/* Used for "directory" style of sub-cateogry listing */
.cat_title_list {
	font-size:	12px;
	font-weight: bold;
	text-decoration: underline
}
.cat_text_list {
	font-size: 12px;
}



/* Used for "shopping"  */
.carttext{
	font-size:	12px;
	font-weight: bold;
	
}
A.carttext:link{
	font-size:	12px;
	font-weight: bold;
	color: #000000;
	
}







/*** FEATURE DETAIL ****************************************/
.FeatureTitle {
	font-size: 15px;
	font-family:"Times New Roman", Times, serif;
	font-weight:600;
	
	
	
}
.FeatureTeaser {
	font-size : 16px;
}
.FeatureByline {
	font-size : 12px;
	font-style : italic;
}
.Feature_Type {
	font-size : 9px;
	font-style : Verdana,Arial, Helvetica, sans-serif;
	color : #FF3300;
}




/*** INPUT FORMS ******************************************/
/* Titles separating sections of a form (this is NOT the Box Title)*/
.FormTitle {
	FONT-SIZE: 14px;
	font-weight : bold;
}

/* Appears at top of form if page returns an error */
.FormError {
	FONT-SIZE: 12px;
	color : Red;
}
/* Used in the login box ('user name not found', etc.) */
.FormErrorsmall {
	FONT-SIZE: 10px;
	color : Red;
}

/* Form field names '*/
.FormText {
	FONT-SIZE: 12px;
	vertical-align : baseline;
}
/* Instructions below form fields '*/
.formtextsmall {
	FONT-SIZE: 12px;
	font-family: "Times New Roman", Times, serif;
	weight: bold;
}
/* Used in the login box for 'name' and 'password'*/
.FormTextVerySmall {
	FONT-SIZE: 9px;
	COLOR: gray;
}

.formfield {
	BACKGROUND-COLOR: #fbfbfb;
	BORDER-BOTTOM: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	COLOR: #003163;
	FONT-SIZE: 12px;
}
/* The form fields for the login box have width set as well */
.formfieldlogin {
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #cccccc 1px solid;
	COLOR: #101F74;
	BORDER-BOTTOM: #cccccc 1px solid;
	width : 120px;
}
.formfieldcheckbox {
	FONT-SIZE: 10px;
	COLOR: #cccccc;
}

/* HTML form submit buttons */
.FormButton {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #615458;
	text-align : center;
}

FormButton:link {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #615458;
	text-align : center;
}

A.FormButton:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #dddddd;
	BACKGROUND-COLOR: #000000;
	TEXT-DECORATION: none;
}
A.FormButton:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: black;
	BACKGROUND-COLOR: silver;
	TEXT-DECORATION: none;
}


/*** LISTING RECORDS ******************************************/
/* Query Description line */
.ResultHead {
	FONT-SIZE: 16px;
}

/* Result table title row */
.listingHead {
	FONT-SIZE: 12px; 
	TEXT-DECORATION: none;
}
/* Result table smaller font */
.ListingSmall {
	font-size:	10px;
}

.listingimg {
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.listingTitle {
	FONT-SIZE: 13px;
	TEXT-DECORATION: none;
	font-weight : bold;
}
A.listingTitle:link {
	FONT-SIZE: 13px;  TEXT-DECORATION: none
}
A.listingTitle:visited {
	FONT-SIZE: 13px;  TEXT-DECORATION: none
	}
A.listingTitle:hover {
	FONT-SIZE: 13px; ; TEXT-DECORATION: underline
	}
.listingsubtitle {
	FONT-SIZE: 12px; FONT-STYLE: italic;  
}
.listingtext {
	FONT-SIZE: 12px; 
}
.listingsubtext {
	FONT-SIZE: 11px;  
}
/* For Feature listings author line */
.listingtagline {
	FONT-SIZE: 10px; 
}
/* For Event listings */
.listingdate {
	FONT-SIZE: 12px;  
}


/*** ALPHA MENU (SITEMAP) *************************************************/
A.alphaon:link {
	 FONT-SIZE: 13px; TEXT-DECORATION: none ; Font-Weight: Bold;
}
A.alphaon:visited {
	FONT-SIZE: 13px; TEXT-DECORATION: none; Font-Weight: Bold;
}
A.alphaon:hover {
	FONT-SIZE: 13px;
	TEXT-DECORATION: none;
	Font-Weight: Bold;
	background-color : #F0F0F0;
}
A.alphaoff:link {
	 FONT-SIZE: 9px; TEXT-DECORATION: none
}
A.alphaoff:visited {
	FONT-SIZE: 9px;  TEXT-DECORATION: none
}
A.alphaoff:hover {
	FONT-SIZE: 9px;
	TEXT-DECORATION: none;
	background-color : #F0F0F0;
}


/*** MENUS ******************************************/
/* Top level categories */
menu_category {
	text-decoration: none;
	font-family : "Times New Roman", Times, serif;
	font-variant : normal;
	color : #f4e1b5;
	
	font-weight : bold;
	
	}
	
a.menu_category:link
{
	font-size: 12px;
		
}


a.menu_category:visited
{
	font-size: 12px;
	color : #f4e1b5;
		
}
a.menu_category:hover
{
	font-size: 12px;
	background-color : #000000;	
}

/* Page menu */
.menu_page {
	font-size: 11px;
	text-decoration: none;
		margin-right: 10px;
		COLOR: #4863a0;
}
a.menu_page:hover
{
	font-size: 11px;
	COLOR: red;
		margin-right: 10px;
}

a.menu_page:link
{
	font-size: 11px;
	COLOR: white;
		margin-right: 10px;
}

a.menu_page:visited
{
	font-size: 11px;
	COLOR: gray;
		margin-right: 10px;
}

a.menu_page:active
{
	font-size: 11px;
	COLOR: orange;
		margin-right: 10px;
}

/* Page menu section headers */
.menu_page_title {
	font-size: 11px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}
a.menu_page_title
{
	font-size: 11px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}

/* Breadcrumb Trail Menu */
.menu_trail {
	font-size: 12px;
	text-decoration : none;
	COLOR: #808080;
}
a.menu_trail: link
{
	font-size: 12px;
	color: black;
	text-decoration : none;

}
a.menu_trail: visited
{
	font-size: 12px;
	color: red;
	text-decoration : none;
}

/* Page Footer Menu */
.menu_footer {
	font-size: 12px;
	text-decoration : none;
	
}
a.menu_footer:visited {
	font-size: 12px;
	text-decoration : none;
	color : #a85b32;

	
}
a.menu_footer:link {
	font-size: 12px;
	text-decoration : none;
	color : #a85b32;
	

	}
a.menu_footer:hover {
	font-size: 12px;;
	text-decoration : none;
	color : #443c3e;

	
}

/* Admin Menu Links */
.menu_admin {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
color : orange;
	TEXT-DECORATION: none
}
A.menu_admin:link {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
color : teal;
	TEXT-DECORATION: none
}
A.menu_admin:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
color : orange;
	TEXT-DECORATION: none
}
A.menu_admin:visited {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
color : gray;
	TEXT-DECORATION: none
}


/*** PRODUCTs ******************************************/


.prodname{
	font-size: 15px;
	text-decoration : none;
	color : silver;
	font-weight:bold;
}
a.prodname:visited {
	font-size: 15px;
	text-decoration : none;
	color : teal;
	FONT-WEIGHT: bold;

	
}
a.prodname:link {
	font-size: 15px;
	text-decoration : none;
	color : silver;
	
	font-weight:bold;

	}
a.prodname:hover {
	font-size: 15px;
	text-decoration : none;
	color : #666666;
	FONT-WEIGHT: bold;
}







.prodname_list {
	font-size: 11px;
	text-decoration : none;
	color : black;
	FONT-WEIGHT: bold;
	FONT-FAMILY: "Times New Roman", Times, serif;
}
a.prodname_list:visited {
	font-size: 11px;
	text-decoration : none;
	color : teal;
	FONT-WEIGHT: bold;
	FONT-FAMILY: "Times New Roman", Times, serif;

	
}
a.prodname_list:link {
	font-size: 11px;
	text-decoration : none;
	color : black;
	FONT-WEIGHT: bold;
	FONT-FAMILY: "Times New Roman", Times, serif;

	}
a.prodname_list:hover {
	font-size: 11px;
	text-decoration : none;
	color : #666666;
	FONT-WEIGHT: bold;
	FONT-FAMILY: "Times New Roman", Times, serif;
}



.prodSKU {
	font-size: 11px;
	text-decoration : none;
	color : silver;
	FONT-WEIGHT: bold;
}
a.prodSKU:visited {
	font-size: 11px;
	text-decoration : none;
	color : teal;
	FONT-WEIGHT: bold;

	
}
a.prodSKU:link {
	font-size: 11px;
	text-decoration : none;
	color : silver;
	FONT-WEIGHT: bold;

	}
a.prodSKU:hover {
	font-size: 11px;
	text-decoration : none;
	color : white;
	FONT-WEIGHT: bold;
}

/*** PAGE THROUGH NUMBERS *************************/


prod_page {
	font-size: 11px;
	text-decoration : none;
	color : silver;
	FONT-WEIGHT: bold;
}
a.prod_page:visited {
	font-size: 11px;
	text-decoration : none;
	color : teal;
	FONT-WEIGHT: bold;

	
}
a.prod_page:link {
	font-size: 11px;
	text-decoration : none;
	color : silver;
	FONT-WEIGHT: bold;

	}
a.prod_page:hover {
	font-size: 11px;
	text-decoration : none;
	color : white;
	FONT-WEIGHT: bold;
}



/*** PRODUCT UPDATES *************************/


menu_product {
	font-size: 11px;
	text-decoration : none;
	color : #7481d0;
	
}
a.menu_product:visited {
	font-size: 11px;
	text-decoration : none;
	color : white;
	

	
}
a.menu_product:link {
	font-size: 11px;
	text-decoration : none;
	color : #7481d0;
	

	}
a.menu_product:hover {
	font-size: 11px;
	text-decoration : none;
	color : white;

}

a.menu_product:active {
	font-size: 11px;
	text-decoration : none;
	color : orange;

}






/*** TAB MENUS IN ADMIN ******************************************/
TD.TopTierHeader {
}
.TopTierHeader {
	PADDING-RIGHT: 5px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 08px;  FONT-FAMILY: "Times New Roman", Times, serif; 
}

A.TopTierHeader:link {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 08px;  FONT-FAMILY: "Times New Roman", Times, serif;  TEXT-DECORATION: none
}
A.TopTierHeader:visited {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 08px;  FONT-FAMILY: "Times New Roman", Times, serif;  TEXT-DECORATION: none
}
A.TopTierHeader:hover {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 08px;  FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: underline
}


/* ----- top tier is tabs; TD produces height ---------------------------------*/
TD.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 17px;  FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: none
}
.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 11px;  FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: none
}
A.TopTierNav:link {
	 FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:visited {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : transparent;
}

/* ----- the sub tier is for sort  --------------
.SubTierNav {
	FONT-SIZE: 11px;  FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: none
}
A.SubTierNav:link {
	 FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.SubTierNav:visited {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.SubTierNav:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : transparent;
}
-------------------*/


/* Page Footer Menu */


/* Admin Menu Links */
.se_footer {
	FONT-WEIGHT: normal;
	FONT-SIZE: 1px;
color : white;
	TEXT-DECORATION: none
}
.se_footer:link {
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
color : red;
	TEXT-DECORATION: none
}
.se_footer:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
color : red;
	TEXT-DECORATION: none
}
.se_footer:visited {
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
color : yellow;
	TEXT-DECORATION: none
}
