/******************************************************
 * 
 * PORTOBELLO CSS
 * Enturma Versão 3.0
 * CSS Grupos Internet
 * Responsável: Mateus Giuliano D Modzinski  
 * 
 *******************************************************/

/*
 *
 * Body and elements by page
 * 
 */

* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

body {
	background-color: #f3f5f6;
	border-top: 3px solid #003764;
	text-align: center; 
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
} 

hr {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

table td,
table th {
	vertical-align: top;
}

a {
	color: #003764;
}

/*
 * 
 * Container Default
 * 
 */

#containerDefault {
	background-color: #fff;
	padding-bottom: 66px;
}

/*
 * 
 * Container Global
 * 
 */

#containerGlobal {
	width: 946px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

/*
 * 
 * Language Bar
 * 
 */

#languagesBar {
	text-align: right;
	margin-bottom: 57px;
}

#languagesBar a {
	text-decoration: none;
}

#languagesBar a img {
	vertical-align: top;
	border: none;
}

/*
 * 
 * Header
 * 
 */

#header h1 {
	float: left;
}

#header h1 a {
	background-image: url('/templates/source/21/images/pages/logo.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #fff;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	width: 126px;
	height: 23px;
	text-decoration: none;
}

/*
 * 
 * Main Menu
 * 
 */

#mainMenu {
	padding-top: 15px;
	margin-left: 165px;
}

#mainMenu span {
	display: none;
}

#mainMenu ul {
	list-style: none;
}

#mainMenu ul li {
	float: left;
	vertical-align: top;
	margin-left: 36px;
	position: relative;
	z-index: -1;
}

html>body #mainMenu ul li {
	z-index: 1;
}

#mainMenu ul li a {
	text-decoration: none;
	color: #969ba0;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
}

#mainMenu ul li.selected a,
#mainMenu ul li a:hover {
	color: #003764;
}

/*
 * 
 * Sub Main Menu
 * 
 */

#mainMenu ul li ul {
	width: 640px;
	position: absolute;
	visibility: hidden;
	left: 0;
	*top: 17px;
	margin-top: 4px;
}

#mainMenu ul li ul li {
	display: inline;
	margin-right: 23px;
	margin-left: 0;
}

/*
 * 
 * COLUMN 2 
 * 
 */

#column2 {
	width: 170px;
	float: left;
}

/*
 * 
 * Login
 * 
 */

#userName,
#menuUser {
	display: none;
}

#loginForm {
	position: absolute;
	top: 39px;
	right: 0px;
}

html>body #loginForm {
	top: 46px;
}

#loginForm #menuUser {
	display: block;
}

#loginForm li {
	list-style: none;
}

#loginForm #userName {
	border: 1px solid #dddee0;
	padding: 6px 10px 3px 18px;
	background-position: 4px center;
	background-repeat: no-repeat;
	background-image: url('/templates/source/21/images/pages/login.gif');
	color: #999a9c;
	text-decoration: none;
	line-height: 26px;
	display: inline;
	margin-right: 3px;
}

html>body #loginForm #userName {
	width: 27px;

}

.linkRegister {
	border: 1px solid #dddee0;
	padding: 6px 10px 3px 18px;
	background-position: 4px center;
	background-repeat: no-repeat;
	background-image: url("/templates/source/21/images/pages/register.gif");
	color: #999a9c;
	text-decoration: none;
}

#listMySpace {
	border: 1px solid #dddee0;
	padding: 6px 10px 3px 18px;
	background-position: 4px center;
	background-repeat: no-repeat;
	background-image: url("/templates/source/21/images/pages/mySpace.gif");
	color: #999a9c;
	text-decoration: none;
	margin-right: 3px;
	line-height: 26px;
}

#logout {
	border: 1px solid #dddee0;
	padding: 6px 10px 3px 18px;
	background-position: 4px center;
	background-repeat: no-repeat;
	background-image: url("/templates/source/21/images/pages/logout.gif");
	color: #999a9c;
	text-decoration: none;
	line-height: 26px;
}

#clientName {
	margin-right: 10px;
	color: #969ba0;
	text-transform: capitalize;
	line-height: 26px;
}

#loginForm #hideMenu {
	padding: 19px 20px;
	border: 1px solid #dddee0;
	border-top: none;
	background-image: url('/templates/source/21/images/pages/loginBorder.gif');
	background-position: -22px top;
	background-repeat: no-repeat;
	background-color: #fff;
	width: 272px;
	margin-top: -1px;
	position: absolute; /* Camilla */
	top: 24px; /*Camilla*/
	right: 0;
	z-index: 10;
}

html>body #loginForm #hideMenu {
	width: 232px;
	background-position: -21px top;
}

#menuLogado #options {
	padding: 19px 20px;
	border: 1px solid #dddee0;
	border-top: none;
	background-image: url('/templates/source/21/images/pages/menuBorderLogg.gif');
	background-position: -5px top;
	background-repeat: no-repeat;
	background-color: #fff;
	width: 272px;
	margin-top: -1px;
	position: absolute; /* Camilla */
	top: 24px; /*Camilla*/
	right: 0;
	z-index: 1;
}

html>body #menuLogado #options {
	width: 232px;
	background-position: -4px top;
}

#loginForm #usertext {
	padding-bottom: 3px;
}

#loginForm #usertext label {
	width: 50px;
	display: block;
	float: left;
	color: #999a9e;
}

#loginForm #userpassword label {
	width: 50px;
	display: block;
	float: left;
	color: #999a9e;
}

#loginForm #userpassword input,
#loginForm #usertext input {
	width: 177px;
	border: 1px solid #dddee0;
	padding: 0;
}

html>body #loginForm #userpassword input,
html>body #loginForm #usertext input {
	width: 180px;
}

#loginForm #userpassword span,
#loginForm #usertext span {
	display: none;
}

#loginForm #userLogin {
	text-align: right;
}

#loginForm #userLogin input {
	background-color: #d8dbe0;
	color: #fff;
	border: none;
	padding: 3px;
	margin-top: 3px;
}

#liRegister {
	float: right;
	margin-top: 12px;
	background-image: url("/templates/source/21/images/pages/register.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#liHelp {
	margin-top: -3px;
}

html>body #liHelp {
	margin-top: 12px;
}

#liRegister a {
	text-decoration: none;
	color: #9a9b9d;
	border: none;	
}

#loginForm #hideMenu .help { /*camilla*/
	background-image: url('/templates/source/21/images/pages/forgot.gif');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-top: 15px;
	width: 100%; /*camilla*/
	border: none; /*camilla*/
}

#loginForm #hideMenu .help { /*camilla*/
	text-decoration: none;
	color: #9a9b9d;
}

#menuLogado {
	position: absolute;
	right: 0;
	/*top: 39px;*/
	top: 46px;
}

#wishlistSpace {
	background-image: url('/templates/source/21/images/services/user/view_wishlist.gif');
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 24px;
	padding-left: 25px;
}

#comparativeSpace {
	background-image: url('/templates/source/21/images/services/user/view_comparative.gif');
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 24px;
	padding-left: 25px;
}

#editSpace {
	background-image: url('/templates/source/21/images/pages/edit_registration.gif');
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 24px;
	padding-left: 25px;
}

#wishlistSpace a,
#comparativeSpace a,
#editSpace a {
	color: #969ba0;
	text-decoration: none;
}

#wishlistSpace a span,
#comparativeSpace a span,
#editSpace a span {
	text-decoration: underline;
}

/*
 * 
 * Context Menu
 * 
 */

#contextMenuHeader,
#contextMenuFooter,
.titleContextMenu {
	display: none;
}

#contextMenu h3 {
	color: #003764;
	margin-bottom: 16px;
	font-weight: bolder;
}

#contextMenu h3 a {
	text-decoration: none;
}

#contextMenu ul {
	margin-bottom: 19px;
}

#contextMenu li {
	list-style: none;
	margin-bottom: 1px;
}

#contextMenu li a {
	color: #969ba0;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

/*
 * OPTION MENU
 */

#optionsMenu {
	width: 150px;
	padding: 15px 0 21px 0;
} 

html>body #optionsMenu {
	width: 130px;
}

#optionsMenu h3 {
	padding-left: 23px;
	min-height: 18px;
	height: 18px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#optionsMenu #titleMenu {
	padding-left: 0;
	color: #003764;
	margin-bottom: 8px;
}

