/* CSS Document */



a.dl_downloadtrial{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	display: block;
	width: 280px;
	margin: 0px;
	margin-left: auto;
	height: 100px;
	padding: 0px;
	background-image: url(../images/main/dl_freetrial.gif);
}
a:hover.dl_downloadtrial{
	background-image: url(../images/main/dl_freetrial-over.gif);
}

a.dl_buyfiregr{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	display: block;
	width: 280px;
	margin: 0px;
	margin-left: auto;
	height: 100px;
	padding: 0px;
	background-image: url(../images/main/buy_firegr.gif);
}

a:hover.dl_buyfiregr{
	background-image: url(../images/main/buy_firegr-over.gif);
}

a.upgrade_firegr{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	display: block;
	width: 280px;
	margin: 0px;
	margin-left: auto;
	height: 100px;
	padding: 0px;
	background-image: url(../images/main/upgrade_firegr.gif);
}

a:hover.upgrade_firegr{
	background-image: url(../images/main/upgrade_firegr-over.gif);
}


a.purchase_organisation{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	display: block;
	width: 280px;
	margin: 0px;
	margin-left: auto;
	height: 140px;
	padding: 0px;
	background-image: url(../images/main/btn_organisation.gif);
}




a.dl_menu{ /* Container you can use to surround a CSS button to clear float */
	display: block;
	width: 260px;
	margin: 0;
	height: 70px;
	padding: 0;
	cursor: hand;
}

a.dl_menu .dl_title{
	float: left;
	display:block;
	width: 160px;
	position: relative;
	top: 0px;
	left: 14px;
	font-size:11px;
	line-height: 21px;
}
a.dl_menu:hover, a.dl_menu:visited{
	text-decoration: none;
	}

a.dl_menu img.ic{
	display:block;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
}

.dl_pdf_r {
	background-image: url(../images/main/ic_pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 20px;
	display:block;
	line-height: 21px;
}

.dl_pdf_r .mb{
	color: #999999;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
