TD.formFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	text-align: right;
}

TD.formLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding: 4px 8px;
	text-align: left;
}

TD.formInput {
	text-align: left;
	font-size: 12px;;
}
TD.formInput input {
	border: 1px solid #C0C0C0;
	background-color: #ffffff !important;
}

TD.formInput input.cb {
	border: none;
	background: none !important;
}

TD.formInput INPUT.active {
	border: 1px solid #aaa0ff;
	background-color: #fafafa !important;
}

TD.formInput INPUT.error {
	border: 1px solid #dd0000;
	background-color: #ffdada !important;
}

TD.formInput SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #C0C0C0;
	background-color: #ffffff !important;
}

TD.formInput SELECT.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #dd0000;
	background-color: #ffdada !important;
}

TD.formInput TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #C0C0C0;
	background-color: #ffffff !important;
}

TD.formInput TEXTAREA.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #aaa0ff;
	background-color: #fafafa !important;
}

TD.formInput TEXTAREA.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #dd0000;
	background-color: #ffdada !important;
}

TD.formError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #bb0000;
	background-color: #f0f0f0 !important;
	text-align: center;
	color: #bb0000;
	font-weight: bold;
}

TD.formSubmit {
	padding: 4px;
	text-align: right;
	background-color: #F0F0F0;
}

TD.formSubmit BUTTON {
	font-family: Verdana;
}

TABLE.listingItemTable {
	width: 100%;
	border-collapse: collapse;
}

TD.itemDateCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-weight: bold;
	background-color: #ffffff;
	padding: 3px;
}

TD.itemDescriptionCell {
	background-color: #F5F5F5;
	padding: 3px;
	border-bottom: 1px solid #ffffff;
}

.itemDescriptionMoreLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	cursor: pointer;
}

TABLE.listingSearchTable {
	background: #FAFAFA;
	border: 1px solid #E0E0E0;
	width: 100%;
	margin: 14px 0px;
}

TABLE.listingSearchTable TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

TABLE.listingSearchTable TD INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 70px;
	color: #A0A0A0;
}

TABLE.reviewSearchTable {
	background: #FAFAFA;
	border: 1px solid #E0E0E0;
	width: 100%;
	margin: 14px 0px;
}

TABLE.reviewSearchTable TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

TABLE.reviewSearchTable TD INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 70px;
	color: #A0A0A0;
}

TABLE.reviewSearchTable TD SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A0A0A0;
}

INPUT.searchButton {
	color: #666666 !important;
	background-color: #F0F0F0;
	border: 1px solid #C0C0C0;
}

DIV#debugInfo {
	font-family: Calibri;
	font-size: 12px;
	position: absolute;
	width: auto;
	height: auto;
	left: 0px;
	bottom: 0px;
	border: 1px solid black;
	background-color: #F0F0F0;
	color: #999999;
}

DIV#debugInfo PRE {
	font-family: Calibri;
	font-size: 12px;
}

FORM#sfm {
	visibility: hidden;
}

TD.infoMessage {
	padding-top: 8px;
}

TD.infoMessage DIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	margin: 12px 0px;
	padding: 8px;
	border: 1px solid #aaa0ff;
	background-color: #fafafa !important;
}

DIV.bookPurchaseDiv {
	float: right;
	margin-left: 8px;
	margin-right: 4px;
	text-align: center;
}

DIV.bookPurchaseDiv IMG {
	border: none;
	margin-bottom: 4px;
}

DIV.bookPurchaseDiv A {
	font-style: normal;
	color: #333333;
	padding-top: 8px;
}

TABLE.userForm {
	border: 1px solid #F0F0F0; 
	margin: 12px;
}

.forumThreadTable {
	margin: 0px;
	border: 1px solid #C0C0C0;
	width: 100%;
	border-collapse: collapse;
}

.forumMessageTable {
	margin: 0px;
	border: 1px solid #C0C0C0;
	width: 100%;
	border-collapse: collapse;
}

.forumColHeader {
	border-bottom: 1px solid #C0C0C0;
	padding: 4px 2px;
}

TABLE.forumThreadTable TR {
	cursor: pointer;
}

TABLE.forumThreadTable TR.highlight {
	cursor: pointer;
	background-color: #ddddff;
}

TABLE.forumThreadTable TD {
	padding: 4px 2px;
}

