/* ----- MAIN SETTINGS ---- */
BODY  { font-family: "Times New Roman", Georgia, Times; margin: 5px }
A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
} 
A:hover {
	background-color : #F0F0F0;
	color : #999999;
}

/* This is the default font for the entire page body */
.mainpage {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.mainpagewhite {
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFFF00	
}

.more {
	color: red; 
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* This is a smaller text used for the wishlist, etc. */
.smalltext {
	font-size : 9px;
}

/* Style for page breaks when printing */
P.pageEnd {page-break-before: always}

/* ----- PAGE SECTIONS & HEADERS -----*/
/* Header is a large separating bar used in page layout */
/* Sections are used for output areas */
.header {
	BACKGROUND-COLOR: #828A92;
	FONT-SIZE: 14px;
	color : White;
	font-weight : bolder;
}
.section_title {
	font-size: 12px;
	font-weight: bold;
	color : Maroon;
}

/* Used for the menu footer at the bottom of list and detail pages */
.section_footer {
	font-size: 11px;
	color : Maroon;
}
A.section_footer {
	text-decoration : none;
}


HR.thickline {
	size: 1;
	height: 2px;
	FONT-SIZE: 1px;
	margin-bottom : 0px;
	margin-top : 0px;
}
HR.thinline {
	size: 1;
	height : 1px;
	margin-bottom : 0px;
	margin-top : 0px;
}

/* Wish list button */
.WishButton {
	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: #999999;
	text-align : center;
}

/* CATEGORY PAGES: Category itself (large) plus 3 listing sizes  for subcats & article, etc. --------------------------------------------- */
.cat_title_large {
	font : Arial, Helvetica, sans-serif;
	font-size: 28px;
}
.cat_title_small {
	font : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.cat_title_small_red {
	font : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.cat_title_list {
	font : Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight: bold;
	text-decoration: underline
}

.cat_text_large {
	font-size: 14px;
}
.cat_text_featured {
	font-size: 14px;
}
.cat_text_small {
	font-size: 13px;
}

.cat_text_ssmall {
	font-size: 10px;
}

.cat_text_list {
	font-size: 12px;
}

/* FEATURE:.Detail page -------------------------------- */

/* Style for detail item name, if no image defined   */
.FeatureTitle {
	font-size : 26px;
}
/* Style for product names, if no image defined   */
.FeatureTeaser {
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
}
.FeatureByline {
	font-size : 12px;
	font-style : italic;
	
}


/* PRODUCTS:. --------------------------------------------- */

/* Style for product names, if no image defined   */
.prodname {
	font-size : 16px;
	font-style:;
	font : bold;
}

.prodname_sm {
	font-size : 12px;
	font-style:;
	font : bold;
}

/* Style for product names, if no image defined   */
.prodname_list {
	font-size : 14px;
	font : bold;
}

/* Style for Product SKU line, if turned on */
.prodSKU {
	font-size : 11px;
	color : #666666;
}

/* Style for Product price, if turned on */
.prodprice {
	font-size : 12px;
}

.prodprice_sm {
	font-size : 10px;
}

/* Style for Product price emphasized words */
.prodprice2 {
	font-size : 12px;
	font : bold;
	color: maroon;
}

/* Style for Product discount line, if turned on */
.proddisc {
	font-size : 12px;
	color : maroon;
}

/* Style for border around image on moreinfo page */
.moreimg {
	border-style : solid;
	border-width : 1px;
	border-color : Silver;
	width: 30%;
	text-align : center;
	padding : 10px;
	background-color: white;
}

.gallery_img {
	border-style : solid;
	border-color : Silver;
	margin-right : 3px;
	border-width : 1px;
}


/* ----- ORDER BOX & HIGHTLIGHT BOX -----*/
.BoxTitle {
	FONT-SIZE: 16px;  
	font-family : Arial, Helvetica, sans-serif;
}
.BoxText {
	font-family : Arial, Helvetica, sans-serif;	
	FONT-SIZE: 13px;  
}


/* ----- SHOPPING CART  -----*/

/* Style for shopping cart text */
.carttext {
	font-size : 11px;
}

/* Style for small shopping cart text */
.smallcarttext {
	font-size : 10px;
}



/* ----- INPUT FORM ---------------------------------*/
.FormTitle {
	FONT-SIZE: 14px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}
.FormText {
	FONT-SIZE: 12px;
	vertical-align : baseline;
	font-family : Arial, Helvetica, sans-serif;
}

.FormError {
	FONT-SIZE: 12px;
	color : Red;
}

.FormErrorsmall {
	FONT-SIZE: 10px;
	color : Red;
}

.FormTextSmall {
	FONT-SIZE: 10px; 
}

.FormTextVerySmall {
	FONT-SIZE: 9px;
}

.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;
}

.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;
	BACKGROUND-COLOR: white;
}

.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: #999999;
	text-align : center;
}
A.FormButton:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #dddddd;
	BACKGROUND-COLOR: #999999;
	TEXT-DECORATION: none;
}
A.FormButton:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: white;
	BACKGROUND-COLOR: #999999;
	TEXT-DECORATION: none;
}

