.inputLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 70px;
	height:16px;
}
.linkClique {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3395C8;
	text-decoration: underline;
}
.linkClique:hover {
	color: #3395C8;
	text-decoration: none;
}
.linkFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.linkFooter:hover {
	color: #666666;
	text-decoration: underline;
}
.titDestaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.titDestaque:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.linkInterior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.linkInterior:hover {
	color: #000000;
	text-decoration: underline;
}

.textgeral{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#666666;

}
	
.tab_stocksFalha td {
	text-align: center;
	border-bottom: 1px solid #EEEEEE;
	padding: 5px;
	}
	
	
/******* LISTA ENCOMENDAS CLIENTE *********/
#lista_encomendas_cliente td img{border:none;margin-right:3px;}
#lista_encomendas_cliente td{border:1px solid #FFF;}

#info_cliente_encomenda
{
  border-collapse:collapse;
  width:100%;
}

#info_cliente_encomenda td
{
  border:1px solid #CCC;
  padding:3px;
}

.cell2{background-color:#F3F3F8;}

#info_linhas_encomenda{width:100%;margin-top:10px;margin-bottom:30px;border-collapse:collapse;}

#info_linhas_encomenda th{padding:3px;}
#info_linhas_encomenda td
{
  border:1px solid #CCC;
  padding:3px;
}
	
