ul.thread_tools,
ul.thread_tools li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.thread_tools li {
	padding-left: 24px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-size: 11px;
	background-image: url(../../../images/showthread_sprite.png);
	background-repeat: no-repeat;
}

ul.thread_tools li.printable {
	background-position: 0 0;
}

ul.thread_tools li.sendthread {
	background-position: 0 -20px;
}

ul.thread_tools li.subscription_add {
	background-position: 0 -40px;
}

ul.thread_tools li.subscription_remove {
	background-position: 0 -60px;
}

ul.thread_tools li.poll {
	background-position: 0 -80px;
}

.showthread_spinner {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 20px;
}
.spoiler-block {

    margin: 5px 2em;
    background: inherit;
    border: 1px solid #E6E6E6;
    padding: 0px;
    border-spacing: 0px;
    text-indent: 0;
}

.spoiler-header {
    display: block;
    font-weight: normal;
    padding: 4px;
    color: #000000;
    background: #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    font-size: 8pt;
    text-indent: 0;
}

.spoiler-form-button {
    background-color: #dedfdf;
    color: #222222;
    font-size: 10pt;
}

.spoiler-body {
    margin: 4px;
    overflow: auto;
    font-size: 10pt;
    display: block;
    text-indent: 0;
}
