/* da spostare in default: */

body.det-mpclub .club-info {
	border:1px solid #ccc;
	width:380px;
	float:left;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:10px;
	margin: 0px 10px 10px 0px;
}

body.det-mpclub .club-info p {
position:relative;
clear:both;
padding:10px 0 0 0;
border-top:1px dotted #ccc;
margin-top:10px;
line-height:14px;
}

body.det-mpclub .content {

}

body.det-mpclub .content p {
margin:0 0 10px 0px;
line-height:16px;
font-size:12px;
}

	/* TABELLE GENERALI*/
	
	
	table.default {
		width:100%;
		margin-bottom:20px;
		font-family: 'Ubuntu';
		border-collapse: separate;
		font-size: 12px;
		color: #666666;
		}
		
		


	table.default thead th {
		/* TH ARANCIONI DI TESTATA */
		padding:10px 15px;
		background: #ff9900; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,pd94bwwgdmvyc2lvbj0ims4wiia/pgo8c3znihhtbg5zpsjodhrwoi8vd3d3lnczlm9yzy8ymdawl3n2zyigd2lkdgg9ijewmcuiighlawdodd0imtawjsigdmlld0jved0imcawidegmsigchjlc2vydmvbc3bly3rsyxrpbz0ibm9uzsi+ciagpgxpbmvhckdyywrpzw50iglkpsjncmfklxvjz2ctz2vuzxjhdgvkiibncmfkawvudfvuaxrzpsj1c2vyu3bhy2vpblvzzsigede9ijaliib5mt0imcuiihgypsiwjsigeti9ijewmcuipgogicagphn0b3agb2zmc2v0psiwjsigc3rvcc1jb2xvcj0ii2zmotkwmcigc3rvcc1vcgfjaxr5psixii8+ciagica8c3rvccbvzmzzzxq9ijewmcuiihn0b3aty29sb3i9iinmmty1mjiiihn0b3atb3bhy2l0et0imsivpgogidwvbgluzwfyr3jhzgllbnq+ciagphjly3qged0imciget0imcigd2lkdgg9ijeiighlawdodd0imsigzmlsbd0idxjskcnncmfklxvjz2ctz2vuzxjhdgvkksiglz4kpc9zdmc+);
		background: -moz-linear-gradient(top,  #ff9900 0%, #f16522 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9900), color-stop(100%,#f16522)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ff9900 0%,#f16522 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ff9900 0%,#f16522 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ff9900 0%,#f16522 100%); /* IE10+ */
		background: linear-gradient(top,  #ff9900 0%,#f16522 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#f16522',GradientType=0 ); /* IE6-8 */
		color:#fff;
		font-family: 'Ubuntu';
	   font-weight: 500;
		font-size:13px;
		text-align:cemter;
		border-top: 2px solid #F16522;
	}
	
table.default thead th.first {
	border-left: 2px solid #F16522;
	-moz-border-radius:10px 0 0 0;
	-webkit-border-radius:10px 0 0 0;
	border-radius:10px 0 0 0;
	text-align:left;
	}

table.default thead th.last {
	border-right: 2px solid #F16522;
	-moz-border-radius:0 10px 0 0;
	-webkit-border-radius:0 10px 0 0;
	border-radius:0 10px 0 0;
	}

	
table.default tbody th {
	vertical-align:top;
	padding:15px;
	border:1px solid #CCCCCC;
	border-top: 0;
	font-family: 'Ubuntu';
	text-align:left;
	}
	
	
table.default td {
	vertical-align:top;
	padding:15px;
	border:1px solid #CCCCCC;
	border-top: 0;
	border-collapse:collapse;
	}
	
table.default tr > td,
table.default tbody tr > th {
	border-left:1px solid #fff;
	}

		
table.default tr > td:first-child ,
table.default tbody tr > th:first-child {
    border-left: 1px solid #CCCCCC;
}


table.default tbody tr.heading th {
	background:#F0F0F0;
	border-bottom: 1px solid #888;
	color:#000;
}



table.default td.highlight,
table.default tr.highlight td {
	background:#F2FAFF;
}

table.default td.medium {
    font-family: 'Ubuntu';
    font-weight: 500;
	font-size: 14px;
	color:#000;
}

table.default td.light {
    color: #666666;
}
table.default tbody td.title {
    color: #000000;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
}


table.default .kind {
    color: #666666;
    font-size: 11px;
}



/* TAB CON LE SPECIFICHE DEL PRODOTTO - TABELLE STANDARD GRIGIE */


	table.standard {
		width:100%;
		margin-bottom:20px;
		}
	table.standard th {
		background:#CCCCCC;
		text-transform:uppercase;
		font-family: 'Ubuntu';
		font-weight: 500;
		font-size:16px;
		color:#333;
		padding:8px 20px;
		text-align:left;
		}
	table.standard td {
		padding:8px 20px;
		font-family: 'Ubuntu';
   		font-weight: 400;
		font-size:14px;
		color:#333;
		border-bottom:1px solid #CCC;
		}
	table.standard td.label {
		width:300px;
		}
	table.standard td.detail {
		color:#005FAC;
		}
	table.standard tr:last-child td {
		border-bottom:0;
		}