.RTL, .RTL #editor {
  direction: rtl
}
.RTL #globals {
  left: 0;
  width: auto;
}

/*.RTL #globals .drop a {
  padding-left: 0;
  background-position: 90% center;
}
*/

.RTL #globals .drop {
  direction: ltr !important;
}
/*.RTL #globals .drop .pane .button strong {
  padding-left: 0; padding-right: 23px; 
  background-position: right;
}*/

.RTL #logo {
  left: auto; right: 10px;
}
.RTL #tabs {
  right: auto; left: 0;
}
.RTL #tabs a {
/*  float: right;*/
}
.RTL #tabs .search {
  padding: 0;
  padding-right: 30px;
}

.RTL #search {
  text-align: left;
  background-position: 779px 0;
}


.RTL #crumbs .drop {
  float: right;
  padding-left: 0;
  padding-right: 8px;
}
.RTL #crumbs .drop .link {
  float: left;
  right: 15px;
  padding-left: 32px;
  padding-right: 0;
  background-position: left;
}
.RTL #crumbs .drop:hover {
  background: url(/images/RTL/crumbs/hover.gif) right;
}
.RTL #crumbs .drop:hover .link {
  background-image: url(/images/RTL/crumbs/hover/right.gif);
}
.RTL #crumbs .first,
.RTL #crumbs .first:hover {
  background-image: url(/images/RTL/crumbs/first.gif);
}
.RTL #crumbs .first .link,
.RTL #crumbs .first:hover .link {
  background-image: url(/images/RTL/crumbs/first/right.gif);
}
.RTL #crumbs.oneUp .first .link,
.RTL #crumbs.oneUp .first:hover .link,
.RTL #crumbs.twoUp .first .link,
.RTL #crumbs.twoUp .first:hover .link {
  background-image: url(/images/RTL/crumbs/first/oneUp/right.gif);
}
.RTL #crumbs .second:hover {
  background: url(/images/RTL/crumbs/second/hover.gif) right;
}
.RTL #crumbs .secondLast:hover .link,
.RTL #crumbs .last:hover .link {
  background-image: url(/images/RTL/crumbs/hover/secondLast/right.gif);
}
.RTL #crumbs .secondLast .link {
  background-image: url(/images/RTL/crumbs/right.gif);
}
.RTL #crumbs .drop .pane {
  left: auto;
  right: -7px;
}


.RTL #side {
  float: right;
}
.RTL #side .link {
  margin-left: 0;
  margin-right: 45px;
}
.RTL #side .top {
  margin-left: 0;
  margin-right: 22px;
}

.RTL #wide {
  float: left;
}


.RTL .listing .image {
  margin: 0;
  margin-left: 10px;
}

.RTL a.image {
  float: right;
  clear: right;
  margin: 16px;
  margin-right: 0;
}

.RTL .bullet {
  padding-left: 0;
  padding-right: 16px;
  background-position: right
}

.RTL #foot {
  padding-left: 0;
  padding-right: 229px;
  background-image: url(/images/RTL/foot.gif);
}
.RTL #foot .wide {
  float: right;
}
.RTL #foot .wide #resources .link {
  float: right;
}
.RTL #foot .side {
  float: right;
}