<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Content Page Specific CSS */



/* Header Style Overrides */
h2.silverBar,
h3.silverBar,
h4.silverBar{
	color:#000;
	background-image:url(/content/includes/redesign2010/images/redesign10/bg_silverbar_2009.gif);
	background-repeat:repeat-x;
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	font-size:12px;
	font-weight:bold;
	height:21px;
	/*margin-top:20px;*/
	padding-left:10px;
	padding-top:5px;
	text-transform:capitalize;
	width:auto;
}

h2.greenText,
h3.greenText,
h4.greenText{
	font-size:13px;
	color:#76b900;
	font-weight:bold;
	background:none;
	border:0;
	padding:0;
}

h2.none,
h3.none,
h4.none{
	color:inherit;
	background:none;
	border:0;
	padding:0;
	margin:0;
	font-size:13px;
	font-weight:normal;
	text-transform:none;
	text-decoration:none;
}



.navBarHomePage{
background:#000 !important;
}

#mainContent{
padding:0 15px;
width:950px;
position:relative;
}
#mainContent.fullWidth{ /* for full width no rightContent designs */
width:940px;
padding: 0 20px;
}
.fullBodyWidth{ /* for full width no margins/padding */
width:980px !important;
padding:0 !important;
margin:0 !important;
}

#rightContent.fullWidth{ /* for full width designs */
width:940px !important;
padding:5px !important;
margin: 0 !important;
}

#footer{
height:100px;
top:0px !important;
border-top:2px solid #76b900;
}
#preFooter{
top:0px !important;
width:940px;
margin:0 auto;
min-height:110px;
border-top:2px solid #76b900;
background:url('/content/includes/redesign2010/images/redesign10/bg_gradient_prefooter.gif') repeat-x;
}
#footer p{
padding-bottom:20px;
}



/* Right Content Specifics */
#rightContent ul li{
list-style:disc outside;
}
#rightContent ul.none li{
list-style:none outside;
}
#rightContent ul.disc li{
list-style:disc outside;
}
#rightContent ul.circle li{
list-style:circle outside;
}
#rightContent ul.square li,
#rightContent ul.greenArrow ul.square li{
list-style:square outside;
}
#rightContent ul.greenArrow li{
list-style:square outside url("/content/includes/redesign2010/images/redesign10/ui-elements/ul-greenarrow.png");
}
#rightContent h2{
/*margin-top:20px;*/
}
#rightContent h3{
clear:left;
/*height:auto;*/
}
#rightContent h4{
line-height:16px;
}
#rightContent h4.black{
color:#000;
}
#rightContent h5{
color:#000;
font-size:13px;
font-weight:bold;
margin-top:10px;
}
#rightContent p{
margin: 0 0 10px 0;
}
#rightContent a img{
border:0;
text-decoration:none !important;
}
#rightContent h2,
/*#rightContent h3,*/
#rightContent h4{
margin:5px auto;
}

table.suptable {
border-collapse:separate;
border-spacing:1px;
margin-top:10px;
}
tr.dark {
background-color:#434242;
color:#76B900;
font-size:12px;
font-weight:bold;
text-align:center;
}
tr.middle {
background-color:#CCCCCC;
font-size:12px;
font-weight:bold;
text-align:center;
}
tr.light {
background-color:#E9E9E9;
font-size:12px;
text-align:center;
vertical-align:top;
}
.suptable tr td {
border-collapse:separate;
padding:5px;
border-spacing:1px;
}


/* Green Bar */
#greenBar{
float:left;
background:url(../images/redesign10/bg_green_bar_revised.gif) repeat-x;
width:980px;
height:49px;
}
#greenBarTitle{
float:left;
width:340px;
margin:10px 20px;
}
#greenBarTitle h2{
background:none;
border:0;
color:#fff;
font-size:22px;
font-weight:bold;
padding:3px 0;
margin:0;
text-transform:capitalize;
text-shadow:#3C5900 0 0 2px;
}
#greenBarTabs{
float:right;
width:580px;
height:49px;
margin-right:10px;
}
#greenBarTabs ul{
text-align:right;
}
#greenBarTabs li{
display:inline;
width:auto;
height:49px;
}
#greenBarTabs a{
text-decoration:none;
}

/* Breadcrumbs */
#breadCrumbs{
float:left;
position:relative;
padding:5px 5px 3px;
font-size:11px;
color:#999;
width:750px;
height:20px;
}
#breadCrumbs .trail{
float:left;
}
#breadCrumbs .separator{
float:left;
width:15px;
text-align:center;
}
#breadCrumbs .selected{
color:#76b900;
}

