/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.cleardiv {
	clear:both;
	width:100%;
	height:0px;
	font-size:0px;
}
.success {
	padding:3px 0px 3px 0px;
	margin-bottom:10px;
	border:1px solid #5dbb3c;
	background-color:#d9f2d0;
	color:#2b9f02;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}
.error {
	padding:3px 0px 3px 0px;
	margin-bottom:10px;
	border:1px solid #d95757;
	background-color:#f8d6d6;
	color:#9f0202;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}
.product {
	padding:15px;
	border-bottom:1px solid #666666;
}
.itemdesc {
	font-size:10px;
}
.cartrow {
	width:940px;
	height:auto;
	padding:4px 0px 4px 0px;
	border-bottom:1px solid #cccccc;
}
.cartfloat1 {
	float:left;
	width:425px;
	padding-left:10px;
	height:auto;
}
.cartfloat2 {
	float:left;
	width:150px;
	height:auto;
	text-align:right;
}
.cartfloat3 {
	float:left;
	width:75px;
	height:auto;
	text-align:center;
}
.cartfloat4 {
	float:left;
	width:100px;
	height:auto;
	text-align:right;
}
