* {
    margin: 0;
    padding: 0;
}
html {
    overflow-y: scroll;
}
body {
    background-image: url(../src/images/09.jpg);
	background: #FFFFFF repeat-x scroll left top;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif,"宋体";
    font-size: 12px;
    margin: 0;
    padding: 0;
}

a {
    color: #0066CC;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active, a:focus {
	outline: none;
	color: #0066CC;
}

img {
    border: none;
}

p {
    margin: 1em 0;
}

.overflow {
    overflow: hidden;

    _zoom: 1;
}
.img-button {
    cursor: pointer;
}
.bg-loading {
    background: #FFFFFF url(./images/indicator.gif) no-repeat center 50px;
}

input.text, input.password, textarea {
    border-color: #999999 #CCCCCC #DDDDDD #CCCCCC;
    border-style: solid;
    border-width: 1px;
    font-family: Arial,Helvetica,sans-serif,"宋体";
    padding: 3px 5px 2px;
}

input.text,input.password, textarea, table.common {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.box-outer {
	text-align: center;
	margin-top: 0px;
}

.box-inner {
    margin: 0 auto;
    text-align: left;
    width: 923px;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1em 0;
}

.comment {
    color: #999999;
}

.alteration {
    background:#FFFFF1;
    border:1px solid #FFCC99;
    border-width:1px 0;
    padding:5px 0;
    margin-bottom:10px;
}

sup.new {
    color:red;
}

/* 页眉 {{ */
.box-head {
}
.box-head .box-inner {
    position:relative;
}

.box-head .head {
    height: 126px;
}
.box-head .logo {
	height:126px;
	width:922px;
	background-image: url(images/09.jpg);
	background-repeat: repeat-x;
}
.box-head .login {
	height:42px;
	line-height:45px;
	position:absolute;
	text-align:center;
	width: 250px;
	padding-top: 30px;
	clip: rect(auto,auto,auto,10);
	right: 12px;
	top: 26px;
	background-image: url(images/0223.gif);
	background-repeat: no-repeat;
	color: #333333;
}
.box-head .login.long {
    width: 250px;
}
.box-head .chart {
    height:45px;
    position:absolute;
    text-align:right;
    right:230;
    top:20px;
    width: 205px;
}

.box-head .menu {
	color:#FFFFFF;
	float:left;
	width:100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 25px;
}
.box-head .menu li a {
    color:#FFFFFF;
    text-decoration:none;
}
.box-head .menu li a:hover {
    text-decoration:underline;
}
.box-head .menu .left {
    float:left;
    font-size:12px;
    font-weight:bold;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
.box-head .menu .left li {
    display:inline;
    line-height:40px;
    padding:10px 15px;
}
.box-head .menu .left li.home {
    float:left;
    padding:0;
}
.box-head .menu .left li.home a {
    background:transparent url(./images/ico-home.gif) no-repeat scroll 15px 15px;
    float:left;
    height:40px;
    overflow:hidden;
    text-indent:-999px;
    width:40px;
}

.box-head .menu .right {
    float:right;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
.box-head .menu .right li {
    border-right:1px solid #3382C2;
    display:inline;
    font-size:12px;
    line-height:40px;
    padding:0 10px;
}

/* 页眉 }} */

/* 页体 {{ */
.box-body {

}
.box-body .box-inner {
	width:960px;
	padding-top: 10px;
	padding:10px
	
}
.box-body .box-left {
    float:left;
    margin:0;
    padding:0;
    text-align:left;
    width:198px;
}
.box-body .box-right {
	background:#FFFFFF none repeat scroll 0 0;
	float:right;
	margin:0;
	padding:0;
	padding-bottom:20px;
	text-align:left;
	width:722px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
}
/* 页体 }} */

/* 页脚 {{ */
.box-foot {
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.box-foot .box-inner {
    color: #999999;
    font-size: 12px;
}
/* 页脚 }} */

/* 分页 {{ */
ul.multipage {
    height: 26px;
    list-style: none;
    margin: 10px 0;
}
ul.multipage li {
    float: left;
    margin-right: 5px;
}
ul.multipage li.current, ul.multipage li a {
    border: 1px solid #D2E8F7;
    display: block;
    padding: 2px 5px 1px 5px;
}
ul.multipage li a:hover {
    background: #FFFFF1;
    border: 1px solid #F7E8D2;
    text-decoration: underline;
}
/* 分页 }} */

/* 表格 {{ */
table.common {
    width: 100%;
    border-collapse: collapse;
}
table.common th, table.common td {
    padding: 5px;
}
table.common th {
    color: #999999;
    font-weight: normal;
    text-align: left;
}
table.box, table.grid th, table.grid td {
    border: 1px solid #6699CC;
}

table.line-dashed td {
    border-top: 1px dashed #EEEEEE;
}
table.roomy th, table.roomy td {
}
/* 表格 }} */

/* 消息 {{ */
#message_exit .box-inner {
    padding: 100px 0;
    width: 400px;
}
#message_exit table.common th {
    text-align: left;
}
/* 消息 }} */




/* 页左 {{ */
.box-body .box-left .browse-products {
    background:#6699CC none repeat scroll 0 0;
    color:#FFFFFF;
    font-size:14px;
    margin:0;
    padding:8px 0 8px 12px;
    text-align:left;
}
.products-list ul.ui-tabs-nav {
    background:url(./images/bg-top.gif) repeat-x scroll center bottom;
    height: 29px;
    margin:0;
    overflow:hidden;
    padding:0 0 0 12px;
}
.products-list ul.ui-tabs-nav li {
    margin: 0;
}
.products-list ul.ui-tabs-nav li a {
    float: left;
    margin: 0.5em 0;
    padding: 0 5px 0 0;
    text-align: right;
}
.products-list ul.ui-tabs-nav li.cate a {
    float: left;
    padding: 0 0 0 5px;
    text-align: left;
    border-left: 1px solid #666666;
}

ul.link-list {
    list-style: none;
    margin:15px;
    padding:0;
}
ul.link-list li.cate {
    font-weight:bold;
    margin:10px 0 5px;
    padding:0;
}
ul.link-list li.item {
    background: url(./images/products-list-link.png) no-repeat left center;
    margin-bottom: 2px;
    padding-left: 17px;
}
.left-section .title {
    background:url(./images/bg-top.gif) repeat-x scroll center bottom;
    border-top:1px solid #CCCCCC;
    margin:0;
    padding:5px 0 10px 15px;
}
/* 页左 }} */

/* 页右 {{ */
.box-body .box-right .page-guide {
    background:url(./images/bg-top.gif) repeat-x scroll center bottom;
    height: 60px;
    margin:0;
    overflow:hidden;
    padding:0;
    text-align:left;
    width:100%;
}
.box-body .box-right .page-guide .title {
    float:left;
    font-size:25px;
    font-weight:bold;
    margin:0;
    padding:14px 0 0 20px;
    width:auto;
}
.box-body .box-right .page-guide .right {
    float:right;
    font-size:14px;
    padding-bottom:19px;
    padding-left:0;
    padding-right:20px;
    padding-top:20px;
    text-align:right;
    width:395px;
}
.box-body .box-right .page-body {
    background:url(./images/bg-top-2.gif) repeat-x scroll 0 0;
    margin:0;
    padding-top:20px;
}
.box-body .box-right .page-body .inner {
    margin:0 auto;
    overflow:hidden;
    padding:0;
    text-align:left;
    width:692px;
}

.product-goods ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}
.product-goods ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}
.product-goods ul li {
    float:left;
    margin:0 40px 0 0;
    padding:0;
}
.product-goods ul li div {
    float:left;
}
.product-goods ul li a {
    color:#006BB7;
    display:block;
    float:left;
    font-size:14px;
    font-weight:bold;
    margin:0;
    padding:7px 20px 33px;
    text-decoration:underline;
}
.product-goods ul li.selected {
    background:url(./images/guide-goods-r.png) no-repeat right top;
}
.product-goods ul li.selected div {
    background:url(./images/guide-goods-l.png) no-repeat left top;
}
.product-goods ul li.selected a {
    background:url(./images/guide-goods-m.png) no-repeat center top;
    color: #FFFFFF;
    text-decoration:none;
}