/* Buckets */
#leftBuckets{
float:left;
width:230px;
margin-bottom:30px;
}
#leftBuckets h2{
margin-top:0;
}
#leftBuckets .bucket{
padding:4px
}
#leftBuckets .bucket .bucketHeader{
background:url(../images/redesign10/sidebar_header.gif) no-repeat;
text-transform:capitalize;
font-weight:bold;
font-size:12px;
padding-left:10px;
}
#leftBuckets .bucket .bucketContent{
background-color:#f0f0f0;
background-image:url(../images/redesign10/bg_gradient_leftnav.gif);
background-position:bottom;
background-repeat:repeat-x;
width:202px;
padding:5px 10px 20px 10px;
}
#leftBuckets .bucketContentNoLink p{
font-size:12px !important;
line-height:18px !important;
color:#000 !important;
}
#leftBuckets .bucketContent li{
font-size:13px;
list-style:none;
line-height:20px;
}
#leftBuckets .selected{
color:#76b900;
text-decoration:underline;
}
#leftBuckets .bucketContent p{
font-size:11px;
line-height:14px;
color:#999;
margin-top:0;
}
#leftBuckets .bucketContent p a{
text-decoration:underline;
}
#leftBuckets .bucketContent .imgLeftAlign{
position:relative;
left:-10px;
}

/* Right Content (our real main content */
#rightContent{
float:left;
margin:4px 0 20px 15px;
width:700px;
}
#rightContent ul{
margin-left:20px;
list-style-position:inside;
}
#rightContent hr{
border:1px solid #ccc;
background-color:#ccc;
height:1px;
}



/* Tabbed content, like product details etc. */
.createTabbedContent{} /* No styles, we replace this if JS is available */
.tabbedContent{
/*border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;*/
border:1px solid #ccc;
}
.tabbedContent h3{
float:left;
position:relative;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;
border-right:0;
height:20px;
background:url(../images/redesign10/tab_background.png) repeat-x;
text-align:center;
font-size:12px;
padding-left:0;
padding-top:5px;
text-transform:capitalize;
font-weight:bold;
color:#000;
margin:0 !important;
clear:none !important; /* prevent override in #rightContent h3 */
}
.tabbedContent h3:hover{
cursor:pointer;
}
.tabbedContent .tab{
clear:both;
display:none;
padding:5px;
}
.tabbedContent .selected{
background:#fff;
border-bottom:0;
color:#76b900;
}



/* Overlay Specifics */
#videoOverlayBox,
#popupOverlayBox{
display:none;
background-color:#ccc;
width:100%;
height:100%;
position:fixed !important;
position:absolute; /* ie6 fix */
z-index:1000;
left:0;
top:0;
}
#videoOuter,
#popupOuter{
display:none;
height:1px;
width:100%;
top:50%;
left:0;
overflow:visible;
position:absolute;
z-index:1001;
}
#videoInner table,
#popupOuter table{
border:0;
}
#videoInner .corner,
#popupOuter .corner{
width:20px;
height:20px;
}
#videoInner div,
#popupOuter div{
float:left;
}
#videoInner .horizontal,
#popupOuter .horizontal{
height:20px;
}
#videoInner .vertical,
#popupOuter .vertical{
width:20px;
}
#videoInner .tl,
#popupInner .tl{
background:url('content/includes/redesign2010/images/redesign10/vpop-tl.png') no-repeat;
}
#videoInner .tr,
#popupInner .tr{
background:url('content/includes/redesign2010/images/redesign10/vpop-tr.png') no-repeat;
}
#videoInner .bl,
#popupInner .bl{
background:url('content/includes/redesign2010/images/redesign10/vpop-bl.png') no-repeat;
}
#videoInner .br,
#popupInner .br{
background:url('content/includes/redesign2010/images/redesign10/vpop-br.png') no-repeat;
}
#videoInner .top,
#popupInner .top{
width:auto;
background:url('content/includes/redesign2010/images/redesign10/vpop-top.png') repeat-x;
}
#videoInner .bottom,
#popupInner .bottom{
width:auto;
background:url('content/includes/redesign2010/images/redesign10/vpop-bottom.png') repeat-x;
}
#videoInner .left,
#popupInner .left{
height:auto;
background:url('content/includes/redesign2010/images/redesign10/vpop-left.png') repeat-y;
}
#videoInner .right,
#popupInner .right{
height:auto;
background:url('content/includes/redesign2010/images/redesign10/vpop-right.png') repeat-y;
}
#videoContent,
#popupContent{
background-color:#fff;
padding:40px;
}
#popupContentInner{
/*min-width:640px;
min-height:360px;*/
}

