

#cartSmall
{
	border-width:		1px 0px 0px 0px;
	border-color:		#d9d9df;
	border-style:		solid;
	margin-top:			20px;
	padding-top:		20px;
	font-size:			11px;
}

#cartSmall #titolo
{
	vertical-align:		top;
	font-size:			13px;
	font-weight:		bold;
	text-align:			center;
	color:				black;
}

#cartSmall #titoloImg
{
	margin:				10px 0px 20px 0px;
	text-align:			center;
}

/* titoloCarrello */
#cartSmall #titoloCarrello
{
	background-color:	#d9d9df;
	padding:			0px 20px 0px 20px;
}
#cartSmall #titoloCarrello TABLE
{
	width:				100%;
}

#cartSmall #titoloCarrello TD
{
	font-size:			13px;
	font-weight:		bold;
	color:				black;
}
#cartSmall #titoloCarrello a,
#cartSmall #titoloCarrello a:link,
#cartSmall #titoloCarrello a:visited,
#cartSmall #titoloCarrello a:hover,
#cartSmall #titoloCarrello a:active
{
	color:					#666666;
	font-weight:			normal;
	text-decoration:		none;
}

#cartSmall #titoloCarrello a:hover
{
	text-decoration:		underline;
}

/*  */
#cartSmall .cartRowSmall
{
	vertical-align:		top;
	font-size:			11px;
	font-weight:		bold;
	padding:			0 5 2 0px;
}


#cartSmall .cartRow_totaleProdotti
{
	color:				#9b2d21;
	font-size:			11px;
	font-weight:		bold;
	text-align:			right;
}

#cartSmall .piedone
{
	background-color:		#d9d9df;
	padding:				0px 20px 0px 20px;
}

#cartSmall .piedone a,
#cartSmall .piedone a:link,
#cartSmall .piedone a:visited,
#cartSmall .piedone a:hover,
#cartSmall .piedone a:active
{
	color:					#9b2d21;
	font-weight:			bold;
	text-decoration:		none;
}

#cartSmall .piedone a:hover
{
	text-decoration:		underline;
}



/***********
cartDettails
************/

#cartSmall #dettailsTables
{
	width:				100%;
}

#cartSmall #dettailsTables .dettailsRow
{
	vertical-align:		top;
	border-style:		solid;
	font-size:			11px;
}

#cartSmall #dettailsTables .dettailsRow TD
{
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#d9d9df;
	padding-bottom:		5px;
}


#cartSmall #dettailsTables .cartRowQuantity
{
	padding-left:			20px;
	font-weight:			bold;
	color:					black;
}

/* cartRowProduct */
#cartSmall #dettailsTables .cartRowProduct
{
	padding-left:			5px;
	color:					#666666;
	font-weight:			bold;
}
#cartSmall .cartRowProduct a,
#cartSmall .cartRowProduct a:link,
#cartSmall .cartRowProduct a:visited,
#cartSmall .cartRowProduct a:hover,
#cartSmall .cartRowProduct a:active
{
	font-weight:			bold;
	color:					#666666;
	text-decoration:		none;
}
#cartSmall .cartRowProduct a:hover
{
	text-decoration:		underline;
}

/* cartRowPrice */
#cartSmall #dettailsTables .cartRowPrice
{
	padding-right:			20px;
	color:					black;
	font-weight:			bold;
}


#cartSmall #dettailsTables .cartRowPriceDiscount {
	text-decoration:		line-through;
	color:					#9B2D21;
}


/* cartRowSmall_totaleProdotti */
#cartSmall .cartRowSmall_totaleProdotti
{
	text-align:				right;
	padding:				5px 20px 0px 20px;
	font-weight:			bold;
	color:					#9B2D21;
}