@charset "utf-8";

/**
 * << Estilo base do portal >>
 *
 * Update 10.03.2008
 * Portal Contronics (c) 2008
 */
* {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}

body {
	cursor: default;
	background-color: #FFFFFF;
	color: #52565B;
	font-size: 0.75em;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.6em;
}

a,a:visited {
	color: #DD0000;
	text-decoration: underline;
}

a:hover,a:active {
	color: #444444;
}
a img {
	border: none;
}

.error-message{
	color: red;
}

#wrapper {
	background: url(../images/body-bg.gif) 0 0 repeat-x;
}

/**
 * Header
 */
#header {
	width: 900px;
	height: 41px;
	margin: 0 auto;
	background: url(../images/menu-bg-up.jpg) 50% 100% no-repeat;
}

/**
 * Header: language bar
 */
#header ul.languages {
	width: 420px;
	float: left;
	margin: 20px 0 0 0;
}

#header ul.languages li {
	display: inline;
	margin-right: 8px;
	list-style: none;
}

#header ul.languages li a img,#header ul.languages li a:visited img {
	border: 1px solid #DDDDDD;
	padding: 1px;
	vertical-align: middle;
}

#header ul.languages li a:hover img,#header ul.languages li a:active img,#header ul.languages li.active a img
	{
	border: 1px solid #888888;
}

#header ul.languages li.language_name span {
	padding-bottom: 20px;
	font-size: 11px;
	color: #AAAAAA;
}

/**
 * Header: user bar
 */
#header ul.user {
	width: 290px;
	float: right;
	margin: 18px 0 0 0;
	text-align: right;
}

#header ul.user li {
	display: inline;
	margin-left: 8px;
	list-style: none;
	font-size: 11px;
	color: #666;
}

#header ul.user li.separador {
	padding-left: 10px;
	background: url(../images/header-separador.gif) 0 100% no-repeat;
}

#header ul.user li a {
	font-size: 11px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

#header ul.user li a.pedido {
	padding-right: 18px;
	background-image: url(../images/header-ico-pedidos.gif);
}

#header ul.user li a.perfil {
	padding-right: 14px;
	background-image: url(../images/header-ico-user.gif);
}
#header form.login {
	width: 104px;
	float: right;
	margin: 6px 0 0 8px;
	text-align: left;
	position: relative;
	padding-left: 10px;
	background: url(../images/header-separador.gif) 0 14px no-repeat;
}
#header form.login div.input {
	float: left;
	margin-right: 4px;
}
#header form.login div.input input {
	width: 100px;
	border: 1px solid #C0C0C0;
	font-size:10px;
	height: 12px;
}
#header form.login div.input input.senha {
	width: 80px;
}
#header form.login div.input label {
	display: block;
	font-size: 10px;
	color: #C0C0C0;
	line-height: 10px;
	padding-top: 2px;
}
#header form.login div.submit {
	text-align: right;
	display: inline;
	float: left;
	margin: 12px 0 0 0;
}
#header form.login div.submit input {
	border: none;
	background: #666;
	color: #FFF;
	font-weight: bold;
	width: 13px;
	height: 13px;
}

/**
 * Menu primario
 */
#menu {
	width: 900px;
	height: 76px;
	margin: 0 auto;
	background: url(../images/menu-bg.jpg) 0 0 no-repeat;
}

#menu a.logo-link {
	width: 190px;
	height: 76px;
	float: left;
	display: block;
	text-decoration: none;
}

#menu ul.content, #menu ul.about {
	width: 340px;
	float: left;
	margin: 24px 0 0 8px;
}
#menu ul.about {
	float: right;
	margin: 24px 8px 0 0;
	text-align: right;
}

#menu ul.no-login {
	margin: 7px 4px 0 8px;
}
#menu ul.content li,#menu ul.about li {
	display: inline;
	list-style: none;
}

#menu ul.content li a,#menu ul.content li a:visited,#menu ul.about li a,#menu ul.about li a:visited
	{
	height: 21px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	display: inline-block;
	padding: 0 10px 0 8px;
	background: url(../images/menu-separador.gif) 100% 50% no-repeat;
	letter-spacing: 1px;
}

#menu ul.content li a:hover,#menu ul.content li a:active,#menu ul.about li a:hover,#menu ul.about li a:active
	{
	color: #FFFFFF;
	text-decoration: underline;
}

