/*
 * STRUTTURA PAGINA
 * **********************************************************************************
 */

div#wrapper {
	width:968px;
	margin:30px auto;
}

div#wrapper #logoPagineInterne {
	float:left;
	width:300px;
	height:70px;
}

div#wrapper div#header {
	background-image:url(../images/template/header_interno.png);
	height:149px;
}

div#wrapper div#main_content {
	background-image:url(../images/template/sfondo_interno.png);
	padding:0 20px 20px;
	float:left;
	width:928px;
}

div#wrapper div#footer {
	background-image:url(../images/template/footer_interno.png);
	background-position:bottom center;
	height:36px;
	line-height:36px;
	padding:0 20px;
	clear:both;
}

div#wrapper div#footer p {
	padding:0;
	margin:0;
}

/*
 * BOX RICERCA
 * ***********************************************************************************
 */

div#search_box {
	float:right;
	padding-top:35px;
	padding-right:10px;
	height:40px;
}

div#search_box form input.text {
	vertical-align:middle;
	float:left;
	border:none;
	background-color:transparent;
	border-width:0px;
	width:280px;
	padding-left:10px;
	padding-top:5px;
	height:30px;
	font-size:20px;
	background-image:url(../images/template/box_home_text.png);
}

div#search_box form input.button {
	vertical-align:middle;
	float:left;
	border:none;
	border-width:0px;
	width:90px;
	height:35px;
	background-image:url(../images/template/box_home_button.png);
}

/*
 * NAVIGAZIONE PRINCIPALE
 * *******************************************************************************
 */

div#main_navigation {
	float:left;
	width:100%;
	height:46px;
}

div#main_navigation ul {
	list-style-type:none;
	padding:0 0 0 18px;
	margin:0;
	height:46px;
	float:left;
	width:auto;
	background-image:url(../images/template/divisore_menu_principale.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

div#main_navigation ul li {
	float:left;
	height:46px;
}

div#main_navigation ul li a {
	float:left;
	height:46px;
	line-height:46px;
	background-image:url(../images/template/sprite_bottone_principale.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0 50px 0 40px;
	text-decoration:none;
	color:#555;
	font-weight:bold;
	font-size:14px;
}

div#main_navigation ul li a:hover {
	background-position:bottom left;
	color:#000;
}

div#main_navigation p#utente_loggato {
	float:right;
	height:46px;
	line-height:46px;
	color:#555;
	padding:0 30px 0 20px;
	background-image:url(../images/template/divisore_menu_principale.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-weight:normal;
	font-size:14px;
}

/*
 * ELENCO LIBRI
 * **********************************************************************************
 */

div#risultati_ricerca {
	margin:10px 0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:none;
	float:left;
	width:926px;
}

div.elenco_libri {
	float:left;
	width:442px;
	padding:10px;
	height:14em;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	position:relative;
}

div.el_odd {
	border-right-width:1px;
	width:442px;
}

div.el_greybg {
	background-color:#eee;
}

div.elenco_libri h4 {
	font-size:1.2em;
	margin-bottom:0px;
}

div.elenco_libri p {
	padding-bottom:0px;
}

div.elenco_libri .cover {
	float:left;
	height:12em;
	margin-right:10px;
}

div.elenco_libri .cover img {
}

div.elenco_libri p.pulsanti {
	text-align: right;
	padding-top:10px;
}

div.elenco_libri p.pulsanti img {
	margin-right: 10px;
}

/*
 * BARRA BOTTONI VARI
 * ***********************************************************************************
 */

.button_bar {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:30px;
	background-image:url(../images/template/table_header_bg.gif);
}

.button_bar_left {
	margin:0;
	padding:0;
	float:left;
	width:68%;	
	height:30px;
	line-height:30px;
	padding-left:2px;
	background:url(../images/template/table_header_bg_left.gif) top left no-repeat;
}

.button_bar_right {
	margin:0;
	padding:0;
	float:right;
	width:auto;
	height:30px;
	line-height:30px;
	padding-right:2px;
	background:url(../images/template/table_header_bg_right.gif) top right no-repeat;
}

