/* stile standard per la pagina */
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
body.wrapper {
	margin:0px;
	padding:0px;
	background-image:url(../images/blank.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
.bannergroup {
	background-image:url(../../../images/banners/home.jpg);
	height: 304px;
}
.bannergroup1 {
    background-image:url(../../../images/banners/home1.jpg);
	height: 304px;
}.bannergroup2 {
    background-image:url(../../../images/banners/home2.jpg);
	height: 304px;
}
img{
	border:0px;
}
a{
	color:#333333;
}
a:hover{
	color:#E5001A;
}
a.1{
	color:#333333;
	text-decoration:none;
}
a.1:hover{
	color:#E5001A;
	text-decoration:none;
}
a img.prodotti {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
a:hover img.prodotti {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5001A;
	border-bottom-color: #E5001A;
}
/**/

/* da eliminare a sviluppo completato */
div {
	/*border: 1px solid #333333;*/
	
}
/**/

/* layout per la struttura della pagina */
div#content {
	width:802px;
	margin-left:auto;
	margin-right:auto;
}
div#content-top {
	height:83px;
}
div#content-top div {
	float:left;
}
div#content-top-logo {
	width:210px;
	height:83px;
}
div#content-top-intestazione {
	width:590px;
	height:83px;
}
div#content-top-intestazione-1 {
	height:29px;
	text-align:right;
	font-size:10px;
	margin-right:10px;
}
div#content-top-intestazione-1 a {
	color:#666666;
	text-decoration:none;
}
div#content-top-intestazione-1 a:hover {
	background-color:#E5001A;
	color:#FFFFFF;
}
div#content-top-intestazione-1 .smaller {
	font-size:10px;
}
div#content-top-intestazione-1 .reset {
	font-size:12px;
}
div#content-top-intestazione-1 .larger {
	font-size:14px;
}
div#content-top-intestazione-2 {
	/*height:83px;*/
	text-align:right;
}
img#intestazione-top {
	/*margin-right:10px;
	margin-top:10px;
	margin-bottom:0px;*/
}
div#content-top-intestazione div {
	float:none;
}
div#content-menu {
	height:36px;	/* altezza da definire in base al menu */
}
div#content-middle {
	width:800px;
}
div#content-middle div {
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
div#content-spalla-sx {
	width:190px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
div#content-main {
	width:570px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
div#content-main div{	/* potrebbe creare alcuni problemi in fase di sviluppo con dei componenti che utilizzano dei div */
	/*float:none;*/
	/*width:100%;*/
}
div.content-gallery{
	/*float:left;*/
	width:570px;
	/*border: 1px solid #333333;*/	
}
/*div.leading{
	width:550px;
}
div.blog{
	width:550px;
}*/
div.content-gallery div{
	/*float:left;*/
	margin-left:8px;
	margin-right:auto;	
}
div#content-bottom {
}

img#logo-top {
	margin-left:10px;
	margin-top:29px;
}

div.content-icon {
	width:570px;
}

div#footer-top {
	text-align:right;
	width:800px;
	background-image:url(../images/footer-line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:5px;
}
div#footer-top a{
	font-size:10px;
	text-decoration:none;
	color:#666666;
}
div#footer-top a:hover{
	color:#333333;
}
div#footer-bottom {
	padding-top:5px;
	width:800px;
	text-align:right;
	font-size:10px;
	padding-bottom:25px;
	color:#666666
}
/**/
/* modifiche layout per la sezione assistenza */
div#content-main-assistenza { 
	width:780px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
table.renderedtable {
	font-size:11px;
	border-left:#cccccc 1px solid;
	border-top:#cccccc 1px solid;
}
table.renderedtable td{
	padding:3px;
	/*border-top:#cccccc 1px solid;*/
	border-right:#cccccc 1px solid;
	border-bottom:#cccccc 1px solid;
}
table.renderedtable thead{
	background-color:#E5001A;
	color:#FFFFFF;
	font-weight:bold;
}
/**/

