div.news_item {
    margin-bottom: 10px;
}
div.news_item_date {
	margin-bottom: 5px;
    font-size: 11px;
}
div.news_item_title {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}
div.news_item_descr {
    font-size: 11px;
    color: gray;
}
div.news_item_comments_off {
	text-align: right;
	font-size: 10px;
    color: silver;
}
div.news_item_comments{
    text-align: right;
    font-size: 10px;
}
div.news_item_comments a {
    color: green;
}

div.comments_list {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed silver;
}
div.comments_list_title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
    color: green;
}
ul.comments_list_items {
    list-style-image: url('../../panel/default/img/ico/comment.gif');
}
div.news_comment {
    text-align: right;
    font-size: 11px;
    color: gray;
}
div.comment_message {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid gray;
}
table.table_catalog {
    border-collapse: collapse;
    border-color: silver;
}
table.table_catalog th {
    font-size: 9px;
    font-weight: bold;
}
table.table_catalog td {
    font-size: 9px;
}
