div.cartview{
	border: solid 0px #00A651;
	height: 100%;
}

div.cartview h5{
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0.2em 0 0.2em 0.2em;
}

div.cartItem{
	margin: 0 2em 1em 2em;
	/*height: 100%;*/
	/*border-bottom: dashed 1px blue;*/
	background-image: url("/images/bg_smallsquares.gif");
}

div.cartItem input{
	font-weight: bolder;
	color: #333399;
	background-color: #CCCCCC;
	background-image: url("/images/bg_smallsquares.gif");
	padding: 0;
}

div.cartItem p{
	margin: 0.2em;
}

div.cartImage{
	float:left;
	padding:0 1em 0 0;
}

span.notice{
	font-size: larger;
	font-weight: bolder;
}

#cartsummary{
	text-align: right;
	padding-right: 2em;
	font-size: small;
}

#cartsummary div.item{
	padding-bottom: 1em;
}

#cartsummary div.price{
	float: right;
	text-align: right;
	width: 8em;
	border-bottom: dotted 1px #333399;
}

#cartsummary div.total{
	padding-bottom: 1em;
	font-weight: bold;

}
#cartsummary div.totalPrice{
	float: right;
	text-align: right;
	width: 8em;
	border-top: solid 1px #333399;
	border-bottom: solid 1px #333399;
}