/**
 * CSS Ticket, será carregado nas páginas dos Tickets
 */

@import url("generic.produtos.css"); /** CSS base do Produto **/
@import url("generic.usuarios.css"); /** CSS base do Usuario **/
@import url("generic.caixas.css"); /** CSS base das Caixas **/
@import url("generic.tickets.css"); /** CSS base da listagem de Tickets **/
@import url("generic.bonus.css"); /** CSS base dos Bônus **/

#ticket #ticket-titulo {
	background-color: #fff;
}

#ticket .respostas {
	width: 100%;
	border-spacing: 0;
}

#ticket .respostas .foto {
	background: url(/img/produto.fundo.gif);
	border: 1px solid #e6e6e6;
	width: 110px;
	padding: 7px;
	overflow: hidden;
}

#ticket .respostas .foto .foto-caixa {
	width: 85px;
	text-align: left;
}
#ticket .respostas .foto .nome{
	font-size:13px;
}


#ticket .respostas .resposta {
	vertical-align: top;
	border: 1px solid #e6e6e6;
	border-left: none;
	padding: 7px 7px 2px 7px;
	background-color: #fff;
}

#ticket .respostas .imagem-usuario {
	max-width: 390px;
	max-height: 390px;
	
	/* IE Image max-width */
	_width: expression(this.width > 390 ? 390: true);
	_height: expression(this.height > 500 ? 500: true);
}

#ticket .respostas .resposta-texto {
	font-size:13px;
	min-height: 105px;
	_height: 105px;
}

#ticket .respostas .resposta-texto-deslogado {
	min-height: 39px;
	_height: 39px;
}

#ticket .respostas .acoes {
	margin-top: 7px;
	height: 23px;
}

#ticket .respostas .acoes-pontos {
	font-size: 16px;
	color: #878686;
	font-weight: bold;
}

#status {
	font-size: 12px;
	margin: 5px 0px 8px 0px;
	clear: left;
}

#enviar-resposta {
	width: 550px;
	padding: 7px;
	margin: 0px auto;
}

#resposta-textarea {
	width: 450px;
	height: 250px;
	
}

