#table-model table {
	width: 100%;
	clear: both;
}

#table-model table td {
	background: url(../images/bg_table_cell.png) left top transparent;
	font-size: 11px;
	color: white;
	padding: 0 12px ;
	height: 19px;
}
#table-model table th {
	background: url(../images/bg_th.png) left top transparent;
	font-size: 12px;
	color: white;
	padding: 5px 12px 5px 12px;
	height: 19px;
	font-size: 14px;
	font-weight: normal;
}


#table-model .abig:link, #table-model .abig:visited {
	float: right;
	display: block;
	height: 28px;
	line-height: 28px;
	background: url(../images/bg_prod_details_link.png) left top transparent;
	font-size: 10px;
	font-weight: bold;
	padding: 0 13px;
	text-decoration: none;
	text-align: center;
}