TD.forumThreadHeader {
	font-weight: bold;
	font-style: italic;
}

TD.forumMessageHeader {
	font-weight: bold;
	font-style: italic;
	padding: 4px 2px;
	border-bottom: 1px solid #C0C0C0;
}

TABLE.forumMessageTable TD.bodytext {
	padding: 12px 18px;
}

TABLE.forumMessageTable TD.forumMessageFooter {
	text-align: right; 
	padding-right: 4px; 
	color: #A0A0A0; 
	font-style: italic;
	border-top: 1px SOLID #F0F0F0;
}

TD.classifiedListFooter {
	color: #46138A;	
	font-size: 10px;
}

TD.classifiedContact {
	color: #46138A;	
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 4px;
}

TD.classifiedContact A {
	color: #46138A;	
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

TD.classifiedPrice {
	color: #46138A;	
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}

INPUT.advertPriceSearch {
	font-size: 12px;
	width: 40px;
}

INPUT.advertKeywordSearch {
	font-size: 12px;
	width: 230px;
}

INPUT.advertSearchButton {
	width: 60px;
	margin: 0px;
	border: 1px solid #A0A0A0;
	font-size: 12px;
}

DIV#advertEnquiryForm {
	width: 480px;
	margin: 5px;
	height: 360px;
	border: 3px double #C0C0C0;
	background-color: #F0F0F0;
	text-align: center;
}

DIV#advertEnquiryForm P {
	text-align: left;
	margin: 0px;
	padding: 12px;
}

TABLE.advertEnquiry {
	table-layout: fixed;
	width: 450px;
}

td.forumMessageFooter A {
	color: #A0A0A0;
}

a.searchResult:link {
	color: #444; 
	font-weight: bold; 
	text-decoration: none;
}
a.searchResult:visited {
	color: #444; 
	font-weight: bold; 
	text-decoration: none;
}
a.searchResult:hover {
	color: #222; 
	font-weight: bold; 
	text-decoration: underline;
}

table#loginBox {
	width: 190;
	border: none;
}

div#sideWelcomeMessage {
text-align: center;
	font-size: smaller;
	color: #444444;
	margin-left: 10px;
	width: 180px;
	height: 80px;
	border: none;
}

div#shoppingBasket {
	width: 100%;
	border: none;
	padding: 4px;
}

div#basketHeader {
	border: none;
	padding: 5px;
	text-align: center;
	background-color: #f0f0f0;
	color: #555555;
	font-weight: bold;
	border: 1px solid #cacaca;
}


div#shoppingBasket table {
	border: 1px solid #c0c0c0;
	width: 100%;
	font-size: smaller;
	border-collapse: collapse;
}

div#shoppingBasket thead td {
	background-color: #f0f0f0;
	font-weight: bold;
	border-bottom: 1px solid #cacaca;
}

div#shoppingBasket tfoot td {
	padding: 4px;
	padding-top: 12px;
	text-align: right;
}

div#shoppingBasket tfoot input {
	background-color: #f0f0f0;
	border: 1px solid #a0a0a0;
	font-size: xx-small;
}

#checkoutButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6800 !important;
	height: 20px;
	border: 1px solid #996633 !important;
	margin: 0px;
}

.basketLabel {
	font-weight: bold;
	text-align: right;
	padding-right: 12px;
}

.qtyField {
	text-align: center;
}


table.orderSummary {
	width: 100%;
	border: 1px solid #c0c0c0;
	margin: 8px 0px;
	font-size: x-small;
	border-collapse: collapse;
}

table.orderSummary td.label {
	text-align: right;
	padding-right: 4px;
	line-height: 20px;
	background-color: #f0f0f0;
	border-right: 1px solid #c0c0c0;
	color: #666;
	font-weight: bold;
}

table.orderSummary td {
	padding-left: 4px;
}

table.orderContactDetails {
	width: 100%;
	border: 1px solid #c0c0c0;
	margin: 8px 0px;
	font-size: x-small;
	border-collapse: collapse;
}

table.orderContactDetails thead td {
	background-color: #f0f0f0;
	color: #666666;
	padding: 4px 2px;
	font-weight: bold;
}

table.orderContactDetails tbody td {
	padding: 2px;
	vertical-align: top;
}

