body {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: x-small;	
color: #666666;
scrollbar-base-color : #6666CC;

scrollbar-dark-shadow-color : #ffffff;
scrollbar-arrow-color : #ffffff;
background-color: White;
}

/* 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: 9px;
	color: #CCCCCC;
	background-color: #666666;
}
.manufield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #666666;
}
/* formats the standard text links through the store */
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-decoration: none;
	font-weight : bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: x-small;
	font-weight : bold;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-decoration: none;
	font-weight : bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #6B418C;
	text-decoration: underline;
	font-weight : bold;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: x-small;
}
br {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: x-small;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: x-small
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: x-small;
	list-style-image : url('../images/misc/bullet.gif');
}
/* formats the check out links in shoppage_header.html */
.navlite a:active {
	color: #ffffff;
	font-size: x-small;
	text-decoration: none;
	font-weight: normal;
}
.navlite a:link {
	color: #ffffff;
	font-size: x-small;
	text-decoration: none;
	font-weight: normal;
}
.navlite a:visited {
	color: #ffffff;
	font-size: x-small;
	text-decoration: none;
	font-weight: normal;
}
.navlite a:hover {
	color: #ffffff;
	font-size: x-small;
	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:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6B418C;
}
.cat a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6B418C;
	text-decoration: none
}
.cat a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6B418C;
	text-decoration: none
}
.cat a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6B418C;
	text-decoration: none
}
.cat a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff8700;
	text-decoration: underline
}

/*  can be used for when smaller text is needed */
 .small
 { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px;
 font-weight: normal
 }
.hdrproduct {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	}
.dualproduct {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: ;
	color: #666666
	}
.hdrproductwhite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

/* formats the text fields and submit buttons in the store*/
.txtfield 
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px;
font-weight: normal;
	background-color: #FFFFFF;
	border: #333333;
	border-style: groove;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}

.txtfielddropdown
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px;
font-weight: normal
}

.txtfieldsearch
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px;
font-weight: normal;
 background-color : #77B4EB;
 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: 11px;
	color: #ffffff;
	background-color: #9999cc;	
}

/*formats text in boxes with backgrounds other than white*/
.whitemenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: normal;
	color: #ffffff;
}

/*  formats the  table heaer text in the admin section*/
.whitemenubold
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: bold;
	color: #ffffff;
}

/*   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;
}

/* formats the top selling buy now links */
.topSellingBuy {
    color: #ff9900;
	font-size: x-small;
	text-decoration: none;
	font-weight: bold; 
	}
.topSellingBuy a:active {
	color: #ff9900;
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
}
.topSellingBuy a:link {
	color: #ff9900;
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
}
.topSellingBuy a:visited {
	color: #ff9900;
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
}
.topSellingBuy a:hover {
	color: #6666CC;
	font-size: x-small;
	text-decoration: underline;
	font-weight: bold;
}

/* formats the top selling buy now links */
.topSelling {}
.topSelling a:active {
	color: #666666;
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
}
.topSelling a:link {
	color: #666666;
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
}
.topSelling a:visited {
	color: #666666;
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
}
.topSelling a:hover {
	color: #ff9900;
	font-size: x-small;
	text-decoration: underline;
	font-weight: bold;
}

/* formats the feature header text*/
.featurebold{
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: x-small; 
 font-weight: bold;	
}

/* formats the top selling buy now links */
.ftrLinks {}
.ftrLinks a:active {
	color: #6666CC;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
.ftrLinks a:link {
	color: #6666CC;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
.ftrLinks a:visited {
	color: #6666CC;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
.ftrLinks a:hover {
	color: #ff9900;
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
}










/* formats the price display in the shop */
.price{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: x-small;
    font-weight: bold;	
}
