/* .xtradiv3: barres de navegacio */
#main .xtradiv3 {
	clear: both;
	border: solid #f4f6f9; /* margin */
	border-width: .5em 0 1.5em 0;
}
#main .xtradiv3>ul {
	border: solid #d7dde6;
	border-width: 1px 0;
	font-size: .9em;
	width: 100%;
}
#main .xtradiv3>ul {
	height: 2.3em;
}
#main .xtradiv3>ul>li {
	float: left;
}
#main .xtradiv3>ul>li>a {
	line-height: 2.3em;
	height: 2.3em;
	float: left;
	width: 18px;
	text-align: center;
	background: url(/docroot/ides/imgs/pagSep.gif) no-repeat 0 60%;
}
#main .xtradiv3>ul>li:first-child+li {
	margin-left:8px;
}
#main .xtradiv3>ul>li {
	line-height: 2.3em;
	height: 2.3em;
	float: left;
	text-align: center;
}

#main .xtradiv3 ul li.prev+li a {
	background: none;
}
#main .xtradiv3 ul li.prev+li a:hover {
	background: #d7dde6;
}
#main .xtradiv3 li.currentPage a {
	background: #d7dde6 !important;
	text-decoration: none;
	color: #58595b;
	cursor: default;
}
#main .xtradiv3 li.currentPage+li a {
	background: none !important;
}
#main .xtradiv3 ul li a:hover { /* IE6 wants no > */
	background: #d7dde6;
	border-top: 0;
	color: #58595b;
	text-decoration: none;
}
#main .xtradiv3 ul li:hover+li a {
	background: none;
}
#main .xtradiv3 ul li:hover+li.next a {
	background: url(/docroot/ides/imgs/arrowR.gif) no-repeat 50% 50%;
}
#main .xtradiv3>ul>li.prev>a {
	width: 20px;
	border-right: 1px solid #d7dde6;
	background: url(/docroot/ides/imgs/arrowL.gif) no-repeat 50% 50%;
	text-indent: -9999px;
}
#main .xtradiv3>ul>li.next>a {
	width: 23px;
	border: solid #d7dde6;
	border-width: 0 1px;
	background: url(/docroot/ides/imgs/arrowR.gif) no-repeat 50% 50% !important;
	text-indent: -9999px;
}
#main .xtradiv3>ul>li.end>a {
	background: none;
	width: 85px;
	white-space: nowrap;
}
#main .xtradiv3 ul li.prev a:hover,
#main .xtradiv3 ul li.next a:hover,
#main .xtradiv3 ul li.end a:hover {
	background-color: #d7dde6 !important;
}

