/* swatches container */
div.spp_swatches {margin:10px 0;}


/* big swatch */
div.spp_swatch_big {width:207px; height:210px; float:left; border-top:1px solid #bde6d5; border-bottom:1px solid #bde6d5;}

/* small swatch name */
div.spp_swatch_big_name {background:#ffffff; height:41px; margin-top:169px; text-align:center; text-transform:uppercase; font-size:10px; color:#000000;}


/* all small swatches */
div.spp_swatches_small {float:right; width:310px; border-top:1px solid #f7d54e; padding:2px; line-height:0;}

/* loops -- one per small swatch */
table.spp_swatch_small_table {display:inline;}


/* small swatch div */
div.spp_swatch_small {width:94px; height:98px; border-top:1px solid #ffffff; border-bottom:1px solid #ffffff;}

/* only for on and over state */
div.swatch_border { border-top:1px solid #bde6d5; border-bottom:1px solid #bde6d5;}

/* small swatch name */
div.spp_swatch_small_name {background:#ffffff; height:24px; margin: 74px 0 0 0; text-align:center; text-transform:uppercase; font-size:10px; color:#333333; line-height:11px;}




/* you know how we do */
.clearFloat {clear:both;}