@import url(http://www.edizionialtravista.com/color.css);
@import url(http://www.edizionialtravista.com/typography.css);

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------- LAYOUT <<<----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

body {
	width:100%;
}

html, body {
	height: 100%;
}

#header{	
	height:52px;
	width:100%;
}

#container {
	position: relative;
	width:100%;
	min-height: 100%; /* le specifiche seguenti sono necessarie alla proprietà footer push*/
	height: auto !important;
	height: 100%;
	margin: 0 auto -162px; /* valore negativo al footer */
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- FOOTER <<<----------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#footer {
	position: relative;
	width: 100%;
	margin: 0;
}

div#footer_navigation{
	position:absolute;
	top:0px;
	width:800px;
	height:162px;
	left:50%;
	margin:0 0 0 -400px;
}

#footer, .push {
	height: 162px; /* .push must be the same height as .footer */
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- NAVIGAZIONE SECONDARIA FOOTER <<<-----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

div#nav_secondary{
	position: absolute;
	bottom:165px;
	width:600px;
	height:15px;
	left:45%;
	margin: 0px 0px 0px 40px;
}

ul#nav_box2 a{
	padding-right:5px;
	padding-left:5px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- NAVIGAZIONE PRINCIPALE <<<------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

div#navigation-first{
	position:absolute;
	top:0px;
	width:800px;
	height:28px;
	left:50%;
	margin: 0px 0px 0px -400px;
}
	
div#navigation-first ul{margin: 0;padding: 0;}
div#navigation-first li{display: inline; margin: 0 0 0 0em; padding: 0} /*nota display: inline*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- NAVIGAZIONE PRINCIPALE DX<<<----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#navigation2 a * {
  display: none;
}

#navigation2 {
	position:absolute;
	top:24px;
	right:0px;
	height:24px;
}

#navigation2 li {
  float: left;
}

#navigation2 a * {
  display: none;
}

#navigation2 a,
#navigation2 a .hover {
  	height: 28px;
	position: relative;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- NAVIGAZIONE E-COMMERCE <<<------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

div#navigation-e-commerce{
	position:absolute;
	top:52px;
	width:800px;
	height:33px;
	left:50%;
	margin: 0px 0px 0px -400px;
	}
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- sexy lightbox 2.2 <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#SLB-Wrapper {
  margin:0.5em 0;
  margin:auto;
  position: absolute;
}

#SLB-Wrapper #SLB-Background{
  position: absolute;
  left:7px;
  top:7px;
  float:left;
}

#SLB-Wrapper #SLB-Top {
  height:28px;
  margin:0 0 0 18px;
}

#SLB-Wrapper #SLB-Top img {
  float:right;
  border:0px;
  margin:6px 10px;
}

#SLB-Wrapper #SLB-Top div {
  height:38px;
  left:-18px;
  position:relative;
  width:18px;
}

#SLB-Wrapper #SLB-Bottom {
  height:20px;
  margin:0 18px 0 0;
}

#SLB-Wrapper #SLB-Bottom #SLB-BottomRight {
  height:20px;
  right:-18px;
  position:relative;
  width:100%;
  float:right;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav, #SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{
  height:52px;
}

#SLB-Wrapper #SLB-Contenido {
  border-left: 7px solid #95bf15;
  border-right: 7px solid #95bf15;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador{
  height:30px;
  border-left:0px;
  border-right:0px;
  padding:10px 0px;
  float:left;
  width:100%;
}

#SLB-Wrapper #SLB-Navegador img{
  border:0px;
}

#SLB-Wrapper #SLB-Navegador strong{
  display: block;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador img.btLeft{
  float: left;
  margin: 0 10px 0 0;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador img.btRight{
  float: right;
  margin: 0 0 0 10px;
  position:relative;
  right:17px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------- SCROLL BAR <<<------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.jScrollPaneContainer {
	position: relative;
	top:15px;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.jScrollPaneDrag {
	position: absolute;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow: hidden;
	/*background-color: #666;*/
	height: 20px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	overflow: hidden;
	/*background-color: #666;*/
	height: 20px;
}

.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	height:200px;
	width:200px;
	overflow: auto;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------- BOX LIBRI IN PRIMO PIANO <<<------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.casa-editrice{
	float:right; 
	width:405px; 
	margin-right:25px; 
}












#screen{
	position: relative;
	top:40px;
	left:50%;
	width:800px;
	height:284px;
	padding:0px;
	margin: 0 0 0 -400px;
}
	
	#screen .next, #screen .prev{
		position: absolute;
		bottom:30px;
	}
	
	#screen .prev{
		left:35px;
		width: auto;
		height: auto;
	}
	
	#screen .next{
		right:35px;
		width: auto;
		height: auto;
	}
		
