/*
 *** LIMITED EDITIONS
 */
html {
   overflow: auto; /* Safari 2.0 doesn't know about overflow-x, -y */
   overflow-y: scroll;
   overflow-x: hidden;
}

.copy, .featuredArtist {
   float: left;
   padding: 0px 1em 1em;
   width: 916px;
}

.featuredArtist {
   clear: both;
   width: 932px;
}

.copy .subheader {
   padding-top: 16px;
}

.morework {
   float: right;
}

.images {
   float: left;
}
.image {
   float: left;
   padding: 8px 38px;
   text-align: center;
   width: 150px;
}

.image a {
   display: block;
   outline: none;
   text-align: center;
}

.imageThumb {
}

.imageDescription {
}

.imageTitle {
   background-color: #ededcb;
   font-size: 12pt;
   font-weight: normal;
}

.imageDetails {
   font-weight: normal;
}
.imageDetails .canvas {
   float: left;
}
.imageDetails .price {
   float: right;
}

/*
 *** ReMooz Overrides
 */
.remo-title-txt .canvas {
   display: block;
   font-size: 12pt;
}
.remo-title-txt .price {
   clear: both;
   font-size: 12pt;
}

