body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#371008;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #371008;
	text-align: left;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat;
	width:100%;
	height:100%;
}



/* centrare la pagina web a larghezza fissa */
#header { width:100%; min-width:1000px; margin:0em auto; text-align:left }
#content {height:100%; width:1000px; margin:0em auto; }
#footer { width:100%; min-width:1000px; text-align:left; }


#header{	
	height:130px;
	background-image: url(images/header-border.gif);
	background-repeat:repeat-x;
}

/* navigazione principale */

div#nav_main{
	position: relative;
 	margin:0em auto;
	right:-45px;
	top:37px;
	width:910px;
	height:47px;
	background-image:url(images/line-orizz.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

div#nav_main li{
	display: block;
}

/* logo e marchio */
#nav_sx{
	position:absolute;
	left:-95px;
	top:-23px;
	width:238px;
	height:35px;
}


/* navigation */

#nav_dx a * {
  display: none;
}

#nav_dx {
  	list-style: none;
	position:absolute;
	top:0px;
	right:13px;
	text-align:right;
	height:40px;
	margin:0px 0px 0px 0px;
}

#nav_dx li {
  float: left;
}

#nav_dx a * {
  display: none;
}

#nav_dx a,
#nav_dx a .hover {
  	height: 45px;
	position: relative;
	display: block;
	background: 0 0 no-repeat;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> individual navigation dx highlight <<<------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#nav_dx a.home {
  background-position: 0 0px;
  width: 85px;
}
#nav_dx .highlight a.home:hover,
#nav_dx a.home .hover {
  background-position: 0 -40px;
  width: 85px;
}

#nav_dx a.stampe {
  background-position: -85px 0px;
  width: 97px;
}
#nav_dx .highlight a.stampe:hover,
#nav_dx a.stampe .hover {
  background-position: -85px -40px;
  width: 97px;
}

#nav_dx a.libri {
  background-position: -182px 0px;
  width: 62px;
}
#nav_dx .highlight a.libri:hover,
#nav_dx a.libri .hover {
  background-position: -182px -40px;
  width: 62px;
}

#nav_dx a.carrello {
  background-position: -246px 0px;
  width: 94px;
}
#nav_dx .highlight a.carrello:hover,
#nav_dx a.carrello .hover {
  background-position: -246px -40px;
  width: 94px;
}

#nav_dx a.contatti {
  background-position: -340px 0px;
  width: 102px;
}
#nav_dx .highlight a.contatti:hover,
#nav_dx a.contatti .hover {
  background-position: -340px -40px;
  width: 102px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> individual navigation footer highlight <<<--------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#nav_dx_footer a * {
  display: none;
}

#nav_dx_footer {
  	list-style: none;
	position:absolute;
	top:15px;
	right:8px;
	text-align:right;
	height:37px;
	margin:0px 0px 0px 0px;
}

#nav_dx_footer li {
  float: left;
}

#nav_dx_footer a * {
  display: none;
}

#nav_dx_footer a,
#nav_dx_footer a .hover {
  	height: 37px;
	position: relative;
	display: block;
	background: 0 0 no-repeat;
}

#nav_dx_footer a.home-footer {
  background-position: 0 0px;
  width: 65px;
}
#nav_dx_footer .highlight a.home-footer:hover,
#nav_dx_footer a.home-footer .hover {
  background-position: 0 -37px;
  width: 65px;
}

#nav_dx_footer a.stampe-footer {
  background-position: -65px 0px;
  width: 76px;
}
#nav_dx_footer .highlight a.stampe-footer:hover,
#nav_dx_footer a.stampe-footer .hover {
  background-position: -65px -37px;
  width: 76px;
}

#nav_dx_footer a.libri-footer {
  background-position: -141px 0px;
  width: 50px;
}

#nav_dx_footer .highlight a.libri-footer:hover,
#nav_dx_footer a.libri-footer .hover {
  background-position: -141px -37px;
  width: 50px;
}

#nav_dx_footer a.carrello-footer {
  background-position: -191px 0px;
  width: 75px;
}
#nav_dx_footer .highlight a.carrello-footer:hover,
#nav_dx_footer a.carrello-footer .hover {
  background-position: -191px -37px;
  width: 75px;
}

#nav_dx_footer a.contatti-footer {
  background-position: -266px 0px;
  width: 79px;
}
#nav_dx_footer .highlight a.contatti-footer:hover,
#nav_dx_footer a.contatti-footer .hover {
  background-position: -266px -37px;
  width: 79px;
}

/*CONTENT*/

#content{
	position:relative;
}

#content_sx{
	position:absolute;
	top:-7px;
	margin-right:40px;
	padding-right:25px;
	margin-top:15px;
	width:233px; 
	text-align:right;
	background-image:url(images/line-vert-continua.png);
	background-repeat:no-repeat;
	background-position:right top;
	}	

