
a {
  color: #0050b4;
}
a:visited {
  color: #9456d1;
}
a:hover, a:visited:hover {
  color: #d65554;
  text-decoration: none;
}
a img { border: 0; }
body {
  font-family: "Trebuchet MS", Arial, Helvitica, sans-serif;
  font-size: 80%;
  color: black;
  background: white;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
h1 {
  font-size: 260%;
}
h2 {
  font-size: 160%;
  margin-top: -1em;
}
h3 {
  font-size: 140%;
}
h4 {
  font-size: 140%;
}
p {
  line-height: 1.2em;
}
li {
  line-height: 1.3em;
  margin-bottom: .4em;
}
form {
  padding: 0;
  margin: 0;
}
.hidden {
  display: none;
}

#logo img {
  border: 0;
}
#footer {
  color: #666;
}

label{
	font-size:80%;
}

body {
  background-color: #858072;
  color: white;
  padding: 0;
  margin: 0;
  -moz-opacity: .99; /* Firefox bug fix */
}
.clear {
  clear: both;
  overflow: hidden;
  height: 0;
  display: block;
}
.highlight {
  background: #ffc; 
}
/*
#logo {
  position: absolute;
  left: 20px;
  z-index: 1;
  cursor: pointer;
}
#logo span, #logo a {
  background: url(images/logo-screen2.gif) no-repeat 0 0;
  display: block;
  width: 275px;
  height: 114px;
  cursor: pointer;
}
#logo a:hover {
  background: url(images/logo-screen2.gif) no-repeat 0 -114px;
}*/

#logo {
  position: absolute;
  left: 4px;
  z-index: 1;
  cursor: pointer;
}

#logo h1{

  background: url(../img/logo.gif) no-repeat 0 0;
  display: block;
  width: 475px;
  height: 114px;
  cursor: pointer;
  margin:8px 0 0 0;
  padding:0;
}

#logo h1 a span{
	display:none;
}




#logo img {
padding: 10px 0;
/*  display: none;*/
}
#navigation {
  background-color: #333;
  border-bottom: 10px solid #d2c2a6;
  font-family: Georgia, "Book Antiqua",  "Times New Roman", Times, serif;
  font-size: 120%;
  height: 86px;
  text-align: right;
  overflow: hidden;
}
#navigation .separator {
  color: #333;
}
#navigation p {
  padding: 0;
  padding-top: 30px;
  padding-right: 32px;
  padding-right: 25px;
  margin: 0;
  margin-left: 300px;
  right: 25px;
  line-height: 1em;
}
#navigation a {
  color: #ccc;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
}
#navigation a:hover {
  color: white;
  background: url(images/nav-underline.gif) no-repeat center bottom;
}
#navigation a strong {
  font-weight: normal;
  color: white;
}
#navigation a.login-button {
  background-image: none !important;
  padding: 0;
}
#navigation a.login-button img {
  vertical-align: middle;
  margin-bottom: -4px;
}
#main {
  background: white;
  color: #333;
  float: left;
  width: 100%;
}


#head, #content, #footer {
  padding-left: 25px;
  padding-right: 25px;
}
#head-wrapper {
  border-top: 1px solid #9C978A;
  background: #eaddb8 url(images/head-background.png) repeat-x 0 0;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 22px;
}
#head {
  border-bottom: 1px solid #ddd1ae;
}
#head h1 {
  font-size: 200%;
  margin-top: 20px;
  margin-bottom: 25px;
}
#head h2 {
  margin-top: -25px;
  margin-bottom: 25px;
  font-size: 125%;
  color: #746F62 !important;
}
#head a {
  color: #b85d55;
}
#head a:visited {
  color: #9f79ac;
}
#head a:hover,
#head a:visited:hover {
  color: #d65554;
}
#head p {
  font-family:  Georgia, "Times New Roman", Times, serif;
  margin-top: -15px;
  margin-bottom: 25px;
  font-size: 125%;
  color: #746F62 !important;
}