#sections{
	position:relative;
	overflow:hidden;
	width:800px;
	height:285px;
}
	
	#sections ul{
		width:3660px;
	}
	
	#sections li{
	width:800px;
	height:285px;
	position:relative;
	padding:35px 0 0 0;
	}
			/*
			il margine consente di posizionare l'oggetto ad altezze differenti
			#sections li.fallen{
				margin-top:369px;
			}*/

#sections h5{
	float:right;
	margin-right: 185px;
}

.copertine{
	padding:0px 25px 0px 45px; 
	float:left;
}

.copertine-listing{
	padding:0px 10px 0px 5px; 
	margin-bottom:25px;
	vertical-align: top;
}
.copertine-listing img{
	padding:0px 10px 0px 13px; 
/*	border-right: inset thin #333;
*/	margin-bottom:25px;
	float:left;
}

.descr{
	position:relative;
	float:left;
	width:410px;
	height:140px;
	margin-top:10px;
	}
	
	.dwnl{
		position: absolute; 
		top:30px;
		right:45px;
	}
	
.details{
	float:right;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- BOX LA CASA EDITRICE <<<------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

div.section2{
	position: relative;
	top:70px;
	left:50%;
	width:800px;
	padding:0px;
	margin: 0 0 0 -400px;
	height:175px;
}

div.section2 li{
	position: relative;
	width: auto;
}

div.pane2{
	overflow:hidden;
	position:relative;
	width:900px;
	height:155px;
}

ul.elements2 li{
	height: 155px; 
	width: 780px;
	position:relative;
	padding: 0px 40px 0px 30px;
}


ul.links2{
	position: relative;
	height:20px;
	width:603px;
	top:-7px;
	left:340px;
	font-size:12px;
}

ul.links2 a{
	margin:0pt 7px;
}
	
.collane p{
	padding-left:15px;
}

.colori_mondo, .eco, .orizzonti, .amigdala {
	padding-left:15px;
}


#camaleonte-img{
	position:absolute; 
	top:135px; 
	height:200px;
	width:200px;
	left:50%; 
	margin:0 0 0 250px;
}

#camaleonte-distribuzione-img{
	position:absolute; 
	top:135px; 
	height:200px;
	width:200px;
	left:50%; 
	margin:0 0 0 190px;
	display:none;
}
	
#rana-img{
	position:absolute; 
	top:155px; 
	height:175px;
	width:290px;
	left:50%; 
	margin:0 0 0 170px;
	}	

#calamaio-img{
	position:absolute; 
	top:155px; 
	height:175px;
	width:290px;
	left:50%; 
	margin:0 0 0 170px;
	display:none;
	}	

#grammofono-img{
	position:absolute; 
	top:130px; 
	height:175px;
	width:290px;
	left:50%; 
	margin:0 0 0 250px;
	display:none;
	}
#porta-img{
	position:absolute; 
	top:115px; 
	height:175px;
	width:290px;
	left:50%; 
	margin:0 0 0 170px;
	display:none;
	}	
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------- box rassegna stampa --------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#screen3{
	position:absolute;
	width: 286px;
	height:159px;
	top:3px;
}
	
	#screen3 .next, #screen3 .prev{
		position: absolute;
		z-index:100;
	}
	
	#screen3 .prev{
		left:54px;
		top: 4px;
		width: auto;
		height: auto;
	}

	#screen3 .next{
		left:54px;
		top:140px;
		width: auto;
		height: auto;
	}
		
#sections3{
	position:relative;
	overflow:hidden;
	padding:0px;
	margin: 23px 20px 0px 23px;
	width:286px;
	height:116px;
}
	
	#sections3 ul{
		width:3660px;
	}
	
	#sections3 li{
	width:260px;
	height:150px;
	position:relative;
	}

ul.elements3 p>img{
	float:left;
	margin:0px 15px 0px 0;
}

ul.elements3 p{
	margin:0px 5px 0px 0;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------- box eventi -----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#screen4{
	position:absolute;
	width: 228px;
	height:159px;
	left:286px;
	top:3px;
}

	#screen4 .next, #screen4 .prev{
		position: absolute;
		z-index:100;
	}
	
	#screen4 .prev{
		right:108px;
		top: 4px;
		width: auto;
		height: auto;
}

	#screen4 .next{
		right:108px;
		top:140px;
		width: auto;
		height: auto;
	}
		
