﻿body
{
  margin: 0;
  padding: 0;
  background: #F7F7F7;
  color: #333;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 85%;
}

#sidebar
{
 background: #a03138; 
 color: #f3d5cd;
 vertical-align:top;
}

#contentArea
{
  background: #f3d5cd;
  vertical-align: top;
}

.topCorner
{
  background: url(images/corner_top.gif) top left no-repeat;
  padding: 20px 0 0 25px;
}

.bottomCorner
{
  background: url(images/corner_bottom.gif) bottom right no-repeat;
  padding: 0 0px 0px 0;
}

h1, h2, h3, h4, h5, h6
{
  padding: 0;
  margin: 0;
  font-weight: normal;
}

h1
{
  text-align: right;
  color: #a03138;
  padding: 7px;
  font-size: 1.8em;
}

h2
{
  color: #75256b;
  font-size: 1.5em;
}


table.products
{
  margin: 0 20px 10px;
  width: 90%;
}

table.products td
{
  border-bottom: 1px solid #333;
}

table.products td.price
{
  text-align: right;
}

ul#navigation
{
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  font-size: 13px;
}

ul#navigation li
{
  margin: 0;
  padding: 0;
  width: 100%;
}

ul#navigation li a
{
  display: block;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  color: #f3d5cd;
  margin: 2px 0;
  padding: 1px 10px;
  height: 15px;
}

ul#navigation li a:hover
{
  background: url("images/nav_over.gif") top left no-repeat;
}

ul#navigation li a.active
{
  background: url("images/nav_selected.gif") top left no-repeat;
  color: #a03138;
}

.time {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	border-bottom: 1px solid #000000;
}
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
} 
table.description
{
	margin: 0 20px 10px;
	width: 90%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

table.list
{
	margin: 0 20px 10px;
	width: 90%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
