.linkGroup {
	width: 126px;
	font-size: small;
	border: 1px solid #808080;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background-color: #fff5e5;
}
.linkTitle {
	color: black;
	font-size: small;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding: 2px 0px 2px 0px;
	margin: 1px;
	background-color: #ff8023;

	background-image: url(images/mf_orange_gradient.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
.linkBody {
	clear: both;
	padding: 1px;
	margin: 0px;
	border: 1px solid #d2d2d2;
}
.linkImage {
	padding-bottom: 6px;
}
.linkLogo {
	float: left;
}
.linkGoogle {
	height: 600px;
	min-height: 600px;
}
.linkItem {
	text-align: center;
	vertical-align: middle;
	padding-bottom: 3px;
}
.linkItem a {
	display: block;
	color: #064e9e;
	text-decoration: none;
	text-decoration: underline;
}
.linkItem a:hover {
	display: block;
	color: #e2660e;
	text-decoration: none;
}
.cartLink {
	display: block;
	list-style-type: none;
	margin: 0px;
}
.cartItem {
	border: 1px solid #fff5e5;
}
.cartItem a {
	display: block;
	color: #064e9e;
	text-decoration: none;
	text-decoration: underline;
}
.cartItem a:hover {
	display: block;
	color: #e2660e;
	text-decoration: none;
}
