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

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

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

	/* Style the body with the left border */
	#panel_results.yui-panel .bd_results {
		overflow:hidden;
		padding-left:8px;
		padding-right:9px;
		height:513px;
		width:344px;
		/*height:272px;*/
		border-left:1px solid #dbcfcf;
		border-right:1px solid #dbcfcf;
		background-color:#FFF;
	}

	/* Style the footer with the bottom corner images */
	#panel_results.yui-panel .ft {
		background:url(../images/about_bottom.png) no-repeat;
		font-size:11px;
		height:17px;
		width:364px;
		padding:0px 10px;
		border:none;
	}

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