.button_bar span {
	margin:0;
	padding:0;
	float:left;
	height:30px;
	padding:0 10px;
	line-height:30px;
}

.button_bar a {
	margin:0;
	padding:0;
	float:left;
	height:30px;
	padding:0 10px;
	line-height:30px;
	background:url(../images/template/table_header_pulsante.gif) top left no-repeat;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

.button_bar a:hover {
	background-position:bottom left;
	color:#fff;
}

.button_bar b {
	margin:0;
	padding:0;
	float:left;
	height:30px;
	padding:0 10px;
	line-height:30px;
	background:url(../images/template/table_header_pulsante.gif) bottom left no-repeat;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

/*
 * SCHEDA LIBRO
 * ***************************************************************************************
 */

div#scheda_libro div#scheda_libro_cover {
	float:left;
	width:200px;
	padding-right:30px;
	text-align:right;
}

div#scheda_libro div#scheda_libro_informazioni {
	float:left;
	width:680px;
}

div#scheda_libro div#scheda_libro_informazioni h1 {
	font-size:1.8em;
}

div#scheda_libro div#scheda_libro_informazioni h3 {
	font-size:1.2em;
	font-weight:normal;
	padding-bottom:2em;
}

div#scheda_libro div#scheda_libro_informazioni h3 em {
	font-weight:bold;
	font-style:normal;
}

div#scheda_libro p#scheda_libro_pulsanti {
	padding-top:2em;
}

div#scheda_libro div.boxBig {
	background-image:url(../images/template/gradiente_680px.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding:15px;
}

div#scheda_libro div#box_regala h5 {
	font-size:12px;
	padding-bottom:10px;
	padding-top:18px;
}

div#scheda_libro div#box_regala table {
}

div#scheda_libro th {
	text-align:right;
	padding-right:20px;
}

div#scheda_libro div#box_regala table th,
div#scheda_libro div#box_regala table td {
	text-align:left;
	padding-right:20px;
	font-weight:normal;
}

div#scheda_libro .boxCommento_odd,
div#scheda_libro .boxCommento_even {
	margin-bottom:25px;
}

div#scheda_libro .boxCommento_odd p,
div#scheda_libro .boxCommento_even p {
	padding:0;
	margin:0;
}

div#scheda_libro .boxCommento_odd h4,
div#scheda_libro .boxCommento_even h4 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:1.15em;
	color:#666;
}

div#scheda_libro .boxCommento_odd .commento,
div#scheda_libro .boxCommento_even .commento {
	padding:25px 10px 10px;
	background:#fdb url(/images/template/frecciaCommento.gif) no-repeat -10px top;
}

div#scheda_libro .boxCommento_even .commento {
	background-color:#def;
}

/*
 * CARRELLO
 * *************************************************************************
 */

div#carrello {

}


div#totale_carrello {
	float:right;
	background-image:url(../images/template/sfondo_totale_carrello.gif);
	padding:20px;
	width:110px;
	height:70px;
	text-align:left;
	color:#fff;
}

div#totale_carrello h1 {
	color:#fff;
}

div#totale_carrello #totale_carrello_titolo {
	font-size:12px;
	padding:0;
	border-bottom:2px solid #a00;
}

div#totale_carrello #totale_carrello_prezzo {
	font-size:27px;
	padding:10px 0 0 0;
	text-align:center;
}

div#contenuto_carrello {
	float:left;
	width:720px;
	padding:20px;
	background-image:url(../images/template/gradiente_760px.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

div#contenuto_carrello ul {
	list-style-type:none;
}

div#contenuto_carrello ul li {
	float:left;
	width:710px;
	padding:5px;
	border:1px solid #ddd;
	margin-bottom:3px;
}

div#contenuto_carrello ul li.regalo {
	background-color:#ffc;
}

div#contenuto_carrello ul li.rubalo {
	border:1px solid #c00;
	background-color:#fcc;
}

