
.editor-tags{
    margin: 0;
}
.editor-tags a {
    display: inline-block;
    padding: 2px 4px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.editor-tags a.timesFont,
.timesFont{
    font-family: "Times New Roman", sans-serif;
}
div[id^=symbol-block] .symbol{
    width: 40px;
    height: 30px;
    background: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
}
div[id^=symbol-block] .symbol:hover{
    background: #999;
    font-size: 14px;
}
.editor-tags select.fontSize{
    margin: 0 0 2px 0;
    width: 120px;
    height: 27px;
}

.editor-tags .text-to__editor{
    width: 26px;
    height: 26px;
    margin-bottom: -8px;
}

.editor-tags .text-to__editor.text-to_left{
    background: transparent url(../images/lightEditor/left.jpg) center no-repeat;
}

.editor-tags .text-to__editor.text-to_right{
    background: transparent url(../images/lightEditor/right.jpg) center no-repeat;
}
.editor-tags .text-to__editor.text-to_center{
    background: transparent url(../images/lightEditor/center.jpg) center no-repeat;
}