/**********************************
 * TITLE: Gila Screen Stylesheet  * 
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/


/* ##### Common Styles ##### */

body {
	color: #00578A;
	background-color: #f7f7f7;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 73%;  /* Enables font size scaling in MSIE */
	margin: 0;
	padding: 0;
}

html > body {
	afont-size: 9pt;
}

acronym, .titleTip {
	border-bottom: 1px dotted #0588BC;
	cursor: help;
	margin: 0;
	padding: 0;
}

.doNotDisplay {
	display: none !important;
}


.smallCaps {
	font-size: 117%;
	font-variant: small-caps;
}


/* ##### Header ##### */

#header {
	color: inherit;
	background-color: #f7f7f7;
	/* width: 900px; */
    /* margin: 15px auto 15px auto; */
}

.headerTitle {
	margin: 0;
	padding: 0.25em 4mm 0.25em 4mm;
	font-family: "Trebuchet MS";
}

.headerTitle .title {
	font-size: 210%;
	padding: 0.1% 0 0.1% 0;
	margin-left: 0.4%;
	background-color: transparent;
	text-decoration: none;
	/* font-size: 110%; */ /* For MSIE */
	font-weight: bold;
	font-style: italic;

	color:  #00578A;
	background-color: transparent;
	font-weight: normal;
}

.subHeader {
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	color: #DADADA;
	font-size: 109%;
	text-align: center;
	margin: 0;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	padding: 0.5ex 0;
}

.subHeader a {
	color: #0588BC;
	text-decoration: none;
	/* font-weight: bold; */
	margin: 0;
	padding: 0 1ex;
}

.subHeader a:hover {
	color: #00578A;
	background-color: #CAE4F1;
}

form.common_search {
	position: absolute;
	right:0.6em;
	top: 15px;
}
div.common_search {
	display: inline;
	font-size: 115%;
}
input.common_search_words {
	color: #00578A;
	border: 1px dashed #0588BC;
	background-color:  #eaeaea; 
	padding-left: 0.2em;
}
input.common_search_words:hover {
	border: 1px solid #CAE4F1;
}
input.common_search_words:focus {
	border: 1px solid #0588BC;
	background-color: #ffffff;
}
input.common_search_submit {
	display: none;
}
div#email_tel {
    float:right;
    margin-top: 5px;
	background-color:  #eaeaea;
	color: #CACACA;
	font-size:125%;
	font-weight: bold;
	padding: 3px;
}
div#email_tel a, div#email_tel span {
	color: #0588BC;
	text-decoration: none;
	margin: 0;
	padding: 0 1ex;
}
div#email_tel a {
}
div#email_tel a:hover {
	color: #00578A;
	background-color: #CAE4F1;
}
/* ##### Left Side Bar ##### */

.leftSideBar {
	background-color: #f7f7f7;
	width: 20%;
	float: left;
	clear: left;
}

.leftSideBar .sideBarTitle {
	color: #00578A;
	background-color: #eaeaea;
	/* font-weight: bold; */
	text-transform: uppercase;
	margin: 0;
	padding: 0.8ex 1ex;
}

.leftSideBar ul {
	background-color: #f7f7f7;
	border: 1px solid #DADADA;
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 0 0;
	padding: 0;
}

.leftSideBar li {
	margin: 0.3ex;
	padding: 0.3ex 0.3ex 0.3ex 0.3ex;
}
.leftSideBar li:hover {
	/* background-color: #eaeaea;
	text-decoration: underline; */
}
.leftSideBar a {
	padding: 2px 2px 2px 2px;
	color: #0588BC;
	background-color: transparent;
	text-decoration: none;
}

.leftSideBar a:hover {
	color: #00578A;
	background-color: #CAE4F1;
	text-decoration: none;
}

.leftSideBar .sideBarText {
	color: #0588BC;
	background-color: transparent;
	line-height: 1.25em;
	margin: 1ex 0.25ex 1.5em 0.75ex;
	padding: 0;
	display: block;
}