#optionsMenu h3 a {
	padding-top: 1px;
	display: block;
	text-decoration: none;
}

html>body #optionsMenu h3 {
	height: auto;
}

#optionsMenu #quickSearch {
	background-image: url('/templates/source/21/images/pages/search.png');
}

#optionsMenu #glossary {
	background-image: url('/templates/source/21/images/pages/glossario.png');
}

#optionsMenu #podcast {
	background-image: url('/templates/source/21/images/pages/podcast.png');
}

#optionsMenu #compare {
	background-image: url('/templates/source/21/images/pages/compare.png');
}

#optionsMenu #billet {
	background-image: url('/templates/source/21/images/pages/billet.png');
}

#optionsMenu #wishlist {
	background-image: url('/templates/source/21/images/pages/wishlist.png');
}

#optionsMenu #sample {
	background-image: url('/templates/source/21/images/pages/sample.png');
}

/*
 * 
 * Container
 * 
 */

#container {
	margin-top: 38px;
}

/*
 * 
 * Page Content
 * 
 */

#pageContent,
#pageContent p {
	color: #969ba0;
	font-size: 11px;
}

#pageContent p {
	padding-bottom: 12px;
}

#container .pageContentTitle h2,
#container .pageContentTitle h2 a {
	font-size: 24px;
	font-weight: bolder;
	color: #003764;
	text-decoration: none;
	margin-bottom: 16px;
	display: block;
}

.pageContentTitle .banner {
	margin-bottom: 17px;
}

.pageContentTitle h3 {
	display: none;
}

.groupTable td {
	vertical-align: top;
}

.measures {
	padding-left: 17px;
}

#pageContent h4 {
	font-size: 16px;
	font-weight: bolder;
	color: #003764;
	margin-bottom: 16px;
	margin-top: 16px;
}

#pageContent ul li {
	list-style: none;
	margin-bottom: 10px;
}

#pageContent ul li span {
	font-weight: bolder;
}

#pageContent ol li {
	margin-bottom: 10px;
	margin-left: 30px;
}

#pageContent ol li span {
	font-weight: bolder;
}

#pageContent .imageContent {
	margin-bottom: 27px;
}

#pageContent form {
	border: 1px solid #dbdfe3;
	padding: 30px;
	margin: 0;
}

#pageContent form td,
#pageContent #contactForm td {
	padding: 0;
}

#pageContent form .spacer {
	display: none;
}

#pageContent form table {
	border: 0;
}

#pageContent form input,
#pageContent form select,
#pageContent form options,
#pageContent form textarea {
		padding: 0;
		width: 234px;
		border: 1px solid #dbdfe3;
		margin: 0;
		margin-bottom: 3px;
}

/*correção na busca (botão0*/

#searchcontrol .gsc-search-box .gsc-search-button input.gsc-search-button {
	width: 75px;
}

#searchcontrol .gsc-search-box .gsc-input input.gsc-input {
	width: 295px;
}

#pageContent form .inputButton {
	background-color: #dbdfe3;
	border: none;
	color: #969ba0;
	width: auto;
	padding: 6px;
}
/*
 * 
 * Column Center 
 * 
 */

#columnCenter {
	margin-left: 169px;
}

/*
 * 
 * HighLights
 * 
 */

.highlightTitle,
#highLight {
	display: none;
}

/*
 * 
 * News
 * 
 */

.newsBox {
	display: none;
}

/*
 * 
 * Footer
 * 
 */

#footer {
	text-align: center;
	padding-top: 24px;
	padding-bottom: 80px;
	clear: both;
}

#footerTable {
	width: 946px;	
	margin: 0 auto;
	text-align: left;
}

#footerTable td {
	vertical-align: top;
	width: 17%;
}

#footerTable td#socialLinks {
	width: 23%;
}

#footerTable #copyright {
	padding-top: 63px;
	width: 50%;
	color: #969BA0;
	font-size: 9px;
}

#footerTable #copyright img {
	float: left;
	margin-right: 15px;
}

#footerTable #searchTd {
	color: #d1d6dc;
}

#footerTable #searchTd #searchGoogle input,
#footerTable #searchTd #searchGoogleFooter input {
	margin: 0;
	padding: 0;
}

#footerTable #searchTd #searchGoogle .inputButton,
#footerTable #searchTd #searchGoogleFooter .inputButton {
	background-repeat: no-repeat;
	border: none;
	font-size: 0;
	overflow: hidden;
	text-indent: -9999px;
} 

#footerTable #searchTd #searchGoogle span,
#footerTable #searchTd #searchGoogleFooter span {
	display: none;
}

#footerTable h4, #footerTable h4 a {
	color: #969BA0;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}

#footerTable ul li {
	list-style: none;
}

#footerTable ul li a {
	color: #969BA0;
	font-size: 9px;
	text-decoration: none;
}

/*
 * 
 * Site Map
 * 
 */

.siteMap {
	display: none;
}

/*
 * 
 * Cover
 * 
 */

#coverMainHeader {
	display: none;
}

/*
 * 
 * Main Image
 * 
 */

.mainImage {
	cursor: pointer;
}

/*
 * 
 * Community Cover
 * 
 */

#communityHeader {
	display: none;
}

/*
 *
 * PRODUCTS
 * 
 */

.productDescription {
	text-align: left;
	font-size: 11px;
	text-transform: uppercase;
	color: #003764;
	margin-bottom: 35px;
	margin-top: 10px;
}

h6.prodName {
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
} 

.descriptionUnit,
.productUnit {
	width: 180px;
	vertical-align: middle;
}


html>body .descriptionUnit,
html>body .productUnit {
		*witdh: 170px;
}

.productUnit .thumb {
	margin-bottom: 9px;
}

#line .descriptionUnit1,
#line .productUnit1 {
	padding-right: 17px;
}

#line .descriptionUnit2,
#line .productUnit2 {
	padding-right: 17px;
}

#line .descriptionUnit3,
#line .productUnit3 {
	padding-right: 17px;
}

.productCel {
	padding-right: 17px;
}

.code {
	margin-bottom: 28px;
}

.code,
.format,
.code a,
.format a {
	font-size: 9px;
	color: #969ba0;
	text-decoration: none;
}

#navigatorbar {
	border: 1px solid #dbdfe3;
}

#breadCrumbs {
	border-top: 1px solid #dbdfe3;
	margin-top: 60px;
	font-size: 9px;
	padding-left: 30px;
	list-style: none;
}

#breadCrumbs li {
	float: left;
}

#breadCrumbs a {
	color: #003764;
	display: block;
	padding: 8px;
	float: left;
	text-transform: capitalize;
}

#breadCrumbs span {
	display: block;
	padding: 8px;
	float: left;	
}

.arrowCrumb {
	background-image: url('/templates/source/21/images/pages/arrow.gif');
	background-position: center;
	background-repeat: no-repeat;
	width: 4px;
	height: 7px;
	padding: 8px;
	margin-top: 3px;
}

.finishPoint {
	color: #969ba0;
	background-image: url('/templates/source/21/images/pages/arrowUp.gif');
	background-position: center top;
	background-repeat: no-repeat;
	text-transform: capitalize;
}

.imageLine1,
.imageLine2 {
	padding-bottom: 40px;
	padding-right: 20px;
} 

html>body .imageLine1,
html>body .imageLine2 {
	padding-right: 20px;
}

.imageLine3 {
	padding-bottom: 40px;
} 

#pageOptions {
	display: none;
	height: 7px;
	padding: 8px;
	margin-top: 3px;
}

.finishPoint {
	color: #969ba0;
	background-image: url('/templates/source/21/images/pages/arrowUp.gif');
	background-position: center top;
	background-repeat: no-repeat;
	text-transform: capitalize;
}

.imageLine {
	margin-bottom: 40px;
} 

#pageOptions {
	display: none;
}

#contactForm .formTable .formLabel {
	text-align: left;
	color: #969ba0;
	font-size: 9px;
	font-weight: normal;
	text-transform: capitalize;
}

#downloadTable {
	margin: 15px 0;
	width: 99%;
	position: relative;
}

#downloadTable a {
	display: block;
	border: 1px solid #dbdfe3;
	color: #969ba0;
	background-image: url('/templates/source/21/images/pages/downloadFile.png');
	background-position: 344px center;
	background-repeat: no-repeat;
	padding: 21px 42px 18px 17px;
	text-decoration: none;
	text-transform: capitalize;
}