/* stili testo */
p {
	font-size:11px;
	line-height: 14px;
	color:#333333;
	margin-bottom:0px;
	padding-bottom:5px;
	margin-top:0px;
	padding-top:5px;
	text-align:justify;
}
div#page ul { 
	font-size:11px;
	/*padding-left:15px;
	border-left:2px;*/
	/*background-color:#666666;*/
}
div#page ul li {
	padding-left:5px;
}
img.details {
	margin-right:15px;
	padding-right: 10px;
	padding-bottom: 5px;
}
p.buttonheading { /* allineamento delle icone back, pdf, stampa */
	text-align:right;
}
h1 {
	color:#E5001A;
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;	
	padding-bottom:3px;
}
h1.header {
    color: #666666;
	font-size:14px;
	border:none;
	font-weight:bold;
	padding-top:7px;
}
h2 {
	color:#E5001A;
	font-size:14px;
	padding-bottom:0px;
	margin-bottom:2px;
}
h3{
	color: #666666;/*#E5001A*/
	font-size:12px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;*/	
	padding-bottom:0px;
	margin-bottom:0px;
}
h5{
	color:#666666;/*#E5001A*/
	font-size:12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;	
	padding-bottom:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;	
	padding-top:5px;
	text-decoration:none;
	padding-left:5px;		
}
h5 a{
	color:#E5001A;
	text-decoration:none;
	margin-left:5px;
}
h5:hover{
	color:#E5001A;
	text-decoration:none;
	border-top-color: #E5001A;	
	border-top-color: #E5001A;	
	border-bottom-color: #E5001A;	
	border-bottom-color: #E5001A;
}
h4{
	font-size:11px;
	color:#333333;
	font-style:italic;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:15px;
	margin-bottom:0px;
}

/**/

/* form email */
form#emailForm label {
	font-size:10px;
}


form#emailForm button#button {
	border: 1px solid #999999;
	background-color: #d0d1d0;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	background-image: url(../images/formButtonBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top:10px;
	/*margin-bottom:10px;*/
	margin-right:5px;
	padding-left:5px;
	margin-left:5px;
}

form#emailForm input {
	height:14px;
	width:175px;
	font-size:10px;
	color: #666666;
	background-color:#EFEFEF;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
}
form#emailForm textarea {
	height:150px;
	width:570px;
	font-size:10px;
	color: #666666;
	background-color:#EFEFEF;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
}
form#emailForm input#contact_email_copy {
	width:25px;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
}
/**/
/* gli stili dei moduli */

/* modulo "cerca" */
div#content-cerca{			/* tutti questi stili andranno adattati a Joomla! */
	width:190px;
	padding-top:3px;
	padding-bottom:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom:20px;
}
form#cerca {
	padding:0px;
	margin:0px;
}
div#content-cerca input.inputbox-cerca {
	height:14px;
	width:175px;
	font-size:10px;
	color: #666666;
	background-color:#EFEFEF;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
}
input, select {
	/*border: 1px solid #999999;
	background-color: #ffffff;*/
	}
select, option{
	height:20px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
}	
/**/
/* modulo "login" */
div#content-login{			/* tutti questi stili andranno adattati a Joomla! */
	width:190px;
	padding-bottom:15px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div#content-login a{
	color:#333333;
	margin-left:5px;	
}
div#content-login a:hover{
	color:#E5001A;	
}

div#content-login h6 {
	color:#E5001A;
	font-size:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;	
	padding-bottom:3px;
	margin-bottom:0px;
}
form#login {
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
}
form#login label.label {
	margin-left:5px;
	font-size:10px;
}
form#login label.label {
	margin-left:5px;
	font-size:10px;
}
form#login label.remember {
	margin-left:5px;
	font-size:10px;
}
p.hidden {
	visibility: hidden;	
}
div#content-login input.inputbox-login {
	height:14px;
	width:175px;
	font-size:10px;
	color: #666666;
	background-color:#EFEFEF;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	margin-top:3px;
	margin-bottom:10px;
	margin-left:5px;
}
input, select {
	/*border: 1px solid #999999;*/
	/*background-color: #000000;*/
	}
div#content-login input.button {
	border: 1px solid #999999;
	background-color: #d0d1d0;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	background-image: url(../images/formButtonBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top:10px;
	/*margin-bottom:10px;*/
	margin-right:5px;
	padding-left:5px;
	margin-left:5px;
}
/**/

/* box news */
table#box-news td.dx-sx {
	padding-left:10px;
	padding-right:10px;
}
table#box-news td.sx {
	padding-left:10px;
}
table#box-news td.dx {
	padding-right:10px;
}
table#box-news h3 {
	color:#E5001A;
	font-size:11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;	
	padding-bottom:3px;
	margin-bottom:0px;
}
table#box-news ul{
	/*display:inline;*/
	padding-left:0px;
	margin-left:0px;
	padding-top:8px;
	font-size:10px;
	list-style-type: none;
}
table#box-news ul li{
	/*display:inline;*/
	/*padding-top:0px;*/
}
table#box-news a{
	color:#333333;
	text-decoration:none;
}
table#box-news a:hover{
	color:#E5001A;
	text-decoration:underline;
}
table#box-news p{
	/*padding-top:8px;*/
	font-size:10px;
}

