@charset "utf-8";
/* CSS Document */

.featuredProductDiv {
	width:100%;
	height:140px;
	background-image:url(background.jpg);
	position: relative;
	border: solid 1px #c8b48f;
	cursor:pointer
}
.featuredProductDiv table td {
	text-align: center
}
.featuredProductTitle {
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	width: 100%;
	margin-top: 5px
}
.featuredProductPrice {
	font-size: 18px;
	font-weight: bold;
	left: 135px;
	top: 65px;
	margin-top: 15px
}
.featuredProductName {
	position: absolute;
	left: 20px;
	top: 110px;
	font-size: 9px
}
.extremeMakeoverBox {
	border: solid 1px #000000;
	width: 113px;
	height: 107px;
	float: left;
	margin-right: 10px;
	font-size: 10px;
	text-align: center;
	cursor:pointer;
	position: relative
}
.extremeMakeoverBox a {
	text-decoration: none;
	line-height:11px;
	color: black;
}
.extremeMakeoverBox a:hover>img {
	opacity: .2;
	filter: alpha(opacity=20);
}

