/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 0px;
  padding: 0px;
  color: #33332e;
  background: #ffffff;
  font: normal 12px arial;
}
img {
  border: 0px;
}

/* forms */
form {
  margin: 0px;
}
.linklisting form {
 display:inline;
}

input, textarea {
  font: normal 13px tahoma, geneva, verdana, sans-serif;
}
input.text, input.password, textarea {
  padding: 1px 0px 1px 2px;
  border: 1px solid #57594b;
}

.button_buy {
 color:green;
 border:1px solid;
 background:#fff;
 font-size:11px;

}

/* links */
a {
/*  color: #212126;*/
  color: #1c7340;
}
a:visited {
  color: #8e8d9a;
}
a:hover {
  color:#afbd77;
}

span.red {
color:#cc0000;
}




/* headings */
h1 {
  font-size: 16px;
}
h2 {
  font-size: 15px;
  margin:0 0 5px 0px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
  padding-bottom:0px;
  margin-bottom:0px;
  padding-top:20px;
  border:0px solid;
  clear:left;
}
h4.first {
 padding-top:0px;
}

h4.image{
 margin-top:0px;
 padding-top:0px;
}

img.LinkImage {
margin-top:20px;
}

h5 {
  font-weight: normal;
  font-size: 11px;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}
#wrapper {
/*  width: 779px;*/
/*  width: 785px;*/
  width:800px;
  text-align: left;
  border:0px solid;
  background: transparent url(/images/nhs_line_leftside_tile_bg.gif) top left repeat-y;
}

#popup #wrapper {
 width:590px;
}
img.popup {
  margin-left:15px;
}
#leftpiece {
  float: left;
  width:17px;
  border:0px solid;

}

/*--------*\
|* header *|
\*--------*/
#header {
 clear: both;
 border:0px solid;
 float:left;
}

#logo {
  width: 559px;
  height: 138px;
  float: left;
}

#logo div {
  color:#C47A00;
  text-align:right;
  margin-top:100px;
  margin-right:20px;
  font-size:12px;
  font-weight:bold;
  font-style:italic;
}
#popup #logo {

 overflow:hidden;
 width:550px;
 height: 200px;
}

#popup #logo .titleimage {
 border:0px solid;
 margin-left:70px;
 margin-top:-33px;
}


#popup #swapbox {
 display:none;
}

#swapbox {
  float: left;
  width: 219px;
  height: 137px;
}

.swaptop{
 border:0px solid #000;
 float:left;
}

.swapImage {
 border: 0px solid #000;
 float:left;
}

.swapbottom {
 border:0px solid #000;
 float:left;
}

.leafslice {
  float: left;
  clear: left;
}

/*------------*\
|* navigation *|
\*------------*/

#navbar {
 float:left;
 width:100%;
}

.primarynavwrapper {
 border:0px solid;
}

#popup .primarynavwrapper,
#popup .secondarynavwrapper,
#popup #leftpiece   {
 display:none;
}


.secondarynavwrapper {
  border: 0px solid;
  float: right;
  text-align: right;
  width: 300px;
}

/*PRIMARY NAV*/
ul.primarynav, ul.secondarynav {
  margin: 0px;
  padding: 0px;
  border-bottom: 0px solid #ffffff;
  position:relative;
  list-style: none;
  float: left;
}

ul.primarynav {
  width: 708px;
  border: 0px solid #000;
  background: transparent url(/images/nhs_header_nav_ruler.gif) top left no-repeat ;
  height:30px;

}

ul.primarynav li, ul.secondarynav li {
  float: left;
  list-style: none;
}

ul.primarynav a {
  margin-right: 1px;
  padding: 5px 9px 7px 10px;
  float: left;
  color: #1c7340;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;

}
ul.primarynav a:visited {
  color: #1c7340;
}
ul.primarynav a:hover {
  color:#afbd77;

}


/*SECONDARY NAV*/
ul.secondarynav {
  width: 100%;
  background: #FFFFFF;
}
ul.secondarynav li.first {
  padding-left: 5px;
}
ul.secondarynav a {
  margin-right: 1px;
  padding: 4px 5px;
  float: left;
  color: #1c7340;
  font-size: 11px;
  text-decoration: none;
}
ul.secondarynav a:visited {
  color: #1c7340;
}
ul.secondarynav a:hover {
  color:#afbd77;
  text-decoration:underline;
}

