/* Graficante.com */

/* ######### sezione pop-up ######### */

body {
height:100%;
width:100%;
margin:0 auto;
text-align:center;
background-color:#000;
}

div#pop {
margin:0 auto;
width:880px;
max-height:699px;
background-color:#fff;
}

div#links {
padding-top:5px;
text-align:center;
}

div#foot_left1 {
width:50%;
height:24px;
float:left;
clear:left;
background-color:#fff;
}

div#ics {
width:13px;
height:13px;
float:left;
padding:5px;
background-color:#fff;
}
div.ics_testo {
width:50%;
height:16px;
float:left;
padding:4px;
background-color:#fff;
color:#000;
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:justify;
}
	.ics_testo a {
	color:#000;
	text-decoration:none;
	}
	.ics_testo a:hover {
	color:#b94151;
	text-decoration:underline;
	}
	
div#foot_left2 {
width:50%;
height:24px;
float:right;
clear:right;
background-color:#fff;
}
		div#frecce_box {
		width:75px;
		height:19px;
		margin:0 auto;
		padding:2px;
		}
			#FrecciaSx {
			width:36px;
			height:19px;
			float:left;
			}
			#FrecciaDx {
			width:36px;
			height:19px;
			float:right;
			}

/* elimina il bordo alle immagini con link ######### */
a img {
border: 0px;
}

/* elimina contorno al link ######### */
a:active,a:focus {
outline:none;
}