#popupContent .closeButton{
display:block;
position:absolute;
top:25px;
right:30px;
cursor:pointer;
}

/* Video Popups */
#videoInner{
position:fixed !important;
position:absolute;
height:360px;
width:640px;
top:50%;
left:50%;
margin-top:-180px;
margin-left:-320px;
}



/* Data Popups */
#popupInner{
position:fixed !important;
position:absolute;
top:50%;
left:50%;
min-height:80px;
min-width:88px;
margin-top:-40px;
margin-left:-44px;
}
.nvPopup{
display:none;
}





/* Share Widget (AddThis) */
.shareholder {
width: 100px;
position: relative;
float:right;
}
.sharetext{
font-size:11px;
cursor: pointer;
}
#shareoverlayer{
position: absolute;
width: 260px;
left: -200px;
font-family: NVIDIA,Arial,Helvetica,Sans-Serif;
font-size: 11px;
background-color: #FFFFFF;
display:none;
padding-left:40px;
height:20px;
} 


/* Share Widget (New) */
#shareWidget{
	position:absolute;
	left:600px;
	top:0;
	width:360px;
	padding:5px 5px 3px;
}
#shareWidget .shareOverlay p{
	font-size:11px;
}
#shareWidget .shareInner p{
	font-size:11px;
	cursor:pointer;
}
#shareWidget .shareInner{
	float:right;
}
#shareWidget .shareOverlay{
	display:none;
	float:right;
	background:url("/content/includes/redesign2010/images/redesign10/share-widget-bg.png") repeat-y scroll 0 0 transparent;
	padding-left:65px;
}
#shareWidget .shareOverlay a{
float:right;margin-left:3px;
}
#shareOpen,
#shareClose{
	cursor:pointer;
}




/* Product Detail Pages */
#productDetailHeader{
width:940px;
height:430px;
background:url(/content/includes/redesign2010/images/redesign10/productdetail_background.jpg) no-repeat;
}
.productShot{
float:left;
padding:40px 0 0 0;
}
#productDetailHeader #productDescription{
float:left;
width:350px;
}
#productDetailHeader .productShot #productZoom{
position:relative;
top:-50px;
left:420px;
display:none; /* if js is enabled it will be visible */
}
#productDescription h1{
margin-top:80px;
font-size:24px;
width:auto;
border:0;
margin-bottom:0;
}
#productDescription p{
margin-top:5px;
color:#ccc;
line-height:14px;
}
#productZoom a{
color:#aaa;
font-size:12px;
text-decoration:none;
}
#productDetailGallery{
display:none;
float:left;
position:relative;
top:0;
left:0;
background:url(/content/includes/redesign2010/images/redesign10/transparency_60percent.png) repeat;
width:940px;
height:430px;
}
#productDetailGallery #galleryThumbs{
float:left;
padding:20px 0 0 20px;
width:120px;
overflow:hidden;
height:410px;
}
#productDetailGallery #galleryThumbs .productThumb{
display:block;
width:100px;
height:63px;
}
#productDetailGallery #galleryThumbs .loaderImg{
display:block;
width:100px;
height:63px;
background:url(/content/includes/redesign2010/images/redesign10/loader_dark.gif) no-repeat center center;
}
#productDetailGallery #galleryThumbs img{
display:block;
margin:30px 10px;
width:100px;
height:63px;
cursor:pointer;
padding:1px;
}
#productDetailGallery #galleryThumbs .selected{
padding:0;
border:1px solid #76b900;
}
#productDetailGallery #galleryThumbList{
position:relative;
top:0;
}
#productDetailGallery .zoomed{
position:relative;
left:100px;
}
#productDetailGallery #galleryClose{
position:absolute;
top:10px;
left:900px;
}
#productDetailContent{
width:940px;
margin-top:20px;
}
#productDetailContent .tab{
padding:20px;
}
#productDetailContent p{
font-size:14px;
line-height:18px;
}
#productDetailContent .feature{
float:left;
}
#productDetailContent .feature p{
float:left;
width:680px;
}
#productDetailContent .feature img{
float:left;
margin-left:20px;
width:180px;
}
#productDetailContent sup{
font-size:10px;
}
#productDetailContent .productSpec{
width:600px;
}
#productDetailContent .productSpec table{
width:600px;
border:0;
}
#productDetailContent .productSpec td{
padding:5px;
}
#productDetailContent .productSpec .rowTitle{
background-color:#e9e9e9;
width:250px;
font-weight:bold;
}






