

.download {
	background:  #fff none no-repeat 5px 10px;
	border-bottom: 1px solid #333;
	overflow: hidden;
	padding: 10px 0 40px 145px;
	*zoom: 1; 
}

.firstDownload {
	border-top: 1px solid #333;
}

.expandedDownload {
	border: 0 none;
}


.download .name {
	float: left;
	font: bold 18px arial,helvetica,sans-serif;
}



.download ul.releaseInfo {
	color: #999;
	float: right;
	padding: 5px 0 0 !important;
	white-space: nowrap;
}

.download ul.releaseInfo li {
	display: inline;
	font-size: 10px !important;
	list-style: none outside none !important;
	margin: 0 !important;
	padding: 0 5px;
}

.download ul.releaseInfo li.version {
	border-right: 1px solid #555;
}


.download .brief {
	clear: both;
}


.download .gogo {
	float: right;
	font: normal 12px "Helvetica Neue",Arial,sans-serif;
	width: 300px;
}

.download .gogo .supportedInfo {
	font-weight: bold;
	padding: 4px 0 0;
	text-align: center;
}

.download .gogo .unsupportedInfo {
	font-size: 10px;
	padding: 4px 0 0;
	text-align: center;
}


.download .info {
	clear: both;
	margin-left: -145px;
	padding-top: 20px;
}

.download .infoTitle {
	font-size: 16px;
	font-style: italic;
	margin: 0 0 8px;
}

.download .infoSection {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 3px solid #333;
	display: block;
	margin: 0 0 20px;
}

.download .infoSection p {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*background: #ddd;*/
	background: transparent url(../_images/beacon/bg.png) repeat 0 0;
	/*_background: transparent none;*/
	/*_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/beacon/bg.png');*/
	margin-left: 30px;
	overflow: hidden;
	padding: 15px;
	width: 290px;
}

.blackButton {
	/* putting color and text-decoration on the a tag or things get weird */
	color: #fff !important;
	display: block;
	font: bold 18px "Helvetica Neue",Arial,sans-serif;
	height: 50px;
	letter-spacing: 1px;
	line-height: 50px;
	max-width: 595px;
	padding-right: 5px;
	text-align: center;
	text-decoration: none !important;
}

.blackButton span {
	background: transparent url(../_images/blackButton.png) no-repeat 0 0;
	display: block;
}

.blackButton .leftEdge {
	padding-left: 5px;
}

.blackButton:hover .leftEdge {
	background-position: 0 -50px;
}

.blackButton:active .leftEdge {
	background-position: 0 -100px;
}

.blackButton .rightEdge {
	background-position: right 0;
	margin-right: -5px;
}

.blackButton:hover .rightEdge {
	background-position: right -50px;
}

.blackButton:active .rightEdge {
	background-position: right -100px;
}




#beaconDownload {
	background-image: url(../_images/icons/beaconIcon.png);
}

#beaconIconSection {
	background: transparent url(../_images/beacon/icons.jpg) no-repeat;
	height: 245px;
}

#beaconInboxSection {
	background: transparent url(../_images/beacon/inbox.jpg) no-repeat;
	height: 170px;
	padding-top: 30px;
}

#beaconSnapGuardSection {
	background: transparent url(../_images/beacon/snapguard.jpg) no-repeat;
	height: 195px;
	padding-top: 30px;
}

#chromeDownload {
	background-image: url(../_images/icons/chromeIcon.jpg);
}

#firefoxDownload {
	background-image: url(../_images/icons/firefoxIcon.jpg);
}

#ieDownload {
	background-image: url(../_images/icons/ieIcon.jpg);
}

#safariDownload {
	background-image: url(../_images/icons/safariIcon.jpg);
}
