@charset "UTF-8";
/* CSS Document */
/* Sub Nav */	
/* Search */
#lawyer_search{
 position:absolute;
 width:170px;
 left:145px;
 top:325px;

}
.ls_textfiled{
	width:165px;
	height:15px;
	padding:0px;
	margin-bottom:20px;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ls_pulldown{
width:170px;
padding:0px;
margin-bottom:20px;
color:#666666;
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ls_btn{
margin-bottom:20px;
color:#666666;
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	  
#sub_nav{
	position: absolute;
	top:325px;
	left:-8px;
	width: 215px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	text-align:right;
	line-height:23px;
		  }

#sub_nav ul{
margin-top:0px;
	margin-bottom:0px;
	position: relative;
		left:16px;
		top:-8px;
list-style-type: none;

		  }

#sub_nav li{

	display: block;
	padding-right: 15px;	

		  }
#sub_nav li a{
	color: #666666;
	text-decoration: none;

		  }
		  
#sub_nav li a:hover{
	color: #333333;
	/* text-decoration: underline; */
	

		  }
.sub_nav_active{
	color:#333333;

}

/* Sub Sub Nav */		  
#subsub_nav{
	/*position:relative;
	left:0px;*/
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	text-align:left;
	line-height:23px;
	height:auto !important;

		float:left;


		z-index:2;

		  }

#subsub_nav ul{
margin-top:0px;
	margin-bottom:0px;
	position: relative;
		left:-40px;
		top:5px;
list-style-type: none;

		  }

#subsub_nav li{

	display: block;
	padding-right: 15px;	

		  }
#subsub_nav li a{
	color: #666666;
	text-decoration: none;

		  }
		  
#subsub_nav li a:hover{
	color: #333333;
	/* text-decoration: underline; */
	

		  }
.subsub_nav_active{
	color:#333333;

}

#group_title{
	position:absolute;
	left:0px;
	top:90px;
	width:315px;
	height:100px;
	background-color:#FFFFFF;
	z-index:200;
	opacity: .7;
	filter: alpha(opacity=70);
}

#group_title h1{
	position: absolute;
	left:45px;
	top:70px;
	font-family:  "DLType", Arial, sans-serif;
	font-stretch: wider;
	font-size: 12px;
	font-weight: 100;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 2px;
}
/*liste */
.list_row{
	width:350px;
	height:45px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.list_row a{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.list_row a:hover{
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

.list_arrow_l{
	width:20px;
	float:left;
			text-align:left;
			margin-top:10px;


}
.list_count{
	width:310px;
	float:left;
			text-align:center;
						margin-top:5px;



}
.list_arrow_r{
	width:20px;
	float:left;
			text-align:right;
						margin-top:10px;



}
.list_title{
	width:201px;
	float:left;
	margin-top:5px;
}

.list_title a{
	font-weight:normal;
}
.list_title a:hover{
	font-weight:normal;
}

.list_lawyer{
	width:140px;
	float:left;
	margin:5px 0 0 5px;
}
.list_dl{
width:17px;
float:left;
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align:right;
	margin-top:5px;
}
	ul.suggest
	{
		margin: 0px;
		padding: 0px;
		max-height: 100px;
		list-style-type: none;
		position: absolute;
		top: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 100;

		_height: 100px;
		line-height: 150%;
		background-color: #fff;
		border: 1px outset #999;
	}
	ul.suggest li
	{
		font-weight: normal;
		color:#666666;
		font-family:Arial,Helvetica,sans-serif;
		font-size:10px
	}
	ul.suggest li a
	{
		text-decoration: none;
		display: block;
		width: 100%;
	}
	ul.suggest li a:hover
	{
		background-color: #009;
		color: #fff;
	}
	ul.suggest li a.hover
	{
		background-color: #009;
		color: #fff;
	}
