@charset "utf-8";
/* CSS Document */

@media print {
	#featured-wrapper {
		display: none;
	}
}

#featured-wrapper {
	height: 260px;
	/*min-width: 700px; */

max-width: 739px; /* 790px; */
	/*margin: 0 0 1.5em 0;*/
margin: 0 0 5px 0;
	position: relative;
	cursor: pointer;/*border: 1px solid #ccc;*//*
background: transparent url("/images/gradient1.gif") repeat-x left top;

overflow: hidden;

color: #444;

*/

}
.featured-hover {
/*border-color: #fbdc14 !important;*/

}
.featured-hover .featured-description {
	color: #FFFFFF;
}
#featured-nav {
	list-style-image: none;
	list-style-type: none;
	position: absolute;
	bottom: 1px;
	left: 1px;
	margin: 0;
	padding: 0;
}
#featured-nav li {
	list-style-image: none;
	list-style-type: none;	
}
#featured-nav li {
	float: left;
	margin-right: 1px;
}
#featured-nav a {
	text-decoration: none;
	text-align:center;
	display: block;
	width: auto;
	padding-top: 2px;
	padding-bottom:1px;
	padding-right:1px;
	font-size: 0.9em;
	float: left;
	/*border: 1px solid #ccc;*/
	background: #d9d9d9 url("/images/gradient-1x30.jpg") repeat-x left;
	cursor: pointer;
	height:15px;
	width:17px;
	color:#FFF;
	font-weight:bold;
}
#featured-nav a:hover, #featured-nav a.active {
	background-position: left top;
	background: #d9d9d9 url("/images/gradient-1x30-flip.jpg") repeat-x left;
}
.featured-item {
	background-color: #FFFFFF;
	background-position: 0 0;
	background-repeat: no-repeat;
	height:260px;
}
#featured-items {
	border:none;
}
.featured-description {
	width: 170px;
	/*background: transparent url("/images/swirl.jpg") repeat-x right bottom;*/
	/*background: transparent url("/images/text_background_swirl-plain_grey.png") repeat-x right bottom;*/
	background-color: #000000;
	padding: 15px;
	margin: 0;
	height: 230px;
	float:right;
	min-height:0;
}
.featured-description h2 {
	/*position: absolute;*/
	top: 0;
	color:#A6DADE;
	/*background: transparent url("/images/transparent-gradient.png") repeat-x left bottom;*/
	font-size: 1.0em;
	text-transform: uppercase;
	margin: 5px 10px 0 0;
	width:160px;
	/*padding: 5px 5px 3px 5px;*/
	padding:0;
}
.featured-description h3 {
	border: none;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
}

.featured-description h5 {
	border: none;
	font-size: 0.8em;
	font-weight: normal;
	font-style:italic;
	color:#A6DADE;
	margin: 0;
}

.featured-description p {
	font-size: 0.8em;
	/*font-style:italic;*/
}
.description-bottom {
	min-height: 0;
	position: absolute;
	bottom: 0;
	color: #ffffff;
	width:175px;
}
.description-bottom a:link, .description-bottom a:visited {
	color:#ffffff;
	text-decoration:none;
}
