* {
  margin: 0;
  padding: 0;
}

body {
  background-color: rgb(244, 244, 244);
  font-family: verdana;
  font-size: 75%;
  color: #333;
}

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

h2 {
  padding-bottom: 20px;
}

h3 {
  padding-bottom: 8px;
}

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.title-container {
  background-color: #780000;
  text-align: center;
}

div.title {
  margin: 0 auto;
  text-align: left;
  width: 998px;
}

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

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

div.module {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(200, 200, 200);
  margin: 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: 11px;
  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: rgb(120, 0, 0);
  text-decoration: none;
}

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

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: rgb(120, 0, 0);
  float: left;
  clear: both;
  font-weight: bold;
  width: 75px;
  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 {
  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;
}