#produtos-content{
	width: 780px;
	margin-left: 46px
}

#produtos h2{
	color: #4e4e44;
	font-size: 18px;
	margin: 0 0 20px 50px
}

/********produto********/

.produto{
	width: 380px;
	height: 200px;
	float: left;
	margin: 0 0 20px 10px;
}
	
.produto img{
	width: 380px;
	height: 140px;
}

.produto h3{
	height: 50px;
	width: 360px;
	padding: 0 10px;
	overflow: hidden;
	background: #39b54a;
	font-size: 16px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

.produto h3 span{
	text-transform: uppercase
}


/*
------------------------------------
	titulos
------------------------------------
*/

#produtos li a{
	background: #dedede;
	height: 42px;
	line-height: 42px;
	width: 350px;
	margin: 0 0 25px 10px;
	font-size: 20px;
	color:#57574a;
	font-family: effra-bold;
	text-transform: uppercase;
	padding: 0 15px;
	float: left;
	cursor: pointer
}

#produtos li.ui-state-active a{
	background: #282828;
	color: #eeeeee
}

#produtos li a .icone{
	width: 72px;
	height: 14px;
	background-position: -115px 0;
	margin-top: 14px
}

#produtos li.ui-state-active a .icone{
	width: 23px;
	height: 15px;
	background-position: -115px -14px;
	margin-top: 13px
}