div#contenuto_carrello ul li .cover {
	float:left;
}

div#contenuto_carrello ul li .cover img {
	margin-right:10px;
	width:40px;
}

div#contenuto_carrello ul li .prezzo {
	float:right;
	font-size:20px;
	color:#666;
	padding-left:30px;
}

div#contenuto_carrello ul li .titolo {
	font-size:14px;
	color:#c60;
	padding-bottom:0px;
}

div#contenuto_carrello ul li .destinatario {
	font-size:12px;
	padding-bottom:0px;
}

div#contenuto_carrello ul li.rubalo .prezzo,
div#contenuto_carrello ul li.rubalo .titolo {
	color:#c00;
}

div#contenuto_carrello ul li.spese_spedizione .titolo {
	font-size:12px;
	line-height:18px;
	color:#555;
}

div#contenuto_carrello ul li.spese_spedizione .prezzo {
	padding-bottom:0px;
}

div#contenuto_carrello ul li .prezzo_singolo {
	color:#000;
	padding-bottom:0px;
}

div#contenuto_carrello ul li .bottoni,
div#contenuto_carrello ul li .quantita {
	padding-bottom:0px;
}

#link_svuota_carrello {
}

/*
 * BOX LOGIN nel carrello
 * *****************************************************************
 */

div#box_login {
	float:left;
	width:410px;
	padding:20px;
	background-image:url(../images/template/gradiente_450px.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

div#box_login h3 {
	margin-bottom:1em;
	color:#cc6600;
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
}

/*
 * FORM REGISTRAZIONE nel carrello
 * *****************************************************************
 */

div#box_dati_pagamento {
	float:left;
	width:410px;
	padding:20px;
	margin-right:20px;
	background-image:url(../images/template/gradiente_450px.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

div#box_dati_pagamento h3 {
	margin-bottom:1em;
	color:#cc6600;
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
}

div#box_dati_pagamento h4 {
	margin-top:1em;
	color:#cc6600;
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
}

div#box_dati_pagamento table th {
	text-align:left;
	padding-right:10px;
	width:100px;
}

div#box_dati_pagamento table td input {
	width:160px;
}

/*
 * RIEPILOGO CARRELLO
 * ***************************************************************
 */
 
table#riepilogo_carrello {
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #999;
	border-left:1px solid #999;
	margin-bottom:10px;
}

table#riepilogo_carrello th, 
table#riepilogo_carrello td {
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding:2px 5px;
}

table#riepilogo_carrello th {
	background-color:#049;
	color:#fff;
	text-align:left;
}

table#riepilogo_carrello td.prezzo {
	font-size:14px;
	font-weight:bold;
}

table#riepilogo_carrello .prezzo,
table#riepilogo_carrello .prezzo_unitario,
table#riepilogo_carrello .quantita,
table#riepilogo_carrello .isbn {
	text-align:center;
	white-space: nowrap;
} 

table#riepilogo_carrello .cover,
table#riepilogo_carrello .isbn {
	width:1%;
}

table#riepilogo_carrello .prezzo_regalo {
	color: #d32;
	text-decoration: line-through;
}

table#riepilogo_carrello #totale_titolo {
	text-align:right;
	font-size:16px;
	font-weight:bold;
}

table#riepilogo_carrello #totale_prezzo {
	font-size:18px;
}

table#riepilogo_carrello #totale_prezzo strike {
	color:#d32;
}

.indirizzo {
	border:1px solid #999;
	padding:10px;
	margin-bottom:10px;
}

/*
 * BOX HELP
 * ------------------------------------------------------------
 */
#help_conferma_carrello {
	padding:30px 10px 10px 60px;
	background:url(../images/template/sfondo_box_help.gif) no-repeat top left;
}

#help_paga_checkout {
	padding:30px 60px 40px 10px;
	width:180px;
	margin-left:35px;
	background:url(../images/template/sfondo_box_help_right.gif) no-repeat top right;
}