/* ----- MAIN SETTINGS ---- */

A:link {
	text-decoration: none;
		color: #FFF;
}
A:visited {
	text-decoration: none;
		color: #FFF;
} 
A:hover {
	color: #FFCC66;
}

.transwht A:link {
	text-decoration: underline;
	color: #071B26;

}
.transwht A:visited {
	text-decoration: underline;
	color: #000;

} 
.transwht A:hover {
	color: #FFCC66;
}

h3 A:link {
	text-decoration: none;
	color: #FFCC66;
}
h3 A:visited {
	text-decoration: none;
	color: #FFCC66;
} 
h3 A:hover {
	color: #fff;
}


/* This is the default font for the entire page body */
.mainpage {
	font-size : 12px;
	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 : #FFCC66;
}

/* 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: 1px;
	height: 2px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0px;
}
HR.thinline {
	size: 1px;
	height : 1px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 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-family:  Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
}
.cat_title_small {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;

}
.cat_title_list {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight: bold;
	text-decoration: underline
		
}

.cat_text_large {
	font-size: 2.0em;
		
}
.cat_text_featured {
	font-size: 1.5em;
		
}
.cat_text_small {
	font-size: 1em;
	vertical-align: top;		
}
.cat_text_list {
	font-size: 12px;
		color: #FFFFFF;
}

/* FEATURE:.Detail page -------------------------------- */

/* Style for detail item name, if no image defined   */
.FeatureTitle {
	font-size : 2.0em;
}
/* 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 : 3em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color : #fff;
	margin: 0px;
	position: relative;

	text-align: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	}

.prodname a:link{
	background-color: #071B26;
	opacity:.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	border: 1px solid #FFFFFF;
}


/* 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 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 -----*/

#input-form{
}

#input-form th {
	padding: 5px;
		text-align: left;
}

.BoxTitle {
	font-size: 16px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
		text-align: left;

}
.BoxText {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}


/* ----- 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;
}

.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: 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;
	color: #FFFFFF;	 
}
.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 {
	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 {
	clear:both;
	color: #CCCCCC;
	display: block;
	position: absolute;
	top: 30px;
	right: 12px;
}

.menu_trail {
	font-size: 11px;
	text-decoration : none;
	color: #CCCCCC;
}

a.menu_trail
{
	font-size: 11px;
}


.menu_footer {
	font-size: 10px;
	text-decoration : none;
	color : Gray;
}



a.menu_footer
{
	
}

.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; 
}



/* ----- 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;
}


/* ---------- Addy --------------------- */
#addy{
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 32px;
	background-color: #005375;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
}

#addy img{
	float: left;
	display: block;
	padding-right: 5px;
	height: 31px;
	width: 25px;
}

#addy p{
	font-size: 1em;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clear{
	clear: both;
}