/* features pod */
#featurespod {
	display: block;
	position: relative;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 5%;
	padding: 0px;
	border: none;
	color: #666666;
}
#featurespod .pod {
	/* width: 167px; */
	text-align: left top;
	background-image: url(_images/widgets/featurespod/featurespod_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#featurespod .fptl {
	padding: 0px;
	width: 8;
	height: 8;
	background-image: url(_images/widgets/featurespod/featurespod_corner_tl.gif);
}
#featurespod .fpt {
	padding: 0px;
	background: url(_images/widgets/featurespod/featurespod_border_t.gif) repeat-x top center;
}
#featurespod .fptr {
	padding: 0px;
	width: 8;
	height: 8;
	background-image: url(_images/widgets/featurespod/featurespod_corner_tr.gif);
}
#featurespod .fpl {
	padding: 0px;
	background: url(_images/widgets/featurespod/featurespod_border_l.gif) repeat-y top left;
}
#featurespod .fpr {
	padding: 0px;
	background: url(_images/widgets/featurespod/featurespod_border_r.gif) repeat-y top right;
}
#featurespod .fpbl {
	padding: 0px;
	width: 8;
	height: 8;
	background-image: url(_images/widgets/featurespod/featurespod_corner_bl.gif);
}
#featurespod .fpb {
	padding: 0px;
	background: #ECECEC url(_images/widgets/featurespod/featurespod_border_b.gif) repeat-x bottom center;
}
#featurespod .fpbr {
	padding: 0px;
	width: 8;
	height: 8;
	background-image: url(_images/widgets/featurespod/featurespod_corner_br.gif);
}
#featurespod .featureContent {
	text-align: left top;
	padding: 0px;
	background: url(_images/widgets/featurespod/featurespod_bg.gif) repeat-x bottom center;
}

#featurespod ul {
	margin-left:3px;
	margin-right:3px;
	padding: 0px 0px;
}
#featurespod li {
	line-height: 175%;
	list-style-image: url(_images/widgets/featurespod/featurespod_li.gif);
	border-bottom: 1px dotted #ccc;
}
#featurespod ul li a, #featurespod ul li a:visited {
	color: #0099FF;
	text-decoration: none;
}
#featurespod ul li a:hover, #featurespod ul li a:active {
	color: #FF6699;
	text-decoration: none;
}
