#ajax_color_box {
  width: 100px;
  height: 100px;
}
.attribute-color-square {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid black;
  margin: 2px 1px 0px 0px;
  overflow: hidden;
}
.attribute-color-square.large {
  -ms-transform: translateY(50px) translateX(40px) scale(8, 8);
  -webkit-transform: translateY(50px) translateX(40px) scale(8, 8);
  transform: translateY(50px) translateX(40px) scale(8, 8);
}
.attribute-color-square .metallic {
  width: 20px;
  height: 20px;
  border-bottom: 3px solid white;
  -ms-transform: translateY(-14px) translateX(2px) rotate(45deg);
  -webkit-transform: translateY(-14px) translateX(2px) rotate(45deg);
  transform: translateY(-14px) translateX(2px) rotate(45deg);
  opacity: 0.5;
}
.attribute-color-square .mottled {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.attribute-color-square.bright .mottled {
  border-bottom: 10px solid black;
  opacity: 0.2;
}
.attribute-color-square.dark .mottled {
  border-bottom: 10px solid white;
  opacity: 0.5;
}
.attribute-color-square .mottled.top {
  -ms-transform: translateY(-22px) translateX(6px) rotate(45deg);
  -webkit-transform: translateY(-22px) translateX(6px) rotate(45deg);
  transform: translateY(-22px) translateX(6px) rotate(45deg);
}
.attribute-color-square .mottled.bottom {
  -ms-transform: translateY(-28px) translateX(-18px) rotate(-135deg);
  -webkit-transform: translateY(-28px) translateX(-18px) rotate(-135deg);
  transform: translateY(-28px) translateX(-18px) rotate(-135deg);
}
