/* MÍDIAS SOCIAIS E ACESSIBILIDADE */
.tjweb_topbar {
	margin: 0 0 30px 0;
	padding: 10px 5px 10px 12px;
}

.tjweb_topbar_left {
	width: 7px;
	height: 28px;
	background: url("/template/imagens/topbar/topbar_left.png") no-repeat;
	float: left;
}

.tjweb_topbar_center {
	width: 570px;
	height: 28px;
	background: url("/template/imagens/topbar/topbar_center.png") repeat-x;
	line-height: 28px;
	float: left;
}
div#containerconteudo .tjweb_topbar_center {
	width: 667px;
}

.tjweb_topbar_right {
	width: 7px;
	height: 28px;
	background: url("/template/imagens/topbar/topbar_right.png") no-repeat;
	float: left;
}

.tjweb_social_media {
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

.tjweb_social_media > li {
	padding: 2px 0 0 0;
	float: left;
}

.tjweb_social_media > li:first-child {
	padding: 0 5px 0 5px;
}

.tjweb_social_media > li > a {
	width: 25px;
	height: 25px;
	background: url("/template/imagens/topbar/social_media.png") no-repeat;
	display: block;
}

.tjweb_social_media .tjweb_social_media_facebook {
	background-position: 0 -25px;
	cursor: default;
}
.tjweb_social_media .tjweb_social_media_facebook:hover {
	background-position: 0 -25px;
}

.tjweb_social_media .tjweb_social_media_twitter {
	background-position: -25px -25px;
}
.tjweb_social_media .tjweb_social_media_twitter:hover {
	background-position: -25px 0;
}

.tjweb_social_media .tjweb_social_media_youtube {
	background-position: -50px -25px;
}
.tjweb_social_media .tjweb_social_media_youtube:hover {
	background-position: -50px 0;
}

.tjweb_social_media .tjweb_social_media_flickr {
	background-position: -75px -25px;
}
.tjweb_social_media .tjweb_social_media_flickr:hover {
	background-position: -75px 0;
}

.tjweb_accessibility {
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0 5px 0 5px;
	list-style-type: none;
	float: right;
}

.tjweb_accessibility > li {
	margin: 0 0 0 15px;
	float: left;
}

.tjweb_accessibility > li:first-child {
	margin: 0;
}

.tjweb_accessibility > li  > a {
	height: 100%;
	display: block;
}

.tjweb_accessibility_more > img {
	padding-top: 7px;
	border: 0;
}

.tjweb_accessibility_less > img {
	padding-top: 8px;
	border: 0;
}

.tjweb_accessibility_reset > img {
	padding-top: 8px;
	border: 0;
}
/* /MÍDIAS SOCIAIS E ACESSIBILIDADE */