	.Directory
	{	padding:		10px;
	}
		.Directory .Agent
		{	float:			left;
			width:			180px;
		}
		.Directory a
		{	color:			#888;
		}
		.Directory a:hover
		{	color:			#e3b600;
		}

		.Directory	.Over
		{	padding:		4px;
			border:			1px solid #fc0;
		}
			.Directory	.Over	.Profile
			{	display:		table-cell;
				position:		absolute;
				width:			300px;
			}
		.Directory	.Out
		{	padding:		5px;
		}
			.Directory	.Out	.Profile
			{	display:		none;
			}

			.Directory .Frame
			{	background:		#000
							url('../images/Agent/Corner_Bottom_X.gif')
							repeat-x
							bottom;
			}

				.Directory .Frame .Inner
				{	padding-bottom:		14px;
				}
				.Directory .Frame .TitleName
				{	width:			250px;
					height:			200px;
					vertical-align:		top;
					color:			#fff;
					font-size:		14px;
					font-weight:		bold;
				}

				.Directory .Frame .Name
				{	color:			#fff;
					font-size:		16px;
					font-weight:		bold;
					padding:		2px;
					border-bottom:		1px solid #fc0;
				}

				.Directory .Frame .Info
				{	padding:		5px;
				}
					.Directory .Frame .Info td
					{	color:			#fff;
						font-size:		10px;
					}
