/* CSS Document */

body {
background: url(../../home_backg.jpg) repeat;
	font-family:  'Trebuchet Ms', Verdana, Helvetica, Arial,  sans-serif;
	font-size: 12px;
		color:#33333;
margin:0px;
padding:0px;
}
.layout
{
background-color:#ffffff;
border: 1px solid #5c5c5c;
}

form, div, p, h1, h2, h3, h4, h5, h6,  {
	margin: 0;
	padding: 0;
	
}

ul
{
margin:10px;
padding:0px;
}
td, th, p, div, span {
	font-size: 12px
}

.listEntry {
	margin-bottom: 10px;
}

a, a:link, a:visited, a:active, a:focus {
	color: #FF3300;
	text-decoration: none
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}

.articleText { 
	margin-bottom: 3px;
	text-align: justify;
}

.articleCode {
	margin-bottom: 3px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
margin:0px;
}
h1{
font-size:22px;
}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size: 14px;}

.articleSummary {
	font-size: 11px;
	color: #333333;
	line-height: 135%;
}

.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-size: 10px;
	color: #4A5966;
	font-weight: normal;
	text-decoration: none;
}
.nav_table a:hover {
	text-decoration: underline;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	font-size: 10px;
	color: #4A5966;
	font-weight: bold;
	text-decoration: none;
}

.articleList_toptext {
	font-size: 10px;
}

.articleList_listhead {
	font-size: 11px;
	font-weight: bold;
}


/* CSS for the top level list */
ul.list_top, ul.list_level {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #5E747F;
	font: bold 12px Verdana, sans-serif;
}
ul.list_top li, ul.list_level li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 0;
}
ul.list_top li a, ul.list_level li a {
	padding: 3px 0.5em;
	margin: 0px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D7DEE5;
	text-decoration: none;
}
ul.list_top li a:link, ul.list_level li a:link { color: #5E747F; }
ul.list_top li a:visited, ul.list_level li a:visited { color: #5E747F; }
ul.list_top li a:hover, ul.list_level li a:hover {
	color: Black;
	background: #92A1AF;;
	border-color: #227;
}
ul.list_top li.active a, ul.list_level li.active a {
	background: white;
	border-bottom: 1px solid white;
}




.imgDIVinTextLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0;
}
.imgDIVinTextRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0;
} 
.imgDIVtopLeft { 
	margin:8px 10px 5px 20px; 
	padding:0px; 
	border:0; 
} 
.imgDIVtopCenter { 
	margin:8px -50% 5px -50%; 
	padding:0px; 
	border:0; 
}

.imgDIVblockImgLeft { 
	margin-right: 10px;
}
.imgDIVblockImgRight {
	margin-left: 10px; 
} 

.phpwcmsImgListRight {
	text-align: right;
	margin: 0;
	padding: 0;
}
.phpwcmsImgListLeft {
	text-align: right;
	margin: 0;
	padding: 0;
}


.phpwcmsSearchResult {
	margin: 15px 0 15px 0;
}
.phpwcmsSearchResult h3 {
	margin: 10px 0 1px 0;
	font-size: 12px;
	font-weight: bold;
}
.phpwcmsSearchResult p {
	margin: 0;
}
.phpwcmsSearchResult em.highlight, em.highlight {
	background-color: #FFFF00;
	font-style:inherit;
}


#VisualModeIndicator {
	position:absolute;
	left:5px;
	bottom:5px;
	padding:5px;
	z-index:10000;
	background-color:#FF3300;
	color:#FFFFFF;
	border:1px solid #000000;
}

.phpwcmsArticleListEntry {
	clear: both;
color:#333333;
border-top: 0px solid #5c5c5c;
padding:0px;
padding-top:3px;
min-height:250px;
}
.phpwcmsArticleListEntry ul li{
	list-style-position: inside;
line-height 120%;}

.phpwcmsArticleListEntry h1{
color:#0082C4; 
font-size:20px;
}
.phpwcmsArticleListEntry h3{
color:#5c5c5c; 
font-size:13px;
}



.phpwcmsArticleListImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
}
.phpwcmsArticleListImageCaption {
	padding-top: 5px;
}

div.cpPagination {
	margin: 10px 0 10px 0;
	text-align: right;
}
a.cpPaginate, a.cpPaginateActive, a.cpPaginationPrev, a.cpPaginationNext {
	padding: 0px 3px 1px 3px;
	background-color: #FFFFFF;
	color: #BBBBBB;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #CBCBCB;
}
a.cpPaginateActive {
	background-color: #CBCBCB;
	color: #FFFFFF;
	border: 1px inset #CBCBCB;
}

a.cpPaginationPrev:hover, a.cpPaginationNext:hover, a.cpPaginate:hover {
	background-color: #DDDDDD;
	color: #666666;
	border: 1px inset #CBCBCB;
}
/* Portlet Home*/
#boxlancio
{width: 246px;
border:0px;
padding:2px;
border-right:0px #B6B6B6 solid;
}
#boxlancio h3
{font-size: 13px; 
font-weight:bold; 
color: #ffffff; 
/*background:#B6b6b6 url(../../picture/tri_grigiobianco_big.gif) right bottom no-repeat; */
background:#0c2f5c url(../../picture/tri_grigiobianco_big.gif) right bottom no-repeat;
display: block;
padding: 0px 19px 0px 8px;
height:36px;
}
/*url(../../picture/tri_grigiobianco_big.gif)*/
/* Portlet Rivenditori*/
#boxlancioar
{width: 246px;
border:0px;
padding:2px;
border-right:0px #B6B6B6 solid;
}
#boxlancioar h3
{font-size: 13px; 
font-weight:bold; 
color: #ffffff; 
background:#F39900 url(../../picture/tri_aranciobianco.gif) right bottom no-repeat; 
display: block;
padding: 0px 19px 0px 8px;
height:36px;
}

.boxtxt
{
padding:3px 8px 3px 8px;
}
#boxlancio img, #boxlancioar img
{
padding-left:8px;
margin-top:4px;
margin-bottom:8px;
}

#coldx
{background:#E3E3E3;
color:#5C5C5C;
padding:14px;
 \width: 180px;  /* IE5x Opera <= 5 */
   widt\h: 152px;  
margin-bottom:8px;
}

#colriv
{background:#F39900;
filter:alpha(opacity=55);
-moz-opacity:.55;
opacity:.55;
padding:14px;
 \width: 180px;  /* IE5x Opera <= 5 */
   widt\h: 152px;  
}
#colriv a:link, #colriv a:visited
{
font: 13px;
line-height:150%;
color:#990000;
text-decoration:none;
filter:alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
}

#colriv a:hover
{
text-decoration:underline;
}


.colsx
{
background:#ffffff;
border-right:1px solid #5c5c5c;

}

#coldx h4
{
font-size:14px; 
font-weight: bold; 
color: #5c5c5c;
padding: 15px 0px 9px 14px;
border-bottom: 1px solid #5c5c5c;
}
/* AREA PRODOTTO */

#prodimm
{float:left; 
}


#prodsomm
{color:#5c5c5c;}

/* STILE DEL BOX DELLE HOME page DI MARCA */

#boxmarca {
	float: left;
	margin-bottom:15px;
	margin-right:12px;
	padding:0px;
	width:168px;
	\width:158px;
	widt\h: 168px; 
	background:#858384;
		color:#ffffff;

}
#boxmarca h2
{
color:#ffffff;
font-size:18px;
font-weight:bold;
	padding: 0px 5px 0px 5px;
	background:#676362;
}
#boxmarca .desc
{padding:0px 5px 0px 5px;
}
#boxmarca a:link, #boxmarca a:visited, #boxmarca a:hover
{
background:url(../../picture/sfumatura.gif) repeat-x;
padding: 2px 5px 2px 0px;
text-align:right;
display:block;
}

