/* CSS Document */

/* I colori per le varie sezioni del sito sono in colours.css */

/* Questo è il selettore universale: qst caratteristiche vengono condivise da tutti gli elementi (se non specificato diversamente in un selettore specifico) */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;	
}

body {
	margin: 0;
	padding: 0;
	background-color: #A3E8EA;
	height: 100%;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/* il contenitore generale */
#container {
	table-layout: fixed;
	width: 760px;
	height: 98%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	/* border: 1px solid blue; */
	border-collapse: collapse;
	background-color: #FFFFFF;
	background-image: url(../images/top_cielo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.left_col {
	width: 186px;
	vertical-align: top;
	background-color: #000000;	
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 2px solid white;
}

.blue {
	border-color:#A3EBEA !important;
	background-color: #A3EBEA ;	
}

.left_col_bottom {
	width: 186px;
	background-color: #000000;	
	border-left: 1px solid white;
	border-right: 2px solid white;
}

.centr_col {
	vertical-align: top;
	border: 1px solid white;
}

/* il logo John Libbey */
#logo {
	background: url(/images/logo.gif) 15px 0 no-repeat;
	font-size: 30px;
	line-height: 150%;
	height: 63px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 100px;	
	/*border: 1px solid black;*/
	vertical-align: bottom;
	margin: 0px;

}
/* il menù in alto a destra da copiare in main_home.css*/
#menu_top {
	padding: 10px 10px 0 0;
	border: 0;
	text-align: right;
	font-weight: bold;
}

#menu_top a {
	margin-left: 10px;
	border: 0;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


/* il div della ricerca */
#search {
	background-color: #FEA802;
	font-size: 12px;
	border-bottom: 2px solid white;
	padding: 15px 8px 0 8px;	/* questo è per esplorer */
	font-weight: bold;
	border-top: 1px solid white;
}

#search label {
	font-size: 12px;
}

.left_col > #search {	/* questo è per mozilla */
	/*border-top: 1px solid white; */
	padding: 16px 8px 22px 8px;
}

#search input {
	font-weight: bold;
	margin: 2px 0 5px;
}


/* il div del menù sx */
#menu_left {
	padding: 8px;
	background-color: #E5E5E5;
	border-bottom: 2px solid white;
}
#menu_left ul {
	list-style: none;
	margin-top: 10px;
}
#menu_left li {
	font-size: 16px;
	color: #FF9900;
	border: 1px solid #E5E5E5;
	font-weight: bold;
}
#menu_left b { /* bold è il menù corrente */
	display: block;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	margin: 0 -8px 0 -8px;
	padding: 4px 8px 4px 8px;
}
#menu_left a {
	display: block;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	margin: 0 -8px 0 -8px;
	padding: 4px 8px 4px 8px;
}
#menu_left a:hover {
	display: block;
}

/* la barra di navigazione */
#navigation_bar {
	padding: 15px 12px 5px 12px;
	height: 34px;
	/* border: 1px solid white; */
	border-top: 1px solid white;
}

/* .centr_col > #navigation_bar {	questo è per mozilla
	border-top: 1px solid white;
}
 */
#navigation_bar a {
	color:#000000;
	text-decoration: underline;
}

/* la richiesta del catalogo */
#catalogue {
	background-color:#000000;
	margin: 0;
	text-align: center;
}

/* La pagina */
#page {
	margin: 0;
	padding: 0 10px 0 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#page > h1 {	/* questo è per mozilla */
	padding: 8px 20px 4px 10px;
}

h1 {
	font-size: 30px;
	color: #FFFFFF;
	background-color: #EEEEEE;	/* default non usato */
	font-weight: normal;
	margin: 0 -10px 10px -10px;
	vertical-align: bottom;
	padding: 9px 20px 4px 10px;	/* questo è per esplorer */
}

h2 {
	font-size: 16px;
	margin: 15px 0 7px 0;
	padding: 0;
	width: 450px;
	clear: left;
}

.h2_table {
	width: 100%;
	border-collapse: collapse;
	clear: left;
}

.h2_table  th {
	text-align: left;
}

