@charset "utf-8";
/* CSS Document */

body {
	background:url(http://www.associazioneconsumatorieuropei.eu/sub/images/bg.png) repeat-x top #c9edf9;
	margin:0px;
	padding:0px;
	font: 10px verdana, arial, helvetica;
	color:#000;
}
p {
	text-align:justify;
	line-height:15px;
	padding:0px 0 5px 0;
}
input {
	margin-top: 5px;
}
p.left_arrow {
	text-align:justify;
	line-height:15px;
	padding:0px 0 5px 60px;
	background:url(http://www.associazioneconsumatorieuropei.eu/sub/images/tool.png) no-repeat left top;
}
.clear { /* generic container (i.e. div) for floating buttons */
	clear:both;
    overflow: hidden;
    width: 100%;
}
#main_container {
	width:900px;
	height:auto;
	margin:auto;
	background:url(http://www.associazioneconsumatorieuropei.eu/sub/images/header_bg.jpg) no-repeat top center;
}
.center_content {
	width:865px;
	padding:0px;
	margin:auto;
}
#header {
	width:865px;
	height:268px;
	margin:auto;
}
#logo {
	padding:17px 0 0 5px;
	float:left;
}
.top_text {
	width:315px;
	/*clear:both;*/
float:right;
	padding:45px 0 0 30px;
	color:#000;
}
a.testimonial {
	float:right;
	padding:0px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}
/*----------------------menu-------------------------*/
#menu {
	float:right;
	padding:35px 30px 0 0;
}
#menu ul {
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
}
#menu ul li {
	list-style:none;
	display:inline;
	float:left;
	width:auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
}
#menu ul li a {
	float:left;
	text-decoration:none;
	padding:0px 4px 0 4px;
	margin:0px 8px 0 8px;
	color:#fff;
	text-align:center;
}
#menu ul li a:hover {
	text-decoration:none;
	color: #fff;
	border-bottom:3px #FFFFFF solid;
}
#menu ul li a.current {
	float:left;
	text-decoration:none;
	padding:0px 4px 0 4px;
	color: #fff;
	margin:0px 8px 0 8px;
	border-bottom:3px #FFFFFF solid;
}
/*-----------------main content----------------------------*/
.main_content {
	width:865px;
	height:auto;
	margin:auto;
	padding:0 0 30px 0;
	background-color:#FFFFFF;
}
.main_content_top {
	width:865px;
	height:16px;
	background:url(http://www.associazioneconsumatorieuropei.eu/sub/images/main_content_top.png) no-repeat center top;
}
#boxes_content {
	width:865px;
	clear:both;
	margin:auto;
}
.box {
	padding:10px 10px 10px 16px;
	float:left;
}
.box_content {
	background:url(http://www.associazioneconsumatorieuropei.eu/sub/images/box_bg.png) no-repeat center;
	width:259px;
	height:202px;
}
.boxtitle {
	font-size:18px;
	color:#000000;
	padding:10px 0 0 15px;
	font-family:Arial, Helvetica, sans-serif;
}
.box_icon {
	clear:both;
	float:left;
	width:80px;
	padding:25px 0 0 15px;
}
p.text_content {
	width:135px;
	float:left;
	text-align:left;
	padding:5px 10px 0 15px;
	color:#000000;
	line-height:15px;
}
input[type=submit], .button {
    padding: 5px 10px;
    display: inline;
    background: #777;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;
    }
.button:hover {
    background-position: 0 -48px;
    }
.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
    }
