/***********************************************************/
/* PAGING USERCONTROL                                  */

.p_PagingSummary {
	font-size: 10px;
	text-transform: none;
	letter-spacing: 0px;
	color: #ffffff;
	padding: 0 10px;
	margin: 0 0 0 0;
	background: #eeeeee;
	background: url(../images/producth2back.gif) center bottom repeat-x;
}

.div_Paging {
	margin: 1px 0 0 0;
	padding: 0px;
	height: 20px;
	clear: both;
	background: none;
	background: #eeeeee;
}
.div_Paging A, .div_Paging A:visited {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-right: 1px solid #ffffff;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	vertical-align: top;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	background: url(../images/buttons/paging/num.gif) 0 0 no-repeat;
}
.div_Paging A:hover {
	color: #ffffff;
}
.div_Paging A IMG {
	border: 0;
	padding: 0;
	margin: 0 0;
	vertical-align: top;
}

.div_Paging .lnk_Paging_Disabled, .div_Paging .lnk_Paging_Enabled {
	width: auto;
}

.div_Paging .lnk_Paging_Disabled, .div_Paging .lnk_Paging_Disabled:visited
{
	color: #cccccc;	
}
.div_Paging .lnk_Paging_Enabled
{
}
.div_Paging .lnk_Current_Page, .div_Paging .lnk_Current_Page:visited, .div_Paging .lnk_Current_Page:hover
{
	padding: 0;
	color: #000000;
	background: url(../images/buttons/paging/numcur.gif) 0 0 no-repeat;
}

/***********************************************************/
