﻿/*-- Stili per gli oggetti di selezione del catalogo
---------------------------------------*/
.lbl-sel-catalogo{
    padding-left: 5px;
    font-size: 1.2em;
    margin-bottom: 5px;
    line-height: 20px;
    display: block;
    width: 215px;
    height: 20px;
    background: url(../img/back_lbl_desc.gif) no-repeat right top;
    color:#A52039;
    font-weight:bold;
}

.ddl-selezione{
    margin-bottom: 15px;
    width: 220px;    
}

/*-- Stili per il datalist del catalogo
---------------------------------------*/
.lbCodiceArt{
    font-size: 1em;
    font-weight: bold;
	width: 100%;
    display: block;
    overflow: hidden;   
    padding-bottom: 6px;
}

.lbPrezzoArt{
    font-size: 1em;
    font-weight: bold;
    width: 100%;
    display: block;
    overflow: hidden;
}

.dtlCatalogo{
    font-size: 1.4em;
    line-height: 20px;
    width: 100%;  /*necessario per ampie risoluzioni*/    
}   

#div-catalogo{
    height: 100%;
    margin-top: -15px;
    padding: 0;
}

.lblIntCatalogo{
    font-size: 1em;
    background: url(../img/back_lbl_desc.gif) no-repeat right top;    
    display: block;
    overflow: hidden;
    width: 120px;    
    padding-bottom: 5px;
    padding-left: 2px;
}
    
.lblErrorePrezziCatalogo{
    font-size: 1.7em;
    display: block;
    width: 600px;    
    margin: 30px;
    background: #dcdcdc;
    padding: 10px;
    line-height:20px;
    color: #959595;
}

/*-- Stili per la paginazione del catalogo
---------------------------------------*/
.btnItemPaginatore, .btnItemPaginatoreCorrente{
    width: 25px;
    height: 30px;
    border: #a0a0a0 1px solid;
    font-size: 1.3em;
}

.btnItemPaginatore{
    background-color: transparent;
    color: #696969;
}

.btnItemPaginatoreCorrente{
    background-color: #ded7d6;
    color: #9c0000;
    font-weight: bold;
}

.labelPaginatore {
	background-color: transparent;
    color: #696969;
    font-size: 1.3em;
}

.divPaginatore{
	text-align: center;
	width: 100%;
	overflow: hidden;
}

.lblDesCatalogo{
	display: block;
    font-size: 1.4em;
    margin-top: 100px;
    margin-left: 85px;
    height: 128px;
    width: 500px;
    line-height:25px;
    color: #676767;
}

.lblDesCatalogoNonVisibile{
	display: none;
}

.lblCatVuoto{
    font-size: 1.7em;
    display: block;
    width: 500px;  
    height: 60px;  
    margin: 0 auto;
    text-align: center;
}

.divImgItemCatalogo{
	/*width: 180px;*/
	/*width:95%;*/
	min-height: 140px !important;
	overflow: hidden;
	min-width: 182px !important;
	width:182px;
	border: solid 1px #dcdcdc;
	margin-left:1px;
	background-color:#efefef;
}

#buttonselezione{
	text-align: center;
	padding: 5px;
}

#provacat{
	border: solid 1px #000000;
}