diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css
index 93eb6bf69b3fcb20066113ad051b8767e5780821..6b277d77b6934cb9fe5b3d4d471ee5bf7fb5d751 100644
--- a/installer/resources/themes/console/classic/console.css
+++ b/installer/resources/themes/console/classic/console.css
@@ -596,7 +596,7 @@ h1 {
      line-height: 93%;
      text-transform: uppercase;
      letter-spacing: 0.3em;
-     background: #fff;
+     background: #fff url(images/titlebg.png) center right no-repeat !important;
      min-width: 500px;
      -moz-border-radius: 0 3px 0 0;
      -khtml-border-radius: 0 3px 0 0;
diff --git a/installer/resources/themes/console/classic/ieshim.css b/installer/resources/themes/console/classic/ieshim.css
index 099abe3f5dc2e6a1b1fdc83fb870863896034637..56ff120f79042736c3d5be67fc37ac52d10af9bf 100644
--- a/installer/resources/themes/console/classic/ieshim.css
+++ b/installer/resources/themes/console/classic/ieshim.css
@@ -116,6 +116,11 @@ div.news hr {
      margin: 0 -10px 0 -13px !important;
 }
 
+div.routersummaryouter {
+     left: 5px;
+     top: 5px;
+}
+
 div.routersummary {
      color: #001;
      padding-left: 0px;
@@ -173,7 +178,7 @@ div.routersummary table {
      border: 0;
      text-align: center !important;
      margin: -5px 5px !important;
-     width: 192px !important;
+     width: 182px !important;
      overflow: hidden;
      font-size: 8pt;
      padding: 0px -10px;
@@ -235,10 +240,6 @@ div.warning {
      margin: 7px -18px 0px 5px;
 }
 
-td {
-     text-align: left;
-}
-
 th {
      text-align: left;
      padding-left: 3px;
@@ -265,7 +266,7 @@ div.graphspanel hr {
 }
 
 table {
-     width: 100% !important;
+     width: auto !important;
 }
 
 .links li {
@@ -294,9 +295,5 @@ div.news {
      font-size: 7pt;
 }
 
-h1, h2, h3 {
-     background: #fff url(images/titlebg.png) center right no-repeat !important;
-}
-
 .routersummary h2, .routersummary h3 {
      background: #fff url(images/tinytitle.png) center right tile-x !important;