a {
	font-size: 11px;
	color:#959595;
	text-decoration: none;
}

img {
	border: #CCCCCC 1px;
}

menutext {
	font-size: 11px;
	color: white;
	padding: 5px 5px 5px 0px;
	text-decoration: none;
}

.newlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
a.newlist:link {
	text-decoration: none;
}
a.newlist:hover {
	text-decoration: underline;
}

.menub {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.menu {
	font-size: 11px;
	color: white;
	padding: 5px 5px 5px 0px;
	text-decoration: none;
}
a.menu:hover{
	color: #E1E1E1;
	padding: 5px 5px 5px 0px;
	text-decoration: none;
}

a.left {
	color: #999999;
	text-decoration: none;
}
a.left:hover{
	color: white;
	text-decoration: none;
}

.columnheader {
	padding-bottom:4px;
	border-bottom:2px solid #ccc;
	color: #000000;
    font-size: 14px;
	font-weight: bold;
    line-height: 17px; 	
	margin-bottom:12px;
}

.productlist{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DDE8F0;
}

.imageborder {
	width: 129px;
	height: 120px;
	border: solid 1px solid #C0D8E9;
}
.tim {
	color: #ff6600;
}
.imageframe {
	background-color: #327FB7;
	border-left: solid 1px solid #418DC4;
	border-top: solid 1px solid #418DC4;
	border-right: solid 1px solid #418DC4;
	border-bottom: solid 1px solid #418DC4;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

.divRight {
	width: 260px;
	height: 29px;
	padding-bottom: 6px;
}

.divPannel {
	color: #000000;
	text-align: left;
	padding: 5px 5px 8px 8px;
	background-color:#e8e8e8;
}

.divText {
	color: #000000;
	text-align: left;
	padding: 0px 5px 8px 8px;
	background-color:#e8e8e8;
}
.nav{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	line-height: 17px;
}

#yuanda-container a {
	color: #2086AC;
    text-decoration: none;
}

#yuanda-container a.on,
#yuanda-container a.on:hover {
    color: #000000;
    text-decoration: none;
}

#yuanda-container a:hover {
	color: #2086AC;
    text-decoration: underline;
}

#yuanda-container a:visited {
	color: #2086AC;
}

#yuanda-container .columnheader {
	padding-bottom:4px;
	border-bottom:2px solid #ccc;
	color: #000000;
    font-size: 14px;
	font-weight: bold;
    line-height: 17px; 	
	margin-bottom:12px;
}

/*****************************************
 * Global settings
 ****************************************/

* {
	margin:0;
	padding:0;
}

body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#232323;
	line-height: 19px;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(Images/back.jpg);
	background-repeat: repeat-x;
}
.butt {
	color: #5b8cb3;
}

/*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
-------------------------------------------*/


#yuanda-title h1 {
	background:#3f3f3f;
	color:#fff;
	font-weight:normal;
	font-size:21px;
	padding:8px 0 7px 24px;
}


/*****************************************
 * 左侧菜单定义
 ****************************************/

#yuanda-leftsash {
    margin-top: 0;
    padding-top: 0;
    vertical-align: top;
	width: 160px; /* 9.1 change, 8.1 was 184px */
	background-color: #fff;
}

#yuanda-leftsash a.nohref,
#yuanda-leftsash a.nohref:hover {
	background-color: #fff;
	cursor:text;
}

/* First Level */
#yuanda-leftsash ul {
	width:160px;
	padding: 18px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	list-style-type: none;
	background-color: #fff;
}

#yuanda-leftsash ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#yuanda-leftsash ul li.in.leaf,
#yuanda-leftsash ul .on,
#yuanda-leftsash ul .on:hover {
	background-color: #ebebeb;
}

#yuanda-leftsash ul a, 
#yuanda-leftsash ul a:visited {
	width: 160px;
	display:block;
	padding: 2px 0px 2px 6px;
	margin: 0px 0px 0px 0px;
	color: #000;
	font-weight: bold;
}
#yuanda-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 */
#yuanda-leftsash ul ul {
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#yuanda-leftsash ul ul li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#yuanda-leftsash ul ul .in, 
#yuanda-leftsash ul ul .in a, 
#yuanda-leftsash ul ul .in a:visited {
	
}

#yuanda-leftsash ul ul li.in.leaf,
#yuanda-leftsash ul ul .on,
#yuanda-leftsash ul ul .on:hover {
	background-color: #ebebeb;
	text-decoration:none;
}

