@import url(common.css);
@import url(style.css);

/*****************************************
 * Global settings
 ****************************************/

* {
	margin:0;
	padding:0;
}

body {
	background:#e1e1e1;
	font-family:  Arial, Helvetica, sans-serif;
    font-size: 11px;
	color:#232323;
}

#adsk91-page {
	margin:0 auto;
	width:960px;
}

/*****************************************
 * Container settings
 ****************************************/

#adsk91-container {
	background-color: #ffffff;
	/* removed in 9.1 background-image: url(http://www.autodesk.com/siebelimages/leftsash.gif);
	background-repeat: repeat-y; */
    height: 100%;
	min-height: 100%;
	padding:0 18px 0 18px;
	width: 924px;
}

/* change from h1 to h2 for prototype 11-22-06 */
#adsk91-container h2 {
    color: #000000;
    font-size: 14px;
	font-weight: bold;
    line-height: 17px;
    margin-top: 0px;
    margin-bottom: 11px;
    margin-left: -1px;
}

#adsk91-content {
    border-collapse: collapse;
	height:320px;
    margin-bottom: 30px;  /* 9.1 changed from 100px to 30px */
    table-layout: fixed;
    width: 924px;     
}

#adsk91-content .ccmodule {
    width: 204px;  
	padding-right:12px;   
}

#adsk91-content .ccmoduleLast {
	width: 204px; 
	padding-right:0px;   
}


#adsk91-leftsash,
#adsk91-maincontent,
#adsk91-rightsash,
#adsk91-sigimage {
    margin-top: 0;
    padding-top: 0;
    vertical-align: top;
}
#adsk91-maincontent {
    /* 2px needed to match 7.3.3 in about us prototype page */
    padding-left: 2px;
}
#adsk91-sigimage img {
    /* 2px needed to match 7.3.3 in about us prototype page */
    padding-left: 2px;
}

/*Global layout objects & elements
-------------------------------------------*/
div.container	{
	padding:18px;
}

/*Global classes
-------------------------------------------*/
.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.menu {
	list-style:none;
}

.menu li	{
	display:inline;
	float:left;
}

.menu li.last {
	padding-right:0 !important;
} 

.block	{
	display:block;
}

.inline	{
	display:inline;
}

.clear {
	clear:both;
}

/*Header
-------------------------------------------*/
#adsk91-header {
	background:#000;
	position:relative;
	padding:3px 18px 3px;
}

/*Header for Offer Center and Campaign Landing Pages*/
#adsk91-header-oc-landing {
	background:#000;
	position:relative;
	height:74px;
	padding:3px 18px 3px;
}

#adsk91-header #adsk91-mainNav li,
#adsk91-header #adsk91-secNav li,
#adsk91-header #adsk91-location li,
#adsk91-breadcrumbs li {
	display:inline;
	float:left;
	font-size:11px;
}



#adsk91-header #adsk91-nav {
	padding-bottom:100px;
}

#adsk91-header a {
	color:#959595;
	text-decoration:none;
}

/*Title - Header 
-------------------------------------------*/

#adsk91-header #adsk91-logo {
	padding-top:15px;
	padding-bottom:48px;
	margin-left:1px;
}

#adsk91-header-oc-landing #adsk91-logo-oc-landing {
	padding-top:15px;
	padding-bottom:0px;
	margin-left:1px;
}

#adsk91-header #adsk91-logo a,
#adsk91-header-oc-landing #adsk91-logo-oc-landing a,
#adsk91-header #adsk91-logo #adsk91-home {
	display:block;
	width:132px;
	height:24px;
	background:url(../images/logo.gif) no-repeat top left;
	text-indent:-9999px;
	text-decoration:none;
}

/*Location Finder - Header
-------------------------------------------*/
#adsk91-header #adsk91-location,
#adsk91-header-oc-landing #adsk91-location-oc-landing {
	display:inline;
	float:right;
	color:#959595;	
}

#adsk91-header #adsk91-location li,
#adsk91-header-oc-landing #adsk91-location-oc-landing li {
	font-size:11px;
	margin-left:3px;
	padding:1px 0;
}

