@charset "utf-8";
/* CSS Document */

/* btm tiles: 201 x 261 */
#container {
	overflow: hidden;
}
#featured-glam_img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	border-bottom: solid 2px #fff;
}
#featured-tiles {
	position: absolute;
	bottom: -2px;
	left: -2px;
	z-index: 5;
	width: 820px;
	height: 261px;
}
	#featured-tiles h2.page-title {
		margin: 0px 0px 0px 5px;
		line-height: 80%;
	}
	.featured-tile {
		display: block;
		position: relative;
		float: left;
		width: 201px;
		height: 261px;
		border: solid 2px #fff;
		border-top: none;
		border-right: none;
		overflow: hidden;
	}
		.featured-info_bkgd, 
		.featured-info_bkgdstatic {
			display: none;
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 20;
			width: 100%;
			height: 100%;
			background: url('fff_alpha70.png') repeat;
		}
			.featured-ro, .featured-ro img {
				position: absolute;
				top: 0px;
				left: 0px;
				z-index: 30;
				width: 100%;
				height: 100%;
			}
			.featured-info {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 100%;
				height: 100%;
				padding: 0px;
			}
				.featured-iteminfo {
					position: absolute;
					top: 0px;
					left: 0px;
					margin: 0px;
					padding: 10px;
					font-size: 12px;
					text-transform: lowercase;
				}
					.featured-iteminfo strong {
					}
				.featured-buttons {
					position: absolute;
					bottom: 0px;
					left: 0px;
					margin: 0px;
					padding: 10px;
				}
					.featured-buttons a {
						display: block;
						width: 155px;
						margin: 3px 0px;
						padding: 0px 5px;
						background: #c00;
						font-size: 12px;
						color: #fff;
						background: url('brand_alpha60.png') repeat;
						text-transform: lowercase;
						text-decoration: none;
					}
						.featured-buttons a:hover {
							background: #7E99AA;
						}
		.featured-image {
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 10;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
			.featured-image img {
			}
	
