@charset "utf-8";
/* CSS Document */

.collapse {padding:0 10px 1em; text-align:center;}

#switch, .switch {margin-bottom:5px; text-align:right}

.expand{margin:2px 10px; padding-bottom:0px;}

/* --- Links  --- */
.expand a:link, .expand a:visited {

  border-width:0 0 1px;
  text-decoration:none;
  color:blue
}
.expand a:hover, .expand a:active, .expand a:focus {
  outline:0 none
}
.expand a {
  display:block;
  padding:3px 5px;
  height:6px;
}
.expand a:link, .expand a:visited {

  background-image:url(img/arrow-down.gif);
  background-repeat:no-repeat;
  background-position:98% 50%;
}
.expand a:hover, .expand a:active, .expand a:focus {
  text-decoration:underline
}
.expand a.open:link, .expand a.open:visited {

  background:url(img/arrow-up.gif) no-repeat 98% 50%
}