#menu ul.content li.last a,#menu ul.about li.last a {
	padding: 0 8px;
	background: none;
}

/**
 * Navbar
 */
#navbar {
	width: 900px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/menu-bg-down.jpg) 50% 0 no-repeat;
}

/**
 * Navbar: breadcrumb
 */
#navbar div.breadcrumb {
	float: left;
	width: 770px;
}

#navbar div.breadcrumb a,#navbar div.breadcrumb a:visited {
	font-size: 11px;
	color: #777777;
	line-height: 20px;
	text-decoration: none;
}

#navbar div.breadcrumb a:hover,#navbar div.breadcrumb a:active {
	color: #AAAAAA;
	text-decoration: underline;
}

/**
 * Navbar: search
 */
#navbar form.search {
	float: right;
	width: 120px;
	height: 20px;
	background: url(../images/search-bg.gif) 0 0 no-repeat;
}

#navbar form.search input {
	margin: 0;
	padding: 0;
}

#navbar form.search input.query {
	width: 96px;
	height: 17px;
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 0 3px;
	border: none;
	background-color: #EEEEEE;
	float: left;
	padding: 1px 0 2px 0;
}

#navbar form.search input.submit {
	float: right;
	cursor: pointer;
}

/**
 * Content
 */
#content {
	width: 900px;
	margin: 0 auto;
}

#content h1 {
	margin: 8px 0 22px 0;
}

#content h1 span {
	display: none;
}

#content h2 {
	margin: 0 0 24px 0;
	padding: 40px 0 12px 0;
	font-size: 16px;
	color: #000000;
	border-bottom: 1px solid #DDDDDD;
}

#content h3 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 16px;
	color: #000000;
}

#content p {
	line-height: 18px;
	font-size: 12px;
	color: #52565B;
}

#content p strong {
	font-weight: bold;
}

#content label {
	display: block;
	font-weight: bold;
	margin: 2px 0 1px 0;
}

#content div.message {
	background: #FFF9D7;
	padding: 12px;
	margin: 20px 0;
	border: 1px solid #BBB;
	color: #333;
	font-size: 12px;
}

#content div.index p.info {
	margin: 0 0 10px 0;
	color: #666;
}
#content div.view p.detalhes {
	margin: 0 0 10px 0;
	color: #666;
}
#content div.index table {
	width: 100%;
	border: 1px solid #AAAAAA;
	border-collapse: collapse;
}
#content div.index table th {
	line-height: 16px;
	text-align: left;
	height: 25px;
	padding: 0 6px;
	background: url(../images/grid-bg.jpg) 0 0 repeat-x;
}
#content div.index table th a {
	text-decoration: none;
	color: #000;
	font-size: 13px;
}
#content div.index table th a:hover {
	color: #444444;
	text-decoration: underline;
}
#content div.index table .actions {
	width: 120px;
	text-align: center;
}
#content div.index table .date {
	width: 70px;
	text-align: center;
}
#content div.index table tr td {
	background: #F0F0F0;
}
#content div.index table tr.altrow td {
	background: #FFF;
}
#content div.index table td {
	padding: 8px 6px;
	line-height: 18px;
	border-bottom: 1px solid #AAAAAA;
	font-size: 12px;
}
#content div.paging {
	text-align: center;
	margin: 10px 0 0 0;
}
#content div.paging div {
	display: inline;
}
#content div.paging div.disabled {
	color: #999;
}

#content input.validation-failed,
#content select.validation-failed,
#content textarea.validation-failed { background: #FFFFCC; }

#content div.validation-advice { margin: 0; color: #FF6633; display:none }

#content div.input {
	padding-bottom: 8px;
}

#content div.input input,
#content div.input select,
#content div.input textarea {
	clear: both;
	border: 1px solid #C3C3C3;
	font-size: 0.98em;
	height: 1.5em;
	padding: 4px 3px 0pt 4px;
	width: 90%;
}
#content div.input textarea {
	width: 89%;
	height: 130px;
}


#content div.box-atencao {
	height:50px;
	background-color: #FFFFFF;
	background-image:  url(../images/atencao.png);
	background-repeat: no-repeat;
	/*background-position: left top;*/ 
	background-position: 5px 10px; 
	border: thin dashed;
	margin:  10px 35px 10px 35px;
	padding: 10px 20px 10px 75px;
	font-size: 12px;
}


#content div.sidebar {
	float: right;
	width: 180px;
	margin: 54px 0 0 0;
}

