.swatch {
	display: inline;
	position: relative;
	float: left;
	margin: 7px 7px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 80px;
	background-color: #f2f1fa;
	font-size: 11px;
	line-height: 14px;
}

.swatchLarge {
	display: inline;
	position: relative;
	float: left;
	margin: 7px 7px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 167px;
	background-color: #f2f1fa;
	font-size: 11px;
	line-height: 14px;
}

.swatch input, .swatchLarge input {
	position: absolute;
	height: 15px;
	_height: 20px;
	left: 2px;
	bottom: 0px;
}

.swatch label, .swatchLarge label  {
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 22px;
	line-height: 23px;
}

.swatchColour {
	margin: 5px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	height: 70px;
	border: 1px solid #000000;
}

.swatchImage {
	margin: 5px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #000000;
}
.swatchImage img {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
