/* Re-defines.  Standard HTML tags. */

body { 
	background: #000;
	margin: 0px; 
	padding: 0px;
	font-family: Verdana, DIN-Regular, arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.8em; 
	}

/* ============================================================ */
/* Definizione selettori*/

h1, h2, h3, h4, h5 {}

h1
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-bottom: none;
	font-size: 16px;
	color: #444;
	letter-spacing: -2px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

h2
{
	margin: 20px 0px -5px 0px;
	font-size: 12px;
	font-weight: normal;
}
h3
{
	margin: 0;
	font-size: 12px;
}
h4
{
	margin: 0;
	font-size: 11px;
}
h5
{
	margin: 0;
	font-size: 10px;
}

p
{
	margin: 15px 0px 15px 0px;
	padding: 0px;
	font-size: 11px;
	text-align: left;
}

a:link, 
a:active
{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	border-bottom: dotted #aaa 1px;
	padding: 2px 0px;
}
a:visited
{
	color: #000000;
	text-decoration: none;
	border-bottom: dotted #aaa 1px;
	font-weight: normal;
	padding: 2px 0px;
	text-transform: inherit;
}
a:hover
{
	color: #ff0000;
	border-bottom: solid #ff0000 1px;
	font-weight: normal;
}
a.image { border-bottom: 0px; }
img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}


/* ============================================================ */
/*Liste*/
ol
{
	padding: 0px 0px 0px 30px;
	margin: 10px 0px 10px 0px;
}
ul
{
	padding: 0px 0px 0px 30px;
	margin: 10px 0px 10px 0px;
}
li
{
	padding: 0;
	margin: 5px 0px 5px 0px;
	font-size:11px;
	
}
/* ============================================================ */
/* Form */

form { margin: 0px; }
input
{
	font-family: Verdana, DIN-Regular, arial, sans-serif;
	font-size: 10px;
	color: #000;
}
fieldset p
{
	padding: 0px;
	margin: 5px;
	font-size: 10px;
}
legend { color: #0046d5; }
textarea
{
	font-family: Verdana, DIN-Regular, arial, sans-serif;
	font-size: 11px;
	color: #000;
}
select
{
	font-family: Verdana, DIN-Regular, arial, sans-serif;
	font-size: 11px;
	color: #000;
}


/* ============================================================ */
/* Tabelle */

table
{
	font-size: 12px;
	font-family: Verdana, DIN-Regular, arial, sans-serif;
	line-height: 14px;
	padding-top: 5px;
	background-color: #F2F2F2;
}
caption
{
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid #000;
}
thead th
{
	background: #ff0000;
	color: #FFFFFF;
	padding: 2px;
	text-align: left;
	text-transform: uppercase;
	border-top: 1px solid #d30000;
	border-left: 1px solid #F4D39E;
	border-bottom: 1px solid #B76E00;
	border-right: 1px solid #B76E00;
}
tbody th
{
	color: #fff;
	padding: 2px;
	text-align: left;

}
tbody td
{
	color: #000;
	padding: 2px;
	text-align: left;

}

tbody td
{
	background: #D7DBDD;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
tbody th
{
	background: #ff0000;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	text-transform: inherit;
}

tbody td a, tbody th a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: inherit;
}

tbody td a {}
tbody td a:hover
{
	color: #ff0000;
	background-color: #D7DBDD;
}
tbody th a {}
tbody th a:hover
{
	color: #ff0000;
	text-decoration: none;
}


/* ID */

/* ------------------ */
/* |                | */
/* |                | */
/* |----------------| */
/* |                | */
/* |----------------| */
/* |           |    | */
/* |           |    | */
/* |           |    | */
/* |----------------| */
/* |                | */
/* ------------------ */


#container {
	background-color: #fff;
	width: 840px;
	margin: auto;

}

/* ============================================================================= */
/* Intestazione Banner Navigazione Top-Immagine  */
/* ****************** */
/* *                * */
/* *                * */
/* ****************** */
/* |                | */
/* |----------------| */
/* |           |    | */
/* |           |    | */
/* |           |    | */
/* |----------------| */
/* |                | */
/* ------------------ */

