/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* paginacao */

.boxTools
{
	clear: both;
	line-height: 100%;
	font-size: 11px;
	height: 27px;
	padding: 8px 40px 0 11px;
	background: url(../images/global/back_break.gif) left bottom no-repeat;
	margin: 0 0 22px 15px;	
}

.boxTools span
{
	display: inline-block;
	font-size: 11px;
	color: #333;
	text-transform: lowercase;
	height: 20px;
}

.boxTools select
{
	font-size: 10px;
	color: #000;
	width: 50px;
}

.boxTools strong
{
	color: 3000;
	font-weight: bold;
}

.boxTools .boxToolsBackButton
{
	float: left;
	padding-left: 21px;
	padding-top: 4px;
	background: url(../images/icons/icon_web.gif) left no-repeat;
}

.boxTools .boxToolsPageShortcut, .boxTools .jump
{
	float: left;
	padding-left: 18px;
	background: url(../images/icons/icon_document.gif) left no-repeat;
}

.boxTools .boxToolsPageNavigation
{
	float: left;
	padding-left: 15px;
	padding-top: 4px;
	color: #666;
}

.boxTools .boxToolsPageFilter
{
	float: right;
	padding-left: 18px;
	background: url(../images/icons/icon_document.gif) left no-repeat;
}

.boxTools .boxToolsEmail
{
	float: right;
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 4px;
	background: url(../images/icons/icon_email.gif) left no-repeat;
}

.boxTools .boxToolsPrint
{
	float: right;
	padding-left: 22px;
	padding-top: 4px;
	padding-right: 20px;
	background: url(../images/icons/icon_print.gif) left no-repeat;
}

.boxTools .boxToolsPDF 
{
	float: right;
	padding-left: 18px;
	padding-top: 4px;
	padding-right: 20px;
	background: url(../images/icons/icon_document.gif) left no-repeat;
}

.boxTools .boxToolsShare 
{
	float: right;
	padding-left: 18px;
	padding-top: 4px;
	padding-right: 20px;
	background: url(../images/icons/icon_sharethis.gif) left no-repeat;
}

.boxTools a
{
	color: #0079BD;
	text-decoration: none;
}

.boxTools a:hover
{
	color: #DE2539;
	text-decoration: none;
}

.boxTools a.btOff
{
	color: #999;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*.boxTools #sharethis_0 a.stbutton.stico.default, 
.boxTools #sharethis_0 a.stbutton.stico.default span.stbuttontext,*/

.boxTools #sharethis_0 a.stbutton.stico_default {
	background: none !important;
	padding-left: 0 !important;
}

.boxTools #sharethis_0 a span {
	font-size: 11px;
	color: #0079BD; !important;
	line-height:100%;
	padding: 0;
	margin: 0;
	cursor: hand;
	cursor: pointer;
}

.boxTools #sharethis_0 a:hover span {
	color: #DE2539; !important;
}

