#product-content {
	position: relative;
	top: 0px;
	left: 0px;
}
#product-hero-text {
	position:absolute;
	top:100px;
	left:375px;
	width:300px;
	height:79px;
	background:url(/assets/img/Handheld-Hero/heading.png) no-repeat;
	z-index: 2;
}
#product-hero-text h2 {
	display: none;
}
#product-hero-text p {
	font-size:18px;
	line-height:1;
	margin:0 0 0 7px;
	position: relative;
	top: 85px;
	left: 0px;
}

#free-gift {
	z-index: 3;
}

.product-hero{
	z-index: 1;
	position:relative;
	top:0;
	left:0;
	height:300px;
	width:750px;
	background:url(/assets/img/Handheld-Hero/hero-background.jpg) no-repeat;
}



#product-content-body{
	font-size:14px;
	padding:40px 40px 0;
}

#product-content-body ul{
	line-height:145%;
	list-style-image:url(/assets/img/bullet.gif);
	padding:0 0 1.5em 1.25em;
}
#product-handheld-features {
	float:right;
	width:260px;
	margin:0 0 1em 2em;
}


#product-handheld-features li {
	margin:0 0 .2em;
}

#new-badge {
	position:absolute;
	top:0;
	right:0;
	z-index: 3;
}
#product-handheld-tiles ul{
	list-style-image:none;
	padding:0;
	margin-right:-35px;
}

#product-handheld-tiles li{
	float:left;
	width:210px;
	height:150px;
	margin:0 20px 20px 0;
	background:#ccc;
	position:relative;
}

#product-handheld-tiles li div{
	position:absolute;
	bottom:0;
	left:0;
	width:200px;
	padding:5px;
	color:#fff;
	background:transparent url(/assets/img/transparent-black.png) top left repeat;
	font-size:11px;
	font-weight:bold;
	line-height:1.2;
}
