#paintcontainer {
	position: relative;
	background-image: url('images/colors/bg-painter.gif');
	background-repeat: repeat-x;
}
#colorbottle {
	position: absolute;
	width: 165px;
	height: 265px;
	left: 675px;
	top: 160px;
	z-index:4;
	cursor: move;
	background-color: #999999;
	background-image: url(../images/colors/bottle-overlay.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#colorbottle.hasimage {
	background-image: none;
}
#colorbottle img {
	width: 165px;
	height: 265px;
}
#colortitle {
	position: absolute;
	width: 215px;
	height: 27px;
	left: 650px;
	top: 425px;
	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: 30px;
	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;
}

