body {
	background-color:#eeeeee;
	margin: 0px 0 15px 0;
	padding: 0px;
	height: 100%;
	width: 100%;
}
		
div.menubar {
	position: absolute;
	z-index: 3;
	top: 50px;
	width: 100%;
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color: #6699cc;
	padding: 15px;
}

div.leftcontent {
	position: absolute;
	top: 103px;
	background-color: #eeeeee;
	border: 1px white groove;
	left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
  font-size: 13pt;
	z-index: 2;
}

div.rightcontent {
	padding: 10px;
	padding-top: 110px;
	margin-bottom: 10px;
	position: relative;
	left: 120px;
	background-color: #FFFFFF;
	z-index: 1;
	/*height: 100%;*/
	width: 80%;
}

.price {
  font-size: 14pt;
  font-weight: bold;
  color: #f02c0f;
}

A:link  { color: black; text-decoration: underline; }      /* unvisited link */
A:active  { color: black; text-decoration: underline; }      /* active links   */
A:hover { color: black; text-decoration: underline; }				 /* hover links */
A:visited { color: black; text-decoration: underline; }    /* visited links  */

div.leftcontent A:link  { color: black; text-decoration: none; }      /* unvisited link */
div.leftcontent A:active  { color: black; text-decoration: none; }      /* active links   */
div.leftcontent A:hover { color: black; text-decoration: underline; }				 /* hover links */
div.leftcontent A:visited { color: black; text-decoration: none; }    /* visited links  */

div.menubar A:link  { color: black; text-decoration: none; }      /* unvisited link */
div.menubar A:active  { color: black; text-decoration: none; }      /* active links   */
div.menubar A:hover { color: black; text-decoration: underline; }				 /* hover links */
div.menubar A:visited { color: black; text-decoration: none; }    /* visited links  */

div.navbar_button {
	border: 1px none;
	height: 25px;
	text-align: center;
	width: 100px;
	z-index: 1;
}

div.product {
	border: 1px white groove;
	padding: 10px;
  background-color: #f9f9f9;
}

div.product2 {
	border: 1px white groove;
	padding: 10px;
  background-color: #eeeeee;
}

.google_checkout_form *,
.paypal_form *,
.google_checkout_form,
.paypal_form {
    display: inline;
}


#products_table .category_heading {
  font-size: 14pt;
  border-bottom: 2px #0098c1 dotted;
}


h1, h2, h3, h4 {
/*  text-align: center;*/
}
h1 {
  font-size: 36px;
  border-bottom: 3px #0098c1 dotted;
}
h2 {
  font-size: 25px;
  border-bottom: 2px #0098c1 dotted;
}
h3 {
  font-size: 14pt;
  border-bottom: 2px #0098c1 dotted;
  margin-top: 2.5em;
  margin-right: 20%;
}
