/*
Copyright 2006 Nicholas Keown
$Id: stylesheet_testimonials.css 2006-06-30 langer@zencartbuilder.com
*/

/* sidebox styles */
.sideBoxContent .testimonialsTitle {
  background:#1a1a1a;
  text-align: center;
  margin: 0 0.3em 0 0.3em;
  padding: 0.3em;
  font:italic 1.1em  Georgia,"Times New Roman",Times,serif;
}

.sideBoxContent blockquote {
  margin: 0;
}

.sideBoxContent .testimonialsBlockquote {
	display: block;
	margin: 0 0.3em 0 0.3em;
	padding: 0.3em;
	background:#dcd1b3;
	/*background:#f5f5f5 url("img/bg_blockquote.gif") no-repeat 0 0;*/
	color:#333;
	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 {
  text-align: left; 
  margin: 0 0.3em 0 0.3em;
  padding: 0.3em;
}
.testimonialsOwner {  
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-weight: bold;
  margin: 0 0.3em 0 0.3em;
  padding: 0.3em;
}
.sideBoxContent .testimonialsOwner a {
  color: #000000;
  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;
  padding: 0;
  font-weight: bold;
}

.testimonialsEach .testimonialsDate {
  font-size: 0.8em;
  padding: 0;
  }

.testimonialsEach .testimonialsHtmlText {
	display: block;
	margin-top: 0.3em;
	padding: 1em;
	background:#f5f5f5;
	color:#333;
	font:italic 1.3em/1.3  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;
  color:#333;
}

.testimonialsEach .testimonialsNameOrganisation a {
  margin-left: 0.2em;
}


.testimonialsEach .testimonialsNameOrganisation img {
  vertical-align: middle;
  margin: 0 0.3em 0 0.3em;
}
