/* CSS Document */

.profissionais {
	display:block;
	background-image:url(/include/cristaldata/imgs/labelProfissionais.jpg);
	width:708px;
	height:26px;
	margin-bottom:16px;
}
.profissionais span{
	display:none;
}

.thumbs {
	display:block;
	width:75px;
	background-image:url(/include/cristaldata/imgs/separadorHorizontalThumbs.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0 0 5px 0;
	margin-bottom:5px;
}

.titProdutoDetalhe {
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	color:#003C2D;
	background-image:url(/include/cristaldata/imgs/bullet1.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}

.btAmpliar {
	display:block;
	background-image:url(/include/cristaldata/imgs/btAmpliar.gif);
	width:117px;
	height:17px;
}

.btAmpliar span{
	display:none;
}

.divPontos {
	display:block;
	color:#017B5E;
	font-size:10px;
	padding-top:7px;
}

.pontos {
	display:block;
	background-image:url(/include/cristaldata/imgs/fundoPontos.gif);
	width:21px;
	height:23px;
	color:#FFFFFF;
	padding:6px 0 0 6px;
	font-size:10px;
}

/*logos e quantidades*/
.divLogos {
	border:1px solid #DEDFDF;
	border-left:0px;
	border-right:0px;
	padding:6px 0 8px 0;
	margin-bottom:24px;
}

input.inputQtd {
	display: block;
	background: transparent url(/include/cristaldata/imgs/bgInputQtd.gif) no-repeat center center;
	width: 24px;
	height: 16px;
	border: 0;
  padding: 4px;
  text-align: center; 
}

.disponivel {
	display:block;
	background-image:url(/include/cristaldata/imgs/iconeDisponivel.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	height:28px;
}

.btSugiraAmigo {
	display:block;
	background-image:url(/include/cristaldata/imgs/btSugiraAmigo.gif);
	width:99px;
	height:18px;
}
.btSugiraAmigo span{
	display:none;
}

/*labels*/
.labelLicencas {
	display:block;
	background-image:url(/include/cristaldata/imgs/btLicencas-off.gif);
	width:163px;
	height:26px;
}
.labelLicencas span{
	display:none;
}
.labelLicencas:hover{
	background-image:url(/include/cristaldata/imgs/btLicencas-on.gif);
}

.labelCaracteristicas {
	display:block;
	background-image:url(/include/cristaldata/imgs/btCaracteristicas-off.gif);
	width:163px;
	height:26px;
}
.labelCaracteristicas span{
	display:none;
}
.labelCaracteristicas:hover{
	background-image:url(/include/cristaldata/imgs/btCaracteristicas-on.gif);
}

.labelProdRelacionados {
	display:block;
	background-image:url(/include/cristaldata/imgs/btProdutosRelacionados-off.gif);
	width:164px;
	height:26px;
}
.labelProdRelacionados span{
	display:none;
}
.labelProdRelacionados:hover{
	background-image:url(/include/cristaldata/imgs/btProdutosRelacionados-on.gif);
}

.labelPromocoes {
	display:block;
	background-image:url(/include/cristaldata/imgs/btPromocao-off.gif);
	width:161px;
	height:26px;
}
.labelPromocoes span{
	display:none;
}
.labelPromocoes:hover{
	background-image:url(/include/cristaldata/imgs/btPromocao-on.gif);
}

.caixaTextos {
	display:block;
	padding:3%;
  float:left;
  clear: both;
  width: 94%;
	border:1px solid #DEDFDF;
}