#yuanda-leftsash ul ul .on a, 
#yuanda-leftsash ul ul .on a:visited {
	color: #000;
}
#yuanda-leftsash ul ul a, 
#yuanda-leftsash ul ul a:visited {
	display:block;
	width: 160px;
	padding: 2px 0px 2px 6px;
	margin: 0px 0px 0px 0px;
	color: #232323;
	font-weight: normal;
}
#yuanda-leftsash ul ul a:hover {
	display:block;
	width: 160px;
	background-color: #f5f5f5;
	padding: 2px 0px 2px 6px;
	margin: 0px 0px 0px 0px;
	color: #232323;
	font-weight: normal;
	text-decoration:none;
}

/* Third Level */
#yuanda-leftsash ul ul ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#yuanda-leftsash ul ul ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#yuanda-leftsash ul ul ul li.in.leaf,
#yuanda-leftsash ul ul ul .on, 
#yuanda-leftsash ul ul ul .on:hover,
#yuanda-leftsash ul ul ul .on a:hover {
	background-color: #ebebeb;
	text-decoration:none;
}
#yuanda-leftsash ul ul ul .on a, 
#yuanda-leftsash ul ul ul .on a:visited {
	color: #000;
	font-weight: normal;
}
#yuanda-leftsash ul ul ul a, 
#yuanda-leftsash ul ul ul a:visited {
	display:block;
	width: 160px;
	padding: 2px 0px 2px 18px;
	margin: 0px 0px 0px 0px;
	color: #232323;
	font-weight: normal;
}

#yuanda-leftsash ul ul ul a:hover {
	display:block;
	width: 160px;
	background-color: #f5f5f5;
	padding: 2px 0px 2px 18px;
	margin: 0px 0px 0px 0px;
	color: #232323;
	font-weight: normal;
	text-decoration:none;
}

/* Fourth Level */
#yuanda-leftsash ul ul ul ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#yuanda-leftsash ul ul ul ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#yuanda-leftsash ul ul ul ul li.in.leaf,
#yuanda-leftsash ul ul ul ul li.in.leaf a,
#yuanda-leftsash ul ul ul ul li.in.leaf a:visited,
#yuanda-leftsash ul ul ul ul .on, 
#yuanda-leftsash ul ul ul ul .on:hover, 
#yuanda-leftsash ul ul ul ul .on a:hover {
	background-color: #ebebeb;
	font-weight: normal;
	text-decoration:none;
}
#yuanda-leftsash ul ul ul ul .on a, 
#yuanda-leftsash ul ul ul ul .on a:visited {
	width: 160px;

}
#yuanda-leftsash ul ul ul ul a, 
#yuanda-leftsash ul ul ul ul a:visited {
	display:block;
	width: 160px;
	padding: 2px 0px 2px 30px;
	margin: 0px 0px 0px 0px;
}
#yuanda-leftsash ul ul ul ul a:hover {
	display:block;
	width: 160px;
	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)
 ****************************************/
#yuanda-leftsash #adsk91-fileupload {
 	width:160px;
	padding: 22px 10px 0px 6px;
 }
 
#yuanda-leftsash #adsk91-fileupload table {
 	width:160px;
	border:0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;

}

#yuanda-leftsash #adsk91-fileupload table td {
	vertical-align:top; 	
 }
 
#yuanda-leftsash #adsk91-fileupload table td.filetype {
	width:16px;	
	padding-right:8px;
}
 
#yuanda-leftsash #adsk91-fileupload table td.filedesc {
	width:160px;
	padding-bottom: 12px;	
}
 
#yuanda-leftsash #adsk91-fileupload .filedesctext {
 	font-style:italic; 	
}
 
#yuanda-leftsash #adsk91-morecontent {
 	width:160px;
	padding: 20px 10px 0px 6px;
 }
 
#yuanda-leftsash #adsk91-morecontent p {
	padding-bottom: 4px;
 }
 
#yuanda-leftsash #adsk91-morecontent p.title {
	font-weight:bold;
	padding-bottom: 4px;
 }
	
/*****************************************
 * Sash Links (8.1) 
 ****************************************/
#yuanda-leftsash div.sashlinks {
    /* margin-bottom: 1em;
     padding-left: 11px; 
	 padding-right: 13px;
    margin-top: 13px; */
	padding: 20px 10px 0px 0px;
}
#yuanda-leftsash div.sashlinks div {
    /* for index summary */
    /*padding-left: 2px;*/
}
#yuanda-leftsash div.sashlinks ul {
    font-weight: normal;
    padding-left: 0;
    padding-top: 0;
}

/*****************************************
 * 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;   
}
.w160 {
	font-size: 11px;
	color: #666666;
	border: 1px solid #999999;
	height: 20px;
	width: 170px;
}
.login {
	font-size: 11px;
	color: #666666;
	border: 1px solid #999999;
	height: 15px;
	width: 80px;
}
#newcon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	width: 800px;
	position: relative;
	left: 30px;
}