/* formats the text of the main page and also determines the colour of the scroll bars*/
body {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: xx-small;
    color: Black;
    scrollbar-base-color : #ff8600;

scrollbar-dark-shadow-color : #ffffff;
scrollbar-arrow-color : #ffffff;
background-color: White;
}
/* formats the standard text links through the store */
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #0000cc;
	text-decoration: underline;
	font-weight : normal;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000cc;
	text-decoration: underline;
	font-size: xx-small;
	font-weight : normal;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #0000cc;
	text-decoration: underline;
	font-weight : normal;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #ff8600;
	text-decoration: none;
	font-weight : normal;
}
/* formats the lok of the normal content text */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	/*line-height: 15px*/
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	/*line-height: 15px*/
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}
/* formats the text fields and submit buttons in the store*/
.txtfield{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	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: 12px;
	font-weight: normal
}
.txtfieldsearch{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	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: 12px;
	color: Black;
	background-color: #C1C1C1;
	border-color : Black;
}
INPUT{
	border: 1 solid #C0C0C0;
	color: #000000
 	font-size: 12px;
}
/*formats text in boxes with backgrounds other than white*/
.whitemenu{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: normal;
	color: Black;
}
/* Roxalt home page formatting*/
.tdline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
}.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff9900;
	background-color: #eeeeee;	
}
.TextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal
}
/* Project Seven Menu Magic styles*/
.pviimenudiv td {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px
}
.pviimenudiv p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	margin-top: 12px;
	margin-bottom: 6px
}
.pviimenudiv b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000
}
.pviimenudiv a:link {
	color: Black;
	text-decoration: underline;
	font-size: 11px;
}
.pviimenudiv a:visited {
	color: Black;
	text-decoration: underline;
	font-size: 11px;
}
.pviimenudiv a:hover {
	color: Black;
	font-size: 11px;
	text-decoration: underline;
}
.pviimenudiv a:active {
	color: Black;
	text-decoration: underline;
	font-size: 11px;
}
/* content page format*/
.contentHdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	/*line-height: 15px;*/
	font-weight : bold;
}
.contentText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	line-height: 15px
}
/*formats the product header display*/
.hdrproduct {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}
.hdrproductwhite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
}
/* formats the price display in the shop */
.price{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: xx-small;
    font-weight: bold;	
}
/*  formats the  table heaer text in the admin section*/
.whitemenubold
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: bold;
	color: #ffffff;
}

.small{
	font-size: xx-small;	
}

/* formats the check out links in shoppage_header.html */
.navlite a:active {
	color: #0000cc;
	font-size: 11px;	
	font-weight: normal;
}
.navlite a:link {
	color: #0000cc;
	font-size: 11px;	
	font-weight: normal;
}
.navlite a:visited {
	color: #0000cc;
	font-size: 11px;	
	font-weight: normal;
}
.navlite a:hover {
	color: #ff8600;
	font-size: 11px;	
	font-weight: normal;
}
.navlite { 
	font-size: 11px;	
}
/* formats the currency change link in shoppage_header.html */
.menulite a:active {
	color: #ffffff;
	font-size: 11px;	
	font-weight: normal;
}
.menulite a:link {
	color: #ffffff;
	font-size: 11px;	
	font-weight: normal;
}
.menulite a:visited {
	color: #ffffff;
	font-size: 11px;	
	font-weight: normal;
}
.menulite a:hover {
	color: Black;
	font-size: 11px;	
	font-weight: normal;
}
.menulite { 
	font-size: 11px;
	background-position : bottom;
}

/*formats the faqs search field*/
.qform{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border-style: solid;
	border-width: 1;
	padding-left: 1;
	padding-right: 1;
	padding-top: 0;
	padding-bottom: 0;
	margin-right:-18px ;
	border-color: #6699CC;
}
.smallwhite {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; color: #FFFFFF}




