@charset "utf-8";
/* CSS Document */


.product .tdTitles{
	padding-bottom:20px;
}


.product .family{
	color:#f15922;
	font-size:20px;
	font-weight:bold;
	/*padding-right:20px;*/
}


.product .subFamily{
	color:#707173;
	font-size:13px;
	font-weight:bold;
}

.product .subFamily a{
	color:#707173;
	font-size:13px;
	font-weight:bold;
}


.product .subFamilySelected{
	color:#f15922;
	font-weight:bold;
}


.product .thumbProductName{
	color:#f15922;
	font-weight:bold;
	border-bottom:1px solid #f15922;
}



.product .thumbImages img{
	max-width:200px;
	max-height:130px
}

.product .detalhes{
	border-bottom:1px solid #d2d2d1;
}



.product .detailImg img{
	max-width:650px;
	max-height:280px
}


.product .detailProductName{
	color:#f15922;
	font-weight:bold;
	padding-bottom:15px;
}


/* Formatação para a tabela dos conteúdos do produto*/


.product .titleDescription{
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:20px;
	border-bottom:1px solid #707173;
}



.product .description td{
	padding-left:5px;
	padding-bottom:2px;
	padding-top:2px;
	border:1px solid #d2d2d1;
}

.product .description table{

	border-collapse:collapse;
}

.product .description ol{
	line-height:150%;
	padding-left:0px;
	list-style-position:inside;
}



/* Índice da listagem de Produtos */

.indiceUnselected {
	font-weight:bold;
}


.indiceUnselected a {
	font-weight:bold;
}

.indiceUnselected a:hover {
	color:#f15922;
	font-weight:bold;
}


.indiceSelected {
	color:#f15922;
	font-weight:bold;
}
