@charset "utf-8";
.b_line {
	height: 10px;
	border-top: 1px solid;
	border-color: #a74d8f;
	margin: 40px -20px 5px -20px;}
.quotes_out {
	margin-top: 20px;
	border-top: 1px dashed;
	border-top-color: #A74D8F;
	padding: 5px;}


/* CSS Document */

DIV.quotes {
	padding: 10px;
	text-align: center;
	font-size: 11px;}
DIV.quotes A {
	color: #999999;
	margin-right: 2px;
	text-decoration: none;
	border: #ddd 1px solid;
	padding: 2px 5px 2px 5px;
	display: inline;
	font-size: 11px;}
DIV.quotes A:hover {
	margin-right: 2px;
	border: #a74d8f 1px solid;
	padding: 2px 5px 2px 5px;
	background-color: #a74d8f;
	color: #FFFFFF;}
DIV.quotes A:active {
	margin-right: 2px;
	border: #a0a0a0 1px solid;
	padding: 2px 5px 2px 5px;
	display: compact;}
DIV.quotes SPAN.current {
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 2px;
	background-color: #a74d8f;
	border: #a74d8f 1px solid;
	padding: 2px 5px;}
DIV.quotes SPAN.disabled {
	color: #ccc;
	margin-right: 2px;
	border: #f3f3f3 1px solid;
	padding: 2px 5px 2px 5px;}
