/* GENERAL STYLES */
body 
{
    font-family: verdana, arial, helvetica; 
    background-color: Gray;
    color: black;
    font-size: 8pt;
}

a img
{
	border: none;
}

hr.ProductListSeperator
{
	width: 546px;
	color: #009999;
	height: 1px;
}

.PageTitle 
{
	font-size: medium;
	font-weight: bold;
	color: #e13b2b;
	padding: 10px 0px 10px 0px;
	text-align: left;
}

.SectionTitle 
{ 
	font-size: 9pt;
	font-weight: bold;
	color: #e13b2b;
}

.WelcomeText
{
	font-size: 8pt;
}

A.WelcomeText:link 
{
	font-size: 8pt;
	color: #009999;
	text-decoration: none;
}

A.WelcomeText:active 
{
	font-size: 8pt;
	color: #670893;
	text-decoration: none;
}

A.WelcomeText:visited 
{
	font-size: 8pt;
	color: #009999;
	text-decoration: none;
}

A.WelcomeText:hover 
{
	font-size: 8pt;
	color: #670893;
	text-decoration: underline;
}

A.NoDecoration:link 
{
	text-decoration: none;
	border: none;
}

A.NoDecoration:active 
{
	text-decoration: none;
	border: none;
}

A.NoDecoration:visited 
{
	text-decoration: none;
	border: none;
}

A.NoDecoration:hover 
{
	text-decoration: none;
	border: none;
}

.PhoneNumber
{
	font-size: x-small;
	font-weight: bold;
	color: #25368f;	
}

.PhoneNumberSmall
{
	font-size: xx-small;
	font-weight: bold;
	color: #25368f;	
}

.MenuFooterItem 
{
	font-size: 7pt;
}

A.MenuFooterItem:link 
{
	font-size: 7pt;
	color: #25368f;
	text-decoration: none;
}

A.MenuFooterItem:active 
{
	font-size: 7pt;
	color: #670893;
	text-decoration: none;
}

A.MenuFooterItem:visited 
{
	font-size: 7pt;
	color: #25368f;
	text-decoration: none;
}

A.MenuFooterItem:hover 
{
	font-size: 7pt;
	color: #670893;
	text-decoration: underline;
}
A.TopMenuItem
{
	background-repeat: no-repeat;
	background-image: url('../images/left-menu-seperator.gif');
	background-position: right;
	padding-right: 20px;
}
A.TopMenuItemLast,
A.TopMenuItem
{
	font-size: 8pt;
	color: #670893;
	text-decoration: none;
	font-weight: 600;
	padding-left: 10px;
}
A.TopMenuItemLast:hover,
A.TopMenuItem:hover 
{
	text-decoration: underline;
}
.LeftMenuItem
{
	background-repeat: no-repeat;
	background-image: url('../images/left-menu-seperator.gif');
	margin: 0px 0px 10px 0px;
}
.LeftMenuItemLink
{
	margin-left: 15px;
	display: inline-block;
	font-size: 8pt;
	color: #670893;
	text-decoration: none;
	font-weight: 600;
}
A.LeftMenuItemLink:hover 
{
	text-decoration: underline;
}

A.HomeLinkItem:link 
{
	font-size: 8pt;
	color: #e13b2b;
	text-decoration: none;
	font-weight: 600;
}

A.HomeLinkItem:active 
{
	font-size: 8pt;
	color: #e13b2b;
	text-decoration: none;
	font-weight: 600;
}

A.HomeLinkItem:visited 
{
	font-size: 8pt;
	color: #e13b2b;
	text-decoration: none;
	font-weight: 600;
}

A.HomeLinkItem:hover 
{
	font-size: 8pt;
	color: #e13b2b;
	text-decoration: underline;
	font-weight: 600;
}


.StandardText
{
    font-size: 8pt;
}

.SmallText
{
    font-size: 7pt;
}

.HighlitedText
{
    font-size: 8pt;
    font-weight: bold;
    color: #25368f;
}

.HighlitedTextRed
{
    font-size: 8pt;
    font-weight: bold;
    color: #e13b2b;
}

.StandardError
{
    font-size: 8pt;
    color :Red;
}

TD
{
    font-size: 8pt;
}

.HomeBoxTitle
{
	font-family: Arial;
	font-size: 9pt;
	color : Blue;
}

.HomeBoxText
{
	font-family: Arial;
	font-size: 8pt;
}

TD.leftMenuCatagories
{
	height: 250px;
}

.BasketHeaderLineSpacer
{
	height: 20px;
}

.BasketItem
{
	font-size: 8pt;
	font-weight: normal;
	background-color: Gold;
}

.BasketItemAlt
{
	font-size: 8pt;
	font-weight: normal;
	background-color: White;
}

.BasketTotal
{
	font-size: 8pt;
	font-weight: bold;
	background-color: White;
}

.BasketItemHeader
{
	font-size: 8pt;
	font-weight: bold;
}

.CheckoutText
{
	font-size: 8pt;
	font-weight: normal;
}

.OrderConfHeader
{
	font-size: 8pt;
	font-weight: bold;
	height: 25px;
}

.OrderConfItem
{
	font-size: 8pt;
	font-weight: normal;
}

.OrderConfItemCurrency
{
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
}

.OrderConfTotal
{
	font-size: 8pt;
	font-weight: bold;
	color: #009999
}

.OrderConfLeftSpace
{
	width: 40px
}

.OrderConfCentreSpace
{
	width: 40px
}

.AddressInputLine
{
	font-size: 8pt;
	width: 150px;
}

.AddressInputLineSpacer
{
	width: 10px;
}

.CCInputLine
{
	font-size: 8pt;
	width: 150px;
}

.CCInputLeftSpacer
{
	width: 10px;
}

.CCInputLineSpacer
{
	height: 20px;
}

.PaymentLeftSpacer
{
	width: 10px;
}

.PaymentLineSpacer
{
	height: 10px;
}

.DeleiveryOptLineSpacer
{
	height: 15px;
}

.ShippingTerms
{
	font-weight: bolder;
}

.AddressLeftSpacer
{
	width: 200px;
}

.OrderSummaryLeftSpacer
{
	width: 10;
}

.OrderSummaryRightSpacer
{
	width: 20;
}
.Price
{
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	color: #009999

}
.ColouredTable
{
	border-style:solid;
	border-color: #e13b2b;
	border-width: 1px;
	
}

.SpacedList
{
	line-height: 15pt;
}

/* EDITOR PROPERTIES */

