/**
 * @copyright	Copyright (c) 2013 Skyline Technology Ltd (http://extstore.com). All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

.sl_testimonial-testimonials .testimonial-entry {
	padding: 20px;
}

.sl_testimonial-testimonials .testimonial-entry + .testimonial-entry  {
	margin-bottom: 20px;
}

.sl_testimonial-testimonials .testimonial-entry:nth-child(odd) {
	border-top: 1px dashed #E0E0E0;
	border-bottom: 1px dashed #E0E0E0;
}

.sl_testimonial-testimonials .testimonial-tagline {
	font-size: 16px !important;
	margin: 0 !important;
}

.sl_testimonial-testimonials .testimonial-content {
    color: #777777;
    font-size: 14px;
    min-height: 12px;
	margin: 0 !important;
	border: none;
}

.sl_testimonial-testimonials .testimonial-content:before,
.sl_testimonial-testimonials .testimonial-content:after {
    content: none;
}

.sl_testimonial-testimonials .testimonial-content p {
	color:#808080;
	font-family:"Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	font-size:11px !important;
	font-style:normal !important;
	line-height:18px;
	margin:8px 0 !important;
}

.sl_testimonial-testimonials .testimonial-source {
	font-family: Lucida Sans Unicode, Arial, sans-serif;
	padding-left:50px;
}

.sl_testimonial-testimonials .testimonial-author {
	font-size: 13px;
	font-style: normal;
	color: #0A233C;
	text-align: right;
	display: block;
}

.sl_testimonial-testimonials .testimonial-www {
	font-style: normal;
	text-align: right;
	display: block;
}

.sl_testimonial-testimonials .testimonial-date {
	font-size: 10px;
	text-align: right;
	display: block;
}

.sl_testimonial-testimonials .testimonial-container cite{
	font-style: normal;
}

.sl_testimonial-testimonials .quote-mark {
	background: url("../images/quote-open.png") no-repeat scroll left top transparent;
	display: inline-block;
	height: 19px;
	width: 25px;
}

.sl_testimonial-testimonials .quote-mark-close {
    background: url("../images/quote-close.png") no-repeat scroll left top transparent;
    display: inline-block;
    height: 19px;
    width: 25px;
}

.sl_testimonial-testimonials .actions {
	float: right;
	list-style: none outside none;
	margin-left: 10px;
}