#page-header
{
}
#top-banner
{
	margin: 0px auto;
	width: 800px;
	padding: 0px;
	background-color: #000;
}

/* Inserisco un inner nel top-banner */

#inner-top-banner
{
	width: 100%;
	margin: 0 auto;
	height: 75px;
	position: relative;

}
#inner-top-banner h1
{
	display: block;
	color: #fff;
	padding-top: 20px;
	padding-left: 10px;
	font-family: Verdana, DIN-Regular, arial, sans-serif;;
	font-size: 40px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 2px;
}


/* ============================================================================= */
/* Lingua */
#language
{
	position: absolute;
	left: 620px;
	top: 35px; /* <-- Usa questo per posizionare le lingue piu' in alto o piu' in basso */
	width: 155px;
	color: #fff;
}
#language  ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	width: 100%;
}
#language  li
{
	text-decoration: none;
	float: left;
	margin: 0px 0px 4px 0px;
	font-size: 13px;
	font-weight: normal;
	display: inline;
	border-bottom: none;
}
#language  li a, #language li a:visited, #language li a:active
{
	color: #fff;
	border-style: none none none none;
}
#language  li a:hover
{
	border-bottom: #FFF;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

/* ============================================================================= */
/* Logo */
#logo
{
	position: absolute;
	top: 200px;
	left: 0px;
	width: 100px;
	height: 100px;
	background-image: url('/dep/top_banner.gif');
	background-repeat: no-repeat;
	background-color: #fff;
	display: none;
	line-height: 1px;
	border: 1px solid #f00;
	color: #fff;
	z-index: 1;
}
/* Banner */

#top-banner-image
{
	padding: 0;
	margin: 0 auto;
	width: 800px;
	overflow: auto;
}


/* ============================================================================= */
/* Parti principali */
/* ------------------ */
/* |                | */
/* |                | */
/* ****************** */
/* *                * */
/* *----------------* */
/* *           |    * */
/* *           |    * */
/* *           |    * */
/* ****************** */
/* |                | */
/* ------------------ */

#page-content
{
	background: #FFFFFF;
	width: 800px;
	margin: 0 auto;
}

/* ------------------ */
/* |                | */
/* |                | */
/* ****************** */
/* *                * */
/* ****************** */
/* |           |    | */
/* |           |    | */
/* |           |    | */
/* |----------------| */
/* |                | */
/* ------------------ */

#page-content-header {
	width: 800px; /*<--- Attenzione a bordi e padding che potrebbero creare problemi */
	height: 0px; /*<--- Da togliere o imporre secondo esigenza */
	line-height: 0px; /*<--- Da togliere o imporre secondo esigenza */
	display: none; /*<--- Da togliere per visualizzare */
}

/* ============================================================================= */
/* Bordi bottom immagine Intestazione */
#main-header, #side-header 
{
	float: left;
	height: 28px;
	padding: 0px 20px;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
}

#main-header	
{ 	
	width: 500px;
	background-image: url('images/sfondo_bordo_immagine_principale.gif');
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #eee;
}
#side-header	
{
	width: 220px;
	background: #555;
	color: #fff;
}

/* ============================================================================= */
/* Elementi colonna Destra */
/* ------------------ */
/* |                | */
/* |                | */
/* |----------------| */
/* |                | */
/* |-----------****** */
/* |           *    * */
/* |           *    * */
/* |           *    * */
/* |-----------****** */
/* |                | */
/* ------------------ */

#menu-briciola
{
	margin-top: 8px;
	font-size: 11px;
}

#menu-briciola div
{
	margin-top: 8px;
	font-size: 11px;
}

#menu-briciola a { font-size: 11px; }

/* ============================================================================= */
/* Elementi colonna Destra */
/* ------------------ */
/* |                | */
/* |                | */
/* |----------------| */
/* |                | */
/* |-----------****** */
/* |           *    * */
/* |           *    * */
/* |           *    * */
/* |-----------****** */
/* |                | */
/* ------------------ */
#side
{
	float: right;
	border-bottom: 0px solid #999;
	width: 220px;
	text-align: left;
	font-size: 10px;
	padding: 0px 0px 0px 20px;
	line-height: 16px;

}

