/* 
==================================================
	PAGER STYLES - START
==================================================
*/
/* hlavni div */
.pager 
{
	margin:0px 12px 0px 0px;
	width:346px; 
	height:28px;
	background:url('../_img/ipager/back_main.gif') no-repeat;
	float:left;
	
}

/* udaj o poctu polozek */
.pager .total 
{
	float:left;
	width:136px;
	font-size:11px;
	text-indent:5px;
	color:#467A00;
	font-weight:bold;
	line-height:28px;
	
}
.pager .total .total_value 
{
	color:#E1720A;
}

/* div se strankovacim mechanismem*/
.pager .page_browser 
{
	float:left;
	text-align:right;
	width:190px;
	margin:0 10px 0 0;
	
}
/* obecne styly tabulky strankovace*/
.pager .page_browser TABLE
{
	margin:5px 0 0 0;
	
}
.pager .page_browser TABLE TD
{
	text-align:center;
	white-space:nowrap;
	
}

/* styly cisel stranek*/
.pager .page_browser TABLE TD.page_numbers { padding:0 0px 0 6px;}

.pager .page_browser TABLE TD.page_numbers A, .pager .page_browser TABLE TD .page_numbers A:hover
{
	background:url('../_img/ipager/bck_button.gif') no-repeat;
	width:18px;
	height:18px;
	display:block;
	float:left;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#467A00;
	line-height:18px;
	margin:0 2px 0 0;
	text-decoration:none;
	cursor:pointer;
}

.pager .page_browser TABLE TD.page_numbers .selected
{
	background:url('../_img/ipager/bck_button_s.gif') no-repeat;
	width:18px;
	height:18px;
	display:block;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	line-height:18px;
	margin:0 2px 0 0;
	float:left;
}

/* styl tlacika FIRST */
.pager .page_browser TABLE TD .first
{
	background:url('../_img/ipager/bck_button.gif') no-repeat;
	width:18px;
	height:18px;
	display:block;
	margin:0 2px 0 0;
	font-size:11px;
	font-weight:bold;
	color:#467A00;
	line-height:18px;
	text-decoration:none;
	cursor:pointer;
}
.pager .page_browser TABLE TD .first_dis
{
	display:none;
		
}

/* styl tlacitka LAST */
.pager .page_browser TABLE TD .last
{
	background:url('../_img/ipager/bck_button.gif') no-repeat;
	width:18px;
	height:18px;
	display:block;	
	margin:0 2px 0 0;
	font-size:11px;
	font-weight:bold;
	color:#467A00;
	line-height:18px;
	text-decoration:none;
	cursor:pointer;
}
.pager .page_browser TABLE TD .last_dis
{
	display:none;
		
}

/* styl tlacitka PREVIOUS */
.pager .page_browser TABLE TD .previous
{
	background:url('../_img/ipager/bck_button.gif') no-repeat;
	width:18px;
	height:18px;
	display:block;	
	margin:0 2px 0 0;
	font-size:11px;
	font-weight:bold;
	color:#467A00;
	line-height:18px;
	text-decoration:none;
	cursor:pointer;
}
.pager .page_browser TABLE TD .previous_dis
{
	display:none;
		
}

/* styl tlacitka NEXT */
.pager .page_browser TABLE TD .next
{
	background:url('../_img/ipager/bck_button.gif') no-repeat;
	width:18px;
	height:18px;
	display:block;	
	margin:0 2px 0 0;
	font-size:11px;
	font-weight:bold;
	color:#467A00;
	line-height:18px;
	text-decoration:none;
	cursor:pointer;
}
.pager .page_browser TABLE TD .next_dis
{
	display:none;
	
}

