.brandDisplay a {
	color:#000;
}

#shoppingCart .contentArea {
}

.brandDisplay #brandCol1, .brandDisplay #brandCol2, .brandDisplay #brandCol3 {
	margin:0;
	padding-top:10px;
	float: left;
	display:inline;
	line-height:1.2em;
	width: 33%;
	vertical-align: top;
}
.brandDisplay ul {margin-top:0;padding:0;}
.brandDisplay ul li {margin-top:0;

	background-image: url(../statimages/brand_bullet.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	list-style-type: none;
	line-height:140%;
}

#shoppingCart h2 {
	font-size: 120%;
	line-height: 130%;
	font-weight: 400;
	color: #fff;
	margin: 12px 0 0 0;
	padding: 0 0 0 30px;
	background-color: #78804b;
	font-style: italic;
	height: 28px;
	display: block;
	text-align:left;
	width:700px;
	overflow:hidden;
	text-transform:capitalize;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	border: 1px solid #a2a78a;

	background-image: url(../statimages/subcat_header_bullet.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
