/* gallery/select-category.tpl */


/* gallery/image-list.tpl */

/* Gallery */

.gallery {
  text-align: center;
  background-color: #cdc7b4;
  padding: 10px 0 10px 10px;
  margin: 1em 0;
}

.gallery_cell {
  width: 279px;
  display: block;
  height: 260px;
  margin: 10px;
  float: left;
}

.gallery_cell img {
  width: 279px;
  height: 183px;
}

.gallery_cell span {
  font-size: 0.75em;
  font-weight: bold;
}

#content .gallery_cell a {
  text-decoration: none;
}

div.gallery_cell a.order_link
{

}

div.gallery_cell span.price
{

}

/* gallery/image-zoom.tpl */


/* gallery/gallery-nav.tpl */

div#gallery_nav_bar
{  
  background-color:#eaebe0;
  padding: 10px;
  margin: 0 0 20px 0;
  display: block;
}

#gallery_search_form input.button {
  float: none;
}

.special_price_zoom {
  color:#FF6810;
  font-style:italic;
  font-weight:bold;
}

div.gallery_cell .special_price
{
  position: absolute;
  bottom: -50px;
  left:0;
  width: 180px;  
  height: 40px;
  padding: 5px 0;  
  text-align: center;
  background-color: #331b27;
  color: #fff;
  font-style: italic;
  font-size: 0.875em;
}

div.gallery_cell .thumb_label {
  font-style:italic;
}

#content div.gallery_cell .special_price a {
  color: #eaebe0;
}