#side a:link, 
#side a:active, 
#side a:hover, 
#side a:visited { font-weight: normal; }

#side h1	
{
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	color: #333;
	margin-top: 10px;
}
#side li { margin: 2px auto; }

/* ============================================================================= */
/* Colonna Sinistra*/
/* ------------------ */
/* |                | */
/* |                | */
/* |----------------| */
/* |                | */
/* *************----| */
/* *           *    | */
/* *           *    | */
/* *           *    | */
/* *************----| */
/* |                | */
/* ------------------ */


#main { 
	float: left;
	width: 550px;
	text-align: left;
	padding: 0px 0px;
	background-color: #fff; 
	margin-left:0px;
	margin-bottom: 0px;
	margin-top: 20px;
}

/* ============================================================================= */
/*  */
/*  */
#main-sx-header
{
	float: left;
	width: 241px;
	padding: 4px 20px 0px 9px;
	background-color: #FFF;
	background-image: url('images/main_sub2_header_background.gif');
	background-repeat: no-repeat;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
}
#main-sx-header a { color: #fff; }
#main-sx-header a:hover { border-bottom: 1px solid #fff; }

/*#main-sx
{
	float: left;
	width: 270px;
	padding: 0px 0px;
}*/

.main-sx
{
	float: left;
	width: 270px;
	padding: 0px 0px;
}


/* ============================================================================= */
/*  */
/*  */
.par_base_foto {}
.par_base_foto h2
{
	color: #444;
	font-size: 14px;
	font-family: Verdana, DIN-Regular, arial, sans-serif;;
	margin: 5px 0 2px 0;
	text-transform: uppercase;
	font-weight: bold;
}


.par_base_foto h3
{
	color: #735062;
	font-size: 14px;
	font-family: Verdana, DIN-Regular, arial, sans-serif;;
	margin: 5px 0 2px 0;
	text-transform: uppercase;
	font-weight: bold;
}

.par_base_foto p
{
	text-align: left;
	font-size: 11px;
}
.par_base_foto img
{
	padding-right: 5px;
	margin: 0px;
	border: 0;
	
}
.par_base_foto img.clear_p_b_foto
{
	display: block;
	clear: both;
}

.par_base_foto a:link, a:active ,a:visited , a:hover
{
	padding-right: 5px;
	margin: 0px;
	border: 0;
	color: #735062;
	line-height:

}


/* ------- */

/* ------- ------- ------- ------- ------- ------- ------- ------- ------- */
/*  */
.pag_trans {}
.pag_trans h2 { margin: 5px 0 5px 0; }
.pag_trans p
{
	text-align: left;
	font-size: 11px;
}
.pag_trans img
{
	padding-right: 5px;
	margin: 0px;
	border: 0;
	
}
.pag_trans img.clear_p_b_foto
{
	display: block;
	clear: both;
}

.pag_trans ul { }

.pag_trans ul li { }

.pag_trans ul a { }

.pag_trans ul img { }

.pag_trans ul a.image_trans { }

.pag_trans ul li.item1 { }
.pag_trans ul li.item2 { }

/* Per differenziare altre liste aggiungere la classe all'ul e creare la
   serie in questo modo
   

.pag_trans ul.classe_definita { }

.pag_trans ul.classe_definita li { }

.pag_trans ul.classe_definita a { }

.pag_trans ul.classe_definita img { }

.pag_trans ul.classe_definita a.image_trans { }

.pag_trans ul.classe_definita li.item1 { }
.pag_trans ul.classe_definita li.item2 { }

*/
/* ------- ------- ------- ------- ------- ------- ------- ------- ------- */

.article .title
{
	line-height: 25px;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: left;
	color: #444;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-transform: inherit;
}

.article .title a:link, 
.article .title a:visited, 
.article .title a:active 
{
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: left;
	color: #444;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border-bottom: none; 
}

.article p { text-align: left; }

