.reviews {
	list-style: none;
	margin: auto auto;
}
	
	.reviews li {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	
		.reviews li blockquote {
			color: #999;
			padding: 10px 10px 20px;
			line-height: 1.4em;
			margin: 0 auto;
			border-top: 1px solid #ccc;
			border-left: 1px solid #ccc;
			border-right: 1px solid #ccc;
			background-color: white;
		}
			
			.reviews li.large blockquote {
				font-size: 16px;
				min-height: 222px;
				padding: 20px;
				
			}
		
			.reviews li blockquote strong {
				color: #666;
				font-size: 16px;
				margin-bottom: 10px;
				display: block;
			}
			
				.reviews li.large blockquote strong {
					font-size: 24px;
					margin-bottom: 15px;
				}
			
			.reviews li blockquote a {
				color: black;
				text-decoration: none;
			}
			
				.reviews li blockquote a.button {
					margin-top: 15px;
				}
		
		.reviews li div {
			height: 18px;
			line-height: 18px;
			padding: 2px 5px 2px 25px;
			background-color: #494949;
			background-image: url(/images/elements/sitewide/quote-stem.gif);
			background-position: top 8px;
			background-repeat: no-repeat;
			
		}
		
			.reviews li div strong {
				float: left;
				color: white;
			}
			
			.reviews li div span {
				width: 100px;
				height: 18px;
				float: right;
			}
			
				.reviews li div span em {
					width: 16px;
					height: 16px;
					margin-left: 3px;
					display: block;
					float: left;
					background: url(/images/elements/sitewide/star.png) top left no-repeat;
				}
				
					.reviews li div span em.selected {
						background: url(/images/elements/sitewide/star-active.png) top left no-repeat;
					}