#box-design {
    float:left;
    margin:0;
    padding:0;
    width:442px;
}
#box-pricing {
    float:right;
    width:230px;
}

#box-booking {
    margin-top: 20px;
}
.booking-body {
    border: 1px solid #CCCCCC;
    border-top: none;
    padding: 30px 35px;
}

/* 页右 }} */

/* tabs-design {{ */
#box-design .tabs-design {
    background: url(./images/bg-line.png) repeat-x left bottom;
    margin:0;
    padding:0;
}
#box-design .tabs-design li {
    background: #FFFFFFF;
    border: 1px solid #999999;
    margin: 0;
    text-align: center;
    width: 215px;
}
#box-design .tabs-design li.left {
    float: left;
}
#box-design .tabs-design li.right {
    float: right;
}
#box-design .tabs-design li.ui-tabs-selected {
    border-bottom: 1px solid #FFFFFF !important;
}
#box-design .tabs-design-box {
    border: 1px solid #999999 !important;
    border-top: none !important;
}

#box-design .tabs-design li a {
    color: #333333 !important;
    display: block;
    float: none;
    font-size: 14px;
    padding: 9px 0 11px 0;
    text-decoration: none !important;
}
#box-design .tabs-design li.left a {
    border-top: 5px solid #FF6600;
}
#box-design .tabs-design li.right a {
    border-top: 5px solid #009900;
}
#box-design .tabs-design li a:visited {
    color: #333333 !important;
    text-decoration: none !important;
}
#box-design .tabs-design .ui-state-default {
    text-decoration: none !important;
}
/* tabs-design }} */

