/*
  To display horizontal links, custom sites may use:

   <div class="header horizontal bundle">
     {% bundle :header %}
   </div>
   
   
  Otherwise to display links for custom sites, use:
 
   <div class="sidebar bundle">
     {% bundle :sidebar %}
   </div>

  Or.

   <div class="footer bundle">
     {% bundle :footer %}
   </div>   
*/

div.bundle ul {}
div.bundle li {}
div.bundle div.titlebar {}
div.sortable-bundle div.titlebar div.title {}

div.horizontal.bundle ul {
  display: inline;
  margin: 0;
  padding: 0;
}

div.horizontal.bundle li {
  list-style: none;
  display: inline;
  margin-left: 0;
}

.ui-state-highlight {
  border: 1px dashed;
}

/*div.bundle div.options {}*/

/** For prototyping only. Do not leave these styles here **/

/*div.bundle span.ui-icon {
  position: relative;
  top: 0px;
  right: 0px;
}
*/
