/* Featured Products Styles */
body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}

a {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #006600;
	text-decoration: underline;
}

#featured {
	text-align: left;
	height: 217px;
	width: 370px;
	padding: 0;
	margin: 0;
	background-image: url(../im/bg_feat.gif);
	background-repeat: no-repeat;
	clear: none;
}

#feat_col_left {
	float: left;
	width: 175px;
}

#feat_col_right {
	float: right;
	width: 170px;
	margin-right: 15px;
	margin-top: 20px;
}

.title_home {
	font-size: 24px;
	line-height: 24px;
	color: #006600;
	padding: 0px;
	margin: 15px 0px 12px;
}

.text_home {
	line-height: 17px;
	margin: 0px;
	padding: 0px 0px 12px;
}
.featured_text {
	font-size: 11px;
	line-height: 14px;
	margin: 8px 8px 8px 18px;
	padding: 0px;
}

.featured_text_sub {
	margin: 35px 10px 10px 18px;
	padding: 0px;
}
.featured_title {
	font-size: 16px;
	line-height: 15px;
	color: #006600;
	margin: 18px 8px 8px 18px;
	padding: 0px;
}

/* Featured Products Control Styles */
#nav {
	position: absolute;
	top: 49px;
	left: 20px;
	z-index: 1000;
	width: 20px;
	height: 20px;
}

#nav a {
	margin: 2px;
	padding: 3px 5px 3px 5px;
	background: #ffffff;
	font-family: Arial;
	font-size: 16px;
	color: #dde9d4;
	text-decoration: none;
	border: 1px solid #dde9d4;
}

#nav a.activeSlide {
	background: #f1f5ef;
	color: #639937;
	border: 1px solid #abc893;
}

#nav a:focus {
	outline: none;
}

.cycleItem {
	padding: 5px;
}
