/* SoluzioneSito Snc (www.soluzionesito.com) */
/* Davide Cattorini (davide@soluzionesito.com) */

#download table {
	width: 98%;
	margin: 0 auto;
	border-collapse: collapse;
}
#download th, #download td {
	height: 30px;
	margin: 0;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
}

/* GESTIONE COLONNE */

#download .col_icon {
	width: 10%;
	background-position: center center;
	background-repeat: no-repeat;
}
#download .col_name {
	/* auto */
}
#download .col_visible_from {
	width: 10%;
}
#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 {
	/* not visible */
}
#download .col_rem_dw {
	/* not visible */
}
#download .col_category {
	/* not visible */
}
#download .col_perma_dw {
	/* not visible */
}
#download .col_ext {
	/* not visible */
}
#download .col_weight {
	width: 10%;
}
#download .col_version {
	/* not visible */
}
#download .col_dw {
	width: 15%;
}
#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;
}

#download .row_A .col_ext, #download .row_B .col_ext {
	text-transform: uppercase;
}
