.swatchstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: normal;
}
.colornumber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	font-size: 9px;
}
#swatches {
	width:100%;
	margin: 0px;
	padding 0 10px;
}

#swatches p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	margin: 0px;
	margin-bottom: 10px;
	display:block;
}


#swatches li {
	display: inline;
	padding: 0;
	margin: 0 28px;
	margin-left: 3px;
	list-style-type: none;
	float: left;
}

#swatches ul {
	clear: all;
}

#swatches h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #FFFFFF;
	background-color: #666666;
	padding: 3px;
	
}

