#featured {
	margin: 0px 5px;
	border-collapse: collapse;
	height: 40%;
}

.feat-product {
	border-right: 1px dashed rgb(112, 142, 74);
	border-bottom: 1px dashed rgb(112, 142, 74);
	border-collapse: collapse;
	padding: 5px;
	float: left;
	width: 33%;
	height: 50%;
}

.ie8 .feat-product, .ie9 .feat-product {
	width: 125px;
	height: 150px;
	float: left;
}

.ie8 .content-right, .ie9 .content-right {
	width: 388px;
}

.feat-product a {
	text-decoration: none;
	color: rgb(65, 105, 15);
}

.feat-product p {
	line-height: 14px;
	padding: 0;
}

#feat-3 {
	border-right: none;
}

#feat-4 {
	border-bottom: none;
}

#feat-5 {
	border-bottom: none;
}

#feat-6 {
	border-right: none;
	border-bottom: none;
}

.feat-product img {
	width: 80%;
}

p.important {
	font-size: 11px;
	background-color: rgb(221, 229, 208);
	border: 1px dashed rgb(112, 142, 74);
	text-align: center;
	font-weight: bold;
	color: rgb(87, 87, 89);
	width: 90%
}

.content-right .leash-background {
	margin: 10px;
	height: 90px;
	text-align: left;
	background-position: right top;
 	background-image: url("../../../images/right_bg_top.gif");
	background-repeat: no-repeat;
}

.home-event-box {
	border: 1px dashed rgb(75, 113, 27);
	margin-right: 24px;
	font-size: 11px;
}

.home-event-box p {
	font-weight: bold;
	color: rgb(87, 87, 89);
	background-color: rgb(221, 228, 208);
	border-bottom: 1px dashed rgb(75, 113, 27);
	text-align: center;
	margin-bottom: 3px;
}

.home-event {
	padding: 0 0 3px 5px;
	font-size: 11px;
}

.home-event-date,
.home-event-location {
	color: rgb(126, 127, 129);
}

.home-event-name {
	font-weight: bold;
}

a.home-event-link {
	text-decoration: none;
	color: rgb(108, 109, 111);
	border-bottom: 1px dashed rgb(75, 113, 27);
}

a.home-event-link:hover {
	border-bottom: none;
}