body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/background1b.jpg);
	background-repeat: repeat-y;
	background-color: #f8f4fa;
}
#header {
	height: 100px;
	padding-left: 180px;
}
#menu {
	height: 50px;
	padding-left: 180px;
}
#content {
	margin-left: 180px;
	padding-bottom: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}
#rhpanel {
	margin: 10px;
	padding: 10px;
	float: right;
	width: 250px;
	border: thin solid #003300;
	background-color: #FFFFCC;
}
#footer {
	text-align: center;
	padding-left: 180px;
	padding-top: 10px;
}

.credits {
  font-size: smaller;
  font-style: italic;
  text-align: center;
}

.textnav {
  font-size: smaller;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
	color: #336699;
}

h2 {
	color: #336699;
}

h3 {
	color: #336699;
}

h4 {
	color: #336699;
}

/* ----- Styles needed by the pdb shop application ----- */
/* Sidebar menu styles */
#sbmenu {
	float: left;
	width: 210px;
	border: medium solid #f8f4fa;
	margin-left: 40px;
	margin-right: 20px;
	background-color: #336699;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#sbmenu a:link {
	text-decoration:none;
	color: #ffffff;
}
#sbmenu a:visited {
	text-decoration:none;
	color: #ffffff;
}
#sbmenu a:hover {
	text-decoration:none;
	color: #000000;
}
.sbmenucell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 190px;
	color: #ffffff;
	background-color: #336699;
}

/* Styles for the shopping basket display .... */
#basket {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}
#basket td {
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Styles for the login screen display .... */
#login {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}
#login td {
	margin: 0px;
	padding-right: 10px;
	padding-left: 5px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
}
#login th {
	margin: 0px;
	padding-right: 10px;
	padding-left: 5px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
}

/* Styles for the checkout screen display .... */
#checkout {
	margin-left: 100px;
}

#checkout_a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}
#checkout_a td {
	margin: 0px;
	padding-right: 10px;
	padding-left: 5px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
}
#checkout_a th {
	margin: 0px;
	padding-right: 10px;
	padding-left: 5px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
}

/* General pdb styling */
#pdb_prod_detail {
}

.pdb_tditem {
	font-size: smaller;
	background-color: #F5F5F5;
	text-align: center;
	vertical-align: top;
	padding: 10px;
	border: thin solid #336699;
	margin: 5px;
	width: 220px;
}

.pdb_error {
  color: red;
}