/* ----- MAIN SETTINGS ---- */
/* COLORS: red on homepage border: #933; Orange: #FC6 */

TABLE TD {border: 0px solid red}

BODY {
	MARGIN: 0px 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color: #Fc6;
	color: navy; 	
}

INPUT, SELECT, TEXTAREA { font-family: Verdana; font-size: 12px}

P { margin: 0px 0px 4px 0px; padding: 0px 0px 0px 0px; text-indent: 1.5em}
span.cat_text_large P { margin: 0px 0px 10px 0px; }
P:first-letter {font-size: 16px; color: maroon; font-weight: bold}

A:link {
	font-family: Verdana, Arial;
	color: green;
}
A:visited {
	font-family: Verdana, Arial;
	color: green;
} 
A:hover {
	text-decoration: none;
	font-family: Verdana, Arial;
}

H4 {font-size: 18px; margin-top: 0x; margin-bottom: 3px; color: green;	font-family: Garamond, Times New Roman;}
H5 {margin-top: 0x; margin-bottom: 5px;	font-family: Garamond, Times New Roman;}

TD.Header_Menu {background-color: #933; font-size: 10px; font-family: verdana; color: white; text-align: right; padding-right: 5px; padding-bottom: 1px }
TD.Header_Menu A, TD.Header_Menu A:active, TD.Header_Menu A:visited {color: White; font-weight: bold; }
TD.Header_Menu A:hover {color: #fc6 }

TD.SidePanel_Header 
{
	background-image: url(/images/panelcap.gif); 
	text-align: center; 
	font-family: Garamond, Times New Roman;
	font-weight: bold;
	font-size: 15px;
	color: #fc6;
	padding: 4px
}
TD.SidePanel_Body { background-color: #F0DAA1; border: 1px solid maroon; padding: 8px; text-align:center}
TD.SidePanel_Body A { font-size: 12px;}

TD.BottomPanel_Body { background-color: #FCFDDC; border: 1px solid maroon; padding: 8px; text-align:left}
TD.BottomPanel_Body A { font-size: 12px;}

/* Styles for search box and radio buttons */

INPUT.searchbox {font-size: 10px; border: 1px solid maroon; color: Navy; font-family: Verdana, Arial; background-color: #FFC}
SPAN.searchoption {font-size: 10px; color: Navy; font-family: Verdana, Arial;}

/* This is the default font for the entire page body */
.mainpage, p, LI, TD {
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

TD.mainpage { background-color: #FFC; padding: 0px 18px 0px 18px}

/* 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: 14px;
	font-weight: bold;
	color : green;
	margin-bottom: 10px
}

/* 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;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0;
}
HR.thinline {
	size: 1;
	height : 1px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0;
}

/* 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-family: Garamond, Times New Roman;
	font-weight: bold;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: maroon;
	background-image: url(/images/cross.gif); 
	background-position: 0 4;
	background-repeat: no-repeat;
	text-indent: 25px;
}
.cat_title_small {
	font : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

A.cat_title_small {
	text-decoration: none;
}

A.cat_title_small:visited {
	text-decoration: none;
	color: Green;
}

A.cat_title_small:hover {
	color: navy;
	text-decoration:none
}

.cat_title_list {
	font : Arial, Helvetica, sans-serif;
	font-size:	12px;
	text-decoration: underline
}

.cat_text_large {
	font-size: 14px;

}
.cat_text_featured {
	font-size: 12px;
}
.cat_text_small {
	font-size: 13px;
}
.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 : Verdana, Arial, Helvetica, sans-serif;
}
.FeatureByline {
	font-size : 12px;
	font-style : italic;
	
}


/* PRODUCTS:. --------------------------------------------- */

/* Style for product names, if no image defined   */
.prodname {
	font-size : 14px;
	font-style:;
	font-weight: bold;
}

.prodname A {text-decoration:none}
.prodname A:hover {color:green}

/* Style for product names, if no image defined   */
.prodname_list {
	font-size : 12px;
	font-weight: normal;
}

/* 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;
}

/* Style for Product price emphasized words */
.prodprice2 {
	font-size : 12px;
	font-weight: 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 */
.listingimg {
	margin-right : 10px;
}

.moreimg {
	border-style : solid;
	border-width : 1px;
	border-color : Silver;
	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 : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.BoxText {
	font-family : Verdana, 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 : Verdana, Arial, Helvetica, sans-serif;
}
.FormText {
	FONT-SIZE: 12px;
	vertical-align : baseline;
	font-family : Verdana, 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;
}

.formfieldOptionTitle {
	BACKGROUND-COLOR: #FFCC00;
	FONT-SIZE: 12px;
	font-weight:bold;
}

.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;
}

.FormButton {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #7f6633;
	text-align : center;
	font-family: Verdana, Arial;
}
A.FormButton {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: white;
	BACKGROUND-COLOR: #666666;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial;
}
A.FormButton:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #fc6;
	BACKGROUND-COLOR: #666666;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial;
}

/* ----- 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;
	font-family: Verdana, Arial;
}
A.listingTitle:visited {
	FONT-SIZE: 14px;  TEXT-DECORATION: none;
	font-family: Verdana, Arial;	
	}
A.listingTitle:hover {
	FONT-SIZE: 14px; ; TEXT-DECORATION: underline;
	font-family: Verdana, Arial;	
	}
	
.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;
	text-decoration: none;
}

.menu_page {
	font-size: 12px;
	COLOR: navy;
}

.menu_page_header 
{
	margin-left: 10px;
	font-family: Garamond, Times New Roman;
	font-size: 15px;
	font-weight: bold;
	COLOR: navy;
}

a.menu_page
{
	font-size: 15px;
	font-family: Garamond, Times New Roman;
	text-decoration: none;
	width: 140px;
	display: block;
	padding: 0px 0px 0px 10px;
	color: maroon;
}

a.menu_page:visited
{
	font-family: Garamond, Times New Roman;
	text-decoration: none;
	color:maroon;
}

a.menu_page:hover
{
	color: green;
	font-weight: normal;
	font-family: Garamond, Times New Roman;
	background: #FFC;
	text-decoration: none;
}

.menu_page_title {
	font-size: 12px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}

a.menu_page_title
{
	font-size: 12px;
	COLOR: gray;
	FONT-WEIGHT: bold;
	font-family: Verdana, Arial;
}


.menu_trail {
	font-size: 11px;
	text-decoration : none;
	COLOR: green;
	background-color: #FFC;
	font-weight: bold;
}

a.menu_trail
{
	font-size: 11px;
	font-family: Verdana, Arial;
	text-decoration: underline;
	color: Navy;
	font-weight: bold;
}

a.menu_trail:visited
{
	text-decoration: underline;
	color: navy;
}

a.menu_trail:hover
{
	text-decoration: none;
	color: Green;
}

.menu_admin {
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
	COLOR: black;
	TEXT-DECORATION: none;
}
A.menu_admin{
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
	COLOR: #DAA520;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial;
	color: black;
}

.menu_footer {
	font-size: 10px;
	color : Gray;
}

A.menu_footer:hover {
	text-decoration : underline;
}

SPAN.menu_footer A, A.menu_footer
{
	font-family: Verdana, Arial;
	text-decoration: none;
	color: gray;
}

SPAN.menu_footer A:hover, A.menu_footer:hover
{
	text-decoration: underline;
}

SPAN.menu_footer A:visited, A.menu_footer:visited
{
	color:gray;
}

.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;
}

