﻿body {
  font-size: 87%;
}

img {
  border: 0;
}

div#wrapper {
  width: 900px;
  margin: 0 auto 0 auto;
}

div#top-info {
  text-align: center;  
}

div#bottom-readout {
  text-align: center;
  clear: both;  
}

div.resource-item {
  text-align: center;
  width: 400px;
  background-color: #fee;
  border: 1px solid #ddd;
  margin: 20px auto 20px auto;
  padding: 0 16px 15px 16px;
  font-family: Arial, Helvetica, sans-serif;
}

div.resource-item-wide {
  text-align: center;
  width: 500px;
  background-color: #fee;
  border: 1px solid #ddd;
  margin: 20px auto 20px auto;
  padding: 0 16px 15px 16px;
  font-family: Arial, Helvetica, sans-serif;
}

div.resource-item-wide img {
  margin-top: 6px;
}

.buy-button-complex {
  width: 330px;
  margin: 22px auto 0 auto;
}

.buy-button-complex p {
  margin: 0 0 5px 0;
}

.buy-button-complex .highlight {
    font-weight: bold;
}

div.resource-item h2 {
  font-size: 1.3em;  
}
div.resource-item h3 {
  font-size: 1.1em; 
  font-weight: normal; 
}

div.resource-item h3 span.highlight {
  font-weight: bold;
}

div.resource-item p {
  width: 400px;
  margin: 0 auto 13px auto;  
}
div.resource-item p.price {
  margin-top: 13px; 
}

div.resource-item p span.highlight {
  font-weight: bold;
}

div.resource-item div.buy-button {
  
} 
div.resource-item div.buy-button form {
  
}

div.left-side {
  float: left;
  clear: left;
  margin: 20px 0 20px 0;
}

div.right-side {
  float: right;
  clear: right;
  margin: 20px 0 20px 0;
}

h1 {
  color: #008080;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.75em;
}

div#cart-contents-box {
  width: 300px;
  margin: 20px auto 30px auto;
  padding: 11px 10px 13px 10px;
  background-color: #30a;
  font-family: Arial, Helvetica, sans-serif;
}

div#cart-contents-box p {
  color: white;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

div#cart-contents-box h3 {
  color: #b71;
  margin: 0 0 5px 0;
  padding: 0;
}