body { background-color: #fff; color: #333; }

body#wholesale {
  border: none;
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

div.Page {
  margin-bottom: 150px;
}

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

.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.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%;
}

div.auto_complete {
  width: 350px;
  background: #fff;
}
div.auto_complete ul {
  border:1px solid #888;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
}
div.auto_complete ul li {
  margin:0;
  padding:3px;
}
div.auto_complete ul li.selected { 
  background-color: #ffb; 
}
div.auto_complete ul strong.highlight { 
  color: #800; 
  margin:0;
  padding:0;
}

div#updateSpinner {
  display: none;
  
  position: absolute;
  right:0px;
  width: 135px;
  height: 35px;
  padding-top: 2px;
  text-align: center;
  background-color: rgba(235, 235, 235, 0.5);
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

div#report_page div#customer_count {
  float: left;
  font-size: 20pt;
  font-weight: bold;
  padding: 5px;
}

div#report_page table {
  border: none;
  width: auto;
  margin-top: 1em;
  margin-left: 1em;
}

div#report_page table tr td {
  width: auto;
  border: none;
  text-align: left
}

div#report_page table tr th {
  font-weight: bold;
  background-color: #999;
  color: white;
  padding: 0px 10px;
}

div#report_page table tr.even {
  background-color: #eee;
}

div#report_page table.form th {
  color: black;
  background-color: white;
  vertical-align: top;
}

div#report_page table.form td {
  font-size: small;
}

div.filter {
  background-color: #B0B0B0;
  font-weight: bolder;
  color: white;
  
  min-width: 801px;
  max-width: 1070px;
}

div.filter div.label {
  float: left;
  margin-left: 10px;
  margin-right: 5px;
}

div.filter ul li {
  float: left;
  list-style: none;
  margin-left: 5px;
}

div.filter a {
  color: #333;
}

div.filter a.remove {
  font-size: 8pt;
  color: #333;
}

table.form {
  background-color: #eee;
  border: none;
  width: auto;
}

table.form th {
  text-align: right;
  vertical-align: top;
  padding: 5px;
  padding-top: 6px;
}

table.form td {
  text-align: left;
  border: none;
  padding: 5px;
}

table.formset td {
  text-align: left;
}

table.formset td.checkbox {
  text-align: center;
}

span.current.page {
  font-weight: bold;
}

div.exact_results {
  border-bottom: thin solid #eee;
  margin-bottom: 8px;
}

div.exact_results h4 {
  margin: 5px 0px;
}

div.exact_results div.item_small {
  margin-bottom: 0px !important;
}

div.item_medium {
  float: left;
  width: 375px;
  min-height: 185px;
  margin-right: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}

div.item_small {
  float: left;
  width: 257px;
  min-height: 120px;
  margin-right: 10px;
  margin-bottom: 8px;
  margin-top: 8px;
}

div.update_preview {
  display: inline;
  margin: 0px 8px;
}

div.item_thumbnail {
  float: left;
}

div.item_detail {
  margin-left: 60px;
  font-size: 12px;
}

div.item_medium div.item_detail {
  min-height: 104px;
}

div.item_description {
  padding: 0px 4px;
  line-height: normal;
  font-size: 12px;
  /*border-top: thin solid #eee;
  border-bottom: thin solid #eee;*/
}

div.Title {
  font-weight: bolder;
  line-height: 125%;
}

div.items {
  min-width: 800px;
}

div.search_items {
  min-width: 801px;
  max-width: 1070px;
}

div.flags {
  height: 15px;
}

div.chicklet {
  color: white;
  background: black;
  font-size: 9px !important;
  padding: 1px 5px;
  border-radius: 6px;

  float: left;
  margin-right: 4px;
  line-height: normal;

  text-shadow: 0px 1px 0px #333;
  /*box-shadow: 0px 0px 1px #666;*/
}

div.dvd {
  background: #777;
}

div.blu-ray {
  background: #0095D5;
}

div.uhd {
   background: gold;
   color: black;
   text-shadow: none;
}

div.vinyl {
  background: #b51
}

div.no-returns {
  background: #C22;
}

div.import {
  background: #C92;
}

div.price {
  background: #2A2;
}

div.featured_posters ul {
  margin: 0px;
  padding: 0px;
}

div.featured_posters li {
  float: left;
  margin: 0px 10px;
  list-style: none
}

div.update_list_item {
  border: thin solid #efefef;
  padding: 5px;
  width: 630px;
  margin: 10px 0px;
}

div.update_list_item h3 {
  margin-top: 0px;
}

div.topten-item {
  margin-top: -18px;
  min-height: 160px;
}

div.blog-post div.body a {
  color: #909093;
}

div.blog-post div.body a:hover {
  text-decoration: underline;
}

div.home-page-content {
  min-height: 90px;
}

div.sidebar.topten {
  background-color: white;
  text-align: left;
  margin-top: 15px;
  width: 161px;
  margin-left: -6px;
  border : solid thin #f0f0f0;
  padding-top: 2px;
  padding-bottom: 5px;
}

div.sidebar.topten div.title {
  margin-bottom: 5px;
}

div.sidebar.topten ol {
  padding-left: 30px;
  margin: 0px;
}

div.sidebar.topten ol li {
  font-size: 8pt;
}

.strikeout {
  text-decoration: line-through;
  color: #666;
}

div.Price.sale {
  color: red;
  font-size: 11pt;
  margin: 8px !important;
}

div.discount {
  font-weight: bold;
  font-size: 8pt;
}

tr.message {
  background-color: #ffc;
}

tr.message > td {
  text-align: left;
  padding: 0.5em 0.5em;
}

.Sales.Button {
  background-color: #90C093 !important;
}

.Sales.Button.Current {
  background-color: white !important;
}
