/* charitybuzz - Testimonials */



/* ===========================================
         TESTIMONIALS
==============================================*/

#testimonials .module {
	padding: 18px 19px 12px 19px;
	border-top: 13px solid #dedbd4;
	}

#testimonials .photoBox {
	float: left;
	width: 440px;
	list-style: none;
	}

#testimonials .oneCol .photoBox {
	width: 223px;
	}

#testimonials .photoBox li {
	float: left;
	width: 200px;
	margin-right: 17px;
	margin-bottom: 12px;
	}

#testimonials .photoBox p {
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
	color: #666;
	line-height: 1.3em;
	}

#testimonials .textBox {
	margin-left: 440px;
	margin-top: 4px;
	}

#testimonials .oneCol .textBox {
	margin-left: 223px;
	}

#testimonials .textBox p {
	margin-bottom: 1em;
	font-size: 1.2em;
	color: #c64633;
	line-height: 1.4em;
	}

#testimonials .textBox .openingQuotes {
	float: left;
	margin: -2px 12px 2px auto;
	}

#testimonials .textBox .author {
	font-style: italic;
	font-weight: normal;
	color: #666;
	}

#testimonials .textBox strong {
	text-transform: uppercase;
	color: #b31200;
	}

.tab_container {clear:left;}

ul.tabs li a {
  float:left;
  padding: 10px;
  background: #eae8e3;
  color: #58453b;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;  
  text-decoration: none;
  margin: 0 0 0 10px;
  -webkit-transition: all ease-in-out .1s;
}
  
ul.tabs li a:hover {
  color: #fff;
  background-color: #e11621;
  }
  
  
ul.tabs li.active a {
  color: #fff;
  background-color: #e11621;
  }
  
  
  
  
  
  

  
