/* Color combinations
------------------------------------------ */
#main div.summary ul.swatches {
  margin: 10px 0 0 0;
  list-style: none;
  overflow: auto;
}

#main div.summary ul.swatches li {
  position: static;
  float: left;
  margin: 0 4px 0 0;
  padding: 0;
  background-image: none;
}

#main div.summary ul.swatches li img {
  position: static;
  display: block;
  border: 2px solid #c6c4c4;
  width: 37px;
  height: 37px;
}

#main div.summary .swatch-name {
	min-height: 1.5em;
	width: 220px;
}

* html #main div.summary .swatch-name {
	height:auto !important;
	height:1.5em;
}
