#widget_side_navigation {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #000; }
  #widget_side_navigation ul {
    padding-left: 0; }
    #widget_side_navigation ul li:last-child {
      border-bottom: none; }
    #widget_side_navigation ul.l1 {
      list-style: none;
      margin: 0; }
      #widget_side_navigation ul.l1 > li {
        margin: 0;
        line-height: 30px; }
        #widget_side_navigation ul.l1 > li:nth-child(odd) > a {
          background-color: #dcdcdc; }
        #widget_side_navigation ul.l1 > li.selected {
          position: relative; }
          #widget_side_navigation ul.l1 > li.selected > a {
            color: #fff;
            background-color: #2cade3; }
          #widget_side_navigation ul.l1 > li.selected > ul {
            padding: 10px 0;
            display: block; }
        #widget_side_navigation ul.l1 > li > a {
          font-size: 1em;
          line-height: 1em;
          padding: 17px 0 17px 30px;
          text-decoration: none;
          display: block;
          color: #454444;
          background-color: #e8e8e8;
          text-transform: capitalize;
          font-weight: 700; }
        #widget_side_navigation ul.l1 > li:last-child > a {
          border-bottom: none; }
    #widget_side_navigation ul.l2 {
      display: none;
      list-style: none;
      margin: 0;
      padding: 0;
      background-color: #e8e8e8; }
      #widget_side_navigation ul.l2 > li {
        position: relative;
        margin: 0; }
        #widget_side_navigation ul.l2 > li.selected {
          position: relative; }
          #widget_side_navigation ul.l2 > li.selected > a {
            font-family: Ubuntu, Arial, Helvetica, Sans-Serif;
            font-weight: 700; }
          #widget_side_navigation ul.l2 > li.selected > ul {
            display: block;
            background-color: #2cade3;
            color: #fff; }
          #widget_side_navigation ul.l2 > li.selected:before {
            background-position: -28px -2px;
            width: 7px;
            height: 12px;
            background-image: url("../../media/img/sprites/spritesheet.png");
            position: absolute;
            top: 7px;
            left: 25px;
            content: '';
            display: block; }
        #widget_side_navigation ul.l2 > li > a {
          font-size: 0.875em;
          line-height: 1.5em;
          text-decoration: none;
          display: block;
          margin: 0 20px;
          padding: 3px 0px 3px 20px;
          color: #454444; }
          #widget_side_navigation ul.l2 > li > a:hover {
            text-decoration: underline; }
  #widget_side_navigation div.title {
    padding-bottom: 10px;
    margin-bottom: 10px; }
    #widget_side_navigation div.title a {
      font-size: 1.125em;
      text-decoration: none;
      text-transform: uppercase;
      color: #000;
      font-weight: 700; }
