html, body
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#addr_groups
{
	position: absolute;
	left: 0;
	top: 54px;
	width: 19em;
	bottom: 0;
	/*height: 100%;*/
	border-right: 1px solid #cccccc;
	overflow: auto;
	text-align: left;
	background-color: #cccccc;
	padding: 0 0 0 1em;
/*	border: 1px solid red;*/
}

#addr_info
{
	position: absolute;
	left: 20em;
	top: 54px;
	right: 0;
	bottom: 0;
	overflow: auto;
	z-index: 10;
	background-color: #ffffff;
	text-align: left;
}
	#addr_info p
	{
		/*width: 300px;*/
		padding-left: 5px;	
	}
	
.address_title
{
	font-weight: bold;
	color: #333333;
}
.address_list
{
	margin:0px;
	padding:0px;
}

	.address_list ul
	{	/* Sub menu groups */
		margin-left:5px;	/* Left spacing */
		padding-left:0px;
		display:none;	/* Initially hide sub nodes */
	}

	.address_list li
	{	/* Nodes */
		list-style-type:none;
		vertical-align:middle;
	}

	.address_list li a
	{	/* Node links */
		color:#000;
		text-decoration:none;
		font-family:arial;
		padding-left:2px;
	}

	.address_list li a:hover
	{
		/*font-weight: bold;*/
		text-decoration: underline;
	}
