/* ========================================================
  @ pageContorl
======================================================== */

.pageContorl{
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	padding: 5px;
	text-align: center;
}


.pageContorl div.orderPanel{
	font-size: 11px;
	color: #666;
	zoom: 1;
}

.pageContorl div.orderPanel select{
	font-size: 11px;
	color: #666;
}


.pageContorl div.infoPanel{
	zoom: 1;
	padding: 3px 0px 3px 0px;
}

.pageContorl div.infoPanel div.BL1{
	background-color: #9a0;
	margin: auto;
	width: 198px;
	height: 1px;
	overflow: hidden;
}

.pageContorl div.infoPanel div.BL2{
	background-color: #9a0;
	margin: auto;
	width: 196px;
	height: 1px;
	overflow: hidden;
}

.pageContorl div.infoPanel div.pageInfoContent{
	background-color: #9a0;
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	margin: auto;
	width: 200px;
	height: 12px;
	text-align: center;
}

.pageContorl div.infoPanel div.pageInfoContent span.focus{
	font-size: 12px;
	font-weight: bold;
	color: #fff;	
}


.pageContorl div.pageLinkPanel{
	text-align: center;
}

.pageContorl div.pageLinkPanel a.unselected{
	background-image: url(../../../WEB-PAGES/common/images/web/pageControl/unselected.gif); 
	background-repeat: repeat-x;
	background-position: center center;
	
	background-color: #eee;
	border: 1px solid #aaa;
	
	font-size: 11px;
	font-weight: bold;
	color: #000;	
	
	text-decoration: none;
	
	display: inline-block;
	width: 35px;
	text-align: center;
	height: 15px;
	line-height: 15px;
	
}

.pageContorl div.pageLinkPanel a.unselected:hover{
	background-image: url(../../../WEB-PAGES/common/images/web/pageControl/hover.gif); 
	background-repeat: repeat-x;
	background-position: center center;	
	
	background-color: #9c0;
	border: 1px solid #690;
	
	font-size: 11px;
	font-weight: bold;
	color: #fff;	
	
	text-decoration: none;
	
	display: inline-block;
	width: 35px;
	text-align: center;
	height: 15px;
	line-height: 15px;	
}

.pageContorl div.pageLinkPanel a.selected{
	background-image: url(../../../WEB-PAGES/common/images/web/pageControl/selected.gif); 
	background-repeat: repeat-x;
	background-position: center center;		
	
	background-color: #000;
	border: 1px solid #000;
	
	font-size: 11px;
	font-weight: bold;
	color: #fff;	
	
	text-decoration: none;
	
	display: inline-block;
	width: 35px;
	text-align: center;
	height: 15px;
	line-height: 15px;	
}

.pageContorl div.pageLinkPanel a.selected:hover{
	background-color: #000;
	border: 1px solid #000;
	
	font-size: 11px;
	font-weight: bold;
	color: #fff;	
	
	text-decoration: none;
	
	display: inline-block;
	width: 35px;
	text-align: center;
	height: 15px;
	line-height: 15px;	
}

.pageContorl div.pageLinkPanel a.disabled{
	background-color: #eee;
	border: 1px solid #ddd;
	
	font-size: 11px;
	font-weight: bold;
	color: #fff;	
	
	text-decoration: none;
	
	display: inline-block;
	width: 35px;
	text-align: center;
	height: 15px;
	line-height: 15px;	
}

.pageContorl div.pageLinkPanel a.disabled:hover{
	background-color: #eee;
	border: 1px solid #ddd;
	
	font-size: 11px;
	font-weight: bold;
	color: #fff;	
	
	text-decoration: none;
	
	display: inline-block;
	width: 35px;
	text-align: center;
	height: 15px;
	line-height: 15px;	
}
