Index: trunk/styles/standard/elemstyles.mapcss
===================================================================
--- trunk/styles/standard/elemstyles.mapcss	(revision 7542)
+++ trunk/styles/standard/elemstyles.mapcss	(revision 7548)
@@ -126,4 +126,121 @@
 }
 
+/****************************/
+/* access restrictions tags */
+/****************************/
+
+way[access?!]::core_access {
+    z-index: -1;
+    width: +2;
+    color: no#ff8080;
+    dashes: 2,2;
+}
+way[access=permissive]::core_access {
+    z-index: -1;
+    width: +2;
+    color: permissive#80ff80;
+    dashes: 2,2;
+}
+way[access=private]::core_access {
+    z-index: -1;
+    width: +2;
+    color: private#ff8080;
+    dashes: 2,2;
+}
+way[access=destination]::core_access {
+    z-index: -1;
+    width: +2;
+    color: destination#8080ff;
+    dashes: 2,2;
+}
+node[access?!] {
+    icon-image: "vehicle/restriction/access.png";
+    set icon_z17;
+}
+node[access=permissive],
+node[access=private],
+node[access=destination] {
+    icon-image: "misc/no_icon.png";
+    set icon_z17;
+    text: auto;
+}
+node[bicycle?!] {
+    icon-image: "vehicle/restriction/bicycle.png";
+    set icon_z17;
+}
+node[bicycle=designated] {
+    icon-image: "vehicle/restriction/bicycle-designated.png";
+    set icon_z17;
+    text: auto;
+}
+node[foot?!] {
+    icon-image: "vehicle/restriction/foot.png";
+    set icon_z17;
+}
+node[foot=designated] {
+    icon-image: "vehicle/restriction/foot-designated.png";
+    set icon_z17;
+    text: auto;
+}
+node[goods?!],
+node[hgv?!] {
+    icon-image: "vehicle/restriction/goods.png";
+    set icon_z17;
+}
+node[horse?!] {
+    icon-image: "vehicle/restriction/horse.png";
+    set icon_z17;
+}
+node[horse=designated] {
+    icon-image: "vehicle/restriction/horse-designated.png";
+    set icon_z17;
+}
+node[motorcycle?!] {
+    icon-image: "vehicle/restriction/motorbike.png";
+    set icon_z17;
+}
+node[motorcar?!] {
+    icon-image: "vehicle/restriction/motorcar.png";
+    set icon_z17;
+}
+node[psv?!] {
+    icon-image: "vehicle/restriction/psv.png";
+    set icon_z17;
+}
+node[motorboat?!],
+node[boat?!] {
+    icon-image: "misc/no_icon.png";
+    set icon_z17;
+}
+node[noexit?] {
+    icon-image: "vehicle/restriction/dead_end.png";
+    set icon_z17;
+}
+node[maxweight] {
+    icon-image: "vehicle/restriction/maxweight.png";
+    set icon_z17;
+}
+node[maxheight] {
+    icon-image: "vehicle/restriction/maxheight.png";
+    set icon_z17;
+}
+node[maxwidth] {
+    icon-image: "vehicle/restriction/maxwidth.png";
+    set icon_z17;
+}
+node[maxlength] {
+    icon-image: "vehicle/restriction/maxlength.png";
+    set icon_z17;
+}
+node[minspeed] {
+    icon-image: "vehicle/restriction/minspeed.png";
+    set icon_z17;
+}
+node[maxstay],
+node[toll] {
+    icon-image: "misc/no_icon.png";
+    set icon_z17;
+}
+
 /*****************************/
 /* building/entrance/address */
@@ -199,121 +316,4 @@
     set icon_z17;
     text: auto;
-}
-
-/****************************/
-/* access restrictions tags */
-/****************************/
-
-way[access?!]::core_access {
-    z-index: -1;
-    width: +2;
-    color: no#ff8080;
-    dashes: 2,2;
-}
-way[access=permissive]::core_access {
-    z-index: -1;
-    width: +2;
-    color: permissive#80ff80;
-    dashes: 2,2;
-}
-way[access=private]::core_access {
-    z-index: -1;
-    width: +2;
-    color: private#ff8080;
-    dashes: 2,2;
-}
-way[access=destination]::core_access {
-    z-index: -1;
-    width: +2;
-    color: destination#8080ff;
-    dashes: 2,2;
-}
-node[access?!] {
-    icon-image: "vehicle/restriction/access.png";
-    set icon_z17;
-}
-node[access=permissive],
-node[access=private],
-node[access=destination] {
-    icon-image: "misc/no_icon.png";
-    set icon_z17;
-    text: auto;
-}
-node[bicycle?!] {
-    icon-image: "vehicle/restriction/bicycle.png";
-    set icon_z17;
-}
-node[bicycle=designated] {
-    icon-image: "vehicle/restriction/bicycle-designated.png";
-    set icon_z17;
-    text: auto;
-}
-node[foot?!] {
-    icon-image: "vehicle/restriction/foot.png";
-    set icon_z17;
-}
-node[foot=designated] {
-    icon-image: "vehicle/restriction/foot-designated.png";
-    set icon_z17;
-    text: auto;
-}
-node[goods?!],
-node[hgv?!] {
-    icon-image: "vehicle/restriction/goods.png";
-    set icon_z17;
-}
-node[horse?!] {
-    icon-image: "vehicle/restriction/horse.png";
-    set icon_z17;
-}
-node[horse=designated] {
-    icon-image: "vehicle/restriction/horse-designated.png";
-    set icon_z17;
-}
-node[motorcycle?!] {
-    icon-image: "vehicle/restriction/motorbike.png";
-    set icon_z17;
-}
-node[motorcar?!] {
-    icon-image: "vehicle/restriction/motorcar.png";
-    set icon_z17;
-}
-node[psv?!] {
-    icon-image: "vehicle/restriction/psv.png";
-    set icon_z17;
-}
-node[motorboat?!],
-node[boat?!] {
-    icon-image: "misc/no_icon.png";
-    set icon_z17;
-}
-node[noexit?] {
-    icon-image: "vehicle/restriction/dead_end.png";
-    set icon_z17;
-}
-node[maxweight] {
-    icon-image: "vehicle/restriction/maxweight.png";
-    set icon_z17;
-}
-node[maxheight] {
-    icon-image: "vehicle/restriction/maxheight.png";
-    set icon_z17;
-}
-node[maxwidth] {
-    icon-image: "vehicle/restriction/maxwidth.png";
-    set icon_z17;
-}
-node[maxlength] {
-    icon-image: "vehicle/restriction/maxlength.png";
-    set icon_z17;
-}
-node[minspeed] {
-    icon-image: "vehicle/restriction/minspeed.png";
-    set icon_z17;
-}
-node[maxstay],
-node[toll] {
-    icon-image: "misc/no_icon.png";
-    set icon_z17;
 }
 