#head ul.tabs,
#head ul.tabs li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#head ul.tabs {
  font-family:  Georgia,"Bookman Old Style", "Book Antiqua", "Times New Roman", Times, serif;
  font-size: 115%;
  margin-top: -7px;
  margin-bottom: -2px;
  padding: 5px;
  padding-left: 0;
}
#head ul.tabs li {
  display: inline;
  background: #f7eed4 url(images/tab-bottom.gif) repeat-x bottom;
  padding: 5px;
  padding-left: 15px;
  padding-right: 18px;
}
#head ul.tabs li a {
  background: url(images/tab-left.gif) no-repeat left top;
  color: #6e6b64;
  display: inline;
  margin: -5px;
  margin-left: -15px;
  margin-right: -18px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 18px;
  text-decoration: none;
}
#head ul.tabs li a span,
#head ul.tabs li.here a strong {
  display: inline;
  background: url(images/tab-right.gif) no-repeat right top;
  margin: -5px;
  margin-left: -15px;
  margin-right: -18px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 18px;
}
#head ul.tabs li.here {
  background: #faf4e0 url(images/tab-selected-top.gif) repeat-x top;
}
#head ul.tabs li.here a {
  color: #222;
  background: url(images/tab-selected-left.gif) no-repeat left top;
}
#head ul.tabs li.here a strong {
  background: url(images/tab-right.gif) no-repeat right top;
  font-weight: normal;
}
#head ul.tabs li a:hover,
#head ul.tabs li a:visited:hover {
  color: #d07056;
}
#content {
  color: #444;
  font-size: 110%;
  padding-bottom: 25px;
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
  color: #333;
}
#content h3 {
  font-size: 185%;
  
  border-bottom: 2px solid #800;
  
  margin-top: 1.25em;
  margin-bottom: .75em;
}


#content h4.impronta{

	/*background: url(images/imp_bianco.gif)  center left no-repeat;
	padding-left:35px;*/
}


#content h3.no-rule {
  background: none;
  margin-bottom: .5em;
}
#content h3.first {
  margin-top: 0em;
}
#content h4 {
  background: url(images/h3-underline.gif) repeat-x bottom;
  font-size: 160%;
  padding-bottom: 1px;
  margin-top: 1em;
  margin-bottom: .5em;
}
#content h4.no-rule {
  background: none;
}
#content h5 {
  font-family: "Trebuchet MS", Arial, Helvitica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: -.75em;
}
#content ul li {
  list-style-image: url(images/bullet.gif);
}
#content ul.discounts li,
#sidebar ul.discounts li {
  list-style-image: url(images/add-to-cart-glyph.gif);
}
#content .more a,
#content a.more {
  color: #b95e56;
}
#content .more a:hover,
#content a.more:hover {
  color: red;
}
#content .bio {
  margin-top: 2em;
  margin-bottom: 2em;
  position: relative;
  padding-left: 118px;
}
#content .bio img {
  position: absolute;
  left: 0;
  top: 0;
}
#content .bio big {
  font-size: 130%;
}

