/**********************************************************
 * Stylesheet for the testimonials block
 * 1309 Updated by AB for eco-Bikes
 *********************************************************/
 
 
 .block-testimonial {
 	margin: 0px;
	float: left;
	width: 94%;
	background-color: #FF3333;
	padding-top: 16px;
	padding-right: 20px; /*AB */
	padding-bottom: 5px;
	padding-left: 4px;  /*AB */
	-moz-border-radius: 8px; /*AB */
	border-radius: 8px; /*AB */
	/* <img src="<?php  echo DIR_REL.'/packages/defunct_testimonials/blocks/defunct_testimonials/images/quotes.png'; ?>" alt="Quotes" /> */
	background-image: url(images/quotes.png); /* AB */
	background-repeat: no-repeat; /* AB */
	background-position: 8px 10px; /* AB */
 }
 
 .block-testimonial img {
 	padding: 3px 0px 0 3px;
	float: left;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
 }
 
 .block-testimonial p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 46px; /* AB 0 */
	color: #FFFF33;
 }
 
 .block-testimonial p img {
 	float: none;
 } 
 
 .block-testimonialname {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(images/quotearrow.png);
	background-repeat: no-repeat;
	background-position: 10px top;
}

 
 /* ---------
 
 .quotebox-redcontainer-red {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.quotebox-red p {
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	/* text-shadow: 0.1em 0.1em #000; AB 
	color: #FFFF33;
}
.quotebox-red {
	margin: 0px;
	float: left;
	width: 95%;
	background-color: #FF3333;
	padding-top: 16px;
	padding-right: 20px; /*AB 
	padding-bottom: 0px;
	padding-left: 20px;  /*AB 
	-moz-border-radius: 6px; /*AB 
	border-radius: 6px; /*AB 
}
.quotebox-redclientname {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(images/quotearrow.png);
	background-repeat: no-repeat;
	background-position: 10px top;
}
.quotebox-redclientname p {
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	color: #000;
}
*/