h1.header
{
  font-family:Arial;
  font-size:16px;
  left:7px;
}

h2.category, h2.product, #cart h2
{
  color: #4f516e;
  font: 24px "Lucida Grande", Arial;
  margin-top: 0;
}

h2.category, h2.product
{
  width: 500px;
}

.clear
{
  clear: both;
}

.display_inline
{
  /* Firefox */
  vertical-align:middle;
  display:-moz-inline-block;
  display:-moz-inline-box;
  /* Everybody else */
  display:inline-block;
}

.AuthorizeNetSeal { margin: 10px auto !important; }

#policiesLink { text-align: right; }

#storePhoto
{
  background: url(/store/images/store_tom.jpg) no-repeat;
  width: 358px;
  height: 269px;
  position: absolute;
  top: -26px;
  left: 335px;
  z-index: -1;
}

#welcome
{
  margin: 20px;
}

#storeIndex
{
  color: #933;
  margin: 40px 20px;
}

#storeIndex ul
{
  list-style: none;
  padding: 0;
  margin: 0;
}

#storeIndex li
{
  margin: 10px;
}

#storeIndex a
{
  color:#4F516E;
  font-family:Arial;
  font-size:12px;
  text-decoration:none;
  text-transform:uppercase;
}

#storeIndex a:hover
{
  text-decoration:underline;
}

#homepageTable
{
  width: 100%;
  min-height: 100px;
}

#featuredItemWrapper, #homepageText
{
  border-top: 1px solid #000;
  padding: 5px 25px;
}

#featuredItemWrapper
{
  width: 287px;
  border-right: 1px solid #000;
}

#featuredItem .thumb
{
  float: right;
  padding: 0 0 10px 10px;
}

#cartSummary
{
  position: absolute;
  width: 200px;
  text-align: right;
  text-transform: uppercase;
  right: 20px;
  top: 5px;
}

#cartSummary a
{
  text-decoration: none;
}

#categoryList, #productDetail, #cart, #textpage
{
  padding: 20px;
}

#pager
{
  margin: 10px 0;
  text-align: right;
}

#commonStoreMenu
{
  background: url(/store/images/menu-l.png) no-repeat;
  height: 25px;
  position: relative;
}

#commonStoreMenu ul
{
  padding: 0;
  margin: 0 10px;
  height: 25px;
  list-style: none;
  background: url(/store/images/menu-b.png) repeat-x;
}

#commonStoreMenu li
{
  float: left;
  padding: 5px 20px;
}

#commonStoreMenu .endcap
{
  position: absolute;
  right: 0;
  top: 0;
  background: url(/store/images/menu-r.png);
  width: 10px;
  height: 25px;
}

#commonStoreMenu li a
{
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

#productsTable
{
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  width: 100%;
  margin-top: 10px;
  clear: left;
}

#productsTable td
{
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  vertical-align: top;
  text-align:center;
  line-height: 1.5;
  padding: 20px;
  width: 220px;
  height: 220px;
}

#productsTable div.img
{
  margin: 10px 0;
}

#productDetail .columns
{
  width: 100%;
}

#productDetail .columns td { vertical-align: top; }
#productDetail .column1 { width: 320px; }

#productDetail .price, #productDetail .actions
{
  text-align: right;
  margin: 20px 0;
}

ul.files
{
  list-style: none;
  margin: 10px 0;
  padding: 10px;
  background: #eee;
}

#downloadables
{
  width: 100%;
}

/* CART STYLES */

#billingInfo, #shippingInfo, #paymentInfo, #notesInfo
{
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.cart
{
  width: 100%;
}

.cart td { padding: 5px 0; border-top: 1px solid #000; }

.cart .headings td { background: #eee; font-weight: bold; }

.cart .price, .cart .quantity { width: 100px; }
.cart .price { text-align: right }

.cart .quantity { text-align: center }

.cart .params { font-size: 11px; padding-left: 15px; }

#cartClear { float: right; width: 100px; text-align: right; }

#orderDetails, #orderItems
{
  width: 100%;
  margin-bottom: 10px;
}

#orderDetails td, #orderItems td {
  vertical-align: top;
}

#orderItems .totals td
{
  border-top: none;
  padding: 2px 0;
  text-align: right;
}

#orderItems .tax td
{
  border-top: 1px solid #000;
}

#orderItems .grandtotal td
{
  font-weight: bold;
}


