/* CSS Document */
@import url('product_flags.css');

/*** homepage specific styles here ***/
div.neg_hp_shockwave{
	top:-330px;
	left:528px;
	width:205px;
	position:relative;
	background-color:transparent;
}
div.hp_shockwave{
	/*width:730px;*/
	overflow:hidden;
	/*position:relative;*/
}
#hp_shockwave, div.hp_shockwave, div.neg_hp_shockwave{
	height:330px;
	/*background:url('/resource/chocolates/image/bg_image_hp_non_repeating.jpg') top left no-repeat;*/
}
div.hp_shockwave div.favorite{
	width:114px;
	height:83px;
	float:left;
}
div.hp_shockwave div[class="favorite"]{
	background:url('/resource/chocolates/image/bg_non_topleft_cust_fav.png') top left no-repeat;
}
div.hp_shockwave div.featured{
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	width:175px;
	height:309px;
	float:right;
	padding:5px 15px;
	font-weight:bold;
}
div.hp_shockwave div.featured div.heading{
	margin:8px 0 15px 0;
}
table.tblFeatured td, table.tblFeatured td a{
	font-weight:bold;
	text-align:left;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
table.tblFeatured span.small, table.tblFeatured span.small a{
	font-size:9px;
	font-weight:normal;
}
table.tblFeatured div.gradient{
	border:none;
	height:9px;
	margin:6px 0 10px 0;
}
table.tblFeatured div[class="gradient"]{
	background:url('/resource/chocolates/image/bg_non_hp_hr.png') top left no-repeat;
}
table.tblFeatured div.image{
	width:64px;
	height:64px;
	overflow:hidden;
	border:solid 2px white;
}
div.hp_shockwave div.featured a:hover{
	text-decoration:underline;
}

div.hp_heading, div.hp_subheading{
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div.hp_heading{
	font-size:18px;
	border-bottom-style:solid;
	border-bottom-width:3px;
}
div.hp_subheading{
	font-size:11px;
}
div.hp_heading_shadow{
	height:10px;
	width:652px;
}
div[class="hp_heading_shadow"]{
	background:url('/resource/chocolates/image/bg_non_hp_shadow_heading.png') top left no-repeat;
}