#adsk91-header #adsk91-location li a	{
	padding:0 3px;
}

#adsk91-header #adsk91-location #adsk91-locWorld	{
	position:relative;
}

#adsk91-header #adsk91-location a.selected {
	color:#959595;
}

#adsk91-header #adsk91-location #adsk91-locWorld a	{
	background:url(../images/footerNavBreaker.gif) no-repeat 0 3px;
	padding-left:6px;
}

#adsk91-header #adsk91-location #adsk91-locWorld:hover a,
#adsk91-header #adsk91-location #adsk91-locWorld.navHover a	{
	color:#118888;
}

#adsk91-header #adsk91-location #adsk91-locWorld:hover,
#adsk91-header #adsk91-location #adsk91-locWorld.navHover	{
	background:#1e1e1e;
}

/*Country Flyout
-------------------------------------------*/
#adsk91-header #adsk91-location #adsk91-countryFlyout	{
	display:none;
	background:#1e1e1e;
	padding:12px;
	color:#959595;
	position:absolute;
	right:0px;
	width:572px;
	z-index:9001;
}

#adsk91-header #adsk91-location #adsk91-locWorld #adsk91-countryFlyout strong,
#adsk91-header #adsk91-location #adsk91-locWorld #adsk91-countryFlyout a {
	color:#fff;
	background:none;
	padding:0;
}

#adsk91-header #adsk91-location #adsk91-locWorld #adsk91-countryFlyout a:hover {
	text-decoration:underline;
}

#adsk91-header #adsk91-location #adsk91-locWorld #adsk91-countryFlyout strong	{
	font-size:11px;
	color:#959595;
}

#adsk91-header #adsk91-location #adsk91-locWorld:hover #adsk91-countryFlyout,
#adsk91-header #adsk91-location #adsk91-locWorld.navHover #adsk91-countryFlyout {
	display:block;
}

#adsk91-header #adsk91-location #adsk91-locWorld #adsk91-countryFlyout ul	{
	display:block;
	margin:10px 0 14px -6px;
}

#adsk91-header #adsk91-location #adsk91-locWorld #adsk91-countryFlyout li	{
	display:inline;
	float:left;
	width:144px;
	margin:0;
	padding:0;
}

#adsk91-header #adsk91-location #adsk91-locWorld #adsk91-countryFlyout li ul	{
	margin:0;
	padding:0;
}

#adsk91-header #adsk91-location #adsk91-locWorld #adsk91-countryFlyout li li	{
	float:none;
	display:block;
}

#adsk91-header #adsk91-location #adsk91-locWorld #adsk91-countryFlyout li a {
	display:block;
	padding:3px 0 2px 6px;
	border:0;
	color:#fff;
}

#adsk91-header #adsk91-location #adsk91-locWorld #adsk91-countryFlyout li.selected a	{
	color:#959595;
}

#adsk91-header #adsk91-location #adsk91-locWorld #adsk91-countryFlyout li a:hover {
	color:#fff;
	background:#343434;
	text-decoration:none;	
}

/*Main Navigation Elements (Primary)
-------------------------------------------*/
#adsk91-header #adsk91-mainNav {
	display:inline;
	float:left;
	/*width:40%;*/
	margin-bottom:9px;
}

#adsk91-header #adsk91-mainNav li	{
	position:relative;
	/*padding:3px 0;*/
	padding:0px 0 3px 0;
	font-size:12px;
	font-weight:bold;
}

#adsk91-header #adsk91-mainNav a {
	display:block;
	color:#fff;
	background:url(../images/mainNavBreaker.gif) no-repeat left center;
	padding-left:6px;
	padding-right:17px;
	
}

#adsk91-header #adsk91-mainNav li:hover,
#adsk91-header #adsk91-mainNav li.navHover  {
	/*background-color:#1e1e1e;*/
}

#adsk91-header #adsk91-mainNav li a:hover,
#adsk91-header #adsk91-mainNav li:hover a,
#adsk91-header #adsk91-mainNav li.navHover a,
#adsk91-header #adsk91-mainNav li:hover a:active,
#adsk91-header #adsk91-mainNav li.navHover a:active {
	color:#118888;
}

 
/*Main Navigation Dropdowns 
-------------------------------------------*/
#adsk91-header #adsk91-mainNav ul	{
	display:none;
	position:absolute;
	background:#1e1e1e;
	width:/*165px*/216px;
	margin-left:-7px;
	margin-top:2px;
	left:0;
	padding:7px 0 16px 0;
	z-index:10000;
}

