div.vote-zone {
}

li.hotornot-button {
  margin: 0px;
  padding: 0px;
  float: left;
  height: 20px;
  width: 20px;
  background-image: url('../images/star_off.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.bold {
  font-weight: bold !important;
}

li.button-hover {
  background-image: url('../images/star_on.png');
}

div.vote-zone ul {
  list-style-type: none;
  margin: 10px;
  padding: 0px;
}

div.spacer {
  clear: both;
}

img.hotornot-icon {
  vertical-align: middle;
  margin-right: 3px;
}

img.hotornot-icon2 {
  vertical-align: bottom;
  margin: 0px 3px;
}

img.hotornot-icon3 {
  vertical-align: top;
  margin: 0px 3px;
}

.error {
  background-color: #ff0000;
}

.error2 {
  color: #ff0000;
  font-weight: bold;
}

tr.hotornot-comment-header td {
  background-color: #f7f7f7;
  border-top: 1px dotted #cccccc;
  padding: 2px 5px 2px 10px;
}

tr.hotornot-comment-text td {
  padding: 5px 5px 10px 30px;
}

span.hotornot-comment-author {
  font-weight: bold;
  padding-right: 5px;
}

span.hotornot-comment-date {
  color: #999999;
}

div.hotornot-heading {
  padding: 5px;
  font-weight: bold;
  width: 100%;
  background-color: #666666;
  color: #ffffff;
}

div.hotornot-text {
  margin: 10px;
}

div.icon {
  height: 16px;
  width: 16px;
  display: inline;
  background-image: url('../images/star_off.png')
}

div.hotornot-thumbnail {
  padding: 5px;
  margin: 10px 10px 5px 10px;
  border: 1px solid #999999;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
}

div.hotornot-thumb-rating {
  border: 1px solid red;
  text-align: center;
}

a.hotornot-thumnbail:hover {
  cursor: pointer;
  text-decoration: none;
}

a.hotornot-thumnbail:hover div {
  background-color: #eeeeee;
}

.hotornot-upload-table {
  border-bottom: 2px solid #999999;
  background-color: #eeeeee;
  margin: 10px 0px;
  border: 1px solid #999999;
}

.hotornot-upload-table td {
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.hotornot-upload-table textarea {
  width: 400px;
  height: 100px;
}

.hotornot-upload-table input[type=text] {
  width: 400px;
}

#hotornot-upload-iframe {
  border: 0px;
  width: 100%;
}

td.hotornot-upload-file-name {
  background-color: #cc0000;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}

td.hotornot-delete-button {
  border-top: 1px dotted #aaaaaa;
  padding: 5px;
  background-color: #dddddd;
}

div.hotornot-spacer {
  clear: both;
  height: 20px;
}

div.hotornot-thumb-wrapper {
  float: left;
  text-align: center !important;
}

div.hotornot-pagination {
  /*float: left;
  clear: both;*/
  margin-top: 10px;
}