

/* formats the text and the drop down list in the nav bar  */
.navtext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff;
}
.navfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	background-color: #666666;
}
/* formats the standard text links through the store */
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight : bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size : 12px;
	font-weight : bold;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight : bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B418C;
	text-decoration: underline;
	font-weight : bold;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-weight : bold;
	font-size: 12px
}
td {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; font-size: 12px}
/* formats the check out links in shoppage_header.html */
.navlite a:active {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
.navlite a:link {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
.navlite a:visited {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
.navlite a:hover {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
.navlite { }
/*  formats the navigation links in the nav bar */
.menulite a:active  { 	font : 12px Verdana, Arial, Helvetica, sans-serif;	color: #ffffff; 	text-decoration: none	 } 
.menulite a:link { 	font : 12px Verdana, Arial, Helvetica, sans-serif;	color: #ffffff; 	text-decoration: none	 }
.menulite a:visited{	font : 12px Verdana, Arial, Helvetica, sans-serif;	color: #ffffff; 	text-decoration: none}
.menulite a:hover {	font : 12px Verdana, Arial, Helvetica, sans-serif;  color: #ffffff;	font-size: 12px}
.menulite {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #6B418C}
/* formats the category text links */
.cat
 {
    font-family:Courier New, Courier, mono, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #6B418C;
}
.cat a:active {
	font-family:Courier New, Courier, mono, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #6B418C;
	text-decoration: none
}
.cat a:link {
	font-family:Courier New, Courier, mono, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #6B418C;
	text-decoration: none
}
.cat a:visited {
	font-family:Courier New, Courier, mono, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #6B418C;
	text-decoration: none
}
.cat a:hover {
	font-family:Courier New, Courier, mono, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #ff8700;
	text-decoration: underline
}

/*  can be used for when smaller text is needed */
 .small
 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal
}
.hdrproduct {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Black;
}
.hdrproductwhite {
	font-family:Courier New, Courier, mono, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

/* formats the text fields and submit buttons in the store*/
.txtfield 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #cccccc;
	border: #333333;
	border-style: groove;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}

.txtfielddropdown
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}

.txtfieldsearch
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color : #cccccc;
	border-bottom-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-top-width : 0px;
	border: 1px solid Gray;
	color: #ffffff
}
.submitbtn
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #666666;
}

/*formats text in boxes with backgrounds other than white*/
.whitemenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: Black;
	
}









/*  formats the  table heaer text in the admin section*/
.whitemenubold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cccccc;
}

/*   formats the appearance of the mini cart*/
.whiteminiboldsmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size : 10px;
}

.minismall
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: normal;
	
	font-size : 10px;
}





