/* ---------   [Expand All/Collapse All] Switch   -----------*/
a.expand_all,  a.collapse_all,
a.expand_all:hover,  a.collapse_all:hover 
{ color: #666;
  text-decoration: none;
  outline: none;
  font-size:12px; font-weight: bold;
  margin-bottom:10px;
  float:right;
  line-height:16px;
  padding-left:16px;
}
a.expand_all { background: url('/cmsbusiness/images/en/icon_expand_toggle.png') no-repeat }
a.collapse_all{ background: url('/cmsbusiness/images/en/icon_collapse_toggle.png') no-repeat}
a.hidden { display: none; }