@charset "utf-8";
/* CSS Document */


/*
@import url('/css/style.css');
@import url('/navigation.css');
*/

.cartTitle {
	font:18px "Trebuchet Ms", Lucida Grande, Arial, Sans-serif;
	color: #000000;
	margin-bottom:6px;
	font-weight:bold;
}

.cartWrapper {
	padding:20px;
}

.cartMsgError {
	font: bold 14px "Trebuchet Ms";
	color:#990000;
}