@CHARSET "UTF-8";

.widget{
	padding: 0;
	margin: 10px 0 0 0;
	overflow: hidden;
	background-color: #000;
	clear: both;
}

.widget-like{
	padding: 0;
	margin: 10px 0 0 0;
	background-color: #000;
	clear: both;
}

.widget-head{
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.widget-head-style{
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	background-color: #444;
}

.widget-head a{
	color: #fff;
	line-height: 20px;
	height: 20px;
	cursor: pointer;
}

.widget-head a.close{
	width: 14px;
	height: 14px;
	margin: 3px 3px 3px 2px;
	display: block;
	background: url(../img/close.png);
	float: right;	
}

.widget-head a.title{
	width: 14px;
	height: 14px;
	margin: 3px 2px 3px 2px;
	display: block;
		background: url(../img/title.png);
	float: right;	
}

.widget-head a.wrench{
	width: 14px;
	height: 14px;
	margin: 3px 2px 3px 2px;
	display: block;
	background: url(../img/wrench.png);
	float: right;
}

.widget-head h3{
	float: left;
	height: 14px;
	line-height: 14px;
	font-size: 13px;
	margin:3px;
	padding: 0;
	color: white;
}

.widget-head a.toggler{
	width: 14px;
	height: 14px;
	margin: 3px;
	display: block;
	background: url(../img/toggle.png);
	float: left;
}

.widget-head a.toggled{
	background-position: -14px 0px;
}

.widget-content-style{
	border: 1px solid #444;
}

.widget-placeholder{
	border: 3px dotted #444;
	margin: 10px 0 0 0;
}

/*#middle_right{
	height: 1000px;	
}*/
