/* JS-Enabled CSS */

#columns .widget .widget-head  {
width: 318px;
height: 36px;
}

.widget-background {
width: 318px;
}

.widget-footer {
width:318px;
height:23px;
margin-top:-2px;
}

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

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

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

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

.closed .widget-head {display:none !important;}
.closed {display:none !important;}

.widget-placeholder { border: 2px dashed #999; width:305px; }
#column1 .widget-placeholder { margin-left: 25px; margin-top:30px; }
#column2 .widget-placeholder { margin-left: 25px; margin-top:30px; }
#column3 .widget-placeholder { margin-left: 25px; margin-top:30px; }

.edit-box {
    overflow: hidden;
	width: 318px;
    padding: 10px 0;
	color:#222222;
}

.edit-box li.item {
    padding: 10px 0;
    overflow: hidden;
    float: left;
    width: 100%;
    clear: both;
}


.edit-box label {
    float: left;
    width: 39%;
    color: #222222;
    padding: 0pt 6pt 0pt 20px;
}

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

#column1-single .widget-placeholder { border: 2px dashed #999; width:305px;
margin-left:30px;
margin-top:30px;
}