.Header2{
	color: #000;
	font: normal 26px Arial;
	padding: 4px 0 4px 0;
	margin: 0 0 10px 0;
	line-height:80px;
}

/* ---------- messages --------- */
.msgInfo {
	padding: 5px;
}
.msgInfo .border{
	padding: 10px 32px;
	border:2px solid #009933;
	background: #ffffff url(/img/msgInfo.gif) 10px 11px no-repeat;
}
.msgInfo .title {
	color: #009933;
	font-weight: bold;
}

.msgWarning {
	padding: 5px;
}
.msgWarning .border{
	padding: 10px 32px;
	border:2px solid #CC9901;
	background: #ffffff url(/img/msgWarning.gif) 10px 11px no-repeat;
}
.msgWarning .title {
	color: #CC9901;
	font-weight: bold;
}

.msgError {
	padding: 5px;
}
.msgError .border{
	padding: 10px 32px;
	border:2px solid #cc0000;
	background: #ffffff url(/img/msgError.gif) 10px 11px no-repeat;
}
.msgError .title {
	color: #cc0000;
	font-weight: bold;
}

/* ---------- comments --------- */
.commenter-name {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.date-time {
	font-size: 10px;
	color: #808080;
}
.comment-text {
	font-size: 10px;
	color:#666666;
}

/* ------------ sort ----------- */
a.asc{
	display: inline-block;
	background: url('/img/asc.gif') no-repeat left 0;
	width: 11px;
	height: 11px;
	outline: none;
}
a.asc{
	//display: inline;/*магия ИЕ*/
}
a.asc:hover{
	background: url('/img/asc.gif') no-repeat left 0;
}
a.desc{
	display: inline-block;
	background: url('/img/desc.gif') no-repeat left 0;
	width: 11px;
	height: 11px;
	outline: none;
}
a.desc{
	//display: inline;/*магия ИЕ*/
}
a.desc:hover{
	background: url('/img/desc.gif') no-repeat left 0;
}