div#appstore {
	text-align: center;
}
img.appstore-badge,
a.appstore-link,
a.appstore-link:hover {
	border-bottom: 0;
}

div.review-item {
	clear: both;
	margin-bottom: 2em;
}

cite {
	margin-top: 0;
	margin-right: 20px;
	clear: both;
    font-size: 1em;
    float: right;    
} 

div.review-item quote {
	display: block;
	margin: 0;
	padding: 5px 25px 5px 0px;
	font-size:1.1em;
	background: url(../images/closequote.png) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
}

div.review-item quote:first-letter {
	background: url(../images/openquote.png) no-repeat left top !important;
	padding:5px 0px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}