.leftSideBar .sideBarText a {
	text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
	text-decoration: none;
}

.leftSideBar .thisPage {
	color: #0588BC;
	background-color: transparent;
	font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
	background-color: #f7f7f7;
	width: 17%; /* 13em;*/
	margin: 2ex 0.75ex 0 2%;
	padding: 0;
	float: right;
	clear: right;
	border: 1px solid #DADADA;
}

[class~="rightSideBar"] {
	margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
	color: #00578A;
	background-color: #eaeaea;
	font-weight: bold;
	margin: 1.25ex 1ex;
	padding: 0.4ex 1ex;
}

.rightSideBar .sideBarSubTitle {
	color: #00578A;
	font-weight: bold;
}

.rightSideBar a {
	color: #0588BC;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}

.rightSideBar a:hover {
	text-decoration: none;
/*  color: #CAE4F1;*/
}

.rightSideBar .sideBarText {
	color: #00578A;
	line-height: 1.5em;
	
	margin: 0;
	padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
	text-decoration: none;
	text-align: right;
	margin: 0;
	padding: 0 2ex 1em 2ex;
	display: block;
}

.rightSideBar .more:hover {
	text-decoration: underline;
}

/* ##### Footer ##### */
#footer {
    /* width: 900px; */
	color: #00578A;
	background-color: #eaeaea;
	border-top: 1px solid #DADADA;
	font-size: 0.9em;
	line-height: 1.25em;
	/* margin: 0 auto 0 auto; */
    margin: 0;
	padding: 1em 0 1em 0;
	text-align: center;
	/* padding-right: 5%; */
	
	clear: both;
}
#footer div {
	margin: 0;
	padding: 0 1em 1ex 1em;
}
#footer a {
	color: #00578A;
	background-color: transparent;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

td.product {
	padding: 0.3em;
	background-color: #f7f7f7;
	border: 1px solid #a7a7a7;
}
td.product_image {
/*	border: 1px solid #a7a7a7; */
}

/* ##### Main Copy ##### */

#main-copy {
	color: #00578A;
	background-color: white;
	text-align: left;
	line-height: 1.5em;
	margin: 0 0 0 20%;
    /* margin: 0 auto 0 auto; */

	/* padding: 0.5ex 15em 1em 1em; */
	padding: 0.5ex 1em 1em 2em;
    /* width: 900px; */
	border-left: 1px solid #DADADA;
}

h1 {
	color: #0588BC;
	font-family:"Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 175%;
	text-align: left;
	padding: 1% 1% 0.3em 0%;
	margin: 1% 0 2% 0;

	border-bottom: 1px solid #00578A;
	border-right: 5px solid #00578A;
}

#main-copy a {
	color: #0588BC;
	background-color: transparent;
	text-decoration: underline;
}

#main-copy a:hover {
	text-decoration: none;
}

p {
	margin: 1em 0 1.5em 0;
	padding: 0;
}

dt {
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.5ex 0;
}

dd {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}


