/* SoluzioneSito Snc (www.soluzionesito.com) */
/* Davide Cattorini (davide@soluzionesito.com) */

#download table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
#download td, #download th {
	border: 2px solid #FFF;
	padding: 5px;
	margin: 0;
	background: #EFF3F6;
	text-align: center;
}

/* GESTIONE COLONNE */

#download .col_icon {
	width: 10%;
	background-position: center;
	background-repeat: no-repeat;
}
#download .col_name {
	/* auto */
}
#download .col_visible_from {
	/* not visible */
}
#download .col_visible_to {
	/* not visible */
}
#download .col_available_from {
	/* not visible */
}
#download .col_available_to {
	/* not visible */
}
#download .col_last_update {
	/* not visible */
}
#download .col_last_dw {
	/* not visible */
}
#download .col_max_dw {
	/* not visible */
}
#download .col_num_dw {
	width: 10%;
}
#download .col_rem_dw {
	/* not visible */
}
#download .col_category {
	/* not visible */
}
#download .col_perma_dw {
	/* not visible */
}
#download .col_ext {
	width: 10%;
}
#download .col_weight {
	width: 15%;
}
#download .col_version {
	/* not visible */
}
#download .col_dw {
	width: 10%;
	background: #D5DFE1;
}
#download .col_dw .btnPerformDownload {
	width: 16px;
	height: 16px;
	border: 0;
	padding: 0;
	margin: 0;
} 
#download .col_dw .btnPerformYes {
	cursor: pointer;
	cursor: hand;	
	background: url("images/frontend/download/layout/dw_004_si.gif") center center no-repeat;
}
#download .col_dw .btnPerformNo {
	background: url("images/frontend/download/layout/dw_004_no.gif") center center no-repeat;
}

/* PERSONALIZZAZIONI */

#download .row_A .col_ext, #download .row_B .col_ext {
	text-transform: uppercase;
}