/* This sheet covers styles used in the "Featured
   Pages" section at the bottom of the public
   web pages */
   
#featured {
	text-align:left;
	font-size:13px;
	background-repeat:no-repeat;
	padding-left:8px;
}

#featured .feat_item {
	float:left;
	position:relative;
	background-image:url("../../media/image/site/boxshadow.png") !important;
	background-image:none;
}

#featured .feat_item div {
	width:228px;
	max-width:228px;
	height:172px;
	background-color:#FFFFFF;
	margin:6px 7px 7px 6px;
	cursor:pointer;
}

#featured .no_pad {
	margin-right:0px;
}

#featured img {
	margin:4px 0px 2px 4px;
	padding:0px;
	width:220px;
	height:145px;
	cursor:pointer;
}

#featured a {
	text-decoration:none;
	color:#665333;
}

#featured span {
	padding-left:12px;
	font-style:italic;
	cursor:pointer;
}