#sections4{
	overflow:hidden;
	padding:0px;
	margin: 23px 20px 0px 23px;
	position:relative;
	width:228px;
	height:116px;
}
	
	#sections4 ul{
		width:3660px;
	}
	
#sections4 li{
	width:190px;
	height:150px;
	position:relative;
}
		
/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------- box footer info ------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#box_5 {
	position:absolute;
	width: 286px;
	height:159px;
	left:514px;
	top:3px;
	font-size:9px;
}

#box_5 li{
	position: relative;
	top:15px;
	left:2px;
}

#box_5 p {
	margin: 15px 20px 0px 10px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------------ nav III footer ------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

ul#nav_footer a{
	padding-right:3px;
	padding-left:3px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------e-commerce content------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#php-content{
	position: relative;
	top:40px;
	left:50%;
	width:803px;
	height:495px;
	padding:0px;
	margin: 0 0 0 -401px;
}

#php-content-sx{
	position: relative;
	float:left;
	width:205px;
	height:515px;
	}
	
#php-content-dx{
	position: relative;
	float:right;
	width:590px;	
	height:475px;
	}
	
#php-content-singolo{
	width:100%;
	height:100%;
	padding:8px;
}

#php-content-categorie{
	position: relative;
	float:left;
	width:205px;
	height:152px;
	padding:0px;
	margin-bottom:8px;
}

.categorie{
	padding:8px 0 0 0;
}

.categorie li{
	height:22px;
	width:203px;
	margin:1px;
}

.categorie a{
	height:22px;
	width:201px;
	padding:0px 0 0 10px;
	position:relative;
	top:3px;
	}

#php-content-offerta{
	position: relative;
	float: left;
	width:205px;
	height:165px;
	padding:0px;
	margin-bottom:8px;
}

#carrello{
	position: relative;
	float: left;
	width:205px;
	height: 160px;
	padding:0px;
}

#carrello-contenuto{
	width:200px;
	height: 125px;
	padding:0px;
}

#php-content-prodotti{
	position: relative;
	float: right;
	width:590px;
	height:325px;
	padding:0px;
	margin-bottom:8px;
}

#php-content-recensioni{
	position: relative;
	float: left;
	width:590px;
	height:325px;
	margin-bottom:8px;
	padding:0 15px 0 15px;
}

#elenco-recensioni{
	width:563px;
	height:295px;
}


.recensioni-icon{
	position: relative; 
	top: -30px; 
	float: left; 
	width: 85px; 
	padding-right: 10px;
	
}


#php-content-autori{
	position: relative;
	float: right;
	width:200px;
	height:325px;
	margin-bottom:8px;
	padding:0 15px 0 15px;
}

#elenco-autori{
	width:175px;
	height:295px;
}

#riviste-recensioni{
	position: relative;
	float:left;
	top:12px;
	left:50%;
	width:803px;
	height:45px;
	margin: 0 0 0 -400px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- div centrale della pagina link<<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#pane4{
	width:560px;
	height:295px;
}

#pane4 li{
	width:500px;
	height:100%;
	padding:5px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- consente al contenuto delle pagine template.php.html di scrollare<<<------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#content_scroll{
	position: absolute;
	width:545px;
	height:280px;
	padding:0 15px 15px 15px;
	margin-left:5px;
}

#bestsellers{
	position: relative;
	float: right;
	width:590px;
	height:160px;
	padding:0px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- e-commerce nav <<<--------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.commerce-nav{
	height:33px;
	width:100%;
}

#account{
	position:absolute;
	left:45px;
	top:9px;
	height:33px;
	width:auto;
	color:#414141;
}
#account a{
	color:#414141;
}


#bread{
	position: relative;
	float:left;
	top:13px;
	left:10px;
	width:425px;
	padding-right:15px;
	height:16px;
	overflow: hidden;
	}
	
#cerca{
	width:35px; 
	height:15px; 
	position:relative; 
	float:left; 
	padding-top:13px;
}

#ricerca-avanzata{
	position: relative;
	float:right;
	width:297px;
	height:33px;
	}
form#quick_find{width: 248px;  background: no-repeat;
	background-position:center;
	background-image:url(catalog/includes/languages/italian/images/buttons/button_quick_find_background.png);
		top:15px;}
form#quick_find fieldset{border: 0px;padding: 0}
form#quick_find legend{text-indent: -9999px;font-size: 1px}
form#quick_find input{width: 225px; margin: 7px 0 0 7px;
}