/* tabs-section {{ */
#box-design .tabs-section {
    padding: 15px 15px 20px 15px;
    background:url(./images/bg-top.gif) repeat-x scroll left bottom;
}
#box-design .tabs-section li a {
    border-left: 1px solid #CCCCCC;
    font-weight: bold;
    padding: 0 12px 0 13px;
    text-decoration: underline;
}
#box-design .tabs-section li.first a {
    border-left: none;
}
#box-design .tabs-section li.ui-tabs-selected a {
    background:url(./images/section-arrow.png) no-repeat scroll left center;
    border-left: none;
    text-decoration: none;
}
#product-section .padding {
    padding: 10px;
}
/* tabs-section }} */

/* Specs {{ */
#section-specs {
    padding-top: 15px;
}
.specs-item {
    border-top: 1px solid #999999;
}
.specs-item.first {
    border-top: none;
}
.specs-item .left {
    float: left;
    width: 40%;
}
.specs-item .right {
    float: right;
    width: 60%;
}
.specs-item .right .intro {
    padding: 15px 0;
}
.specs-item .left a {
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    font-weight: bold;
    padding: 30px 0 30px 60px;
    text-decoration: underline;
}
/* Specs }} */

/* Replays {{ */
#section-replays {

}
#section-replays .replays {
    border: 1px solid #CCCCCC;
    height: 300px;
    overflow-y: auto;
    padding: 10px 0 10px 15px;
}
#section-replays .replays .replay-item {
    border-top: 1px solid #CCCCCC;
    margin-top: 30px;
}
#section-replays .replays .replay-item.first {
    border-top: none;
    margin-top: 0;
}

#section-ideas .replay, #section-pricing .replay {
    border-top: 1px solid #CCCCCC;
    margin-top: 10px;
}
/* Replays }} */

/* Princing {{ */
.pricing-body {
    background: #FBFBF1;
    border: 1px solid #6699CC;
    border-top: none;
    border-bottom: none;
    padding: 15px 0;
}
.pricing-foot {
    background: #FFFFB6;
    border: 1px solid #6699CC;
    font-weight: bold;
    padding: 10px 0;
}
.pricing-option-line {
    border: none;
    border-top: 1px solid #CCCCCC;
    margin: 10px 10px;
}
.pricing-option-header {
    font-weight: bold;
}
.pricing-option {
    padding: 3px 10px;
}
.opt-title {
    float: left;
    width: 40%;
}
.opt-data {
    float: right;
    text-align: right;
    width: 60%;
}
.opt-data select {
    width: 100%;
}
.opt-data input {
    border: none;

    background: #FBFBF1 !important;
    padding: 0;
    width: 100%;
}
.pricing-foot .opt-data input {
    border: none;
    background: #FFFFB6 !important;
    font-weight: bold;
    padding: 0;
    width: 100%;
}
/* Princing }} */