/**/

/* menu orizzontale */
div#content-menu {
	text-align: left;
	margin-right:0px;
	vertical-align:top;
	background-color: #FFFFFF;
	width: 802px;
}
div#content-menu ul{
	margin:0px;
	padding:0px;
}
div#content-menu li{
	display:inline;
	margin-right:25px;
}
div#content-menu li a{
	color:#333333;
	font-size:12px;
	text-decoration:none;
	/*background-color:#FF0000;*/
	
	
}
div#content-menu li a:hover{
	color:#E5001A;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	border-bottom-width: 1px;
		
}
div#content-menu li#current{
	color: #CC0000;
	border-bottom-style: solid;
	border-bottom-color: #E5001A;
	border-bottom-width: 2px;
	font-weight:bold;
	
}
/**/


/* menu verticale */

div.moduletable_verticale ul{
	margin-top:0px;
	margin-bottom:20px;
	margin-right:0px;
	margin-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:1px;
	
}
div.moduletable_verticale li{
	width:180px;
	margin:0px;
	padding:0px;
	list-style-type: none;	
}
div.moduletable_verticale li a{
	color:#333333;
	font-size:12px;
	text-decoration:none;
	display: block;					/* importatne: permette di visualizzare i link larghi come tutta la colonna */
	width: 184px;
	padding-top:10px;
	padding-bottom:2px;
	padding-left:5px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	
}
div.moduletable_verticale li a:hover{
	border-bottom-color:#E5001A;
	color: #E5001A;
		
}
div.moduletable_verticale li#current a{
	border-bottom-color:#E5001A;
	color: #E5001A;
	font-weight:bold;
}

/**/

/* gestisco il sitema di navigazione delle news */
div.content_blog_more {
	width:565px;
	font-size:10px;
	text-align:center;
}

/* */

/* messaggi di sistema */

/* System Messages */
#system-message
{
margin:20px 0 40px 0;
padding: 0 !important;
background:#FFFFFF;
border:solid 0px;
font-size:14px;
}
#system-message dt { font-weight: normal; }
#system-message dd { margin: 0;  font-weight: bold; text-indent: 0px;background:#fff;padding:0 }
#system-message dd ul { color: #E5001A; margin-bottom: 15px; list-style: none; padding: 0px; border-top: 1px solid #E5001A*/; border-bottom: 1px solid #E5001A;}
#system-message ul {
	
}
#system-message ul li{
	
	font-weight:bold;
	font-size:12px;
	margin-top:5px;
	margin-bottom:6px;
	margin-left:10px;
	/*height:35px;
	padding-left:35px;
	background-image:url(../images/notice-alert.png);
	background-repeat:no-repeat;
	background-position:lefT;
	vertical-align:middle;*/
}
/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }
#system-message dd.message ul { background: #ececec}

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error {  }
#system-message dd.error ul { color: #E5001A; background: #ececec ; border-top: 1px solid #E5001A; border-bottom: 1px solid #E5001A;margin:0}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice {  }
#system-message dd.notice ul { color: #E5001A; background: #ececec; border-top: 1px solid #E5001A; border-bottom: 1px solid #E5001A;}


/**/
/**/

/* tabella dettaglio prodotti */

.prod-detail {
	width:570px;
	font-size:9px;
	border-style:solid;
	border-width:1px;
	border-color:#efefef;
}
table.prod-detail thead {
	background-color:#efefef;
	color:#E0081D;
	font-weight:bold;
}
table.prod-detail td{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:2px;
	padding-right:2px;
	text-align:center;
}
table.prod-detail tbody {
	color:#666666;
}
table.prod-detail tbody td{
	text-align:center;
}
table.prod-detail td{
	font-size:9px;
}

/* stile per la selezione della lingua */

div.langsel {
	height:15px;
	width:802px;
	margin-left:auto;
	margin-right:auto;
}
div#jflanguageselection ul {
	margin:0px;
	padding:0px;
	text-align:right;
}
div#jflanguageselection ul li{
	font-size:10px;
	display:inline;
	margin:0px;	
}
div#jflanguageselection ul li a {
	margin-left:10px;
}
div#jflanguageselection ul li#active_language {
	font-weight:bold;
}


/**/
.contentheading1 {
	font-size: 18px;
	color: #E5001A;
}

