
/*********************************************/
/* PETIT SHOPPING CART                       */
/*********************************************/
	
.boldAlert
	{
	font-family: arial; 
	font-weight: bold; 
	color: #FF0000; 
	font-size: 14px;}
	
.sidecontentbox 
	{
	color: #ffffff;
	margin:5px 25px 5px 5px;
	border: 0px solid #000000;
	font-family: Verdana;
	font-size: 8pt;
	font-color: #000000;
	font-weight: bold;
	text-align:center;
	}

.items
	{
	background:url('images/icon_cart.gif') no-repeat;
	color: #000000;
	margin:0px 0px 0px 0px;
	border: 0px solid #000000;
	font-family: arial;
	font-size: 12px;
	font-color: #000000;
	font-weight: bold;
	text-align:center;
	}

.subtotal 
	{
	color: #000000;
	margin:0px 0px 0px 0px;
	border: 0px solid #000000;
	font-family: arial;
	font-size: 12px;
	font-color: #000000;
	font-weight: bold;
	text-align:center;
	}
