.editor_top {
	min-height: 23px;
}

a.editor_preview {
	float: right;
}

div.editor_preview {
	border: 1px #743F2C solid;
	background: #F3EAE2;
}

a.editor_close {
	text-decoration: none;
	float: right;
	padding: 2px 6px 2px 3px;
}

div.editor_preview_parent {
	border-top: 1px #743F2C solid;
}

div.editor_preview_cnt {
	padding: 0.5em;
}

ul.editor, ul.editor ul {
	margin: 0;
	padding: 0;
}

ul.editor a, ul.editor a:link, ul.editor a:visited {
	color: #444;
	text-decoration: none;
	border: none;
	display: block;
	padding: 1px 6px;
	cursor: pointer;
}

ul.editor a:hover, ul.editor a:active, ul.editor .visible span {
	color: #000;
}

ul.editor li {
	float: left;
	margin: 0 2px;
	list-style-type: none;
	border: 1px #592820 solid;
	white-space: nowrap;
	background: #F1E6DB;
}

ul.editor li:hover {
	border-color: #753C32;
}

ul.editor ul {
	position: absolute;
	display: none;
	border: 1px #753C32 solid;
	border-top-width: 3px;
	background: #FFF;
	margin-left: -1px;
}

ul.editor .visible ul {
	display: block;
}

ul.editor ul li {
	float: none;
	border: none;
	margin: 0;
}

ul.editor ul li a {
	padding: 5px;
}

ul.editor ul li a:hover {
	background: #D9BDB5;
}

ul.editor .spacer {
	width: 5px;
	border: 0;
	background: none;
}

.bbcode_preview {
	overflow: auto;
	padding :10px;
	margin: -30px 0 10px 0;
	border: 1px #AAA solid;
}

.bbcode_preview img {
	margin: 0.5em;
	border: 1px #CCC solid;
}

/* IE fixes (+ no whitespace in lists) */
ul.editor a:hover {
	border: 0;
}
/* END of IE fixes */