.h2_table  td {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

/* la barra grigia all'interno del testo */
.highlight_table {
	width: 560px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #E1ECEC;
	margin: 0 -5px;
	clear: both;
}

.highlight_table th {
	text-align: left;
	width: 70%;
	font-weight: normal;
	padding: 3px;
}

.highlight_table td {
	text-align: right;
	font-weight: bold;
	padding: 3px;
}

h3 {
	font-size: 19px;
	font-weight: lighter;
	width: 110px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

h3 a {
	font-size: 19px;
	font-weight: lighter;
	margin: 10px 0;
	padding: 2px 2px 2px;
}

.desc h3 {
	/*border: 1px solid black;*/
	margin: 5px 5px 5px 0;
	padding: 0;
	width: auto;
}

#page p { /* ?? Igor ?? */
	margin: 5px 0;
}

#footer {
	vertical-align: bottom;
	padding: 20px 10px 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	/* letter-spacing: 0.2em;
	clear: both; */
}

/* copertina/immagine generica */
.cover {
	margin-bottom: 20px;
	margin-left: 0;
	float: left;
	clear: right;
	width: 125px;
	text-align: left;
	vertical-align: top;
	overflow: hidden;

}

.cover img {
	border: 1px solid black;
	
}

/* news */
.news {
	width: 550px;
	/* border: 1px dashed black; */
	margin-top: 10px;	
	clear: both;
}

.news .cover {
	width: 100px;
}

.news .desc {
	margin-left: 110px;
}

/* elenco di libri */
.book_list {
	width: 550px;
	/* border: 1px dashed black; */
	margin-top: 20px;	
	padding-bottom: 10px;	
	border-bottom: 1px dashed black;
	clear: both;
}

.book_list .desc {
	margin: 0 10px 0 130px;
	padding: 0 0 0 5px;
}

.book_list .cover { /* per Explorer Iris */
	padding-top: 8px;
}

.book_list > .cover { /* per Mozilla Iris */
	padding-top: 4px;
}


.book_list form {
	margin-bottom: 15px;
}

/* dettaglio di un libro */
.book_detail {
	/* border: 1px dashed black; */
	margin-top: 30px;	
}

.book_detail .desc {
	margin: 0 0 0 130px;
	padding: 0 0 0 5px;
}



 /* tabella paperback/hardback */
.type_back {
	margin: 0;
	padding: 0;
	table-layout: auto;
	border-collapse: collapse;
}
.type_back th {
	width: 60%;
	font-weight: normal;
	text-align: left;
	margin: 0;
	border-right: none;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

.type_back td {
	margin: 0;
	border-left: none;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

.price {
}

.special_price {
	color: red;
	font-weight: bold;
}

/* nella pagina della general search */
#general_search_form {
	margin: 30px;
	text-align: center;
}

#general_search_form table {
	width: 80%;
	border-collapse:collapse;
}

#general_search_form input {
	width: 250px;
}

#general_search_form td {
	padding: 5px;
	text-align: left;
	border-left-width: 0;
}

#general_search_form td, #general_search_form th {
	padding: 5px;
	text-align: left;
	border-right-width: 0;
}

#general_search_form label {
	font-weight: normal;
	text-align: left;
}
.subtitle {
	font-size: 13px;
	font-weight: bold;
}
form {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* shopping cart table */
table.cart {
	float: none;
	width: 540px;
	background-color: #F2F0F0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

table.cart td, table.cart th {
	border: 2px solid white;
	padding: 5px;
	margin: 0px;
}

table.cart th {
	font-weight: bold;
	color: #FEA802;
	text-align: center;
}

table.cart td.delete, table.cart td.subtotal {
	background-color: #E5E5E5;
}

table.cart td.delete a {
	background-image:url("/images/trash.gif");
	background-repeat:no-repeat;
	height:15px;
	width:15px;
	display: block;
	text-indent: -9000px;
}

table.cart td.subtotal {
	text-align: right;
}

table.cart td.description {
	background-color: #FFE7BA;
}

table.cart td.itemid {
	white-space: nowrap
}

table.cart tr.total td {
	text-align: right;
	background-color: #E5E5E5;
}

/* box con i carrelli */
div.cart {
	float: right;
	margin-top: 8px;
	width: 150px;
	vertical-align: top;
}

div.cart img {
	margin: 5px;
}

form.cart {
	padding: 0;
	margin: 0;
}

.cartError {
	color: red;
}

button, input.cart {
	border: 0;
	font-weight: bold;
	color: #FEA802;
	background-color: #FFFFFF;
	width: 106px;
	height: 26px;
	background-image: url(/images/sfondo_button.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.pulsante {
	display: block;	/* serve per il pulsante è un'ancora */
	width: 106px;
	height: 26px;
	border: none;
	padding: 0;
	margin: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #FEA802;
	text-align: center;
	line-height: 1.9;
	background-color: #FFFFFF;
	background-image: url(/images/sfondo_button.gif);
	text-decoration: none;
}


.order_font {
	font-size: 10px;
}
