/*
 Dark color #1: #f7bcc7
 Light color #1: #fcdfe3
 Dark color #2: #7a4b14
 Light color #2: #ba9970
*/

body
{
  background-color: #fff; 
  color: #333; 
  background: url("/images/backDots copy.gif") repeat; 
  padding: 24px;
}

body, p, ol, ul, td {
  font-family: "Lucidia Grande", Lucidia, helvetica, arial, sans-serif;
  font-size:   13px;
}

img {
    border: none;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #7a4b14;   }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.errorMsg, div.infoMsg, div.statusMsg
{
    text-align: center;
    color: red;
    font-weight: bold;
    background-color: white;
    border: 1px dashed red;
    padding: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
}  

div.infoMsg
{
    color: green;
    border: 1px dashed green;
}  

div.statusMsg
{
    color: #7A4B14;
    border: 1px dashed #7A4B14;
}  

h2
{
    text-align: left;
    font-weight: bold;
    background-color: white;
    color: #7A4B14;
    border: 1px dashed #7A4B14;
    padding: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
}  

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

table.thumbnail, table.cart
{
  border: 1px dashed #7a4b14;
  background-color: white;
  margin: 1px 1px 8px 1px;
}

table.thumbnail td
{
  font-size: 9pt;
  text-align: center;
}

div.thumbnail a
{
    color: black;
}

div.thumbnail a:visited
{
    color: #500000;
}

div.thumbnail a:hover
{
    color: #D1586A;
}

div.thumbnail a:hover table.thumbnail
{
    border: 2px dashed black;
    margin: 0px 0px 7px 0px;
}

div.titlebar
{
  position: relative;
  background: none; /* #f7bcc7 url("/images/topGradient.gif") repeat-x; */
  font-size: 24pt;
  color: white;
/*  border: 2px dotted #fcdfe3;
  height: 64px; */
  padding-bottom: 8px;
  margin-bottom: -4px;
}

div.titlebar a
{
    border: none;
}

div.titlebar a:hover
{
    background: none;
}

div.login
{
/*  float: right;
*/
 position: absolute;
 top: 12px;
 right: 0px;
 bottom: 16px;
 float: none;
 display: block;
  color: #333;
  font-size: 10pt;
/* -- bar version
  background-color: #fcdfe3;
  border: 2px inset #f7bcc7;
*/
  background-color: #f7bcc7;
  border: 2px outset #fcdfe3;

  padding: 8px;
}

div.categories
{
  background-color: #7A4B14;
  border: 2px dotted #BA9970;
  margin-right: 8px;
  padding-right: 1em;
}

div.categories a
{
  color: white;
}

div.categories a:hover
{
    color: #fcdfe3; background-color: transparent;
}

div.content
{
}

div.clear
{
  clear: both;
  line-height: 0px;
  width: 100%;
}

ul.catList
{
  list-style: circle inside;
  margin-left: 0px;
  padding-left: 1.25em;
  white-space: nowrap;
  color: white;
}

ul.catList a
{
  text-decoration: none;
}

ul.catList a:hover
{
  text-decoration: underline;
}

table.layoutControl
{
  bottom: 8px;
}

div.breadcrumbs, div.itemBreadcrumbs, .searchBox
{
  background-color: #7A4B14;
  /* Note: we have to compensate for the fact that, for whatever reason, the lighter version of our bgnd color isn't right */
  border-top: 2px outset #ba9970;
  border-left: 2px outset #ba9970;
  border-right: 2px outset #7a4b14;
  border-bottom: 2px outset #7a4b14;
  padding: 4px;
  font-size: 9pt;
  color: white;
}

div.breadcrumbs a, div.itemBreadcrumbs a, div.searchBox a { color: white; text-decoration: none; border-bottom: 1px dotted white }

div.breadcrumbs a:hover, div.itemBreadcrumbs a:hover, div.searchBox a:hover { color: #fcdfe3; background-color: transparent; text-decoration: none; border-bottom: 1px solid #fcdfe3 }

div.similarItems
{
  float: right;
  background-color: #f7bcc7;
  color: black;
  border: 2px dotted #fcdfe3;
  padding: 8px;
  margin-left: 8px;
  text-align: center;
}

div.sectionTitle, div.plainSectionTitle, h1
{
  font-size: 24pt;
  font-weight: normal;
  color: white;
  background-color: #7a4b14;
  margin-bottom: 8px;
  padding: 4px;
  padding-top: 0px;
  margin-top: 0px;
  font-family: "Apple Chancery", "Zapf Chancery", cursive;
  /* Note: we have to compensate for the fact that, for whatever reason, the lighter version of our bgnd color isn't right */
  border-top: 2px outset #ba9970;
  border-left: 2px outset #ba9970;
  border-right: 2px outset #7a4b14;
  border-bottom: 2px outset #7a4b14;
  text-shadow: #000 3px 3px 2px;
}

div.sectionTitle
{
  color: black;
  background-color: #f7bcc7;
  border: 2px outset #fcdfe3;
  text-shadow: #6a5558 3px 3px 2px;
}

div.pagination, div.bottomPagination
{
  font-weight: normal;
  color: black;
  background-color: #f7bcc7;
  border: 2px outset #fcdfe3;
  padding: 4px;
  text-align: center;
}

div.itemDescription
{
  border: 1px dashed pink;
  background-color: white;
  padding: 8px;
  margin-top: 0px;
  margin-bottom: 8px;
}

/*div.titlebar, */ div.categories, div.similarItems, div.login, div.breadcrumbs, 
div.sectionTitle, div.plainSectionTitle, div.itemBreadcrumbs, h1, div.pagination, div.bottomPagination,
div.searchBox
{
  border-radius: 8px 8px;
  -webkit-border-radius: 8px 8px;
  -moz-border-radius: 8px 8px;
}

div.sectionTitle, div.pagination
{
  border-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius: 0px 0px 8px 8px;
}

div.itemBreadcrumbs
{
  border-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius: 8px 8px 0px 0px;
}

div.breadcrumbs, div.pagination
{
  margin-bottom: 8px;
}

/*div.titlebar,*/ div.categories, div.similarItems, div.login
{
  box-shadow: 4px 4px 2px #555;
  -webkit-box-shadow: 4px 4px 4px #555;
}

table.cart tr.evenRow
{
  background-color: #fcdfe3;
}

span.price
{
  font-weight: bold;
}

span.salePrice
{
  font-weight: bold;
  color: red;
}

span.sort
{
  float: right;
  white-space: nowrap;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

span.sort form
{
  margin: 0;
  padding: 0;
}

div.breadcrumbs, div.itemBreadcrumbs
{
  line-height: 2em;
}

.bigButton
{
    font-size: 16pt;
    
}

p.normal
{
    color: black;
    font-weight: normal;
}

div.nav
{
  border: 2px solid pink;
  background-color: white;
  padding: 4px;
}

div.nav a
{
    background-color: pink;
    padding: 4px;
}

div.nav a:hover
{
    background-color: #7a4b14;
    color: white;
}

img.paypal
{
    vertical-align: middle;
}

div.copyright
{
    font-size: 10pt;
    text-align: center;
    color: gray;
    clear: both;
}

table.orderList tr td, table.orderList tr th
{
    padding-left: 8px;
    padding-right: 8px;
}

table.purchase tr td, table.purchase tr th
{
  border: 2px dashed #f7bcc7;
  background-color: white;
  padding: 8px;
}

table.colorTable tr td img
{
    vertical-align: middle;
}

table.featured
{
    border: 2px dashed #f7bcc7;
    padding: 8px;
    float: right;
}

table.featured tr td
{
    text-align: center;
}

table.featured tr th
{
    background-color: #fcdfe3;
}

.searchBox
{
    align: center;
    text-align: center;
    padding: 8px 8px 0 8px;
}

