@charset "UTF-8";
/* CSS Document */

/* Cell Widths */

#smilielist {
	clear:both;
	margin-top:6px;
}

#smilielist .thead {
	display: table;
}

#smilielist .blocksubhead, #smilielist .thead .columnsort span {
	text-align: center;
}

#smilielist .blockbody {
	clear:both;
}

#smilielist .td {
	text-align:center;
}

.smiliebit {
	border-top:solid 1px #cedfeb;
	padding:6px 0;
	width:100%;
}

.smilietext { width:34%; }
.smilieimage { width:33%; }
.smiliedesc { width:33%; }

/* Redundant? */

.smilieblock {
	margin-bottom:1em;
	width:100%;
}

.smilieblock .highlight {
	font-weight:bold;
}

#smilie_table th, #smilie_table td {
	text-align:center;
}

#smilie_table tr td {
	border-bottom:1px solid #cedfeb;
}

#smilie_table tr:last-child td {
	border-bottom:none;
}

#smilie_table td {
	padding:10px;
	vertical-align:top;
}