/* PRODUCT DETAIL LAYOUT */
#layout.productdetail {
	height: 600px;
	top: 45px;
}

/* Imagebar */
#imagebar {
	display: block;
	float: left;
	width: 280px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	
	position: absolute;
	bottom: -30px;
	z-index: 999;
}

/* Product Info */
#productinfo {
	background-color: #ffffff;
	display: block;
	float: left;
	width: 584px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 300px;
	
	position: absolute;
	bottom: 0px;
	z-index: 998;
}

#productinfo h1.graphical {
	color: #ffffff;
	font-size: 18px;
	text-transform: none;
	display: block;
	line-height: auto;
	height: 22px;
	clear: both;
	float: none;
	margin: 1px 0px 0 5px;
	padding: 0;
	background: none;
}
#productinfo h2 {
	display: block;
	background: #ffffff url('../../images/h2_bg.gif') repeat-y 0px 0px;
	color: #ffffff;
	text-transform: uppercase;
	width: 535px;
	padding: 0px 6px 0px 0px;
	text-align: right;
	margin: 20px 0px 5px 7px;
	height: 23px;
	line-height: 23px;
	font-family: "Univers Condensed", "Myriad Pro", sans-serif;
	font-size: 15px;
	font-weight: normal;
}
#productinfo .headlineContent {
	margin: 0px 0px 5px 0px;
}
#productinfo p.bodytext {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 10px 0px;
	line-height: 18px;
	clear: both;
}

#productinfo .backLink {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 0px;
	width: 100px;
	height: 30px;
	float: right;
}
#productinfo .backLink .bodytext {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#productinfo .backLink a {
	background: transparent url('../../images/button_back.gif') no-repeat 0px 0px;
	text-indent: -2222px;
	display: block;
	height: 28px;
	width: 70px;
	line-height: 28px;
	/*float: right;*/
	overflow: hidden;
}

