/* Testimonial Display Block */

.RSWS_testi_block { 
	display: block;
	margin: 20px 0 0 0;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #dedede; 
	border-bottom: none;
	background-color: #FFFDFB; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	border-radius: 10px;
	behavior:url(border-radius.htc); 
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFDFB), to(#FFFFFF)); 
	background: -moz-linear-gradient(top,  #FFFDFB,  #FFFFFF);	
}


/* Testimonial Image border */
.RSWS_testi_img {
	border: 5px solid #CCCCCC;
}

/* Manage the image and alignment of both quotation */
.RSWS_left_quote {
	padding-right: 0px;
	margin-right: 5px;
}

.RSWS_right_quote {
	padding-left: 0px;
	margin-left: 5px;
}

/* Manage Testimonial Text */
.RSWS_testimonial {
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	
	font-family: Georgia, serif;
	color: #666;
}


/* Manage the Subtext of Testimonial, i.e. Date of Posting, Posted By etc. etc. */
.RSWS_testmonial_subtext_right {
	text-align: right;
}

.arrow_down_right {     
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #FFFFFF;
	margin: 0 25px 0 0;
	float: right; 
}

.RSWS_testmonial_subtext_left {
	text-align: left;
}

.arrow_down_left {     
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #FFFFFF;
	margin: 0 0 0 25px;
	float: left; 
}