/*
 * Blue Static Site
 *
 * Copyright (c)2010 by Blue Static. All Rights Reserved.
 * This file may not be reproduced in any way without permission.
 */

.product {
  width: 420px;
  min-height: 150px;
  
  padding: 10px;
  margin-bottom: 20px;
}

.product a {
  color: rgb(0, 114, 188) !important;
  border-color: rgb(0, 114, 188) !important;
}

.product h1 a {
  text-decoration: none;
}

.product h1 a:hover {
  text-decoration: underline;
}

.product p {
  padding: 0px;
  margin: 0px;
}

/* Set up for a two-column layout */
#column1 {
  width: 440px;
  float: left;
}

#column2 {
  width: 440px;
  float: right;
}

