div, p, td {
	font-size: 12px;
}

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;;
}
.formInput input {
	border: 1px solid #C0C0C0;
	background-color: #ffffff !important;
}

.formInput .cb {
	border: none;
	background: none !important;
}

.formInput .active {
	border: 1px solid #aaa0ff;
	background-color: #fafafa !important;
}

.formInput input.error {
	border: 1px solid #dd0000;
	background-color: #ffdada !important;
}

.formInput select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #C0C0C0;
	background-color: #ffffff !important;
}

.formInput select.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #dd0000;
	background-color: #ffdada !important;
}

.formInput textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #C0C0C0;
	background-color: #ffffff !important;
}

.formInput textarea.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.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;
}

.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;
}

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;
}

#debugInfo pre {
	font-family: Calibri;
	font-size: 12px;
}

form#sfm {
	visibility: hidden;
}

td.infoMessage {
	padding-top: 8px;
}

.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;
}

TABLE.userForm {
	border: 1px solid #F0F0F0; 
	margin: 12px;
}

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: 190px;
	border: none;
}

#sideWelcomeMessage {
	text-align: center;
	font-size: smaller;
	color: #444444;
	margin-left: 10px;
	width: 180px;
	height: 80px;
	border: none;
}

#shoppingBasket {
	width: 100%;
	border: none;
	padding: 4px;
}

#basketHeader {
	border: none;
	padding: 5px;
	text-align: center;
	background-color: #f0f0f0;
	color: #555555;
	font-weight: bold;
	border: 1px solid #cacaca;
}


#shoppingBasket table {
	border: 1px solid #c0c0c0;
	width: 100%;
	font-size: smaller;
	border-collapse: collapse;
}

#shoppingBasket thead td {
	background-color: #f0f0f0;
	font-weight: bold;
	border-bottom: 1px solid #cacaca;
}

#shoppingBasket tfoot td {
	padding: 4px;
	padding-top: 12px;
	text-align: right;
}

#shoppingBasket tfoot input, #checkoutForm #updateBasketButton {
	background-color: #f0f0f0;
	border: 1px solid #a0a0a0;
	font-size: 11px;
}

#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;
	padding-bottom:4px;
}

.basketLabel {
	font-weight: bold;
	text-align: right;
	padding-right: 12px;
}

.qtyField {
	text-align: center;
	font-size:11px;
	width:30px;
	
}

table.orderSummary {
	width: 100%;
	border: 1px solid #c0c0c0;
	margin: 8px 0px;
	font-size: x-small;
	border-collapse: collapse;
}

.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;
}

.orderSummary td {
	padding-left: 4px;
}

table.orderContactDetails {
	width: 100%;
	border: 1px solid #c0c0c0;
	margin: 8px 0px;
	font-size: x-small;
	border-collapse: collapse;
}

.orderContactDetails thead td {
	background-color: #f0f0f0;
	color: #666666;
	padding: 4px 2px;
	font-weight: bold;
}

.orderContactDetails tbody td {
	padding: 2px;
	vertical-align: top;
}

table.orderItems {
	width: 100%;
	border: 1px solid #c0c0c0;
	font-size: x-small;
	border-collapse: collapse;
}

.orderItems thead td {
	background-color: #f0f0f0;
	color: #666;
	font-weight: bold;
	padding: 4px 2px;
}

div.error {
	width: 100%;
	padding: 5px;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #ffaaaa;
	border: 1px solid #bb0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #bb0000;
}

div.information {
	width: 100%;
	padding: 5px;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #ccccff;
	border: 1px solid #6666dd;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	text-align: left;
	color: #2222dd;
}

.information a {
	background-color: #ccccff;
	color: #2222dd;
}
.information a:visited {
	background-color: #ccccff;
	color: #2222dd;
}
.information a:visited {
	background-color: #ccccff;
	color: #2222dd;
}
.information a:active {
	background-color: #ccccff;
	color: #2222dd;
}

div.nwImage {
	display: none;
}

#HN_Search {
	font-size: x-small;
}

#HN_Search .results {
	font-size: x-small;
}

#HN_Search p.results_summary {
	font-size: x-small;
}

#HN_Search table.results {
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid #c0c0c0;
}

#HN_Search .results th {
	font-size: x-small;
	font-weight: bold;
	background-color: #f0f0f0 !important;
	padding-left: 4px;
	color: #333333;
}

#HN_Search .result_title {
	padding-left: 4px;
	font-size: x-small;
}

#HN_Search .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;
}

#hniArticle {
    color: #000;
    background: #fff;
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}
#hniArticle { margin: 0 5px; }
/* Hacks for IE-win \*/
* html #hniArticle { height: 1%; }
/* End IE hack */

