/**
 * @description		extension pagebrowse styles
 * @project			Frage trifft Antwort
 * @site			frage-trifft-antwort.de
 * @revision		$Revision$
 * @version			$Id$
 */

@media all
{
	ul.tx-pagebrowse {
		width: 100%;
		list-style: none inside none;
		text-align: center;
		padding: 0 0;
		margin: 1.0em 0 3.0em 0;
	}
	.tx-pagebrowse li {
		display: inline;
		list-style: none;
		margin: 0 0;
		padding: 0 10px 0 10px;
	}
	li.tx-pagebrowse-pages {
		width: auto;
	}
	li.tx-pagebrowse-pages ol {
		display: inline;
		margin: 0 0;
		padding: 0 10px;
	}
	li.tx-pagebrowse-current {
		font-family: Colaborate-Bold,sans-serif;
		font-size: 1.3em;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		padding: 2px 4px 2px 4px;
		margin: 0 10px 0 10px;
		background-color: #990f29;
	}
	
	.tx-pagebrowse li img {
		margin-top: -3px;
	}
	
	.tx-pagebrowse li a,
	.tx-pagebrowse li a:visited {
		font-family: Colaborate-Bold,sans-serif;
		font-size: 1.3em;
		font-weight: bold;
		color: #454D48;
		text-decoration: none;
		padding: 2px 4px;
	}
	.tx-pagebrowse li.tx-pagebrowse-prev a,
	.tx-pagebrowse li.tx-pagebrowse-prev a:visited,
	.tx-pagebrowse li.tx-pagebrowse-next a,
	.tx-pagebrowse li.tx-pagebrowse-next a:visited {
		padding: 2px 0;
	}
	.tx-pagebrowse li a:focus,
	.tx-pagebrowse li a:hover,
	.tx-pagebrowse li a:active {
		color: #fff;
		background-color: #990f29;
	}
	.tx-pagebrowse li.tx-pagebrowse-prev a:focus,
	.tx-pagebrowse li.tx-pagebrowse-prev a:hover,
	.tx-pagebrowse li.tx-pagebrowse-prev a:active,
	.tx-pagebrowse li.tx-pagebrowse-next a:focus,
	.tx-pagebrowse li.tx-pagebrowse-next a:hover,
	.tx-pagebrowse li.tx-pagebrowse-next a:active {
		color: #fff;
		background-color: #fff;
	}
	
}
