/** 
 * Quotes plugin style sheet
 *
 * @since 31.03.2006
 * @author  <>
 */

.quotes {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #d1d1d1;
}

.quotes li {
	margin: 0;
	padding: 1em 0;
	border-bottom: 1px solid #d1d1d1;
}

.quotes dl {
	margin: 0 0 1em 0;
	padding: 0;
}

.quotes dt {
	float: left;
	width: 10em;
	margin: 0;
	padding: 0;
	color: #f2950a;
}

.quotes dd {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.quotes div.text {
	text-align: justify;
}



