/* MISC */
.prop { width: 1px; float: right; }
.px200 { height: 200px; }
.px88 { height: 88px; }
.px450 { height: 500px; }
.clearl { clear: left; }
.clearr { clear: right; }
.clear { clear: both; }
.hidden { display: none; }

#freeshipping { width: 186px; height: 32px; position: absolute; top: 20px; right: 50px; }
#pageRule { clear: right; }

/* HEADER STYLES */
#storeContent h1 a { color: #D1DFD0; }

/* NAVBAR STYLES */
#storeNav, #storeNav ul
{
  list-style: none;
}

#storeNav
{
  position: relative;
  margin: 0;
  padding: 0 0 10px 0;
  z-index: 2;
}

#storeNav li a
{
  color: #F6F7C7;
  font-size: 12px;
}

#storeNav li
{
  display: inline;
  padding: 2px 4px;
}

#storeNav li.first { padding-left: 0 }

#storeNav ul
{
  position: absolute;
  left: 0;
  top: 17px;
  display: none;
  border: 1px solid #333;
  border-top: 0;
  padding: 4px;
  margin: 0;
  background: #333;
  z-index: 1;
}

/* LAYOUT STYLES */
#previewImage
{
  position: absolute;
  left: 0px;
  top: 0;
  width: 280px;
  z-index: 0;
}

#categories, #items, #item { position: relative; min-height: 500px; }

#categoriesList,
#itemsList,
#imagesList
{
  background: url(/store/images/missing_box.png);
  width: 372px;
  margin-left: 290px;
  line-height: 1.0;
}

#categoriesList ul,
#itemsList ul,
#imagesList ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  width: 372px;
}

#categoriesList li,
#itemsList li,
#imagesList li
{
  width: 88px;
  height: 88px;
  float: left;
  margin: 0px 3px 3px 0px;
  border: 1px solid #000;
}

#categoriesList li:hover, #categoriesList li.hover,
#itemsList li:hover, #itemsList li.hover,
#imagesList li:hover, #imagesList li.hover
{
  border: 1px solid #fff;
}

#categoryDescription,
#itemsDescription,
#itemDescription
{
  clear: left;
  background: url(/store/images/description_box_inside.png) repeat-y;
  margin-bottom: 17px;
  width: 372px;
  margin-left: 290px;
  border-top: 1px solid #000;
}

#categoryDescription .bottom,
#itemsDescription .bottom,
#itemDescription .bottom
{
  background: url(/store/images/description_box.png) no-repeat bottom left;
  height: 17px;
  position: relative;
  bottom: -17px;
}
#categoryDescription .description,
#itemsDescription .description,
#itemDescription .description
{
  padding: 8px 8px 0 8px;
  color: #1E2D51;
}

#categoryDescription .title,
#itemsDescription .title,
#itemDescription .title
{
  font-size: 16px;
  border-bottom: 1px solid;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

#itemDescription .description { display: block }

#itemDescription #addToCartForm
{
  text-align: right;
  margin-bottom: -16px;
}
#itemDescription .params { text-align: left; }

#itemDescription .price { float: right; }

/* CART STYLES */

.cart
{
  width: 100%;
  background: #fff;
  color: #000;
}
.cart .headers, .cart .subtotal, #orderItems .headers, #orderItems .totals
{
  font-weight: bold;
}

#orderDetails, #orderItems
{
  margin: 10px;
}

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

#checkoutForm,
#confirmationScreen
{
  color: #000;
  background: #fff;
  padding: 1em;
}

#checkoutForm h1, #checkoutForm h2
{
  color: #000;
}

