/* CSS mb_mod */

#fieldset_search {
border:1px dotted #3b3c3e;
background-color:#ffffd3;
padding:10px 10px 10px 10px;
}

#fieldset_history {
border:1px dotted #3b3c3e;
background-color:#ffffd3;
padding:10px 10px 10px 10px;
}

.add-cart {
text-align:right;
font-weight:strong;
}

.welcome-msg {
font-weight:strong;
}

.form-search-vetrina {
height: 22px;
}

.red {
color:#FF0000;}

/* Classe per il listaggio completo degli articoli */
.list-item {
font-size:1em;
}

/* Riga  con il menu : dati personali, contatti & info, ... */
.list-item-menu {
font-size:1em;
border:1px dotted #c0c0c0;
}

.list-item-menu tr {
}

.list-item-menu td {
border-right:1px dotted #e3e3e3;
} 

.list-item-menu-link {
/*border-right:1px solid #cccccc;*/
color:#1e56a0;
text-decoration:none;
}

.list-item-menu-link:hover {
/*background-color:#FF9933;*/
/*border-right:1px solid #161385;*/
color:#161385;
text-decoration:underline;
min-height: 16px;
height: auto !important;
height: 16px;
}

/* Search nella pagina catalogo */
#catalog-search {
padding:5px 0 5px 2px;
border-top:1px dotted #3b3c3e;
border-bottom:1px dotted #3b3c3e;
background-color:#efefef;
}

/* Intestazione prima riga della tabella con elenco prodotti*/

#firstline-tab-item {
/*background-color:#ddecf6;*/
background-image:url(../images/bg_firstline_tab_item.jpg)!important;
background-position:top;
background-repeat:repeat-x;
}

/* Descrizione art nel listaggio degli articoli */
#list-descr-item {
background-color:#efefef;
border-bottom:1px solid #000000!important;
padding:0 2px 0 2px;
text-align:left;
}

/* Dettagli degli sconti nella descrizione di un art */
#list-descr-sconto {
background-color:#ededff;
border-bottom:1px solid #cccccc!important;
padding:0 2px 0 2px;
text-align:left;
}

/***** Pagina dettagli prodotto *****/

/* Messaggio prodotto esaurito */
/* Alert Messages */
.alert {
background: #ffffcc url(../images/alert.png) center no-repeat;
background-position: 15px 50%; /* x-pos y-pos http://www.w3.org/TR/CSS21/colors.html */
text-align: left;
padding: 5px 20px 5px 45px;
color:#000000;
border-top: 2px solid #ffd324;
border-bottom: 2px solid #ffd324;
}

/* Riga avanti-indietro nella lista */
#back-to-list {
border-bottom:1px dotted #3b3c3e;
}

/* Descrizione articolo con immagini */
#descr-item {

}

/* Nome articolo */
#item-name {
font-size:1.3em;
font-weight:bold;
letter-spacing:0.1em;
color:#1e56a0;
background-image:url(../images/bg_item_name.jpg)!important;
background-position:top;
background-repeat:no-repeat;
min-height: 30px;
height: auto !important;
height: 30px;
padding:5px 0 0 6px;
}

#grigio-chiaro {
color:#c4c4c4;
}

/* Riga del testo di descrizione */
#descr-item-descrizione {
border:1px dotted #3b3c3e;
background-color:#efefef;
padding:10px 10px 10px 10px;
}

/************* Articoli / Prodotti Highlights ****************/
#vetrina-item-name {
font-size:1em;
font-weight:bold;
letter-spacing:0.1em;
color:#1e56a0;
background-image:url(../images/bg_vetrina_item_name.jpg)!important;
background-position:top;
background-repeat:no-repeat;
min-height: 20px;
height: auto !important;
height: 20px;
padding:2px 0 0 6px;
width:300px
}

#vetrina-item-name a {
font-size:1em;
font-weight:bold;
letter-spacing:0.1em;
color:#1e56a0;
text-decoration:none;
}

#vetrina-item-name a:hover {
text-decoration:underline;
}

/**************** REgistration Form *******************/

.registrationform {

}

.registrationform input{
background-color:#fafafa;
border:1px solid #dcdcdc;
color:#000000;
margin:0 0 1px 0;
}

.registrationform select{
background-color:#fafafa;
border:1px solid #dcdcdc;
color:#000000;
margin:0 0 1px 0;
}

/****  Classi per order history *****/ 

.table-details {
border-right:1px dotted #cccccc;
border-left:1px dotted #cccccc;
border-bottom:1px dotted #cccccc;
}

/*** Alert message ***/

.info {
background: #f8fafc url(../images/info.png) center no-repeat;
background-position: 15px 50%;
text-align: left;
padding: 5px 20px 5px 45px;
border-top: 2px solid #b5d4fe;
border-bottom: 2px solid #b5d4fe;
}
