/******* style.css *******/

@import url(common.css);
@import url(lightbox.css);
@import url(layout.css);



.c_title {
  text-transform: uppercase;
  font-weight: bold;
  color: #debe9a;
  margin-bottom: 20px;
}

.c_list {
  margin-top: 20px;
}

.c_list table {
  width: 100%;
}
.c_list td {
  padding: 10px 5px;
}
.c_list th {
  background: #6e4d48;
  padding: 10px 0px;
}
.c_row1 td {
  
  background: #63403c;
}
.c_row2 td {
  background: #6e4d48;
}
td.c_list_img {
  padding: 3px;
  padding-bottom: 0px;
  /* width: 170px; */
  text-align: center;
}
td.c_list_img img {
/*  border: 2px solid #a28c7e; */
}

#c_images {
  display: none;
}

