@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" for Drupal
 *
 * (en) Modification of Vertical Tabs style for the YAML for Drupal layout.
 * (de) Modifikation des Vertical Tabs Style für das YAML für Drupal Layout.
 *
 * @copyright       Copyright 2006-2010, Alexander Hass
 * @license         http://www.yaml-fuer-drupal.de/en/terms-of-use
 * @link            http://www.yaml-for-drupal.com
 * @package         yaml-for-drupal
 * @version         6.x-3.2.1.13
 * @lastmodified    2010-05-14
 */

@media all
{

  /* Keep the background position at 0 for filters and vertical tabs. */
  *:first-child+html fieldset.vertical-tabs-pane {
    background-position: 0 0;
  }

  /**
   * Vertical tabs.
   */
  div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
    padding: 0.5em 1em;
  }

  div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane div.description {
    margin-bottom: 1em;
    margin-top: 1em;
  }

  div.vertical-tabs ul.vertical-tabs-list li {
    background-color: #edf5fa;
  }

  div.vertical-tabs ul.vertical-tabs-list li.selected {
    background: #fff repeat-x 0 0;
  }

  div.vertical-tabs ul.vertical-tabs-list li.selected a strong {
    color: #494949;
  }

  .vertical-tab-button .summary {
    font-size: 0.92em;
    color: #898989;
  }

}