#content div.sidebar ul.submenu {
	padding-top: 17px;
	background: url(../images/submenu-header-bg.gif) 0 0 no-repeat;
}

#content div.sidebar ul.submenu li {
	list-style: none;
	display: inline;
}

#content div.sidebar ul.submenu li.space {
	height: 40px;
	display: block;
	background: url(../images/submenu-item-bg.gif) 0 100% no-repeat;
}

#content div.sidebar ul.submenu li.title {
	height: 14px;
	font-weight:bold;
	padding: 25px 0 5px 10px;
	font-size: 12px;
	color:#666;
}

#content div.sidebar ul.submenu li a {
	display: block;
	padding: 6px 8px 8px 16px;
	font-size: 13px;
	color: #555555;
	text-decoration: none;
	background: url(../images/submenu-item-bg.gif) 0 100% no-repeat;
}

#content div.sidebar ul.submenu li a:hover,#content div.sidebar ul.submenu li a.active {
	font-weight: normal;
	color: #000000;
	background: url(../images/submenu-item-a-bg.gif) 0 100% no-repeat;
}

#content div.sidebar ul.submenu li a.active {
	font-weight: bold;
}

#content div.sidebar ul.submenu li a.active:hover {
	font-weight: bold;
}

#content div.sidebar ul.submenu li.last {
	display: block;
	height: 70px;
	background: url(../images/submenu-footer-bg.gif) 0 0 no-repeat;
}
#content div.sidebar a.rss {
	margin: 8px 0;
	display: block;
	height: 20px;
	background: url(../images/rss-ico.gif) 50% 0 no-repeat;
}
#content div.sidebar a.rss img {
	display: none;
}

/**
 * Formata para compra
 */
#content div.sidebar ul.compre {
	padding-top: 17px;
	background: url(../images/submenu-header2-bg.gif) 0 0 no-repeat;
}

#content div.sidebar ul.compre li.comprar a {
	background: #DDDDDD url(../images/produtos-compre-ico.gif) 10px 12px no-repeat;
	padding: 10px 10px 20px 32px;
	font-size: 14px;
	color: #2222222;
}

/**
 * Banner de solicita orçamento
 */
#content div.sidebar ul.solicita {
	display: block;
	width: 180px;
	height: 80px;
	padding-top: 20px ;
	background: url(../images/submenu-orcamento.jpg) 0 0 no-repeat;
	
}

#content div.sidebar ul.solicita li.titulo a{
	display: block;
	height: 10px;
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	text-align: center;
	text-decoration:none;
}

#content div.sidebar ul.solicita li.comprar a {
	display: block;
	height: 10px;
	background: url(../images/produtos-compre-ico.gif) 8px 17px no-repeat;
	padding: 15px 0px 30px 29px;
	font-size: 12px;
	text-decoration:none;
	color: #555555;
}

#content div.sidebar ul.solicita li {
	list-style: none;
	display: inline;
}

/**
 * Banner de registro pequeno
 */
#content div.sidebar a.registro-por {
display: block;
	width: 180px;
	height: 74px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 16px 0 0 0;
	background-image: url(../images/produtos-banner-registro-por.jpg);
}

#content div.sidebar a.registro-eng {
display: block;
	width: 180px;
	height: 74px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 16px 0 0 0;
	background-image: url(../images/produtos-banner-registro-eng.jpg);
}

#content div.sidebar a.registro-esp {
display: block;
	width: 180px;
	height: 74px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 16px 0 0 0;
	background-image: url(../images/produtos-banner-registro-esp.jpg);
}




/**
 * Botão de ação
 */

#content p.add {
	margin: 0 0 12px 0;
	text-align: right;
}
#content p.add a {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 7px;
	border: 1px solid #AAAAAA;
	background: #C9C9C9;
	color: #393332;
}
#content p.add a:hover {
	color: #000;
}

/**
 * Footer
 */
#footer {
	width: 900px;
	height: 60px;
	margin: 20px auto 0 auto;
	clear: both;
	background: url(../images/footer-bg.gif) 50% 0 no-repeat;
}

/**
 * Footer: copyright
 */
#footer ul.copyright {
	width: 500px;
	float: left;
	margin: 20px 0 0 0;
	clear: both;
}

#footer ul.copyright li {
	font-size: 11px;
	color: #AAAAAA;
	display: inline;
	list-style: none;
	margin-right: 8px;
	padding-right: 10px;
	background: url(../images/header-separador.gif) 100% 100% no-repeat;
}

