/*
##############################################################################
FILENAME:		cartStyles.css
DESCRIPTION:		Shopping Cart Style Sheet
CREATED:		12/31/02
INITIAL AUTHOR:		Manivone Phommahaxay
UPDATED BY:			Jill Cooney
UPDATE DATE:		7/6/05	
Copyright (c) 2003 Molecular, Inc.
343 Arsenal Street, Watertown MA 02472
617-218-6500
http://www.molecular.com/

##############################################################################
*/

/* DEFAULT, SHOPPING CART STYLES */

.cartBoxHeader {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	background-color: #f1f2f2;
	text-align: left;
	vertical-align: middle;	
}

th.cartHeaderLeft {
	font-size: 11px;
	vertical-align: bottom;	
	text-align: left;
}

th.cartHeaderCenter {
	font-size: 11px;
	vertical-align: bottom;	
	text-align: center;
}

.cartRowLeft {
	font-size: 11px;
	vertical-align: top;	
	text-align: left;
}

.cartRowRight {
	font-size: 11px;
	vertical-align: top;	
	text-align: left;
}

.cartRowCenter {
	font-size: 11px;
	vertical-align: top;	
	text-align: center;
}

.pleaseNote {
	color: #8C8B8B;
}

.totals {
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	line-height: 20px;
}
