<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.category { position: absolute; left: 0; top: 0; /*width: 180px;*/ }
	.category.selected .button.selection {
		background-color: #ececec;
		-moz-box-shadow: inset 0 0px 6px rgba(0,0,0,.33);
		-webkit-box-shadow: inset 0 0px 6px rgba(0,0,0,.33);
		box-shadow: inset 0 0px 6px rgba(0,0,0,.33);
		color: #af1a1e;
	}
	.category.hover .button.selection {
		border-radius: 10px 10px 0 0;
		background-color: #fff;
		-moz-box-shadow: 0 1px 1px rgba(1,1,1,.2);
		-webkit-box-shadow: 0 1px 1px rgba(1,1,1,.2);
		box-shadow: 0 1px 1px rgba(1,1,1,.2);
		padding-bottom: 15px;
	}
	.category .selection { padding:6px 25px 6px 10px;position:relative; }
	.category .selection .ico { background:url("../img/icons/icons.png") no-repeat scroll -260px -260px rgba(0, 0, 0, 0);height:8px;padding:0;position:absolute;right:7px;top:10px;width:10px; }
	.category .content {
		padding: 0;
		position: absolute; top: 35px; left: 0;
		display: none;
		border-top-left-radius: 0;
		cursor: default;
		}
		.category.hover .content { display: table; }
		.category .content .block,
		.category .content .separator {
			display: table-cell;
		}
		.category .content .block {
			padding: 20px;
			}
			.category .content .block &gt; strong {
				display: block;
				margin-bottom: 5px;
			}
			.category .content .block.twoCol {
				min-width: 200px;
				float: none;
				width: auto;
			}
			.category .content .block &gt; span {
				display: block;
				white-space: nowrap;
			}
			.category .content .block.twoCol &gt; span {
				float: left;
				min-width: 95px; margin-right: 5px;
			}
			.category .content .block &gt; span input {
				float: left;
			}
			.category .content .block &gt; span label {
/*				padding-left: 15px;*/
				padding-left: 20px;
				float: none;
				display: block;
			}
		.category .content .separator {
			border-left: 1px solid #ababab;
			width: 0px;
			position: absolute; top: 37px; bottom: 37px;
		}
	.category .confirm-button {
		font-weight: 700;
		font-size: 14px;
		color: #af1a1e;
		position: absolute;
	}
	.category .confirm-button.confirm-all {
		color: #000000;
	}
	.category .confirm-selection {
		right: 20px; bottom: 12px;
	}
	.category .confirm-all {
		right: 80px; bottom: 12px;
	}

/* category filter content with maximum width */
#GalleryEditfilterForm .category .content { width: 710px; }
#ForumEditfilterForm .category .content { width: 697px; }</pre></body></html>