body.paint #img-holder div#main-img {
  	float: left;
  	width: 120px;
}
/*body.paint #img-holder dl.preview {
	float: left;
	width: 160px;
	clear: left;
}*/
body.paint #img-holder dt {
	font-weight: bold;
}
body.paint #content h3 {
	text-transform: uppercase;
	margin: 1.5em 0 -.8em;
	font-size: 95%;
}
body.paint #img-holder ul#swatches {
  	margin-top: 0;
  	float: none; clear: none;
 	width: auto;
}
div#swatch-holder {
	float: right;
	clear: none;
	width: 308px;
}
/* original links
body.paint #content a {
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0;
	display: block;
}
body.paint #content a:hover {
	text-decoration: underline;
}
body.paint #content ul {
	margin-top: 2em;
}
 */

body.paint #img-holder ul#swatches li {
  float: left; 
  width: 42px;
  height: 26px;
  margin-right: 3px;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 2px;
}
* html body.paint #img-holder ul#swatches li {
  float: left; 
  width: 42px;
  height: 23px;
  margin-right: 3px;
}
body.paint #img-holder li dl {
  text-indent: -999999px; 
}

body.paint #img-holder li img {
  width: 42px; height: 25px; 
}
body.paint #img-holder li img:hover {
	cursor: pointer;
}
body.paint p.info {
	clear: right;
}
body.paint p#see-more {
	font-size: 90%;
	float: left;
	text-align: left;
	font-weight: bold;
	line-height: 1.2em;
}
body.paint p#see-more span {
	font-size: 80%;
	display: block;
	font-weight: normal;
}
body.paint #wrapper {
	width: ;
}
