/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp .markItUpButton1 a { background-image:url(images/bold.png); }
.markItUp .markItUpButton2 a { background-image:url(images/italic.png); }
.markItUp .markItUpButton3 a { background-image:url(images/stroke.png); }
.markItUp .markItUpButton4 a { background-image:url(images/smile.png); }
.markItUp .markItUpButton4 ul {
    width:270px;
    padding:1px;
}
.markItUp .markItUpButton4  li {
    border:1px solid white;
    width:51px;	height:30px;
    overflow:hidden;
    padding:0px; margin:0px;
    float:left;
}
.markItUp .markItUpButton4 ul a { width:25px; height:25px; padding-top: 30px }

.markItUp .markItUpButton4 .col1-1 a {background:url(images/smiles/a.gif) no-repeat top center;}
.markItUp .markItUpButton4 .col1-2 a {background:url(images/smiles/b.gif) no-repeat top center;}
.markItUp .markItUpButton4 .col1-3 a {background:url(images/smiles/c.gif) no-repeat top center;}
.markItUp .markItUpButton4 .col1-4 a {background:url(images/smiles/d.gif) no-repeat top center;}
.markItUp .markItUpButton4 .col1-5 a {background:url(images/smiles/e.gif) no-repeat top center;}
.markItUp .markItUpButton4 .col2-1 a {background:url(images/smiles/f.gif) no-repeat top center;}
.markItUp .markItUpButton4 .col2-2 a {background:url(images/smiles/g.gif) no-repeat top center;}
.markItUp .markItUpButton4 .col2-3 a {background:url(images/smiles/h.gif) no-repeat top center;}
.markItUp .markItUpButton4 .col2-4 a {background:url(images/smiles/i.gif) no-repeat top center;}
.markItUp .markItUpButton4 .col2-5 a {background:url(images/smiles/j.gif) no-repeat top center;}
.markItUp .markItUpButton4 .col3-1 a {background:url(images/smiles/k.gif) no-repeat top center;}
.markItUp .markItUpButton4 .col3-2 a {background:url(images/smiles/l.gif) no-repeat top center;}
.markItUp .markItUpButton4 .col3-3 a {background:url(images/smiles/m.gif) no-repeat top center;}
.markItUp .markItUpButton4 .col3-4 a {background:url(images/smiles/n.gif) no-repeat top center;}
.markItUp .markItUpButton4 .col3-5 a {background:url(images/smiles/o.gif) no-repeat top center;}

.markItUp .markItUpButton5 a { background-image:url(images/translit.png); }
.markItUp .markItUpButton6 a { background-image:url(images/clean.png); }
.markItUp .preview a { background-image:url(images/preview.png); }