﻿.error {
  color: #CC3300;
  font-weight: bold;
}

.cart {
}

.cart .items {
}

.cart .items td {
  border: none;
  padding: 3px;
}

.cart .header td {
  padding: 3px;
}

.cart .items .first td {
  border-top: solid 1px #C0C0C0;
  padding-top: 5px;
  background-image: url(images/rowbg_bw.jpg);
  background-repeat: repeat-x;
}

.cart .items .subitem td {
  font-size: .95em;
  border: none;
}

.cart .totals ul {
  list-style-type: none;
  margin: 0px;
}

.cart .totals {
  width: 100%;
  border-top: solid 1px #CCCCCC;
  border-bottom: solid 4px #CCCCCC;
  text-align: right;
  position: relative;
}

.cart .totals ul li {
  display: block;
}

.cart .totals .label {
  position: absolute;
  font-weight: bold;
  text-align: right;
  width: 200px;
  right: 70px;
  padding: 3px;
}

.cart .totals .amounts {
  display: absolute;
  text-align: right;
  width: 70px;
  right: 0px;
  margin-right: 0px;
  padding: 3px;
}

table.totals {
  width: 100%;
}

table.totals td.label {
  font-weight: bold;
  text-align: right;
}

table.totals td.value {
  text-align: right;
  width: 70px;
}

#Order {
  border: solid 1px #dcdcdc;
  padding: 8px;
  min-height: 300px;
}

.sitepath {
}

.sitepath .node {
}

.sitepath .current {
  display: block;
  font-size: 1.75em;
  font-weight: bold;
}

.sitepath .root {
}

ul.navigation {
  list-style-position: outside;
  list-style-type: none;
  margin-top: 10px;
  padding-bottom: 20px;
  padding-left: 0;
  margin-left: 0px;
}

ul.navigation li {
  margin-right: 10px;
  margin-bottom: 8px;
  float: left;
}

ul.navigation li.cartIcon {
  background: #ffffff url(images/topnav-cart.gif) no-repeat;
  padding-left: 22px;
}

ul.categories {
  font-size: 12px;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  width: 450px;
}

ul.categories li {
  width: 200px;
  padding: 3px;
  margin: 2px;
  border-bottom: 1px solid #CCCCCC;
  float: left;
  margin-right: 10px;
}

ul.categories a {
  text-decoration: none;
  font-weight: bold;
  pointer: hand;
  display: block;
  float: left;
}

ul.categories a:hover {
  text-decoration: none;
  font-weight: bold;
}

ul.categories .desc {
  font-size: .9em;
  display: block;
  font-style: italic;
  text-align: right;
}

.admin { 
  width: 300px;
  border: solid 1px #CCCCCC;
  border-top: solid 5px #CCCCCC;
  margin-top: 10px;
  margin-bottom: 10px;
}

.admin h2 { 
  margin: 0;
  font-size: 1.1em;
  display: block;
  border-bottom: solid 1px #CCCCCC;
  background: #dcdcdc;
  padding: 2px;
}

.panel {
  padding: 5px;
  border: solid 1px #CCCCCC;
}