table.orderItems {
	width: 100%;
	border: 1px solid #c0c0c0;
	font-size: x-small;
	border-collapse: collapse;
}

table.orderItems thead td {
	background-color: #f0f0f0;
	color: #666;
	font-weight: bold;
	padding: 4px 2px;
}

div.error {
	width: 100%;
	padding: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #ffaaaa;
	border: 1px solid #bb0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	color: #bb0000;
}

div.information {
	width: 100%;
	padding: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #ccccff;
	border: 1px solid #6666dd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-align: left;
	color: #2222dd;
}

div.information a {
	background-color: #ccccff;
	color: #2222dd;
}
div.information a:visited {
	background-color: #ccccff;
	color: #2222dd;
}
div.information a:visited {
	background-color: #ccccff;
	color: #2222dd;
}
div.information a:active {
	background-color: #ccccff;
	color: #2222dd;
}

div.nwImage {
	display: none;
}

#spHealthnotes #HN_Search {
	font-size: x-small;
}

#spHealthnotes #HN_Search .results {
	font-size: x-small;
}

#spHealthnotes #HN_Search p.results_summary {
	font-size: x-small;
}

#HN_Search table.results {
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid #c0c0c0;
}

#HN_Search table.results th {
	font-size: x-small;
	font-weight: bold;
	background-color: #f0f0f0 !important;
	padding-left: 4px;
	color: #333333;
}

#HN_Search table.results td.result_title {
	padding-left: 4px;
	font-size: x-small;
}

#HN_Search table.results td.result_category {
	padding-left: 4px;
	font-size: x-small;
}

#HN_Search .searchpager {
	font-size: x-small;
    border: solid #ddd 1px;
    background-color: #eee;
    padding: 2px;
    width: 90%;
}

#HN_Search .results_summary {
    font-size: x-small;
}
#HN_Search .results_summary .criteria {
    font-weight: bold;
}

#spHealthnotes #hniArticle {
    color: #000;
    background: #fff;
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}
#spHealthNotes div#hniArticle { margin: 0 5px; }
/* Hacks for IE-win \*/
* html #hniArticle { height: 1%; }
/* End IE hack */

#spHealthNotes #hniArticle td,
#spHealthNotes #hniArticle p,
#spHealthNotes #hniArticle ul,
#spHealthNotes #hniArticle li  {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}

#spHealthNotes #hniArticle a {
	color: #333333;
}

#spHealthNotes #hniArticle a:hover {
	color: #B1D008;
}

#spHealthNotes #hniArticle p.Article-Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #889F06;
}

#spHealthnotes #Focus-Options ul.Focus-Item {
	margin: 0 0 .5em 0;
	padding: 0 12pt 0 0;
}
#spHealthnotes #Focus-Options ul.Focus-Item li {
	font-size: x-small;
	padding-left: 12pt;
}
#spHealthnotes #Focus-Options li.Focus-Item-Caption {
	font-weight: bold;
	list-style: none outside;
}
#spHealthnotes #Focus-Options li.Focus-Item-Para {
	line-height: 12pt;
	list-style: none;
	margin-bottom: 2px;
}

#spHealthnotes #Introductory {
	font-size: x-small;
}

#spHealthnotes #Introductory p {
	font-size: x-small;
}

#spHealthnotes #Focus-Intro-Line p.Intro-Line {
	font-size: x-small;
}

#spHealthnotes #Focus-Options p.trailer {
	font-size: xx-small;
	color: #666666;
}

table#userPointsTable {
	width: 100%;
	font-size: x-small;
	border-collapse: collapse;
	border: 1px solid #c0c0c0;
}

table#userPointsTable th {
	padding: 4px;
	border-bottom: 3px double #c0c0c0;
}

table#userPointsTable td {
	padding: 4px 2px;
	border-bottom: 1px solid #f0f0f0;
}

table#userPointsTable tfoot td {
	text-align: right;
	padding-right: 4px;
	font-weight: bold;
	border-top: 3px solid #f0f0f0;
}

p.siteCautionText {
	font-size: xx-small;
	color: #666;
	text-align: center;
}

td#healthNotesNewswire {
}

td#healthNotesNewswire div.nwImage {
	text-align: center;
	margin: auto auto;
	display: block;
}

td#healthNotesNewswire ul {
	font-size: 11px;
	margin-left: 12px;
}