/* ----- MAIN SETTINGS ---- */
BODY {
	MARGIN: 2px 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

A:link {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#183390;
	text-decoration: none;
}
A:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#183390;
} 
A:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#183390;
}

/* This is the default font for the entire page body */
.mainpage {
	font-size : 12px;
	font-family : Verdana, Arial, Geneva, sans-serif, Helvetica, ;
	color: #000000;
}

.mainpage_sm {
	font-size : 12px;
	font-family : Verdana, Arial, Geneva, sans-serif, Helvetica, ;
	font-weight:lighter;
	color: #000000;
}

/* This is a smaller text used for the wishlist, etc. */
.smalltext {
	font-size : 11px;
	color: #0063A6;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
}

/* 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: #549FD8;
	FONT-SIZE: 12px;
	color : White;
	font-weight : bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.section_title {
	font-size: 13px;
	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: 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: 100;
	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: 13px;
	font-weight: bold;
	color:#183390
}
.cat_title_small {
	font : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.cat_title_list {
	font : Arial, Helvetica, sans-serif;
	font-size:	13px;
	font-weight: bold;
	text-decoration: underline
}

.cat_text_large {
	font-size: 13px;
}
.cat_text_featured {
	font-size: 13px;
}
.cat_text_small {
	font-size: 11px;
	
}
.cat_text_list {
	font-size: 12px;
}

/* FEATURE:.Detail page -------------------------------- */

/* Style for detail item name, if no image defined   */
.FeatureTitle {
	font-size : 13px;
}
/* Style for product names, if no image defined   */
.FeatureTeaser {
	font-size : 13px;
	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 : 12px;
	font-style:;
	font-weight: bold;
}

/* Style for product names, if no image defined   */
.prodname_list {
	font-size : 12px;
	font-weight: 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;
}

/* 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: 12px;  
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.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: 13px;
	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: 10px;
}
.FormTextVerySmall8 {
	FONT-SIZE: 8px;
	font-family: Arial,Verdana, Helvetica, sans-serif
}

.formEmailSignup {
	font-size:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:18px;
}

.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: #0063A6;
	text-align : center;
}
A.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: #0063A6;
	text-align : center;
	TEXT-DECORATION: none;
}
A.FormButton:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: white;
	BACKGROUND-COLOR: #0063A6;
	TEXT-DECORATION: none;
}
A.FormButton:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: white;
	BACKGROUND-COLOR: #003366;
	TEXT-DECORATION: none;
}

.FormButtonLBlu {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: 100;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #366496;
	text-align : center;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.A.FormButtonLBlu {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: 100;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #366496;
	text-align : center;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
A.FormButtonLBlu:visited {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: 100;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #366496;
	text-align : center;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
A.FormButtonLBlu:hover {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: 100;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #8597AF;
	text-align : center;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	
}
/* ----- Listing Outputs (for address lists, etc.) ---------------------------*/
.ResultHead {
	FONT-SIZE: 13px;
}
.listingHead {
	FONT-SIZE: 13px; 
	TEXT-DECORATION: none;
}
.ListingSmall {
	font-size:	10px;
}
.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: 12px;  
}
.listingtagline {
	FONT-SIZE: 12px; 
}
.listingdate {
	FONT-SIZE: 12px;  
}
.listingbold {
	font-size:12px;
	
}

/* MENUs --------------------------------------------- */
.MenuButton {
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:100 ;
	font-size: 12px;
	text-decoration: none;
	color: #003366;
	background-color: #D1E2FE;
	width: 140px;
	height: 18px;
	vertical-align:middle;
}
A.MenuButton {
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:100 ;
	font-size: 12px;
	text-decoration: none;
	color: #003366;
	background-color: #D1E2FE;
	width: 140px;
	height: 18px;
	vertical-align:middle;
	
}
A.MenuButton:visited {
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:100 ;
	font-size: 12px;
	text-decoration: none;
	color: #003366;
	background-color: #D1E2FE;
	width: 140px;
	height: 18px;
	vertical-align:middle;
}
A.MenuButton:hover {
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:100 ;
	font-size: 12px;
	text-decoration: none;
	color: #003366;
	background-color: #E3EDF6;
	width: 140px;
	height: 18px;
	vertical-align:middle;
}

.MenuButton1 {
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:100 ;
	font-size: 12px;
	text-decoration: none;
	color: #003366;
	background-color: #D1E2FE;
	width: 140px;
	height: 18px;
	vertical-align:middle;
}
A.MenuButton1 {
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:100 ;
	font-size: 12px;
	text-decoration: none;
	color: #003366;
	background-color: #D1E2FE;
	width: 140px;
	height: 18px;
	vertical-align:middle;
}
A.MenuButton1:visited {
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:100 ;
	font-size: 12px;
	text-decoration: none;
	color: #003366;
	background-color: #D1E2FE;
	width: 140px;
	height: 18px;
	vertical-align:middle;
}
A.MenuButton1:hover {
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:100 ;
	font-size: 12px;
	text-decoration: none;
	color: #003366;
	background-color: #E3EDF6;
	width: 140px;
	height: 18px;
	vertical-align:middle;
}


.menu_category {
	font-size: 12px;
	text-decoration : none;
	color:#000033;	
}
a.menu_category
{
	font-size: 12px;
}

.menu_page {
	font-size: 13px;
	font-weight:normal;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
a.menu_page
{
	font-size: 11px;
	font-weight:normal;
}

.menu_page_old {
	font-size: 13px;
	font-weight:normal;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
a.menu_page_old
{
	font-size: 11px;
	font-weight:normal;
}

.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: 10px;
	text-decoration : none;
	COLOR: #808080;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.menu_trail
{
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

.menu_footer {
	font-size: 11px;
	text-decoration : none;
	color : Gray;
}
a.menu_footer
{
	
}

.menu_admin {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #DAA520;
	TEXT-DECORATION: none
}
A.menu_admin{
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #DAA520;
	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: 14px;  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;
}

/* -----------Borders -------------- */
.br1ltgray {
	border: 1px solid #CCCCCC;
}
.br1blue {
	border: 1px solid #8696B6;
}
.br1drkGray {
	border: 1px solid #999999;
}
.br1ltbrown {
	border: 1px solid #BFB48E;
}
.br1ltblue {
	border: 1px solid #ABC6D9;
}
/* ---------- Certificate -------------- */

.cert_text_large {
	font-size:48px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.br1GrayLeft {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.br1GrayBottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D1D8E9;
	border-right-color: #D1D8E9;
	border-bottom-color: #D1D8E9;
	border-left-color: #D1D8E9;
}

.br2BlueBottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 0063A6;
	border-right-color: 0063A6;
	border-bottom-color: 0063A6;
	border-left-color: 0063A6;
}
