
div.tx-indexedsearch-searchbox input[type='checkbox']         { width:15px; height:15px; position: absolute;left: -999em;}

div.tx-indexedsearch-searchbox input[type=checkbox] + label {
	color:#8d8d8d;
	margin-right:30px;
	line-height:14px;
	display: block;
	float:left;
	min-height: 17px;
	padding-left: 17px;
	background: url('/fileadmin/templates/www/img/check.png') top left no-repeat;
}
div.tx-indexedsearch-searchbox input[type=checkbox]:checked + label {
	background-image: url('/fileadmin/templates/www/img/checked.png');
}

div.tx-indexedsearch-searchbox input.special.site[type=checkbox] + label {
	background: url("/fileadmin/templates/www/img/sprite_masse_trans.png") no-repeat scroll -350px -400px transparent;
	width:54px;
	text-align:center;
	cursor:pointer;
	padding:5px 0px 3px 0px;
	margin-left:0px;
	margin-top:-5px;
	margin-right:10px;
	font-size:12px;
}    

div.tx-indexedsearch-searchbox input.special.document[type=checkbox] + label {
	background: url("/fileadmin/templates/www/img/sprite_masse_trans.png") no-repeat scroll -256px -400px transparent;
	width:84px;
	text-align:center;
	cursor:pointer;
	padding:5px 0px 3px 0px;
	margin-left:0px;
	margin-top:-5px;
	margin-right:20px;
	font-size:12px;
} 

div.tx-indexedsearch-searchbox input.special.site[type=checkbox]:checked + label {
	background: url("/fileadmin/templates/www/img/sprite_masse_trans.png") no-repeat scroll -200px -400px transparent;
}    

div.tx-indexedsearch-searchbox input.special.document[type=checkbox]:checked + label {
	background: url("/fileadmin/templates/www/img/sprite_masse_trans.png") no-repeat scroll -106px -400px transparent;
}          