.theme_page_number,
.theme_page_number:link ,
theme_page_number:hover,
.theme_page_number:visited ,
.theme_page_number:active

{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	
	text-align:center;
	direction:rtl;
	text-decoration:none;
	height:35px;
	width:35px;
	padding-top:10px;
	/*padding-bottom:5px;*/
	display:block;
	background:var(--url_pagination_up) 0 0;
	/*background-color:red;*/
}
.theme_page_number:hover{background:var(--url_pagination_up) 0 35px;text-decoration:none;}
.theme_page_number:active,
.theme_page_number_active,.theme_page_number_active:hover
{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:var(--theme_main_color);
	
	text-align:center;
	direction:rtl;
	text-decoration:none;
	height:35px;
	width:35px;
	padding-top:10px;
	/*padding-bottom:5px;*/
	display:block;
	background:var(--url_pagination_active) 0 0;
	
}
.theme_page_number_active:hover{background:var(--url_pagination_active) 0 35px;color:#FFF;}