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

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

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



h1
{
	margin: 0;
	padding: 0px 0px 30px 25px;
	border-bottom: none;
	font-size: 25px;
	color: #005BB1;
	font-weight: bold;
	font-family: Helvetica;
	text-align: left;
	text-decoration: none;
}

h2
{
	margin: 20px 0px -5px 0px;
	font-size: 14px;
	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;
	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: #E9823D;
	border-bottom: solid #e9823d 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;
}
/* ============================================================ */
/* 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: #e9823d;
	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 td, tbody th
{
	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 #AFB5B8;
	border-right: 1px solid #AFB5B8;
}
tbody th
{
	background: #e9823d;
	border-top: 1px solid #93A1AA;
	border-left: 1px solid #93A1AA;
	border-bottom: 1px solid #2F3B42;
	border-right: 1px solid #2F3B42;
	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: #e9823d;
	background-color: #D7DBDD;
}
tbody th a {}
tbody th a:hover
{
	color: #E9823D;
	text-decoration: none;
}



a.homelink,
a.homelink:hover,
a.homelink:active,
a.homelink:link,
a.homelink:visited,
a.homelink
{ text-decoration: none; border: 0; }

/* ID */

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


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

#page-header
{
}
#top-banner
{
	position: relative;
	margin: 0px auto;
	width: 960px;
	padding: 0px;
	padding-top: 150px;
	background-color: #FFF;
	background-image: url('/dep/banner_home5.jpg');
	background-repeat: no-repeat;
	background-position: 0px 110px;
}

/* Inserisco un inner nel top-banner */

#inner-top-banner
{
	width: 100%;
	margin: 0 auto;
	height: 200px;
	background: transparent;
}
#inner-top-banner h1 { 
	display: none;
}


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

/* ============================================================================= */
/* Logo */
#logo
{
	position: absolute;
	top: 0px;
	left: 20px;
	width: 320px;
	height: 110px;
	background-image: url('/dep/logo_Polini.jpg');
	background-repeat: no-repeat;
	background-color: #FFF;
	line-height: 1px;
	color: #fff;
	z-index: 1;
}
/* Banner */

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

#faq_link
{
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 16px;
	font-weight: bold;
}

#search
{
	position: absolute;
	right: 4px;
	top: 80px; /* <-- Usa questo per posizionare le lingue piu' in alto o piu' in basso */
	font-size: 16px;
	font-weight: bold;
	width: 290px;
	color: #000;
}

#search_spacer
{
	float: left;
	width: 120px;
	line-height: 1px;
}

#search_form
{
	margin: 0;
	padding: 0;
	display: inline;
}

#search_button
{
	cursor: hand;
	cursor: pointer; 
	float: right;
	margin-left: 10px;	
}

#search_button img
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* ============================================================================= */
/* Parti principali */
/* ------------------ */
/* |                | */
/* |                | */
/* ****************** */
/* *                * */
/* *----------------* */
/* *           |    * */
/* *           |    * */
/* *           |    * */
/* ****************** */
/* |                | */
/* ------------------ */
#music_container {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	height: 20px;

}

#music {
	float: left;
}


#page-content
{
	background: #1B1718;
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
}

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

#page-content-header {
	width: 960px; /*<--- 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;
	display: none;
}

#main-header	
{ 	
	width: 500px;
	background-image: url('images/sfondo_bordo_immagine_principale.gif');
	background-repeat: no-repeat;
	background-color: #1B1718;
	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: 960px;
	text-align: left;
	padding: 0px 0px;
	background-color: #1B1718; 
	margin-left:0px;
	margin-bottom: 0px;
	position: relative;
}

/* ============================================================================= */
/*  */
/*  */
.main-center {
	position: absolute;
	width: 430px;
	left: 260px;
	color: #fff;
}

/* ============================================================================= */
/*  */
/*  */
#main-sx-header
{
	float: left;
	width: 241px;
	padding: 4px 20px 0px 9px;
	background-color: #1B1718;
	background-image: url('images/main_sub1_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: 250px;
	padding: 0px 0px;
	color: #fff;
}


/* ============================================================================= */
/*  */
/*  */
.par_base_foto {}
.par_base_foto h2 { margin: 5px 0 5px 0; }
.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;
}


/* ------- */

/* ------- ------- ------- ------- ------- ------- ------- ------- ------- */
/*  */
.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;
	clear: both;
}