.article .meta
{
	font-size: 10px;
	text-align: left;
	padding: 0;
	padding-top: 0px;
	clear: both;
	margin-top: 19px;
	padding-bottom: 6px;
	border-color: #CCC;
	border-width: 0px;
	border-style: solid;
}

/*.abstract_dx .headline a:link, 
.abstract_dx .headline a:visited, 
.abstract_dx .headline a:active, 
.abstract_dx .headline { 
	font-size: 20px;
	line-height: 46px;
	letter-spacing: -2px;
	font-weight: bold; 
	text-align: left;
	color: #444; 
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border-bottom: none; 
}*/
/*  */
/*  */
/* ============================================================================= */


/* ------- ------- ------- ------- ------- ------- ------- ------- ------- */

.prodotto-lightbox .title
{
	line-height: 25px;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: left;
	color: #444;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-transform: inherit;
}

.prodotto-lightbox h2 {
	font-size: 20px;
	line-height: 46px;
	letter-spacing: -2px;
	font-weight: bold; 
	text-align: left;
	color: #444; 
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border-bottom: none; 

}

.prodotto-lightbox .row_images
{
	overflow: auto;
	margin: 0 0 15px 0;
}

.prodotto-lightbox .col_sx_images,
.prodotto-lightbox .col_dx_images
{
	width: 49%;
	padding-bottom: 15px;
	border: 0;
}



.prodotto-lightbox .col_sx_images { float: left; }

.prodotto-lightbox .col_dx_images { float: right; }

.prodotto-lightbox .lightbox_label_images
{
	font-size: 10px;
	font-weight: bold;
	color: #5691CC;
}

.prodotto-lightbox .lightbox_images,
.prodotto-lightbox .lightbox_images img { width: 200px; }


.prodotto-lightbox .title a:link, 
.prodotto-lightbox .title a:visited, 
.prodotto-lightbox .title a:active 
{
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: left;
	color: #444;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border-bottom: none; 
}

.prodotto-lightbox p { text-align: left; }

.prodotto-lightbox .meta
{
	font-size: 10px;
	text-align: left;
	padding: 0;
	padding-top: 0px;
	clear: both;
	margin-top: 19px;
	padding-bottom: 6px;
	border-color: #CCC;
	border-width: 0px;
	border-style: solid;
}

/*  */
/*  */
/* ============================================================================= */




.abstract_sx
{
	font-size: 12px;
	background: no-repeat;
	padding: 3px 0px 3px 9px;
	line-height: 17px;
	margin: 2px auto;
}
.abstract_sx div {}
.abstract_sx p
{
	padding: 0px;
	margin: 0px;
}
.abstract_sx img
{
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
	/* border-color: #F00;
	border-width: 1px;
	border-style: solid;*/
	float: left;
	
}
.abstract_sx a:link,
.abstract_sx a:visited,
.abstract_sx a:active,
.abstract_sx a:hover,
.abstract_sx a {}

/* ============================================================================= */
/*  */
/*  */
	
#main-dx-header
{
	float: left;
	left: 241px;
	width: 241px;
	padding: 4px 20px 0px 9px;
	background: #333;
	color: #EEE;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
}
#main-dx-header a { color: #fff; }
#main-dx-header a:hover { border-bottom: 1px solid #fff; }

/*#main-dx
{
	float: left;
	left: 230px;
	width: 230px;
	padding: 0px 20px;
}*/

.main-dx
{
	float: left;
	left: 230px;
	width: 250px;
	padding: 0px 20px 0px 9px;
}

.abstract_dx .title
{
	line-height: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: left;
	color: #444;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-transform: inherit;
	font-family: Verdana, DIN-Regular, arial, sans-serif;;
}

.abstract_dx .title a:link, 
.abstract_dx .title a:visited, 
.abstract_dx .title a:active 
{
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: normal;
	text-align: left;
	color: #444;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border-bottom: none; 
	font-family: Verdana, DIN-Regular, arial, sans-serif;;
}

.abstract_dx p { text-align: left; }

