@charset utf-8;
.widget-tookit {
	position:absolute;
	right:0;top:0;
	float:right;
	z-index: 100;
	background:#2b2b2b;
	display:none;
}

.widget-tookit-item {
	cursor: pointer;
	opacity: 0.7;
	filter:alpha(opacity=70);
	width:14px;height:14px;background:#000;
}

.widget-tookit-item:hover{
	opacity: 1;
	filter:alpha(opacity=100);
}

.widget-selected {
	background:#ff0;
	cursor:pointer;
	outline:2px dashed #000;
	position:relative;
}

.widget-item {
	width:115px;height:80px;margin-right:8px;padding-top:10px;padding-bottom:5px;cursor:pointer;
}

.widget-item-img {
	position: relative;
	height:80px;padding-bottom:5px;overflow:hidden;cursor:pointer;
}
.widget-item-img img {
	max-height:80px;
}

.true-helper {
	position: relative !important;
	cursor: pointer;
	min-width:10px !important;
	min-height:10px !important;
	border : 1px dashed #f00 !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.true-helper .true-mod-ctrl {
	position: absolute;
	right: -1px; top: -1px;
	width: 32px;
	height: 16px;
	line-height: 16px;
	padding: 2px;
	cursor: pointer;
	border: 1px solid #ffffff;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #ff0000;
	text-align: center;
	display: none;
}

.true-helper:hover .true-mod-ctrl {
	opacity: .7;
	filter: alpha(opacity=70);
	display: block;
}
.true-helper:hover .true-mod-ctrl:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* bug fix for tbody not showing the border */
table {border-collapse: collapse;}
table tbody {border-collapse:separate;}