/* Headers */
h1
{
	font-size: 24px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	COLOR: #766B65;
}

/* END Headers */

/* Normal Links */
a
{
	text-decoration: none;
	color: #919191;
}

a:hover
{
	text-decoration: underline;
	color: #919191;
}

.HighLight
{
	color: #606060;
	text-decoration: none;
}

a:hover.HighLight
{
	color: #606060;
	text-decoration: underline;
}
/* END Normal Links */

/* Standard Menus */
a.MenuOn
{
	color: #606060;
	text-decoration: none;
	font-weight: bold;
}

a:hover.MenuOn
{
	color: #606060;
	text-decoration: underline;
	font-weight: bold;
}

a.MenuOff
{
	color: #919191;
	text-decoration: none;
}

a:hover.MenuOff
{
	color: #919191;
	text-decoration: underline;
}
/* END Standard Menus */

/* Category Menus */
a.CategoryMenuOn
{
	color: #606060;
	text-decoration: none;
}

a:hover.CategoryMenuOn
{
	color: #606060;
	text-decoration: underline;
}

a.CategoryMenuOff
{
	color: #ffffff;
	text-decoration: none;
}

a:hover.CategoryMenuOff
{
	color: #ffffff;
	text-decoration: underline;
}
/* END Category Menus */

/* Group Menus */
a.GroupMenuOn
{
	color: #606060;
	text-decoration: none;
}

a:hover.GroupMenuOn
{
	color: #606060;
	text-decoration: underline;
}

a.GroupMenuOff
{
	color: #979797;
	text-decoration: none;
}

a:hover.GroupMenuOff
{
	color: #979797;
	text-decoration: underline;
}
/* END Product Menus */


/* Colours */
.lightcolour
{
	background-color: #f3f3f3;
}

.lightcolour2
{
	background-color: #EAF4F3;
}

.normalcolour
{
	background-color: #D1E887;
}

.darkcolour
{
	background-color: #8FAD9A;
}

.darktext
{
	color: #979797;	
}
/* END Colours */

/* Misc */
.ProductGroupHeader
{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	/*color: #8FAD9A;*/
	color: #606060;
	font-weight: bold;
	height: 28px;
	background: url(../images/dottedlinev1.gif) right repeat-y;
}

.ProductGroupHeader2
{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #606060;
	font-weight: bold;
	height: 28px;
}

.ProductGroupItem
{
	padding-left: 11px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 80px;
	background: url(../images/dottedlinev1.gif) right repeat-y;
}

.ProductGroupItem2
{
	padding-left: 11px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 80px;
}

/* Cart */
.cart
{
	position: absolute;
	z-index: 100;
	width: 280px;
	left: 461px;
	top: 86px;
	border: solid 1px #B3B3B3;
	padding: 5px;
}

.cart .cartClose
{
	position: absolute;
	right: 0;
	top: 0;
}
