/*
ProductCart Shopping Cart Software, Copyright Early Impact LLC 2006, All Rights Reserved
Use this stylesheet to change the look of the default header and footer that ship with ProductCart.

If styles modified using this page do not appear in your storefront, please check the following
two items before anything else:
*/


/*-----------------------------------------------------------------------------------------
 ProductCart Conflict Management Add-on
----------------------------------------------------------------------------------------*/	

.pcCmAlertMessage {
	margin: 5px 10px 15px 5px;
	padding: 6px 6px 6px 46px;
	border: 1px solid #FC0;
	background-color: #FF9;
	background-image: url(images/pcCM_alert.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #03F;
	min-height: 35px;
	}
