/* CSS - Controller Portfolio */

/* LIST */
#port_list{
	padding:0px;
	margin:20px 0px 0px 10px;
	width:600px;
	
}

#port_list .item {
	float:left;
	width:300px;
	height:217px;
	margin-bottom:20px;

}

#port_list .imagem img{
	padding:5px;
	background-color:#ffffff;
	border:1px solid #afafaf;
}

#port_list .descricao {
	width:190px;
	padding:5px 5px 5px 5px;
	font-size:10px;
}

/*DETALHE*/

#port_det{
	padding:0px;
	margin:20px 0px 0px 10px;
	width:625px;
	}
	
.fotos_det{
	float:left;
	width:420px;
	/*background-color:yellow;*/
	}
	
.det_big{
	width:420px;
	background-color:#ffffff;
	border:1px solid #cacaca;
	}
	
.det_multi{
	margin:10px 0px 0px 0px;
	width:420px;
	background-color:#f1f1f1;
	border:1px solid #cacaca;
	}
	
.descricao_det{
	float:right;
	width:195px;
	padding:0px 0px 0px 5px;
	}
	
/* CATEGORIAS */

#portfolio_cats{
}

#portfolio_cats .cat_portfolio{
	background-image:url(/media/images/rep_cat_portfolio.gif);
	background-repeat:repeat-x;
	height:49px;
	border:1px solid #9db0bc;
	}
