/* Quote Plugin
-------------------------------------------------------------- */
#button_quotes li {
	list-style-type: none;
	padding: 0 0 40px;
}
#button_quotes {
	border-top: 1px solid #eee;
	border-bottom:1px solid #eee;
	margin: 0 0 3em;
	width: 620px;
}

#button_quotes blockquote {
	margin-bottom: 0;
	padding-bottom: 0;	
}
.qr_buttons {
		font-size:14px;
		float:right;
}

.qr_buttons button:hover, .qr_buttons a.button:hover {
    background-color: #FFFFFF;
    border: 0;
    color: #CA1230;
}
a.button, button {
	border: 0;
	background: #fff;
	color: #aaaaaa;	
	font-weight: normal!important;
	font-size: 12px;
	padding: 4px 0px;
}

#button_quotes cite {
	margin-left: 300px;
	font-style:normal;
}