/* JS-Enabled CSS */

.widget-head a.remove  {
	float: right;
	display: inline;
	width: 14px;
	height: 14px;
	text-indent: -9999em;
	outline: none;
	background-image: url(img/buttons.gif);
	background-repeat: no-repeat;
	background-position: -24px 0;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0;
}

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

.widget-head a.collapse  {
	float: left;
	display: inline;
	width: 14px;
	height: 14px;
	text-indent: -9999em;
	outline: none;
	background-image: url(img/buttons.gif);
	background-repeat: no-repeat;
	background-position: -52px 0;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 4px;
}

.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;}
#column1 .widget-placeholder {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #CCCCCC;
}
#column2 .widget-placeholder {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #CCCCCC;
}
#column3 .widget-placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #CCCCCC;
}

.edit-box {
	overflow: hidden;
	margin-bottom: 2px;
	background-color: #333;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 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;
}