diff --git a/widgets/newest_document/skins/xe_official/css/black.css b/widgets/newest_document/skins/xe_official/css/black.css
index 303d4efe5..1f906c30c 100644
--- a/widgets/newest_document/skins/xe_official/css/black.css
+++ b/widgets/newest_document/skins/xe_official/css/black.css
@@ -7,7 +7,8 @@
.latest_black ul li .title { position:relative; z-index:0; overflow:hidden; width:100%; white-space:nowrap;}
.latest_black ul li .title a { color:#818181; text-decoration:none; }
.latest_black ul li .title a:hover { text-decoration:underline; }
-.latest_black ul li .title span.comment { color:#999999; font:.8em Tahoma; margin-left:.3em;}
+.latest_black ul li .title span.comment { color:#FE6700; font:.8em Tahoma; margin-left:.3em;}
+.latest_black ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; margin-left:.3em;}
.latest_black ul li .date { position:relative; z-index:1; }
.latest_black ul li .date span { background:#FFFFFF; position:relative; z-index:1; padding:3px 5px 3px 3px; text-align:right; float:right; top:-16px; _top:-18px; color:#999999; font:.8em Tahoma; }
diff --git a/widgets/newest_document/skins/xe_official/css/white.css b/widgets/newest_document/skins/xe_official/css/white.css
index 1cc32e009..655abc5e3 100644
--- a/widgets/newest_document/skins/xe_official/css/white.css
+++ b/widgets/newest_document/skins/xe_official/css/white.css
@@ -7,7 +7,8 @@
.latest_white ul li .title { position:relative; z-index:0; overflow:hidden; width:100%; white-space:nowrap;}
.latest_white ul li .title a { color:#555555; text-decoration:none; }
.latest_white ul li .title a:hover { text-decoration:underline; }
-.latest_white ul li .title span.comment { color:#999999; font:.8em Tahoma; margin-left:.3em;}
+.latest_white ul li .title span.comment { color:#FE6700; font:.8em Tahoma; margin-left:.3em;}
+.latest_white ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; margin-left:.3em;}
.latest_white ul li .date { position:relative; z-index:1; }
.latest_white ul li .date span { background:#FFFFFF; position:relative; z-index:1; padding:3px 5px 3px 3px; text-align:right; float:right; top:-16px; _top:-18px; color:#999999; font:.8em Tahoma; }
diff --git a/widgets/newest_document/skins/xe_official/list.html b/widgets/newest_document/skins/xe_official/list.html
index d377f24ff..dbf0517ec 100644
--- a/widgets/newest_document/skins/xe_official/list.html
+++ b/widgets/newest_document/skins/xe_official/list.html
@@ -16,7 +16,7 @@
{$oDocument->getTitleText($widget_info->subject_cut_size)}
-
+
{$oDocument->getRegdate("Y-m-d")}
diff --git a/widgets/newest_images/skins/default/css/normal.css b/widgets/newest_images/skins/default/css/normal.css
index a0d0ab129..61791d942 100644
--- a/widgets/newest_images/skins/default/css/normal.css
+++ b/widgets/newest_images/skins/default/css/normal.css
@@ -20,4 +20,4 @@
.ni_box .thumbnail_box div.readAndVoted { color:#AAAAAA; font-size:0.75em; }
.ni_box .thumbnail_box div.readAndVoted span.div_block { color:#DDDDDD; font-size:0.75em; }
-.ni_box .thumbnail_box div.readAndVoted strong { color:orange; }
+.ni_box .thumbnail_box div.readAndVoted strong { color:#FE6700; }
diff --git a/widgets/newest_images/skins/default/list.html b/widgets/newest_images/skins/default/list.html
index 48b1e5467..662b09849 100644
--- a/widgets/newest_images/skins/default/list.html
+++ b/widgets/newest_images/skins/default/list.html
@@ -18,7 +18,7 @@
{@ $count = 0; }
-
+
{@ $oDocument = $widget_info->document_list[$i*$widget_info->cols_list_count + $j]}
rows_list_count>1)-->class="bottomBorder">
diff --git a/widgets/newest_images/skins/xe_official/css/normal.css b/widgets/newest_images/skins/xe_official/css/normal.css
index 3dadc4a9d..bb11d371f 100644
--- a/widgets/newest_images/skins/xe_official/css/normal.css
+++ b/widgets/newest_images/skins/xe_official/css/normal.css
@@ -21,4 +21,4 @@
.ni_box .thumbnail_box div.readAndVoted { color:#333333; font-size:0.75em; }
.ni_box .thumbnail_box div.readAndVoted span.div_block { color:#333333; font-size:0.75em; }
-.ni_box .thumbnail_box div.readAndVoted strong { color:#ed2a32; }
+.ni_box .thumbnail_box div.readAndVoted strong { color:#FE6700; }
diff --git a/widgets/newest_images/skins/xe_official/list.html b/widgets/newest_images/skins/xe_official/list.html
index 98724c59d..8b7732177 100644
--- a/widgets/newest_images/skins/xe_official/list.html
+++ b/widgets/newest_images/skins/xe_official/list.html
@@ -14,7 +14,7 @@
{@ $count = 0; }
-
+
{@ $oDocument = $widget_info->document_list[$i*$widget_info->cols_list_count + $j]}
| rows_list_count>1)-->class="bottomBorder">
| |