/* import pattern etch template css as they are basically the same templates */
@import url('pattern_etch.css');

.color_box {
  padding: 15px;
}

.color_box .color_box_content {
  background-color: #F1F1F1;
  padding: 15px;
}

.color_box .color_box_content div {
  font-size: 18px;
  font-weight: 300;
  color: #666666;
}

.color_box .color_box_content div.content_left {
  float: left;
}

.color_box .color_box_content div.content_right {
  float: right;
  margin-right: 15px;
}

.color_box .color_box_content div .text {
  float: left;
  line-height: 30px;
  margin-right: 25px;
}

.color_box .color_box_content div>span {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 10px;
  background-color: pink;
  border: 2px solid transparent;
  border-radius: 5px;
  cursor: pointer;
}

.color_box .color_box_content div span.active {
  border-color: #999;
}

.color_box .color_box_content div span.r33-azalea {
  background-color: #EAD4C8;
}

.color_box .color_box_content div span.b43-fountain {
  background-color: #B3D6ED;
}

.color_box .color_box_content div span.n29-whiskey {
  background-color: #985A28;
}

.color_box .color_box_content div span.n06-gypsum {
  background-color: #E9E5CF;
}

.color_box .color_box_content div span.g25-vegan {
  background-color: #C9C641;
}

.color_box .color_box_content div span.o18-marmalade {
  background-color: #F09A56;
}

.color_box .color_box_content a.color_button {
  display: block;
  float: left;
  text-align: center;
  padding: 8px 15px;
  color: #666666;
  border: 2px solid #999;
  background-color: #FFF;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.color_box .color_box_content a.color_button .strong {
  font-weight: bold;
}

.color_box .color_box_content a:hover.color_button {
  background-color: #999;
  color: #FFF;
}

.color_group .color_thumbs a {
  position: relative;
}

.color_group .color_thumbs a .backdrop {
  background-color: #EAD4C8;
  position: relative;
  width: 132px;
  height: 132px;
  z-index: 5;
  margin-bottom: 5px;
}

.color_group .color_thumbs a img {
  position: absolute;
  z-index: 10;
}

.color_group .color_thumbs a.skew img.thumb {
  -ms-transform: skewY(-9.5deg) scale(0.88);
  -webkit-transform: skewY(-9.5deg) scale(0.88);
  transform: skewY(-9.5deg) scale(0.88);
}

.color_group .color_thumbs a img.overlay {
  z-index: 15;
}


