/**
 * Farbtastic Color Picker 1.2
 * © 2008 Steven Wittens
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
@import url(http://fonts.googleapis.com/css?family=Fjalla+One);

.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 109px;
  height: 109px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 27px;
  left: 27px;
  width: 56px;
  height: 56px;
}
.farbtastic .wheel {
  background: url(wheel.png) no-repeat;
  width: 109px;
  height: 109px;
}
.farbtastic .overlay {
  background: url(mask.png) no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url(marker.png) no-repeat;
}

#area_select_list ul li img {
    display: block;
    opacity: 0.75;
    cursor: pointer;
}

#area_select_list ul li img.active {
    opacity: 1;
}
#color1, #color2, #color3 {
    padding-top: 50px; 
    margin-top: -50px; 
    background-color: transparent;
}
.tip_anim {
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
}

.tip_anim.on {
    opacity: 0;
}