/* Tabella ebay */

.off { visibility: hidden;}

.tab-ebay {margin: 10px 0 0 0;}

.tab-ebay table
{
	font-size: 12px;
	width: 100%;
	
}

.tab-ebay caption
{
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px;
}

.tab-ebay th, .tab-ebay td
{
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 0.6em;
	/*vertical-align: 4px;*/
}

.tab-ebay th
{
	font-weight: bold;
}

.tab-ebay td img, .tab-ebay th img
{
	float: left;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	
}

.tab-ebay thead th, .tab-ebay tfoot th, .tab-ebay tfoot td
{
	font-size: 1em;
	background-image: url(/asset/img/sfondo_th.jpg);
	background-repeat: repeat-x;
}

.tab-ebay tbody th, .tab-ebay td { background-color: #fff; }

.tab-ebay tbody tr:hover td, .tab-ebay tbody tr:hover th { background-color: #ddd; }

.tab-ebay tr.odd td, .tab-ebay tr.odd th { background-color: #eee; }

.tab-ebay td.centra, .tab-ebay th.centra { text-align: center; }

.tab-ebay td.centra-rosso, .tab-ebay th.centra-rosso { text-align: center; color:red; font-weight:bold; }

.tab-ebay tr td h3 a { color: #0748A3; text-decoration: none; }

.tab-ebay tr td h3 a:hover { color: #F39B12; text-decoration: underline; }

.col-picture { width: 80px; }

.col-description { width: 400px; }

.col-details { width: 80px; }



