/* Basic elements */

body {
  background: #c4a40f url(images/bg-body.gif) repeat-x top left;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

a:link { 
  font-weight: bold;
  text-decoration: none;
  color: #369;
}

a:visited { 
  font-weight: bold;
  text-decoration: none;
  color: #69c;
}

a:hover { 
  font-weight: bold;
  text-decoration: underline;
  color: #9cf;
}

a img {
  border: none;
}

#header a:visited,
#sidebar a:visited {
  color: #369;
}

#header a:hover,
#sidebar a:hover {
  color: #009;
  text-decoration: none;
}


/* Specific divs */

#outer-container {
  text-align: center;
}

#container { 
  margin: 10px auto;
  padding: 0;
  width: 700px;
  text-align: left;
}

#header {
  margin: 0 10px;
  padding: 0;
  height: 75px;
  width: 680px;
}

#header h1 {
  float: left;
  margin: 0;
}

#actions {
  float: right;
  height: 12px;
}

#actions ul {
  display: inline;
  margin: 0;
  padding: 0;
}

#actions li { 
  display: inline;
  font-size: 10px;
  margin: 0;
  padding: 0 10px;
  border-left: 1px solid #000;
}

#actions li.first {
  border: none;
}

#actions li.last {
  padding-right: 0;
}

#navigation {
  float: right;
  margin: 42px 0 0 0;
  padding: 0;
  height: 21px;
}

* html #navigation {
  margin: 27px 0 0 0;
}

#navigation ul {
  display: inline;
  margin: 0;
  padding: 0;
}

#navigation li {
  display: inline;
  font-size: 13px;
  margin: 0;
  padding: 0 8px;
}

#navigation li.last {
  padding-right: 0;
}

#navigation img {
  vertical-align: top;
}

#content {
  margin: 0; padding: 0;
  background: #fff url(images/bg-content.gif) repeat-y top left;
}

#content-top {
  font-size: 1px;
  margin: 0; padding: 0;
  background: #fe5 url(images/bg-content-top.gif) no-repeat top left;
  height: 20px;
}

* html #content-top {
  margin: -10px 0 0 0;
}

#content-bottom {
  font-size: 1px;
  margin: 0; padding: 0;
  background: #fe5 url(images/bg-content-bottom.gif) no-repeat top left;
  height: 20px;
}

#sidebar { 
  background: url(images/bg-sidebar.gif);
  font-size: 11px;
  margin: 0 0 0 11px;
  padding: 5px 10px 10px 15px;
  width: 145px;
  float: left;
}

* html #sidebar {
  width: 170px;
}

#main {
  margin: 0 0 0 182px;
  padding: 5px 30px 5px 15px;
  width: 472px;
}

* html #main {
  margin: 0 0 0 181px;
  padding: 5px 29px 5px 15px;
  width: 516px;
}


/* Hack to eliminate Miva's blockquote formatting for the */
/* storefront welcome message */

table * blockquote {
  margin: -30px 0px 0px 0px;
}


/* Product description and trailing price paragraph. Shown on */
/* category and product pages.                                */

.description {

}

.price {
  margin-top: 4px;
}


/* Product list layout */

.categoryListCodeHeader {
  font-weight: bold;
}

.categoryListNameHeader {
  font-weight: bold;
  margin-left: 10px;
}

.categoryListCode {
  text-align: center;
}

.categoryListName {
  margin-left: 10px;
}


/* Category page layout */

#categoryDesc {
  margin-bottom: 0px;
  max-width: 500px;
}

#categoryProducts {
  margin-top: 10px;
}

#listseparator {
  border-top: 1px solid #996;
}

.indent {
  margin-left: 20px;
  margin-right: 20px;
}

.categoryProduct {
  margin-bottom: 40px;
}

.categoryProductDesc {
  max-width: 500px;
  margin: 4px 0 0 0;
}

.categoryProductDesc p {
  margin: 0;
  padding: 0;
}

.categoryProductThumbnail {
  float: right;
  border: none;
  margin-left: 10px;
}

.categoryProductCode {
  font-size: 8pt;
}

.categoryProductQuantity {
  font-size: 8pt;
}


/* Product page layout */

#productArea {
  max-width: 500px;
}

#productAttributes {
  margin-top: 10px;
  margin-bottom: 10px;
}

#productImage {
  border: none;
  margin: 0 0 10px 0;
}

#quantityBox {
  display: inline;
}

#addButton {
  display: inline;
  padding-bottom: 3px;
}

#productCode {
  margin-top: 10px;
}


/* Sidebar */

#sidebar li {
  font-size: 14px;
  margin-bottom: 4px;
}

* html #sidebar li {
  margin: 4px 0;
}

#sidebar ul,
#sidebar ul ul,
#sidebar ul ul ul {
  list-style: none;
}

#sidebar ul {
  margin-left: 0;
  padding-left: 0;
}

#sidebar ul ul,
#sidebar ul ul ul {
  margin-left: 15px;
}


/* Shipping/Payment layout */

#additionalInfo {
  font-weight: bold;
  border-top: 1px solid #996;
  border-bottom: 1px solid #996;
  margin-bottom: 10px;
  padding: 2px 0px 2px 0px;
}

#promoCode {
  font-weight: bold;
  margin-right: 10px;
}

#specialInstructions {
  font-weight: bold;
  margin-right: 10px;
}


/* Hidden text for Miva search engine */

.hidden {
  display: none;
}

table * .hidden {
  display: none;
}


/* Shopping basket contents layout */

#checkout {
  margin-top: 20px;
}


/* General formatting rules */

p.first {
  margin-top: 0;
}

p {
  margin: 10px 0;
}

h2.productTitle {
  font-size: 14pt;
  margin-top: 0px;
}

h2.categoryTitle {
  font-size: 14pt;
  margin-top: 0px;
}

table * h3 {
  font-size: 15px;
  font-weight: bold;
}

table * {
  font-size: 13px;
}

table * h2 {
  font-size: 14pt;
  margin-top: 0px;
}

h2.reduceTopMargin {
  margin-top: -16px;
}

form {
  margin: 0px;
  padding: 0px;
}

* sub {
  font-size: 7pt;
}

img.upperLeft {
  float: left;
  margin: 18px 15px 10px 5px;
}

* html img.upperLeft {
  margin: 5px 15px 10px 5px;
}

img.upperRight {
  float: right;
  margin: 18px 5px 10px 15px;
}

* html img.upperRight {
  margin: 5px 5px 10px 15px;
}

.smallprint {
  font-size: 10px;
}

.smallprint a {
  font-size: 10px;
}

hr.clear,
hr.clear-right {
  margin: -1px 0 0 0;
  padding: 0;
  height: 1px;
  border: none;
  visibility: hidden;
}

hr.clear {
  clear: both;
}

hr.clear-right {
  clear: right;
}


/* Account forms */

table * form * table * {
  font-size: 9px;
}

#productAttributes * {
  font-size: 13px;
}