#ru_separate {
float: left;
}

.alpha_bar {
  width:100%;
  font-size:14px;
  font-weight:bold;
  font-family:verdana; 
  text-transform:uppercase;
  clear:both;
  letter-spacing:1px;
  padding:5px 0px;
}
.alpha_bar span.bold * {
 font-weight:bold;
  color: #B26000;
}


.alpha_bar span a {
  padding-right:3px;
  color: #1c7340;
}

.alpha_bar span a:hover {
  color:#afbd77;

}



/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  margin-bottom: 3px;
  float: left;
}

.searchbar input.text {
  margin-top: -50px;
  margin-left: 28px;
  position: absolute;
  width: 125px;
}

.searchbar input.submit  {
  margin-top: -25px;
  margin-left: 60px;
  position: absolute;
  border:1px solid;
  font-size:11px;
  background:#fff;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 21px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #212126;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/*--------*\
|* footer *|
\*--------*/
#footer {
  clear:left;
  float: left;
  width: 779px;
}

#popup #footer{
  width:580px;
  overflow:hidden;
}

#footer img {
  float: left;
}

#copybox {
  background: #cfc5b4;
  float: left;
  font-size: 10px;
  padding: 5px;
  width: 200px;
}

.contact {
  float: right;
  font-weight: bold;
  color: #993300;
}

.contact a {
  color: #216445;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 10px 10px 0px 10px;
  float:left;
  width:90%;
}
#contentheader .error, #contentheader .message {
  margin: 0px 238px 0px 0px;
  padding: 0px;
  border: 0px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
#contentheader .error {
  background:#216445;
}
#contentheader .message {
  background:#216445;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}

#category #contentheader ul {
  text-align:left;
  padding-left:30px;
}


/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  background: #e2e1eb;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #FFFFFF;
/* background colour of right sidebar */
/*  border-right: 160px solid #fff;*/
border:0px solid;


}
#leftsidebar {
  width: 190px;
  float: left;
  position: relative;
  text-align: left;
  padding-top:15px;
  border:0px solid red;
  line-height:18px;
}

#popup #leftsidebar {
display:none;
}

#leftsidebar a, #leftsidebar a:visited {
  color: #216445;
  font-weight: bold;
  text-decoration: none;
}

#leftsidebar a:hover {
  color:#afbd77;
  text-decoration:underline;
}
#leftsidebar ul li a.on {
  color: #B26000;
  text-decoration: none;
}

#leftsidebar ul {
  list-style: none;
  padding: 0px 0px 0px 10px;
  margin:0px;
}

#rightsidebar {
  margin-right: -160px;
  width: 150px;
  float: right;
  position: relative;
  border: 0px solid red;
}

#home #rightsidebar {
  margin-right:0px;
  width: 150px;
  float: right;
  position: relative;
  border: 0px solid red;
}



#remediesinc {
  border: 1px solid #E5E6ff;
  border-right:0px;
  float: right;
  height: 480px;
  overflow: auto;
  position: relative;
  width: 150px;
  padding:3px;
  line-height:18px;
  margin-top:40px;
  text-transform:uppercase;
}

#remediesinc u {
 font-size:9px;
}

#home #contentwrapper {
  width: 400px;
  float: left;
  position: relative;
}

#contentwrapper {
  width: 570px;
  float: left;
  position: relative;
  border:0px solid;padding-bottom:10px;
}

#content {
  margin: 0px;
  padding: 10px;

}
/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */


/*-----------------*\
|* global elements *|
\*-----------------*/
.shadowtop, .shadowbottom {
  height: 10px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 15px;
  height: 10px;
  font-size: 1px;
}
.shadowtop {

}
.shadowbottom {

}
.shadowleft {

}
.shadowright {

}
.shadowtopleft {
  float: left;

}
.shadowtopright {
  float: right;

}
.shadowbottomleft {
  float: left;

}
.shadowbottomright {
  float: right;

}

