UL.comments { margin-left: 12px }
LI.comment { list-style-image:none; list-style-position:outside; list-style-type:none }
LI.comment .Message { width:100%; table-layout: fixed; display: table; *display: block }/* table-layout: fixed - в данном месте нужен для любого браузера кроме IE7 */
LI.comment .Message .Text { word-wrap: break-word; width: 100%; overflow: auto }
html*LI.comment .Message .Text { line-height:30px; }/* IE */
LI.comment .Message * {
	font-family: Arial,Helvetica,Tahoma,sans-serif;
	font-size: 12px;
}
UL.comments .Info {
	text-align: right;
	margin-bottom: 25px;
	font-size:11px;
}
UL.comments .Info A { font-size:11px }
UL.comments .Info IMG {
	vertical-align:middle;
	background: transparent none repeat scroll 0% 0% !important;
	border:0px !important;
	display: inline !important;
	margin: 0 0px 0 0 !important;
	padding:0px !important
}
/* Отключаю т.к. подобное правило уже задано в основном файле CSS-стилей
UL.comments UL {
	margin: 0 0 0 15px;
	padding: 0;
}
*/
/* Имя формы */
#commentFormName, #comments {
	font-size:19px;
	padding-bottom:5px;
	text-align:center
}
#commentForm TEXTAREA { height: 100px }
#HRcommentForm { visibility:hidden }

/* Оформление комментария */
DIV#commentsList {
	margin-right: 11px;
}
UL.comments TABLE.Style {
	width:100%;
	table-layout: fixed;/* table-layout: fixed - в данном месте нужен для IE7 */
	border-bottom: 1px solid #CCC;
}
html*UL.comments TABLE.Style { width:auto; }/* IE без DOCTYPE */
UL.comments TABLE.Style TD {
	/* padding-bottom: 7px; */
}
/* UL.comments TABLE.Style DIV { margin-top:-2px } */

#commentSmiles DIV { text-align: left; }
#commentSmiles DIV IMG {
	background: transparent none repeat scroll 0% 0%;
	border:0px;
	display: inline;
	margin:0px;
	padding:0px
}
LI.comment {
	margin:10px 0;
}
