/*** Paperideas.it: foglio di stile per stampa ***/

/* ------------------------------
   elementi nascosti
------------------------------ */
.clr hr, 
.clear hr, 
#logo-area, 
#main-menu, 
#sub-menu, 
#search-paper, 
.rss, 
#utility, 
#left, 
#right, 
.favPaper, 
.specifications, 
.back, 
.link, 
#bottom .privacy { display: none }


/* ------------------------------
   stili generali
------------------------------ */
body {
	background: #FFF none;
	color: #000;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15pt;
}

a img { border: 0}

.img { margin: 10pt 0; }


/* ------------------------------
   paperzine - dettaglio
------------------------------ */
.newsItem h1 {
	margin-bottom: 2pt;
	color: #666;
	font-size: 17pt;
}

.newsItem h2 { margin-bottom: 2pt; }

.didascalia { 
	font-style: italic;
	font-size: 11pt;
	margin: 2pt 0;
}

.newsItem .abstract {
	font-size: 12pt;
	font-weight: bold;
	color: #999999;
	margin-top: 3pt;
}

/* ------------------------------
   events - dettaglio
------------------------------ */
.eventsItem h1 { 
	margin-bottom: 2pt;
	color: #666;
	font-size: 17pt;
}
.eventsItem h2 { margin-bottom: 2pt; }

.data { 
	font-size: 10pt;
	color: #999;
}

/* ------------------------------
   footer
------------------------------ */
#bottom {
	border-top: 1px dotted #d8d8d8;
	font-size: 10pt;
	padding-top: 5pt;
	margin-top: 5pt;
}

	#bottom a { 
		text-decoration: none;
		color: #000;
	}

/* ------------------------------
   Catalogo - Dettaglio serie
------------------------------ */
.serie h2 {
  color:#666;
  font-size:17pt;
}

.serie a {
  text-decoration: none;
  color: #000;
}

.serie .box h4 {
  margin-bottom: 0.2em;
}

.serie .box p {
  margin-top: 0;
}

.serie .box h3 { 
  display: block;
  color:#666;
} 

/* ------------------------------
   Catalogo - Dettaglio carta
------------------------------ */
.box h3 {
  display: none;
}

.box table {
  border: 1px solid #CCC;
}

.box table caption {
  color: #FFF;
  font-weight: bold;
  background-color: #333;
  margin-top: 1em;
}

.box table .paper_weights th {
  padding: 0.2em 0.3em;
}

.box table .odd {
  background-color: #F3F3F3;
}

.box table .campionatura {
  text-align: center;
}

.box table a {
  text-decoration: none;
  color: #000;
}

.certificazioni { 
  margin: 1em 0;
}

.certificazioni ul {
  list-style: none;
  display: inline;
  padding-left: 0;
}

.certificazioni ul li {
  display: inline;
  margin: 1em 1em 1em 0;
}

/* ------------------------------
   Catalogo - Risultati ricerca
------------------------------ */
.results #search-results-series-list {
  list-style: none;
}

.results #search-results-series-list li {
  display: block;
  overflow: auto;
  clear: both;
  margin-bottom: 2em;
}

.results #search-results-series-list .search-results-serie div {
  float: left;
  width: 160px;
}

.results #search-results-series-list .search-results-serie div img {
  display: block;
  margin: 0 auto;
}

.results #search-results-series-list .search-results-serie h4 {
  margin-top: 0.2em;
  text-align: center;
}

.results #search-results-series-list .search-results-serie dl {
  float: left;
  width: 65%;
}

.results #search-results-series-list .search-results-serie dt {
  font-weight: bold;
  color: #333;
}

.results #search-results-series-list .search-results-serie dd {
  margin-bottom: 0.5em;
  margin-left: 0.2em;
}

.results #search-results-series-list a {
  text-decoration: none;
  color: #000;
}

/* ------------------------------
   Stampa modale
------------------------------ */
#TB_overlay {
  background: #FFF;
  position: absolute;
  top: 120px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#TB_closeAjaxWindow {
  display: none;
}

#TB_window {
  margin: 0 !important;
  width: auto !important;
  position: absolute;
  top: 120px;
  left: 0;
}


#TB_window .catalog table {
  border: 1px solid #CCC;
}

#TB_window .catalog caption {
  color: #FFF;
  font-weight: bold;
  background-color: #333;
  margin-top: 1em;
}

#TB_window .catalog table th {
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px dotted #CCC;
}

#TB_window .catalog table .paper_weights th {
  padding: 0.2em 0.3em;
}

#TB_window .catalog table .odd td {
  background-color: #F3F3F3;
}

#TB_window .catalog table .campionatura {
  text-align: center;
}

#TB_window .catalog table .rowgroup td {
  border-bottom: 1px solid #CCC;
}

#TB_window .catalog table .paper {
  border-bottom: 1px solid #CCC;
  font-weight: bold;
}

#TB_window .catalog table a {
  text-decoration: none;
  color: #000;
}

#TB_window .catalog table .certs img {
  width: 20px;
}

