
/******************************************/
/* BEGIN - Testimonials Main Page - testimonials.tpl*/
/******************************************/

.t_ReviewTop {
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background-color: #fff;
	padding: 3px;
}

.t_ReviewMain {
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background-color: #fff;
	padding: 3px;
	font-style:italic;
}

.t_ReviewBottom {
	background-color: #e1e1e1;
	padding: 3px;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	color: #FFFFFF;
}
.t_more {
	text-align: right;
	padding-right: 5px;
}

/******************************************/
/* BEGIN - Testimonials Side Box - randomTestimonials.tpl*/
/******************************************/
.t_testimonial{
	margin-bottom: 10px;
}
.t_title {
	text-transform: uppercase;
	font-weight: bold;
}
.t_review {
	 padding: 2px;
	 font-style: italic;
}
.t_customer {
	 font-weight: bold;
}
.t_rating{
	
}


/******************************************/
/*BEGIN - Store Quick Edit*/
/******************************************/
.AdminLinks {
background-color: Lime;
text-align: center;
padding: 4px;
}
.AdminLinks a { font-size: 11px;}
.AdminLinks a:hover {}
.AdminCLinks {
background-color: Lime;
text-align: center;
padding: 0 2px 0 2px;
}
/*END - Store Quick Edit*/
