/*---------------- downloads styles	-------------------*/	
.download
	{
	padding-bottom:15px;
	}
	
.download ul li a span.hilite,.download ul li a span.hilite1
	{
	background:#339900;
	height:auto;
	position:relative;
	width:auto;
	}
	
*html .download
	{
	display:inline-block;
	}
	
.download ul
	{
	margin:0px;
	padding:3px 0px 0px 0px;
	width:400px;
	float:left;
	}
	
* html .download ul
	{
	padding-left:4px;
	}
	
.download ul li
	{
	list-style:none;
	float:left;
	height:38px;
	overflow:hidden;
	margin:0px 0px 1px 0px;
	padding:0px;
	width:410px;
	}
	
.download ul li a
	{
	width:410px;
	text-decoration:none;
	float:left !important;
	color:#000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	outline:none;
	}
	
.download ul li a:hover
	{
	text-decoration:underline;
	}	
	
.download ul li a span
	{
	width:35px;
	height:38px;
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	}
	
.download ul li a span img
	{
	float:left;
	border:none;
	position:relative;
	top:12px;
	left:11px;
	}