/* CSS Document */


		
/*Pagination */
.item-list ul {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px 0px 0.75em; 
	padding-top: 0px;
}
.item-list ul li {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px 0px 0.25em 1.5em; 
	padding-top: 0px;
}
.item-list .pager {
	clear: both; 
	text-align: center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.item-list .pager li {
	padding-right: 0.5em; 
	display: inline; 
	padding-left: 0.5em; 
	background-image: none; 
	padding-bottom: 0.5em; 
	padding-top: 0.5em; 
	list-style-type: none;
	margin-left:3px;
	margin-right:3px;
}
.pager-current {
	font-weight: bold;
	color:#EA5304;
}
.pager {
	clear: both;
}
.pager div {
	padding-right: 0em; 
	display: inline; 
	padding-left: 0em; 
	padding-bottom: 0em; 
	padding-top: 0em;
}
.pager strong {
	border-right: #90c2e1 1px solid; 
	padding-right: 5px; 
	border-top: #90c2e1 1px solid; 
	padding-left: 5px; 
	background: #dfedf7; 
	padding-bottom: 2px; 
	border-left: #90c2e1 1px solid; 
	padding-top: 2px; 
	border-bottom: #90c2e1 1px solid; 
	moz-border-radius: 2px; 
	webkit-border-radius: 2px
}
.pager a {
	padding-right: 5px;
	padding-left: 5px;
	background: #FCE396;
	padding-bottom: 2px;
	padding-top: 2px;
	moz-border-radius: 2px;
	webkit-border-radius: 2px;
	color:#333333;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #FCDE83;
}
.pager a:hover {
	text-decoration: underline;
	background-color: #FEF2CD;
}
.pager strong {
	background: #0174bb; 
	color: #fff;
}
.item-list ul.pager {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 3px; 
	padding-top: 10px;
}
.item-list ul.pager li {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	
	padding-top: 0px;
}

