/* CSS Document */

.touts{
	height: 500px;
	overflow: hidden;
}
.touts td {
	vertical-align:top;
}

a.mattbtn span {
	display: none;
}

a.mattbtn {
	display: block;
	float: left;
	width:48px;
	height:12px;
	margin-right: 6px;
	background: url(../../media/custom_fitting/btn_matt.gif) left top no-repeat;
}
a.mattbtn:hover {
	width:48px;
	height:12px;
	background: url(../../media/custom_fitting/btn_matt.gif) left -12px no-repeat;
}

