/************************************
File:		contenuti.css
Author:	        Silvia
Date:		00/00/2000
by:		www.
--------------------------------------------------------
Foglio di stile per contenuti relativo a una colonna centrale
e una piccola a sinistra
------------------------------------------------------
************************************/

*{
padding: 0;
margin: 0;
}

/* Titoli standard */
h1, h2, h3{
padding: 0;
margin: 0;
}

/* Evidenziatore*/
em{
font-style: italic;
}

/* Link*/
a{
color: rgb(0,97,155);
}

a:hover{
color: rgb(41,167,226);
}

/* intestazione */
#topsection h1{
}

#topsection h2{
}

#topsection h3{
}

/* Colonna centrale*/
#contentcolumn h1{
color: #1a75bb;
font-size: 18px;
font-weight: normal;
padding: 20px 5px 5px 10px;
margin:0;
}

#contentcolumn h2{
color: #1b6ca9;
font-size: 16px;
font-weight: normal;
padding: 5px 5px 5px 10px;
margin:0;
}

#contentcolumn h3{
color: #135a8f;
font-size: 14px;
font-weight: normal;
padding: 5px 5px 5px 10px;
margin:0;
}

#contentcolumn p{
color: #053053;
font-size: 12px;
padding: 5px 5px 5px 10px;
margin:0;
line-height: 17px;
text-align: justify;
}

#contentcolumn ul{
color: #053053;
font-size: 12px;
padding: 5px 5px 5px 50px;
margin: 0;
line-height: 17px;
}
/*Fine colonna centrale*/

/* Colonna sinistra*/
#leftcolumn h1{
color: #1a75bb;
font-size: 18px;
font-weight: normal;
padding: 20px 10px 5px 10px;
margin: 0;
}

#leftcolumn h2{
font-size: 16px;
color: #1b6ca9;
font-weight: normal;
padding: 5px 10px 5px 10px;
margin: 0;
}

#leftcolumn h3{
font-size: 14px;
color: #135a8f;
font-weight: normal;
padding: 5px 10px 5px 10px;
margin: 0;
}

#leftcolumn p{
font-size: 12px;
color: #053053;
padding: 5px 10px 5px 10px;
margin: 0;
line-height: 15px;
text-align: justify;
}

#leftcolumn ul{
font-size: 12px;
color: #053053;
padding: 5px 10px 5px 30px;
margin: 0;
line-height: 17px;
}
/*Fine colonna sinistra*/

/* Colonna destra*/
#rightcolumn h1{
color: #1a75bb;
font-size: 18px;
font-weight: normal;
padding: 20px 10px 5px 10px;
margin: 0;
}

#rightcolumn h2{
font-size: 16px;
color: #1b6ca9;
font-weight: normal;
padding: 5px 10px 5px 10px;
margin: 0;
}

#rightcolumn h3{
font-size: 14px;
color: #135a8f;
font-weight: normal;
padding: 5px 10px 5px 10px;
margin: 0;
}

#rightcolumn p{
font-size: 12px;
color: #053053;
padding: 5px 10px 5px 10px;
margin: 0;
line-height: 15px;
text-align: justify;
}

#rightcolumn ul{
font-size: 12px;
color: #053053;
padding: 5px 10px 5px 30px;
margin: 0;
line-height: 17px;
}
/*Fine colonna destra*/

/* Varianti di stile per l'immagine */
.IMGl{float: left;	margin: 5px 10px 10px 0;} /* stili predefiniti senza bordo*/
.IMGr{float: right;	margin: 5px 0 10px 10px;}
.IMGc{display: block;	margin: 5px auto;}

