/*fix for sothebys multiset field to hide top border of the panel when it's collapsed*/
#CQ fieldset.x-panel-collapsed {
    padding-bottom:0 !important;
    border-width: 1px 1px 0 1px !important;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

 
#CQ .cq-extendedfieldset legend {
    height: 70px;
    
}

#CQ .cq-extendedfieldset .cq-ext-multifield-btn {
 float: right;
 margin-right:5px;
}
 
#CQ .cq-extendedfieldset .x-fieldset-action {
    float: right;
    margin-top: -35px;
    width: 150px;   
}

#CQ .x-fieldset legend .x-fieldset-head  input{
    margin-right: auto;
    float:none !important;
}

#CQ .multisetpanel{
    overflow:scroll;
}
 

#CQ .x-html-editor-tb .x-edit-fontsize {background: url(/etc/designs/sothebys/sothebys/img/icons/font_size_icon.png) 0 0;}
#CQ .x-html-editor-tb .x-edit-fontcolor {background-position: -160px 0;}
#CQ .x-html-editor-tb .x-edit-backgroundcolor {background-position: -176px 0;}
#CQ .x-html-editor-tb .x-edit-cleanformatting {background: url(/etc/designs/sothebys/sothebys/img/icons/clean_icon.png) 0 -4px;}
#CQ .x-html-editor-tb .x-edit-lineseparator {background: url(/etc/designs/sothebys/sothebys/img/icons/divider_icon.png) 0 0;}
#CQ .x-html-editor-tb .x-edit-cleanhtml {background: url(/etc/designs/sothebys/sothebys/img/icons/clean_html_icon.png) 0 0;}