@charset "utf-8";
/* CSS Document */
/* dividePage
-----------------------------------*/
#dividePage{
	width:100px;
	margin-top: 10px;
	font-size:12px;
	color:#000000;
}
#dividePage a{
	color:#006699;
	text-decoration:none;
}
#dividePage a:hover{
	color:#000000;
}
#page{
	width:600px;
	margin-top:-20px;
	margin-left:80px;
	text-align:right;
}
#page ul{
	list-style:none;
}
#page li{
	float:left;
	padding:5px 5px 5px 5px;
}
#page li a{
	font-size:12px;
}
#page .pageFirst a{
	width:65px;
	display:block;
	background:url(../images/public/search_PPrev.gif) left no-repeat;
}
#page .pagePrev a{
	width:65px;
	display:block;
	background: url(../images/public/search_Prev.gif) left no-repeat;
}
#page .pageCenter {
	font-size:16px;
	margin-top:-5px;
	width:250px;
	text-align:center;
}
#page .pageCenter a{
	font-size:12px;
	text-decoration:underline;
}
#page .pageNext a{
	width:65px;
	display:block;
	background: url(../images/public/search_Next.gif) left no-repeat;
}
#page .pageLast a{
	width:65px;
	display:block;
	background: url(../images/public/search_NNext.gif) left no-repeat;
}

