#header	
{
	position: absolute;
	top: 0%;
	left:0%;
	right:3px;
	height: 60px;
	background-color: #FFFFCC;
	background-repeat: repeat-y;
	background-attachment: fixed;
	text-align:justify;	/*works around an IE 5/Mac Bug*/
	z-index:1;
	border-bottom:thin black solid;
	border-right:thin black solid;
	width: 95%;
	
}


#main
{
	position:absolute;
	top: 1.1in;
	bottom:0;
	left:0;
	right:0;
	margin-left:1pc;
	margin-right:1in;

}

#spacer
{
	margin-left:5px;
	margin-top:5px;
	border: thin black solid;	
}


#headerlinks
{
	position: absolute;
	left: 325px;
	width: 57%;
	top: 12px;
	margin-right: 10%;
	background-color: transparent;
	background-attachment: fixed;
	font-size: small;
}

#footer
{
	text-align:center;
	font-style:italic;
	padding-bottom:1em;
}

.description
{
	padding-top:.3em;
	margin-left: 25px;
}

.navigatorLinkCurrent
{
	font-style:italic;
	padding-left:.5em;
}

.navigatorLink
{
	padding-left:.5em;
}


h1
{
	/*standard h1 is too big for my tastes, but we use it to make everything more accessible
	(as well as to maybe score some browny-points from Google). Added WD-rpw 12-1-02
	and DON'T use px sizes (think of the cell phones or the blind!!)*/
	
	font-size: 1.7em;
	font-weight: bolder;

}

h2
{
	/*standard  h2 is also too big, considering that I've bumped down h1. Must modify h2 as well
	WD-rpw 1/3/03*/
	
	font-size: 1.4em;
	font-weight:bold;	
}

h3
{
	/*Must make this look a little smaller too. WD-rpw 1/3/03*/
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
}

h4, h5, h6
{
	font-size: 1.0em;
	font-style: italic;
}

li
{
	padding-bottom:2.5%;

}

/*for product page 'more info' functionality*/
#nobottomspace
{
	padding-bottom:1%;
}

.productName
{
	font-size: larger;
}

.moreInfoBox
{
	/*visibility: hidden;*/
	width: 90%;
	margin-left: 3%;
	font-size: smaller;
}

.productByLine
{ 
	font-style: italic;
}
.likeurl
{
	padding-left: 1em;
	color: blue;
	text-decoration: underline;
}

/*for 'view'.php functionality*/
#commentform
{
	width: 600px;
	margin: 0px auto;
	padding-bottom: 25px;
}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 475px;
  text-align: left;
  } 
  
warning {
	text-size: 200%;
	color: red;
}

  
.commenttext {
  width: 80%;
  margin-left: 20%;
  margin-top: 2em;
  padding-left: 3px; /*padding from the border*/
  padding-bottom: 3px;
  /*border: thin red solid;*/
  background: #CCCCCC;
}

.commentfirstline {
  padding-bottom: 1em;
  /*border: thin black solid;*/
}

.commenttextname {
  width: 48em;
  font-style: oblique;
}
.commenttime {
	position: absolute;
	right: 30%;
}

.commentwidgets {
  position: absolute;
  right: 5%;
  text-align: right;
}

.commenttexttxt {
  visibility: visible;
}
