/* gallery/select-category.tpl */


/* gallery/image-list.tpl */

div.gallery_cell
{
  position: relative;
  float: left;
  width: 180px;
  height: 250px;  
  margin: 10px 20px 30px 20px;
  padding:15px 0 0 0;
  text-align:center;    
  font-size: 0.875em;
  border-bottom: #85767d solid 1px;
}

div.gallery_cell img.gallery_thumb
{
  border:#85767D solid 1px;  
}

div.gallery_cell a.order_link
{
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875em;
}

div.gallery_cell acronym
{
  position: relative; /* border won't show in IE if we don't do this */
  border-bottom: 1px dotted #666;
}

div.gallery_cell span.price
{
  position: absolute;
  left: 0.5em ;
  bottom: 0.5em;
  font-size: 0.875em;
}

/* gallery/image-zoom.tpl */

#content ul.gallery_zoom_button_row li {
  list-style-image:none; 
  list-style:none;
  float:left;  
}

ul.gallery_zoom_button_row a {
  background-image:url(../images/g-button-white.gif);
  background-repeat:no-repeat;
  color:#331B27;
  display:block;
  line-height:28px;
  width:180px; 
  text-decoration:none;
  padding:0 0 0 15px;  
}

ul.gallery_zoom_button_row a:hover {
  color:#989A65;
}



td.gallery_zoom_label
{
  width: 280px;
  padding-right: 10px;
  
  font-weight: bold;
  text-align: right;
}


/* 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;
}