@CHARSET "UTF-8";

div#otherlaw_wrapper {
	padding: 0.5em;
	margin: 0;
	position: relative;
}

div#otherlaw_wrapper * {
	color: #333;
}

div#otherlaw_wrapper div#tree {
	clear: both;
	height: 230px;
	padding: 0.285em;
	margin: 0.286em;
	border: 1px solid #ddd;
}

div#otherlaw_wrapper div#other_grid {
	clear: both;
	height: 500px;
	margin: 0.286em;
}

div#otherlaw_wrapper div#other_grid * {
	font-size: 12px;
}

div#otherlaw_wrapper div#other_loading {
	text-align: center;
	position: absolute;
	bottom: 50%;
	width: 100%;
	display: none;
}

div#otherlaw_wrapper div#other_loading p {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

div#otherlaw_wrapper div#lawalp {
	width: 100%;
	clear: both;
}

div#otherlaw_wrapper div#lawalp p {
	float: left;
	margin: 0;
	margin-left: 1em;
	margin-bottom: 1em;
	padding: 0;
	color: #aaa;
	font-size: 11px;
}

div#otherlaw_wrapper div#lawalp p a {
	text-decoration: none;
	color: #3366ff;
	font-size: 12px;
}

div#otherlaw_wrapper div#lawalp p a:hover {
	color: #000;
	font-size: 12px;
}

div#otherlaw_wrapper div#lawalp p a span {
	font-size: 1.285em;
	color: #336633;
	font-weight: bold;
}

div#otherlaw_wrapper > h4 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}

div#otherlaw_wrapper h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	color: #696969;
	font-size: 12px;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #f36f21;
}

div#otherlaw_wrapper h3 a {
	color: #3366ff;
	text-decoration: none;
	border-bottom: 1px dotted #87ceeb;
	font-size: 12px;
	font-weight: normal;
}

div#otherlaw_wrapper h3 a:visited {
	color: purple;
	text-decoration: none;
	border-bottom: 1px dotted purple;
	font-size: 12px;
	font-weight: normal;
}

div#otherlaw_wrapper div.search {
	clear: both;
	padding: 5px;
}

div#otherlaw_wrapper div.search p {
	color: #aaa;
	margin-bottom: 1px;
	padding-bottom: 1px;
}

div#otherlaw_wrapper div.search a {
	color: #3366ff;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}



