.red-divider
{
	background-color: #760B02;
}

.left-panel-background
{
	background-image: url(/images/left-panel-background.gif);
	background-repeat: repeat-x;
}

.panel-background
{
	background-image: url(/images/panel-background.gif);
	background-repeat: repeat-x;
	background-color: #E5EDF2;
}

.vertical-divider-background
{
	background-image: url(/images/vertical-divider.gif);
}

.horizontal-divider-background
{
	background-image: url(/images/horizontal-divider.gif);
}

.horizontal-divider-background-red
{
	background-image: url(/images/horizontal-divider-red.gif);
}

.rowspacing
{
		/*padding-top: 4px;*/
		padding-bottom: 8px;
}

.smallrowspacing
{
		padding-top: 2px;
		padding-bottom: 2px;
}

.light-grey-border
{
	border: solid 1px #CBCDCE;
}

h1
{
	font-family: verdana;
	font-size: 12pt;
	font-weight: lighter;
	color: #333333;
	margin-top: 1px;
	margin-bottom: 1px;
}

h2
{
	font-family: verdana;
	font-size: 11pt;
	font-weight: lighter;
	color: #333333;
	margin-top: 1px;
	margin-bottom: 1px;
}

h3
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: lighter;
	color: #333333;
	margin-top: 1px;
	margin-bottom: 1px;
}
h4
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: lighter;
	color: #333333;
	margin-top: 1px;
	margin-bottom: 1px;
}
h5
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: lighter;
	color: #8B0501;
	margin-top: 1px;
	margin-bottom: 1px;
}
h6
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: lighter;
	color: #00507D;
	margin-top: 1px;
	margin-bottom: 1px;
}
p
{
	font-family: verdana;
	font-size: 8pt;
	color: #333333;
}
li
{
	font-family: verdana;
	font-size: 8pt;
	color: #333333;
}

p.footerlink
{
	font-family: verdana;
	font-size: 8pt;
	color: #666666;
}

a.footerlink:hover
{
	color: #00507D;
}

p.menulink
{
	font-family: verdana;
	font-size: x-small;
	color: #666666;
}

topnavigation
{
	font-size: medium;
	color: #ffffff;
	font-family: verdana;
}

a
{
	text-decoration: none;
	color: #00507D;
}

a:hover
{
	color: #760B02;
}

a.menulink
{
	text-decoration: none;
	color: #00507D;
}

a.menulink:hover
{
	color: #760B02;
}

a.menulink .menuarrow
{
	background-image: url(/images/lnav-buttons/arrow.gif);
}

a.menulink:hover .menuarrow
{
	background-image: url(/images/lnav-buttons/arrow-hover.gif);
}

input
{
	font-size: small;
}

textarea
{
	font-size: small;
}
.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

a.topnav:hover
{
	color: #FFFFFF;
}

.PriceBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8B0501;
	text-decoration: none;
}
.PriceSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.CartHeading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.BodyText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}

.BodyTextSmall
{
	line-height: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	font: xx-small Verdana, Arial, Helvetica, sans-serif;
}

.BodyTextNormal
{
	line-height: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	font: small Verdana, Arial, Helvetica, sans-serif;
}
.BodyTextBold
{
	line-height: normal;
	text-transform: none;
	color: gray;
	text-decoration: none;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}.Hline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.rightline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