#content_dx{
	margin:0 0 35px 296px;
	min-height:1050px;
	width:702px;
	padding-top:7px;
	height:100%;
}

.barra-vert-home {
	position:absolute; 
	top:63px; 
	left:641px; 
	background-image:url(images/line-vert.png); 
	background-repeat:repeat-y; 
	height:385px; 
	width:4px;
}

.barra-orizz-home {
	position:absolute; 
	top:490px; 
	left:295px; 
	background-image:url(images/line-orizz.png); 
	background-repeat:repeat-x; 
	height:5px; 
	width:690px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> footer <<<----------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#footer{
	color:#b5b398;
	font-size:15px;
}

#footer {
	height:442px;
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	background-position:top;
}

#footer-content{
	width:1000px;
	height:360px;
	margin:0em auto;
}

#footer-content-sx{
	width:500px;
	height:360px;
	position:relative;
	float:left;
}

#footer-content-dx{
	width:500px;
	height:360px;
	position:relative;
	float:right;
}

.opzioni li{
	display:inline-table;
}

.valuta{
	width: 119px; 
	height:26px; 
	background-color:#000; 
	border: 1px solid #4d4237; 
	color:#b5b398;
	position:relative;
	top:9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> sexy lightbox 2.2 <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#SLB-Wrapper {
  margin:0.5em 0;
  margin:auto;
  font-family:Verdana;
  text-align: left;
  position: absolute;
}

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

#SLB-Wrapper #SLB-Top {
  background:transparent no-repeat scroll 100% 0;
  height:28px;
  margin:0 0 0 18px;
}
#SLB-Wrapper #SLB-Top img {
  float:right;
  border:0px;
  margin:6px 10px;
}

#SLB-Wrapper #SLB-Top div {
  background:transparent no-repeat scroll 0 0;
  font-size:0;
  height:28px;
  left:-18px;
  line-height:0;
  position:relative;
  width:18px;
}

#SLB-Wrapper #SLB-Bottom {
  background:transparent no-repeat scroll 0 43%;
  height:20px;
  margin:0 18px 0 0;
}

#SLB-Wrapper #SLB-Bottom #SLB-BottomRight {
  background:transparent no-repeat scroll 100% 43%;
  font-size:0;
  height:20px;
  right:-18px;
  line-height:0;
  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-Bottom.SLB-bbnav {
  background-position:0 100%;
}
#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{
  background-position:100% 100%;
}

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

#SLB-Wrapper #SLB-Bottom #SLB-Navegador{
  font-size: 11px;
  color: #fff;
  height:30px;
  border-left:0px;
  border-right:0px;
  padding:10px 0px;
  margin:0;
  line-height:11px;
  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;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> classi e boxes <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*CLASSI e BOX*/

#search{
position:relative; margin-top:55px; float:right;
}

form#quick_find{width: 177px;  background: no-repeat;
	background-position:center;
	background-image:url(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: 130px;margin-top: 0px;
}

form#quick_find button{
	position: relative;
	top:5px;
	background: none;
    border: none;
	cursor: pointer;
	margin-top: 0px;
}
	
.ricerca{
	position:relative;
	color: #7B605B;
	background-color:#EEEEEE;
	border:none;
	bottom:7px;
	margin-bottom:1px;
}

#whatsnewbox{
	padding:0px;
	margin: 95px 0px 95px 0;
	position:relative; 
	top:95px; 
	right:0;
}

