
/*********************************************/
/* PETIT SHOPPING CART                       */
/*********************************************/
	
.boldAlert
	{
	font-family: arial; 
	font-weight: normal; 
	color: #999; 
	font-size: 14px;}
	
.sidecontentbox 
	{
	color: #ffffff;
	margin:0px 5px 0px 5px;
	border: 0px solid #000000;
	font-family: Verdana;
	font-size: 8pt;
	font-color: #ffffff;
	font-weight: normal;
	text-align:right;
	}

.items
	{
	background: url('../images/icon_cart.gif') no-repeat;
	color: #ffffff;
	margin:0px 0px 0px 0px;
	border: 0px solid #000000;
	font-family: arial;
	font-size: 12px;
	font-color: #ffffff;
	font-weight: normal;
	text-align:right;
	}

.subtotal 
	{
	color: #ffffff;
	margin:0px 0px 0px 0px;
	border: 0px solid #000000;
	font-family: arial;
	font-size: 12px;
	font-color: #ffffff;
	font-weight: normal;
	text-align:right;
	}