/*=============================================================================
// Department Browser Panel
//===========================================================================*/
table.BrowseTable
{
  width: 100%;
}
.HomePageLink
{
	background: url(../images/website/bullet_orange.gif) 2px center no-repeat;
	border-bottom: solid 1px #f2f2f2;
	padding: 4px 12px 5px 16px;
}
.Department
{
	background: url(../images/website/bullet_black.gif) 2px center no-repeat;
	border-bottom: solid 1px #f2f2f2;
	padding: 9px 12px 10px 16px;
}
.SelectedDepartment
{
	background: url(../images/website/bullet_blue.gif) 2px center no-repeat #fefad2;
	border-bottom: solid 1px #f2f2f2;
	padding: 9px 12px 10px 16px;
}
.SelectedDepartment a, .SelectedDepartment a:visited
{
	color: #333333;
	text-decoration: none;
}
.SelectedDepartment a:hover
{
	COLOR: #333333;
	TEXT-DECORATION: underline;
}
.SubDepartment
{
	background: url(../images/website/bullet_black.gif) 16px center no-repeat;
	border-bottom: solid 1px #f2f2f2;
	font-size: 85%;
	padding: 4px 12px 5px 28px;
}
.SelectedSubDepartment
{
	background: url(../images/website/bullet_blue.gif) 16px center no-repeat #fefad2;
	border-bottom: solid 1px #f2f2f2;
	font-size: 85%;
	padding: 4px 12px 5px 28px;
}
.SelectedSubDepartment a, .SelectedSubDepartment a:visited
{
	color: #333333;
	text-decoration: none;
}
.SelectedSubDepartment a:hover
{
	color: #333333;
	text-decoration: underline;
}

.AcceptedPaymentTitle
{
	text-align: center;
	padding: 1px 0px 4px 0px;	
}
.AcceptedPayment 
{
	margin:auto;
	text-align:left;
	width:16.62em;/* !IE */
	*width:16.22em;/*IE*/
	min-width:216px;
}	


/*=============================================================================
// Fast Cart Panel
//===========================================================================*/
.PanelFastCart 
{
	background: url("../images/website/panel_fast_cart/bg-fast-cart.gif") no-repeat left top;
	height: 39px;
	line-height: 39px;
	width: 245px;	
	margin-top: 6px;
}
.FastCartCheckout
{
	float:right; 
	padding: 6px 7px;
}
.FastCartItems
{
	float:right;
	font-family:arial;
	font-weight:bold;
	height:39px;
	line-height:39px;
	text-align:center; font-size: 92%; color: #604200;
}