@charset "utf-8";
/* CSS Document */

/**
 * PAGINAÇÃO
 */

div#paginacao {
	position:relative;
	margin-top:40px;
	margin-bottom:20px;
}

	/* item normal */
	div#paginacao .pItem a {
		padding:12px 19px;
		font-size: 14px;
	}


/**
 * COLORAÇÃO
 */

div#paginacao .pItem a {
	background:#f3f3f3;
	color:#000 !important;
	cursor: pointer;
}

div#paginacao .pItem a:hover { background:#eee; }

div#paginacao .pItem .open,
div#paginacao .pItem .open:hover {
	background:#6e2224;
	color:#fff !important;
	padding:17px 19px !important;
	font-weight: bold;
}
