.swatch-box-outer
{
	padding: 2px 2px 2px 2px;
}

.swatch-box
{
	width: 14px;
	height: 14px;	
	cursor: pointer;		
	border-width: 1px;
	border-color: black;	
	border-style: solid;
	-moz-box-sizing: content-box;
}

.swatch-container
{
	margin-left: auto;
	margin-right: 2px;
}

/*.swatch-box-unselected
{
	border-style: hidden;
	width: 16px;
}*/

/*.swatch-box-selected
{
	border-style: solid;
	width: 14px;
}*/

/*.swatch-container table
{
	border: solid 1px gray;
}*/

