@charset "utf-8";
@import "basic.css";
.pan{
	margin-bottom: 0px;
}
.pan span{
	font-weight: bold;
	margin-left: 5px;
}
.search-mode{
	margin-right: 220px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEECC;
	margin-top: 20px;
	font-size: 80%;
	padding-left: 10px;
}

.search-mode .selected{
	margin-left: 10px;
	color: #CC6600;
	border: 1px solid #EEEECC;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	text-transform: lowercase;
	background-color: #EEEECC;
}
.search-mode a{
	margin-left: 10px;
	color: #CC6600;
	border: 1px solid #EEEECC;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	color: #CC6600;
}
.search-mode a:hover {
	background-color: #EEEECC;
}
.form-box{
	text-align: center;
	margin-right: 220px;
	margin-left: 200px;
	margin-top: 10px;
}

#foot{
	margin-top: 20px;
}
#list{
	margin-left: 10px;
	margin-right: 220px;
}
.count{
	text-align: right;
	font-size: 80%;
	font-weight: bold;
	color: #CC6600;
	margin-right:20px;
	margin-bottom: 20px;
	margin-top: 3px;
}

#list .title a{
	background-repeat: no-repeat;
	padding-left: 15px;
	font-weight: bold;
}
#list .title a:link {
	background-image: url(../img/list2.gif);
}
#list .title a:visited {
	background-image: url(../img/list2.gif);
}
#list .title a:hover {
	background-image: url(../img/list2_h.gif);
}
#list .summary{
	margin-left: 15px;
	font-size: 90%;
	margin-top: 3px;
}
#list hr{
	border-top-width: 1px;
	border-top-color: #EEEECC;
	height: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 10px;
}
.page{
	margin-left: 10px;
	margin-bottom: 20px;
}
.page a{
	margin-right: 10px;
	margin-left: 10px;
	font-size: 80%;
}

/* Directory Search*/

#directory_list{
	margin-left: 20px;
	margin-right: 220px;
}
#directory_list ul{
	padding: 0px;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#directory_list li{
	list-style-type: none;
	margin-bottom: 5px;
}
#directory_list li a{
	background-repeat: no-repeat;
	padding-left: 15px;
}
#directory_list li a:link {
	background-image: url(../img/list2.gif);
}
#directory_list li a:visited {
	background-image: url(../img/list2.gif);
}
#directory_list li a:hover {
	background-image: url(../img/list2_h.gif);
}

