/**
 * CSS for the bucket drill down component
 */
 
#seoText .bold {
	font-weight: bold;
}

.buckets {
    width: 130px;
}
.buckets div.node {
	padding-left: 5px;	
}

.buckets div.node div.plusminus {
}

.buckets div.node div.plusminus a {
	text-decoration: none;
}

.buckets div.node div.plusminus img {
    margin-right: 4px;
	border: 0px;
}

.buckets .node .bucketItems {
	padding-left: 10px;
}

.buckets .node .bucketItems a {
	text-decoration: none;
}

.buckets .node .bucketItems a:hover {
	text-decoration: underline;
}

.leafIcon, .plusIcon {
	width: 9px;
	height: 9px;
}

/* style for the 'Refine Your Search' box which is like an extension to box */
.refineSearchBox, .suggestActivDirectoryBox {
	border: 1px solid #0062C3;
	margin-bottom: 10px;
}

.refineSearchBox .title, .suggestActivDirectoryBox .title  {
	background-color: #e93c42;
	color: white;
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
	padding-left: 3px;
	height: 20px;
}

.refineSearchBox .body, .suggestActivDirectoryBox .body  {
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 8pt;
	height: 10px;
}
.refineSearchBox .unclickableBucket {
    color: grey;
    font-size: 8pt;
}
.refineSearchBox .body a, .refineSearchBox .body a:visited {
	color: #0000FF;
}

.lessLink {
	display: none;
}

.lessLink, .moreLink {
	margin-left: 15px;
}