/* CSS Document */
*{
padding: 0; 
margin: 0;
}
img{
border:0px;
}
html{
overflow-y:scroll;
}
body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background:url(../images/bg-body-metal.jpg);
margin:0px;
color:white;
}
hr{
height:0px;
border:0;
border-bottom:#FFF 1px solid;
margin:10px 0;
}
#divIdioma{
background:#111;
width:45px;
height:22px;
position:absolute;
left:50%;
margin-left:307px;
margin-top:44px;
padding:5px;
z-index:5;
}
#divGlobal{
width:760px;
position:absolute;
left:50%;
margin-left:-380px;
margin-top:30px;
}
#divFundoCinza{
background:#111;
width:740px;
padding:10px 10px 1px 10px;;
}
#divTopo{
width:740px;
height:180px;
margin-bottom:5px;
}
#divMenu{
background:url(../images/bg-menu.gif);
width:740px;
height:32px;
padding:3px 0;
margin-bottom:5px;
color:#000000;
}
#divCentro{
width:740px;
height:250px;
margin-bottom:5px;
}
#divRodape{
width:760px;
height:160px;
}
#tdProducts tr{
padding-bottom:15px;
}
#divLogin{
background:url(../images/bg-menu.gif);
width:690px;
padding:10px 25px;
margin-bottom:5px;
color:black;
}
#divLogin hr{
height:1px;
color:#666;
}
#divLogin a:link, #divLogin a:visited, #divLogin a:active{
color:black;
text-decoration:none;
}
#divLogin a:hover{
text-decoration:underline;
}
#divBanner{
margin-bottom:5px;
}
/*.divLateral td{
padding:0 0 10px 0;
}
.divLateral a{
text-decoration:underline;
color:#333333;
}*/
#confirmaEmail, #confirmaCNPJ, #getEndereco{
color:#FFCC00;
font-style:italic;
}
.botoesForm{
background:#111;
border:0px;
color:#FFF;
padding:1px;
font-size:12px; 
}
.imput{
background:white;
color:#111;
border:1px solid #333;
height:18px;
}
.fontSize9{
font-size:10px;
}
.divTits{
background:url(../images/tits-shape.gif) no-repeat;
width:690px;
height:24px;
margin-bottom:5px;
padding:8px 25px 0;
color:#FFFFFF;
font-weight:bold;
}
.divTits a:link, .divTits a:active, .divTits a:visited{
color:white;
text-decoration:none;
}
.divTits a:hover{
color:white;
text-decoration:underline;
}
.divInfo{
background:#414141;
color:white;
width:690px;
padding:25px;
margin-bottom:5px;
}
.divInfo a:link, .divInfo a:active, .divInfo a:visited{
color:white;
text-decoration:none;
}
.divInfo a:hover{
color:white;
text-decoration:underline;
}
.cm_table{
}
.cm_table td{
padding:0 7px;
}
.cm_table .cm_table_title{
padding:0 7px;
height:30px;
border-right:1px solid #CCCCCC;
color:#000000;
font-weight:bold;
background:url(../images/bg-td-title-car.png) repeat-x center;
}
/* Lava Lamp */
#lavaLamp {
position: relative;
width:740px;
height:32px;
/* padding:0 0 0 1px; configurado em menu.php*/
margin: 0;
}
#lavaLamp li {
float: left;
list-style: none;
}
#lavaLamp li.back {
background:#000;
filter:alpha(opacity=20);
-moz-opacity: 0.20;
opacity: 0.20;
width: 9px;
z-index: 8;
position: absolute;
}
#lavaLamp li a {
z-index: 10;
float:left;
position: relative;
/* margin:0 44px; configurado em menu.php */
}

/* Form */
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #FFCC00;
	font-style: italic
}
div.error { display: none; }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted #FFCC00; }
form.cmxform .gray * { color: gray; }
.botoes{
border:1px solid black;
background:white;
color:black;
}

/* Hack float */
#clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #clearfix {height: 1%;}
/* End hide from IE-mac */
