.forumPathLinks { padding: 0 0 14px; }

small { display: block; }

.admin { color: #A00; }

/* Commands
-------------------------------------------------------------------------------- */
.cmd {
	font-weight: normal;
	font-size: 12px;
}
.forumTopicPage #header .cmd,
.forumTopic dt .cmd {
	padding-left: 1em;
}
/* Forum Topics List / Forum Sections List
-------------------------------------------------------------------------------- */
.forumTopicList img.readonlyIcon,
.forumSectionList img.readonlyIcon {
	float: left;
	padding-right: 4px;
}
/* Forum Topic
-------------------------------------------------------------------------------- */
.forumTopicTitle h1,
.forumSectionTitle h1 {
	display: inline-block;
}
.forumTopicTitle img.readonlyIcon,
.forumSectionTitle img.readonlyIcon {
	position: relative;
	top: 7px;
	padding: 0 4px;
}
.forumTopic {
	margin: 1.2em 0 0;
	border-top: 1px dotted #000;
}
.forumTopic dt {
	margin: .5em 0 .8em;
}
.forumTopic dd {
	padding: 0 0 .8em;
	border-bottom: 1px dotted #000;
}
.forumTopic dt span.postTime {
	padding: 0 0 0 1em;
	font-size: .9em;
}
.forumTopic dt .quoteCommand {
	cursor: pointer;
}
/* Forum Message Content
-------------------------------------------------------------------------------- */
.forumTopic blockquote {
	padding: .3em .5em;
	border: 1px solid #CCC;
	border-left-width: 3px;
	background-color: #EFEFEF;
	margin: 0.3em 0;
}
.msgBold {
	font-weight: bold;
}
.msgItalic {
	font-style: italic;
}
.msgUndLine {
	text-decoration: underline;
}
/* Post Editor
-------------------------------------------------------------------------------- */
.postEditorCaption {
	margin-top: 1em;
}
.postEditorToolBar {
	position: relative;
	margin: 5px 0;
	z-index: 1;
}
.postEditorToolBar a {
	display: inline-block;
	height: 23px;
	width: 23px;
	text-align: center;
	font-family: Courier New;
	text-decoration: none;
}
.postEditorToolBar a * {
	display: inline-block;
	height: 23px;
	line-height: 23px;
	*cursor: pointer;
}
/* Перенос топика в другой раздел
-------------------------------------------------------------------------------- */
#moveTopicControls
{
	display: none;
	position: absolute;
	z-index : 102;
	background: white;
	width: 400px;
	padding: 5px;
}
