/****************  enlarged image  ***********************/
.large-ecom-image {
    float:left;
    margin-right:20px;
}

/****************  swatches and thumbnails  ***********************/
/*.thumbnails ul li {
    list-style:none;
    display:inline-block;
    zoom:1;
    margin-right:2px;
    border:6px solid #555;
}*/

.swatches img {
    display:block; 
    /* get rid of the margin below the image */
}


.swatches ul li div {
    position:absolute;
    border:1px solid #333;
    border-width:1px 2px 2px 1px;
    background:#fff;
    display:none;
    margin-top:-20px;
    margin-left:10px;
}
.swatches ul li:hover div {
    display:block;
}
.swatches ul li div strong {
    padding:0 0 2px 3px;
    display:block;
}

/****************  general styles  ***********************/
.show .bodycopy {
    clear:both;
}