/* JS-Enabled CSS */

.widget-head a.remove  {
    float: right;
    display: inline;
    background: url(img/buttons.gif) no-repeat -29px 0;
    width: 14px;
    height: 14px;
    margin: 7px 4px 8px 0;
    text-indent: -9999em;
    outline: none;
}

.widget-head a.edit  {
    float: right;
    display: inline;
    background: url(img/buttons.gif) no-repeat;
    width: 29px;
    height: 14px;
    text-indent: -9999em;
    margin: 7px 4px 8px 4px;
    outline: none;
}

.widget-head a.collapse  {
    float: left;
    display: inline;
    background: url(img/buttons.gif) no-repeat -57px 0;
    width: 14px;
    height: 14px;
    text-indent: -9999em;
    margin: 7px 0 8px 4px;
    outline: none;
}

.collapsed .widget-head a.collapse {background-position:-43px 0;}
.collapsed .widget-content {display:none !important;}

.widget-placeholder { border: 2px dashed #999;}
#column1 .widget-placeholder { margin: 30px 35px 0 25px; }
#column2 .widget-placeholder { margin: 30px 20px 0 20px; }
#column3 .widget-placeholder { margin: 30px 25px 0 35px; }

.edit-box {
    overflow: hidden;
    margin-bottom: 2px;
    padding: 10px 0;
    color:#009;
    font-family:"Tahoma",sans-serif;
    font-size:8pt;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:300;
}
.edit-box ul{padding:0px}
.edit-box .colors{float:right}

.edit-box li.item {
    padding: 10px 0;
    overflow: hidden;
    float: right;
    width: 100%;
    clear: both;
}
.edit-box label {
    float: right;
    width: 24%;
    padding: 0px 0px 0px 7px;
    text-align:left;
}

.edit-box ul.colors li {
    width: 20px;
    height: 20px;
    border: 1px solid #EEE;
    float: left;
    display: inline;
    margin: 0px 0px 0px 3px;
    cursor: pointer;
}

