/* CSS Document */
#PdtBox{

}
#PdtWhite{
	clear: both;
	background-color: #FFF;
	color: #FFF;
	font-size: 5px;
	line-height: 5px;
}
/** Coluna */
#PdtCol{
	width: 482px;
	float: left;
}
#PdtImgBox{
	border: 1px solid #CCC;
	text-align: center;
}
#PdtImgs{
	margin: 10px 0;
	height: 82px;
	border: 1px solid #CCC;
	background-color: #F1F1F1;
}
#PdtImgs a{
	background-color: #FFF;
	padding: 5px;
	margin: 7px 0 10px 5px;
	border: 1px solid #ccc;
	display: block;
	float: left;
}
/** Conteudo */
#PdtContent{
	margin-left: 490px;
}
/** Atributos */
.cxPdtAtrib{
	background-color: #f5f5f5;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 0;
}
.cxPdtAtrib td{
	height: 70px;
}
.cxPdtAtrib label{
	display: block;
	width: 110px;
	background-color: #f5f5f5;
	height: 70px;
	float: left;
	color: #999;
	position: relative;
	margin: 0;
	padding: 0;
}
.cxPdtAtrib label input{
	position: absolute;
	top: 20px;
	left: 10px;

}
.cxPdtAtrib label img{
	display: block;
	text-align: center;
	position: absolute;
	top: 2px;
	left: 45px;
}
.cxPdtAtrib label span{
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	text-align: center;
	position: absolute;
	width: 129px;
	left: 0px;
	top: 55px;
}
.cxPdtAtrib label.selected{
	background-color: #e1e1e1;
	color: #333;
}
/** Preco */
#PdtPreco{
	color: #900;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding-left: 10px;
}
#PdtPreco span{
	color: #252525;
	font-size: 11px;
	display: block;
	margin-bottom: 2px;
}
#PdtPreco b{
	font-size: 24px;
}
#PdtPreco .vz{
	color: #900;
	font-weight: bold;
	font-size: 12px;
}
#PdtPreco .bt{
	margin: 10px 0;
}
#PdtDispo{
	line-height: 20px;
	margin-bottom: 10px;
}
#pdtParcel{
	background-color: #F0F0F0;
	color: #252525;
}
#pdtParcel h3{
	color: #FFF;
	font-size: 15px;
	background-color: #BFBFBF;
	line-height: 25px;
	padding-left: 10px;
	margin: 0;
	font-weight: normal;
	border: 1px solid #A6A6A6;
}
#pdtParcel table{
	border: 1px solid #DDD;
}
#pdtParcel td{
	padding: 2px;
	border-bottom: 1px solid #ddd;
}
/** Abas */
#pdtAbas{
	border: 1px solid #C6C6C6;
	margin-bottom: 8px;
	margin-top: 5px;
}
#pdtAbas .cxInfo{
	padding: 15px 10px;
}
#pdtAbas ul#tab{
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	height: 27px;
	background-color: #FFF;
}
#tab li{
	list-style: none;
	float: left;
	border-right: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
}
#tab li a{
	background-color: #BFBFBF;
	color: #FFF;
	display: block;
	padding: 5px 15px;
	font-size: 14px;
	text-decoration: none;
	line-height: 22px;
	font-weight: normal;
}
#tab li a:hover{
	background-color: #A6A6A6;
	color: #FFF;
}
#tab li a.selected{
	background-color: #A6A6A6;
	color: #FFF;
	font-size: 14px;
}

/** Perguntas */
.cxQuestion{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #C6C6C6;
}
.cxQuestion p.pegunta{
	background-color: #F5F5F5;
	margin: 0;
	line-height: 16px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #e1e1e1;
	font-style: italic;
	color: #666;
}
.cxQuestion p.resposta{
	margin: 0;
	padding: 10px 5px;
}
p#Question{
	margin: 10px 0;
	text-align: center;
}
#tplPdtQuestion{
	background-color: #fff;
	border: 1px solid #C6C6C6;
}
#tplPdtQuestion table{
	margin: 0 10px;
}