#downloadTable .column1 {
	padding-right: 9px;
	width: 50%;
}

#downloadTable .column2 {
	padding-left: 9px;
	width: 50%; 
}

.alert {
	border: 1px solid #dbdfe3;
	padding: 18px 32px 18px 0px;
	margin: 30px 0 15px;
}

.alert h6 {
	background-image: url('/templates/source/21/images/pages/alertBox.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 3px 0;
	padding-left: 28px;
	margin-left: 15px;
	text-transform: uppercase;
	margin-bottom: 1px;
}

.alert p {
	padding-left: 43px;
}

.alert p span {
	font-weight: bolder;
}

.listInfoHeaderMap,
.listInfoHeader {
	border-collapse: collapse;
}

.listInfoHeaderMap th,
.listInfoHeader th {
	padding: 12px 0;
	font-size: 14px;
	color: #969ba0;
	font-weight: bolder;
	text-align: left;
	border-collapse: collapse;
}

.listInfoMap,
.listInfo {
	border-collapse: collapse;
	border: 0;
	width: 772px;
	border: 1px solid #dbdfe3;
}

.listInfoMap {
	width: 377px;
}

.listInfoMap td,
.listInfo td {
	padding: 5px 10px;
	color: #969ba0;
}

.listInfoMap .info02,
.listInfo .info02 {
	background-color: #eaebec;	
}

#product .whereFind a {
	text-decoration: none;
}

#product .whereFind a:hover {
	text-decoration: underline;
}

/*
 * NAVIGATOR PAGE
 */

#navigator {
	color: #949ca5;
	border: 1px solid #dedede;
	padding: 3px;
	padding-left: 37px;
}

#navigator a {
	color: #003163;
	text-decoration: none;
}

#paginator {
	padding-right: 20px;
}

#navigator img {
	margin-right: 20px;
	margin-left: 5px;
	vertical-align: middle;
}

#navigator .firstToLast {
	float: left;
	margin-top: 4px;
}

#navigator .goToPage {
	text-align: left;
} 

#navigator .goToPage input {
	height: 19px;
	vertical-align: middle;
	border: 1px solid #dedede;
}

#navigator .goToPage .goTo {
	width: 38px;
}

#navigator .goToPage .ok {
	width: 22px;
	background-color: #dedede;
	color: #949ca5;
	font-size: 10px;
	padding-bottom: 4px;
	cursor: pointer;
}

#linksDetails {
	border: 1px solid #dbdfe2;
	margin-top: 30px;
	padding: 15px 36px;
}

#linksDetails h4 {
	font-size: 14px;
	color: #999a9c;
	display: inline;
}

#linksDetails a {
	margin-left: 50px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 28px;
	text-decoration: none;
}

#alsoLinks h4,
#otherGroup h4 {
	color: #969ba0;
	font-size: 14px;
	margin-bottom: 12px;
	margin-top: 56px;
}

#alsoLinks ul,
#otherGroup ul {
	border: 1px solid #dbdfe3;
	padding: 15px;
	list-style: none;
}

#otherGroup ul li {
	margin-bottom: 7px;
}

#alsoLinks ul li {
	vertical-align: middle;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 7px 0px 7px 28px;
	font-size: 11px;
}

#alsoLinks ul li a, 
#linksDetails ul li a {
	text-decoration: none;
	color: #969ba0;
	font-size: 11px;
}

#combinations {
	background-image: url('/templates/source/21/images/pages/combination.gif');
}

#whereFind {
	background-image: url('/templates/source/21/images/pages/whereIcon.gif');
}

#generalSpecifications {
	background-image: url('/templates/source/21/images/pages/generalIcon.gif');
}

#specialSpecifications {
	background-image: url('/templates/source/21/images/pages/specialIcon.gif');
}

.titleInside,
#product h3 {
	color: #969ba0;
	font-weight: bolder;
	font-size: 14px;
	margin-top: 32px;
	margin-bottom: 9px;
}

#piecesTable td,
#accessoriesTable td {
	vertical-align: baseline;
}

#productTable .productUnit {
	height: 180px;
}

#productTable .productUnit #imageDiv {
    vertical-align: middle;
}
#productTable .descriptionUnit {
	width
}
/*
 * SEARCH
 */

form #search {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

#search td {
	vertical-align: top;
}

.searchTitle {
	font-size: 14px;
	color: #969ba0;
	font-weight: bolder;
}

#selectFirst .inputFieldCodeProduct {
	border: 1px solid #dbdfe3;
	background-color: #fff;
	width: 308px;
	height: 27px;
	margin-top: 12px;
	margin-bottom: 5px;
}

.buttonField {
	background-color: #dbdfe3;
	color: #969ba0;
	border: none;
	height: 31px;
	width: 31px;
}

#search .labelField {
	width: 120px;
	display: block;
	float: left;
	color: #969ba0;
	padding-top: 3px;
}

#colorTitle {
	padding-bottom: 22px;
}

#search #selectFirst {
	padding-right: 0;
} 

#search #colorSelect {
	padding-left: 0;
	display: none; /*caso 7865*/
}

#selectFirst div,
#advanced div {
	margin-bottom: 3px;
}

.colorField {
	float: left;
	width: 78px;
}

.clearDiv {
	clear: left;
	color: #969ba0;
	padding-bottom: 13px;
	line-height: 24px;
}

#search select {
	*width: 220px;
	*color: #969ba0;
	*height: 21px;
	font-size: 11px;

}

html>body #search option {
	width: 210px;
	color: #969ba0;
	height: 21px;

}

html>body #search option {
	height: 18px;
}


#search select {
	border: 1px solid #dbdfe3;
	color: #969ba0;
}

#selectFirst #fieldCOD_PRODUTO {
	width: 218px;
	height: 21px;
}

html>body #selectFirst #fieldCOD_PRODUTO {
	height: 18px;
	width: 222px;
}

#searchCode {
	margin-top: 15px;
}

#search td {
	padding: 30px;
}

#searchFooter #advancedTr td,
#search #advancedTr td {
	padding-top: 0;
}

#searchTd #searchFooter #searchGoogleFooter .inputField {
	color: #969BA0;
	font-size: 12px;
	padding: 0 0 2px 5px;
}

#changeSearchAdv,
#changeSearch {
	text-align: center;
}


#changeSearchAdv p,
#changeSearch p {
	background-color: #fff;
	border: 1px solid #dbdfe3;
	border-top-color: white;
	width: 86px;
	padding-top: 3px;
	padding-bottom: 7px;
	margin: -1px auto 0;
	background-position: center 17px;
	background-repeat: no-repeat;
}
#changeSearchAdv p {
	background-image: url('/templates/source/21/images/pages/searchDown.gif');
}

#changeSearch p {
	background-image: url('/templates/source/21/images/pages/searchUp.gif');
}

#changeSearch p a, 
#changeSearchAdv p a {
	font-size: 9px;
	color: #969ba0;
	text-decoration: none;
}

#pageContent #search {
	display: none;
}

#loading {
	display: none;
}

#pingback {
	margin-top: 29px;
	border: 1px solid #dbdfe3;
	padding: 36px;
}

#pingback h4 {
	font-size: 20px;
	color: #003764;
	padding-bottom: 21px;
}

#pingback h5 {
	color: #969ba0;
	font-size: 16px;
	padding-bottom: 10px;
}

#pingback p {
	font-size: 11px;
	color: #969ba0;
	padding-bottom: 16px;
}

#pingback .viewMore {
	float: left;
	text-transform: capitalize;
	padding-right: 4px;
	padding-bottom: 0px;
}

#pingback .viewMore a {
	text-decoration: none;
	font-weight: bolder;
}

#pagerTop {
	float: right;
}

#pagerTop #navigator {
	border: none;
	padding: 0;
}

#pagerTop #navigator #paginator,
#pagerTop #navigator span,
#pagerTop #navigator .goToPage {
	display: none;
} 

#pagerTop #navigator img {
	display: none;
}

#pagerTop #navigator .nextButtonImage span {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url('/templates/source/21/images/products/lineRight.gif');
	background-position: center;
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
	font-size: 0;
	margin-top: -11px;
	margin-right: 4px;
}

html>body #pagerTop #navigator .nextButtonImage span {
	margin-top: -10px;
}

