/* $Id: content.css 7 2008-06-30 09:58:38Z edin.coralic $ */

.testimonial {
}
.testimonial .spacer {
	height:15px;
}
.testimonial .item_content {
	border-bottom:1px solid #ebebeb;
	padding-left:15px;
	padding-right:15px;
}
.testimonial .item {
	float:left;
	padding-top:19px;
}
.testimonial .content_width {
	width:352px;
}
.testimonial .img_container {
	width:120px;
	height:100px;
	background-position:center;
	background-repeat:no-repeat;
	display:block;
}
.testimonial .img {
	float:left;
	margin-top:5px;
	padding-right:17px;
	padding-top:19px;
}

.testimonial .item .author,
.testimonial .item .company {
	font-size:1.5em;
	color:#303030;
}
.testimonial .item .author {
	font-weight:bold;
}

.testimonial .item .content {
	color:#303030;
	font-size:1.2em;
	line-height: 1.25em;
	padding-top:10px;
}
