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

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

	/* Style the header with its associated corners */
	#panel_bestsellers.yui-panel .hd {
		padding:0;
		border:none;
		background:url(../images/site/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;
	}
	
	/*
		the "new products" and "customized orders" uses 
		this same panel - but have different header images
	*/
	#panel_bestsellers.yui-panel .hd_new_products {
		padding:0;
		border:none;
		background:url(../images/site/new_products.png) no-repeat center;
		color:#FFF;
		height:50px;
		width:364px;
		padding-left:0px;
		padding-right:0px;
		text-align:left;
		vertical-align:middle;
		overflow:visible;
	}

	#panel_bestsellers.yui-panel .hd_customized {
		padding:0;
		border:none;
		background:url(../images/site/customized_orders.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_bestsellers.yui-panel .bd {
		overflow:hidden;
		padding-left:8px;
		padding-right:8px;
		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_bestsellers.yui-panel .ft {
		background:url(../images/site/about_bottom.png) no-repeat;
		font-size:11px;
		height:17px;
		width:364px;
		padding:0px 10px;
		border:none;
	}

	/* Skin custom elements */
	#panel_bestsellers.yui-panel .hd span {
		line-height:30px;
		vertical-align:middle;
		font-weight:bold;
	}
	
	/*#panel_bestsellers.yui-panel .hd .tl {*/
	/*	width:8px;*/
	/*	height:29px;*/
	/*	top:1px;*/
	/*	left:0;*/
	/*	background:url(assets/img/xp-tl.gif) no-repeat;*/
	/*	position:absolute;*/
	/*}*/
	/*#panel_bestsellers.yui-panel .hd .tr {*/
	/*	width:8px;*/
	/*	height:29px;*/
	/*	top:1px;*/
	/*	right:0;*/
	/*	background:url(assets/img/xp-tr.gif) no-repeat; */
	/*	position:absolute;*/
	/*}*/
	/**/
	/*#panel_bestsellers.yui-panel .ft span {*/
	/*	line-height:22px;*/
	/*	vertical-align:middle;*/
	/*}*/
	/*#panel_bestsellers.yui-panel .ft .bl {*/
	/*	width:8px;*/
	/*	height:26px;*/
	/*	bottom:0;*/
	/*	left:0;*/
	/*	background:url(assets/img/xp-bl.gif) no-repeat;*/
	/*	position:absolute;*/
	/*}*/
	/*#panel_bestsellers.yui-panel .ft .br {*/
	/*	width:8px;*/
	/*	height:26px;*/
	/*	bottom:0;*/
	/*	right:0;*/
	/*	background:url(assets/img/xp-br.gif) no-repeat;*/
	/*	position:absolute;*/
	/*}*/