#adsk91-header #adsk91-mainNav li:hover ul,
#adsk91-header #adsk91-mainNav li.navHover ul {
	display:block;
}

#adsk91-header #adsk91-mainNav ul li	{
	display:block;
	float:none;
	padding:2px 12px;
	width:/*140px*/192px;
	font-size:11px;
	font-weight:normal;
	color:#ebebeb;
}

#adsk91-header #adsk91-mainNav ul li.header {
	font-weight:bold;
}

#adsk91-header #adsk91-mainNav ul li.last	{
	margin-bottom:8px;
}

#adsk91-header #adsk91-mainNav ul a {
	display:block;
	padding:0;
	background-image:none;
	color:#b5b5b5 !important;
	width:/*140px*/192px;
}

#adsk91-header #adsk91-mainNav ul li:hover {
	background:#343434;
}

#adsk91-header #adsk91-mainNav ul li.header:hover {
	background:#1e1e1e;
}

#adsk91-header #adsk91-mainNav ul li:hover a,
#adsk91-header #adsk91-mainNav ul li.navHover a {
	color:#fff !important;
}

#adsk91-header #adsk91-mainNav ul li.more	{
	border-top:1px solid #121212;
}

#adsk91-header #adsk91-mainNav ul li.more a	{
	color:#959595 !important;
}

#adsk91-header #adsk91-mainNav ul li.more:hover,
#adsk91-header #adsk91-mainNav ul li.more.navHover 	{
	background:#343434;
}

#adsk91-header #adsk91-mainNav ul li.more:hover a,
#adsk91-header #adsk91-mainNav ul li.more.navHover a	{
	color:#fff;
}

/*Secondary Navigation
-------------------------------------------*/
#adsk91-header #adsk91-secNav {
	position:absolute;
	right:18px;
	top:13px;
	max-width:45%;
}

#adsk91-header #adsk91-secNav li {
	margin-left:10px;
	color:#959595;
	font-weight:bold;	
}

#adsk91-header #adsk91-secNav a:hover {
	color:#dadada;      
}

#adsk91-header #adsk91-secNav a:active {
	color:#fff;
}

/*Search Field
-------------------------------------------*/
#adsk91-header #adsk91-secNav #adsk91-headerSearch {
	margin-left:12px;
}

#adsk91-header #adsk91-secNav #adsk91-headerSearch input.textField {
	border:0;
	background:#404040;
	color:#b5b5b5;
	font-size:11px;
	height:1.33em;
	width:9.5em;
	vertical-align:top;
	padding-left:.5em;
} 

#adsk91-header #adsk91-secNav #adsk91-headerSearch input.textField.active {
	background-color:#404040;
}

#adsk91-header #adsk91-secNav #adsk91-headerSearch input.textField.focused	{
	background-color:#fff !important;
	color:#000 !important;
}

#adsk91-header #adsk91-secNav #adsk91-headerSearch input.submit	{
	margin-left:2px;
}

/*Breadcrumbs Navigation
-------------------------------------------*/
#adsk91-breadcrumbs {
	clear:both;
	background:#262626;
	padding:3px 24px;
}

#adsk91-breadcrumbs li {
	margin-right:6px;
	color:#959595;
}

#adsk91-breadcrumbs li.last {
	margin-right:0;
}

#adsk91-breadcrumbs li a:visited {
	color:#959595;
}

#adsk91-breadcrumbs li a {
	padding-left:7px;
	background:url(../images/arrowLeft.gif) no-repeat left center;
	color:#959595;
	text-decoration:none;
}

#adsk91-breadcrumbs li a:hover {
	color:#c8c8c8;
}

#adsk91-breadcrumbs li a:active {
	color:#fff;
}

#adsk91-breadcrumbs li.current a	{
	color:#c8c8c8;
}

