/*testimonial pages*/

#testimonial p, #testimonial ul {
  font-size:13px;
}

#testimonial p.post_info {
	color: #535353;
	margin-bottom: 7px;
}

#testimonial .left ul {
	padding: 0;
	list-style: none;
	border-top: 1px solid #000;
	margin-top:0;
}

#testimonial .left ul li {
	border-bottom: 1px solid #000;
}

#testimonial .left ul li a {
	padding: 5px 3px;
	text-decoration: none;
	display: block;
}

#testimonial .left ul li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}

#testimonial .left {
  width:285px;
  margin-right:15px;
}

#testimonial .right {
  float:left;
  width:615px;
}

#testimonial .image {
	float: left;
	width: 80px;
	height: 80px;
	background:url('../../images/backgrounds/news_list_image.gif') top left no-repeat;
	padding:4px;
	margin-right:11px;
}

#testimonial .text {
	float: left;
	width: 510px;
}

#testimonial .container {
  margin-bottom:15px;
}

#testimonial h3 {
	margin: 0;
	font-size:13px;
}

#testimonial {
  min-height:100px;
}