.prodotto-lightbox .col_sx_images,
.prodotto-lightbox .col_dx_images
{
	width: 33%;
	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
{
	position: relative;
	text-align: left;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 40px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-top: 3px #3171BC solid;
	border-right: 3px #3171BC solid;
	border-bottom: 0px;
	border-left: 0px;

}


.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;*/
}
.abstract_sx a:link,
.abstract_sx a:visited,
.abstract_sx a:active,
.abstract_sx a:hover,
.abstract_sx a { color: #3171BC;}



.abstract_sx .title
{
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	margin: 0;
	margin-top: 20px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-transform: inherit;
}

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

.abstract_sx p
{
	text-align: justify;
	margin-bottom: 0px;
}



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


.abstract_sx .body { 
	display: block;
 }

.continue {
	float: right;
	display: block;
}


.continue a:link,
.continue a:visited,
.continue a:active,
.continue a:hover,
.continue a 
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border-bottom: none;
	float: left;
}


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




.abstract_center
{
	position: relative;
	text-align: left;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 40px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-top: 3px #3171BC solid;
	border-right: 3px #3171BC solid;
	border-bottom: 0px;
	border-left: 0px;

}
.abstract_center div {}
.abstract_center p
{
	padding: 0px;
	margin: 0px;
}
.abstract_center img
{
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
	/*border-color: #F00;
	border-width: 1px;
	border-style: solid;*/
}
.abstract_center a:link,
.abstract_center a:visited,
.abstract_center a:active,
.abstract_center a:hover,
.abstract_center a {}



.abstract_center .title
{
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	margin: 0;
	margin-top: 20px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-transform: inherit;
}

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

.abstract_center p { text-align: justify; }



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

.abstract_center .body { 
	display: block;
 }



/* ============================================================================= */
/*  */
/*  */
	
#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;
	display: none;
}
#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: right;
	width: 250px;
	padding: 0px 0px 0px 9px;
	color: #fff;
}

.abstract_dx .title
{
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	margin: 0;
	margin-top: 20px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-transform: inherit;
}

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

.abstract_dx p
{
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
}

.abstract_dx
{
	position: relative;
	text-align: left;
	margin: 0px;
	margin-bottom: 40px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-top: 3px #3171BC solid;
	border-right: 3px #3171BC solid;
	border-bottom: 0px;
	border-left: 0px;

}

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

.abstract_dx .body { 
	display: block;
	font-size: 12px;
	margin-right: 0px;
 }
 
 
.abstract_dx .body img { text-align: left; }

.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-top.gif');
}
.featured .title p
{
	width: 150px;
	padding: 40px 0px 0px 10px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}
.featured .body
{
	background-color: #E5E5E5;
	padding: 10px;
	padding-top: 0px;
	font-weight: bold;
}
.featured .footer
{
	height: 3px;
	min-height: 3px;
	background-image: url('images/featured-bottom.gif');
}

/* ============================================================================= */
/*   */
/*   */
.reference { margin: 10px 0px; }
.reference h2		
{
	background: url('images/intestazione_filiali.gif') no-repeat;
	padding: 4px 10px 4px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
}
.reference ul		
{
	background: #e5e5e5;
	padding: 1px 0px;
	list-style-type: none;
	margin: 2px;
}
.reference ul li		
{
	font-size: 12px;
	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
{
	border-top: 2px solid #005bb1;
	margin: 0 auto;
	width: 960px;
	min-height: 75px;
	background-color: #1B1718;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
#footer-content
{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	padding: 0px 0px;
	font-size: 12px;
}
#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: 12px;
}
#footer-content .copyright
{
	text-align: center;
	font-size: .8em;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 12px;
}
/* ============================================================================= */


/* 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;
}












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

Faq

*/


#repeat_search
{
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 15px;
	background-color: #C7D7F0;
	border: 2px solid #00f;
	text-align: center;
	height: 30px;
	padding-top: 10px;
	font-size: 20px;
	color: #000;
	cursor: head;
	cursor: pointer;
}


.faq_sx_column {
float: left; width: 45%

}
.faq_sx_column h1 {
margin-left: 50px
}
.faq_sx_column cite {
margin-left: 70px
}

.faq_sx_column_cat1
{
	float: left;
	width: 70%;
	background-color: #C7D7F0;
	border: 2px solid #00f;
	margin-left: 70px;
	margin-bottom: 30px;
	text-align: center;
}
.faq_sx_column_cat1 h1 
{
	padding-bottom: 15px;
}
.faq_sx_column_item
{
	overflow: auto;
	margin: auto auto 10px auto;
	width: 225px;
	padding-top: 10px;
	position: relative;
}

.faq_sx_column_item .bk_img
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	cursor: pointer;
}

