
/* Product Panel
 *---------------------------------------------------------------------------*/

.ProductPage {
/*	margin: 0px;
	padding: 10px 20px 40px 20px;*/
}


/* ProductHeader Table
 *---------------------------------------------------------------------------*/

.ProductHeaderTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.ProductHeaderTable td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.ProductHeaderTable div.DownloadButton {
	clear: both;
	margin: 0px;
	padding: 0px;
	border: 0px;
}



/* CityScape Layout
 *---------------------------------------------------------------------------*/

#CityScapePageLayoutTable,
#CityScapePageLayoutTable tr,
#CityScapePageLayoutTable td {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 0px;
}

#CityScapePageLayoutTable td.Menu {
	width: 230px;
	vertical-align: top;
}

#CityScapePageLayoutTable td.Content {
	width: 570px;
}



/* Product Styles
 *---------------------------------------------------------------------------*/

div.Feature {
	margin: 0px 0px 24px 0px;
	text-align: justify;
}

div.Feature h1 {
	margin: 0px 0px 10px 0px;
	font-size: 20px;
}

div.FeatureSubSection {
	margin: 0px 0px 20px 0px;
}

div.FeatureSubSection h1 {
	margin: 0px 0px 10px 0px;
	background-image: url('../Images/Icons/TitleIcon.png');
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 16px;
	text-indent: 20px;
}

div.Feature > img {
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

div.FeatureOverview,
div.FeaturePoint {
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}

div.FeatureOverview p,
div.FeaturePoint p {
	padding: 0px 0px 0px 0px;
	line-height: 16px;
}

div.FeaturePoint span.Title {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	margin: 0px 0px -12px 0px;
}



div.QuoteBlock {
	margin: 5px 20px 5px 20px;
}

div.QuoteBlock p.Quotation {
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

div.QuoteBlock p.QuoteAuthor {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: right;
}



/* Role Styles
 *---------------------------------------------------------------------------*/

div.Role {
	margin: 0px 0px 20px 0px;
}

div.Role h1 {
	margin: 0px 0px 10px 0px;
	background-image: url('../Images/Icons/TitleIcon.png');
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 16px;
	text-indent: 20px;
}

div.RolePoint {
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}

div.RolePoint p {
	padding: 0px 20px 0px 0px;
	line-height: 16px;
}

div.RolePoint span.Title {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	margin: 0px 0px -12px 0px;
}



/* Feature Table
 *---------------------------------------------------------------------------*/

#FeatureTable {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 1px solid #666666;
	border-collapse: collapse;
	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

#FeatureTable th,
#FeatureTable td {
	border: 1px solid #666666;
	margin: 0px;
	padding: 2px 4px 2px 4px;
}

#FeatureTable th.FileType {
	width: 100px;
}

#FeatureTable th.FormatName {
	width: 220px;
}

#FeatureTable th.Compatibility {
	width: 150px;
}

#FeatureTable th {
	border: 1px solid #666666;
	background-color: #D1DBDF;
	text-align: center;
}

#FeatureTable td {
	border: 1px solid #666666;
	background-color: #F9F9F9;
}




/* System Requirements
 *---------------------------------------------------------------------------*/

div.SystemRequirements {
	margin: 0px 0px 24px 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

div.SystemRequirements h1 {
	margin: 0px 0px 10px 0px;
	background-image: url('../Images/Icons/TitleIcon.png');
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 16px;
	text-indent: 20px;
}

div.SystemRequirements table {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	border: 1px solid #666666;
	border-collapse: collapse;
}

div.RequirementsSection {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.RequirementsTable th,
.RequirementsTable td {
	margin: 0px !important;
	padding: 2px 4px 2px 4px !important;
	border: 1px solid #666666 !important;
}

.RequirementsTable th {
	background-color: #D1DBDF;
}

.RequirementsTable td {
	width: 150px;
	background-color: #F9F9F9;
}

.RequirementsTable td.Category {
	border: 1px solid #666666;
	background-color: #F2F2F2;
	font-weight: bold;
}

.RequirementsTable td.DoubleColumn {
	width: 300px;
}

.RequirementsTable td.TripleColumn {
	width: 200px;
}

#CompatibleGraphicsCardsTable td.Category {
	width: 300px;
}

#CompatibleGraphicsCardsTable td.Shader {
	width: 75px;
}

#CompatibleGraphicsCardsTable td.Tested {
	width: 75px;
}


/* Pricing
 *---------------------------------------------------------------------------*/

#PricingLayout {
	width: 550px;
}

#PricingLayout td.PricingInfo {
	vertical-align: top;
	width: 320px;
}

#PricingLayout td.BoxImage {
	text-align: right;
}




/* Registrar Page
 *----------------------------------------------------------------------------*/

div.DownloadPage {
	margin: 0px 10px 0px 10px;
} 
 
.DownloadPage h1 {
	color: black;
}

.DownloadPage p {
	font-size: 12px;
	color: black;
}

.DownloadPage p.InputCaption {
	font-weight: bold;
}

.DownloadPage span.RequiredFieldSymbol {
	vertical-align: sup;
	font-size: 12px;
	font-weight: normal;
	color: red;
}

.DownloadPage p.RequiredFieldsNotice {
	font-size: 10px;
	color: red;
}

.DownloadPage p.UserEmail {
	font-family: monospace;
	font-size: 14px;
	font-weight: bold;
	text-indent: 20px;
}



#RegistrarPanel {
	margin: 0px 0px 20px 30px;
} 

#RegistrarForm {
	width: 500px;
	margin: 0px;
	padding: 10px;
	border: 1px solid black;
	background-color: #F2F2F2;
}

#RegistrationFormTable {
	width: 480px;
	margin: 0px;
	padding: 0px;
}

#RegistrationFormTable td {
	margin: 0px;
	padding: 2px;
}

#RegistrationFormTable p {
	margin: 0px;
	padding: 0px;
}

#RegistrationFormTable input {
	margin: 0px;
}


#RegistrarInfoText {
	width: 500px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#RegistrarInfoText p {
	font-size: 12px;
}

.RegistrarInput {
	width: 300px;
}



/* Videos
 *---------------------------------------------------------------------------*/

#CityScapeVideo {
	width: 550px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#TenMinCityVideo {
	width: 500px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}



