@charset "utf-8";
/* 分頁 */

/*--------------------------------------------------------- page 分頁 */
.page { clear: both; margin:5px 0 10px; padding:0; overflow:hidden; font-size:1em; line-height:100%; text-align:center; *line-height:120%; float:left;width:94%;}
.list + .page { float:none;}
.page em { font-weight: bold; font-style: normal;letter-spacing:0; margin:0 3px; color:#111; }
.page select { font-weight: bold; vertical-align:middle; margin:0 3px 3px; }
.page option { font-weight: bold;}
/*----------------------------- 1 2 3 4 5 */
.page ul { list-style:none; margin:4px 8px 0; padding:0; overflow:hidden; display:inline-block; line-height:100%; vertical-align:middle;  *margin:3px 0 0;}
.page ul li { margin:0 1px; padding:0; float:left; *float:none; *display:inline;*margin:0;}
.page ul li a { display:inline-block; padding:3px 6px 3px;*padding:2px 6px 4px; border:1px solid #bbb; background:#fff; color:#666; text-decoration:none; border-radius:4px; }
.page ul li a:hover { border:1px solid #35acbf; color:#2c8f9f; text-decoration:none; }
.page ul li.here a { color:#fff; font-weight:bold; border:1px solid #35acbf; background:#35acbf; cursor:default; }
.page ul li.here a:hover { color:#fff; }
.page ul li.prev { margin-right:8px; }
.page ul li.next { margin-left:8px; }
.page ul li.first a, .page ul li.last a, .page ul li.prev a, .page ul li.prevTen a, .page ul li.next a, .page ul li.nextTen a { background:url(../images/pageBtn.png) no-repeat 0 0; padding:0; border:none; height:23px; width:23px; *margin:0 1px; }
.page ul li.prev a { background-position:0 0; }
.page ul li.next a { background-position:-30px 0; }
.page ul li.prevTen a { background-position:0 -30px; }
.page ul li.nextTen a { background-position:-30px -30px; }
.page ul li.first a { background-position:0 -60px; }
.page ul li.last a { background-position:-30px -60px; }
.page ul li.first a:hover, .page ul li.last a:hover, .page ul li.prev a:hover, .page ul li.prevTen a:hover, .page ul li.next a:hover, .page ul li.nextTen a:hover { border:none; }
/*--------------------條件查詢 */
.condition { float:right;margin:-30px 0 0; font-size:0;}
.condition a { display:block; width:28px;height:28px;  background:url(../images/condition.png) no-repeat 0 0; *color:#c1c4a0; }
.condition a:hover { background-position:0 -40px;}