form#quick_find button{
	position: relative;
	top:2px;
	right:-244px;
	background: none;
    border: none;
	cursor: pointer;
	margin-top: 0px;
}
	
.fieldKey{
	padding-left:15px;
}



#search{
	position: relative;
	top:31px;
	left:50%;
	width:803px;
	height:45px;
	padding:2px 10px 0 0;
	margin: 0 0 0 -400px;
}

.ricerca{
	position: absolute;
	color: #fafafa;
	background:none;
	border:none;
}

.passw_forgotten a{
	margin:25px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- navigazione e-commerce 4<<<-----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#navigation4 li {
  float: left;
}

#navigation4 a * {
  display: none;
}

#navigation4 {
	position:absolute;
	top:0px;
	left:375px;
	height:0px;
	margin:0px 0px 0px 0px;
}

#navigation4 li {
  float: left;
}

#navigation4 a * {
  display: none;
}

#navigation4 a,
#navigation4 a .hover {
  	height: 33px;
	position: relative;
	display: block;
}



/*regole generali e-commerce*/

.headerNavigation, .smallText, .titolo-libro, .pageHeading {
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	SPAN.greetUser {
		margin-left:15px;
	}
.productSpecialPrice{
	font-size:13px;
	font-weight:bold;
	color:#698316;
	}


.productListing-heading {
	padding: 0px 0px 25px 0;
	display:none;
}

.productListing-heading a{
	padding-left:25px;
}

.cart li{
	padding-bottom:5px;
	}
	

/*infobox*/

div.column {
  font-size:12px;
}

div.column_header {
  height: 40px;
  margin: 3px 2px;
}

div.column_header_left {
	width:45%;
	position:relative;
	float:left;	
	}
	div.column_header_left h4 {
	  padding-left: 13px;
	  margin: 0;
	  font-size: 13px;
	  color: #698316;
	}

div.column_header_right {
	width:55%;
	position:relative;
	float: right;
	right:-5px;
	padding-top:3px;
	}
	.slogan{
		font-style:italic;
		font-size:11px;
		letter-spacing:-0.2px;
	}
div.column_special_product {
	width:100%;
}

.libro-del-mese img{
	float:left;
	margin: 0 25px 0 0;
	position: relative;
	top:-15px;
	left:7px;
}

.dettagli-libro{
	margin-top:55px;
}
.autore-libro{
	font-size:1.0em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7c7c7c;
}	

div.column ul, div.column ol, div.column_p_box {
  list-style-type: none;
  padding: 10px 0px 10px 5px;
  margin: 0px 2px 4px 2px;
  line-height: 1.5em;

}

div.column li, div.column_p_box p {
}

.column_li_center {
  text-align: center;
}

.column_li_left50 {
  float: left;
  text-align: left;
  width: 45%;
  clear: both;
}

/*box news*/

.new_products {
	width:250px;
	height:130px;
	margin:15px 10px 20px 30px;
	position:relative;
	float:left;
}
.new_products_sx {
	float:left;
	width:100px;
	height:130px;
}

.new_products_sx img{
	float:left;
	padding-right:9px;
	margin-right:25px;
	border-right: inset thin #333;
}
.new_products_dx{
	float: left;
	width:140px;
	height:130px;
	padding-left:9px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- COLONNE <<<------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.column{ padding: 0px 15px 0 0; }
.wide, .thin, .thin2, .thin3 { clear:both; }
.hilite{
	color:#96F;
}

.clicked {color:#6f5dc3;}

.clicked-green {color: #728f08;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------- BOX WORKS PORTFOLIO <<<------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#screen5{
	position: absolute;
	top:28px;
	right:33px;
	width:465px;
	height:110px;
	padding:0px;
	margin: 0;
}
	
	#screen5 .next, #screen5 .prev{
		position: absolute;
		bottom:55px;
	}
	
	#screen5 .prev{
		left:-19px;
		width: auto;
		height: auto;
	}
	
	#screen5 .next{
		right:-19px;
		width: auto;
		height: auto;
	}
		
#sections5{
	position:relative;
	overflow:hidden;
	width:469px;
	height:110px;
}
	
	#sections5 ul{
		width:3660px;
	}
	
	#sections5 li{
	width:8050px;
	height:110px;
	position:relative;
	padding:0;
	clip: rect(3px,auto,auto,auto);
	}
			/*
			il margine consente di posizionare l'oggetto ad altezze differenti
			#sections li.fallen{
				margin-top:369px;
			}*/

#sections5 h5{
	float:right;
	margin-right: 185px;
}


	#sections5 img{
	padding:0;
	margin:0;
	top:5px;
	position:relative;
	}


