/**
 * Stylesheet for elettrorapido.com
 */

/* ------------------ impostazioni della home page ------------------  */


.header-title {
/*	position: relative;
	border: 0px solid green; */
	width: 100%;
	height: 20px;
	background-image:url('../images/blu-caption-small.gif');
	font-size: 14px; 
	font-weight: bold; 
	color: #000000
}


#main_box {
	position: relative;
/*	border: 0px solid red; */
	width: 800px;
	height: 210px;
	top: 0 px;
	margin-top: 10px;
	z-index: 1;
	background-color: transparent;
}

.box {
	float:left;
/*	border: 0px solid red; */
	width: 100%; 
	padding-top:3px;
	cursor: pointer;
	font-size:10 px
	z-index: 100;
}

.box-text {
	float:left;
	width:98%
	color: #333333;
	font-size: 10px;
}

.box-text a:link, .box-text a:visited, .box-text a:active, .box-text a:hover{
	text-decoration: none;
	color:#333333;
}


.box-text a span {
	font-size: 14px;
	color: #3E6B8A;
	font-weight: bold;
	text-decoration: none; 
}

.box-photo {
	float:left;
	padding:3px;
	top: 3px; 
	left:3px;
	height:40px;
	width:40px;
}

.box-photo img {
	width: 40px;
	height: 40px;
}

#box-news {
	position: relative;
	top: 0px; 
	left:0px;
/*	height:210px;*/
	width:100%;
	background-color: #DAEBEA;
}