#pagerTop #navigator .prevButtonImage span {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url('/templates/source/21/images/products/lineLeft.gif');
	background-position: center;
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
	font-size: 0;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}

html>body #pagerTop #navigator .prevButtonImage span {
	margin-top: 3px;
}

#lineText {
	margin-top: 24px;
	color: #999a9e;
}

#lineText p {
	font-size: 12px;
}

/*
 * TABS
 */

#tabs {
	border-bottom: 1px solid #dddee0;
	margin-top: 40px;
	*margin-top: 39px;
	margin-bottom: 15px;
}

#tabs a {
	border: 1px solid #dddee0;
	border-bottom: none;
	padding: 10px 14px;
	line-height: 36px;
	font-size: 11px;
	text-decoration: none;
	color: #d2d5dc;
	text-transform: capitalize;
	margin-right: 7px;
}

html>body #tabs a {
	line-height: 32px;
}

#line #tabs .selectTab {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	color: #999a9f;
	margin-top: -1px;
	padding-bottom: 9px;
	font-size: 14px;
}

#line #tabs .unselected {
	font-size: 11px;
}

/*
 * 
 * Portobello Alterações da Camilla - 05/08/10 a 13/08/2010
 * Alterações nas páginas de serviço do usuário
 * 
 */

table {
	color:#9A9DA2;
	font-size: 10px;	
}

.contentPage {
	border:1px solid #DDDEE0;
	color:#9A9DA2;
	width: 772px;
	padding: 17px 25px 29px 29px;
	margin-bottom: 20px;
}

html>body .contentPage {
	width: 718px;
}

.smallTitle {
	color:#9A9DA2;
	font-size:14px;
	font-weight:bolder;
	margin-bottom:20px;
}

.generalButton {
	background-color: #dbe0e4;
	padding: 2px 2px 3px 3px;
	border: none;
	font-size: 10px;
	color: #9A9DA2;
	cursor: pointer;
}

.generalButtonDisabled {
	background-color: #dbe0e4;
	padding: 2px 2px 3px 3px;
	border: none;
	font-size: 10px;
	color: #9A9DA2;
}

.contentPage .content {
	border:1px solid #DDDEE0;
	color:#9A9DA2;
	font-size: 10px;
	padding: 15px;	
}

.contentPage a {
	text-decoration: none;
	color: #9A9DA2;
}


/*
 * Tela de Termos de Uso
 */

.termsUse {
	max-height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-bottom: 10px;
	height: 280px;
}

html>body .termsUse {
	height: auto;
}

.content .accept input {
	margin-right: 4px;
	vertical-align: middle;
}

html>body .content .accept input {
	vertical-align: top;
}

.content .accept {
	margin-bottom: 1px;
}

#confirmButton {
	margin-left: 16px;
}


/*
 * Box de Login - formulário "Já Sou Registrado"
 */

#enterButton {
	margin-left: 7px;
}

.contentPage .textField {
	border: 1px solid #DDDEE0;	
	padding: 0;
	height: 19px;
}

.contentPage #login,
.contentPage #password,
.contentPage #user {
	margin-left: 14px;
	width: 265px;
}

.contentPage .loginContent {
	padding-bottom: 20px;
}

.contentPage .loginContent #login,
.contentPage .loginContent #password {
	width: 192px;
}

.contentPage .loginContent #login {
	margin-right: 16px;
}

.contentPage .loginContent .inputButton {
	margin-left: 10px;
	margin-right: 8%;
}

html>body .contentPage .loginContent .inputButton {
	margin-right: 9%;
}

.contentPage #alreadyRegister {
	float: left;
}

.contentPage #forgotPassword {
	background-image: url("/templates/source/21/images/pages/forgot.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
	float: right;
	margin-top: 3px;
}

html>body .contentPage #forgotPassword {
	margin-top: 4px;
}

.contentPage #forgotPassword a {
	color:#9A9B9D;
	text-decoration:none;
}


/*
 * Formulário de Cadastro
 */

.registerTable {
	padding-top: 8px;	/*conferir*/
}

.registerForm {
	font-size: 10px;
	color: #9A9DA2;
	margin-bottom: 2px;
}

html>body .registerForm {
	margin-bottom: 8px;
}

html>body .registerForm td {
	padding-top: 1px;
}
.contentPage #addressField,
.contentPage #loginField,
.contentPage #nameFieldRegister {
	width: 661px; /* não é a mesma largura que aparece na imagem, mas assim preserva os valores corretos para o padding */
}
html>body .contentPage #addressField,
html>body .contentPage #loginField,
html>body .contentPage #nameFieldRegister {
	width: 663px; /* não é a mesma largura que aparece na imagem, mas assim preserva os valores corretos para o padding */
}

.contentPage #passwordField {
	width: 250px; /* não é a mesma largura que aparece na imagem, mas assim preserva os valores corretos para o padding */
	margin-left: 10px;
}

.contentPage #passwordFieldRegister {
	width: 250px; /* não é a mesma largura que aparece na imagem, mas assim preserva os valores corretos para o padding */
}

#editRegisterForm .editNameText {
	width: 612px;
	margin-left: 10px;
}


/*
 * Confirmação de Cadastro
 */

.descriptionTitle {
	padding-bottom: 8px;
}


/*
 * Editar Cadastro
 */

.contentPage .secTitle {
	margin-bottom: 14px;
}

.contentPage .registeredData {
	margin-left: 1px;
	margin-bottom: 8px;
}

.contentPage #newNameField {
	width: 610px; /* não é a mesma largura que aparece na imagem, mas assim preserva os valores corretos para o padding */
}

.contentPage #mailField,
.contentPage #mailFieldConfirm {
	width: 249px; /* não é a mesma largura que aparece na imagem, mas assim preserva os valores corretos para o padding */
}

html>body .contentPage #mailField,
html>body .contentPage #mailFieldConfirm {
	width: 250px; /* não é a mesma largura que aparece na imagem, mas assim preserva os valores corretos para o padding */
}

.contentPage #mailFieldConfirmRegister {
	width: 262px;
}

.contentPage #currentPasswordField {
	width: 570px;
	margin-left: 10px;
}

.contentPage #newPassField {
	width: 568px; /* não é a mesma largura que aparece na imagem, mas assim preserva os valores corretos para o padding */
}

.contentPage #passwordFieldConfirm {
	width: 252px;
	margin-left: 10px;
}

.contentPage #passwordFieldConfirmRegister {
	width: 262px;
}

.contentPage .titleSec {
	margin-top: 25px;
}

.contentPage .acceptNews {
	margin-top: 8px;
}

/*
 * Esqueci minha senha - modal
 */

.messageTitle {
	font-size: 14px;
	color: #969BA0;
	background-image: url("/templates/source/21/images/pages/forgot.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 19px;
	margin-bottom: 25px;
	margin-top: -4px;
}

.warningTitle {
	font-size: 14px;
	color: #969BA0;
	background-image: url("/templates/source/21/images/services/user/warning.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 19px;
	margin-bottom: 25px;
	margin-top: -4px;
}

#sendEmail #floatBoxContent {
	margin-bottom: 10px;
}

#sendEmail #floatBoxContent .boxDescription {
	color: #969BA0;
	margin-bottom: 7px;
	font-size: 11px;
}

#sendEmail #floatBoxContent span {
	color: #969BA0;
	margin-right: 3px;
}

#sendEmail #floatBoxContent .typeInfo {
	width: 266px;
	height: 21px;
	vertical-align: middle;
}

html>body #sendEmail #floatBoxContent .typeInfo {
	width: 262px;
	height: 17px;
}

#sendEmail #floatBoxContent .sendInfo {
	width: 42px;
	height: 20px;
	vertical-align: middle;
	margin-left: 15px;
}

/*
 * Menu do Usuário: usuário logado
 */

#column2 #menuLogado {
	width: 772px;
}

#column2 .clientName {
	color: #999A9C;
	font-weight: bolder;
	position: absolute;
	top: 46px;
	right: 326px;
	display: inline;
}

#column2 #logUser {
	position: absolute;
	top: 46px;
	right: 40px;
}

#column2 .logout,
#column2 #listMySpace a {
	background-image: url("/templates/source/21/images/pages/logout.gif");
	background-position: 3px center;
	background-repeat: no-repeat;
	border: 1px solid #DDDEE0;
	padding: 6px 10px 3px 18px;
	text-decoration: none;
	color: #999A9C;
}

