.model{
	float: left;
}
/*LEFT*/
.model.m_left{
	font-size:11px;
	line-height:15px;
}
.model.m_left p a{
	color:#898c8d;
	text-decoration:underline;
}
.model.m_left p{
	width: 90%;
	font-size: 12px;
	line-height: 15px;
	margin-bottom:10px;
}
.model.m_left hr{
	color: #E3E3E3;
	background-color: #EAEAEA;
	height: 1px;
	border: 0;
	margin: 3px 10px 12px 0;
}
.model.m_left ul.question li{
	margin-bottom: 15px;
	position:relative;
}
.model.m_left ul.question li a.no_link{
	font-size:14px;
	color:#898c8d;
}
.model.m_left ul.question li a span{
	background: url("../images/model/open.gif") no-repeat;
	width:42px;
	height:12px;
	position:absolute;
	right:15px;
	top:3px;
}
.model.m_left ul.question li a.opened {
	color: #0D3975;
	font-weight: bold;
}
.model.m_left ul.question li a.opened span{
	background: url("../images/model/collapse.gif") no-repeat;
	width:59px;
}
.model.m_left ul.interior{
	margin: 10px 0 10px 25px;
}
.model.m_left ul.interior li{
	list-style-image: url("../images/model/asterisco.gif");
	margin-bottom: 0;
}
/*RIGHT*/
.model.m_right{
	width: 32%;
}
.model.m_right img{
	margin-bottom:20px;
	width:236px;
	height:95px;
}
.model.m_right p{
	font-size:11px;
	line-height:13px;
	margin-bottom:10px;
}
.model.m_right a{
	color:#272727;
	font-weight:bold;
	font-size:11px;
}