body {
	background-color: gray;
	padding-left: 50px;
	padding-right: 50px;
	
	font-family: georgia, verdana, serif;
	font-size: 14px;
}

ol {
	list-style-type: none;
}

font.green {
	color: green;
}

font.red {
	color: red;
}

div.header {
	height: 60px;
	
	padding: 10px;
	margin: 0px;
	
	background-color: white;
}

div.header h1 {
	margin: 0px;
}

div.menu {
	height: 20px;
	
	margin: 0px;
	padding: 10px;
	
	background-color: white;
	color: black;
}

div.menu ul {
	display: inline;
}

div.menu ul li {
	display: inline;
	margin-right: 20px;
}

div.menu ul li a {
	color: black;
	text-decoration: none;
}

div.menu ul li a:hover {
	border-bottom: 2px solid black;
}

div.content {
	margin: 0px;
	padding: 10px;
	
	min-height: 400px;
	
	color: white;
	background-color: black;
	
	overflow: hidden;
}

div.content h2 {
	margin-top: 0px;
}

div.footer {
	background-color: white;
	height: 30px;
	padding-top: 5px;
	text-align: center;
}

/* Info box for showing a specific lead */
div.infobox {
	border: 1px solid white;
	
	margin-top: 15px;
	margin-bottom: 15px;
	
	padding: 20px;
	
	overflow: hidden;
}

div.infobox h3 {
	margin-top: 0px;
}

div.infobox ol {
	list-style-type: none;
}

div.infobox ol li {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}

div.infobox ol li label {
	float: left;
	width: 150px;
}

div.infobox ol li span {
	float: left;
	display: block;
	
	margin-left: 50px;
}

img.productimage {
	width: 200px;
	height: 200px;
	
	float: left;
	
	margin: 0px 20px 20px 0px;
}

/* Comment text area */
textarea#comment {
	width: 100%;
	height: 150px;
}

/* Nicely styled form */

form.xetform 
{
	font-size: 1.0em;
}

form.xetform fieldset 
{
	margin-top: 10px;
	margin-bottom: 10px;
}

form.xetform legend {
  padding: 0 2px;
  font-weight: bold;
}

form.xetform label {
  float: left;
  line-height: 1.8;
  vertical-align: top;
}

form.xetform label span {
	display: block;
	
	margin-left: 5px;
	
	font-size: 0.8em;
}

form.xetform fieldset ol {
	margin: 0px;
	padding: 0px;
}

form.xetform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0px;
	
	clear: both;
}

form.xetform fieldset input.text {
	width: 200px;
	border: 1px solid #426a76;
}

form.xetform fieldset textarea {
	border: 1px solid #426a76;
	width: 400px;
	height: 400px;
}

form.xetform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form.xetform label {
  width: 150px; /* Width of labels */
}

form.xetform input.btn
{
	float: right;
	border: 1px solid #426a76;
	
	margin-bottom: 10px;
}

form.xetform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}

form.xetform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}

form.xetform fieldset fieldset label {
	float: none;
	display: block;
	width: auto;
}

form.xetform fieldset fieldset label {
  margin-left: 150px; /* Width plus 3 (html space) */
}

/* A nicely styled table */

table {
	margin-top: 20px;
	border-collapse: collapse;
}

table tr {
	color: black;
}

table tr#header {
	color: white;
	background-color: #71323A;
}

table tr {
	background-color: #d7d7d7;
}

table tr:hover {
	background-color: #fdffb9;
}

table tr.odd {
	background-color: #eaeaea;
}

table tr.odd:hover {
	background-color: #fdffb9;
}

table tr td {
	border: 1px solid white;
	padding: 5px;
}

table tr td a {
	color: black;
}



