.shop-prod-box {
	border: 1px solid black !important;
	border-collapse: collapse;
	width: 100%;
}

.shop-prod-box th {
	text-align: center;

	background-color: black;
	color: white;
}

.shop-prod-box td {
	font-size: 90% !important;
	padding: 0px 4px;
}

.shop-prod-box .total,
.shop-prod-box .tot_val,
.shop-prod-box .quant,
.shop-prod-box .value 
{
	text-align: right;	
}

.shop-prod-box .tot_val 
{
	background-color: #ffcccc;
	color: black;
	font-weight: bold;
}

.shop-prod-box .trash
{
	background-image: url(../gfx/trash_small.png);
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	margin: auto;
}

/* ======== ACTIONS BOX ==== */
#actionsbox
{
}

#info_box,
#warn_box
{
        border: 1px solid black;
        background-color: white;
        background-position:left top;
        background-repeat:no-repeat;

	padding: 10px;
        padding-left: 60px !important;

        margin-bottom: 1em;
}

#info_box
{
        background-image:url(../gfx/hint.png);
	background-position: 5px 5px;
}

#warn_box
{
        background-image:url(../gfx/warn.png);
}

/* === CARRELLO === */
.frm_title .nuova_registrazione,
.frm_title .tuoi_dati
{
	background-image: url("../gfx/nuova_registrazione.jpg");
	background-repeat: no-repeat;
	width: 411px;
	height: 35px;
}

.frm_title .tuoi_dati
{
	background-image: url("../gfx/tuoi_dati.jpg");
}

#frm_header .indirizzo_sped,
#frm_header .indirizzo_fatt
{
	background-image: url("../gfx/indirizzo_sped.jpg");
	background-repeat: no-repeat;
	width: 411px;
	height: 35px;
}

#frm_header .indirizzo_fatt
{
	background-image: url("../gfx/indirizzo_fatt.jpg");
}

#addr_curr 
{
	border: 1px solid black;
	padding: 8px;
}

.shop-empty-cart {
	background-image: url(../gfx/empty_cart.png);
	background-repeat: no-repeat;
	width: 103px;
	height: 120px;
}
