html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	/*background-image: url(../data/interface/bg.jpg);*/
	/*background-repeat: repeat-y;*/
	/*background-position: center;*/
	background-color: #d4dcb4;
}

#cart, #header, #extra, #footer, #confirmation { display : none; }
div#content {
	float:left;
	width: 800px;
}

a
{
	text-decoration: underline;
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #eb1716;
}
a:hover
{
	color: #000000;
}
a.selected
{
	color: #000000;
	text-decoration: underline;
}
h1{
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 24px;
	margin-top: 0px;
	padding-bottom: 6px;
	width: 608px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-variant: small-caps;
	color: #eb1716;
}
h2{
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	margin-top: -12px;
}
p {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}
table
{
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
  margin-top: 25px;
}
th
{
	background: #000000;
	color: #ffffff;
	font-family: "Trebuchet MS", Tahoma, Arial;
	border-bottom: solid 1px #000000;
	border-top: solid 2px #000000;
	font-size: 12px;
	margin: 1px;
	padding: 3px;
	text-align: left;
}
td
{
	background: #eff2e3;
	border-bottom: solid 1px #000000;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	margin: 1px;
	padding: 3px;
}
hr
{
	border-bottom: solid 1px #000000;
	border-top: solid 0px #000000;
}
