/* dark brown: 704a2c */
/* medium brown: 9c826e */
/* light brown: b7a495 */
/* very light brown: ebe1d8 */
/* super light brown: ece5e1 */


/*----------- GALLERY RULES ---------*/
.gallerypic {
float:left;
width:130px;
list-style-type: none;
padding: 0 0 3px 0;
background-color:#ece5e1;
vertical-align: bottom;
margin: 0 10px 10px 0;
}
.gallerypic a:link {
font-size: 11px;
}
.gallerypic a:link img, .gallerypic a:visited img {
padding: 2px;
margin: 0;
display: block;
text-decoration: none;
border-bottom: none;
}
.gallerypic a:hover img, .gallerypic a:active img {
color: #fff;
background-color: #b7a495;
}
.webres, .highres {
margin: 3px 0 0 2px;
padding: 0 0 0 15px;
background: url("../images/download_icon.gif") no-repeat left center;
}
.galleryrow {
}
.presslink {
margin-top: 5px;
}
.presslink span {
margin: 0 10px 0 0;
padding: 0 0 0 15px;
background: url("../images/download_icon.gif") no-repeat left center;
}
/*----------- PRICE TABLE RULES ---------*/
.price {
border-collapse: collapse;
padding:5px;
width:100%;
background-color:#ece5e1;
}
.price td {
padding:3px 10px;
border: 1px solid #fff;
}
.price th {
text-align: left;
padding:3px 10px;
border: 1px solid #fff;
background-color: #ebe1d8;
}
td.book {
text-align: center;
}
td.book a {
background-color: #9c826e;
border: none;
color: #fff
}
td.book a:hover {
background-color: #704a2c;
border: none;
}