/* Fat Tabs */
.fatTabs{}
div.fatTabs{
	margin:0 !important;
}
.fatTabs .tabBar{
	width:100%;
	height:39px;
}
.fatTabs .tabBar .tabs h2,
.fatTabs .tabBar .tabs h3,
.fatTabs .tabBar .tabs h4{
	font-size:14px !important;
	color:#000 !important;
	font-weight:normal !important;
	text-align:center !important;
	border-bottom:0 !important;
	margin:0 !important;
	padding-top:10px !important;
	text-transform:none !important;
	height:30px !important;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.fatTabs .tabBar .tabs h2.locked,
.fatTabs .tabBar .tabs h3.locked,
.fatTabs .tabBar .tabs h4.locked{
	color:#aaa !important;
}
.fatTabs .tabBar .tabs{
	float:left;
	width:160px;
	height:39px;
	background:url('/content/includes/redesign2010/images/redesign10/fattabs/fattab-inactive.png') repeat-x;
	cursor:pointer;
	margin:0 !important;
 
}
.fatTabs .tabBar .border{
	border-left:1px solid #fff;
	border-right:1px solid #bebdbd;
	border-top:1px solid #fff;
}
.fatTabs .tabBar .tabs.active{
	width:auto;
	background:url('/content/includes/redesign2010/images/redesign10/fattabs/fattab-active.png') repeat-x !important;
}
.fatTabs .tabContent div.fatTabContent{
	display:none;
}


.fatTabs .tabContent div.fatTabContent{
	padding:20px 30px;
}






/* Form Processor */
.formMessages{
display:block;
margin-top:10px;
background-color:#eee; 
padding:10px; 
border:1px solid #76b900;
text-align:center;
}
#nvidiaDriverNotification-formMessages{
	clear:both;
}





/* 960 Grid */

/*
	960 Grid System ~ Core CSS.
	Learn more ~ https://960.gs/

	Licensed under GPL and MIT.
*/

body {
	min-width: 960px;
}

/* `Grid &gt;&gt; Global
----------------------------------------------------------------------------------------------------*/
.columns_1,
.columns_2,
.columns_3,
.columns_4,
.columns_5,
.columns_6,
.columns_7,
.columns_8,
.columns_9,
.columns_10,
.columns_11,
.columns_12,
.columns_13,
.columns_14,
.columns_15,
.columns_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.left_1, .right_1,
.left_2, .right_2,
.left_3, .right_3,
.left_4, .right_4,
.left_5, .right_5,
.left_6, .right_6,
.left_7, .right_7,
.left_8, .right_8,
.left_9, .right_9,
.left_10, .right_10,
.left_11, .right_11,
.left_12, .right_12,
.left_13, .right_13,
.left_14, .right_14,
.left_15, .right_15 {
	position: relative;
}

#rightContent .columns_4 {
	width: 220px;
}

#rightContent .columns_8 {
	width: 460px;
}

#rightContent .columns_12 {
	width: 700px;
}

#rightContent .columns_16 {
	width: 940px;
}

/* `Grid &gt;&gt; Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha,
.firstItem {
	margin-left: 0;
}

.omega,
.lastItem {
	margin-right: 0;
}


/* `Grid &gt;&gt; 16 Columns
----------------------------------------------------------------------------------------------------*/
#rightContent .columns_1 {
	width: 40px;
}

#rightContent .columns_2 {
	width: 100px;
}

#rightContent .columns_3 {
	width: 160px;
}

#rightContent .columns_5 {
	width: 280px;
}

#rightContent .columns_6 {
	width: 340px;
}

#rightContent .columns_7 {
	width: 400px;
}

#rightContent .columns_9 {
	width: 520px;
}

#rightContent .columns_10 {
	width: 580px;
}

#rightContent .columns_11 {
	width: 640px;
}

#rightContent .columns_13 {
	width: 760px;
}

#rightContent .columns_14 {
	width: 820px;
}

#rightContent .columns_15 {
	width: 880px;
}

/* `Prefix Extra Space &gt;&gt; Global
----------------------------------------------------------------------------------------------------*/
#rightContent .prefix_4 {
	padding-left: 240px;
}

