body {
  padding: 0;
  margin: 0px;
  font-family: Tahoma, Trebuchet MS, Verdana,  Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Tahoma, Trebuchet MS, Verdana,  Arial, Helvetica, sans-serif;
  color: #336699;
  font-size: 12pt;
}

textarea, input, select {
  font-family: Tahoma, Trebuchet MS, Verdana,  Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

.details td {
  height: 26px;
}

a {
  color: #880000;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: underline;
}


img {
  border: none;
}

.thead th {
  background-color: #d0d0d0;
}

.tfoot th {
  background-color: #d0d0d0;
  height: 1px;
}

.odd {
 background: #e9e9e9;
}

.even {
}

.itemlist {
  width: 100%;
}

.pagenav {
  text-align: right;
}

.catlist {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.catlist li {
  padding: 2px 0;
}

.drag {
  cursor: move;
}

.inlineform {
  display: inline;
}

.inlineform input {
  border: 0px;
  background-color: #ffff88;
}

.dropdownlist {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: 1px solid #e0e0e0;
}

.dropdownlist li {
  display: block;
  background-color: #f0f0f0;
  padding: 2px 1px;
  font-size: 8pt;
}

.dropdownlist .selected {
  background-color: #FFEE9F;
}

#messagebox {
  background-color: #ffff88;
  border: 1px solid black;
  position: relative;
  top: 10px;
  right: 5px;
  float: right;
  padding: 3px;
}

#imgloading {
  position: absolute;
  width: 300px;
  height: 50px;
  background-color: white;
  color: black;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-top: 130px;
  margin-left: -200px;
  padding-top: 8px;
}

table {
  font-size: 1em;
}

td, th {
  margin: 0;
  padding: 6px;
  text-align: left;
  vertical-align: top;
}

tr.alternate td {
  background-color: #f0f0f0;
}

#defaultimg {
  border: 1px dashed grey;
  clear: none;
  float: left;
  padding: 3px 6px;
}

#imagelist img {
  padding: 3px;
}

.grey {
  color: #a0a0a0;
}

#trash {
  width: 32px;
  height: 32px;
  background-image: url(/img/trash.jpg);
}

.tdefault {
  background-position: 0 -32px;
}

.tover {
  background-position: 0 0;
}

.activequiz {
  background-color: #ffff88;
}

#nav {
  width: 100%;
  background-color: #666;
  color: white;
}

#nav a {
  color: white;
}

#nav h4 {
  color: #ff8888;
  padding: 0;
  margin: 0;
}

#nav .subnav {
  float: left;
  clear: none;
  width: 120px;
  padding: 10px 20px;
}

#nav .subnav ul {
  padding: 0;
  padding-left: 20px;
  margin: 0;
}

#nav .subnav ul li {
  line-height: 150%;
}

#nav p {
  margin: 0;
  padding: 3px;
}

.padded {
    box-sizing: border-box;
  /* background-image: url(/img/admin-bg.jpg); */
  background-position: top left;
  background-repeat: repeat-x;
  padding: 10px;
  width: 100%;

}

.tiny_padded {
  /* background-image: url(/img/admin-bg.jpg); */
  background-position: top left;
  background-repeat: repeat-x;
  padding: 10px;
}

.errors li {
  color: red;
}

.subnav ul {
  list-style-type: square;
}

.carttotal td {
  border-top: 1px solid black;
}

#realtimedata, #realtimemessage {
  display: none;
}

#print {
  position: absolute;
  right: 20px;
}

#print img, .calbtn {
  vertical-align: middle;
}

#print a {
  text-decoration: none;
}

#delimage {
  position: absolute;
  top: 150px;
  right: 10px;
  padding: 5px;
  background-color: white;
  border: 1px solid #c0c0c0;
}

.cleardiv {
  clear: both;
}

#newfileform {
  display: none;
}

#i_atitle, #i_shorttext {
  width: 600px;
  font-family: Arial;
  font-size: 9pt;
}

#i_shorttext {
  height: 100px;
}

#tracklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

#tracklist img {
  vertical-align: middle;
}

.tracklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tracklist img {
  vertical-align: middle;
}

.gbentry {
  padding: 0 0.5em;
  border: 1px solid #c0c0c0;
  margin-bottom: 1em;
}

.gbentry img {
  vertical-align: middle;
}

.gbentry .del {
  float: right;
  padding: 5px 2px;
}

.tf {
  width: 500px !important;
}
#picture, #picture ul {
  margin: 0px;
  margin-right: 50px;
  padding: 0px;
}
#picture li {
  display: inline;
  list-style-type: none;
  list-style: none;
  padding: 5px;
}

#picture img {
  vertical-align: middle;
  padding: 5px 0px;
}

#imagelist {
  list-style: none;
  padding: 0;
  margin: 0;
}

#imagelist img {
  vertical-align: middle;
}

#tracklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

#tracklist img {
  vertical-align: middle;
}

.searchbox {
  /*float: right;*/
  position: absolute;
  right: 25px;
}

#i_aproduct {
  z-index: 2999;
}

#addproduct_ac_choices {
  z-index: 3000;
}

.top_position {
	float: left;
	width: 30px;
}
.top_track {
	float: left;
	width: 400px;
}
.top_sales {
	float: left;
	width: 20px;
}

.charts table.search_list tbody tr:hover td {
	color: #fff;
	background-color: #666;
}
