/* IE6 tweaks */

body 
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

#branding h1 {
	height: 1em;
	filter: Shadow(Color=#333333, Direction=145, Strength=1);
}

#nav li 
{
	padding: 0px 0px 0px 15px;
	margin-top: -3px;
}

#nav li.done {
	background: no-repeat url(../img/bulletCheck.png) 0px 6px;
}

#nav li.warning {
	background: no-repeat url(../img/bulletWarning.png) 0px 6px;
}

#nav li.selected {
	background: no-repeat url(../img/bulletArrow.png) 2px 7px;
}

#locBtnQuit, #locBtnBack, #locBtnNext {
	font-size: 12px;
	height: 22px;
}

#selectAll {
	font-size: 11px;
}

.scrollport ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.scrollport ul ul {
	margin-top: 0;
}

.scrollport ul ul li {
	list-style: square;
}

#langSelector select {
	font-size: 11px;
}

#installOptionsTotals p {
	margin: 3px 2px 2px 5px;
}

#installPathBtn {
	font-size: 11px;
}

#installDisc dt {
	font-weight: bold;
}

#installDisc label {
	font-weight: bold;
}

iframe.scrollport {
	overflow: visible;
}

#content .componentSize {
	margin-top: -15px;
}

/* Personalization */
#serialRadio 
{
	margin-left: 0px;
	margin-bottom: -2px;
	text-align: right;
}

#trialRadio 
{
	margin-left: 0px;
	margin-bottom: -2px;
	text-align: right;
}

#personalization input {
	width: 20px;
	margin-right: 3px;
}

#locPerSerial input {
	width: 43px;
}

#personalization .radioLabel 
{
	direction:rtl;
	margin-left: 0px;
}

/* Uninstaller bug fixes */

#modeList {
	margin-top: 10px;
}
#uninstallAdd dl{
	margin-top: 10px;
}
#uninstallRepair dl{
	margin-top: 10px;
}

#content .uninstallSize {
	position: relative;
	top: -170px;
	left: 370px;
}

#contentwrap .multirow .row {
	width: 518px;
	height: 46px;
}

#contentwrap .multirow a {
	height: 46px;
}

#contentwrap #installList
{
	height: 107px;
}

#contentwrap #repairList
{
	height: 65px;
	top: 168px;
}

#contentwrap .scrollList input {
	margin-bottom: -2px
}

#contentwrap .multirow .spaceRequired {
	margin-left: 3px;
}

#contentwrap .multirow .selected .title {
	margin-top: 3px;
}