.button.red { background-color: #e50000; }
.button.purple { background-color: #9400bf; }
.button.green { background-color: #58aa00; }
.button.orange { background-color: #ff9c00; }
.button.blue { background-color: #2c6da0; }
.button.black { background-color: #333; }
.button.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }
.button.small { font-size: 75%; padding: 3px 7px; }
.button.small:hover { background-position: 0 -50px; }
.button.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.button.large { font-size: 125%; padding: 7px 12px; }
.button.large:hover { background-position: 0 -35px; }
.button.large:active { padding: 8px 12px 6px; background-position: 0 top; }
/*	padding: 6px 10px;
	border: solid 1px rgb(153, 153, 153);
	background-color: #15958A;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(21, 149, 38)), to(rgb(21, 149, 38)));
	-pie-background: linear-gradient(#15318A, #15318A);
	behavior: url(http://www.associazioneconsumatorieuropei.eu/sub/pie/PIE.htc);
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	text-shadow: 0px 0px 0.3px rgba(255, 255, 255, 1);
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	line-height: 1;*/
}
input[type=password]:hover, input[type=text]:hover {
	border: 5px solid rgba(74, 139, 243);
	/*background-color: 202, 0, 0;*/
  background: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgb(202, 0, 0)), to(rgb(255, 255, 255)));
	-pie-background: linear-gradient(#CA0000, #FFFFFF);
	behavior: url(http://www.associazioneconsumatorieuropei.eu/sub/pie/PIE.htc);
	/*blue 74, 139, 243 |green 21, 149, 38 | orange 238, 78, 56 | red 202, 0, 0 |giallino 250, 255, 159 */
  -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
}
input[type=password]:focus, input[type=text]:focus {
	border: 5px solid rgba(74, 139, 243);
	/*background-color: 250, 255, 159;*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(250, 255, 159)), to(rgb(250, 255, 159)));
	-pie-background: linear-gradient(#FAFF9F, #FAFF9F);
	behavior: url(http://www.associazioneconsumatorieuropei.eu/sub/pie/PIE.htc);
	/*blue 74, 139, 243 |green 21, 149, 38 | orange 238, 78, 56*/
-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
}
.title {
	font-size:18px;
	color:#000000;
	padding:10px 0 0 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.left_content {
	width:420px;
	float:left;
	padding:10px 10px 10px 20px;
}
.right_content {
	width:390px;
	float:left;
	padding:10px 0 10px 20px;
}
.right_news {
	float:left;
	width:auto;
	border-bottom:1px #CCCCCC dashed;
	padding:10px 0 8px 0;
}

.news_icon {
	width:48px;
	height:36px;
	float:left;
	background:url(http://www.associazioneconsumatorieuropei.eu/sub/images/news.gif) no-repeat center;
}
.news_content {
	width:310px;
	float:left;
	text-align:justify;
	line-height:15px;
	padding:0 0 0 10px;
}
/*-----------------------------footer------------------*/
#footer {
	clear:both;
	width: auto;
	height:50px;
	color: #0c9cc9;
}
.copyright {
	float:right;
	padding-left:10px;
	padding-top:10px;
}
.footer_links {
	float:left;
	padding-right:15px;
	padding-top:13px;
}
.footer_links a {
	text-decoration:none;
	color: #0c9cc9;
	padding-left:10px;
}
.footer_links a:hover {
	text-decoration:underline;
	color: #0c9cc9;
}
/*fumetto*/
/*
.layer1 {
margin: 0;
padding: 0;
width: auto;
height: auto;
}
 
.heading {
margin: 1px;
color: #fff;
padding: 3px 10px;
cursor: pointer;
position: relative;
background-color:#c30;
}

.content {
padding: 2px 5px;
background-color:#fafafa;
}*/
p {
	padding: 2px 0;
	color:#000;
	text-decoration:none;
}
.content a {
	color:#000;
	text-decoration:none;
}
#social {
	position:absolute;
	width:auto;
	height:auto;
	z-index:1;
	right: 10px;
	top: 5px;
}
/* THE SPEECH BUBBLE */
.triangle-isosceles {
	position: absolute;
	z-index:3;
	left: 70%;
	top: 35%;
	padding: 0.5em;
	margin: 2em;
	color:#000;
	text-decoration:none;
	background:#f3961c; /* default background for browsers without gradient support */
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
	background:-moz-linear-gradient(#f9d835, #f3961c);
	background:-o-linear-gradient(#f9d835, #f3961c);
	background:linear-gradient(#f9d835, #f3961c);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
/* Variant : for top positioned triangle */
.triangle-isosceles.top {
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f3961c), to(#f9d835));
	background:-moz-linear-gradient(#f3961c, #f9d835);
	background:-o-linear-gradient(#f3961c, #f9d835);
	background:linear-gradient(#f3961c, #f9d835);
}
/* Variant : for left/right positioned triangle */
.triangle-isosceles.left {
	margin-left:50px;
	background:#f3961c;
}
/* Variant : for right positioned triangle */
.triangle-isosceles.right {
	margin-right:50px;
	background:#f3961c;
}
/* THE TRIANGLE */
/* creates triangle */
.triangle-isosceles:after {
	content:"";
	position:absolute;
	bottom:-15px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#f3961c transparent;
	/* reduce the damage in FF3.0 */
    display:block;
	width:0;
}
/* Variant : top */
.triangle-isosceles.top:after {
	top:-15px; /* value = - border-top-width - border-bottom-width */
	right:50px; /* controls horizontal position */
	bottom:auto;
	left:auto;
	border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
	border-color:#f3961c transparent;
}
/* Variant : left */
.triangle-isosceles.left:after {
	top:16px; /* controls vertical position */
	left:-50px; /* value = - border-left-width - border-right-width */
	bottom:auto;
	border-width:10px 50px 10px 0;
	border-color:transparent #f3961c;
}
/* Variant : right */
.triangle-isosceles.right:after {
	top:16px; /* controls vertical position */
	right:-50px; /* value = - border-left-width - border-right-width */
	bottom:auto;
	left:auto;
	border-width:10px 0 10px 50px;
	border-color:transparent #f3961c;
}
