﻿#downloadLeft{ width: 70%; }
#downloadRight{ width: 25%; }
a#downloadButton
{
	display: block;
	text-align: center;
	color: #3f3f3f;
}
a#downloadButton img{ position: relative; }
a#downloadButton:hover
{
	text-decoration: none;
	color: #00a2ff;
}
a#downloadButton span
{
	font-family: Arial Black, Arial, Sans-Serif;
	display: block;
	margin-top: 1em;
	color: #0084e0;
}
ul.changeLogList
{ 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 

}
ul.changeLogList li{ margin-bottom: 2em;}
ul.changeLogList li ul{ margin-bottom: 1em; padding-left: 1em;  }
ul.changeLogList li li{ margin-bottom: 0.5em; }
.advertising{ margin-right: 30px; margin-top: 50px; }

.expandLink
{
	display: block; 
	height: 9px; 
	width: 9px; 
	background: url(../images/expand.gif) no-repeat center center;
	position: relative;
	left: -17px;
	top: 15px;
}
.collapse{ background-image: url(../images/collapse.gif); }
