BODY
{
	font-family: Verdana, Arial;
	font-size: 10px;
	line-height: 14pt;
	color: #333333
}

.copyright
{
	font-size: 10px;
	color: #333333;
}

.Search
{
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size:  10px;
	font-weight: bold;
}
/* Search box styles */
INPUT.SearchText  {
	FONT-FAMILY : verdana Helvetica, Arial, sans-serif;
	color: #333333;
	FONT-SIZE : 10px;
	height : 17px;
	width: 133px
}

/* paging controls for search results page */
.SearchNav, A.SearchnavOn, A.SearchNavOff
{
	color: #333333;
	font-weight: normal;
	font-size: 10px;
	font-weight: bold;
}
A.SearchNavOn, A.SearchNavOn:link, A.SearchNavOn:visited, A.SearchNavOn:active
{
	font-weight: bold;
	text-decoration: none;
}
A.SearchNavOn:hover
{
	font-weight: bold;
	text-decoration: underline;
}
A.SearchNavOff, A.SearchNavOff:link, A.SearchNavOff:visited, A.SearchNavOff:active
{
	text-decoration: none;
}
A.SearchNavOff:hover
{
	text-decoration: underline;
}

/* backgrounds for headers, footers, left panel, etc */
TD.surround
{
	background: #ffffff;
}
TD.surroundSearch
{
	background: #C4DEA0;
}
TD.surroundL
{
	background: #0769B0;
	border-left: solid 1px #000000;
}
TD.surroundR
{
	background: #F7FBEE;
}
TD.surroundB
{
	background: #0769B0;
	border-bottom: solid 1px #000000;
}
TD.surroundT
{
	background: #0769B0;
	border-top: solid 1px #000000;
}

