/**
 * version: 1.0
 * author: negatyve.com
 * author uri: http://www.negatyve.com/
 * © 2009 negatyve.com | all rights reserved
**/


/*********************/
/* INFO PAGES STYLES */
/*********************/


.info-title
{
position: relative;
float: left;
width: 670px;
height: 60px;

margin-bottom: 10px;
border-bottom: 1px solid transparent;

font: normal 32px 'Arial Narrow', Arial;
text-indent: 10px;
text-transform: uppercase;
line-height: 70px;
}


/*********************/
/* NEWSLETTER STYLES */
/*********************/


#tohidden, #h2-ok, #h2-ko
{
position: relative;
float: left;
width: 670px;
}
#h2-ok, #h2-ko
{
font-size: 16px;
text-align: center;
display: none;
}
.newsletter-info h2
{
font: normal 28px 'Arial Narrow', Arial;
padding: 10px;
}
.newsletter-info p
{
padding: 5px 10px;
font: normal 12px Georgia, Arial;
}
.info-content-newsletter form
{
position: relative;
float: left;
left: 10px;
width: 650px;
padding-top: 20px;
}
.info-content-newsletter .step-container
{
margin-bottom: 20px;
width: 650px;
}
.info-content-newsletter .step-container p
{
position: relative;
float: left;
width: 650px;
height: 22px;
margin: 5px 0;
padding: 0;
}
.info-content-newsletter .step-container .intestazione_f
{
font-size: 12px;
font-weight: bold;
}
.info-content-newsletter select, .info-content-newsletter #email
{
position: absolute;
float: left;
top: 3px;
left: 170px;
width: 200px;
}
.info-content-newsletter label
{
position: absolute;
top: 0;
left: 10px;
}
.info-content-newsletter #select-formato
{
position: relative;
float: left;
width: auto;
left: 0;
}
.info-content-newsletter #email
{
width: 196px;
}
.checkbox-container
{
height: 35px;
width: 600px;
}
.checkbox-container label, .checkbox-container input
{
position: absolute;
float: left;
}
.checkbox-container input
{
top: 10px;
left: 0px;
}
.checkbox-container label
{
top: 9px;
left: 25px;
}
.privacy-legenda
{
  clear: both;
  font-size: 10px;
}
#divsubmit
{
position: static;
float: none;
margin: 0 auto;
}
.info-content-newsletter .legenda
{
font-size: 10px;
margin-top: 20px;
}
.info-content-newsletter .step-container .label, .info-content-newsletter .step-container .radio-container
{
position: relative;
float: left;
}
.info-content-newsletter .step-container .radio-container
{
margin-top: 2px;
}
.info-content-newsletter .step-container .label
{
width: 280px;
}
.info-content-newsletter .step-container .label a
{
color: #1b6194;
text-decoration: underline;
}


/**********************/
/* LEGAL NOTES STYLES */
/**********************/


.info-content-legal h1
{
margin-bottom: 15px;
}
.info-content-legal h2
{
padding: 20px 10px 5px 10px;
font: normal 22px 'Arial Narrow', Arial;
}
.info-content-legal p, .info-content-legal ul
{
font: normal 12px Georgia, serif;
text-align: justify;
line-height: 1.4em;
}
.info-content-legal p
{
padding: 10px;
}
.info-content-legal p a
{
color: #1b6194;
text-decoration: underline;
}


/*******************/
/* FEED RSS STYLES */
/*******************/


.info-content-rss ul
{
width: 670px;
margin-bottom: 20px;
}
.info-content-rss ul li
{
position: relative;
float: left;
border: 0;
margin: 0;
padding:0;

list-style: none;

width: 660px;
height: 75px;
margin-top: 1px;
left: 5px;
border-bottom: 1px solid #323232;
}
.info-content-rss ul li.hovered
{
background: #e5e6e7;
}
.info-content-rss ul li a
{
display: block;
clear: both;
padding-left: 26px;
margin-left: 10px;

font: normal 22px 'Arial Narrow', Arial;
text-transform: uppercase;
text-decoration: none;
line-height: 46px;
color: #333333;

background: url( '/layout/feed-rss-list-item-background.png' ) no-repeat center left;
}
.info-content-rss ul li span
{
color: #555555;
margin-left: 10px;
}
.info-content-rss p
{
padding: 5px 10px;
font: normal 12px Georgia, Arial;
text-align: justify;
line-height: 1.4em;
}
.info-content-rss h2
{
font: normal 28px 'Arial Narrow', Arial;
padding: 10px;
}
.info-content-rss a
{
color: #1b6194;
text-decoration: underline;
}
.info-content-rss a:hover
{
text-decoration: none;
}


/*******************/
/* FEED RSS STYLES */
/*******************/


.info-content-contact ul li p
{
padding-bottom: 20px;
text-align: justify;
}
.info-content-contact p.desc, .info-content-contact ul li strong, .info-content-contact ul li a
{
font-size: 12px;
font-family: Georgia, Arial;
line-height: 1.4em;
}
.info-content-contact ul li strong
{
display: block;
clear: both;

font: normal 22px 'Arial Narrow', Arial;
}
.info-content-contact p.desc
{
position: relative;
float: left;
padding: 30px 10px;
text-align: justify;
}
.info-content-contact a
{
color: #1b6194;
text-decoration: underline;
}
.info-content-contact a:hover
{
text-decoration: none;
}


/**********************/
/* ERROR PAGES STYLES */
/**********************/


.error-404
{
text-align: center;
}
.error-404 h1
{
padding-top: 20px;
font: normal 36px 'Arial Narrow', Arial;
text-transform: uppercase;
}
.error-404 p
{
font: bold 13px Georgia, Arial;
padding: 20px 0 50px 0;
}
