@charset "utf-8";
/* CSS GIUDICI */

.subTitleAgent {
	color:#003366;
	font-size:18px;
	display:block;
	width:637px;
	text-align:center;
	/*background:red;*/
}

#agentsContainer {
	width:637px;
	/*background:#ccc;*/
}
.agentBlock {
	margin:10px 0;
	clear:both;
}
.agentDetails {
	float:right;
	text-align:right;
	width:400px;
}
.agentDetails h1 {
	display:block;
	text-align:right;
	text-transform:uppercase;
	color:#0099ff;
	font-size:20px;
	font-weight:normal;
	margin:10px 0;
	padding:10px 0;
	border-bottom:2px solid #003366;
}
.agentBlockImg {
	float:left;
	width:135px;
	height:135px;
	margin:46px 0 50px 50px;
	
}
.agentBlockImg img {
	padding:10px 27px;
	width:81px;
	height:107px;
	background:url(agenti/background-agents.jpg) no-repeat;
}