/**
 * BrandPanel.css
 *
 * Copyright 2008 RealPatterns, Inc. All rights reserved.
 */



.BrandPanel {
	display: none;
	height: 48px;
	margin: 0px auto;
	padding: 8px;
	background: #ffffff;
	font: normal 12px sans-serif;
	border: 8px solid #f0f0f0;
}
.BrandPanel ul {

	width: auto;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}
.BrandPanel ul li {

  display: inline;
  background: transparent url('../../../../images/bullet_02.gif') no-repeat scroll 0px -47px;
}
.BrandPanel ul li:first-child {

  background-image: none;
}
.BrandPanel ul li a {

  color: #5e94d2;
  font: normal 11px sans-serif;
  text-decoration: none;
  padding: 0px 7px 0px 10px;
}
.BrandPanel .Span1 {

  
}
.BrandPanel span.Span1 a {

  display: block;
  width: 288px;
  height: 48px;
  background: transparent url('../../gfx/logo_02.gif') no-repeat scroll 0% 50%;
}
.BrandPanel .Span1 a img {

  border: none;
}

.BrandPanel .Span2 {

  
}
.BrandPanel span.Span2 a {

  display: block;
  width: 288px;
  height: 48px;
  /*background: transparent url('../../gfx/logo_02.gif') no-repeat scroll 0% 50%;*/
}
.BrandPanel .Span2 a img {

  border: none;
}

