body {
  margin: 0;
  padding: 0;
  color: #4F0400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-image: url(/images/tile.gif);
}

.clear {
  clear: both;
  height: 5px;
  overflow: hidden;
}

div.float, div.floatHalf {
  float:left;
  margin-right:10px;
}

div.floatHalf {
  width:45%;
}

.textInput {
  color: #333;
  line-height: 1em !important;
}

.textInput, .textArea {
  border: 1px solid #7d6a55;
  padding: 4px;
  font-size: 11px;
}

.textInput.big {
  border: 2px solid #7d6a55;
  height: 25px;
  color: #8a8075;
  font-size: 18px;
  line-height: 28px;
  padding-top: 7px;
}

.notavail {
  display: block;
  margin: 4px 0 0 0;
  padding: 0;
  text-align: center;
}

h1 {
  margin: 10px 0;
  background: url(/images/spacer.jpg) no-repeat bottom left;
}

#page {
  min-width: 700px;
  width: 100%;
  text-align: center;
}

#mast {
  margin: 0 auto;
  padding: 0;
  width: 700px;
  height: 212px;
  background: url(/images/header_shoppingcart.jpg) no-repeat;
  text-align: left;
}

#flash {
  width: 434px;
}

#content {
  margin: 0 auto;
  padding: 0;
  width: 700px;
  background-color: #F6EFDD;
  text-align: left;
}

#footer {
  margin: 5px 0;
  padding: 0px;
  text-align: center;
  color: #970101;
  font-size: 10px;
}

#footer table {
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#left {
  margin: 0;
  padding: 0;
  float: left;
  width: 200px;
}

#right {
  margin: 0;
  padding: 0 0 0 10px;
  float: right;
  width: 490px;
}

#navbar {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navbar * {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  text-decoration: none;
  width: 197px;
  height: 25px;
}

/* About */
#navbar .about a:link,
#navbar .about a:visited
{
  background: url(/images/nav_about_off.jpg);
  height: 45px;
}

#navbar .about,
#navbar .about a:hover 
{
  background: url(/images/nav_about_on.jpg);
  height: 45px;
}

/* Wines */
#navbar .wines a:link,
#navbar .wines a:visited
{
  background: url(/images/nav_wines_off.jpg);
}

#navbar .wines,
#navbar .wines a:hover
{
  background: url(/images/nav_wines_on.jpg);
}

/* Find */
#navbar .find a:link,
#navbar .find a:visited
{
  background: url(/images/nav_find_off.jpg);
}

#navbar .find,
#navbar .find a:hover
{
  background: url(/images/nav_find_on.jpg);
}

/* Events */
#navbar .events a:link,
#navbar .events a:visited
{
  background: url(/images/nav_event_off.jpg);
}

#navbar .events,
#navbar .events a:hover
{
  background: url(/images/nav_event_on.jpg);
}

/* Contact */
#navbar .contact a:link,
#navbar .contact a:visited
{
  background: url(/images/nav_contact_off.jpg);
}

#navbar .contact,
#navbar .contact a:hover
{
  background: url(/images/nav_contact_on.jpg);
}

/* T-shirts */
#navbar .tshirts a:link,
#navbar .tshirts a:visited
{
  background: url(/images/nav_shirts_off.jpg);
}

#navbar .tshirts,
#navbar .tshirts a:hover
{
  background: url(/images/nav_shirts_on.jpg);
}

/* Buy */
#navbar .buy a:link,
#navbar .buy a:visited
{
  background: url(/images/nav_buy_off.jpg);
}

#navbar .buy,
#navbar .buy a:hover
{
  background: url(/images/nav_buy_on.jpg);
}

/* Signup */
#signupform {
  margin: 40px 0 0 0;
  padding: 0;
}

#fullContent {
  width: 434px;
}

td.age_check {
  text-align: right;
}

td.submit {
  text-align: right;
}

input.quantity {
  width: 4em;
  font-size: 12px;
}

.money {
  font-weight: bold;
}

.prod_name, .prod_price, .prod_qty {
  vertical-align: top;
}

.prod_image {
  width: 70px;
}

.prod_name {
  width: 100px;
}

.prod_name img {
  border: none;
}

.prod_price {
  width: 80px;
}

.prod_qty {
  width: 70px;
}

#tail, #tail img {
  margin: 0;
  padding: 0;
  clear: both;
  height: 24px;
}

a:link, a:visited, a:active {
  color: #E60000;
}

table.cart {
  width: 90%;
}

table.cart td {
  padding: 4px;
}

table.cart tr.footer {
  font-weight: bold;
}

#details {
  margin: 0;
  padding: 20px 0 0 0;
  background: #F6EFDD;
}

.product_details .image {
  margin: 0px;
  padding: 0px;
  float: left;
}

.product_details img {
  margin: 0px;
  padding: 0px 10px 10px 50px;
}

.product_details .name, 
.product_details .description {
  margin: 10px 50px;
  padding: 0px;
}

.product_details .name {
  font-weight: bold;
}

.fieldWithErrors input {
  border: 3px solid #ff3030;
  background-color: #ffdada;
}

.checkout-section {
  margin-bottom: 25px;
}