.abstract_dx .meta
{
	font-size: 10px;
	text-align: left;
	padding: 0;
	padding-top: 0px;
	clear: both;
	margin-top: 19px;
	padding-bottom: 6px;
	border-color: #CCC;
	border-width: 0px;
	border-style: solid;
}
.abstract_dx
{
	text-align: left;
	margin: 5px;
}

	
.abstract_dx a:link,
.abstract_dx a:visited,
.abstract_dx a:active,
.abstract_dx a:hover,
.abstract_dx a {}

.abstract_dx .body { 
	display: block;
	line-height: 18px;
	font-size: 12px;
 }
.abstract_dx img
{
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
	border-color: #F00;
	border-width: 1px;
	border-style: solid;
}
/* ============================================================================= */
/*    */
/*    */
.products-slide
{
	float: left;
	width: 560px;
	margin: 0 0 0 20px;
}

* html .products-slide { margin: 0 0 0 10px; }

.products-slide h2
{
	font-size: 16px;
	color: #990000;
	text-transform: uppercase;
}
.products-slide h4
{
	margin: 10px;
	font-size: 15px;
}

.products-slide img {
	border: 0;
}

.full-image
{
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.miniature-images {
	width: 550px;
}

.miniature-images ul {
	list-style-type: none;
	overflow: hidden;
	margin:0px;
	padding:0px 0px 0 2px;
}

* html .miniature-images ul {
	overflow: visible;
	height: 1%;
}

.miniature-images ul li,
.miniature-images a, 
.miniature-images img { width: 55px; }

.miniature-images ul li {
	float: left;
	margin: 10px 18px 0 0;
}

.miniature-images a {
	border-bottom: 6px solid #cccccc;
	display: block;
}

.miniature-images a img {
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
	opacity: .5;
}

.miniature-images a:hover {
	border-bottom: 6px solid #990000;
}

.miniature-images a:hover img {
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
	opacity: 1;
}

.full-image div {
	display: none;
}

.layer1 .full-image div.image1, .layer2 .full-image div.image2, 
.layer3 .full-image div.image3, .layer4 .full-image div.image4, 
.layer5 .full-image div.image5, .layer6 .full-image div.image6, 
.layer7 .full-image div.image7, .layer8 .full-image div.image8, 
.layer9 .full-image div.image9, .layer10 .full-image div.image10, 
.layer11 .full-image div.image11, .layer12 .full-image div.image12, 
.layer13 .full-image div.image13, .layer14 .full-image div.image14 {
	display: block;
}

.layer1 .miniature-images li.image1 a, .layer2 .miniature-images li.image2 a,
.layer3 .miniature-images li.image3 a, .layer4 .miniature-images li.image4 a,
.layer5 .miniature-images li.image5 a, .layer6 .miniature-images li.image6 a, 
.layer7 .miniature-images li.image7 a, .layer8 .miniature-images li.image8 a, 
.layer9 .miniature-images li.image9 a, .layer10 .miniature-images li.image10 a,
.layer11 .miniature-images li.image11 a, .layer12 .miniature-images li.image12 a, 
.layer13 .miniature-images li.image13 a, .layer14 .miniature-images li.image14 a {
	border-bottom: 6px solid #990000 !important;
}

.layer1 .miniature-images li.image1 a img, .layer2 .miniature-images li.image2 a img,
.layer3 .miniature-images li.image3 a img, .layer4 .miniature-images li.image4 a img,
.layer5 .miniature-images li.image5 a img, .layer6 .miniature-images li.image6 a img, 
.layer7 .miniature-images li.image7 a img, .layer8 .miniature-images li.image8 a img, 
.layer9 .miniature-images li.image9 a img, .layer10 .miniature-images li.image10 a img,
.layer11 .miniature-images li.image11 a img, .layer12 .miniature-images li.image12 a img, 
.layer13 .miniature-images li.image13 a img, .layer14 .miniature-images li.image14 a img {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;	
	opacity: 1 !important;
}


/* ============================================================================= */
/* ============================================================================= */




/* ============================================================================= */


/* ============================================================================= */
/* ============================================================================= */
/* ============================================================================= */
/* ============================================================================= */
/* ============================================================================= */
/* ============================================================================= */
/* ============================================================================= */
/* ============================================================================= */


/* ============================================================================= */
/*   */
/*   */
.featured { margin-bottom: 30px; }
.featured .title
{
	min-height: 68px;
	height: 68px;
	background-image: url('images/featured-top2.gif');
}
.featured .title p
{
	width: 150px;
	padding: 40px 0px 0px 10px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, DIN-Regular, arial, sans-serif;;
	color: #444;
	text-transform: uppercase;
}
.featured .body
{
	background-color: #E5E5E5;
	padding: 10px;
	padding-top: 0px;
	font-weight: bold;
	background-image: url('images/featured-body.gif');
}
.featured .footer
{
	height: 17px;
	min-height: 3px;
	background-image: url('images/featured-bottom.gif');
}

/* ============================================================================= */
/*   */
/*   */
.reference { margin: 10px 0px; }
.reference h2		
{
	background: url('images/intestazione_filiali2.gif') no-repeat;
	padding: 4px 10px 4px 10px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
}
.reference ul		
{
	background: #e5e5e5;
	padding: 1px 0px;
	list-style-type: none;
	margin: 2px;
}
.reference ul li		
{
	font-size: 11px;
	font-weight: bold;
	line-height: 3px;
	padding-bottom: 1px;
	padding-top: 0px;
	margin: 0px;
	background-color: #E5E5E5;
	background-image: url('images/dotted-line.gif');
	background-repeat: repeat-x;
	background-position: left;
}
.reference ul li a:link, 
.reference ul li a:active, 
.reference ul li a:visited		
{
	display: block;
	padding: 5px;
	border-color: #F00;
	border-width: 0px;
	border-style: solid;
}
.reference ul li a:hover { border: 0px; }

.reference form
{
	background-color: #E5E5E5;
	margin: 0px;
}
.reference input
{
	margin-left: 5px;
	background-color: #CBC5BD;
}
.reference img { margin: 3px 3px 3px 5px; }
.reference h2
{
	font-weight: bold;
	font-size: 12px;
}


/* ============================================================================= */
/*   */
/*   */
ul.feeds
{
	list-style-type: none;
	margin-bottom: 15px;
	padding: 0 0 0 10px;
}
ul.feeds li
{
	padding: 0px 0px 0px 18px;
	text-align: left;
	background-image: url('images/article-icon.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;
}

#menu-briciola
{
	margin-bottom: 0px;
	font-size: 14px;
}	

#prodotto
{
	text-align: left;
	text-transform: inherit;
	padding: 0px;
}




/* ============================================================================= */
/* Footer */
/* ------------------ */
/* |                | */
/* |                | */
/* |----------------| */
/* |                | */
/* |----------------| */
/* |           |    | */
/* |           |    | */
/* |           |    | */
/* ****************** */
/* *                * */
/* ****************** */

#footer
{
	margin: 0 auto;
	width: 800px;
	min-height: 75px;
	background-color: #FFF;
	background-image: url('images/gradient.gif');
	background-repeat: repeat-x;
}
#footer-content
{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	padding: 0px 0px;
}
#footer-content a:link, 
#footer-content a:visited, 
#footer-content a:active { }
#footer-content a:hover { }
#footer-content p { font-size: 10px; }
#footer-content a
{
	font-weight: normal;
	font-size: 10px;
}
#footer-content .copyright
{
	text-align: left;
	font-size: .8em;
	padding-top: 5px;
	padding-left: 20px;
}

/* ============================================================================= */
/* Table Style*/

.base_table
{

}

.base_table th
{

}

.base_table th.sxalign { text-align: left; }

.base_table tr
{

}

.base_table td
{

}

.base_table td.sxalign { text-align: left; }


/* ============================================================================= */


/* Overcome stupid 3px margin bug in IE/Win floats.
   http://www.positioniseverything.net/explorer/threepxtest.html */
* html #side, 
* html #side-header, 
* html #footer-content-sub1, 
* html #footer-content-sub2 { margin-left:-3px; }


/* VARIE */
div.clear
{
	clear: both;
	height: 0px;
}

