@charset "UTF-8";
/* CSS Document */

.download{
	overflow:hidden;
	height:100%;
	margin-bottom:20px;
}
.downloadDetail{
        margin:0pt 0pt 45px 0pt;
}

.download h3{
	margin-bottom:5px;
}

.downloadLeft{
	height:24px;
	width:12px;
	background-image:url(images/downloadLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	float: left;
	}
.downloadMiddle {
	height:24px;
	background-image:url(images/downloadBG.gif);
	background-repeat: repeat-x;
	float: left;
	vertical-align: middle;
	color: #000000;
	text-decoration: none;
	/*line-height: 2em;
	padding-left:.2em;*/
	padding-right:.2em;
	
}

.downloadMiddle a{
	color: #000000;
	text-decoration: none;
	
}
.downloadMiddle a:hover{
	color: #fff;
	text-decoration: none;
}
.downloadMiddle img{
	position: relative;
	padding-top: 3px;	
}

.downloadRight{
	height:24px;
	width:12px;
	background-image:url(images/downloadRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;

	}
	

