/* JS-Enabled CSS */

.bl-head a.remove  {
    float: right;
    display: inline;
    background: url(../js/img/buttons.gif) no-repeat -24px 0;
    width: 14px;
    height: 14px;
    margin: 8px 4px 8px 0;
    text-indent: -9999em;
    outline: none;
}

.bl-head a.edit  {
    float: right;
    display: inline;
    background: url(../js/img/buttons.gif) no-repeat;
    width: 24px;
    height: 14px;
    text-indent: -9999em;
    margin: 8px 4px 8px 4px;
    outline: none;
}

.bl-head a.collapse {
    float: right;
		overflow: hidden;
    width: 19px;
    height: 15px;
    text-indent: -9999em;
    margin: 10px 10px 0 0;
    outline: none;
		background: url(../images/sprite.png) no-repeat 0 -147px;
}
.bl-head a.collapse:hover {background-position: 0 -162px}

.collapsed .bl-head a.collapse {background-position: -19px -147px}
.collapsed .bl-head a.collapse:hover {background-position: -19px -162px}

.collapsed .blcontent {display:none !important;}

.widget-placeholder { border: 1px dashed #ccc; margin-bottom: 9px}

.edit-box {
    overflow: hidden;
    background: #333 url(../js/img/widget-content-bg.png) repeat-x;
    margin-bottom: 2px;
    padding: 10px 0;
}

.edit-box li.item {
    padding: 10px 0;
    overflow: hidden;
    float: left;
    width: 100%;
    clear: both;
}


.edit-box label {
    float: left;
    width: 30%;
    color: #FFF;
    padding: 0 0 0 10px;
}

.edit-box ul.colors li {
    width: 20px;
    height: 20px;
    border: 1px solid #EEE;
    float: left;
    display: inline;
    margin: 0 5px 0 0;
    cursor: pointer;
}

