* {
	padding:0; 
	margin:0; 
}

/*stili per il layout fisso con altezza minima*/
html,body {
	height:100%;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family:Verdana, Arial, Helvetica, Sans-serif; */
	font-size:0.80em;
	color:#7f2f1a;
	line-height:20px;
	background:#f7d842 url('/img/pre/back.gif') repeat-x 0 0;
	min-width:990px;
}

img {
	display:block;
}

img, input, textarea, select, optgroup {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family:Verdana, Arial, Helvetica, Sans-serif; */
	border:0;
	font-size:0.9em; 
}

ul {
}

ol {
}

li {
}

p {
}

a {
	color:#7f2f1a; 
	text-decoration:underline; 
}

a:visited {
	color:#7f2f1a; 
	text-decoration:underline; 
}

a:hover {
	color:#7f2f1a; 
	text-decoration:underline; 
}

h1, h2, h3, h4, h5, h6 {
	color:#7f2f1a; 
	font-weight:normal;
}

h1 {
	font-size:1.8em; 
}

h2 {
	font-size:1.6em; 
}

h3 {
	font-size:1.4em; 
}

h4 {
	font-size:1.2em; 
}

h5 {
	font-size:1.0em; 
}

h6 {
	font-size:0.8em; 
}
.titolo_pagina {
	text-indent:-99999px;
} 
.p_class {
	padding-bottom:12px; 
}
.p_class ul {
	padding:0 0 0 20px; 
	margin:0;
}
.p_class ul li {
	padding:0; 
	margin:0; 
}
.p_class ol {
	padding:0 0 0 20px; 
	margin:0;
}
.p_class ol li {
	padding:0; 
	margin:0; 
}
.img_left {
	float:left;
	margin:0 12px 5px 0; 
}
.img_right {
	float:right;
	margin:0 0 12px 50px; 
}

.contenitore_centrale {
	margin:0 auto;
	overflow:hidden;
	padding:0;
	width:990px;
	position:relative;
}
.blocco_ricerca	{
	width:480px;	
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	background:url('/img/pre/sep.png') no-repeat 230px 0;
	padding:20px 0 0;
}
.blocco_ricerca_1	{
	width:240px;
	float:left;	
	overflow:hidden;
}
.blocco_ricerca_2	{
	width:240px;
	float:left;	
	overflow:hidden;
}
.input_libri {
	width:215px;
	padding:1px 0;
}
.ricerca_veloce	{
	width:240px;
	margin-left:auto;
	margin-right:auto;	
}
.ricerca_veloce_1	{
	padding:0 0 20px;
}
.ricerca_veloce_2	{
	padding:0 0 20px;
}
.ricerca_veloce_3	{
	padding:0 0 20px;
}
.filosofia	{
	padding:20px 0 20px 15px;	
}
.filosofia a	{
	padding:0 0 0 16px;
	background:url('/img/pre/fre_spe.png') no-repeat 0 5px;
	color:#ac7e28;	
}
.filosofia a:visited	{
	padding:0 0 0 16px;
	background:url('/img/pre/fre_spe.png') no-repeat 0 5px;
	color:#ac7e28;	
}
.filosofia a:hover	{
	padding:0 0 0 16px;
	background:url('/img/pre/fre_att.png') no-repeat 0 5px;
	color:#7f2f1a; 	
}
.disabled	{
	cursor:default;
	opacity:0.4;
	filter:alpha(opacity=40)	
}
.attivo	{
	cursor:pointer;
	opacity:1.0;	
}
/* OVERLAY */

/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color:#333;
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 10px 1px #000;
	-webkit-box-shadow: 0 0 10px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/img/gallery/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}


/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}


/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:592px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;

}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(/img/gal/close.png);
	position:absolute; right:20px; top:-23px;
	cursor:pointer;
	height:30px;
	width:44px;
	
}

/* use a semi-transparent image for the overlay */
#overlay {
	background-image:url(/img/gal/transparent.png);
	
	height:439px;
	
}


/* container for external content. uses vertical scrollbar, if needed */
.contentWrap {
	height:400px;
	overflow-y:auto;
}



/* footer lingue */
#footer_top{
	background:url(/img/pre/footer_top.png) no-repeat top center;
	width:873px;
	margin:40px auto 0 auto;
	height:24px;
	clear:both;
}
#footer_bottom{
	background:url(/img/pre/footer_bottom.png) no-repeat top center;
	width:873px;
	margin:0 auto 20px auto;
	height:33px;
	clear:both
}
#menu_lingue{
	width:873px;
	height:125px;
	margin: 0 auto;
	background:url(/img/pre/footer_middle.png) repeat-y top center;	
	padding-top:10px;

}
#menu_lingue ul{	

	width:823px;
	margin: 0 auto;
	height:125px;   
}
#menu_lingue ul li{
	float:left;
	line-height:25px;
	height:25px;
	list-style-type:none;
	width:200px;

}

#menu_lingue ul li a:link, #menu_lingue ul li a:visited{
	text-decoration:none;
	font-size:12px;
		display:block;

	
}
#menu_lingue ul li a:hover{
	text-decoration:underline;
	font-size:12px;
}
#menu_lingue ul li a span{
	font-weight:bold;
}
.swfcont {
	width:990px; 
	height:550px;
}
.piva {
	clear:both; 
	padding:150px 0 40px; 
	text-align:center; 
	color:#6f341a;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	
body {
	min-width:320px;
	width:100%;
	background: url("../reload/img/pattern/gs_mainbg_giallo_pattern.png") repeat 0 0;
}
div#container {
	background:none !important;
	
}
.contenitore_centrale {
   padding: 0;
  margin: 0 0 0 0;
  z-index: 1;
  width: 100%;
}
.swfcont {
	width:100%; 
	height:auto;
}
.swfcont img {
	width:100%; 
	height:auto;
}
.blocco_ricerca {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background: none;
  padding: 20px 0;
}
.blocco_ricerca_1 {
  width: 100%;
  float: left;
  overflow: hidden;
}
.input_libri {
  width: 100%;
  padding: 2px 0;
}
.blocco_ricerca_2 {
  width: 108px;
  float: none;
  overflow: hidden;
  margin: 0 auto;
}
#pulsa_img {
  	padding: 0px !important;
}
#pulsa_input {
	padding: 0px !important;
}
.piva {
	padding:20px 0; 
}
#footer_top {
  display: none;
}
#footer_bottom {
  display: none;
}
#menu_lingue {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: none;
  overflow:hidden;
  padding: 0 10px 20px;
   -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
#menu_lingue ul {
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding:10px;
  overflow:hidden;
  list-style-type: none;
   border: 3px #fff solid;
	 -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-radius:5px;
}
#menu_lingue ul li {
  float: left;
  line-height: 25px;
  height: auto;
  list-style-type: none;
  width: 50%;
}
#menu_lingue ul li a:link, #menu_lingue ul li a:visited, #menu_lingue ul li a:hover {
  line-height: 15px;
  padding:5px 0 5px;
  display:block;
}


}