@charset "utf-8";
/* CSS Document */
div#akdMain {
	width:100%;
	background:#FFF;
}
div.akdMain {
	min-height:700px;
	height:auto !important;
	height:700px;
}
div#akdMainWindows {
	float:left;
	width:800px;
}
div#announBottom {
	width:100%;
	height:4px;
	background:url(../../resources/images/announ_s.jpg) repeat-x;
}

div#resources {
	margin:20px 0px 10px;
}

div.resources {
	width:100%;
}

div#resourcelist {
	margin:10px;
}
div#resourcelist li.resourcelist {
	margin-top:10px;
}
div#resourcelist li.resourcelist h1 {
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bolder;
	color:#09C;
	border-bottom:1px dashed #CCC;
}
div#resourcelist li.resourcelist div.dataInfo p {
	padding-right:120px;
}
div#resourcelist li.resourcelist a {
	display:inline;
	float:right;
}