.IMGl{float: left;	margin: 5px 20px 20px 0; border:#31a5de 2px solid;} /*  stili opzionali con bordo*/
.IMGr{float: right;	margin: 5px 0px 20px 20px; border:#31a5de 2px solid;}
.IMGc{display: block;	margin: 5px auto; border:#31a5de 2px solid;}
/*Fine varianti di stile per l'immagine*/

/*Varianti di stili per l'evidenziatore*/
.italicBold{
font-weight: bold;
}
.bigBold{
font-style: normal;
font-weight: bold;
font-size: larger;
}
.bold{
font-style: normal;
font-weight: bold;
}
.bigger{
font-style: normal;
font-size: larger;
}
.smaller{
font-style: normal;
font-size: smaller;
}

.red{
color: rgb(210,30,40);
font-style: normal;
font-weight: bold;
}

.jellow{
color: rgb(255,240,0);
font-style: normal;
font-weight: bold;
}
/*Fine stili evidenziatore*/

/*Varianti di stili per i testi della colonna centrale e sinistra*/
#contentcolumn .centered, #leftcolumn .centered{
text-align: center;
}

#contentcolumn .white, #leftcolumn .white{
color: rgb(210,210,210);
font-style: normal;
}
/*Fine stili testi*/

/* Varianti testo */

#contentcolumn .txtBig{
font-size: 14px;
}

#contentcolumn .txtVeryBig{
font-size: 18px;
}

/* Fine varianti testo */

/* Varianti liste */
.bigList{
font-size: 14px;
}

.bigList > li > a{
font-size: 14px;
line-height: 20px;
}

/* Fine arianti liste */

/*galleria fotografica ANIMATA*/
#myGallery{
width: 690px;
height: 449px;
margin: 7px 0 0 117px;
border: none;
}
/*fine galleria fotografica ANIMATA*/

/*galleria fotografica STANDARD*/
.galleryDefault{
margin: 10px 0 10px -5px; /*contenitore totale di tutte le miniature*/
}
.galleryItem{
float: left;
margin: 10px 0 0px 6px; /*contenitore della miniatura*/
}

#specCom .galleryTitle{
display: none; /*titolo della foto ingrandita*/
}

#contentcolumn .gallCapt h3{/*titolo 3 che descrive ogni miniatura*/
font-size: 12px;
color: rgb(0,0,100);
}

#specCom .galleryItem{
margin: 0px auto;
float: none;
display: block;
}
/*fine galleria fotografica STANDARD*/

/*Riquadro di login*/
.loginBox{
text-align: center;
padding:0px;
margin:20px 0;
}

#leftcolumn .loginBox ul{
padding:0px;
margin:5px 5px 0;
}

#leftcolumn .loginBox li{
padding:5px;
text-align: center;
list-style-type: none;
}

#leftcolumn .editUserForm button{
margin:5px;
}

#leftcolumn .loginForm li{
padding:5px 0 0 0;
}

#leftcolumn .loginBox p{
margin: 0;
padding: 10px 0;
}

.privTbl td{
color: rgb(170,200,255);
}
/*fine Riquadro di login*/

/*Scheda Contatto*/
.contactForm{
margin-top: 30px; /* margine di tutto il riquandro totale della scheda contatto*/
}

.contactForm input, .contactForm textarea{
width: 450px; /* larghezza dei campi scrivibili di testo*/
}

.lbZone{
color: #1a75bb; /* colore dei testi  (oggetto e testo)*/
}
/*fine Scheda Contatto*/

/* Riquadro selezione lingua */
.selLanguage{
text-align: right;
padding: 2px 0 0;
}

.selLanguage h1{
color: white;
font-size: 13px;
color: rgb(210,30,40);
padding-bottom: 3px;
}

.selLanguage ul{
list-style-type: none;
position: absolute;
right: 0;
margin: 0;
padding: 0;
}

.selLanguage li{
float: left;
width: 90px;
}

.selLanguage img{
border: none;
}

.selLanguage a img:hover{
border: 3px solid rgb(255,240,0);
}
/* fine Riquadro selezione lingua */

/* Indice categorie */

.mainProducts{
width: 562px;
float: left;
padding-top: 5px;
}

#masterIndex .categoria p{
margin: 0;
padding: 0 3px;
line-height: 12px;
font-size: 10px;
text-align: center;
}

#masterIndex .categoria a{
text-decoration: none;
color: black;
}

