/* QWidgetColorList */
.colorListWidgetText{
	width: 246px;
	height: 16px;
	cursor: pointer;

	padding: 12px;
	margin-top: 8px;
	border: 0;
	background-color: white;
	color: #ababab;
	font-size: 12px;

	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.colorListWidgetScroll{
	padding: 30px; height: 200px; overflow-y: scroll;
}
.colorListWidgetItem{
	width: 300px; height: 40px; line-height: 40px; cursor: pointer; font-size: 14px; color: #787878;
}
.colorListWidgetItem:hover{
	background-color: #ddd;
}
.colorListWidgetItemSel{
	font-weight: bold;
}
.colorListWidgetColor{
	width: 30px; height: 30px; float: left; margin-right: 10px; margin-top: 4px; margin-left: 4px; border: 1px solid #ffffff;
}

/* QWidgetImageListMultiselect */
.imageListMsWidgetText{
	width: 246px;
	height: 16px;
	cursor: pointer;

	padding: 12px;
	margin-top: 8px;
	border: 0;
	background-color: white;
	color: #ababab;
	font-size: 12px;

	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.imageListMsWidgetScroll{
	padding: 30px; height: 300px; overflow-y: scroll; margin-bottom: 10px;
}
.imageListMsWidgetItem{
	width: 300px; height: 50px; line-height: 40px; font-size: 14px; color: #787878;
}
.imageListMsWidgetCheck{
	float: left; width: 40px; height:40px; margin-left: 10px;
}
.imageListMsWidgetThumb{
	float: left; height: 30px; margin-right: 10px; width: 100px; padding-top: 3px; cursor: pointer;
}
.imageListMsWidgetThumb img{
	height: 30px;
}
.imageListMsWidgetDesc{
	height: 30px; cursor: pointer;
}

/* QWidgetImageList */
.imageListWidgetText{
	width: 246px;
	height: 16px;
	cursor: pointer;

	padding: 12px;
	margin-top: 8px;
	border: 0;
	background-color: white;
	color: #ababab;
	font-size: 12px;

	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.imageListWidgetScroll{
	padding: 30px; height: 300px; overflow-y: scroll; margin-bottom: 10px;
}
.imageListWidgetItem{
	width: 300px; height: 50px; line-height: 40px; font-size: 14px; color: #787878; cursor: pointer;
}
.imageListWidgetThumb{
	float: left; height: 30px; margin-right: 10px; width: 100px; padding-top: 3px;
}
.imageListWidgetThumb img{
	height: 30px;
}
.imageListWidgetDesc{
	height: 30px; cursor: pointer;
}

/* QWidgetPlugTypeEdit */
.widget_plug_type_check_list{
	width: 620px; height: 200px; overflow-y: scroll; background-color: #ffffff;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1); border-radius: 3px; padding: 12px;
}
.widget_plug_type_check_list_item{
	width: 150px; height: 35px; float: left;
}
.widget_plug_type_check_list_item label{
	padding-left: 3px;
}