@charset "utf-8";
/*
 ==========================================================
 Application: Cartweaver 4 PHP
 Copyright 2002 - 2012, All Rights Reserved
 Developer: Application Dynamics, Inc. | Cartweaver.com
 Licensing: http://www.cartweaver.com/eula
 Support: http://www.cartweaver.com/support
 ==========================================================
 File: cw-styles.css
 File Date: 2012-02-01
 Description:
 Cartweaver Text Stylesheet
 ==========================================================
*/
/* ------------ TEXT CLASSES --------------- */
.strike {
	text-decoration: line-through;
	font-style: italic;
}
.alertText {
	color: #bf0000;
	font-size: 12px;
}
.confirmText {
	color: #FFFFFF;
	font-size: 12px;
}
.normal {
	color: #000;
	font-size: 12px;
	line-height: 14px;
}
span.smallprint, span.smallPrint {
	font-size: 9px;
}
