#tituloSoft{
	color:#3C79C4; 
	background-image:url(imagens/tituloCategoria.gif);
	font-weight:bold; 
	font-size:20px;
	padding: 12px;
}
#descSoftware {
	float:left;
	position:relative;
	padding:0 10px 10px 0px;
	width:590px;
}
#imgProduto {
	left:15px;
	float:left;
	padding:15px 15px 15px 0;
	top:20px;
	width:135px;
	text-align:center;
}
#descSoftware #imgProduto h4 {
	text-align:center;
}
.btFormasPagamento{
	background: url("imagens/btFormasPagamento.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 0;
    margin: 10px auto;
    overflow: hidden;
    padding: 20px 0 0 120px;
    width: 1px;
}
.btComprar{
	background: url("imagens/carrinhoCompraB.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 0;
    margin: 10px auto;
    overflow: hidden;
    padding: 48px 0 0 128px;
    width: 1px;
}
.btlista{
	background: url("imagens/btlista.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 0;
    margin: 10px auto;
    overflow: hidden;
    padding: 28px 0 0 128px;
    width: 1px;
}
.btIndicar{
	background: url("imagens/bt_indicarPAmigo.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 0;
    margin: 10px auto;
    overflow: hidden;
    padding: 30px 0 0 120px;
    width: 1px;
}
btVideo{
	background: url("imagens/btvideo.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 0;
    margin: 10px auto;
    overflow: hidden;
    padding: 28px 0 0 128px;
    width: 1px;
}
.btComprar, .btIndicar, .btFormasPagamento{

}
#descSoftware .det{
	float:left;
	width:200px;
	height:35px;
}
#descSoftware #telas {
	float:left;
	width:420px;
	margin-top:10px;
}
#descSoftware #descricao{
	float:left;
	width:440px;
}
#descSoftware #descricao strong{
	font-weight:bold;
}
#descSoftware #descricao h3 {
	font-size:22px;
	font-weight:lighter;
	color:#06C;
	witdh:400px;
}
#codigo {
	margin:0px 0 5px 0px;
	font-weight:lighter;
	font-size:12px;
	color:#7B512B;
}
#investimento {
	margin:0px 0 5px 0px;
	font-weight:lighter;
	font-size:15px;
	color:#7B512B;
}
#investimento strong {
	font-weight:lighter;
	font-size:20px;
	color:#F90;
}

.compartilhe{
	margin:5px 0 25px 0;
}
#telas img{
	padding:0 15px 0 0;
}
#descSoftware h4 {
	background-color:#F3ECE2;
	color:#7B512B; 
	margin-top:20px;
	margin-bottom:10px;
	padding:2px;
	font-weight:lighter;
	font-size:14px;
	text-align:left;
}
#descSoftware .centralizado{
	text-align:center;
	margin-bottom:0;
}
#descSoftware #descricao {
	font-weight:lighter;
	font-size:12px;
	text-align:justify;
}
#descSoftware #descricao strong {
	color:#333;
}
#descricao ul li {
	list-style:disc outside none;
	margin-left:30px;
	padding:0 0 5px;
}
#descricao ol li{
	list-style:decimal;
	margin-left:30px;
}
#descSoftware #sinopseCurta{
	margin-top: 10px;
	line-height: 18px;
	margin-bottom: 10px;
}
#produtosRelacionados{
	float:left;
	width: 420px;
	margin-top:5px;
	margin:5px auto 5px auto;
}
.item{
	float:left;
	width:130px;
	padding:0 5px 0 5px;
	text-align:center;
}
#produtosRelacionados h3{
	font-weight:lighter;
	font-size:13px;
	margin-bottom:5px;
}
#produtosRelacionados a{
	margin-top:5px;
	font-size:11px;
	text-decoration: none;
	color:000;	
}
.recomendados{
	text-align:center;
	font-size:12px;
}
#cursosRecomendados{
	text-align:center;
	width:140px;
	float:left;
	border:solid 1px #C9C9C9;
	margin-top:15px;
	display:block;
}
#cursosRecomendados h4{ 
	color:#FFF;
	background-image:url(imagens/bgTituloRelacionados.gif);
	background-repeat:repeat-x;
	background-position:center;
	
}
#cursosRecomendados .item{
	float:left;
	width:120px;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
}
#produto .detalhes .botoes .opsoesProd{
	margin-top:5px;
}

#produto .detalhes .botoes .opsoesProd a{
	color:#677186;
}

#produto .detalhes .botoes .opsoesProd a img{
	margin-bottom:-2px;
	margin-right:5px;
}
#video{
	display:none;
}
/*Indique a um amigo*/
#indicacao{
	display:block;
	visibility:hidden;
	position:absolute;
	top:200px;
	left:250px;
	/*
	background:#F2F2F2;
	border:1px solid #CCCCCC;
	width:300px;
	height:285px;
	*/
}
#formIndicacao{
	position:absolute;
	top:40px;
	left:15px;
	line-height:200%;
}
#formIndicacao label {
	float:left;
	font-size:11px;
	text-align:left;
	width:100px;
}
#formIndicacao input{
	float:left;
	width:160px;
}
#formIndicacao textarea{
	width:260px;
	height:72px;
	margin-bottom:5px;
}
#formIndicacao button{
	width:80px;
	height:25px;
	float:left;
	border:1px solid #b3b3b3;
	background:#F4F4F4;
	margin-bottom:-5px;
	*margin-bottom:1px;
	margin-right:5px;
	padding:0;
	border-spacing:0;
	line-height:normal;
}
#formIndicacao br{
	clear:both;
	width: 450px;
	
}
.fundo img{
	border:0 none;
}