#hniArticle td,
#hniArticle p,
#hniArticle ul,
#hniArticle li  {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}

#hniArticle a {
	color: #333333;
}

#hniArticle a:hover {
	color: #B1D008;
}

#hniArticle p.Article-Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #889F06;
}

#Focus-Options ul.Focus-Item {
	margin: 0 0 .5em 0;
	padding: 0 12pt 0 0;
}
#Focus-Options .Focus-Item li {
	font-size: x-small;
	padding-left: 12pt;
}
#Focus-Options li.Focus-Item-Caption {
	font-weight: bold;
	list-style: none outside;
}
#Focus-Options li.Focus-Item-Para {
	line-height: 12pt;
	list-style: none;
	margin-bottom: 2px;
}

#Introductory {
	font-size: x-small;
}

#Introductory p {
	font-size: x-small;
}

#Focus-Intro-Line p.Intro-Line {
	font-size: x-small;
}

#Focus-Options p.trailer {
	font-size: xx-small;
	color: #666666;
}

#userPointsTable {
	width: 100%;
	font-size: x-small;
	border-collapse: collapse;
	border: 1px solid #c0c0c0;
}

#userPointsTable th {
	padding: 4px;
	border-bottom: 3px double #c0c0c0;
}

#userPointsTable td {
	padding: 4px 2px;
	border-bottom: 1px solid #f0f0f0;
}

#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;
}

div.productDisplayTabs {
	border: 1px solid #c0c0c0;
	height: 30px;
	margin-top: 12px;
	width: 380px;
}

.productDisplayTabs ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.productDisplayTabs li {
	list-style: none;
	display: block;
	float: left;
	vertical-align: middle;
	margin: 0px;
	width: 94px;
	border-left: 1px solid #ffffff;
	padding: 6px 0px;
	padding-top: 6px;
	height: 18px;
	background-color: #f0f0f0;
	font-size: 12px;
	cursor: pointer;
}

.productDisplayTabs li.active {
	background-color: #B1D008;
	font-weight: bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #889F06;
	margin-bottom: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 4px;
}

form#searchForm select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	margin-top: 4px;
	height: 18px;
	width: 165px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #999999;
}

div.dealOfTheWeek {
	border: none;
	margin: auto auto;
	text-align: center;
	padding: 12px;
}

div.dealOfTheWeek img {
	border: none;
}

.dealHeader {
	padding: 4px 8px; 
	font-size: 14px; 
	font-weight: bold; 
	color: #ffffff; 
	background-color: #ff6600;
}

.dealHeader h2 {
	padding: 0px;
	margin: 0px;
	font-size: 14px; 
	font-weight: bold; 
	color: #ffffff; 
	background-color: #ff6600;
}

h3.productName {
	font-size: 12px;
	font-weight: bold;
}

.disburseField { 
	border: 1px solid #aaaaaa;
	background-color: #f4f4f4;
	margin-top: 3px;
	margin-right: 2px;
	font-size: 8pt;
	
}



#productBrowseContainer div, #productBrowseContainer table, #productBrowseContainer td {
	margin:0;
	padding:0;
}
#productBrowseContainer a {
	text-decoration:none;
}
#productBrowseContainer {
	border:medium none;
	width:750px;
}
#productBrowseContainer .row {
	background-color:#FFFFFF;
	clear:both;
	height:206px;
	overflow:hidden;
	width:100%;
}
#productBrowseContainer .row img {
	margin:5px;
	border:medium none;

}
#productBrowseContainer .row img.productThumbnail {
	border:medium none;
	height:116px;
	margin:5px;
}
#productBrowseContainer .bb {
	border-bottom:1px solid #889F06;
}
#productBrowseContainer .bt {
	border-top:1px solid #889F06;
}
#productBrowseContainer .bl {
	border-left:1px solid #889F06;
}
#productBrowseContainer .br {
	border-right:1px solid #889F06;
}
#productBrowseContainer .cell {
	background-color:#FFFFFF;
	float:left;
	height:206px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:249px;
}
#productBrowseContainer .cell .upper {
	border:0 none;
	height:40px;
	margin:0;
	padding:0;
	padding-top:5px;
}
#productBrowseContainer .cell .lower {
	border:0 none;
	height:127px;
	margin:0;
	padding:0;
}
#productBrowseContainer .cell h3 {
	color:#4D9BA6;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	margin:0;
	padding:4px 8px 0;
}

tr.member-price-prompt td {
	font-style: italic; 
	padding-top: 0px; 
	padding-bottom: 8px; 
}

tr.member-price-prompt a, tr.member-price-prompt td, tr.member-price-prompt td.saving, tr.member-price-prompt td.price {
	color: #9859a7 !important;
}

img.flag {
	width: 25px;
	height: 17px;
	border: none;
}
