/**
 * @copyright Copyright 2006 Nicholas Keown
 * @copyright Portions Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_testimonials.css 2006-06-30 langer@zencartbuilder.com $
 */
/* sidebox styles */
.sideBoxContent .testimonialsTitle {
background:#f5f5f5;
border-top: 1px solid #ccc;
text-align: center;
margin: 0 0.3em 0 0.3em;
padding: 0.3em;
font-family: Georgia,"Times New Roman",Times,serif;
font-style: italic;
font-weight: bold;
font-size:  1.3em; 
}
.sideBoxContent blockquote { margin: 0; }
.sideBoxContent .testimonialsBlockquote { 
display: block;
margin: 0 0.3em 0 0.3em;
padding: 0.3em;
background:#f5f5f5;
font:italic 1.2em/1.3  Georgia,"Times New Roman",Times,serif;
}
.sideBoxContent blockquote:after {
content: close-quote;
font-size: 1.5em;
}
.sideBoxContent blockquote:before {
content: open-quote;
font-size: 1.5em;
}
.sideBoxContent .testimonialsOwner {
background:#f5f5f5;
border-bottom: 1px solid #ccc;
text-align: right;
margin: 0 0.3em 0 0.3em;
padding: 0.3em;
}
.sideBoxContent .testimonialsOwner a { text-decoration: underline; }
/* testimonial add pages */
#testimonialsAddDefault .inputLabel { width: 100%; }

#testimonialsAddDefault p, #testimonialsAddSuccessDefault p { margin: 0; }

/* testimonials page */
#testimonialsDefault .navWrapper { width: 100%; }
#testimonialsDefault .testimonialsEach { margin: 1em 0.3em 1.5em 0.3em; }
.testimonialsEach .testimonialsTitle { 
background: #ffffff;
text-align: left;
font-size: 1.1em;
padding: 0;
font-weight: bold;
}
.testimonialsEach .testimonialsDate {
text-align: right;
font-size: 0.9em;
padding: 0;
}
.testimonialsEach .testimonialsHtmlText {
display: block;
margin-top: 0.3em;
padding: 1em;
background:#f5f5f5;
font:italic 1.3em/1.5  Georgia,"Times New Roman",Times,serif;
}
.testimonialsEach .testimonialsHtmlText:after {
content: close-quote;
font-size: 1.5em;
}
.testimonialsEach .testimonialsHtmlText:before {
content: open-quote;
font-size: 1.5em;
}
.testimonialsEach .testimonialsNameOrganisation {
display: block;
font-weight: bold;
padding: 0.5em;
background:#f5f5f5;
border-bottom: 1px solid #ccc;
}
.testimonialsEach .testimonialsNameOrganisation a {
margin-left: 0.2em;
}
.testimonialsEach .testimonialsNameOrganisation img {
vertical-align: middle;
margin: 0 0.3em 0 0.3em;
}