#rightContent .prefix_8 {
	padding-left: 480px;
}

#rightContent .prefix_12 {
	padding-left: 720px;
}


/* `Prefix Extra Space &gt;&gt; 16 Columns
----------------------------------------------------------------------------------------------------*/
#rightContent .prefix_1 {
	padding-left: 60px;
}

#rightContent .prefix_2 {
	padding-left: 120px;
}

#rightContent .prefix_3 {
	padding-left: 180px;
}

#rightContent .prefix_5 {
	padding-left: 300px;
}

#rightContent .prefix_6 {
	padding-left: 360px;
}

#rightContent .prefix_7 {
	padding-left: 420px;
}

#rightContent .prefix_9 {
	padding-left: 540px;
}

#rightContent .prefix_10 {
	padding-left: 600px;
}

#rightContent .prefix_11 {
	padding-left: 660px;
}

#rightContent .prefix_13 {
	padding-left: 780px;
}

#rightContent .prefix_14 {
	padding-left: 840px;
}

#rightContent .prefix_15 {
	padding-left: 900px;
}

/* `Suffix Extra Space &gt;&gt; Global
----------------------------------------------------------------------------------------------------*/
#rightContent .suffix_4 {
	padding-right: 240px;
}

#rightContent .suffix_8 {
	padding-right: 480px;
}

#rightContent .suffix_12 {
	padding-right: 720px;
}



/* `Suffix Extra Space &gt;&gt; 16 Columns
----------------------------------------------------------------------------------------------------*/
#rightContent .suffix_1 {
	padding-right: 60px;
}

#rightContent .suffix_2 {
	padding-right: 120px;
}

#rightContent .suffix_3 {
	padding-right: 180px;
}

#rightContent .suffix_5 {
	padding-right: 300px;
}

#rightContent .suffix_6 {
	padding-right: 360px;
}

#rightContent .suffix_7 {
	padding-right: 420px;
}

#rightContent .suffix_9 {
	padding-right: 540px;
}

#rightContent .suffix_10 {
	padding-right: 600px;
}

#rightContent .suffix_11 {
	padding-right: 660px;
}

#rightContent .suffix_13 {
	padding-right: 780px;
}

#rightContent .suffix_14 {
	padding-right: 840px;
}

#rightContent .suffix_15 {
	padding-right: 900px;
}

/* `Push Space &gt;&gt; Global
----------------------------------------------------------------------------------------------------*/
#rightContent .left_4 {
	left: 240px;
}

#rightContent .left_8 {
	left: 480px;
}

#rightContent .left_12 {
	left: 720px;
}


/* `Push Space &gt;&gt; 16 Columns
----------------------------------------------------------------------------------------------------*/
#rightContent .left_1 {
	left: 60px;
}

#rightContent .left_2 {
	left: 120px;
}

#rightContent .left_3 {
	left: 180px;
}

#rightContent .left_5 {
	left: 300px;
}

#rightContent .left_6 {
	left: 360px;
}

#rightContent .left_7 {
	left: 420px;
}

#rightContent .left_9 {
	left: 540px;
}

#rightContent .left_10 {
	left: 600px;
}

#rightContent .left_11 {
	left: 660px;
}

#rightContent .left_13 {
	left: 780px;
}

#rightContent .left_14 {
	left: 840px;
}

#rightContent .left_15 {
	left: 900px;
}

/* `Pull Space &gt;&gt; Global
----------------------------------------------------------------------------------------------------*/
#rightContent .right_4 {
	left: -240px;
}

#rightContent .right_8 {
	left: -480px;
}

#rightContent .right_12 {
	left: -720px;
}


/* `Pull Space &gt;&gt; 16 Columns
----------------------------------------------------------------------------------------------------*/

#rightContent .right_1 {
	left: -60px;
}

#rightContent .right_2 {
	left: -120px;
}

#rightContent .right_3 {
	left: -180px;
}

#rightContent .right_5 {
	left: -300px;
}

#rightContent .right_6 {
	left: -360px;
}

#rightContent .right_7 {
	left: -420px;
}

#rightContent .right_9 {
	left: -540px;
}

#rightContent .right_10 {
	left: -600px;
}

#rightContent .right_11 {
	left: -660px;
}

#rightContent .right_13 {
	left: -780px;
}

#rightContent .right_14 {
	left: -840px;
}

#rightContent .right_15 {
	left: -900px;
}

#mainContent .clearColumns{clear:both;margin-left:0 !important;height:0;line-height:0;}</pre></body></html>