@charset "utf-8";

div#featured_area{
	width: 500px;
	height: 408px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: 1;
}

div.featured_tab{
	width: 35px;
	height: 15px;
	background-color: #FFF;
	border: 1px solid #333;
	float: left;
	margin-right: 5px;
	margin-top: 8px;
	cursor: pointer;
	text-align: center;
}

div.featured_tab_on{
	width: 35px;
	height: 15px;
	background-color: #CCC;
	border: 1px solid #333;
	float: left;
	margin-right: 5px;
	margin-top: 8px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}

div.featured_yarn_container{
	width: 120px; 
	height: 200px; 
	position: relative; 
	display: inline-block; 
	font-size: 13px; 
	text-align: center; 
	z-index: 2;
}

div.featured_yarn_dark_shadow_name{
	position: absolute;
	top: 154px;
	width: 120px;
	color: #000;
	background-color: #000;
	-moz-opacity: 0.60;
	opacity: 0.60;
	filter:alpha(opacity=60);
	height: 33px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #FFF;
}

div.featured_yarn_shadow_name{
	position: absolute;
	top: 157px;
	width: 117px;
	color: #000;
}

div.featured_yarn_front_name{
	position: absolute;
	top: 155px; 
	width: 118px;
}

div.featured_yarn_front_name a{
	text-decoration: none;
	color: #FFF;
}

div.featured_yarn_mask{
	/* background-image: url('images/background_left_right.gif'); */
	background-color: #DDD;
	width: 120px;
	height: 200px;
	-moz-opacity: 0.70;
	opacity: 0.70;
	filter:alpha(opacity=70);
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	z-index: 3;
}

div.featured_yarn_description{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	visibility: hidden;
	z-index: 4;
	color: #000;
}

div.featured_yarn_price{
	position: absolute;
	bottom: 5px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	width: 120px;
	visibility: hidden;
	z-index: 4;
	color: #000;
}