/* STILE DEL PORTLET DELLE NEWS (BLU) */
#portnews
{
background:url(../../picture/sfumatura_blu.gif) repeat-x;
color:#ffffff;
 \width: 155px;  /* IE5x Opera <= 5 */
   widt\h: 155px;  
}
#portnews h1
{
font-size:18px;
border-bottom:1px solid #ffffff;
text-transform:capitalize;
padding:5px 5px 5px 11px;
background: url(../../picture/tri_grigiobianco_port.gif) no-repeat top right;
}
#portnews .descr
{
background: #007EC5 url(../../picture/sfumatura_blu.gif) repeat-x;
font-size:10px;
padding:5px 5px 5px 11px;
border-bottom:1px solid #ffffff;
line-height:120%;
}

/* STILE DEL PORTLET DELLE FAQ (ARANCIO) */

#portfaq
{
background:url(../../picture/sfumatura_arancio.gif) repeat-x;
color:#ffffff;
 \width: 155px;  /* IE5x Opera <= 5 */
   widt\h: 155px;  
}
#portfaq h1
{
font-size:18px;
border-bottom:1px solid #ffffff;
text-transform:capitalize;
padding:5px 5px 5px 11px;
background: url(../../picture/tri_grigiobianco_port.gif) no-repeat top right;
}
#portfaq .descr
{
background:#F39900 url(../../picture/sfumatura_arancio.gif) repeat-x;
font-size:12px;
padding:5px 5px 5px 11px;
border-bottom:1px solid #ffffff;
line-height:120%;
}

/* STILE DEL PORTLET DELLE NOVITA E DELLA COMUNICAZIONE (GRIGIO) */
#portcom
{
background:url(../../picture/sfumatura.gif) repeat-x;
color:#ffffff;
 \width: 155px;  /* IE5x Opera <= 5 */
   widt\h: 155px;  
}
#portcom h1
{
font-size:18px;
border-bottom:1px solid #ffffff;
text-transform:capitalize;
padding:5px 5px 5px 11px;
background: url(../../picture/tri_grigiobianco_port.gif) no-repeat top right;
}
#portcom .descr
{
background: #C3C5C8 url(../../picture/sfumatura.gif) repeat-x;
font-size:10px;
padding:5px 5px 5px 11px;
border-bottom:1px solid #ffffff;
line-height:120%;
}

.proddet ul
{
list-style: none;
border-bottom:1px solid #5c5c5c;
font-size:10px;
text-align:right;
margin:0px;
padding:0px;
}
.proddet ul li
{
display:inline;
border-right:1px solid #5c5c5c;
width:20%;
margin-left:25px;
padding:0px;
padding-right:8px;
}
/* Stile della tabella Breadcrumb + logo */
.breadlogo
{padding-top:4px; 
padding-bottom:4px;
border-bottom:1px solid #5c5c5c;}
/* Stile della tabella TOP della pagina di marca*/
.topmarca
{padding-left:4px; 
color:#333333;
border-top:1px solid #5c5c5c; 
background: #e3e3e3 url(../../picture/tri_grigiobianco_marca.gif) no-repeat bottom right;
}
/* Stile del fieldset dei form */
.fieldcont
{border:1px solid #F7F4E4; background-color: #E3E3E3;}
.fieldriv
{border:1px solid #F39900; background-color: #F39900; 
filter:alpha(opacity=55);
-moz-opacity:.55;
opacity:.55; }

/* stile dei form di ricerca*/
.formprod
{margin-bottom: 4px;}
.inputprod
{background:#b7b5b6;
font-family: 'Trebuchet Ms', Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
color:white;
border: 1px solid #5c5c5c;
}


/* stile navigazione di servizio */
.navserv
{
background:#B7B5B6; 
display:block; 
padding:5px;  
width:200px;
}
.navserv a:link, .navserv a:visited, .navserv a:active
{
color:#5c5c5c;
text-decoration:none;
}
.navserv a:hover
{
text-decoration:underline;
}