@charset "utf-8";
/* CSS Document - Directory */

#ei_directory_content {
	float: left;
	width: 968px;
	text-align: justify;
}


#ei_directory_content a {
	color: #06C;
	text-decoration: none;
	font-weight: bold;
}

#ei_directory_content a:hover {
	color: #09F;
	text-decoration: underline;
	font-weight: bold;
}

.highlight_new {
	color: #090;
}

.highlight_old {
	color: #C00;
}


#directory_information {
	float: left;
	width: 710px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#directory_information img {
	float: left;
	padding-right: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#update_left_column {
	float: left;
	width: 344px;
	margin-right: 22px;
}
#update_columns {
	float: left;
	width: 710px;
}

#update_right_column {
	float: left;
	width: 344px;
}

#directory_subscribe {
	float: left;
	width: 230px;
}
#directory_subscribe h1 a {
	color: #06C;
	background-color: #CCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
#directory_subscribe h1 a:hover {
	color: #09F;
	background-color: #CCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #666;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #666;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
.align_center {
	text-align: center;
}
