.refine
{
	border-bottom: solid 1px #A5A9E4;
	margin-bottom: 16px;
	padding-bottom: 8px;
	color: #6E6E6E;
}
.refine tr:hover
{
	background-color: #CCCFF0;
}
.refine tr.nohighlight:hover
{
	background-color: Transparent;
}
div.refine div.items {
	overflow: hidden;
	position: relative;
}
div.expanded div.items {
	overflow: visible;
}
div.refine div.caption
{
	font-weight: bold;
	color: #717174;
}
div.refine a
{
	color: #6E6E6E;
}
div.refine tr.more td,
div.refine tr.less td,
{
	text-align: center;
}
div.collapsed tr.overflow,
div.collapsed tr.less,
div.expanded tr.more,
div.hidden table
{
	display: none;
}

div.refine tr.more, div.refine tr.less
{
	text-align: center;
	font-size: smaller;
}


