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: xx-small;
	color: #ffffff;
}
.navfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	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{
display: block;
}

.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: #9999cc;
}
.cat a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9999cc;
	text-decoration: none
}
.cat a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9999cc;
	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: xx-small;
 font-weight: normal
 }
.hdrproduct {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	}
.hdrproductwhite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	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: xx-small;
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: xx-small;
font-weight: normal
}

.txtfieldsearch{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: x-small;
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: #4A4994;
	font : bold;
}

/*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: xx-small;
}

.minismall
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: normal;
	
	font-size: xx-small;
}

/* 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: xx-small;
	text-decoration: none;
	font-weight: normal;
}
.ftrLinks a:link {
	color: #6666CC;
	font-size: xx-small;
	text-decoration: none;
	font-weight: normal;
}
.ftrLinks a:visited {
	color: #6666CC;
	font-size: xx-small;
	text-decoration: none;
	font-weight: normal;
}
.ftrLinks a:hover {
	color: #ff9900;
	font-size: xx-small;
	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;	
}

/* formats the top left title name*/
.hdrtitlewhite {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	padding : 4px 4px;
	letter-spacing : 1px;
}
.topSellingBuy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #ff9900;
	font-weight: bold;
}
.topSellingBuy a:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #ff9900;
	font-weight: bold;
}
.topSellingBuy a:link  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #ff9900;
	font-weight: bold;
}
.topSellingBuy a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #ff9900;
	font-weight: bold;
}
.topSellingBuy a:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.topSelling {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.topSelling a:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.topSelling a:link  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.topSelling a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.topSelling a:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #ff9900;
	font-weight: bold;
}
/*  formats the login links in the header bar */
.loginlink a:active  {
	color: #000000;
	font-size: xx-small;
	text-decoration: underline;
	font-weight: normal;
} 
.loginlink a:link {
	color: #000000;
	font-size: xx-small;
	text-decoration: underline;
	font-weight: normal;
}
.loginlink a:visited{
	color: #000000;
	font-size: xx-small;
	text-decoration: underline;
	font-weight: normal;
}
.loginlink a:hover {
	color: Red;
	font-size: xx-small;
	text-decoration: none;
	font-weight: normal;
}
.loginlink {
	color: #000000;
	font-size: xx-small;
	text-decoration: none;
	font-weight: normal;
}
.DL a:link { 
color:#FFFFFF; 
text-decoration:none;
}
.DL a:visited { 
color:#FFCC00; 
text-decoration:none;
}
.DL a:hover { 
color:#FFCC00; 
text-decoration:underline;
}
.DL a:active { 
color:#FFCC00; 
text-decoration:none;
}









