/*
CSS Stylesheet for Edwardes website
Created January 2006 - Version 1.0 

Version Control:
Version No  Date        Comment
1.0         08/01/2006  Stylesheet Created

*/

/* body style used to define the appearance of general text within the website */

a.bodyNav:link {
	/* Style used for hyper links in the body of the page
	- defined to use orange font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF0000;
	text-decoration: underline;
}	
a.bodyNav:visited {
	/* Style used for hyper links in the body of the page
	- defined to use black font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF0000;
	text-decoration: underline;
}
a.bodyNav:hover {
	/* Style used for hyper links in the body of the page
	- defined to use dark grey font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
	text-decoration: none;
}
a.bodyNav:active {
	/* Style used for hyper links in the body of the page
	- defined to use black font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF0000;
	text-decoration: underline;
}
a.bodyNavBlue:link {
	/* Style used for hyper links in the body of the page
	- defined to use orange font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000099;
	text-decoration: underline;
}	
a.bodyNavBlue:visited {
	/* Style used for hyper links in the body of the page
	- defined to use black font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000099;
	text-decoration: underline;
}
a.bodyNavBlue:hover {
	/* Style used for hyper links in the body of the page
	- defined to use dark grey font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	text-decoration: none;
}
a.bodyNavBlue:active {
	/* Style used for hyper links in the body of the page
	- defined to use black font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000099;
	text-decoration: underline;
}
a.bodyNavSmall:link {
	/* Style used for small text hyper links in the body of the page
	- defined to use orange font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: blue;
	text-decoration: underline;
}	
a.bodyNavSmall:visited {
	/* Style used for small text hyper links in the body of the page
	- defined to use black font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: blue;
	text-decoration: underline;
}
a.bodyNavSmall:hover {
	/* Style used for small text hyper links in the body of the page
	- defined to use dark grey font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FF0000;
	text-decoration: underline;
}
a.bodyNavSmall:active {
	/* Style used for small text hyper links in the body of the page
	- defined to use black font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: blue;
	text-decoration: underline;
}
a.picNav:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.picNav:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.picNav:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.picNav:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.buttonBoldGrey:link {
	/* Style used for bold grey text for buttons 
	- defined to use grey font colour 666666 and bold */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #666666;
	line-height: 15pt;
}
a.buttonBoldGrey:visited {
	/* Style used for bold grey text for buttons 
	- defined to use grey font colour 666666 and bold */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #666666;
	line-height: 15pt;
}
a.buttonBoldGrey:hover {
	/* Style used for bold grey text for buttons 
	- defined to use grey font colour 666666 and bold */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #666666;
	line-height: 15pt;
}
a.buttonBoldGrey:active {
	/* Style used for bold grey text for buttons 
	- defined to use grey font colour 666666 and bold */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #666666;
	line-height: 15pt;
}
a.footerNav:link {
	/* Style used for hyper links in the footer of the page
	- defined to use dark grey font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	text-decoration: underline;
}
a.footerNav:visited {
	/* Style used for hyper links in the footer of the page
	- defined to use dark grey font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	text-decoration: underline;
}
a.footerNav:hover {
	/* Style used for hyper links in the footer of the page
	- defined to use dark grey font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF0000;
	text-decoration: underline;
}
a.footerNav:active {
	/* Style used for hyper links in the footer of the page
	- defined to use dark grey font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	text-decoration: underline;
}
a.mailtoNav:link {
	/* Style used for hyper links in the body of the page
	- defined to use orange font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
	text-decoration: underline;
}	
a.mailtoNav:visited {
	/* Style used for hyper links in the body of the page
	- defined to use black font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
	text-decoration: none;
}
a.mailtoNav:hover {
	/* Style used for hyper links in the body of the page
	- defined to use dark grey font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF0000;
	text-decoration: underline;
}
a.mailtoNav:active {
	/* Style used for hyper links in the body of the page
	- defined to use black font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
	text-decoration: none;
}

a.mailtoNavWhite14px:link {
	/* Style used for hyper links in the body of the page
	- defined to use orange font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
}	
a.mailtoNavWhite14px:visited {
	/* Style used for hyper links in the body of the page
	- defined to use black font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
a.mailtoNavWhite14px:hover {
	/* Style used for hyper links in the body of the page
	- defined to use dark grey font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
}
a.mailtoNavWhite14px:active {
	/* Style used for hyper links in the body of the page
	- defined to use black font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

a.mailtoNavDarkBlue14px:link {
	/* Style used for hyper links in the body of the page
	- defined to use orange font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #135C97;
	text-decoration: underline;
}	
a.mailtoNavDarkBlue14px:visited {
	/* Style used for hyper links in the body of the page
	- defined to use black font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #135C97;
	text-decoration: none;
}
a.mailtoNavDarkBlue14px:hover {
	/* Style used for hyper links in the body of the page
	- defined to use dark grey font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #135C97;
	text-decoration: underline;
}
a.mailtoNavDarkBlue14px:active {
	/* Style used for hyper links in the body of the page
	- defined to use black font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #135C97;
	text-decoration: none;
}

/* Start of styles used for login, search and basket summary at top of website */

a.bodyNavMedBold:link {
	/* Style used for hyper links in the body of the page
	- defined to use a medium red font
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #f42941;
	text-decoration: none;
}	
a.bodyNavMedBold:visited {
	/* Style used for hyper links in the body of the page
	- defined to use a medium red font
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #f42941;
	text-decoration: none;
}
a.bodyNavMedBold:hover {
	/* Style used for hyper links in the body of the page
	- defined to use a medium red font
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #f42941;
	text-decoration: none;
}
a.bodyNavMedBold:active {
	/* Style used for hyper links in the body of the page
	- defined to use a medium red font
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #f42941;
	text-decoration: none;
}

.bodyNavMedBold {
	/* Style used for hyper links in the body of the page
	- defined to use a medium red font
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #f42941;
	text-decoration: none;
}

.blueBorder {
	border-top: 1px solid #00199f;
	border-right: 1px solid #00199f;
	border-bottom: 1px solid #00199f;
	border-left: 1px solid #00199f;
}

.blueBorderNav {
	border-top: 1px solid #00199f;
	border-right: 1px solid #00199f;
	border-bottom: 1px solid #00199f;
	border-left: 1px solid #00199f;
	cursor:pointer;
}

a.blueBorderNav:link {
	border-top: 1px solid #00199f;
	border-right: 1px solid #00199f;
	border-bottom: 1px solid #00199f;
	border-left: 1px solid #00199f;
	cursor:pointer;
}


a.blueBorderNav:visited {
	border-top: 1px solid #00199f;
	border-right: 1px solid #00199f;
	border-bottom: 1px solid #00199f;
	border-left: 1px solid #00199f;
	cursor:pointer;
}


a.blueBorderNav:hover {
	border-top: 1px solid #00199f;
	border-right: 1px solid #00199f;
	border-bottom: 1px solid #00199f;
	border-left: 1px solid #00199f;
	cursor:pointer;
}

a.blueBorderNav:active {
	border-top: 1px solid #00199f;
	border-right: 1px solid #00199f;
	border-bottom: 1px solid #00199f;
	border-left: 1px solid #00199f;
	cursor:pointer;
}

.bodyBlue12px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0019a8;
}

.bodyWhite14px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height:18px;
}

.bodyWhite14pxList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height:18px;
	list-style-type: disc;
}

.bodyDarkBlue14px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #135C97;
	line-height:18px;
}

.tableRow12px {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00199F;
	font-size: 12px;
	padding: 2px;
}

.tableRowRight12px {
	background-color: #FFFFFF;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* End of styles used for login, search and basket summary at top of website */

.body{
	/* Style used for normal text within pages
	- defined to use black font colour and no underline */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.bodyBlue{
	/* Style used for normal text within pages
	- defined to use black font colour and no underline */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
}
.bodyBlueBold{
	/* Style used for normal text within pages
	- defined to use black font colour and no underline */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
	font-weight:bold;
}
.bodyBlueBoldRight{
	/* Style used for normal text within pages
	- defined to use black font colour and no underline */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
	font-weight:bold;
	text-align:right;
}
.bodyRed{
	/* Style used for normal text within pages
	- defined to use black font colour and no underline */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF0000;
}
.bodyRedSmall{
	/* Style used for normal text within pages
	- defined to use black font colour and no underline */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
}
.bodySmall{
	/* Style used for normal text within pages
	- defined to use black font colour and no underline */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000099;
}
.bodyVerySmall{
	/* Style used for normal text within pages
	- defined to use black font colour and no underline */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000099;
}
.bodyNavSmall {
	/* Style used for small text hyper links in the body of the page
	- defined to use black font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: blue;
	text-decoration: none;
}
.bodyBoldGrey {
	/* Style used for bold grey text within pages
	- defined to use grey font colour 666666 and bold */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #666666;
	line-height: 15pt;
}
.bodyBoldGreyRight {
	/* Style used for bold grey text within pages
	- defined to use grey font colour 666666 and bold */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #666666;
	text-align: right;
}
.bodySmall {
	/* Style used for hyper links in the footer of the page
	- defined to use dark grey font colour 999999 and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000099;
}
.bodyNav {
	/* Style used for hyper links in the body of the page
	- defined to use black font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF0000;
	text-decoration: underline;
}
.est1890{
	/* Style used for normal text within pages
	- defined to use black font colour and no underline */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000099;
	padding-top: 10px;
}
.bodyNavBlue {
	/* Style used for hyper links in the body of the page
	- defined to use black font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000099;
	text-decoration: none;
}
.buttonBoldGrey {
	/* Style used for bold grey text for buttons 
	- defined to use grey font colour 666666 and bold */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #666666;
	margin: 1px;
}
.buttonBoldGreyWhite {
	/* Style used for bold grey text for buttons 
	- defined to use grey font colour 666666 and bold */
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #666666;
	margin: 1px;
}
.footerNav {
	/* Style used for hyper links in the footer of the page
	- defined to use dark grey font colour 999999 and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
.formText {
	/* Style used for normal text in form text fields
	- defined to use grey font colour CCCCCC */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
.mailtoNav {
	/* Style used for hyper links in the body of the page
	- defined to use black font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
	text-decoration: underline;
}
.mailtoNavWhite14px {
	/* Style used for hyper links in the body of the page
	- defined to use white font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
}
.mailtoNavDarkBlue14px {
	/* Style used for hyper links in the body of the page
	- defined to use white font colour and no underline
	- apply within the <a href> tag - for example <a class="navLanguage" href> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #135C97;
	text-decoration: underline;
}
.pageTitle {
	/* Style used for page titles
	- defined to use dark blue font colour 1C60AB and no underline */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000099;
}
.pageTitleWhite {
	/* Style used for page titles
	- defined to use whitefont colour and no underline */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	line-height:28px;
}
.pageTitleWhite14px {
	/* Style used for page titles
	- defined to use whitefont colour and no underline */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height:20px;
}
.pageTitleDarkBlue {
	/* Style used for page titles
	- defined to use whitefont colour and no underline */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #135C97;
	line-height:28px;
}
.pageSubTitle {
	/* Style used for page titles
	- defined to use dark blue font colour 1C60AB and bold */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000099;
}
.pageSubTitleRed {
	/* Style used for highlighting text
	- defined to use red font colour and bold */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}
.pageSubTitleSmall {
	/* Style used for page titles
	- defined to use dark blue font colour 1C60AB and bold */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000099;
}
.pageSubTitleSmallNoUnderLine {
	/* Style used for page titles
	- defined to use dark blue font colour 1C60AB and bold */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #00366E;
}
.pageSubTitleVerySmall {
	/* Style used for page titles
	- defined to use dark blue font colour 1C60AB and bold */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #00366E;
	text-decoration: underline;
}
.picNav {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pic {
	border-top-style: solid, 1px;
	border-right-style: solid 1px;
	border-bottom-style: solid 1px;
	border-left-style: solid 1px;
}
.loginTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00199F;
}
.sectionTableRow {
	background-color: #FFFFFF;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00199F;
	font-size: 10pt;
}
.sectionRow {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00199F;
	font-size: 12px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.sectionTable {
	vertical-align:top;
	width:205px;
}

.tableBackground {
	background-color: #00199F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.tableBackgroundText {
	background-color: #00199F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#FFFFFF;
}
.tableBackgroundWhite {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.tableListTitle {
	background-color: #FFFF33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00199F;
	font-size: 9pt;
	font-weight: bold;
	padding: 4px;
	text-align: left;
}
.tableRow4pxPadding {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00199F;
	font-size: 9pt;
	padding: 4px;
}
.tableRow {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00199F;
	font-size: 9pt;
}
.tableRowLineHeight20 {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	line-height: 25px;
	color: #00199F;
	font-size: 10pt;
}
.tableRowRollover {
	background-color: #00199F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
	cursor: pointer;
}
.tableRowRollover4pxPadding {
	background-color: #00199F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
	padding: 4px;
	cursor: pointer;
}
.tableRowRolloverProductLines {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00199F;
	font-size: 9pt;
	cursor: pointer;
}
.tableRowRight {
	background-color: #FFFFFF;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.tableTitleBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF66;
	background-color: #000099;
}
.product_lines_title {
	font-size:12px;
	background-color:#FFFF33;
	color:#000099;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.product_lines_background {
	background-color:#FFFFFF;
}

.product_lines_font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
	background-color:#FFFFFF;
	color:#000099;
}

.product_lines_font_selected {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
	background-color:#000099;
	color:#FFFFFF;
}

.product_lines_valign {
	vertical-align:middle;
}
.thin_border {
	border: 1px solid blue;
}

.search_text {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10pt;
	color:#000099;
}

.blueTable {
	background-color:#000099;
	border-top: 1px solid #000099;
	border-right: 1px solid #000099;
	border-bottom: 1px solid #000099;
	border-left: 1px solid #000099;
}

.border135C97 {
	border-top: 1px solid #135C97;
	border-right: 1px solid #135C97;
	border-bottom: 1px solid #135C97;
	border-left: 1px solid #135C97;
}

/* Styles used in HTML e-mail notifciations to overcome IE6 issue re styles and nested tables */

/* Orders and Quotes email widgets now have ids for the following

	a. ${ORDER_LINES} table id is order_lines
	b. ${DELIVERY_ADDRESS} table id is delivery_address
	c. ${ACCOUNT_ADDRESS} table id is account_address
	d. ${DELIVERY_INSTRUCTIONS} table id is delivery_instructions
	
Style sheets therefore may be applied to the entire email widget:

MGB note 24th Oct - update to reflect styles used in e-mails

*/

#order_lines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#account_address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#delivery_address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#delivery_instructions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
