/* DEFAULT CSS */
body, td, div, span, ul, ol, li, a, p, input, textarea, select {
	font-family: Verdana;
	font-size: 12px;
	color: #222222;
	line-height: 14px;
}
body {
	background: #C2D3DD  url('../imgs/bkgSmall.jpg') no-repeat center top; /* darker #92AAB5*/
	overflow: auto;
	margin: 0px;
}

.chaptersNav, .chaptersNav li, .sub, .sub li, #lang, #lang li, #prevNextContainer ul, #prevNextContainer ul li {display: inline; list-style: none;}




h2 , h3, h4{
	line-height:150%;
} 

h5{
     font-size:12px;
}

a {
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px;
}
input {

}
textarea {
	padding: 2px;
	overflow: auto;
}
img {
	border: none;
}
form {
	margin: 0px;
}
.inputFlat {
	border: 1px none #000000;
}




.inputTransparent {
	border: 1px solid #000000;
	background-color: transparent !important;
}
.topbox {
    background-image: url('../imgs/menubkg.png');
    padding: 5px;
    vertical-align: top;
}
.topbox * {
    font-size: 10px;
}
.masterBox {

}
.menubox {
   background-image: url('../imgs/menubkg.png');
    padding: 10px;
    vertical-align: top;
}
.mastermenuNO a {
    font-weight: bold;
    color: #222222;
}
.mastermenuCUR a {
    color: #FFFFFF;
    font-weight: bold;
}
.topmenuNO a {

}
.topmenuCUR a {
    color: #FFFFFF;
}
.contentbox {
    background-image: url('../imgs/contentbkg.png');
   
    padding: 20px;
    vertical-align: top;
}

.contentbox a{
  color: navy;
  font-weight: bold;
}
.pieBox {
    background-image: url('../imgs/contentbkg.png');
}
.pieBox td {
    padding-left: 10px;
    vertical-align: top;
    font-size: 10px;
}
.pieBox * {
    font-size: 10px;
}
.bottomBox {
    font-size: 10px;
    color: #222222;
    text-align: center;
}
.pcmd {
    font-size: 10px;
    color: #0000FF;
    padding-left: 7px;
    
}



#pietreMiliari td, news{
     vertical-align:top;
}

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

.left{
    text-align:left
}
.center{
    text-align: center;
}
.right{
	text-align: right;
}

.justify{
        text-align: justify;
}

.maiusc{
       text-transform: capitalize;
}

.space{
      margin: 10px;
}
/* ----------- */

.clear:after {
content: "";
display: block;
clear: both;
height: 0;
visibility:hidden;
}

.clear {
min-height: 0;
height: 1%;
}




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


#chimicaFine, #chimicaAnalitica, #editoriaFormazione,#prodottiFiniti, #logisticaDistribuzione, #atd , #contatti, #chimicaFineEng, #chimicaAnaliticaEng, #editoriaFormazioneEng,#prodottiFinitiEng, #logisticaDistribuzioneEng, #atdEng , #contattiEng
{
	margin: 0px;
	height: 125px;
	width: 560px;
}

#chimicaFine{background-image: url('../imgs/chimicaFine.jpg');}

#chimicaAnalitica{background-image: url('../imgs/chimicaAnalitica.jpg');}

#editoriaFormazione{background-image: url('../imgs/EditoriaFormazione.jpg');}

#atd{background-image: url('../imgs/atd.jpg');}

#logisticaDistribuzione{background-image: url('../imgs/logisticaDistribuzione.jpg');}

#prodottiFiniti{background-image: url('../imgs/prodottiFiniti.jpg');}

#contatti{background-image: url('../imgs/contatti.gif');}


#chimicaFineEng{background-image: url('../imgs/chimicaFineEng.jpg');}

#chimicaAnaliticaEng{background-image: url('../imgs/chimicaAnaliticaEng.jpg');}

#editoriaFormazioneEng{background-image: url('../imgs/editoriaFormazoneEng.jpg');}

#atdEng{background-image: url('../imgs/atdEng.jpg');}

#logisticaDistribuzioneEng{background-image: url('../imgs/logisticaDistribuzioneEng.jpg');}

#prodottiFinitiEng{background-image: url('../imgs/prodottiFinitiEng.jpg');}

#contattiEng{background-image: url('../imgs/contatti.gif');}


.sub {
	margin:101px 0 0 0;
	padding: 0px; 
	float: left;
	
}



.sub li a{
	border-right: 1px solid rgb(255, 255, 255);
	padding: 0pt 5px;
	line-height: 24px;
	color: White;
	float: left;
        font-weight: normal;

}

.selected{
   background-color: black;
}

.here{
      width:560px;
      background-color: black;
      text-align:right;
      color:#C2D3DD;
}

.here a{
      color:white;
      line-height:20px;
      padding: 0 2px;
      font-size: 10px;
      font-weight:normal;
}

#testo{
        margin: 10px 0 25px 0;
}
#testo p{
	text-align: justify;
        margin: 10px 0; 
      
} 


#prevNextContainer{
   padding:10px;

}

#prevNextContainer #prev{
   float:left;
   
}
#prevNextContainer #next{
   float:right;
}

.pink{
   border: 1px solid navy;
   padding:5px 2px;
   background-color: rgb(255, 224, 193);
   margin-bottom: 20px;
}




.bibliography{
   border-bottom: 1px solid navy;
   font-size: 12px;
}


.noListStyle{
     list-style: none;
}









/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cssform p{
width: 340px;
clear: left;
margin: 0;
padding: 5px 0 5px 0;
padding-left: 180px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{

float: left;
margin-left: -180px; /*width of left column*/
width: 175px; /*width of labels. Should be smaller than left column (180px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 130px;
}


.cssform fieldset legend{
margin-bottom:10px;
font-weight:bold;
color: navy;
}


.cssform fieldset{
border:0;
}

.cssform hr{
line-height:0px; /*CSS validator says you need units on line-height*/
font-size:0;
border:0;
border-bottom:1px dotted navy;
margin: 20px 0;
height:0;
}




/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


/*News*/


.news, .news2{
float: left; 
margin-bottom: 30px;
width:100%;

}


.news{
margin-top: 113px;
}



.news div h5{
border-bottom: 1px solid #88A4B1;
margin: 0 0 10px 110px;
text-align: right;
padding:2px 10px;
}

.news2 div h5{
border-bottom: 1px solid #88A4B1;
margin: 0 260px 10px 0;
padding:2px 0px;
}


.news  img{
float:left;
margin: 0px  20px 0 0 ;
}

.news div, .news2 div{
line-height: 16px;
}


.news2 a img{
float:right;
margin: 0px  0px 0 20px ;
}