/* ----- Listing Outputs (for address lists, etc.) ---------------------------*/
.ResultHead {
	FONT-SIZE: 16px;
}
.listingHead {
	FONT-SIZE: 12px; 
	TEXT-DECORATION: none;
}
.ListingSmall {
	font-size:	10px;
}
.listingTitle {
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	font-weight : bold;
}
A.listingTitle:link {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
}
A.listingTitle:visited {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
	}
A.listingTitle:hover {
	FONT-SIZE: 14px; ; TEXT-DECORATION: underline
	}
	
.listingsubtitle {
	FONT-SIZE: 12px; FONT-STYLE: italic;  
}
.listingtext {
	FONT-SIZE: 12px; 
}
.listingsubtext {
	FONT-SIZE: 12px;  
}
.listingtagline {
	FONT-SIZE: 12px; 
}
.listingdate {
	FONT-SIZE: 12px;  
}



/* MENUs --------------------------------------------- */
.menu_category {
	font-size: 12px;
	text-decoration : none;
	COLOR: gray;
}
a.menu_category
{
	font-size: 12px;
}

.menu_page  { color: white; font-size: 11px; background-color: #333333; text-align: left; padding: 2px; border: 1px; width: 100%; height: 18px; border-bottom-color: #999999; border-bottom-style: solid; border-left-color: #999999; border-left-style: solid; border-right-color: #999999; border-right-style: solid; border-top-color: #999999; border-top-style: solid }

.menu_page_text  { color: white; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: left; padding: 2px }

a.menu_page_text  { font-size: 11px }


.HP_page {
	font-size: 12px;
	COLOR: black;
	background-color: FCF3E0;
	border-top-width: .25px;
	border-right-width: .25px;
	border-bottom-width: .25px;
	border-left-width: .25px;
	height:;
	width:;
	font-weight:;
	text-align: left;
	padding: 2px;
}

.HP_table {
	background-color: FCF3E0;
	border: 1px solid Maroon;
}

.tableborder {
	border: 1px solid Maroon;
}

.greybutton {
	border: 1px solid darkgray;
	font-size: 12;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 2;
	background-color: #CCCCCC;
	line-height: 2; 
}


TD.TopHPNav {
	 color:white; padding-bottom: 2px; bold; FONT-SIZE: 12px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.TopHPNav  { color: white; font-weight: bold; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; text-decoration: none }
A.TopHPNav:link  { color: white; font-size: 11px; font-family: verdana, arial, "sans serif"; text-decoration: none }
A.TopHPNav:visited  { color: white; font-size: 11px; font-family: verdana, arial, "sans serif"; text-decoration: none }
A.TopHPNav:hover  { color: silver; font-size: 11px; font-family: verdana, arial, "sans serif"; text-decoration: none; background-color: transparent }





.menu_page_backup {
	font-size: 12px;
	COLOR: gray;
}

a.menu_page
{
	font-size: 12px;
}

.menu_page_title {
	font-size: 12px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}

a.menu_page_title
{
	font-size: 12px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}


.menu_trail {
	font-size: 12px;
	text-decoration : none;
	COLOR: #808080;
}
a.menu_trail
{
	font-size: 12px;

}

.menu_footer  { color: gray; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; text-align: center }
a.menu_footer
{
	
}

.menu_admin  { color: #ff0000; font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
A.menu_admin { color: #ff0000; font-weight: normal; font-size: 11px; text-decoration: none }




.caution {
	COLOR: #ff6600; FONT-SIZE: 12px; FONT-WEIGHT: 700
}
.photocaption {
	COLOR: white; FONT-SIZE: 11px; 
}



/* ----- INPUT FORM ---------------------------------*/
TD.TopTierHeader {
}
.TopTierHeader {
	PADDING-RIGHT: 5px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

A.TopTierHeader:link {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:visited {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:hover {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}


/* ----- top tier is tabs; TD produces height ---------------------------------*/
TD.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 17px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-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: Verdana, Geneva, Arial, Helvetica, sans-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;
}


/* ---------- Links for the sitemap search --------------------- */
A.alphaon:link {
	 FONT-SIZE: 13px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none ; Font-Weight: Bold;
}
A.alphaon:visited {
	FONT-SIZE: 13px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; Font-Weight: Bold;
}
A.alphaon:hover {
	FONT-SIZE: 13px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	Font-Weight: Bold;
	background-color : #F0F0F0;
}
A.alphaoff:link {
	 FONT-SIZE: 9px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.alphaoff:visited {
	FONT-SIZE: 9px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.alphaoff:hover {
	FONT-SIZE: 9px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : #F0F0F0;
}
/* -------------- FCK CSS Styles -------------- */
.TimesRedHeader14px {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.TimesRedHeaderLARGE {
	font-family: Times New Roman, Times, serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.VerdanaRedHeader14px {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.VerdanaRedHeaderLARGE {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}

.TimesBlackHeader14px {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}
.TimesBlackHeader14BOLD {
	font-family: Times New Roman, Times, serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.VerdanaBlackHeader14px {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.VerdanaBlackHeader14BOLD {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

.hphdr {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #8f2300;
}

.hphdrp1 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #8f2300;
}

.hphdrp2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #8f2300;
}

.adm0 {
	color : #999999;
	text-decoration: none;
}
A.adm0:link {
	color : #999999;
	text-decoration: none;
}
A.adm0:visited {
	color : #999999;
	text-decoration: none;
} 
A.adm0:hover {
	background-color : #F0F0F0;
	color : #999999;
}

.fld1 {
	font-size: 12px;
	font-weight: bold;
}
.fld2 {
	font-size : 12px;
}
.fldhd {
	font-size: 14px;
	font-weight: bold;
}

.fldtitle1 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.fldtitle2 {
	font-size : 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.fldhead {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.orderbtn {
	border: 1px solid darkgray;
	font-size: 12;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 2;
	background-color: #CCCCCC;
	line-height: 2; 
}

.btn10 { color: white; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: ff0000; padding: 2px; border: outset 2px d10000; line-height: 2 }
a.btn10:link { color: white; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: ff0000; padding: 2px; border: outset 2px d10000; line-height: 2 }
a.btn10:hover { color: white; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: cc0000; padding: 2px; border: outset 2px d10000; line-height: 2 }
a.btn10:link { color: white; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: ff0000; padding: 2px; border: outset 2px d10000; line-height: 2 }
.btn12 { color: white; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: ff0000; padding: 2px; border: outset 2px d10000; line-height: 2 }
a.btn12:link { color: white; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: ff0000; padding: 2px; border: outset 2px d10000; line-height: 2 }
a.btn12:hover { color: white; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: cc0000; padding: 2px; border: outset 2px d10000; line-height: 2 }
a.btn12:link { color: white; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: ff0000; padding: 2px; border: outset 2px d10000; line-height: 2 }
.bdrtable {	background-color: white; border: 1px solid Black }
.ePageTitle   { color: #ff0000; font-weight: bold; font-size: 24px; font-family: "Times New Roman", Georgia, Times }
.eHeaderTxt  { color: #000000; font-weight: bold; font-size: 18px; font-family: "Times New Roman", Georgia, Times }
.eDescLTxt { font-family:  "Times New Roman", Georgia, Times; font-size: 24px; color: #000000}
.eDescLBTxt { font-weight: bold; font-family:  "Times New Roman", Georgia, Times; font-size: 24px; color: #000000}
.eDescLBITxt { font-style: italic; font-weight: bold; font-family:  "Times New Roman", Georgia, Times; font-size: 24px; color: #000000}
.eDescSTxt { font-family:  "Times New Roman", Georgia, Times; font-size: 12px; color: #000000}
.eDescSBTxt { font-weight: bold; font-family:  "Times New Roman", Georgia, Times; font-size: 12px; color: #000000}
.eDescSBITxt { font-style: italic; font-weight: bold; font-family:  "Times New Roman", Georgia, Times; font-size: 12px; color: #000000}
.eDescTxt { font-size: 14px; color: #000000; font-family:  "Times New Roman", Georgia, Times}
.eDescBTxt { font-weight: bold; font-family:  "Times New Roman", Georgia, Times; font-size: 14px; color: #000000}
.eDescBITxt { font-style: italic; font-weight: bold; font-family:  "Times New Roman", Georgia, Times; font-size: 14px; color: #000000}
.eSmallTxt { font-family: Verdana, Helvetica, sans-serif; font-size: 11px }		
.eLiNi  { font-size: 11px; font-family: "Times New Roman", Georgia, Times; text-indent: -4px; list-style-type: square }		
.eHiTxt { font-family: "Times New Roman", Georgia, Times; font-size: 13px; color: #FF0000}	
.eprc  { color: #ff0000; font-style: italic; font-weight: bold; font-size: 24px; font-family: "Times New Roman", Georgia, Times }
.eDiscTxt { font-family: Verdana, Helvetica, sans-serif; font-size: 9px;}	