#content #title-view {
  padding: 25px;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: -25px;
}
#content #title-view .inner-1 {
  background: url(images/titles-sidebar-background.gif) repeat-y right;
}
#content #title-view .inner-2 {
  background: url(images/titles-sidebar-top-background.gif) no-repeat right top;
}
#content #title-view .inner-3 {
  display: inline-block;
  margin-right: 265px;
}
#content #title-view .order {
  color: #746F62;
  font-size: 90%;
  margin-top: -5px;
  margin-bottom: 1em;
  text-align: left;
}
#content #title-view .book {
  display: inline;
}
#content #title-view .book .thumbnail {
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
#content #title-view .book .thumbnail img {
  background-color: none;
  background: url(images/books/120x144/book-shadow-on-tan.gif) no-repeat center center;
  border: none;
  padding: 9px;
}
#content #title-view .book.selected .thumbnail img {
  background: #cb8a81 url(images/books/120x144/book-shadow-on-red.gif) no-repeat center center;
}
#content #title-view .book .details {
  display: none;
  position: absolute;
  padding-top: 1px;
  right: 25px;
  width: 230px;
}
#content #title-view .book .details {
  font-size: 90%;
}
#content #title-view .book .details h4 {
  background: none;
  margin-top: 0;
  margin-bottom: .25em;
  line-height: 1.1em;
}
#content #title-view .book .details p {
  margin-top: .5em;
}
#content #title-view p {
  line-height: 1.2em;
}
#content form label {
  display: block;
  font-size: 100%;
  color: #333;
}
#content form label.required {
  font-weight: bold;
}
#content form label.inline {
  display: inline;
}
#content form select {
  font-size: 120%; 
}
#content form input.textbox {
  font-size: 100%;
}
#content form input.large.textbox {
  font-size: 120%;
}
#content form textarea.large {
  font-size: 120%;
  width:auto;
  background:white;
}
#content form .hint {
  color: #666;
  display: block;
  font-size: 90%;
  font-style: italic;
}
#content form dl.options {
  margin: 0;
}
#content form dl.options dt {
  color: #333;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: .1em;
}
#content form dl.options dt small {
  font-weight: normal;
  color: #444;
}
#content form dl.options dd {
  color: #777;
  font-style: italic;
  margin-left: 1.5em;
  margin-top: .1em;
  margin-bottom: 1em;
}
#content form dl.options .warning {
  color: #ff5554;
}
#content form span.error-with-field span.error {
  display: block;
  color: #d65554;
}
#content fieldset {
  border: 0;
  margin-top: 1em;
  margin-bottom: 2em;
  padding: 20px;
  padding-top: .25em;
  padding-bottom: .5em;
}
#content fieldset legend {
  font-size: 1.3em;
  font-weight: bold;   
  color: #C05B56;
}
#content fieldset.no-heading {
  margin-top: 2em;
}
#content form .set {
  float: left;
  width: 100%;
  padding-bottom: 1em;
}
#content form .set p {
  float: left;
  margin-right: 10px;
}
#content form .group {
  margin-top: 1em;
  margin-bottom: .5em;
}
#content form .group p {
  margin-top: 0;
  margin-bottom: .5em;
}
#content form .group .set {
  padding-bottom: 1px;
}
#content .two-column {
  float: left;
  padding-bottom: 1em;
  width: 100%;
}
#content .two-column .column-wrapper {
  float: left;
  width: 50%;
}
#content .two-column .left.column {
  margin-right: 12px;
}
#content .two-column .right.column {
  margin-left: 13px;
}
#content .important {
  font-size: 120%;
  text-align: center;
}
#content .box {
  margin-top: 3em;
  margin-bottom: 3em;
  padding: 20px;
  padding-top: 15px;
}
#content .box,
#content fieldset {
  background-color: #f0f0ed;
}
#content .box.rounded .inner-1,
#content fieldset.rounded .inner-1 {
  background: url(images/box-top-left.gif) no-repeat top left;
}
#content .box.rounded .inner-2,
#content fieldset.rounded .inner-2 {
  background: url(images/box-top-right.gif) no-repeat top right;
}
#content .box.rounded .inner-3,
#content fieldset.rounded .inner-3 {
  background: url(images/box-bottom-left.gif) no-repeat bottom left;
}
#content .box.rounded .inner-4,
#content fieldset.rounded .inner-4 {
  background: url(images/box-bottom-right.gif) no-repeat bottom right;
}
#content .highlight {
  background: #ffffd5;
}
#content .highlight.box {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
#content .highlight.box.rounded .inner-1 {
  background: url(images/yellow-box-top-left.gif) no-repeat top left;
}
#content .highlight.box.rounded .inner-2 {
  background: url(images/yellow-box-top-right.gif) no-repeat top right;
}
#content .highlight.box.rounded .inner-3 {
  background: url(images/yellow-box-bottom-left.gif) no-repeat bottom left;
}
#content .highlight.box.rounded .inner-4 {
  background: url(images/yellow-box-bottom-right.gif) no-repeat bottom right;
}
#content .highlight.box p {
  margin-top: 1em;
  margin-bottom: 1em;
}
#content .box h3,
#content .box h4 {
  margin-top: 0;
}
#content .box select {
  margin: 0;
  padding: 0;
}
#content .box button.add-to-cart {
  background: url(images/add-to-cart-on-silver.gif) no-repeat 0 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0;
  width: 109px;
  height: 31px;
  vertical-align: middle;
}
#content .box button.add-to-cart span {
  display: none;
}
#content .box .message {
  font-size: 90%;
  color: #2d9841;
}
#content .box .two-column {
  padding-bottom: 1px;
}
#content .pager {
  background-color: #cde1f5;
  color: black;
  font-size: 110%;
  margin-top: 25px;
  margin-bottom: 5px;
  padding: 14px;
  text-align: center;
}
#content .pager strong,
#content .pager a {
  padding: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
#content .pager a:hover,
#content .pager a:visited:hover {
  background: #e6f0fa;
}
#content .pager strong {
  background-color: white;
}
#content .pager.rounded .inner-1 {
  background: url(images/blue-box-top-left.gif) no-repeat top left;
}
#content .pager.rounded .inner-2 {
  background: url(images/blue-box-top-right.gif) no-repeat top right;
}
#content .pager.rounded .inner-3 {
  background: url(images/blue-box-bottom-left.gif) no-repeat bottom left;
}
#content .pager.rounded .inner-4 {
  background: url(images/blue-box-bottom-right.gif) no-repeat bottom right;
}
#content .buttons {
  border-top: 3px solid #ccc;
  margin-top: 3em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
