/* CSS Document */

.path {
	display:block;
	height:19px;
	color:#091B3C;
	width:688px;
	padding-top:7px;
	padding-bottom:11px;
	padding-left:4px;
}

.linkPath {
	display:block;
	color:#091B3C;
	text-decoration:none;
	float:left;
}

.linkPath:hover {
	color:#FFDE00;
	text-decoration:underline;
}

.barraDetalhe {
	display:block;
	/*border:1px solid red;*/
	width:650px;
	float:left;
	background-image:url(../imgs/barraTopDetalhe.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding:20px;
}

.titDetalhe {
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#091939;
	text-decoration:none;
	margin-bottom:15px;
}

.catalogo_tit {
	color: #FCB400;
	font-weight: bold;
}

.txtDetalhe {
	display:block;
	color:#091939;
	line-height:170%;
}


.imgDetalhe {
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#FFDE00;
	width:451px;
	height:280px;
	padding:5px;
	float:left;
}
.imgDestalhe:hover {
	background-color:#FFF;
}

/*thumbnails*/
.thumbActive {
	display:block;
	background-image:url(../imgs/thumbActive.gif);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#FFDE00;
	width:52px;
	height:52px;
	padding:1px;
	float:left;
	margin-right:5px;
}

.thumb {
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	border: 1px solid #FFDE00;
	width:52px;
	height:52px;
	padding:0px;
	float:left;
	margin-right:5px;
}
.thumb:hover {
	
}