A.Basket, A.Basket:link, A.Basket:visited
{
	color: #666666;
	font-size:  10px;
	font-family:  Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
A.Basket:hover
{
	color: #666666;
	font-size:  10px;
	font-weight: normal;
	text-decoration: underline;
}
.Instructions
{
	border: solid 1px black;
}
/* top buttons */
A.NavButton, A.NavButton:link, A.NavButton:visited
{
    color: #666666;
	font: Gill Sans MT, 
    text-decoration: none;
    font-size:  11px;
    font-weight: normal
}

A.NavButton:hover
{
    color: white;
    text-decoration: none;
}

/* content page navigation */
A.NavUnselected, A.NavUnselected:link, A.NavUnselected:visited
{
	color: #666666;
	font-size:  13px;
	font-family: Gill Sans MT, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
A.NavUnselected:hover
{
	color: #666666;
	font-size:  13px;
	font-weight: normal;
	text-decoration: underline;
}
A.NavSelected, A.Navselected:link, A.Navselected:visited, A.Navselected:hover
{
	color: white;
	font-size:  13px;
	font-family: Gill Sans MT, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

/* content */
h1
{
	font-size: 13px;
	font-family: Gill Sans MT, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #663300
}
h1.inline {
display: inline;
}

h2
{
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #668721;
} 
}

.content
{
	font-size: 10px;
	line-height: 14pt;
}

A:link, A:active, A:visited
{
	font-size: 10px;
	color: #669999;
	font-weight:normal;
	text-decoration: underline;
}

A:hover
{
	color: steelblue;
	font-weight:normal;
	text-decoration: underline;
}
.SiteMapLinkSpacer
{
	font-size: 10px;
	color: #669999;
	font-weight:normal;
	text-decoration: none;
	line-height: 16px
}

/* shopping basket */
.BasketListHeader
{
    background-color: #C4DEA0;
    border-bottom: #663300;
    border-left: #663300 1px solid;
    color: #663300;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px
}

.BasketListItem
{
    background-color: #ffffff;
    border-bottom: #663300;
    border-left: #6633001px solid;
    color: #663300;
    font-family: Verdana, Arial;
    font-size: 10px;
    padding-left: 5px
}

.BasketListItemAlt
{
    background-color:  #EFF7DF;
    border-bottom: #663300;
    border-left: #6633001px solid;
    color: #663300;
    font-family: Verdana, Arial;
    font-size: 10px;
    padding-left: 5px
}

.BasketListFooter
{
    background-color:#C4DEA0;
    line-height: 10pt
}

.BasketSubHeader
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.BasketText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.BasketTotal
{
	border-top: double 1px #333333;
}

A.ButtonText:link, A.ButtonText:active, A.ButtonText:visited
{
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
A.ButtonText:hover
{
	text-decoration: underline;
}

INPUT.button
{
	FONT-FAMILY : verdana, Helvetica, Arial, sans-serif;
	color: #638930;
	background-color: #FFFFFF;
	FONT-SIZE : 10px;
	font-weight: bold;
	text-decoration: none;
	height : 24px;
	border-left: 1px solid #C4DEA0;
	border-right: 1px solid #C4DEA0;
	border-top: 1px solid #C4DEA0;
	border-bottom: 1px solid #C4DEA0;
	width: 120px
}


/* contact form, login form, etc */
.FormFieldName
{
    font-family: Verdana, Arial;
    font-size: 10px;
    line-height: 20pt;
    font-weight: bold;
}

.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 20pt;
    text-decoration: none;
}
A.ErrorText,A.ErrorText:link,A.ErrorText:active,A.ErrorText:visited
{
	color: red;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 20pt;
	text-decoration: underline;
}

A.ErrorText:hover
{
	color: #663300
}

/* product catalogue */
.ProductFieldName
{
	font-size: 11px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ProductFieldValue
{
	font-size: 11px;
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ProductPriceLarge
{
	font-size: 14px;
    font-weight: bold;
}

.ProductPriceSmall
{
	font-size: 11px;
    font-weight: bold;
}
.ProductPriceNumber
{
	font-size: 11px;
    font-weight: normal;
}

.imagepad
{
	border: none;
	border-right: solid 10px white;
}


.OutOfStock
{
	font-size: 10px;
    font-weight: bold;
    color: #996633;
}

.ProductListHeader 
{
    color: #668721;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
.ProductOptionsText
{
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
a.Options, a.Options:link, a.Options:active, a.Options:visited
{
	color: #669999;
    font-size: 10px;
    font-weight: normal;
	padding-top: 10px;
    text-decoration: underline;
}
a.Options:hover
{
	color: steel blue;
    font-size: 10px;
    font-weight: normal;
	padding-top: 10px;
    text-decoration: underline;
}
TD.Options
{
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
SELECT.Options
{
	FONT-FAMILY : verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	FONT-SIZE : 11px;
	height : 18px;

}

.ProductListItem
{
    color: black;
    font-size: 10px
}

SELECT.Delivery
{
	FONT-FAMILY : verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	FONT-SIZE : 11px;
	height : 18px;

	}
.CheckoutEmph
{
    color: #668721;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
.Credit
{
    color: #999999;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
	padding-right: 5px;
	padding-bottom: 2px
}
a.Credit, a.Credit:visited, a.Credit:link, a.Credit:hover
{
    color: #999999;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}

/* ORIGINAL STYLESHEET STARTS HERE */
.Emph
{
    font-family: Verdana, Arial;
    font-size: 10px;
    line-height: 14pt;
    color: #333333;
    font-weight: bold
}

.HomeHead
{
    color: #668721;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    HEIGHT: 35px
}


/* */
.ContentHead
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}

/* */
.SubContentHead
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: normal;
    height: 20px
}

/* */
.UnitCost
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 15px;
    line-height: 20pt
}

/* */
.ModelNumber
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 20pt
}

/* */

.MostPopularHead
{
    background-color: #0769B0;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none
}

A.MostPopularItemText:hover
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: underline
}

/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: underline;
    color: #333333;
    font-size: 10px;
}   

A.SiteLink:hover    
{
    text-decoration: underline;
}

/* */
.Spacer
{
	color: white;
	font-size:  12px;
}
/*level 1 category navigation */
TD.CategoryUnselected1
{
    background: #EFF7DF;
	color: #666666;
	font-size: 10pt;
	font-weight: Bold;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
}
A.CategoryUnselected1, A.CategoryUnselected1:link, A.CategoryUnselected1:active, A.CategoryUnselected1:visited
{
    color: #666666;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  10px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}
A.CategoryUnselected1:hover
{
    color: #FFFFFF;
}
TD.CategorySelected1
{
    background: #C4DEA0;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
}
A.CategorySelected1,A.CategorySelected1:link,A.CategorySelected1:visited,A.CategorySelected1:active,A.CategorySelected1:hover
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
	font-size:  10px;
	font-weight: bold;
    padding-left: 10px
}

/* level 2 category navigation */
TD.CategoryUnselected2
{
    background: #E8F3CF;
	color: #666666;
	font-size: 10pt;
	font-weight: normal;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
}
A.CategoryUnselected2, A.CategoryUnselected2:link, A.CategoryUnselected2:active, A.CategoryUnselected2:visited
{
    color: #666666;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  10px;
    font-weight: normal;
    line-height: 16px;
    padding-left: 10px
}
A.CategoryUnselected2:hover
{
    color: #FFFFFF;
}
TD.CategorySelected2
{
    background: #D8E9C0;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
}
A.CategorySelected2,A.CategorySelected2:link,A.CategorySelected2:active,A.CategorySelected2:visited,A.CategorySelected2:hover
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
	font-size:  10px;
	font-weight: bold;
    padding-left: 10px
}


/* level 3 category navigation */
TD.CategoryUnselected3
{
    background: #E1EFC0;
	color: #666666;
	font-size: 10pt;
	font-weight: normal;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
}
A.CategoryUnselected3, A.CategoryUnselected3:link, A.CategoryUnselected3:active, A.CategoryUnselected3:visited
{
    color: #666666;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  10px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}
A.CategoryUnselected3:hover
{
    color: #FFFFFF;
}

TD.CategorySelected3
{
    background: #DDECCA;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
}
A.CategorySelected3,A.CategorySelected3:link,A.CategorySelected3:active,A.CategorySelected3:visited
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
	font-size:  10px;
	font-weight: bold;
    padding-left: 10px
}
A.CategorySelected3:active
{
    color: #FFFFFF;
}

/* GENERAL */
.form
{
	border: none;
	margin: 0px
}
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
    margin-left: -4px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
/*    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; */
    background-color:#ccccaa;    
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px    
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}


SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
    text-align:left
}