#masterIndex .categoria a:hover{
text-decoration: underline;
}

.categoria{
width: 80px;
height: 90px;
float: left;
margin: 5px 0;
text-align: center;
border: solid 1px #1e77bb;
position: relative;
}

.imgContainer{
padding-top: 5px;
height: 60px;
overflow: hidden;
}

.mainProducts .categoria{
margin: 5px 11px 5px 0;
}

.catlist .categoria + .categoria{
margin-left: 10px;
}

#masterIndex .prodNews h1{
padding: 5px 0 5px;
margin: 0 0 15px 0;
font-size: 13px;
color: #1e77bb;
letter-spacing: 1px;
text-decoration: none;
font-weight: normal;
background-color: #a8cbe9;
text-align: center;
}

#rightcolumn .prodNew .quickPrice{
font-size: 15px;
}

#masterIndex img{
border: none;
width: 60px;
}


/* Elenco prodotti */

.prodotti{
font-size: 11px;
border-collapse: collapse;
width: 553px;
}

.prodotti th{
font-size: 11px;
background-color: rgb(226, 240, 251);
padding: 3px;
border: 1px solid rgb(41,167,226);
}

.prodotti td{
border: 1px solid rgb(41,167,226);

}

#masterIndex .prodotti h3{
padding: 5px 10px 0;
margin: 0;
font-weight: bold;
width: 340px;
}

#masterIndex .prodotti p{
padding: 0 10px ;
margin: 0;
font-size: 11px;
}
#masterIndex .prodotti a img{
border: 1px solid #ffffff;
margin: 2px;
}
#masterIndex .prodotti a img:hover{
border: 1px solid rgb(41,167,226);
}
#masterIndex .prodotti a p:hover,
#masterIndex .prodotti a h3:hover{
text-decoration: underline;
}
.prodotti .item_desc{
vertical-align: top;
}
.prodotti .item_weight,
.prodotti .item_price
{
text-align: right;
padding-right: 5px;
font-weight: bold;
}
.prodotti .item_image{
width: 80px;
}
.prodotti .item_weight{
width: 65px;
}
.prodotti .item_price{
width: 75px;
}

/* Scheda prodotti */
#masterIndex .artDescription{
padding: 5px;
margin: 15px 0;
font-size: 13px;
color: #1e77bb;
letter-spacing: 1px;
text-decoration: none;
font-weight: normal;
background-color: #a8cbe9;
position: relative;
}

.back{
position: absolute;
right: 0px;
cursor: pointer;
color: black;
}

#masterIndex .shomodel{
padding: 5px 0;
margin: 0;
list-style-type: none;
font-size: 14px;
}

#masterIndex .shomodel span{
display: block;
float: left;
font-weight: bold;
width: 80px;
}

#masterIndex .shomodel a{
cursor: pointer;
}

.clrEnd{
clear: both;
height: 0;
width: 100%;
}

.container_1{
border-bottom: 1px solid #a8cbe9;
padding-bottom: 5px;
margin-bottom: 5px;
}

.art_options div{
padding: 5px;
}
.art_options label{
display: block;
float: left;
width: 120px;
font-size: 12px;
}
.art_options select{
width: 150px;
}

#masterIndex .mainImg{
float: left;
margin: 0 10px 10px 0;
width: auto; 
}

#masterIndex .container_1 .mainImg{
width: 250px;
cursor: pointer;
}

.art_priceP{
clear: left;
}

.relatedArts{
clear: left;
font-size: 12px;
line-height: 18px;
}

#masterIndex .relatedArts h3{
border-bottom: solid 1px #1e77bb;
margin-bottom: 5px;
}

.relatedItem a{
padding-right: 10px;
width: 200px;
display: block;
float: left;
color: #1e77bb;
}

.relatedItem .priceRelated{
display: block;
float: left;
width: 95px;
text-align: right;
padding-right: 20px;
}

#masterIndex .add2basketRelated{
text-decoration: underline;
cursor: pointer;
margin-left: 10px;
}

