/* ----- MAIN SETTINGS ---- */
BODY {
	MARGIN: 0px 0px;
	font-family : "Trebuchet MS", Verdana, Arial;
	font-size : 12px;
}

A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
} 
A:hover {
	background-color : #FFFF99;
}

/* This is the default font for the entire page body */
.mainpage {
	font-size : 12px;
	font-family : "Trebuchet MS", Verdana, Arial;
}

/* 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 : #009900;
}

/* Used for the menu footer at the bottom of list and detail pages */
.section_footer {
	font-size: 11px;
	color : #009900;
}
A.section_footer {
	text-decoration : none;
}

HR.thickline {
	size: 1;
	height: 1px;
	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;
}
/*--- OL Edited: 01-Apr-05 ---*/
/*--- upper right cart link ---*/
span#cart_items{
	font-weight: bold;
	font-size: 15px;
}
/*--- product more info link ---*/
a#more_info{
	font-weight: bold;
	font-size: 13px;
}
/*** CATEGORY & PAGES ****************************************/

/* Page Title - only 1 title per page: category, feature, page, product */
H1 {
	font-size: 20px;
	FONT-WEIGHT: normal;
	margin: 12px;
}
H1.page {
	font-size: 20px;
}
H1.category {
	font-size: 20px;
}
H1.feature {
	font-size: 20px;
}
H1.product {
	font-size: 18px;
}

/* Page SubTitles - Category Teaser Listings: category, feature, page, product */
H2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	color: #666699;
}

H2.product {	
	display: inline;
}

/* Teaser Lists: category, feature, page, product */
H3 {
	font-size:	12px;
	font-weight: bold;
	text-decoration: underline;
	color: navy;
	margin: 0px;	
}
H3.product {
	text-decoration: none;
}
.review_title {
	font-size: 14px;
	font-weight: bold;
	color: #666699;
}

.cat_title_large {
	font : "Trebuchet MS", Verdana, Arial;
	font-size: 20px;
}
.cat_title_small {
	font : "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
}
.cat_title_list {
	font : "Trebuchet MS", Verdana, Arial;
	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_bold {
	font-size: 14px;
	font-weight: bold;
}
.cat_text_list {
	font-size: 14px;
}

/* FEATURE:.Detail page -------------------------------- */

/* Style for detail item name, if no image defined   */
.FeatureTitle {
	font-size : 20px;
}
/* Style for product names, if no image defined   */
.FeatureTeaser {
	font-size : 16px;
	font-family : "Trebuchet MS", Verdana, Arial;
}
.FeatureByline {
	font-size : 12px;
	font-style : italic;
	
}


/* PRODUCTS:. --------------------------------------------- */

/* Style for product names, if no image defined   */
.prodname {
	font-size : 16px;
	font-style:;
	font-weight: bold;
}

/* Style for product names, if no image defined   */
.prodname_list {
	font-size : 14px;
	font-weight: bold;
}

/* Style for Product SKU line, if turned on */
.prodSKU {
	font-size : 11px;
	color : #666666;
}

/* Style for Addon Prompt Text line, if turned on */
.addontext {
	font-size : 11px;
	color : #000000;
	font:"Trebuchet MS", Verdana, Arial;
}

/* Style for Product price, if turned on */
.prodprice {
	font-size : 12px;
	color: #000080;
}

/* Style for Product price emphasized words */
.prodprice2 {
	font-size : 12px;
	font-weight: bold;
	color: #000080;
}

/* Style for Product discount line, if turned on */
.proddisc {
	font-size : 12px;
	color : #009900;
}

/* Style for border around image on moreinfo page */
.listingimg {
	margin-right : 10px;
}

/* Style for border around image on search results page */
.resultslistingimg {
	margin-right : 2px;
}
.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: 12px;  
	font-family : "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
}
.BoxText {
	font-family : "Trebuchet MS", Verdana, Arial;	
	FONT-SIZE: 12px;  
}


/* ----- SHOPPING CART  -----*/

/* Style for shopping cart text */
.carttext {
	font-size : 13px;
}

/* Style for small shopping cart text */
.smallcarttext {
	font-size : 11px;
}



/* ----- INPUT FORM ---------------------------------*/
.FormTitle {
	FONT-SIZE: 14px;
	font-weight : bold;
	font-family : "Trebuchet MS", Verdana, Arial;
}
.FormText {
	FONT-SIZE: 12px;
	vertical-align : baseline;
	font-family : "Trebuchet MS", Verdana, Arial;
}

.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;
}

.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: 11px;
	COLOR: white;
	BACKGROUND-COLOR: #999999;
	TEXT-DECORATION: none;
}
A.FormButton:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: white;
	BACKGROUND-COLOR: #666666;
	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: 10px;
	text-decoration : none;
	COLOR: #000080;
		TEXT-DECORATION: none;
}
a.menu_category
{
	font-size: 10px;
		TEXT-DECORATION: none;
}