#adsk91-breadcrumbs li.first a {
	padding-left:0;
	background:none;
}

/*Content Element Styles
-------------------------------------------*/

#adsk91-title h1 {
	background:#3f3f3f;
	color:#fff;
	font-weight:normal;
	font-size:21px;
	padding:8px 0 7px 24px;
}


/*Footer Element Styles
-------------------------------------------*/
#adsk91-footer {
	background:#000;
	color:#959595;
	padding:12px 18px;
	font-size:11px;
}

#adsk91-footer #adsk91-footNav {
	margin-bottom:27px;
}

#adsk91-footer ul li	{
	display:inline;
	float:left;
	
}

#adsk91-footer li {
	margin-right:10px;
	background:url(../images/footerNavBreaker.gif) no-repeat left center;
	padding-left:10px;
}

#adsk91-footer li a:visited {
	color:#959595;
}

#adsk91-footer li a {
	text-decoration:none;
	color:#959595;
	font-size:11px;	
}

#adsk91-footer li a:hover {
	color:#dadada;
}

#adsk91-footer li a:active {
	color:#ffffff;
}

#adsk91-footer li.first {
	background:none;	
	padding-left:0;
}

#adsk91-footer a.rss {
	display:block;
	width:25px;
	color:#ffffff;
	background:#ff6500;	
	font-size:9px;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}

#adsk91-footer #adsk91-copyright {
	color:#959595;
	font-size:10px;
}

#adsk91-footer #adsk91-copyright a:visited {
	color:#959595;
}

#adsk91-footer #adsk91-copyright a {
	color:#959595;
	text-decoration:none;
}

#adsk91-footer #adsk91-copyright a:hover {
	color:#dadada;
}

#adsk91-footer #adsk91-copyright a:active {
	color:#fff;
}

/*Clearfix method
-------------------------------------------*/
.clearfix:after  {
	content:			"."; 
	display: 			block; 
	height: 			0; 
	clear: 				both; 
	visibility: 		hidden;	
}

.clearfix {
	display:inline-table; 
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 			1%;
}

.clearfix {
	display: 			inline-block; /*IE7 solution*/
}

.clearfix {
	display: 			block; /*Fixes width issue*/
}

/* End hide from IE-mac */

/*****************************************
 * Full width Banner
 ****************************************/

#adsk91-full_width_banner {
	width:924px;
	padding:18px 18px 0 18px;
	background-color: #fff;
	margin: 0;
}

/*****************************************
 * Left sash settings
 ****************************************/
#adsk91-leftsash {
	width: 214px; /* 9.1 change, 8.1 was 184px */
	background-color: #fff;
}

/* First Level */
#adsk91-leftsash ul {
	width:204px;
	padding: 18px 10px 0px 0px;
	margin: 0px 0px 0px 0px; 
	list-style-type: none;
	background-color: #fff;
}

#adsk91-leftsash ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#adsk91-leftsash ul li.in.leaf,
#adsk91-leftsash ul .on,
#adsk91-leftsash ul .on:hover {
	background-color: #ebebeb;
}

#adsk91-leftsash ul a, 
#adsk91-leftsash ul a:visited {
	width: 198px;
	display:block;
	padding: 2px 0px 2px 6px;
	margin: 0px 0px 0px 0px;
	color: #000;
	font-weight: bold;
}
#adsk91-leftsash ul a:hover {
	background-color: #f5f5f5;
	padding: 2px 0px 2px 6px;
	margin: 0px 0px 0px 0px;
	color: #000;
	font-weight: bold;
	text-decoration:none;
}

/* Second Level */
#adsk91-leftsash ul ul {
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#adsk91-leftsash ul ul li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#adsk91-leftsash ul ul .in, 
#adsk91-leftsash ul ul .in a, 
#adsk91-leftsash ul ul .in a:visited {
	
}

#adsk91-leftsash ul ul li.in.leaf,
#adsk91-leftsash ul ul .on,
#adsk91-leftsash ul ul .on:hover {
	background-color: #ebebeb;
	text-decoration:none;
}