#content .buttons button,
#content .buttons input.button {
  font-size: 140%;
}
#content .buttons p {
  margin-top: 0;
}

#content form .fieldset {
  margin-top: .75em;
  margin-bottom: .57em;
}
#content form .fieldset td,
#content form .fieldset th {
  padding-top: .25em;
  padding-bottom: .25em;
}
#content form .fieldset th {
  padding-right: .75em;
  text-align: right;
}


#content #discounts-bar {
  background: #a69f8c url(images/bar-background.png) repeat-x 0 0;
  margin: -25px;
  margin-bottom: -22px;
  padding: 25px;
  padding-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
#content #discounts-bar h3 {
  background-image: none;
  font-style: italic;
  font-size: 170%;
  margin: 0;
  margin-top: 3px;
  margin-bottom: -1.25em;
  padding: 0;
}

#foot.flush {
  margin-top: -25px;
}


#content #foot .buttons {
  border-top: none;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  padding: 0;
}
#content table.records {
  width: 100%;
}

#content table.auto-width {
   width: auto;
}



#foot {
  background: #eaddb8 url(images/foot-background.png) repeat-x top left;
  margin-top: 22px;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: -25px;
  padding: 25px;
}
#sidebar {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
#sidebar a {
  color: #b95e56;
}
#sidebar a:visited {
  color: #a28a77;
}
#sidebar a:hover,
#sidebar a:visited:hover {
  color: #d65554;
}
#sidebar h3,
#extras h3 {
  clear: both;
  font-size: 180%;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 8px;
}
#sidebar p {
  color: #555;
}
#sidebar p strong {
  color: #444;
}
#sidebar ul.menu,
#sidebar ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar ul.menu {
  margin-top: 1em;
  margin-bottom: 1em;
}
#sidebar ul.menu li {
  display: inline;
}
#sidebar ul.menu li a {
  background: url(images/dotted-line.gif) repeat-x top;
  display: block;
  padding: 4px;
  padding-top: 6px;
  text-decoration: none;
}
#sidebar ul.menu li a:hover,
#sidebar ul.menu li a:visited:hover {
  background: #FFE2AF url(images/dotted-line.gif) repeat-x top;
}
#sidebar ul.menu li.here a {
  background: #FFD68F url(images/dotted-line.gif) repeat-x top;
  font-weight: bold;
  color: #333;
}
#sidebar ul.menu li.here a:hover,
#sidebar ul.menu li.here a:visited:hover {
  background: #FFE2AF url(images/dotted-line.gif) repeat-x top;
}


/* sidebar-box */

#sidebar .box {
  background-color: #f6edd3;
  margin-left: -8px;
  margin-right: -8px;
  padding: 4px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 2.25em;
  margin-bottom: 1em;
}
#sidebar .box .inner-1 {
  background: url(images/sidebar-box-top-left.gif) no-repeat top left;
}
#sidebar .box .inner-2 {
  background: url(images/sidebar-box-top-right.gif) no-repeat top right;
}
#sidebar .box .inner-3 {
  background: url(images/sidebar-box-bottom-left.gif) no-repeat bottom left;
}
#sidebar .box .inner-4 {
  background: url(images/sidebar-box-bottom-right.gif) no-repeat bottom right;
}
#sidebar .box h3 {
  font-size: 160%;
  margin-top: 6px;
}
#sidebar table.profile-box {
  width: auto;
}
#sidebar table.profile-box td {
  border: 0;
  padding: 12px;
  padding-left: 0;
  padding-right: 0;
}
#sidebar table.profile-box td.picture img {
  background: white;
  border: 1px solid #ccc;
  padding: 2px;
}
#sidebar table.profile-box td.name {
  padding-left: 15px;
  font-size: 130%;
}
#sidebar table.profile-box td.name small {
  color: #666;
  font-weight: normal;
  font-size: 70%;
}
#sidebar table.profile-box .short {
  display: block;
}

