#container {
	top:0px;
	left:0px;
	position:relative;
}

/* Apply the border to the right side */
#panel_details.yui-panel {
	border:none;
	overflow:visible;
	width:248px;
/*	opacity:0.9;
	filter:alpha(opacity=90);*/
}

/* Style the close icon */
#panel_details.yui-panel .container-close {
	position:absolute;
	top:4px;
	right:8px;
	height:16px;
	width:16px;
	background:url(../images/site/cross.png) no-repeat;
}

/* Style the header with its associated corners */
#panel_details.yui-panel .hd {
	padding:0px;
	border:none;
	background:url(../images/site/product_details_top.png) no-repeat center;
	color:#FFF;
	height:12px;
	width:248px;
	text-align:left;
	vertical-align:middle;
	overflow:visible;
}

/* Style the body with the left border */
#panel_details.yui-panel .bd {
	overflow:hidden;
	padding-left:8px;
	padding-right:8px;
	padding-top:0px;
	padding-bottom:0px;
	height:270px;
	width:228px;
	border-left:2px solid #a2a2a2;
	border-right:2px solid #a2a2a2;
	background-color:#FFF;
}

/* Style the footer with the bottom corner images */
#panel_details.yui-panel .ft {
	background:url(../images/site/product_details_bottom.png) no-repeat;
	font-size:11px;
	height:12px;
	width:248px;
	padding:0px;
	border:none;
}

/* Skin custom elements */
#panel_details.yui-panel .hd span {
	line-height:30px;
	vertical-align:middle;
	font-weight:bold;
}

	#container {
	top:0px;
	left:0px;
	position:relative;
}

/* Apply the border to the right side */
#panel_info.yui-panel {
	border:none;
	overflow:visible;
	width:248px;
/*	opacity:0.9;
	filter:alpha(opacity=90);*/
}

/* Style the close icon */
#panel_info.yui-panel .container-close {
	position:absolute;
	top:4px;
	right:8px;
	height:16px;
	width:16px;
	background:url(../images/site/cross.png) no-repeat;
}

/* Style the header with its associated corners */
#panel_info.yui-panel .hd {
	padding:0px;
	border:none;
	background:url(../images/site/product_details_top.png) no-repeat center;
	color:#FFF;
	height:12px;
	width:248px;
	text-align:left;
	vertical-align:middle;
	overflow:visible;
}

/* Style the body with the left border */
#panel_info.yui-panel .bd_info {
	overflow:hidden;
	padding-left:8px;
	padding-right:8px;
	height:270px;
	width:228px;
	border-left:2px solid #a2a2a2;
	border-right:2px solid #a2a2a2;
	background-color:#FFF;
}

/* Style the footer with the bottom corner images */
#panel_info.yui-panel .ft {
	background:url(../images/site/product_details_bottom.png) no-repeat;
	font-size:11px;
	height:12px;
	width:248px;
	padding:0px;
	border:none;
}

/* Skin custom elements */
#panel_info.yui-panel .hd span {
	line-height:30px;
	vertical-align:middle;
	font-weight:bold;
}

	
