/****
Right To Left (RTL) CSS - rtl.css
$Revision: 1.2 $
. secondary nav
. site area nav
. section and page titles
. bulleted lists with images
. footer
(c) 1992-2005 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
****/

/* secondary nav overrides for FF and Safari */
#framework-header .nav-secondary .region-selector {
  position: relative;
  right: 26px;
}

#fw-mb #framework-header .nav-secondary .link-delimiter, /* changed from #libra */
#framework-header .nav-secondary .region-selector {
  padding: 0;
  margin: 0;
}

/* Reset to framework styles for IE 6 and 7 */
#framework-header .nav-secondary .region-selector {
  %position: inherrit;
  %right: auto;
}

#fw-mb #framework-header .nav-secondary .link-delimiter { /* changed from #libra */
  %padding: 0 7px 0 4px;
}

#framework-header .nav-secondary .region-selector {
  %margin: 0 26px 0 90px;
}


/* inserts spacing between link delimiter in FF*/
#framework-header .nav-secondary [class=link-delimiter]:after {
  content:"\A0\A0";
}

#framework-header .nav-secondary [class=link-delimiter]:before {
  content:"\A0";
}

/* adjust the search box height in IE 6&7 */
#framework-header #searchPhrase {
  %padding: 0 0 0 3px;
}

/* center align site area nav links in IE 6&7 */
#cdc-nav-module .nav a {
  %width:98.8%;
}
  
/* page and section titles */
h2.title-section, h2.title-page {
  direction:rtl;
}

/* fix issue where bulleted list does not work with image - extra padding between bullets and text*/
.content-region-both-top div.item span ul.bulleted  {
  list-style: none;
}

/* footer */
/* align everything right */
#framework-footer { 
       direction: rtl;
} 

#footer-nav {
  right: 0px;
  width: 100%;
}

#fw-mb #framework-footer #footer-copyright, /* changed from #libra */
#fw-mb #framework-footer #footer-legal {
  float: right;
}

#fw-mb #framework-footer #footer-copyright { /* changed from #libra */
 margin-left: 7px;
}

/* reset padding to the right of symbol */
#fw-mb #framework-footer #footer-copyright { padding:0; }   /* changed from #libra */

/* add right margin for entire footer to mirrow spec */
#framework-footer { padding-right:20px; } 

