table.btns
{
	border-collapse: collapse;
}

table.btns-s-pad
{
	width: 15px;
}

table.btns-e-pad
{
	width: 15px;
}

td.btns-s
{ 
	background-image: url(left.png);
	width: 15px;
	height: 110px;
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
	text-align: center; 
	vertical-align: center;
	padding: 0px;
}

td.btnbg
{ 
	background-image: url(mid.png);
	width: 82px;
	height: 110px;
	background-repeat: repeat-x; 
	text-align: center; 
	vertical-align: center; 
	padding: 0px;
}

table.btnbg-pad
{
	width: 82px;
}

td.btns-e
{ 
	background-image: url(right.png);
	width: 15px;
	height: 110px;
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
	text-align: center; 
	vertical-align: center; 
	padding: 0px;
}

.btns-name
{
	font-family: arial,sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #707070 0px 2px 3px;
	padding-right: 20px;
}

.btns-name A:link {text-decoration: none;}
.btns-name A:visited {text-decoration: none;}
.btns-name A:active {text-decoration: none;}
.btns-name A:hover {text-decoration: none; color: #00a; text-shadow: #00a 0px 0px 3px;}

.btns td
{
	float: left;
	position: relative;
}

.btns em {
	background: url(../../../hoverbox/hover.png) no-repeat;
	width: 180px;
	height: 70px;
	position: absolute;
	top: -75px;
	left: -10px;
	text-align: left;
	padding: 8px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

.btns a {
	position: absolute;
	top: 15px;
	left: 0px;
}

.btns img {
	position: absolute;
	top: 15px;
	left: 0px;
}
