body {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:11px;
	color: #000000;
	margin: 0px;
	min-height: 100%;
	background:#f1f1f1 url(../img/bg_top.jpg) repeat-x top;
}
html {
	height: 100%;
	}
* html body {
	height: 100%;
	}
#top{
	height:53px;
	width : 777px;
	margin : 0px auto;
}
#main {
	width : 777px;
	height : auto;
	z-index:1;
	border:1px #CCC solid;
	background: #fff;
	margin : 0px auto;
    }
#meio {
	height:auto;
	}
#menu_sup {
	position:relative;
	background:#a9a9a9
	}
#busca_cad {
	position:relative;
	background:#eeeeee
	}
#menu { 
	position:relative;
	background:#eeeeee
	}
.box {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:11px;
	border:1px solid #c2c2c2
	}
.bot {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #163374;
	color: #fff;
	border: none;
	cursor:pointer;
	}
#prod_inicio {
	position:relative;
	top: 0px;
	left: 25px;
	}
.box {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
}
.txt {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
}
img { border:none;}
#inicio {
	position:relative;
	top: 30px;
	left: 25px;
	}
form {
	padding:0px;
	margin:0px;
	}
	
/*CSS for pop up hint box */	
#hintbox{ 
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
/*end*/
#lista {
	width:770px;
	height:150px;
	overflow-x: hidden;
	overflow:scroll;
	}
#lista_prod {
	width:300px;
	height:80px;
	overflow-x: hidden;
	overflow:scroll;
	}
.link {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	color:#999
}
.link:hover {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	color:#000
}
.eve{
	background:#E8E8E8;
	}
.odd{
	background:#fff;
	}