/* 产品 {{ */
.our-products {
    color:#0066CC;
    font-size:30px;
    font-weight:bold;
    padding:40px 0 20px 40px;
}
.box-products-list .ui-tabs-nav {
    background: url(./images/bg-products-line.gif) repeat-x left bottom;
    margin:0;
    padding: 0 0 0 40px;
}
.box-products-list .ui-tabs-nav li {
    background: url(./images/products-tab-r.gif) no-repeat right top;
    border: none;
    margin: 0;
    padding: 0;
    height: 37px;
}
.box-products-list .ui-tabs-nav li div {
    background: url(./images/products-tab-l.gif) no-repeat -1px top;
    border: none;
    float: left;
    margin: 0;
    padding: 0 15px;
    text-align: center;
    height: 100%;
}
.box-products-list .ui-tabs-nav li.ui-state-default a,
.box-products-list .ui-tabs-nav li.ui-state-default a:link,
.box-products-list .ui-tabs-nav li.ui-state-default a:visited {
    color: #333333;
    font-size: 14px;
    text-decoration: none;
}
.box-products-list .ui-tabs-nav li.ui-state-active a,
.box-products-list .ui-tabs-nav li.ui-state-active a:link,
.box-products-list .ui-tabs-nav li.ui-state-active a:visited {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.box-products-list .ui-tabs-nav li.ui-tabs-selected {
    background-image: url(./images/products-tab-selected-r.gif);
    height: 39px;
    margin-left: -1px;
    margin-top: -2px;
}
.box-products-list .ui-tabs-nav li.ui-tabs-selected div {
    background-image: url(./images/products-tab-selected-l.gif);
    background-position: left top;
}
.box-products-list .ui-tabs-nav li.first div {
    background-position: left top;
}
.box-products-list .ui-tabs-nav li.first.ui-tabs-selected {
    margin-left: 0px;
}

.tabs-page {
    padding: 0 30px 0 30px;
}


.tabs-page .item {
    float:left;
    margin:30px 10px 30px 0;
    padding:0;
    width:420px;
    height:150px;
}
.tabs-page .item .title a {
    color:#333333;
    font-size: 14px;
    font-weight: bold;
}

.tabs-page .item .image, .tabs-page .item .content {
    margin: 10px 0;
}

.tabs-page .item .image {
    float: left;
    width: 35%;
    height: 80%;
}

.tabs-page .item .content {
    float: left;
    width: 65%;
}

.tabs-page .item .content dl {
    padding-bottom: 0.5em;
}

.tabs-page .item .content dl dt {
    float: left;
    font-weight: bold;
    width: 12%;
}

.tabs-page .item .content dl dd {
    margin-left:12%;
}

.tabs-page .item .content dl dt, .tabs-page .item .content dl dd {
    min-height: 1.5em;
    _height: 1.5em;
}
/* 产品 }} */

/* 上圆角标题 {{ */
.corner-top {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	background-image: url(images/corner-topIn.gif);
	background-repeat: repeat-x;
}
.corner-top .corner-topleft {
    background: url(./images/corner-topleft.gif) left top no-repeat;
    width: 100%;
}
.corner-top .corner-topright {
    background: url(./images/corner-topright.gif) right top no-repeat;
    width: 100%;
}
.corner-top .title {
    margin-left: 50px;
    padding: 9px 0;
}
.corner-top .step {
	background: url(./images/step.gif) center center no-repeat;
	float: left;
	margin: 2px 0 0 10px;
	padding: 7px 12px 9px 12px;
	_display: inline;
	font-weight: bold;
	color: #FFFFFF;
}
.corner-top.top-arrow .corner-topright {
    *position:relative;
}
.corner-top.top-arrow .step {
    background:url(./images/top-arrow.jpg) no-repeat;
    float:none;
    height:45px;
    margin:-6px 0 0 -3px;
    padding: 0;
    position:absolute;
    width:54px;

    *left: 0;
    *top: 0;
}
.corner-top.top-arrow .title {
    margin-left: 60px;
}


.corner-new {
    background:url(./images/corner-new.gif) no-repeat;
    font-size:0;
    height:4px;
}
.corner-new .corner-new-right {
    background:url(./images/corner-new.gif) no-repeat;
    float:right;
    height:4px;
    width:4px;
}

.corner-new-center-1 {
    border-color:#CCCCCC;
    border-style:solid;
    border-width:0 1px;
    zoom:1; /* fix ie 6 border bug */
}

.corner-new.top-3, .corner-new.bottom-3 {
    height:8px;
}
.corner-new.top-3 .corner-new-right, .corner-new.bottom-3 .corner-new-right {
    height:8px;
    width:8px;
}

.corner-new-center-3 {
    border-color:#0067CD;
    border-style:solid;
    border-width:0 2px;
    zoom:1; /* fix ie 6 border bug */
}

.corner-new.top-1 { background-position:left 0; }
.corner-new.top-1 .corner-new-right { background-position:right 0; }
.corner-new.bottom-1 { background-position:left -4px; }
.corner-new.bottom-1 .corner-new-right { background-position:right -4px; }

.corner-new.top-2 { background-position:left -8px; }
.corner-new.top-2 .corner-new-right { background-position:right -8px; }
.corner-new.bottom-2 { background-position:left -12px; }
.corner-new.bottom-2 .corner-new-right { background-position:right -12px; }

.corner-new.top-3 { background-position:left -16px; }
.corner-new.top-3 .corner-new-right { background-position:right -16px; }
.corner-new.bottom-3 { background-position:left -24px; }
.corner-new.bottom-3 .corner-new-right { background-position:right -24px; }
/* 上圆角标题 }} */

/* 订单 {{ */
.order-step {
    background-position:1px 1px;
    background-repeat:no-repeat;
    border-top:1px solid #CCCCCC;
    height: 55px;
    padding:1px 1px 0 1px;
    width: 919px;
}
.order-step.step-1 {
    background-image:url(./images/order-step-1.gif);
}
.order-step.step-2 {
    background-image:url(./images/order-step-2.gif);
}
.order-step.step-3 {
    background-image:url(./images/order-step-3.gif);
}
.order-title {
    color:#006BB7;
    font-family:Arial,Helvetica,sans-serif;
    font-size:23px;
    font-weight:bold;
    height:71px;
    line-height:71px;
    text-indent:33px;
}
.order-project {
    background-color:#EEEEEE;
    border:1px solid #CCCCCC;
    margin-bottom:53px;
    width:919px;
}
.order-inner {
    margin-left:65px;
    width:791px;
}

.order-options .option-item {
    padding: 20px 20px 20px 40px;
}
.order-options .option-item.selected {
    background: #D9E5F2;
}

.order-info-list {
    list-style:none;
    margin: 15px 25px;
}
.order-info-list li {
    float: left;
    padding: 5px;
}
/* 订单 }} */

/* Login {{ */
.login-wrapper {
    margin: 40px 70px;
}
.login-wrapper .body {
    padding: 10px 20px;
}
.login-wrapper .title {
    border-bottom: 1px solid #CCCCCC;
    color:#0066CC;
    font-size:25px;
    font-weight:bold;
    padding-bottom:10px;
    margin-bottom:20px;
}
.login-form .header {
    background:url(./images/bg-login-header.gif) repeat-x left top;
    font-weight:bold;
    height:24px;
    padding:10px 0 10px 20px;
}
.login-form .content {
    padding:20px 35px;
}
/* Login }} */

/* Center {{ */
.nav-center {
    list-style:none;
    height:45px;
    margin:0;
    padding:0;
}
.nav-center li {
    background:url(./images/center-tab.jpg) no-repeat right top;
    float:left;
    height:35px;
    margin:10px 25px 0 0;
    padding:0 10px 0 0;
    width:170px;
}
.nav-center li a {
    background:url(./images/center-tab.jpg) no-repeat left top;
    color:#FFFFFF;
    display:block;
    float:left;
    font-size:14px;
    font-weight:bold;
    height:35px;
    line-height:35px;
    padding:0 0 0 10px;
    text-align:center;
    width:160px;
}

.nav-center li.selected {
    height:45px;
    margin-top:0px;
}
.nav-center li.selected a {
    height:45px;
    line-height:45px;
}

.nav-center li.tab-jobs { background-position: right 0px; }
.nav-center li.tab-jobs a { background-position: left 0px; }
.nav-center li.tab-proofs { background-position: right -60px; }
.nav-center li.tab-proofs a { background-position: left -60px; }
.nav-center li.tab-payments { background-position: right -120px; }
.nav-center li.tab-payments a { background-position: left -120px; }
.nav-center li.tab-designs { background-position: right -180px; }
.nav-center li.tab-designs a { background-position: left -180px; }

.guide-center {
    background:url(./images/center-guide.jpg) no-repeat right top;
    color:#FFFFFF;
    height:30px;
    line-height:30px;
    padding-left:20px;
}
.guide-center.jobs { background-position: right 0px; }
.guide-center.proofs { background-position: right -60px; }
.guide-center.payments { background-position: right -120px; }
.guide-center.designs { background-position: right -180px; }

.shadow-center {
    border-color:#D5D5D5 #DDDDDD;
    border-style:solid;
    border-width:0px 3px 3px 0;
    margin:0 -3px -3px 0;
}
.shadow-center .content {
}
.shadow-center .content .mtable {
    width:100%;
    border-color:#B3B3B3;
    border-style:solid;
    border-width:1px;
    border-collapse:collapse;
}
.shadow-center .content .mtable td, .shadow-center .content .mtable th {
    /*border-color:#EEEEEE;
    border-style:solid;
    border-width:1px;*/
    padding:10px 10px;
}
.shadow-center .content .mtable th {
    background:#0066CC;
    /*border-width:1px 0;*/
    color:#FFFFFF;
    padding:12px 10px;
}
/*.shadow-center .content .mtable th.first {
    border-left-width:1px;
}
.shadow-center .content .mtable th.last {
    border-right-width:1px;
}*/

.center-section {
    color:#666666;
    font-size:14px;
    font-weight:bold;
    padding-bottom:5px;
}
/* Center }} */


/* Templates {{ */
.box-body .templates-page-guide {
    background:url(./images/bg-top.gif) repeat-x scroll center bottom;
    color: #006BB7;
    height: 60px;
    margin:0;
    overflow:hidden;
    padding:0;
    text-align:left;
    width:100%;
}
.box-body .templates-page-guide .title {
    float:left;
    font-size:25px;
    font-weight:bold;
    margin:0;
    padding:14px 0 0 20px;
    width:auto;
}
.download-box {
    background:#FFFFCC url(./images/icon-download.gif) no-repeat scroll 20px center;
    border:1px solid #CCCCCC;
    color:#006BB7;
    font-size:18px;
    margin-top:20px;
    padding:25px 20px 25px 90px;
    text-align:left;
    text-decoration:underline;
}
/* Templates }} */


table.hover tr.hover td {
    background:#FFFFCC;
}


.image-list {
    list-style:none;
    margin:0;
    padding:0;
}
.image-list li {
    border:1px solid #EEEEEE;
    float:left;
    height:140px;
    margin:0 5px 5px 0;
    overflow:hidden;
    padding:5px;
    text-align:center;
    width:120px;
}
.image-list li img {
    visibility:hidden;
}
#sb {
	text-decoration: none;
	float: left;
	width: 717px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#zhanshi {
	text-decoration: none;
	float: left;
	width: 555px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
#ylj {
	text-decoration: none;
	float: left;
	width: 160px;
}
#foot {
	text-decoration: none;
	height: 50px;
	background-repeat: repeat-x;
}

#ding {
	text-decoration: none;
	height: 57px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../src/images/09.jpg);
	background-repeat: no-repeat;
}
body {
	margin:0;
	padding:5px;
	font:11px Verdana,Arial;
	
}
#Layer2 {
	position:absolute;
	left:222px;
	top:1px;
	width:193px;
	height:89px;
	z-index:1;
}
