/*------ Video Player --------*/

.videoPlayer {
	width: 98%;
	height: 420px;
	padding: 10px;
}

.youtubeContainer {
	width: 425px;
	height: 344px;
	float: left;
	margin-top: 40px;
	margin-right: 10px;
	border: 5px solid #fff;
}

.videoPlaylist {
	margin-top: 40px;
	width: 453px;
	height: 344px;
	overflow-y: auto;
	float: left;
	background-color: #f8f8f8;
	border: 5px solid #fff;
}

.videoList {
	width: 126px;
	float: left;
	margin: 3px;
	padding: 5px;
	display: inline;
}

.videoListImage {
	width: 120px;
	height: 90px;
	border: 3px solid #fff;
}

.videoList p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}

.testimonial_location {
	font-style: italic;
	font-size: 11px;
}

.playbutton {
	margin: 20px 0 0 20px;
	padding: 20px;
	cursor: pointer;
}

#testimonial_default_videoPlayer, #testimonial_square_videoPlayer, #testimonial_softgray_videoPlayer  {
	background: url(../images/testimonials/gray_bg.gif) no-repeat;
}

#testimonial_brackets_videoPlayer {
	background: url(../images/testimonials/yellow_bg.gif) no-repeat;
}

#testimonial_quotes_videoPlayer {
	background: url(../images/testimonials/yellow_bg.gif) no-repeat;
}

#testimonial_brackets_videoPlaylist, #testimonial_quotes_videoPlaylist {
	background: #fbf7e7;
}

.testimonial_brackets_videoList, .testimonial_quotes_videoList {
	background-color: #e3decd;
	border: 1px solid #fff;
}

.testimonial_softgray_videoList, .testimonial_default_videoList, .testimonial_square_videoList {
	background: #dad9d9;
}

/* ------ Default Theme Rules ------- */

.testimonial_default, .testimonial_brackets, .testimonial_quotes, .testimonial_square {
	width: 98%;
	margin: 0.75em 0;
	padding: 5px;
}

.testimonialTextComments {
	float: right;
	display: inline; /* IE Fix */
	width: 720px;
}

.testimonialImage {
	float: left;
	display: inline; /* IE Fix */
	width: 150px; 
	margin: 5px 0 5px 5px;
}


/*-----Default Theme------*/

.testimonial_default {
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	background: #bbb;
}

.testimonial_default p {
	width: 100%;
	margin: 0 auto;
	font: italic normal 14px/1.5em "Georgia", sans-serif;
	color: #000;
}

.testimonial_default br {
	line-height: 0.5em;
}

.testimonial_default span {
	font-style: normal;
	margin: 1% 3%;
	padding-bottom: 2px;
	font-size: 90%;
	display: block;
	color: #333;
}

.testimonial_default img {
	border: 1px solid #333; 
}


/*-----Quotes Theme------*/

.testimonial_quotes {
	border-top: 1px solid #e9eac6;
	border-bottom: 1px solid #e9eac6;
	background-color: #fff;
}

.testimonial_quotes blockquote {
	background: transparent url(../images/blockquote-quotes-top.gif) top left no-repeat;
	margin: 0.5em 0 0.5em 0.5em;
}

.testimonial_quotes p {
	width: 90%;
	margin: 0 auto;
	padding: 1.65em;
	font: italic normal 14px/1.5em Georgia, serif;
	color: #595c3d;
	background: transparent url(../images/blockquote-quotes-bottom.gif) bottom right no-repeat;
}

.testimonial_quotes br {
	line-height: 0.5em;
}

.testimonial_quotes span {
	font-style: normal;
	padding-bottom: 2px;
	font-size: 90%;
	display: block;
	color: #323321;
	margin-left: 50px;
	margin-bottom: 8px;
}

.testimonial_quotes .testimonialImage {
	border: 1px solid #e9eac6;
	background-color: #fff;
	padding: 3px;
}

/*-----Brackets Theme------*/

.testimonial_brackets {
	border: 1px dashed #b5b280;
	background-color: #f9eec4;
}

.testimonial_brackets .testimonialImage {
	padding: 5px;
	border: 1px solid #b5b280;
	background-color: #fff;
	margin: 5px;
}

.testimonial_brackets blockquote {
	background: transparent url(../images/blockquote-bracket-top.gif) top left no-repeat;
	margin: 7px 0 0 10px;
}

.testimonial_brackets p {
	width: 100%;
	margin: 0 auto;
	font: normal 13px/1.5em Verdana, sans-serif;
	color: #535135;
	background: transparent url(../images/blockquote-bracket-bottom.gif) bottom right no-repeat;
}

.testimonial_brackets br {
	line-height: 0.5em;
}

.testimonial_brackets span {
	font-style: italic;
	margin: 10px 0 8px 35px;
	padding-bottom: 2px;
	font-size: 90%;
	display: block;
	color: #343320;
}

/*-----Square Theme------*/

.testimonial_square {
	background-color: #fff;
	border-top: 2px dotted #ebebeb;
	border-bottom: 2px dotted #ebebeb;
}

.testimonial_square blockquote {
	background: transparent url(../images/blockquote-squares-top.gif) top left no-repeat;
	margin: 7px 0 0 15px;
}

.testimonial_square p {
	width: 100%;
	margin: 0 auto;
	font: normal 14px/1.5em Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #631803;
	background: transparent url(../images/blockquote-squares-bottom.gif) bottom right no-repeat;
}

.testimonial_square br {
	line-height: 0.5em;
}

.testimonial_square span {
	font-style: normal;
	margin: 1% 3%;
	padding-bottom: 2px;
	display: block;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.testimonial_square .testimonialImage {
	width: 156px;
	padding: 5px;
	background-color: #ebebeb;
}

.testimonial_square .testimonialImage img {
	border: 3px solid #fff;
}


/*-----Softgray Theme------*/

.testimonial_softgray {
	border: 1px dotted #ddd;
	background-color: #f9f9f9;
}

.testimonial_softgray blockquote {
	background: transparent url(../images/blockquote-soft-gray-top.gif) top left no-repeat;
	margin: 8px auto;
	width: 99%;
}

.testimonial_softgray p {
	width: 87%;
	margin: 0 auto;
	line-height: 1.5em;
	font-family: Georgia, sans-serif;
	font-style: italic;
	font-size: 14px;
	color: #4f4f4f;
	padding-right: 30px;
	background: transparent url(../images/blockquote-soft-gray-bottom.gif) bottom right no-repeat;
}

.testimonial_softgray br {
	line-height: 0.5em;
}

.testimonial_softgray span {
	font-style: normal;
	margin: 1%;
	padding-bottom: 2px;
	font-size: 90%;
	display: block;
	margin-left: 50px;
	color: #3b3b3b; 
}

.testimonial_softgray .testimonialImage {
	padding: 5px;
	border: #ddd 1px solid;
	background-color: #fff;
	margin: 5px;
}