.portfolio{
	 background-image:url(img/sg/works-box.png); 
	 background-repeat:no-repeat; 
	 width:803px; 
	 height:180px; 
	 position: relative;	
	 top:110px; 
	 left:50%; 
	 padding:0px; 
	 margin: 0 0 0 -404px;
}



.articoli{
	margin: 0 0 35px 98px; 
	width:430px;
}

.articoli p{
	padding-bottom:15px;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- CLASSI <<<------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.padding{
	padding:15px;
}
/* -------------Input e textfield--------------------------------------*/
INPUT{
		padding-top:5px;
}
.fieldset {
	height:23px;
	padding-top:5px;
	width:194px;
	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
  	margin:0;
	background-color:#b1b1b1;
	border: 1px solid #9d9d9d;
	margin-left:15px;
	color:#fafafa;
	vertical-align:middle;
}


.text-field {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  margin:0;
  	background-color:#b1b1b1;
	border: 1px solid #9d9d9d;
	color:#fafafa;
	padding:5px;
}
.width700 { width:650px; margin-right:10px; float:left;}

.width300 INPUT, SELECT{
	height:23px;
	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
  	margin:0;
	background-color:#b1b1b1;
	border: 1px solid #979189;
	margin-top:5px;
	margin-bottom:15px;
	color:#fafafa;
		vertical-align:middle;

}
.width300 { width:300px; margin-right:10px; float:left;}

.no-border INPUT, SELECT{
	border: none;
	height:auto;
	background:none;
}

.opzioni SELECT{
	height:23px;
	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
  	margin:0;
	background-color:#b1b1b1;
	border: 1px solid #979189;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:15px;
	color:#fafafa;
	vertical-align:middle;
	width:140px;
}
.main INPUT, SELECT{
	height:23px;
	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
  	margin:0;
	background-color:#b1b1b1;
	border: 1px solid #979189;
	margin-top:5px;
	margin-left:15px;
	margin-bottom:15px;
	color:#fafafa;
	vertical-align:middle;
	width:200px;
}


TD.main, P.main {
  line-height: 1.5;
}
TD.main {
	padding-top:15px;
}

TEXTAREA {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  margin:0;
  	background-color:#b1b1b1;
	border: 1px solid #979189;
	color:#fafafa;
}
.moduleRow {
	width:100%;
	text-align:justify;
	}
.moduleRow li{
	display: inline-table; 
	padding-left:15px;
	padding-top:5px;
	min-width:80px;
}
.moduleRow img{
	vertical-align:middle;
	text-align:center;
}
	
.moduleList {
	margin-top:35px;
}
.moduleList li{
	display: block; 
	padding-left:35px;
	padding-top:5px;
	}
.segnalibro{
	float:right;
	margin-right:35px;
	}


.messageStackError{
	padding-left:35px;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- REGOLE GENERALI DI NORMALIZZAZIONE <<<------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
	border:0;
}

ol, ul {
	list-style:none;
	}

img {border:0}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color: #728f08;
	font-weight:normal;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #728f08;
	font-weight:normal;
	padding-bottom:3px;

}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	font-weight:bold;
	padding-bottom:13px;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color: #728f08;
	font-weight:normal;
}

a {
	color:#5e5e5e;
	text-decoration:none;
	cursor: pointer;
	cursor: hand;
}

a:visited{
	color:#5e5e5e;
}

a:hover{
	text-decoration: underline;
}

	
b {
	color: #728f08;
}

#footer a{
	color:#7e7e7e;
}

#footer a:visited{
	color:#7e7e7e;
}

#box_5 a:hover{
	color: #728f08;
}

a:active, a:focus{
outline:none;
} 

.elements2 a{
	text-decoration:underline;
}

.elements2 a:hover{
	text-decoration:underline;
	}
	
#container p {
    margin:0px;
 }


.primo-piano-libri li{
	
	background-image:url(http://www.edizionialtravista.com/img/ce/box-libri-in-primo-piano.png);
}

.primo-piano-libri a{
	
	 font-style:normal;
}


.presentazione-libri{
	margin:0 35px; 
	height:205px;  
	background-image: url(http://www.edizionialtravista.com/catalog/images/border-dotted.gif); 
	background-position: center bottom; 
	background-repeat: repeat-x;
}

.continua{
	color: rgb(114, 143, 8); 
	font-family: Georgia,Times New Roman,Times,serif; 
	font-size: 11px; 
	float: right; 
	position:relative; 
	top:3px;
}