div.ab_editor .edit_field {
    display: none;
}

ul.abe_icon li {
    display: inline;
}

div.ab_editor .tag_buttons {
    padding-bottom: 10px;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #ccc;
    width: 590px;
    background-color: #eee;
}

table.color_pallet {
  display: none;
  border-collapse: collapse;
  margin: 0 0 5px 3px;
  width: 432px;
  height: 72px;
}

table.color_pallet td {
  width: 12px;
  height: 12px;
  padding: 0;
  line-height: 100%;
}

table.color_pallet img {
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.color_pallet a {
    text-decoration: none;
}

div.ab_editor textarea {
    width: 600px;
    height: 200px;
    border: solid 1px #000;
}

div.ab_editor .preview_frame {
    width: 600px;
    border: solid 1px #ccc;
}

div.abe_preview {
    margin: 25px 15px;
}

div.ab_editor iframe {
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    width: 270px;
    height: 520px;
    display: none;
    overflow: hidden;
}

.abe_heading {
   border-style: solid;
   border-left-color: #666;
   border-bottom-color: #ccc;
   border-width: 0 0 1px 7px;
   padding: 1px 0 0 5px;
}

.abe_font_size_xxl {
    font-size: 24px;
}

.abe_font_size_xl {
    font-size: 18px;
}

.abe_font_size_l {
    font-size: 14px;
}

.abe_font_size_s {
    font-size: 10px;
}

.abe_font_style_bold {
    font-weight: bold;
}

.abe_font_style_italic {
    font-style: italic;
}

.abe_text_decoration_underline {
    text-decoration: underline;
}

.abe_text_decoration_line-through {
    text-decoration: line-through;
}

.abe_align_left {
    text-align: left;
}

.abe_align_center {
    text-align: center;
}

.abe_align_right {
    text-align: right;
}

.abe_img_float_left {
    float: left;
    margin: 5px 10px 5px 0;
}

.abe_img_float_right {
    float: right;
    margin: 5px 0 5px 10px;
}

.abe_img_left {
    text-align: left;
}

.abe_img_center {
    text-align: center;
}

.abe_img_right {
    text-align: right;
}

br.clear {
    clear: both;
}
