﻿span.bold
{
	font-weight: bold;
}

#resultsContainer p
{
	margin-bottom: 15px;
}

.platform_info
{
	margin: 18px 18px 18px 18px;
}

div.table
{
	padding: 0px 2px 0px 2px;
}

table.file_results
{
	width: 100%;
	font-size: 10px;
}

table.file_results th
{
	background:  url("../../images/updateCenter/table_TH_BG.gif") repeat-x scroll center bottom #E8E8E8;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight: bold;
	padding: 6px 12px 6px 12px;
	white-space: nowrap;
}

table.file_results th.last
{
	border-right: medium none;
}

table.file_results th.DLdscrp
{
	width: 175px;
}

table.file_results td.indented
{
	padding: 0px 25px 10px 25px;
}

table.file_results td
{
	padding: 12px 12px 5px 12px;
	vertical-align: top;
}

table.file_results td.icon
{
	text-align: center;
}

table.file_results a.details
{
	cursor: pointer;
	font-weight: bold;
	background: transparent url( "../../images/updateCenter/dc_moreDet-plus.png" ) no-repeat left top;
	padding-left: 16px;
}

table.file_results a.details2
{
	cursor: pointer;
	font-weight: bold;
	background: transparent url( "../../images/updateCenter/dc_moreDet-minus.png" ) no-repeat left top;
	padding-left: 16px;
}

table.file_results div.more_details_bar
{
	background:  transparent url("../../images/updateCenter/dc_moreDet-bg.png") no-repeat left top;
	width: 725px;	/* 725 + 3 + 3 = 731 */
	height: 14px;
	padding: 3px 3px 0px 3px;
	margin-bottom: 20px;
	cursor: pointer;
}

table.file_results div.more_details_bar2
{
	background:  #fff url("../../images/updateCenter/dc_moreDet-bg2.png") no-repeat left top;
	width: 725px;	/* 725 + 3 + 3 = 731 */
	height: 14px;
	padding: 3px 3px 0px 3px;
	margin-bottom: 0px;
	cursor: pointer;
}

table.file_results div.file_information
{
	background-color: #fff;
	width: 699px;	/* 699 + 1 + 1 + 15 + 15 = 731 */
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 10px 15px;
	display: none;
	margin-bottom: 20px;
}

table.file_results div.file_information2
{
	background-color: #fff;
	width: 699px;	/* 699 + 1 + 1 + 15 + 15 = 731 */
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 10px 15px;
	display: block;
	margin-bottom: 20px;
}

#updateCenter table.file_results h3 /* Used in the more details area only */
{
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	margin-bottom: 5px;
}

table.file_results ul.black_bullet
{
	list-style-type: disc;
	padding-left: 15px;
}

table.file_results ul.black_bullet li
{
	margin-bottom: 3px;
}

body#updateCenter table.file_results ul.black_bullet a
{
	font-size: 10px;
}