
/* Roberto Ridolfi Screen Style Sheet
------------------------------------------
Author: maccom sas / www.maccom.it
Version: 1.0 (02.2010)
------------------------------------------ */

*{
	padding: 0;
	margin: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
}

body{
	background-color: #660033;
	font-size: 12pt;
}


/* Common elements
------------------------------------------ */

body,
p{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 1.8;
}

p,
ul li,
ol li,
label{
	font-size: 10pt;
}

p{
	margin-bottom: 0.813em;
}

a{
	color: #660033;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

ul{
	list-style: none;
	margin:0;
	padding:0;
}

table{
	border-collapse: collapse;
}


/* Headers
------------------------------------------ */

h1,
h2{
	color: #660033;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom:0.5em;
	line-height: normal;
	font-weight: normal;
}

h1{
	font-size: 20pt;
	margin:0 0 0.5em 0;
}

h2{
	font-size: 14pt;
	margin:1.5em 0 1em 0;
}

h3{	
	font-size: 12pt;
	color: #666;
}


/* Main Content elements
------------------------------------------ */

#container{
	margin-top: 0px;
	background-color: #fff;
}

#container,
#footer{
	width: 100%;
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
}

#center{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0px;
	background-image: url(../images/center_bg.gif);
	background-repeat: repeat-y;
}

#footer{
	padding: 20px 0 50px 0;
}


/* Center elements
------------------------------------------ */

#sidebar{
/*	float: left;*/
	width: 225px;
}

#content{
	width: 100%;
	margin-left: 0;
}

#close{
	width: 100%;
	height: 1px;
	clear: both;
}


/* Sidebar elements
------------------------------------------ */

#top,
#bottom{
	width: 100%;
	clear: left;
	display:none;
}



#top{
	clear: left;
	position: relative;
	/*margin-bottom: 22px;*/
	border-bottom: 22px solid #fff;
	background-color: #fff;
	width:225px;
}

#bottom{
	padding:20px 0 100px 0;
}


/* Sidebar elements - logo + img
------------------------------------------ */

#logo{
	background-color: #fff;
	padding-bottom: 20px;
}

#logo img{
	border: none;
}

#img{
	float: left;
}

#img img{
	padding: 2px 0;
	border-top: 4px solid #660033;
	border-bottom: 4px solid #660033;
}


/* Sidebar elements - mainmenu
------------------------------------------ */

#mainmenu{
	display:none;
}

/* Sidebar elements - quotes
------------------------------------------ */

#quotes{
	padding: 0 20px 115px 20px;
	background-image: url(../images/quotes_bg.jpg);
	background-position: bottom;
}

.blockquotes{
	background-image: url(../images/blockquotes_bg.gif);
	padding-left: 35px; 
}

.blockquotes p{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #999;
	line-height: normal;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}


/* Sidebar elements - banner
------------------------------------------ */

#banner{
	display:none;
}


/* Content elements
------------------------------------------ */

#evidence,
.banner_interno_centrale{
	display:none;
}

.banner_interno_centrale a{
	float: left;
}

#content{
	clear:left;
}

#content p,
#content ul li{
	text-align: justify;
	letter-spacing: 0;
}

#content ul li{
	background-image: none;
	background-position: 0 6px;
	padding: 0 0 0.816em 0;
}

#content ol{
	list-style-position: outside;
	list-style: decimal-leading-zero;
	margin: 0 0 20px 30px;
}

#content ol li{
	padding-bottom: 0.816em;
}

#content .article_sep{
	width: 100%;
	display: block;
	padding-top: 10px;
	border-bottom: 1pt solid #ddd;
	margin-bottom: 10px;
	height:1px;
	clear:both;
}


#content img{
	padding: 2px;
	border: 1px solid #bda398;
}

#content ul li a{
	color: #666;
	text-decoration:none;
}


/* Content elements - Scheda
------------------------------------------ */

#scheda{
	width: 100%;
	float: left;
	margin-bottom:20px;
}

#scheda #lx{
	width: 490px;
	float: left;
}

#scheda #rx{
	float: left;
	width: 154px;
	margin-left: 20px;
}

#rx div{
	float left;
	width: 100%;
}


.info_libro{
	width: 100%;
}

.info_libro td{
	width: 50%;
	vertical-align: top;
}

.acquista{
	width: 112px;
	height: 22px;
	display: block;
	background-image: url(../images/pulsante_acquista.png);
	text-decoration: none;
	margin-top: 15px;
}

.acquista:hover{
	background-position: 0 -22px;
}

.readon{
	display:none;
}

#rx .readon{
	display:none;
}


/* Content elements - Form
------------------------------------------ */

.form-odd,
.form-pri{
	width: 100%!important;
	display: block!important;
}

.form-odd{
	padding-bottom: 10px;
}

.form-pri{
	padding-bottom: 20px;
	float: left;
}

.form-odd label{
	width: 110px;
	float: left;
}

.form-pri label{
	width: 450px;
	margin-left: 10px;
}

.form-pri label,
.form-pri input{
	float: left;
}

.form-pri input{
	margin-top: 4px;
}

.form-odd .inputbox{
	border: 1px solid #ddd;
	width: 390px;
}

.button,
.readon{
	background-image: url(../images/form_buttons_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #8e4268;
	color:#fff;
	text-transform: lowercase;
	background-color: #660033;
	padding: 1px 4px;
	text-decoration: none;
	letter-spacing: normal;
}

.button{
	border: 1px solid #fff;
	line-height: 15px;
	font-size: 68%;
}

.button:hover,
.readon:hover{
	border: 1px solid #660033;
}

.form-odd textarea{
	height: 100px;
}

.error-msg,
.pi-email-sent{
	border: 1px dashed #ddd;
	padding: 10px;
	margin-bottom: 20px;
}

.error-msg p{
	color: #ff0000;
	margin-bottom: 0;
}

.pi-email-sent{
	background-image: url(../images/ok.png);
	background-position: 10px center;
}

.pi-email-sent p{
	padding-left: 60px;
	margin-bottom: 0;
}

.form-odd p{
	font-size: 68.8%;
}

.form-odd a{
	color: #666;
	text-decoration: none;
}

.form-odd a:hover{
	text-decoration: underline;
}


/* Footer elements
------------------------------------------ */

#footer{
	padding-top:0;
	
}

#footer div{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#footer p,
#footer a{
	color: #fff;
	background-color: #660033;
}

#footer ul{
	display:none;
}


.concept{
	display:none;
}

#footer_menu{
	display:none;
}