.faq_sx_column_item h2
{
	position: absolute;
	top: 10px;
	left: 0px;
	padding: 2px;
	margin: 0;
	margin-bottom: 4px;
	z-index: 10;
	font-size: 13px;
	color: #ffffff;
}
.faq_sx_column_item h2 a
{
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
}
.faq_sx_column_item p
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 225px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.faq_sx_column_item .extr_img
{
	position: absolute;
	top: 40px;
	left: 0px;
}

.faq_dx_column
{
	float: right;
	width: 45%;
}

.faq_dx_column cite {
margin-left: 15px
}

.faq_dx_column .form_container
{
	float: right;
	width: 80%;
	background-color: #C7D7F0;
	border: 2px solid #00f;
	margin-right: 70px;
	text-align: center;
}

.faq_dx_column .form_label
{
	text-align: left;
	color: #005BB1;
	font-size: 16px;
	font-weight: bold;
	width: 85%;
	margin: auto;
	margin-top: 20px;
}

.faq_dx_column .form_input_cont
{
	padding: 3px;
	border: 1px solid #005BB1;
	margin: auto;
	width: 85%;
	margin-bottom: 20px;
}
.faq_dx_column .form_input_cont input
{
	width: 98%;
	border: 1px solid #bbb;
	height: 30px;
	font-size: 16px;
}
.faq_dx_column .form_input_cont select
{
	width: 98%;
	border: 1px solid #bbb;
	background-color: #fff;
	height: 30px;
}
.faq_dx_column input.faq_submit,
input.faq_submit
{
	margin-bottom: 20px;
	margin-right: 20px;
	background-color: #005BB1;
	height: 40px;
	color: #fff;
	font-size: 18px;
}

.question_container
{
	clear: both;
	height: auto;
	overflow: auto;
	margin-bottom: 10px;
}
.question_image,
.answer_image
{
	float: left;
	margin-left: 50px;
	margin-right: 20px;
	margin-top: 4px;
}

.question_item
{
	border: 1px solid #00f;
	background-color: #EDF2FF;
	margin-right: 30px;
	padding: 4px;
	position: relative;
	width: 80%;
	float: left;
	clear: right;
}

.show_answ {
font-weight: bold; 
float: right; 
cursor: pointer; 
cursor: hand;
}
.answer_container
{
	clear: both;
	display: none;
	height: auto;
	overflow: auto;
	margin-bottom: 10px;
}

.answer_item {
	
	margin-right: 30px;
	padding: 4px;
	background-color: #ffffff;
	position: relative;
	width: 80%;
	float: left;
}



.poll_result
{
	background-color: #fff;
	margin-left: 30px;
	width: 90%;
	margin-bottom: 30px;
}

h2.poll_question
{
	background-color: #fff;
	margin-left: 30px;
	margin-bottom: 10px;
	color: #005BB1;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}


.poll_result th
{
	height: 0px;
	background-color: #FFF;
	border: 0px;
}
.poll_result td
{
	text-align: left;
	background-color: #FFF;
	border: 0px;
	font-weight: bold;
	color: #005BB1;
}

.poll_result td.poll_right {
text-align: right;
padding-right: 10px;
}



/* ---------------------------------
Prodotti
*/


.ddcorner
{
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.ddcornermin
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.myBox
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.myHead
{
	background-color: #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

.myHead
{
	margin: 0 auto;
	border: 0px solid #000000;
	color: #ffffff;
	width: 200px;
	padding: 10px;
	text-align: left;
	background-color: #000000;
	margin-bottom: 20px;
	line-height: 0px;
}


.myBox
{
    margin: 0 auto;
    border: 0px solid #000000;
    color: #ffffff;
    width: 420px;
    padding: 10px;
    text-align: left;
    background-color: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 25px;
}

.myBox table {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
}

.myBox table tr  {
	padding: 0;
	margin: 0;
	border: 0;
	border-bottom: 1px dotted #000;
	background-color: transparent;
}

.myBox table tr td
{
	padding: 0;
	margin: 0;
	border: 0;
	border-bottom: 1px dotted #000;
	background-color: transparent;
	width: 209px;
	vertical-align: top;
	font-size: 9px;
}
.myBox table tr td.left_tab_prod { font-weight: bold; }
.left_tab_head { float: left; margin-left: 15px; }
.right_tab_head { margin-left: 240px; }


/*

*/

#search_result {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 20px;
}

#search_result hr {
	display: none;
}

#search_result h1 {
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#search_result p.item {
	border-bottom: 1px solid #bbb;
}

#search_result a,
#search_result a:hover,
#search_result a:link,
#search_result a:visited,
#search_result a:active
{
	color: #005BB1;
}