#adsk91-leftsash ul ul .on a, 
#adsk91-leftsash ul ul .on a:visited {
	color: #000;
}
#adsk91-leftsash ul ul a, 
#adsk91-leftsash ul ul a:visited {
	display:block;
	width: 198px;
	padding: 2px 0px 2px 6px;
	margin: 0px 0px 0px 0px;
	color: #232323;
	font-weight: normal;
}
#adsk91-leftsash ul ul a:hover {
	display:block;
	width: 198px;
	background-color: #f5f5f5;
	padding: 2px 0px 2px 6px;
	margin: 0px 0px 0px 0px;
	color: #232323;
	font-weight: normal;
	text-decoration:none;
}

/* Third Level */
#adsk91-leftsash ul ul ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#adsk91-leftsash ul ul ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#adsk91-leftsash ul ul ul li.in.leaf,
#adsk91-leftsash ul ul ul .on, 
#adsk91-leftsash ul ul ul .on:hover,
#adsk91-leftsash ul ul ul .on a:hover {
	background-color: #ebebeb;
	text-decoration:none;
}
#adsk91-leftsash ul ul ul .on a, 
#adsk91-leftsash ul ul ul .on a:visited {
	color: #000;
	font-weight: normal;
}
#adsk91-leftsash ul ul ul a, 
#adsk91-leftsash ul ul ul a:visited {
	display:block;
	width: 186px;
	padding: 2px 0px 2px 18px;
	margin: 0px 0px 0px 0px;
	color: #232323;
	font-weight: normal;
}

#adsk91-leftsash ul ul ul a:hover {
	display:block;
	width: 186px;
	background-color: #f5f5f5;
	padding: 2px 0px 2px 18px;
	margin: 0px 0px 0px 0px;
	color: #232323;
	font-weight: normal;
	text-decoration:none;
}

/* Fourth Level */
#adsk91-leftsash ul ul ul ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#adsk91-leftsash ul ul ul ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#adsk91-leftsash ul ul ul ul li.in.leaf,
#adsk91-leftsash ul ul ul ul li.in.leaf a,
#adsk91-leftsash ul ul ul ul li.in.leaf a:visited,
#adsk91-leftsash ul ul ul ul .on, 
#adsk91-leftsash ul ul ul ul .on:hover, 
#adsk91-leftsash ul ul ul ul .on a:hover {
	background-color: #ebebeb;
	font-weight: normal;
	text-decoration:none;
}
#adsk91-leftsash ul ul ul ul .on a, 
#adsk91-leftsash ul ul ul ul .on a:visited {
	width: 174px;

}
#adsk91-leftsash ul ul ul ul a, 
#adsk91-leftsash ul ul ul ul a:visited {
	display:block;
	width: 174px;
	padding: 2px 0px 2px 30px;
	margin: 0px 0px 0px 0px;
}
#adsk91-leftsash ul ul ul ul a:hover {
	display:block;
	width: 174px;
	background-color: #f5f5f5;
	padding: 2px 0px 2px 30px;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
}

/*****************************************
 * Left sash File Upload and More Content 
 (9.1)
 ****************************************/
#adsk91-leftsash #adsk91-fileupload {
 	width:198px;
	padding: 22px 10px 0px 6px;
 }
 
#adsk91-leftsash #adsk91-fileupload table {
 	width:198px;
	border:0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;

}

#adsk91-leftsash #adsk91-fileupload table td {
	vertical-align:top; 	
 }
 
#adsk91-leftsash #adsk91-fileupload table td.filetype {
	width:16px;	
	padding-right:8px;
}
 
#adsk91-leftsash #adsk91-fileupload table td.filedesc {
	width:174px;
	padding-bottom: 12px;	
}
 
#adsk91-leftsash #adsk91-fileupload .filedesctext {
 	font-style:italic; 	
}
 
#adsk91-leftsash #adsk91-morecontent {
 	width:198px;
	padding: 20px 10px 0px 6px;
 }
 
#adsk91-leftsash #adsk91-morecontent p {
	padding-bottom: 4px;
 }
 
#adsk91-leftsash #adsk91-morecontent p.title {
	font-weight:bold;
	padding-bottom: 4px;
 }
	
/*****************************************
 * Sash Links (8.1) 
 ****************************************/