#masterIndex .priceArt{
clear: left;
padding: 10px;
font-size: 14px;
font-weight: bold;
color: #1e77bb;
}

.piecesNo{
margin: 0 10px;
}

.piecesNo input{
width: 40px;
}

#masterIndex .images img{
width: 200px;
}

/* Basket Banner */
.basketBanner{
border: solid 2px rgb(41,167,226);
height: 50px;

}

#contentcolumn .basketBanner p{
margin: 0;
padding: 0;
font-size: 10px;
}

.bbLeft{
width: 180px;
float: left;
padding: 15px 0 0 40px;
}
.bbLeft a{
}

.bbLeft img{
border: none;
float: left;
}
.bbLeft span{
display: block;
float: left;
padding: 5px 0 0 5px;
font-size: 12px;
text-decoration: underline;
}

.bbRight{
float: left;
}

.laBB{
display:block;
float: left;
width: 100px;
}

.bbInfo{
float: left;
width: 190px;

}
#contentcolumn .bbInfo p{
text-align: center;
}

.images{
clear: both;
}
#contentcolumn #basketBanner .emptyBasket{
padding-top: 5px;
text-align: center;
}
.emptyBasketImg{
display: block;
margin: 0 auto;
}

/* Sequenza di acquisto */
#theBasket .stageBasket{
list-style-type: none;
padding: 0;
margin: 0;
}

#theBasket .stageBasket li{
display: inline;
padding-right: 20px;
color: #999999;
}

#theBasket .stageBasket .currentStage{
color: #000000;
}

/* Tabella basket */
table.basket{
font-size: 12px;
border-collapse: collapse;
border-bottom: 1px solid #000000;
width: 730px;
}

.bskQty input{
width: 50px;
}

.bskPrice, .bskTotal, .summary2{
width: 80px;
text-align: right;
}

.bskImg{
text-align: center;
padding: 10px;
}

.basket th{
font-weight: bold;
text-align: center;
font-size: 12px;
background-color: #AAAAAA;
}

.bskDesc{
vertical-align: top;
padding-top: 5px;
}

.totOrder td{
font-size: 12px;
font-weight: bold;
background-color: #AAAAAA;
}

.deliverySummary table{
font-size: 12px;
border-collapse: collapse;
width: 400px;
margin: 10px auto 30px;
}

#theBasket .bskDesc ul{
list-style-type: none;
padding: 3px 0;
margin: 0;
}

#theBasket .bskDesc li{
font-weight: bold;
}

#theBasket .bskDesc li > span{
display:block;
float: left;
width: 120px;
font-weight: normal;
}


#contentcolumn #theBasket .basketButton{
text-align: center;
}

.deliverySummary td, .deliverySummary th{
padding: 2px 5px;
}

.deliverySummary th{
background-color: #AAAAAA;
}

.goods td{
border-top: 1px solid #000000;
}

#theBasket .deliveryChoose{
list-style-type: none;
padding: 0 0 0 10px;
margin: 0;
}

#theBasket .deliveryChoose li{
margin: 5px 0;
}

.deliveryChoose label{
float: left;
display: block;
width: 150px;
}

.editBskQty{
cursor: pointer;
text-decoration: underline;
color: blue;
}

/* Pagamanto */
.recipient_info{
font-size: 12px;
border-collapse: collapse;
width: 600px;
}

.recipient_info td{
padding: 2px 5px;
}

.recipient_info td span{
font-weight: bold;
}


/* Login */
#ecLogin{
margin-top: 20px;
font-size: 11px;
}

.sbTit{
font-weight: bold;
}

#ecLogin .center{
text-align: center;
padding: 20px 0;
}

.pivaReq{
font-weight: bold;
}

#contentcolumn #masterIndex .prodNews h1{
color: rgb(255,240,240);
background-color: rgb(255,70,70);
border-bottom: 1px solid rgb(130,30,30);
font-weight: bold;
}