.productListing-data{
	padding: 25px 0 45px 0;
	left:45px;
	font-weight:bold;
	background-image:url(images/line-orizz.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.productListing-heading{
	display:none;
}

SPAN.greetUser, .headerNavigation, .smallText, .titolo-libro {
	font-size:12px;
	font-weight:bold;
	}
.titolo-libro {
	margin-top:25px;
	}
.pageHeading{
	display:none;
}
TD.main {
	padding-top:15px;
}


.width300 INPUT, SELECT{
	height:18px;
	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
  	margin:0;
	background-color:#f4f3e7;
	border: 1px solid #979189;
	margin-top:5px;
	margin-bottom:15px;
	color:#7B605B;
}

.box-contatti INPUT, SELECT{
	height:18px;
	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
  	margin:0;
	background-color:#f4f3e7;
	border: 1px solid #979189;
	color:#7B605B;

}

INPUT{
		padding-top:5px;
}

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


.main INPUT, SELECT{
	height:18px;
	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
  	margin:0;
	background-color:#f4f3e7;
	border: 1px solid #979189;
	margin-left:15px;
	color:#7B605B;
}

TEXTAREA {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  margin:0;
  	background-color:#f4f3e7;
	border: 1px solid #979189;
	color:#7B605B;
}

.bread{
	font-style:italic;
	font-size:19px;
}
.menucateg{
	display:none;
}

.menusubcateg{
	line-height:18px;
	color:#3b130b;
	font-size:15px;
}

.menusubcateg:hover{
	background-color:#ecc12b;
	text-decoration: none;
}

.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;
}

.cart li{
	padding-bottom:5px;
	}
.informazioni a{
	color:#b5b398;
	font-size:15px;
}

.informazioni a:hover{
	background-color:#433f2f;
}

.informazioni li{
	list-style-image: url(images/arrow_right.png);
	list-style-position:inside;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> contattaci <<<------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.modulo-contatti input{
	position:relative;
	border:none;
	float:right;
	margin-right:25px;
	width:143px;
	height:100%;
	line-height:100%;
}

.modulo-contatti textarea{
	position:relative;
	border:none;
	float:right;
	margin-right:25px;
	width:197px;
	height:70px;
	background-color:#adb199;
}

.attributi-prodotto{
	font-family:Verdana, Geneva, sans-serif;
	color:#371008;
	font-size:12px;
	line-height:19px;
}

.corpo-testo p{
	font-size:15px;
	margin-top:15px;
}

.corpo-testo a{
	color:#855f05;
}
.corpo-testo a:hover{
	color:#855f05;
	background-color:#eae5ad;
}

.corpo-testo h4, h5, h6{
	padding-top:18px;
}

.infoBox{
	width:100%;
}

TD.main, P.main {
  line-height: 1.5;
}


/* Allinea immagine al centro del div in verticale*/

.new_products{
	width:290px;
	padding-left:20px;
	margin-top: 30px;
}

.new_products_sx{
	width:270px;
	height:270px;
	text-align:center;/* Allinea immagine al centro del div in verticale*/
	display:table-cell;/* Allinea immagine al centro del div in verticale*/
	vertical-align:middle;/* Allinea immagine al centro del div in verticale*/
}

.new_products_sx img{
margin:0 auto;/* Allinea immagine al centro del div in verticale*/
}

/* Libreria
=====================================================================*/

.width140 { width:140px; margin-right:10px; float:left;}
.width290 { width:290px; margin-right:10px; float:left;}
.width300 { width:300px; margin-right:10px; float:left;}
.width450 { width:590px; margin-right:10px; float:left;}
.width700 { width:650px; margin-right:10px; float:left;}
.width890 { width:890px; margin-right:10px; float:left;}
.width50 { width:300px; margin-right:10px; float:left;}
.width30 { width:30px; margin-right:5px; float:left;}
.width30L { width:30px; margin-right:10px; float:left;}
.widthBox { padding:10px;}


.width370 { width:370px; float:left; }
.width220 { width:220px; float:left; }
.width70 { width:70px; float:left;}
.width140L { width:140px;}
.width160L { width:160px; float:left; margin: 0 0 0 -10px; padding:0; }
	
	
	
h1 { font: bold 1.7em geneva, arial, Georgia, "Times New Roman", Times, serif; color:#424445;}
h2 { font: normal 1.6em Arial, Helvetica, sans-serif arial, Georgia, "Times New Roman", Times, serif; color:#333; }
h3 {font-family: Georgia,Times New Roman,Times,serif; font-size: 18px; font-style: normal; font-weight: normal; color: #a73912;}
h4 {font-family: Georgia,Times New Roman,Times,serif; font-size: 18px; font-style: normal; font-weight: normal; color: #a73912;}
h5 {font-family: Georgia,Times New Roman,Times,serif; font-size: 14px; font-style: normal; font-weight: bold; color: #371008;}


.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;
	}

/*elenco dei prodotti acquistati nella pagina account_history_info*/

.prodotti-riepilogo {
	width:100%;
}


.prodotti-riepilogo li{
	display:inline-table;
	padding:15px;
	min-width:150px;

}

.riepilogo {
width:100%;

}
.riepilogo li{
	display:inline-table;
	padding:15px;
	min-width:150px;
}

/*Immagini delle pagine account*/

.segnalibro{
	float:right;
	margin-right:35px;
	}
	
.smallText{
	padding-top:15px;
}	
.smallText b{
	color: #a73912;
}

.lista-prodotti li{
	text-align:right;
	margin-top:60px;
	width:300px;
	padding-left:15px;
}
	
.lista-prodotti {
	
	background-image:url(images/line-vert.png);
	background-position:left;
	background-repeat: repeat-y;
}

.myaccountlogoff{
	position:absolute; 
	right:34px; 
	bottom:-22px;
}
	
.myaccountlogoff a{
color:#7b605b;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> regole generali di normalizzazione <<<------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


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

h1 {
	position:absolute;
	top:-8px;
	left:35px;
	font-size:1.3em;
	font-style:italic;
	color: #839347;
	border:0;
	margin:0;
	padding:0;
}



ol, ul {
	list-style:none;
	}

a {
	color: #3C0000;
	text-decoration:none;
	}
	
a:visited{
	text-decoration:none;
	}

a:hover{
	text-decoration: none;
	}

img {border:0; margin:0; outline:none;}

a{
outline:none;/*remove firefox border links*/
}

