#banner{
	position:relative;
	display:block;
	top:0px;
	left:0px;
	width:710px;
	height:140px;
	background-image:url(../../images/cart_banner_quilts.jpg);
	background-repeat:no-repeat;
	clear:both;
}
#bannerheading{
	position:relative;
	display:block;
	top:66px;
	left:0px;
	width:355px;
	height:74px;
	/* bkgnd image removed 8 Jun 08 by paulm
	background-image:url(../../images/cart_title_xmasbackground.gif);
	background-repeat:repeat-x;
	*/
	background-image: none;
	vertical-align:baseline;
	clear:both;
}
#description{
	position:relative;
	display:block;
	top:0px;
	left:0px;
	width:710px;
	height:82px;
	background-image:url(../../images/cart_title_descr_background.jpg);
	background-repeat:repeat-x;
	clear:both;
}
#categoryrow{
	position:relative;
	display:block;
	top:0px;
	left:0px;
	background-image:url(../../images/cart_prod_detail_background.jpg);
	height:298px;
	padding:10px;
	clear: both;
}
.category{
	position:relative;
	display:block;
	top:0px;
	left:0px;
	width:137px;
	height:182px;
	background-color:#FFFFFF;
	margin-right:1px;
	text-align:left;
	float:left;
}
.categorydescription{
	position:relative;
	display:block;
	top:0px;
	left:0px;
	width:132px;
	height:30px;
	background-color: #E5E3E3;
	padding:5px;
	padding-right:0px;
	float:right;
}