/* HOME */
div#home_body
{
	background-color: #FFFFFF;
	text-align: center;
}
table.home_table
{
	font-size: 100%;
	border: 0px;
	padding: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
td.home_td
{
	text-align: center;
}
p.home_logogri
{
	text-align: center;
	margin-top: 0px;
}
p.home_3bar
{
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
p.home_alvs
{
	text-align: center;
	font-family: verdana, sans-serif;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 1em;
}
ul.home_ul
{
	font-family: verdana, sans-serif;
	margin: 0px 0px 0px 16%;
	text-align: left;
}
img.home_img
{
	border: 0px;
/*	width: 114px;
	height: 157px; */
}

/* ======== CHI SIAMO ======= */
div#chisiamo_body
{
	background-color: #FFFFFF;
	text-align: center;
}
p.chisiamo_titolo
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 1.5em;
	color: #00898B;
	background-color: #E1F0FF;
	font-family: verdana, sans-serif;
	font-size: 1.5em;
	font-variant: normal;
	width: 75%;
}
p.chisiamo_descrizione
{
	text-indent: 1em;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	padding: 0px;
	border: 0px;
}
table.chisiamo_ditte
{
	font-size: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 0px;
	width: 75%;
}
td.chisiamo_logo
{
	width: 20%;
	text-align: center;
	vertical-align: middle;
	padding: 0.5em;
}
td.chisiamo_descrizione
{
	width: 80%;
	text-align: center;
	vertical-align: middle;
	padding: 0.5em;
}
img.chisiamo_logo
{
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}
p.chisiamo_descrizione, td.chisiamo_descrizione
{
	font-family: verdana, sans-serif;
	font-size: 1em;
}
/* CONTATTI */
p.contatti {
	font-size: 110%;
}
img#contatti_img {
	float: left;
	margin-right: 5%;
}
/* TUTELA */
div#tutela_img {
	height:150px;
	margin:0pt auto 0 1%;
	padding:10px;
	width:96%;
}
p.tutela {
	text-indent: 1em;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	padding: 0px;
	border: 0px;	
}

/* CATEGORIE */
table.categorie { 
    width:100%;
    margin-bottom: 1em;
}

td.categorie_images, td.categorie_titles { 
    width:25%;
    text-align:center;
}

td.categorie_titles { 
    vertical-align: top;
    margin: 0 2.1em 0 2.1em;
}

td.categorie_images { 
    vertical-align: bottom;
    padding-top: 2.2em;
}

img.categorie {
    border: 0;
}
ul.categorie {
	margin-left: 7%;
	margin-top: 1em;
}
li.categorie {
	padding: 0.3em;
	font-size: 120%;
}
/* PRODOTTI */
h1.browse {
	font-family: verdana;
	font-size: 130%;
	text-align: left;
	margin-bottom: 0.5%;
}

h1 a { 
	text-decoration: none;
}

h1 a:hover { 
	text-decoration: underline;
}


