div.smartie-download table {
	border:			1px solid #666;
	background:		#FFF;
	border-spacing:	1px;
}

div.smartie-download table th {
	background:		#C0C0C0;	
	padding:		4px;
	color:			#333;
}

div.smartie-download table td {
	padding:		4px;	
}

div.smartie-download table td img.icon{
	border:				none;
	text-decoration:	none;
	float:				left;
	margin:			5px 5px 0 0;
}

div.smartie-download table tr.odd td {
	background:		#E0E0E0;
}

div.smartie-download table tr.even td {	
	background:		#FFF;
}

div.smartie-download-right {
	float:		right;
	margin:		0 0 10px 10px;
}

div.smartie-download-block {
	float:		none;
}

div.smartie-download-left {
	float:		left;
	margin:		0 10px 10px 0;
}