#column2 #listMySpace a {
	background-image: url("/templates/source/21/images/pages/mySpace.gif");
	padding: 6px 9px 3px 19px;
	height: 24px;
	width: 88px;
}

html>body #column2 #listMySpace a {
	height: auto;
	width: auto;
}

#column2 #listMySpace {
	position: absolute;
	top: 39px;
	right: 229px;
}

html>body #column2 #listMySpace {
	top: 46px;
}

#column2 .logout {
	position: absolute;
	top: 39px;
	right: 161px;
}

#column2 #options {
	background-color: #FFFFFF;
	background-image: url("/templates/source/21/images/pages/loginBorder2.gif");
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid #dddee0;
	border-top: none;
	margin-left: -226px;
	margin-top: 3px;
	padding: 19px 20px;
	width: 251px;
	position: absolute;
	right: 161px;
	top: 59px;
}

html>body #column2 #options {
	width: 209px;
}

#column2 #options .comparativeSpace {
	background-image: url("/templates/source/21/images/services/user/view_comparative.gif");
	background-position: left top;
	background-repeat: no-repeat;
	height: 17px;
	padding-left: 22px; 
	margin: 10px 0 8px 0;
}

#column2 #options .editSpace {
	background-image: url("/templates/source/21/images/pages/edit_registration.gif");
	background-position: left top;
	background-repeat: no-repeat;
	height: 17px;
	padding-left: 22px; 
}

#column2 #options .wishlistSpace {
	background-image: url("/templates/source/21/images/services/user/view_wishlist.gif");
	background-position: left top;
	background-repeat: no-repeat;
	height: 17px;
	padding-left: 23px; 
}

#column2 #options a {
	text-decoration: none;
	color: #999A9C;
}

#column2 #options a span {
	text-decoration: underline;
}

#keyWord {
	margin: 0 auto;
	text-align: left;
	width: 946px;
	color: #cad0d6;
	margin-top: 23px;
}

#keyWord span {
	margin-left: 169px;
	margin-right: 15px;
	font-weight: bolder;
}

#floatBoxContent {
	color: #969BA0;
}

/*
 * Boxes de Avisos
 */

.boxExtra a:hover {
	text-decoration: underline;
}

.extraButtons {
	text-align: center;
}

.extraButtons a:hover {
	text-decoration: none;
}

/*
 * BLOCKSCREEN
 */


#blockScreen {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=70);
	opacity:0.7;
	-moz-opacity: 0.7;
	z-index: 1;
	left: 0;
	top: 0;
}

html>body #blockScreen {
	position: fixed;
	right: 0;
	bottom: 0;
} 


.messageBoxWhite {
	position: absolute;
	left: 50%;
	margin-left: -201px;
	top: 30%;
	width: 403px;
	background-color: #fff;
	border: 1px solid #dedde2;
	padding: 30px;
	z-index: 100;
}

#columnCenter .messageBoxWhite .formTable {
	border: none;
} 

.messageBoxWhite .formTable { 
	border: none;
}

.messageBoxWhite td {
	color: #969BA0;
}

html>body .messageBoxWhite {
	margin-left: -216px;
	width: 373px;
}

.messageBoxWhite h1 {
	color: #969BA0;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 19px;
}

.messageBoxWhite input {
	height: 21px;
}

.messageBoxWhite input,
.messageBoxWhite textarea {
	width: 286px;
	border: 1px solid #dedde2;
	color: #979b9e;
	padding-left: 6px;
	margin-left: 10px;
	overflow: auto;
} 

html>body .messageBoxWhite input {
	width: 280px;
}

.messageBoxWhite textarea {
	width: 286px;
}

html>body .messageBoxWhite textarea {
	width: 276px;
}

.messageBoxWhite a {
	color: #969BA0;
	text-decoration: none;
	font-size: 11px;
}

.messageBoxWhite .boxExtra {
	padding-top: 15px;
}

.formField #sendMailButton {
	padding-left: 6px;
	padding-right: 6px;
	background-color: #dcdfe4;
	text-align: center;
	margin-left: 218px;
	cursor: pointer;
	width: auto;
}

html>body .formField #sendMailButton {
	width: auto;
	margin-left: 243px;
}


.formLabel {
	color: #989c9f;
	vertical-align: top;
	padding-top: 5px;
}

#closePopup {
	float: right;
	background-color: #dbe0e4;
	height: 29px;
	width: 29px;
	text-align: center;
	padding-top: 3px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

html>body #closePopup {
	height: 26px;
}

#closePopup a {
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	font-size: 22px;
	font-weight: normal;
}


/*
 * PÁGINA ONDE ENCONTRAR
 */

.content h2.title {
	color: #003764;
	font-size: 18px;
	font-weight: bolder;
	margin-bottom: 14px;
}

html>body .content h2.title {
	margin-bottom:11px;
	margin-top:42px;
}

.content #productsBox {
	padding: 17px 19px 20px 27px;
}

.content .productsWhere {
	margin-bottom: 15px;
	width: 772px;
	/*border:1px solid #DDDEE0;*/
	color:#9A9DA2;
}

.content .productsWhere .whereProduct {
	float: left;
	width: 346px;
}

.content .productsWhere .whereInfo {
	width: 425px;
	/*margin-left: 346px;*/
}

#columnCenter .content .whereProduct,
#columnCenter .content .whereInfo {
	display: inline;
}


#columnCenter .content .productsWhere h3 {
	margin: 3px 0 11px 0;
	border-bottom: none;
	padding: 0;
}

#columnCenter .content .whereInfo h4 {
	padding: 3px 0 0 0;
	margin: 0;
}

#columnCenter .content .productsWhere h3,
#columnCenter .content .productsWhere h4 {
	color: #003764;
	font-weight: normal;
	font-size: 18px;
}
	
.content .productsWhere .whereInfo h5 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 12px 0;
}

.content .productsWhere .whereInfo .whereTable {
	margin-left: 347px;
}

.content .productsWhere .whereInfo .whereTable table {
	margin-bottom: 30px;
}

.content .productsWhere .whereInfo .whereTable .whereScroll {
	overflow-y: scroll;
	margin-top: 23px;
	margin-bottom: 32px;
}

.content .productsWhere .whereInfo .whereTable .multibrands {
	height: 156px;
}

.content .productsWhere .whereInfo .whereTable .engeneering {
	height: 288px;
}

.content .productsWhere .whereInfo .whereTable .export {
	height: 120px;
}

/*
html>body .content .productsWhere {
	width: 724px;
}
*/

.content .infoTableWhere {
	border: 1px solid #dddee0;
	border-collapse: collapse;
}

.content .infoTableWhere table {
	border-collapse: collapse;
}

.content .infoTableWhere td {
	padding: 2px 9px 3px 9px; 
	font-size: 10px;
	color: #9A9DA2;
}

.content .infoTableWhere .info02 {
	background-color: #eaebed;
}

.content #resaleAddress {
	width: 790px;
	position: absolute;
	margin-left: 3px;
}

html>body .content #resaleAddress {
	width: 790px;
	position: relative;
	margin-left: 0;
}

.content #resaleAddress img {
	margin-right: 17px;
}

.termsUse p {
    padding: 0px 0px 12px;
    text-align: justify;
}

.termsUse h4 {
    padding: 12px 0;
}

.termsUse h5 {
    padding: 12px 0;
}

.termsUse h6 {
    padding: 0 0 12px;
}

.termsUse ol {
    margin: 0px 15px;
}

/*
 * Títulos das peças especiais
 */

#product #productTable .nomePeca {
	font-size: 14px;
}

#product #productTable .nomePeca td {
	border-top: 1px solid #dddee0;
	padding: 12px 0 10px 15px;
}

#product #productTable .primaPeca td {
	border-top: none;
	padding: 0 0 12px 15px;
}

#columnCenter .contentTitle h2.title {
	color:#003764;
	font-size:18px;
	font-weight:bolder;
}

.info01, .shortcuts01 {
	background-color: #fff;
}

/*
 * LOGIN
 */

.loginFormInfo p {
	color: #969BA0;
}

.loginFormInfo .linkForgot {
	margin-top: 15px;
}

.loginFormInfo .linkForgot a {
	text-decoration: none;
}

