/* 
    Created on : 31/07/2014, 9:05:21 AM
    Description: Basic default that every theme will most likly use
*/

.swatchesCon.list input[type='radio']{
    display: none;
}

.swatchesCon.list .swatch.available img.unavailable{
    display: none;
}

.swatchesCon.list .swatch.disabled img.normal{
    display: none;
}

.swatchesCon.list .swatch .border{
    display: none;
}