* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}

img { -ms-interpolation-mode:bicubic; }

h2 {
  padding-bottom: 20px;
}

h3 {
  padding-bottom: 8px;
}

h4.category_header{ font-size: 24px; margin-bottom: 5px; }

div.top-strip {
  color: rgb(55, 65, 64);
  background-color: rgb(55, 65, 64);
  border-bottom: 1px solid rgb(255, 255, 255);
  height: 10px;
  width: 100%;
}

div.footer{
    margin-top: 40px;
    padding: 30px 0;
    background: red;
    color: #fff;
    text-align: center;
}

div.footer p {
    width: 100%;
}

div.footer p, div.footer p a {
    color: #fff;
    line-height: 22px
}

div.module-container {
  text-align: center;
}

div.module-center {
  margin: 0 auto;
  text-align: left;
  width: 1000px;
}

div.module {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

div.error {
  padding: 12px;
  color: red;
}

div.edit {
  margin-top: 10px;
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
}

div.info {
  font-size: 12px;
  color: gray;
  font-weight: normal;
}

.required {
  color: rgb(150, 0, 0);
}

.sidebar {

}

.sidebar a {
  color: rgb(80, 0, 0);
}

.actions {
  float:right;
}

th {
  padding: 8px;
}

td {
  padding: 8px;
}

p {
  padding: 4px;
}

img {
  border: 0;
}

a {
  color: red;
}

a:hover {
  text-decoration: underline;
}

a.cancel {
  color: rgb(150, 0, 0);
  text-decoration: none;
  margin-left: 10px;
}

a.cancel:hover {
  text-decoration: underline;
}

input.search {
  padding: 4px;
  width: 200px;
}

input.listing-edit, textarea.listing-edit {
  padding: 8px;
  width: 75%;
  border: 1px solid rgb(200, 200, 200);
  font-size: 14px;
}

input.small {
  width: 32px;
}

textarea.listing-edit {
  height: 200px;
}

input.listing-order, textarea.listing-order {
  padding: 4px;
  width: 250px;
  border: 1px solid rgb(200, 200, 200);
  font-size: 12px;
}

textarea.listing-order {
  height: 50px;
}

.sold-label {
  text-align: center;
  z-index: 5;
  position: absolute;
  font-size: 12px;
  background-color: black;
  color: white;
  margin: 2px;
  padding-top: 10px;
}

.stamp {
  z-index: 5;
  position: absolute;
  font-size: 12px;
  text-align: left;
  margin: 0;
  padding: 2px;
  background-color: white;
  border: 2px solid white;
  padding-top:15px;
}

.stamp-label {
  color: red;
  float: left;
  clear: both;
  font-weight: bold;
  width: 75px;
  line-height: 20px;
}

.table-stamp-label {
  color: red;
  font-weight: bold;
  line-height: 20px;
}

.stamp-comments {
  float: left;
  clear: both;
  font-weight: normal;
  width: 125px;
  line-height: 20px;
}

.stamp-button {
  float: left;
  clear: both;
  line-height: 20px;
  text-align: center;
  width: 125px;
}

.stamp-value {
  float: left;
  line-height: 20px;
}

.stamp-divider:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.stamp-divider {
	display: inline-block;
  }

html[xmlns] .stamp-divider {
	display: block;
}

* html .stamp-divider {
	height: 1%;
}

a.move, a.move-0, a.move-1, a.move-2, a.move-3, a.move-4, a.move-5, a.move-6 {
  color: gray;
  cursor: move;
  font-size:80%;
}

a.move:hover {
  text-decoration: none;
}

a.move-other {
  margin-right: 10px;
  color: gray;
  cursor: move;
  font-size:80%;
}

a.move-other:hover {
  text-decoration: none;
}



#sidebar {
  float: left;
  width: 100%;
  font: 16px/20px arial;
}

#sidebar div {
  padding: 10px;
}

#sidebar ul {

}

#sidebar ul li {

}

#sidebar ul li a.heading, #sidebar ul li a.categories, #sidebar ul li a.current {
  text-decoration: none;
  display: block;
  padding: 3px 5px 3px 18px;
  color: red;
  background: url(../public/images/bullet.png) 0 center no-repeat;
}

#sidebar ul li a.heading {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

#sidebar ul li a.current {
  background-color: rgba(255, 0, 0, 0.1);
}

#sidebar ul li a.heading:hover {
  cursor: default;
}

#sidebar ul li a.categories:hover {
  cursor: pointer;
  background-color: #FEF1E9;
}

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

table#buttons {

}

table#buttons td.lozenge {
  background-color: #efefef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #000;
  height: 70px;
  padding: 10px;
  cursor: pointer;
}

table#buttons td.lozenge a {
  color: #000;
  text-decoration: none;
}

table#buttons td.lozenge:hover {

}


#documents a {
  text-decoration: underline;
}

#price-font {
  color: black;
  font-size: 16px;
  font-weight: normal;
  padding-left: 10px;
}

table.freeform_desc {
    margin-top: 10px;
}

table.freeform_desc td {
    padding: 4px;
}

table.freeform_desc td.label {
  color: red;
  font-weight:bold;
}
input.order_add {
  background: red;
  border: 0;
  color: #fff;
  margin: 0;
  padding: 5px 10px;
  cursor: pointer;
}

input.order_add[disabled] {
  display: none;
}


td.freeform_container {
  position: relative;
}

div.freeform_sold {
  background-color: #000;
  color: #fff;
  position: absolute;
  padding: 2px 6px;
  top: -70px;
  left: 80px;
}

div.expanded_sold {
  background-color: #000;
  color: #fff;
  position: absolute;
  padding: 2px 6px;
  top: -100px;
  left: 0px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
}

body.mceContentBody {
   background: #fff;
}