.titleMenu {
	border-bottom: 1px solid #003764;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/*
 * MAPS
 */

#worldMap,
#brasilMap {
	margin-top: 28px;
}

.stateName {
	text-align: left;
	color: #003764;
	font-size: 16px;
	margin-bottom: 20px;
}

#blogFeed h3 {
	font-size: 20px;
	color: #003764;
}

#pageContent #blogFeed h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #969ba0;
	font-weight: normal;
	margin-bottom: 5px;
	*margin-bottom: 8px;
}

#pageContent #blogFeed a {
	color: #003764;
	font-weight: bolder;
	text-decoration: none;
	font-size: 12px;
}

#pageContent #blogFeed {
	padding: 32px 33px 28px;
	border: 1px solid #dbdfe3;
}

/*
 * Botão para ver todos os produtos da linha
 */

a.viewAll {
	height: 20px;
	background-color: #DBDEE3;
    background-image: url("/templates/source/21/images/pages/allProducts.gif");
    background-position: 5px center;
    background-repeat: no-repeat;
    display: block;
    font-size: 10px;
    padding: 8px 0 0 24px;
	text-decoration: none;
	width: 157px;
	color: #9a9da2;
}

/*
 * NAVEGAÇÃO DE UM PRODUTO PARA O OUTRO
 */

#productNAV {
	float: right;
	width: 40px;
	margin-top: 20px;
}

html>body #productNAV {
	width: auto;
}

#productNAV .prevProduct {
	float: left;
	margin-top: 2px;
}

#productNAV .prevProduct a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url('/templates/source/21/images/products/lineLeft.gif');
	background-position: center;
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
	font-size: 0;
	float: left;
	margin-right: 5px;
}

html>body #productNAV .prevProduct,
html>body #productNAV .nextProduct {
	margin-top: 3px;
}

#productNAV .nextProduct {
	float: right;
	margin-top: -17px;
}

#productNAV .nextProduct a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url('/templates/source/21/images/products/lineRight.gif');
	background-position: center;
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
	font-size: 0;
	margin-right: 4px;
}

/*
 * NOVA CAPA - FOOTER
 * 16/03/2011
 */

#footerTable td h4 {
	margin-bottom: 6px;
	margin-top: 7px;
}

#footerTable td#socialLinks ul li {
	display: inline;
	float: left;
	margin-right: 2px;
}

#footerTable td#socialLinks ul li a.orkut {
	background-image: url('/templates/source/21/images/pages/icon_orkut.png');
}

#footerTable td#socialLinks ul li a.twitter {
	background-image: url('/templates/source/21/images/pages/icon_twitter.png');
}

#footerTable td#socialLinks ul li a.facebook {
	background-image: url('/templates/source/21/images/pages/icon_facebook.png');
}

#footerTable td#socialLinks ul li a.flickr {
	background-image: url('/templates/source/21/images/pages/icon_flickr.png');
}

#footerTable td#socialLinks ul li a.linkedin {
	background-image: url('/templates/source/21/images/pages/icon_linkedin.png');
}

#footerTable td#socialLinks ul li a.blog {
	background-image: url('/templates/source/21/images/pages/icon_wordpress.png');
}

#footerTable td#socialLinks ul li a.youtube {
	background-image: url('/templates/source/21/images/pages/icon_youtube.png');
}

#footerTable td#socialLinks ul li a {
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	width: 28px;
	height: 27px;
	text-decoration: none;
	border: none;
}

#footerTable td#socialLinks ul li a.orkut:hover {
	background-image: url('/templates/source/21/images/pages/icon_orkutHover.png');
}

#footerTable td#socialLinks ul li a.twitter:hover {
	background-image: url('/templates/source/21/images/pages/icon_twitterHover.png');
}

#footerTable td#socialLinks ul li a.facebook:hover {
	background-image: url('/templates/source/21/images/pages/icon_facebookHover.png');
}

#footerTable td#socialLinks ul li a.flickr:hover {
	background-image: url('/templates/source/21/images/pages/icon_flickrHover.png');
}

#footerTable td#socialLinks ul li a.linkedin:hover {
	background-image: url('/templates/source/21/images/pages/icon_linkedinHover.png');
}

#footerTable td#socialLinks ul li a.blog:hover {
	background-image: url('/templates/source/21/images/pages/icon_wordpressHover.png');
}

#footerTable td#socialLinks ul li a.youtube:hover {
	background-image: url('/templates/source/21/images/pages/icon_youtubeHover.png');
}

#footerTable #copyright {
	vertical-align: bottom;
	padding-bottom: 11px;
}

html>body #footerTable #copyright {
	padding-bottom: 9px;
}

#footerTable #searchTd #searchGoogle form .inputField,
#footerTable #searchTd #searchGoogleFooter form .inputField {
	background-color: #fff;
	border: 1px solid #dbdfe3;
	height: 23px;
	width: 270px;
}

#footerTable #searchTd #searchGoogle .inputButton,
#footerTable #searchTd #searchGoogleFooter .inputButton {
	background-image: url('/templates/source/21/images/pages/searchFooter.png');
	width: 14px;
	height: 18px;
	vertical-align: middle;
	margin-left: 4px;
	margin-top: -3px;
	background-color: #f3f5f6;
} 

/*
 * ALTERAÇÕES PARA CAPA DIA 18/03
 */

.news td {
	width: 50%;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #969ba0;
	padding-bottom: 40px;
	padding-right: 20px;
}

.news .newsThumb img:hover{
	border: 2px solid #003562;
	height: 76px;
	width: 76px;
}

.news td a {
	cursor: pointer;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003764;
	font-weight: bolder;
	text-decoration: none;
}

.news td p {
	padding-bottom: 7px;
}

.news td .dateTime {
	padding-bottom: 2px;
}

.news td .title a {
	font-size: 14px;
}

.news .newsThumb {
	float: left;
	width: 90px;
}

.news .newsThumb img {
	height: 80px;
	width: 80px;
}

.news td .resume {
	font-size: 12px;
}

.pageContentTitle .titleOfNews {
	margin-bottom: 5px;
	margin-top: 22px;
	color: #969ba0;
} 

.dateNews {
	margin-bottom: 21px;
	color: #969ba0;
	font-size: 9px;
}

.news .paragraph {
	display: none;
}

.news .link,
.news .resume {
	margin-left: 92px;
}

/*
 * ROTATION IMAGES HOME
 */

.homeImage{
	position: relative;
	width: 772px;
	height: 330px;
}

.homeImage img {
	position: absolute;
	top: 0px;
}

.homeImage .imgPrevious, 
.homeImage .imgNext {
	width: 29px;
	position: absolute;
	top: 0;
}

.homeImage .imgPrevious {
	left: 0px;
}

.homeImage .imgNext {
	right: 0;
}

.homeImage .imgPrevious a, 
.homeImage .imgNext a {
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	width: 29px;
	height: 330px;
	text-decoration: none;
	border: none;
}

.homeImage .imgPrevious a {
	background-image: url('/templates/source/21/images/pages/arrowLeft330.png');
	border: none;
	margin-left: 1px;
	*margin-left: 0px;
}

.homeImage .imgNext a {
	background-image: url('/templates/source/21/images/pages/arrowRight330.png');
	border: none;
	margin-left: 1px;
}

#column1 #banner1 {
	display: none;
}

#banner2 {
	display: none;
}
/*
 * MAIN MENU
 */

#mainMenu ul li#menuId05 ul {
    width: 250px;
}
/*
 * CONTEXT MENU
 * Lançamentos 2011
 * 14/04/2011
 */

#contextMenu {
	margin-top: 22px;
}

#contextMenu h3.launch2011 {
	margin-bottom: 24px;
}

#contextMenu h3.launch2011 a {
	color: #fff;
	background-color: #5E7C98;
	padding: 7px 13px 7px 15px;
}

/*
 * ICONS SHARE
 */

#shareIcons .at300bs {
	background: url('/templates/source/21/images/pages/iconsShare.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
}

#shareIcons .at300bs:hover {
	background: url('/templates/source/21/images/pages/iconsShareHover.png');
}

#shareIcons .at15t_orkut {
	background-position: 0px 0px;
}

#shareIcons .at15t_orkut:hover {
	background-position: 0px 0px;
}

#shareIcons .at15t_twitter {
	background-position: -24px 0;
}

#shareIcons .at15t_twitter:hover {
	background-position: -24px 0;
}

