/* Palettes */

a.paletteItem,
a.paletteImageItem {
  display: block;
  height: 70px;
  float: left;
  clear: none;
  width: 75px;
  margin-bottom: 5px;
  border: 2px solid #FFFFFF;
  color: #000000;
  text-decoration: none;
  padding: 2px;
}

a.paletteImageItem {
  height: 145px;
  width: 80px;
}

a.paletteItem:hover, 
a.paletteImageItem:hover,
a.paletteItemSelected {
  border: 2px solid #264E81;
  text-decoration: none;
}

span.paletteColor {
  display: block;
  width: 75px;
  height: 20px;
  margin-bottom: 2px;
}

span.paletteImage {
  display: block;
  width: 80px;
  height: 100px;
  margin-bottom: 2px;
}

span.paletteName {
  float: left;
  clear: both;
  font-size: 11px;
}

div#colorPickerPaletteWindow {
  float: left;
  clear: both;
  height: 480px;
  width: 100%;
  overflow: auto;
}

div#colorPickerSearch {
  float: left;
  clear: both;
}

div#colorPickerSearch #palette_id,
div#colorPickerSearch #color_name,
div#colorPickerSearch #color_name2{ width: 140px; }

