#paintcontainer {
	position: relative;
	background-image: url('images/colors/bg-painter.gif');
	background-repeat: repeat-x;
}
#toenailcolor {
	position: absolute;
	width: 200px;
	height: 330px;
	left: 658px;
	top: 75px;
	z-index: 2;
}
#toenailimage {
	position: absolute;
	width: 335px;
	height: 413px;
	left: 652px;
	top: 0px;
	z-index: 3;
}
#colorbottle {
	position: absolute;
	width: 128px;
	height: 153px;
	left: 560px;
	top: 280px;
	z-index:4;
	cursor: move;
}
#colortitle {
	position: absolute;
	width: 215px;
	height: 27px;
	left: 520px;
	top: 440px;
	z-index: 5;
	background-image: url('images/colors/bg-widepill.gif');
}
#favoritesbutton {
	position: absolute;
	width: 215px;
	height: 27px;
	left: 570px;
	top: 480px;
	z-index: 6;
}
#favoritesbutton img {
	border: none;
	cursor: pointer;
}
#colortitle table td {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
#maincontainer {
	position: relative;
	width: 780px;
	min-height: 485px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 40px 0 0 25px;
	text-align: left;
}
#maincontainer h1 {
	margin: 0;
	font-size: 56px;
	color: #ffffff;
	font-weight: normal;
	border: none;
	margin-bottom: 18px;
}
#maincontainer h2 {
	margin: 0;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	border: none;
}
#groupselector {
	width: 490px;
	margin-top: 40px;
	text-align: center;
}
#groupselector ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#groupselector ul li {
	width: 157px;
	height: 26px;
	margin: 0 4px 4px 0;
	padding: 0;
	float: left;
	background-image: url('images/colors/bg-pill.gif');
	cursor: pointer;
}
#groupselector ul li table td {
	font-size: 11px;
	line-height: 11px;
	color: #888888;
	padding: 0 8px 0 8px;
}
#groupselector ul li.btnout {
	background-position: 0px 0px;
}
#groupselector ul li.btnover {
	background-position: 0px -30px;
}
#groupselector ul li.btnon {
	background-position: 0px -60px;
}
#groupselector ul li.btnon table td {
	color: #000000;
}
#swatchcontainer {
	margin-top: 10px;
	width: 460px;
	height: 238px;
	padding: 10px;
	background-image: url('images/colors/bg-swatchbox.gif');
	background-repeat: no-repeat;
}
#favoritesheader {
	margin-top: 20px;
	width: 480px;
	text-align: center;
}
#favoritescontainer {
	margin-top: 10px;
	width: 460px;
	height: 91px;
	padding: 10px;
	background-image: url('images/colors/bg-favorites.gif');
	background-repeat: no-repeat;
}
#sharethiswidget {
	margin: 4px 0 0 360px;
}
.swatch {
	float: left;
	cursor: pointer;
}
table.viewselector td {
	color: #666666;
}