#shareIcons .at15t_facebook {
	background-position: -50px 0;
}

#shareIcons .at15t_facebook:hover {
	background-position: -50px 0;
}

#shareIcons .addthis_default_style {
	height: 20px;
}

#shareLabel {
	color: #003461;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
	padding-top: 3px;
}

#shareIcons {
	margin-top: 30px;
	margin-left: 540px;
}

#noSpace #breadCrumbs {
	margin-top: 10px;
}

#menuTools {
	display: none;
}

.contentTitle h2 {
	color: #003461;
	font-size: 16px;
	font-weight: bolder;
	padding-top: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
}

.toolInfo {
	font-weight: bolder;
	font-size: 12px;
	color: #969BA0;
}

.toolInfo strong {
	font-weight: normal;
}

#idData {
	margin-top: 20px;
	border: 1px solid #DBDFE3;
	padding: 30px;
}

#idData input {
	width: 250px;
	border: 1px solid #DBDFE3;
	margin: 3px 0;
	padding: 2px 0;
}

#idData .formLabel {
	text-align: right;
}

#idData #securityTR {
	display: none;
}

#idData #submitTR {
	text-align: right;
} 

#idData #submitTR input {
	background-color: #DBDFE3;
	border: medium none;
	color: #969BA0;
	padding: 6px;
	width: auto;
}

.toolInfo h4 {
	color: #969BA0;
	font-weight: bolder;
	margin-bottom: 10px;
	font-size: 14px;
}

.toolInfo p {
	color: #969BA0;
}

#columnCenter h3 {
	font-size: 16px;
	padding-top: 12px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #003764;
}

#splash p {
	color: #969BA0;
	padding-bottom: 12px;
}

#splash ul {
	margin-left: 30px;
	color: #003764;
} 

#splash li {
	margin-bottom: 10px;
}

#onlyInfo p {
	font-weight: normal;	
}

/*
 * formulário de comentários
 */

#boxComments #commentField {
	width: 385px;
}

#boxComments #formComment {
	border: none;
}

#formComment #userName {
	display: block;
}

#boxComments #formComment {
	padding: 0;
}

#boxComments #formComment #userName,
#boxComments #formComment #userMail,
#boxComments #formComment #userWebSite,
#boxComments #formComment #userNameDisable {
	height: 24px;
	width: 370px;
}

#boxComments #formComment #comment {
	height: 85px;
	width: 370px;
}

#boxComments #formComment #userName,
#boxComments #formComment #userMail,
#boxComments #formComment #userWebSite,
#boxComments #formComment #comment,
#boxComments #formComment #userNameDisable {
	margin: 15px 0 5px -70px;
	position: relative;
}

#boxComments #formComment .formLabel {
	text-transform: capitalize;
	display: block;
	width: 70px;
}

#boxComments #formComment td {
	padding-right: 70px;
}

#boxComments #formComment #userNameTR td,
#boxComments #formComment #userMailTR td,
#boxComments #formComment #userWebSiteTR td,
#boxComments #formComment #commentTR td,
#boxComments #formComment #userNameTR td {
	padding-right: 0;
}

html>body #boxComments #formComment td {
	padding-right: 0;
}

#boxComments #formComment #submitTR .formField {
	text-align: right;
}

#boxComments #comments .comment .answerNow {
	padding: 0;
}

#boxComments #comments .comment .answerNow a {
	text-decoration: none;
}

#boxComments #comments ul li {
	margin-bottom: 0;
}

/*
 * NAVEGAÇÃO
 */

.news #navigatorbar {
	border: none;
}

.news #navigatorbar table {
	width: 100%
}

.news #navigatorbar table td {
	padding: 0;
}

.news #navigatorbar table td.navigatortablenumbers,
.news #navigatorbar table td.navigatortablearrow.first,
.news #navigatorbar table td.navigatortablearrow.last,
.news #navigatorbar table td.navigatortablearrow a img {
	display: none;
}

.news #navigatorbar table td.navigatortablearrow.prev a,
.news #navigatorbar table td.navigatortablearrow.next a {
	display: block;
	background-repeat: no-repeat;
	height: 8px;
	cursor: pointer;
}

.news #navigatorbar table td.navigatortablearrow.prev {
	text-align: left;
}

.news #navigatorbar table td.navigatortablearrow.next {
	text-align: right;
}

.news #navigatorbar table td.navigatortablearrow.next a {
	background-image: url('/templates/source/21/images/pages/moreNews.png');
	width: 78px;
}

.news #navigatorbar table td.navigatortablearrow.prev a {
	background-image: url('/templates/source/21/images/pages/prevNews.png');
	width: 108px;
	float: left;
}

.news #navigatorbar table td.navigatortablearrow.next a {
	background-image: url('/templates/source/21/images/pages/moreNews.png');
	width: 78px;
	float: right;
}

/*
 * BUSCA
 */

#whatYouFind {
	font-weight: bolder;
	margin-left: 202px;
	font-size: 11px;
	color: #395b80;
	float: left;
	padding-top: 6px;
	margin-right: 15px;
}

#headerSearch #searchGoogle {
	border: 1px solid #dedede;
	height: 22px;	
    /*margin-left: 325px;*/
    margin-left: 200px;
    width: 171px;
}

#headerSearch {
	margin-top: -24px;
}

#headerSearch #searchGoogle span {
	display: none;
}

#headerSearch p {
	position: absolute;
	margin-top: -22px;
	/*margin-left: 520px;*/
	margin-left: 390px;
}

#headerSearch p a {
	float: left;
	margin-right: 1px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
	border: none;
}

#headerSearch .inputField {
	height: 19px;
	padding: 0 0 0 5px;
	font-size: 12px;
	border: none;
	width: 141px;
	color: #969BA0;
	border: 1px solid #fff;
}

html>body #headerSearch .inputField {
	border: none;
}

#headerSearch .inputButton {
	margin: 0;
	border: none;
	background-color: #e0dcdd;
	color: #979b9e;
	font-size: 10px;
	position: absolute;
	margin: 2px 0 2px 4px;
	padding: 0px;
}

html>body #headerSearch .inputButton {
	padding: 1px 0 2px 0;
	*padding: 1px 2px;
	margin: 2px 0 2px 6px;
}

#headerSearch p a.blog {
	background-image: url('/templates/source/21/images/pages/icon_wordpress_mini.png');
}

#headerSearch p a.youtube {
	background-image: url('/templates/source/21/images/pages/icon_youtube_mini.png');
}

#headerSearch p a.twitter {
	background-image: url('/templates/source/21/images/pages/icon_twitter_mini.png');
}

#headerSearch p a.orkut {
	background-image: url('/templates/source/21/images/pages/icon_orkut_mini.png');
}

#headerSearch p a.facebook {
	background-image: url('/templates/source/21/images/pages/icon_facebook_mini.png');
}

#headerSearch p a.flickr {
	background-image: url('/templates/source/21/images/pages/icon_flickr_mini.png');
}

#headerSearch p a.linkedin {
	background-image: url('/templates/source/21/images/pages/icon_linkedin_mini.png');
}

#headerSearch p a.blog:hover {
	background-image: url('/templates/source/21/images/pages/icon_wordpressHover_mini.png');
}

#headerSearch p a.twitter:hover {
	background-image: url('/templates/source/21/images/pages/icon_twitterHover_mini.png');
}

#headerSearch p a.orkut:hover {
	background-image: url('/templates/source/21/images/pages/icon_orkutHover_mini.png');
}

#headerSearch p a.facebook:hover {
	background-image: url('/templates/source/21/images/pages/icon_facebookHover_mini.png');
}

#headerSearch p a.flickr:hover {
	background-image: url('/templates/source/21/images/pages/icon_flickrHover_mini.png');
}

#headerSearch p a.linkedin:hover {
	background-image: url('/templates/source/21/images/pages/icon_linkedinHover_mini.png');
}

#headerSearch p a.youtube:hover {
	background-image: url('/templates/source/21/images/pages/icon_youtubeHover_mini.png');
}

/*
 * LEIA MAIS - COMENTÁRIOS
 */

#boxRelatedContent {
	position: relative;
}

#pageContent .relatedContent {
	position: absolute;
	right: 0;
}

#boxRelatedContent .newsBox {
	display: block;
	padding: 0 0 15px 15px;
	margin-left: 10px;
	width: 375px;
}

