/*---------------- downloads styles	-------------------*/	
.download
	{
	padding:0px 0px 15px 0px;
	}
	
.download ul li a span.hilite,.download ul li a span.hilite1
	{
	background:#339900;
	height:auto;
	position:relative;
	width:auto;
	}
	
html>body .download
	{
	display:table;
	}
	
	
.download ul
	{
	margin:0px;
	padding:3px 0px 0px 0px;
	
	float:left;
	}
	
.download ul li
	{
	list-style:none;
	float:left;
	clear: both;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	
	}
	
.download ul li a
	{
	text-decoration:none;
	float:left !important;
	position:relative;
	width:280px;
	color:#000;
	height:38px;
	line-height:38px;
	font-size:12px;
	font-family:Lucida Grande;
	padding:0px 60px 0px 18px;
	margin:0px;
	outline:none;
	background:url(../../_images/download-left-bg.png) left no-repeat;
	
	}
	
	
.download ul li a span
	{
	float: left;
	width:35px;
	height:38px;
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	background:url(../../_images/download-right-bg.png) right no-repeat;
	}
	
.download ul li a span img
	{
	float:left;
	border:none;
	position:relative;
	top:12px;
	left:11px;
	}