#adsk91-leftsash div.sashlinks {
    /* margin-bottom: 1em;
     padding-left: 11px; 
	 padding-right: 13px;
    margin-top: 13px; */
	padding: 20px 10px 0px 0px;
}
#adsk91-leftsash div.sashlinks div {
    /* for index summary */
    /*padding-left: 2px;*/
}
#adsk91-leftsash div.sashlinks ul {
    font-weight: normal;
    padding-left: 0;
    padding-top: 0;
}

/*****************************************
 * Right panel (containing signature image, content body, and right sash)
 ****************************************/
#adsk91-rightpanel {
    padding: 0;  /* Without padding: 0 IE6 increases width by 2px when there is no page-banner */ 
    vertical-align: top;
}

#adsk91-rightpanel-sub {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
}

/*****************************************
 * Left panel 
 ****************************************/
#adsk91-leftpanel {
    padding: 0;  /* Without padding: 0 IE6 increases width by 2px when there is no page-banner */ 
    vertical-align: top;
}

#adsk91-leftpanel-sub {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
}

/*****************************************
 *Conditional Body Section Padding ( 9.1)
 6 pixel text indent of body section is 
 conditional upon whether there is a 
 left sash or not. (TEXT ONLY)
 ****************************************/

#adsk91-leftpanel-sub #adsk91-maincontent div.section,
#adsk91-leftpanel-sub #adsk91-maincontent h2  {
	margin-left:6px;
}

#adsk91-rightpanel-sub col.col_3 {
	width:300px !important; width:298px 
}

/*****************************************
 * Content record navigation settings
 ****************************************/
#adsk91-maincontent #adsk91-content-record-nav {
    margin: 0;
    padding: 0 0 13px 0;
}
#adsk91-maincontent #adsk91-content-record-nav ul {
    margin: 0;
    padding: 0;
}
#adsk91-maincontent #adsk91-content-record-nav ul li {
    background: url(../images/bar.gif) no-repeat 4px 2px;
    display: inline;
    margin: 0;
    padding: 0 0 0 13px;
}
#adsk91-maincontent #adsk91-content-record-nav ul li.first {
    background: none;
    padding-left: 0;
}
#adsk91-maincontent #adsk91-content-record-nav a.on {
    color: #666666;
}

/*****************************************
 * Main content area settings
 ****************************************/
#adsk91-maincontent {
    line-height: 15px;
    padding-top: 14px;  /* 9.1 change, was 11px in 8.1 */
    margin: 0;

}
#adsk91-maincontent ul.index.bulleted li a,
#adsk91-maincontent ul.index.nolinebreak li a,
#adsk91-maincontent ol.index.numbered li a {
    /* Override the standard bold links */
    font-weight: normal;
}
#adsk91-maincontent-footer #adsk91-related-links ul.support li {
    font-weight: bold;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 11px;
}

/*****************************************
 * Right Sash settings
 ****************************************/
#adsk91-rightsash {
    padding: 18px /* 9.1 change, was 11px in 8.1 */ 0 0 12px;
    width: 276px;
}

/*#adsk91-rightsash div,
#adsk91-rightsash img
{
    margin-bottom: 6px; 
    margin-left: 0px;   
}
*/

#adsk91-rightsash #adsk91-promos {   
     /* margin-left: 7px;  */   
	  } 
   #adsk91-rightsash ul { 
       margin: 0; 
        padding: 0; 
    } 
   #adsk91-rightsash ul li { 
        list-style-type: none; 
        margin-bottom: 3px; 
    } 

#adsk91-rightsash #adsk91-print_email {   
        
	  } 

/*****************************************
 * Left sash 3 equal columns settings 
 ****************************************/
#adsk91-3col-left {
	padding: 18px 12px 0px 0px;
	width: 300px;
	vertical-align: top;
}

/*****************************************
 * Right Sash 3 equal columns settings
 ****************************************/
#adsk91-3col-right {
    padding: 18px 5px 0 12px;
    width: 295px;
	vertical-align: top;
}

#adsk91-3col-right div,
#adsk91-3col-right img
{
    margin-bottom: 6px;
    margin-left: 0px;   
}

