﻿.areaResultados
{
	float: left;
}
.resultado
{
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 21px;
	background-image: url(../img/fundoResultado.png);
	background-repeat: repeat-x;
	background-color: #ffe935;
	border: 3px solid #939597;
	padding: 8px 8px;
	float: left;
	width: 794px;
}
.resultadoVazio
{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 21px;
	background-image: url(../img/fundoResultado.png);
	background-repeat: repeat-x;
	background-color: #ffe935;
	border: 3px solid #939597;
	padding: 8px 8px;
	float: right;
	width: 523px;
}
.resultado a
{
	text-decoration: none;
}
.imgResultado
{
	margin-top: 15px;
	margin-right:15px;
	vertical-align: middle;
	float: left;
	width: 80px;
	height: 77px;
}
.textos
{
	width: 200px;
	float: left;
	margin-left: 1px;
	margin-top: 20px;
	margin-right: 30px;
	font-weight: bold;
}
.local
{
	width: 200px;
	font-size: 15px;
	color: White;
	display: block;
}
.preco
{
	margin-top: 2px;
	font-size: 22px;
	color: #464647;
	display: block;
}
.separaCol
{
	background-image: url(../img/separaCol.png);
	background-repeat: repeat-y;
	width: 6px;
	height: 120px;
	float: left;
	margin-right: 8px;
}
.informacoes
{
	width: 180px;
	float: left;
	margin-right: 50px;
}
.colDescricao
{
	width: 100px;
}
.informacao
{
	font-size: 14px;
	color: #464647;
	display: block;
	text-decoration: none;
	font-weight: bold;
	width:90px;
}
	.desabilitada
	{
		font-size: 14px;
		color: #79797A;
		display: block;
		text-decoration: none;
		font-weight: bold;
		width:90px;
	}
.mandeEmail
{
	font-size: 14px;
	color: #464647;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
	.mandeEmail:hover, a.informacao:hover
	{
		color: #79797A;
	}
.ultimaCol
{
	float: left;
}
.links
{
	margin-bottom: 5px;
	margin-top:15px;
}
	.links td
	{
		height:25px;
	}
.imgLink
{
	width: 25px;
}
.imgFoto
{
	width: 20px;
	height: 20px;
	background-image: url(../img/maquina.png);
	background-repeat: no-repeat;
}
.imgEnvelope
{
	width: 23px;
	height: 25px;
	background-image: url(../img/envelope.png);
	background-repeat: no-repeat;
}
.chbEmail
{
	margin-left: 4px;
	font-size: 14px;
	color: #464647;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.btnEnviar
{
	float: right;
	display: block;
	width: 82px;
	height: 19px;
	background-image: url(../img/btnEnviar.gif);
	border: 3px solid #939598;
	margin-right: 6px;
	margin-top: 5px;
}
.btnLimpar
{
	float: right;
	display: block;
	width: 82px;
	height: 19px;
	background-image: url(../img/btnLimpar.gif);
	border: 3px solid #939598;
	margin-right: 6px;
	margin-top: 5px;
}
.btnImprimir
{
	float: right;
	display: block;
	width: 82px;
	height: 19px;
	background-image: url(../img/btnImprimir.gif);
	border: 3px solid #939598;
	margin-right: 11px;
	margin-top: 5px;
}
.btnEnviar:hover, .btnLimpar:hover, .btnImprimir:hover
{
	border: 3px solid #C6C8CB;
}