#boxRelatedContent .newsBox h4 {
	text-align: left;
	margin-bottom: 49px;
}

html>body #boxRelatedContent .newsBox h4 {
	margin-bottom: 60px;
}

#boxRelatedContent .newsBox ul {
	text-align: left;
	margin-top: 11px;
}

#boxRelatedContent .newsBox ul li {
	margin-bottom: 15px;
	height: 60px;
}

#boxRelatedContent .newsBox p {
	padding: 0;
	margin-bottom: 5px;
}

#boxRelatedContent .newsBox .newsThumb {
	float: left;
	width: 69px;
}

#boxRelatedContent .newsBox .newsThumb img {
	width: 60px;
	height: 60px;
}

#boxRelatedContent .newsBox ul li a {
	color: #003#003764;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}

/*
 * CORREÇÕES NO MENU PRINCIPAL
 */

#mainMenu ul.menuEN li {
	margin-left: 36px;
}

#mainMenu ul.menuEN li ul li {
	margin-left: 23px;
}

#mainMenu ul.menuES {
	margin-left: 14px;
}

#mainMenu ul.menuES li {
	margin-left: 23px;
}

#mainMenu ul.menuES li ul li {
	margin-left: 20px;
}

#content404 .withBorder {
    padding: 32px 35px;
    font-weight: bolder;
    font-size: 12px;
    color: #033059;
    text-align: center;
    border: 1px solid #dedede;
    margin-bottom: 30px;
}

#content404 {
    padding-top: 16px
}

#content404 #erro404 {
    padding-left: 133px;
    background-image: url('/templates/source/21/images/pages/exclamacao.png');
    background-position: 37px center;
    background-repeat: no-repeat; 
    padding-bottom: 100px;
}

#content404 #erro404 #titles p {
    font-size: 12px;
    color: #143b64;
    font-weight: bolder;
    padding-bottom: 7px;
}

#content404 #erro404 ul li {
    list-style: none;
    font-size: 11px;
    color: #5b7d99;
    margin-top: 37px;
    padding-left: 37px;
    background-position: 1px 2px;
    background-repeat: no-repeat;
    background-image: url('/templates/source/21/images/pages/li404.png');
}

#content404 #erro404 ul li a {
    color: #18b4e5;
    font-size: 12px;
    text-decoration: none;
}

/*título*/

.pageContentTitle h3.title {
	display: none;
}

/*
 * CONTEÚDO RELACIONADO - PRODUTOS E LINHAS
 */
 
#boxRelatedProducts h4,
#boxRelatedLinks h4 {
	color: #003764;
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 16px;
    margin-top: 16px;
}

#boxRelatedProducts ul,
#boxRelatedLinks ul {
	list-style: none;
}

#boxRelatedProducts ul li,
#boxRelatedLinks ul li {
	display: inline-block;
}

#boxRelatedProducts ul li img,
#boxRelatedProducts ul li p,
#boxRelatedLinks ul li img,
#boxRelatedLinks ul li p {
	display: inline-block;
}

#boxRelatedLinks ul li {
	width: 190px;
}

#boxRelatedLinks ul li a {
	text-decoration: none;
}

#boxRelatedLinks ul li p {
	width: 95px;
	vertical-align: middle;
}

#boxRelatedProducts ul li {
	width: 255px;
	position: relative
}

#boxRelatedProducts ul li p {
	width: 155px;
	vertical-align: middle;
}

#boxRelatedProducts ul li img,
#boxRelatedLinks ul li img {
	width: 75px;
}

#boxRelatedProducts ul li p,
#boxRelatedProducts ul li p a,
#boxRelatedLinks ul li p,
#boxRelatedLinks ul li p a {
	color: #a4a4a4;
}

#boxRelatedProducts ul li a,
#boxRelatedProducts ul li p a,
#boxRelatedLinks ul li p a {
	text-decoration: none;
	text-transform: uppercase;
}

#boxRelatedProducts ul li p a:hover,
#boxRelatedLinks ul li p a:hover {
	color: #003764;
}

#boxRelatedProducts ul li div {
	border: 1px solid #E4E4E4;
    display: table-cell;
    height: 75px;
    padding: 3px 3px 0 3px;
    position: relative;
    vertical-align: middle;
    width: 75px;
}

#boxRelatedProducts ul li p {
	position: absolute;
	margin-left: 90px;
	top: 0;
}

#contextMenu .quickAccessSelect {
	color: #003764;
	padding-left: 5px;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bolder;
	width: 145px;
	border: 1px solid #7e9db9;
	font-family: Arial,Helvetica,sans-serif;
}

#contextMenu .quickAccessSelect option {
	padding: 2px 0 2px 5px;
}

#pageContent iframe.galeria,
hotsiteEF iframe {
	border: none;
}

#pageContent iframe.galeria body {
	background-color: #fff;
	border: none;
	margin: 0;
}

#lightbox-container-image-data-box {
	display: none;
}

#wrapLoading {
	text-align: center;
}
/*breadcrumbs topo*/

.breadcrumbsTop {
	margin-left: -30px;
	margin-bottom: 20px;
}

.breadcrumbsTop #breadCrumbs {
	padding-top: 8px;
}

.breadcrumbsTop #breadCrumbs li {
	padding: 0 15px 0 10px;
	background-image: url("/templates/source/21/images/pages/arrowCrumb.png");
	background-repeat: no-repeat;
	background-position: center right;
	text-transform: lowercase;
	font-size: 10px;
}

.breadcrumbsTop #breadCrumbs li.finishPoint {
	background-image: none;
}

.breadcrumbsTop #breadCrumbs li.beginPoint {
	padding: 0 15px 0 0;
}

.breadcrumbsTop #shareIcons,
.breadcrumbsTop #breadCrumbs .arrowCrumb {
	display: none;
}

.breadcrumbsTop #breadCrumbs {
	margin: 0;
	border: none;
}

.breadcrumbsTop #breadCrumbs a,
.breadcrumbsTop #breadCrumbs span {
	padding: 0;
	text-transform: lowercase;
}

.breadcrumbsTop #breadCrumbs a,
.breadcrumbsTop #breadCrumbs span {
	color: #9099a0;
	text-decoration: none;
	font-size: 10px;
}

.breadcrumbsTop #breadCrumbs .finishPoint {
	background-image: none;
}

.content #line h2.title,
.content .pageContentTitle h2.title {
	margin-top: 0;
}

.content #line h2.title {
	margin-bottom: 28px;
	margin-left: 20px;
}

#productImage {
	position: relative;
}

.divZoom {
	display: none;
}

#divZoom.divZoomShow {
	background-image: url('/templates/source/21/images/pages/zoomImage.png');
	position: absolute;
	height: 26px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	display: block;
}



#loginAlert #liHelp {
	margin-top: -10px;
	position: absolute;
}

/*
 * OPÇÕES PARA A PÁGINA - Aa
 */

ul.options {
	list-style: none;
	position: absolute;
	margin-top: 8px;
	right: 0;
}

#columnCenter ul.options li {
	display: inline;
	float: left;
	margin: 0 0 0 5px;
}

ul.options li a {
	background-repeat: no-repeat;
	background-position: bottom center;
	display: block;
}

ul.options li a#increase {
	background-image: url('/templates/source/21/images/icons/icon_increase.png');
	width: 17px;
	height: 17px;
}

ul.options li a#increase:hover {
	background-image: url('/templates/source/21/images/icons/icon_increase_hover.png');
}

ul.options li a#reduce {
	background-image: url('/templates/source/21/images/icons/icon_reduce.png');
	width: 13px;
	height: 17px;
}

ul.options li a#reduce:hover {
	background-image: url('/templates/source/21/images/icons/icon_reduce_hover.png');
}

ul.options li a#print {
	background-image: url('/templates/source/21/images/icons/icon_print.png');
	width: 16px;
	height: 17px;
}

ul.options li a#print:hover {
	background-image: url('/templates/source/21/images/icons/icon_print_hover.png');
}

ul.options li a span {
	display: none;
}

#whereToFind #addresses {
	text-align: left;
}

#whereToFind .listInfoHeaderMap {
	margin-bottom: 10px;
	margin-top: 10px;
}

#whereToFind .listInfoHeaderMap h5 {
	font-size: 14px;
	margin-bottom: 5px;	
}

#whereToFind .listInfoMap {
	margin-bottom: 20px;
}
