#cart {
	font-size: .9em;
}
#cart ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#cart li {
	background:  url(../graphics/bullet.gif) no-repeat 0px .4em;
	padding-left: 1.8em;
	padding-right: 20px;
	line-height: 1.5em;
	padding-bottom: 0.7em;
}
#cart ol {
	margin-right: 20px;
	background: url(none);
	}
#cart h1 {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
}
#cart h2 {
	color: #000000;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
    background: none;
}
#cart h3 {
	font: italic 1.1em Verdana, Arial, Helvetica, sans-serif;
}
#cart a:link {
	text-decoration: underline;
	color: #000000;
}
#cart a:visited {
	color: #000000;
	text-decoration: underline;
}
#cart a:hover {
	text-decoration: none;
	color: #000000;
}
 div.hr {
  height: 10px;
  background: #fff url(../graphics/product-list-divider.jpg) no-repeat scroll center;
}
div.hr hr {
  display: none;
}