@charset "utf-8";
/* CSS Document */

.bnum-entry {
	width:150px;
	float:left;
	padding-right:5px;
	padding-bottom:40px;
}

#bnumfooter {
	width:620px;
	float:left;
}

.bn_cont {
	width:620px;
	float:left;
	padding-bottom:20px;
}

#bnumlist {
	width:620px;
	float:left;
	margin-top:20px;
}

.entry_new-old {
	width:114px;
	float:right;
}

.entry_new a {
	width:52px;
	float:left;
	height:26px;
	background-image:url(/img/common/btn_new.gif);
	margin-right:10px;
	overflow:hidden;
    text-indent:-9999px;
	background-position:0 0;
    display:block;
}
.entry_old a {
	width:52px;
	float:left;
	height:26px;
	background-image:url(/img/common/btn_old.gif);
	overflow:hidden;
    text-indent:-9999px;
	background-position:0 0;
    display:block;
}


.entry_top-btn a {
	width:153px;
	height:26px;
	background-image:url(/img/fashion/btn_news_top.gif);
	overflow:hidden;
    text-indent:-9999px;
	background-position:0 0;
    display:block;
	float:left;
	
}

.entry_new a:hover,
.entry_new .current a {
background-position:0 -26px;
}

.entry_old a:hover,
.entry_old .current a {
background-position:0 -26px;
}

.entry_top-btn a:hover,
.entry_top-btn .current a {
background-position:0 -26px;
}

.a-pagechange {
	width:620px;
	float:left;
	padding-bottom:10px;
}

.a-page-current {
	display: block;
    float: left;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 270px;
    width: 80px;
}

/* Add 2011/07/11 */

.pagerCount {
	float: left;
    padding-left: 115px;
    text-align: center;
    width: 378px;
}

#main .pager {
	float:right!important;
	width: 115px;
	margin-right:12px;
	height: 26px;
}



/* Add End 2011/07/11 */
