ul.category_list {
  font-size: large;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-left: 20px;
  list-style-type: none;
}

ul.category_list li {
  float: left;
  margin-right: 15px;
  padding: 0;
}

.item_list {
  margin-top: 1em;
  margin-right: 10px;
  line-height: 2em;
  list-style-type: none;
}

.item_list_table {
  padding: 0 10px 20px 20px;
}

.item_list table {
  border-collapse: collapse;
}

.item_list .item,
.link{
  width: 454px;
  padding: 10px 10px 3px;
  color: white;
  border-right: solid 1px #904605;
  background-image:url(line.gif);
  background-position:center bottom;
  background-repeat:repeat-x;
}

.item_list .center{
  text-align: right;
  width: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.item_list .price{
  text-align: right;
  width: 61px;
  background-image:url(line.gif);
  background-position:center bottom;
  background-repeat:repeat-x;
}

.item_list .price_type{
  white-space: nowrap;
  text-align: left;
  width: 28px;
}

.item_list .no_price{
  text-align: right;
  width: 120px;
}

.item_list .item_last_row .item_last_cell {
  height: 1.5em;
  border-right: solid 1px #904605;
}

.item_list .to_top {
  color:#6A3906;
  font-size:11px;
  font-weight:bold;
  height:20px;
  line-height:140%;
}

.item_list .to_top a {
  background-image:url(icon.gif);
  background-repeat:no-repeat;
  padding:0 0 0 25px;
}


.item_preview {
  width: 190px;
  float:right;
}

.item_preview_title {
  text-align: center;
}

.item_preview .item_preview_photo {
  width: 190px;
  height: 202px;
  overflow-y: hidden;
  border: solid 1px black;
}

.item_preview .item_preview_photo img {
  width: 190px;
  cursor: pointer;
}

.item_preview .item_preview_description {
  font-size: small;
  color: gray;
}

.item_edit, .item_detail {
  color: black;
}

.item_edit * {
  color: black;
}

.item_detail_photo {
  width: 480px;
  height: 360px;
  overflow-y: hidden;
}
.item_detail_comment {
  margin-top: 20px;
  width: 480px;
  height: 120px;
  overflow-y: scroll;
}

.selected {
  background-color: #bcd99d;
}

.selected_dialog {
  background-color: #bcd99d;
}

.dragging {
  font-weight: bold;
}

.edit {
  cursor: pointer;
}

.delete {
  cursor: pointer;
}

.move {
  width: 20px;
  background-image: url(move.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.item_edit {
}

.item_edit table {

}

.item_edit .name {
  width: 300px;
}

.item_edit .price {
  width: 50px;
}

.item_edit .hours {
  width: 50px;
}

.item_edit .comment {
  width: 500px;
  height: 150px;
}

.item_edit .image {
  width: 350px;
}

.item_edit .image_preview {
  width: 130px;
}

#tooltip {
  color: black;
}

.category {
}

.category_title,
.category_edit {
  line-height: 1em;
  margin: 0;
  font-weight: normal;
  background-image: url(underline.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  padding:15px 0px 2px 12px;
}

.category_title,
.category_edit_name {
  font-size: 24px;
  font-family: "Georgia";
}

.category_edit_name {
  padding: 0;
  border: 0;
}

.category_edit_button {
  margin: 0 10px;
}

.item_sort {
  color: black;
}

.item_sort_table {
  width: 100%;
  table-collapse: collapse;
}

.item_sort_table tr td {
  border: solid 1px black;
}

.category_sort *, .category_add * {
  color: black;
}

.category_add_link, .category_sort_link {
  padding-left: 10px;
}

#item_edit_upload {
  float: left;
}

.item {
  margin: 20px 10px;
}

.item .item_desc {
  float: left;
  width: 320px;
  position: relative;
  margin-right: 10px;
  padding-bottom: 4.5em;
}

.item .item_photo {
  float: left;
  width: 212px;
  height: 154px;
}

.item .item_photo img {
  cursor: pointer;
}

.item .item_name {
  letter-spacing: 0.2em;
  font-size: 120%;
  font-weight: bold;
  background-color: #f9c0c9;
  color: #765e5e;
  padding: 5px;
}

.item .item_comment {
  margin-top: 5px;
  line-height: 1.5em;
}

.item .item_bottom {
  position: absolute;
  bottom: 0;
}