.menu_page {
	font-size: 16px;
	COLOR: #330099;
	font-family:"Trebuchet MS", Verdana, Arial;
		TEXT-DECORATION: none;
}
a.menu_page
{
	font-size: 12px;
		TEXT-DECORATION: none;
}

.menu_page_title {
	font-size: 12px;
	COLOR: #000080;
	FONT-WEIGHT: bold;
		TEXT-DECORATION: none;
}

a.menu_page_title
{
	font-size: 12px;
	COLOR: #000080;
	FONT-WEIGHT: bold;
		TEXT-DECORATION: none;
}


.menu_trail {
	font-size: 11px;
	text-decoration : none;
	COLOR: #000080;
	font-family: "Trebuchet MS", Verdana, Arial;
}
a.menu_trail
{
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial;
}
/* ----- Menu footer also used for Cart totals on every page and top menu ---- */
.menu_footer {
	font-size: 11px;
	text-decoration : none;
	color : #ffff33;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial;
}
a.menu_footer
{
	font-size: 11px;
	text-decoration : none;
	color : #ffff33;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial;
	word-spacing: .03em;
	letter-spacing:.01em;	
}
a.menu_footer:hover{
	color : #1B067D;
}

.menu_admin {
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
	COLOR: #DAA520;
	TEXT-DECORATION: none
}
A.menu_admin{
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
	COLOR: #DAA520;
	TEXT-DECORATION: none
}
.caution {
	COLOR: #ff6600; FONT-SIZE: 12px; FONT-WEIGHT: 700
}
.photocaption {
	COLOR: white; FONT-SIZE: 11px; 
}
/* ----- MENU BUTTON SETTINGS ---- */
div.menu_page{
	padding: 2px;
	margin: 0px;
	margin-bottom: 0px;
	FONT-WEIGHT: bold;
	background-color: #FFFFFF;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	/* border-right-color: #999999;*/
	/* border-right-style: solid;*/
	/* border-right-width: 1px;*/
	/* border-top-color: #CCCCCC;*/
	/* border-top-style: solid;*/
	/* border-top-width: 1px;*/
	/*---	height: 30px; ---*/
	text-align: right;
	vertical-align: middle;
	word-spacing: .1em;
	letter-spacing:.0em;
}
div.menu_page:hover{
	padding: 2px;
	margin: 0px;
	margin-bottom: 0px;
	background-color: #ffff66;
	border-bottom-color: #000080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	/* border-right-color: #cccccc;*/
	/* border-right-style: solid;*/
	/* border-right-width: 1px;*/
	/*border-top-color: #ffffff;*/
	/*border-top-style: solid;*/
	/*border-top-width: 1px;*/
}


/* ----- INPUT FORM ---------------------------------*/
TD.TopTierHeader {
}
.TopTierHeader {
	PADDING-RIGHT: 5px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, "Trebuchet MS", Verdana, Arial; 
}

A.TopTierHeader:link {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, "Trebuchet MS", Verdana, Arial;  TEXT-DECORATION: none
}
A.TopTierHeader:visited {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, "Trebuchet MS", Verdana, Arial;  TEXT-DECORATION: none
}
A.TopTierHeader:hover {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, "Trebuchet MS", Verdana, Arial; TEXT-DECORATION: underline
}


/* ----- top tier is tabs; TD produces height ---------------------------------*/
TD.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 17px;  FONT-FAMILY: Verdana, Geneva, "Trebuchet MS", Verdana, Arial; TEXT-DECORATION: none
}
.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, "Trebuchet MS", Verdana, Arial; 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, "Trebuchet MS", Verdana, Arial; 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;
}


/* ----------- New Template --- CAM --- 2006-01-03 -------------*/
.leftheadernum {
	FONT-SIZE: 35px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	COLOR: #86BFD5;
}

.leftheadertop {
	FONT-SIZE: 15px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: underline;
	COLOR: #04A218;
	FONT-WEIGHT: Bold;
}

.leftheaderbottom {
	FONT-SIZE: 10px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	COLOR: #06098C;
	FONT-WEIGHT: Bold;
}
/*DELETE ME SOON*/
.menutext {
	FONT-SIZE: 12px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	COLOR: white;
}
/*STOP DELETING HERE*/
.menu_page2 {
	font-size: 12px;
	COLOR: white;
}

a.menu_page2
{
	font-size: 12px;
}

a.menu_page2:hover
{
	font-size: 12px;
	COLOR: #FFFFFF;
	background-color: transparent;
	TEXT-DECORATION: none;
}

div.menu_page2{
	font-size: 12px;
	TEXT-DECORATION: none;
}

div.menu_page2:hover{
	font-size: 12px;
	TEXT-DECORATION: none;
}
.cart_stats {
	font-size: 12px;
	text-decoration : none;
	color : #000000;
	background-color: #FFFFCC;
	font-weight:bold;	
}
