/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */



.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.accordion-heading:hover{
  text-decoration: none;
  background-color: #eeeeee;
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group a {
	margin: 0;
	padding: 0;
}

.accordion-heading{
  cursor: pointer;
  background: url('../img/tabs.png');
  border-top: 1px solid #ddd;
  border-left: 2px solid #ccc;
  border-right: 1px solid #ddd;
  padding: 7px;
  font-weight: 600;
  clear: both;
}

.accordion-heading:hover a {
	text-decoration: none;
}

.accordion-heading .accordion-toggle {
  display: block;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-group .accordion-inner {
	color: #777;
	padding: 0px 8px 0px 15px;
	margin: 10px 8px 10px 10px;
	border-left: 1px dashed #ccc;
	line-height: 22px;
}