﻿.Swatch
{
    display:block;
    float:left;
    width:14px;
    height:14px;
    margin:2px;
    border: 1px solid #FFF;
}
.Swatch:hover
{
    display:block;
    float:left;
    width:14px;
    height:14px;
    margin:2px;
    border: 1px solid #CCC;
}
.SwatchSelected
{
    display:block;
    float:left;
    width:16px;
    height:16px;
    margin:2px;
    border: 1px solid #000;
}
