.tabs-1 { 
  margin: 0 0 20px 0; 
  border-bottom: 3px solid #000; 
  overflow: hidden; 
}
.tabs-1 table { margin: 0 auto; }
.tabs-1 a {
	background: #000;
	color: #675545;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #f3e6da 0 1px 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}
.tabs-1 a:hover { background:#675545; color: #000;}
.tabs-1 a:active { background: #675545; color:#000}
.tabs-1 a span {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	display: block;
	height: 19px;
	text-align: center;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
  vertical-align : middle; 
  display : table-cell;
  horizontal-align : middle;
	display : table-cell;
}
      
.tabs-1 .active {
	background: #675545;
	color: #FFFFFF;
}

.tabs-1 .active:hover {
	background: #000 url(../images/dotted-bg-6.png) 0 0 repeat;
	color: #675545;
}