#contentcolumn #masterIndex .prodNew h2{
text-align: left;
padding: 0 0 5px;
font-size: 12px;
}

#contentcolumn #masterIndex .prodNew .plink{
padding: 5px 0;
text-align: center;
}

/* Riquadro di ricerca */
/* Tutto il box */
.searchForm{
position: absolute;
bottom: 13px;
right: 1px;
font-size: 11px;
}
/* I paragrafi che contengono i tre elementi */
.searchForm p{
float: left;
padding: 0 0 0 5px;
margin: 0;
}
/* La casella di input e il bottone */
.searchForm input{
font-size: 11px;
padding: 0 5px;
margin: 0;
}
/* La sola casella di input */
#srcStr{
width: 110px;
padding: 0;
}
/* Il paragrafo che contiene la casella di input */
.searchForm .srcInput{
padding-top: 2px;
}
/* Il paragrafo che contiene l'etichetta  */
#topsection .srcLabel{
color: #ffffff;
font-size: 13px;
}
/* Pagina dei risultati della ricerca */
#srcSummaryResult{
margin-left: 10px;
font-size: 12px;
}
/* Pagina dei risultati della ricerca */
#contentcolumn .searchResults img{
float: left;
margin-right: 15px;
}
#contentcolumn .searchResults h3{
clear: both;
padding-top: 15px;
}
#contentcolumn .searchResults .foundedItem p{
margin-left: 180px;

}
#leftcolumn .marche{
list-style-type: none;
padding: 0;
margin: 0;
font-family: verdana, arial;
text-align: left;
list-style-image: none;
}

.marche li{
padding: 0px;
margin: 0;
}

.marche a{
display: block;
padding: 0 0 0 5px;
margin: 0;
font-size: 12px;
color: rgb(255,255,255);
letter-spacing: 1px;
text-decoration: none;
background: url(pulsante1.gif) transparent top left no-repeat;
border-bottom: 1px dotted rgb(255,255,255);
height: 16px;
}

.marche a:hover{
color: rgb(130,0,0);
background: url(pulsante3.gif) transparent top left no-repeat;
}

.navPage{
clear: both;
text-align: center;
}

/* Novitý Scorrevole Home page */
#rightcolumn .prodNew{
text-align: center;
border-bottom: 1px solid rgb(217,10,10);
margin: 0 5px;
}
#rightcolumn .prodNewsHome{
border: 2px solid rgb(217,10,10);
}
#rightcolumn .prodNewsHome .scroll_v{
height: 750px;
overflow: hidden;
}
#rightcolumn .prodNewsHome h1{
padding: 3px;
margin: 0;
font-size: 15px;
letter-spacing: 1px;
text-align: center;
color: rgb(255,255,255);
background-color: rgb(247,40,40);
font-weight: bold;
border-bottom: 2px solid rgb(217,10,10);
}
#rightcolumn .prodNewsHome h2{
color: rgb(200,0,0);
font-size: 12px;
font-weight: normal;
text-align: center;
padding: 3px;
margin:0;
}
#rightcolumn .prodNewsHome p{
color: #053053;
font-size: 11px;
padding: 3px;
margin: 0;
line-height: 17px;
}
#rightcolumn .prodNew div
{
  overflow: hidden;
}
#rightcolumn .prodNew div img
{
  width: 160px;
}
#theBasket #min_ord_txt{
text-align: center;
font-weight: bold;
font-size: 12px;
letter-spacing: 0.8px;
}
.hide_txt{
display: none;
}
#modalDlg{
position: fixed;
top: 10px;
left: 10px;
background-color: #fff;
}
#modalDlg .imgCloser{
position: absolute;
top: 0;
right: 0;
}
#choosePayment td{
font-size: 12px;
padding: 5px 0 5px 5px;
vertical-align: bottom;
}
#choosePayment legend{
font-size: 14px;
padding: 5px;
}

#choosePayment .payment_advise{
font-size: 13px;
text-align: justify;
color: blue;
}
#choosePayment .payment_advise span{
font-weight: bold;
}