div.pagecount {
	text-align: left;
	margin-bottom: 1em;
	margin-left: 0;
}
span.h1_gt {
	color: #00578A
}
/* INVIO CATALOGO */
input#send_catalog_email {
	margin-left: 0.1em; 
}
input.send_catalog {
	color: #00578A;
	border: 1px dashed #0588BC;
	background-color:  #eaeaea; 
	padding-left: 0.2em;
}
input.send_catalog:hover {
	border: 1px solid #CAE4F1;
}
input.send_catalog:focus {
	border: 1px solid #0588BC;
	background-color: #ffffff;
}
input.send_catalog_status {
	display: inline;
}
input.send_catalog_submit {
	color: #00578A;
	border: 1px solid #0588BC;
	background-color:  #eaeaea; 
	padding-left: 0.2em;
}
input.send_catalog_submit:hover {
	background-color: #CAE4F1;
}
div.pdf-ok {
	margin-top: 0.5%;
	text-align: center;
	padding: 0.1em 0.1em 0.1em 0.2em ;
	
	color: white;
	background-color: #288014;
	border: 1px solid #146601;
}
div.pdf-warning {
	margin-top: 0.5%;
	text-align: left;
	padding: 0.1em 0.1em 0.1em 0.2em ;
	
	background-color: lightyellow;
	border: 1px solid #cacaa3;
}
div.pdf-error {
	margin-top: 0.5%;
	text-align: center;
	padding: 0.1em 0.1em 0.1em 0.2em ;
	
	color: white;
	background-color: #cc4444;
	border: 1px solid #933131;
}
/* ============  SEARCH  ========== */
div#cerca_contentbox {
	padding-bottom: 0.45em;
}
div.cerca_words {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
div.cerca_words_label {
	float: left;
	width: 10%;
	text-align: right;
	margin-right: 0.5%;
}
input.cerca_words {
	padding-left: 0.3em;
	width: 48.5%;
}
div.cerca_opzioni {
	margin-bottom: 1em;
}

div.cerca_method_label {
	float: left;
	width: 10%;
	text-align: right;
	margin-right: 0.5%;
}
select.cerca_method {
	width: 30%;
}
div.cerca_sort_label {
	display: inline;
	text-align: right;
	margin-left: 0.5%;
	margin-right: 0.5%;
}
select.cerca_sort {
	width: 15%;
}
div.cerca_maschera {
	text-align: center;
}
div.cerca_separatore {
	border-top: 1px solid #0588BC;
	margin: 0 0.5% 1em 1%;
}
div.cerca_stelle {
	float: left;
	margin-right:0.5em;
}
div.cerca_titoli {
}
div.cerca_estratti {
	margin-left: 11%;
	margin-bottom: 1em;
	margin-right: 1em;
	font-size: 90%;
}


div.pagetitle
{
	border-bottom: 3px solid #E68609; /* #ffa500; */
	/* border-right: 10px solid #ffa500; */
	/* background-color: white; */
	padding: 5px;
	/* width: 100%; */
	/* margin-left: -3px; */
	font-family: verdana, sans-serif;
	font-size: 120%;
}
span.pagetitle
{
	float: right;
}
/* RAW */
#t_product_category {
	padding: 3px;
}
#select li {
	line-height: 20px;
}
#select li a {
}
.select {
	width: 250px;	
}
/* Titoli principali */
h1.raw {
}
/* Sottotitoli selezione prodotti */
h2.raw {
	background: url(/_pics/bullet-drop.gif) left top no-repeat;
	padding: 3px 0 0 12px;
	font-size: 12px;
	margin: 15px 0 5px 0;
}
/* Titoli descrizione prodotti */
h4.raw {
	background: url(/_pics/bullet-drop.gif) left top no-repeat;
	padding: 3px 0 0 12px;
	font-size: 12px;
	margin: 15px 0 5px 0;
}
p.raw {
	margin: 0px 0 5px 0;
}
/*
.important {
	font-weight: bold;
	color: #008266;	
	font-size: 12px;
}
*/
.pull_down {
	padding-top: 18px;
}
td.product_image {
	width: 100px;
	text-align: center;
}
td.product_description {
}
ul {
	list-style-image: url(/_pics/bullet-drop-small.gif);
	margin-top: 2px;
	margin-left: 5%;	
}

td.option_group {
	text-align: left;
	width: 280px;
}
td.option_group a {
	color: #000000;
}
table.view_articolo_small {
	margin-top: 1em;
	background-color: #efefef;
	border: 0;
	border-spacing: 5px 0px;
	width: 100%;
}
table.view_articolo_small td, table.view_articolo_small th {
	font-size: 85%;
	
	border: 0; /* 1px solid #aaaaaa; */
	border-bottom: 1px #aaaaaa dotted;
	padding: 0px;
	margin: 0px;
}
table.view_articolo_small th {
	vertical-align: top;
}
table.view_articolo_small th {
}
table.pdf {
	width: 99%;
	background-color: #eaeaea;
	border: 1px solid #c7c7c7;
	margin: 0.4em 0 1em 0;
	background-color: lightyellow;
	border: 1px solid #cacaa3;
}
/* CATALOGHI */
table.cataloghi_thumb {
	border: 1px solid #DADADA;
	margin: 2em auto 0 auto;
}
td.cataloghi_thumb {
	text-align: center;
	vertical-align: top;
	padding: 2em 1.5em 0 1.5em;
}
p.cataloghi_descrizione
{
	/* text-indent: 1em; */
	text-align: justify;
	margin: 2em auto 0 auto;
	width: 75%;
	padding: 0px;
	border: 0px;
}