/*-----------------*\
|* category elements *|
\*-----------------*/
dl.subcategory {
 padding-bottom:20px;
 border:0px solid;
 float:left;
}

dl dt a {
  font-weight:bold
}

.CategoryImage {float:right;padding-left:10px;}

/* links */
.linklisting {
  margin: 0px;clear:both;
}

.LinkImage {
padding-bottom:10px;
}
.linklisting .header {
 border:0px solid;
 margin-top:10px;
}

.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  margin: 2px 0px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
}
.linklisting p.linkurl a {
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkrating {
  font-size: 9px;
}
.linklisting p.linkrating .linkexpired {
  color: #8c3030;
  font-weight: bold;
}
.linklisting .linkdescription, .review .reviewcontent {
  border: 1px solid #bbbfa1;
  background: #f8faed;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}
.linklisting p.linkactions {
  margin: 0px;
}
.linklisting p.linkactions a, #detailed p.actions a, #jump_frame .actions a {
  padding: 1px 4px;
  border: 1px solid #bbbfa1;
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkactions a:hover, #detailed p.actions a:hover, #jump_frame .actions a:hover {
  background: #e2e1eb;
}

h4 span {
 font-weight:normal;
 font-size:10px;
 vertical-align:super;
 color:#B26000;
}


/* paging */
.paging {
  margin:20px;
  float:right;
  clear:left;
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

.crumb {
  color: #B26000;
  float: left;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}

.crumb a {
  color: #216445;
}

/* sub headings */
#content h3 {
  margin: 25px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  border-bottom: 1px dotted #bbbfa1;
}
#content h3.noseparator {
  border-bottom: none;
}

/* lists */
#content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
  font-size: 12px;
  list-style: none;
}
#content ul.categories {
  margin: 0px;
}

/* forms */
.row {
}
.row label.name {
  padding-right: 5px;
  width: 25%;
  float: left;
  border:0px solid;
  padding:2px 0 2px 2px;
}
.row label.name span {
  color: #8c3030;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 5px;
}
/* hack for ie 5.5 text/textarea resizing */
.row .value input.text, .row .value input.password, .row .value textarea {
  width: expression(this.parentNode.offsetWidth * 0.74 + 'px');
}
/* the previous style causes problems with long sidebars in ie6 */
.row .value input.text, .row .value input.password, .row .value textarea {
  w\idth: 72%;
}
.row .value input.text.shorttext {
  width: 100px;
}
.row.required {
  background: #eee;
}
.row.invalid {
  color: #8c3030;
  background: #eedddd;
  font-weight: bold;
}
.formsubmit {
  margin-top: 10px;
  text-align: right;
}

/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

/* search highlighting */
.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
  font-weight: bold;
}
.searchhl-1 {
  background: #ffff80;
}
.searchhl-2 {
  background: #aaaaff;
}
.searchhl-3 {
  background: #aaffaa;
}
.searchhl-4 {
  background: #ffaaaa;
}
.searchhl-5 {
  background: #aaffff;
}

.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
#detailed p.description {
  overflow: hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}
#detailed p.linknav {
  margin: 0px;
  text-align: right;
}
#detailed p.linknav img {
  vertical-align: middle;
}
#detailed p.linknav a {
  text-decoration: none;
}
#detailed p.reviewsfooter {
  margin: 20px 0px 0px 0px;
  text-align: right;
}

#home #content h4 {
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
}

#modify_select input.radio {
  float: left;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #bbbfa1;
}

div.row span {
 padding-top:4px;
}

#quickcart {
 clear:left;
 border:0px solid;
 float:left;
 margin-top:30px;
 line-height:normal;

}

#quickcart table {
 font-size:10px;
 border:0px solid;
}


#quickcart table tr td{

}


#quickcart  table tr.header td {
 border-bottom:1px solid #ccccff;
 padding:0px 0px;
text-transform:uppercase
}

#quickcart  table tr td {
 padding:4px 0px;
 white-space: nowrap
}

#quickcart  table tr.footer td {
 border-top:1px solid #ccccff;
 border-bottom:1px solid #ccccff;
 padding:3px 0px;
}