#footer ul.copyright li.last {
	background: none;
	padding-right: 0;
}

#footer ul.copyright li a {
	font-size: 11px;
}

/**
 * Footer: shortcuts
 */
#footer ul.shortcuts {
	/*width: 370px;*/
	float: right;
	margin: 20px 0 10px 0;
	text-align: right;
}

#footer ul.shortcuts li {
	font-size: 11px;
	color: #AAAAAA;
	display: inline;
	list-style: none;
	margin-right: 8px;
	padding-right: 10px;
	background: url(../images/header-separador.gif) 100% 100% no-repeat;
}

#footer ul.shortcuts li.last {
	background: none;
	padding-right: 0;
	margin-right: 0;
}

#footer ul.shortcuts li a {
	font-size: 11px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

#footer ul.shortcuts li a.trabalhe {
	padding-left: 19px;
	background-image: url(../images/footer-ico-work.gif);
}

#footer ul.shortcuts li a.rss {
	padding-left: 18px;
	background-image: url(../images/footer-ico-rss.gif);
}

#footer ul.shortcuts li a.mapa {
	padding-left: 18px;
	background-image: url(../images/footer-ico-mapa.gif);
}

#footer ul.shortcuts li a.contato {
	padding-left: 18px;
	background-image: url(../images/footer-ico-contact.gif);
}
div.auto_complete{
	position: absolute;
	width: 250px;
	background-color: #ffffff;
	border: 1px solid #888888;
	margin: 0px;
	padding: 0px;
}
li.selected {
	background-color: #3c3835;
	color: #ffffff;
}

#content .dynsidebar{
	margin: 0px 0;
	padding: 0;
	width: 180px; /*width of menu*/
	padding-top: 17px;
	background: url(../images/submenu-header-bg.gif) 0 0 no-repeat;
}

#content .dynsidebar div.silverheader a{
	background: url(../images/submenu-item-bg.gif) 0 100% no-repeat;
	font: normal 13px Arial, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: #555555;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	height: 20px;
	padding: 8px 8px 8px 16px;
	text-decoration: none;
}


#content .dynsidebar div.silverheader a:active{
	color: black;
}

#content .dynsidebar div.silverheader a:visited{
	color: #black;
}

#content .dynsidebar div.selected a, #content .dynsidebar div.silverheader a:hover{
	background-image: url(../images/submenu-item-a-bg.gif);
	color: black;
	font-weight:bold;
}

#content .dynsidebar div.submenu{ /*DIV that contains each sub menu*/
	background: url(../images/submenu-subitem-bg.gif) 0 100% no-repeat;
	width:180px;
	padding: 5px;
	height: 100px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	text-decoration: none;
}

#content .dynsidebar div.chaves{ /*DIV that contains each sub menu*/
	height: 62px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

#content .dynsidebar div.submenu ul { 
	margin: 0;
	padding: 0 0 0 7px;
	}

#content .dynsidebar div.submenu ul li{ 
	list-style: none;
	height: 18px;
	margin: 0;
	font: normal 12px Arial, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: #555555;
}

#content .dynsidebar div.submenu ul li a{ 
text-decoration: none;
color: #000;
}

#content .dynsidebar div.submenu ul li a.active{ 
font-weight:bold;
text-decoration: none;
color: #000;
}


#content .dynsidebar div.last{
	display: block;
	height: 70px;
	background: url(../images/submenu-footer-bg.gif) 0 0 no-repeat;
}


#content .dynsidebar div.space {
	display: block;
	background: url(../images/submenu-item-bg.gif) 0 100% no-repeat;
	font: normal 14px Arial, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	height: 20px;
	padding: 25px 0 5px 16px;
	color: black;
}

#content .dynsidebar  div.title {
	height: 14px;
	font-weight:bold;
	padding: 25px 0 5px 10px;
	font-size: 12px;
	color:#666;
}

#content .dynsidebar div.static a{
	background: url(../images/submenu-item-bg.gif) 0 100% no-repeat;
	font: normal 13px Arial, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: #555555;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	height: 20px;
	padding: 8px 8px 8px 16px;
	text-decoration: none;
}

#content .dynsidebar div.selected a, #content .dynsidebar div.static a:hover{
	background-image: url(../images/submenu-item-a-bg.gif);
	color: black;
	font-weight:bold;
}