#search input.textbox {
  border-top: 1px solid #9c9c9c;
  border-left: 1px solid #9c9c9c;
  font-size: 100%;
  padding-left: 2px;  
  margin-right: 4px;
  width: 216px;
}
#search button.go {
  background: url(images/go-button-sidebar.gif) no-repeat;
  border: 0;
  cursor: pointer;
  position: absolute;
  width: 34px;
  height: 34px;
  margin: 0;
  margin-top: -5px;
  padding: 0;
}
#search button.go span {
  display: none;
}

#sidebar #cart-tab .inner-1 {
  background: url(images/cart-tab-sidebar-bottom-left.gif) no-repeat bottom left;
}
#sidebar #cart-tab .inner-2 {
  background: url(images/cart-tab-sidebar-bottom-right.gif) no-repeat bottom right;
}
#sidebar #cart-tab .inner-3 {
  background: url(images/cart-tab-sidebar-top-left.gif) no-repeat top left;
}
#sidebar #cart-tab .inner-4 {
  background: url(images/cart-tab-sidebar-top-right.gif) no-repeat top right;
}
#extras #search {
  position: absolute;
  top: 86px;
  right: 50px;
  margin: 0;
  padding: 0;
  padding-top: 42px;
}
#extras #search h3 {
  color: #333!important;
  margin-top: 0;
  margin-bottom: .25em;
  padding-top: .5em;
}
#extras #search input.textbox {
  width: 190px;
}
#footer-wrapper {
  background: url(images/footer-background.png) repeat-x top;
  float: left;
  width: 100%;
}
#footer {
  color: white;
  padding-top: 1px;
  padding-bottom: 6px;
}
#footer a {
  color: white;
}
#footer a:visited {
  color: #ddd;
}
#footer a:hover,
#footer a:visited:hover {
  color: white;
}
#site-links {
  font-family:  Georgia, "Bookman Old Style", "Book Antiqua", "Times New Roman", Times, serif;
  font-size: 100%;
}
#site-links .separator {
  margin-left: .25em;
  margin-right: .25em;
}
#copyright {
  color: #ccc;
  font-size: 90%;
}




/* Two-Column Layout */
#two-column-layout #main {
  background: white url(images/sidebar-background.png) repeat-y right;
}
#two-column-layout #content-wrapper {
  float: left;
  width: 100%;
  margin-right: -600px;
}
#two-column-layout #content {
  margin-right: 300px;
}
#two-column-layout #sidebar-wrapper {
  border-top: 1px solid #847f6d;
  background: url(images/sidebar-background-top.png) no-repeat left top;
  float: right;
  width: 300px;
}


/* Centered Layout */
#centered-layout #head-wrapper {
  text-align: center;
}




/* Book Page */
.book-page #content {
  position: relative;
}
.book-page #head {
  padding-right: 240px;
}
.book-page #content #intro {
  padding-right: 225px;
}

/* Book List Page */
.book-list-page #content {
  padding-bottom: 0px;
  margin-bottom: -25px;
}




/* Code blocks */

#content pre, #content code {
  color: #222;
}

#content pre, #content code {
  font-size: 1.2em;
}

#content pre {
  font-size: 1.1em;
  margin-left: 18px;
}

p.hint {
  color: #666;
  display: block;
  font-size: 90%;
  font-style: italic;
}

a.rss, a.rss:hover{
	background: url(images/rss.png) center right no-repeat !important;
	padding-right:21px;
}

.evento{
	margin: 2.4em 0;
}

.evento span{
	display: block;
}

.data-evento{
	font-size:1.0em;
	font-weight:bold;
}
.data-titolo2{
	font-size:1.0em;
	font-weight:bold;
}

.data-artista{
	font-size:1.0em;
	font-style:italic;
}

.data-titolo{
	padding-bottom:0.3em;
}


h3 a, h3 a:link, h3 a:visited{
	text-decoration:none;
	color:#000;
	
}

.briciole{

	font-size:0.8em;
	margin:0;
	padding:0;	
}



/* link stile wikipedia */



a.external, a[href ^="gopher://"] {
	background: url(images/external.png) center right no-repeat;
	padding-right: 13px;
}
a[href ^="https://"], .link-https {
	background: url(images/lock_icon.gif) center right no-repeat;
	padding-right: 16px;
}
a[href ^="mailto:"], .link-mailto {
	background: url(images/mail_icon.gif) center right no-repeat;
	padding-right: 18px;
}

a.link-mailto {
	background: url(images/mail_icon.gif) center right no-repeat;
	padding-right: 18px;
}

a.external{
	background: url(images/external.png) center right no-repeat;
	padding-right: 13px;
}
