/* CSS Document */
/* from http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm */
/* Notee: Padding will control how far our left icons are spaced. */

A         {text-decoration:underline; font: 14px Arial; color: #0000C0;} 
A:visited {text-decoration:underline; font: 14px Arial; color: #0000C0;}
A:hover   {text-decoration:underline; color: black; background-color: #EFE4A2;  }

A.pagelink         {text-decoration:underline; font: 14px Arial; color: #EFE4A2;}
A.pagelink:visited {text-decoration:underline; font: 14px Arial; color: #EFE4A2;}
A.pagelink:hover   {text-decoration:none; color: white; background-color: #9C9E9C;  }


A.topnav         {text-decoration:none; font: bold 11px Arial; color: #000088; PADDING-BOTTOM: 1px; PADDING-TOP: 1px;}
A.topnav:visited {text-decoration:none; font: bold 11px Arial; color: #000088; PADDING-BOTTOM: 1px; PADDING-TOP: 1px;}
A.topnav:hover   {text-decoration:none; font: bold 11px Arial; color: white; background-color: #9C9E9C;  }

A.topnavnoblock         {text-decoration:none; font: bold 11px Arial; color: #000088; PADDING-BOTTOM: 1px; PADDING-TOP: 1px;}
A.topnavnoblock:visited {text-decoration:none; font: bold 11px Arial; color: #000088; PADDING-BOTTOM: 1px; PADDING-TOP: 1px;}
A.topnavnoblock:hover   {text-decoration:none; font: bold 11px Arial; color: white; background-color: #9C9E9C;  }

A.leftnav         {text-decoration:none; font: bold 11px Arial; color: white; PADDING-BOTTOM: 1px; PADDING-TOP: 1px;}
A.leftnav:visited {text-decoration:none; font: bold 11px Arial; color: white; PADDING-BOTTOM: 1px; PADDING-TOP: 1px;}
A.leftnav:hover   {text-decoration:none; font: bold 11px Arial; color: yellow; background-color: red;  }

A.botnav         {text-decoration:none; font: bold 12px Arial; color: white; DISPLAY: block; PADDING-BOTTOM: 1px; PADDING-TOP: 1px;}
A.botnav:visited {text-decoration:none; font: bold 12px Arial; color: white; DISPLAY: block; PADDING-BOTTOM: 1px; PADDING-TOP: 1px;}
A.botnav:hover   {text-decoration:none; font: bold 12px Arial; color: black; background-color: #FBF2A7;  }

P {
	font: normal 14px Arial;
	color: black;
}

P.question {
	font: bold 14px Arial;
	color: #FBF2A7; /* Gold question */
}
P.answer {
	font: normal 13px Arial;
	color: white;
}

H1 {
	font: bold 20px Arial;
	color: #880000;
	text-align: center;
}

H2 {
	font: bold 17px Arial;
	color: #880000;
}

H3 {
	font: bold 15px Arial;
	color: #880000;
}

// Header bar across top of group listing....
.groupheader {
	font: bold 20px Arial;
	color: #EFE4A2;
	DISPLAY: block; 
	background-color: #AA0000; 
	text-align: center;
	/* border: solid 2px #880000; */
}

.faqheader {
	font: bold 17px Arial;
	color: #CCCCCC;
	DISPLAY: block; 
	background-color: #9C9E9C; 
	color: black;
	text-align: center;
	border: solid 2px #880000;
}

// Displayed on item detail under picture
.specialnotes {
	font: bold 14px Arial;
	color: #880000;
}

.shippingnotes {
	font: bold 14px Arial;
	color: black;
}

// This is the style for the cell representing the main body of all page  (was #666666 back)
TD.mainbodyallpages {
	color:black;
	background-color:white;
	font: normal 14px Arial;
}

TD.formleft {
	font: bold 14px Arial;
	color: black;
	text-align: right;
}


#dropmenudiv {
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 22px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;  /* color of menu dividers at end */
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: white; /* Color of drop-down menu links */
}

#dropmenudiv a:hover{ /* hover over dropdown menu background color */
	background-color: #666666;
}

