/* 布局 */
.lyt-top {
	width:100%;
	height:10px;
	background-color:#fff;
    }

.lyt-decorate {
	height:200px;
	}

.lyt-wrap {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	}
.lyt-wrap-other {
	width:983px;
	margin:0 auto;
	}
.main-bg {
	background:url(../images/xxxx.jpg) top #e7ded7 no-repeat;
	}
	
/* 头部 */
.lyt-header {
	float:left;
	width:983px;
	margin:0 auto;
	clear:both;
	}

/* 底部 */
.lyt-footer {
	float:left;
	width:950px;
	line-height:150%;
	background-color:#fff;
	}


/* 主体部分 */
.lyt-maincontent {
	margin:0;*margin:0!important;*margin:-4px 0 0 0;
	float:left;
	width:953px;
	clear:both;
	display:inline;
	background-color:#fff;
	}
	
/* 一列 */
.lyt-content {
	width:898px;
	margin:0 auto;
	background:url(../images/img/content_bg.gif) top repeat-y;

	}	
	
/* 二列=左窄右宽 */
.lyt-left {
	float:left;
	width:219px;
	}
.lyt-right {
	float:right;
	width:764px;
	}
	
/* 二列=左窄右宽 */
.lyt2-left {
	float:left;
	width:193px;
	}
.lyt2-right {
	float:right;
	width:748px;
	background-color:#fff;
	}
/*checkout*/
.lyt-header-checkout{
	float:left;
	display:inline;
	width:983px;
	background-color:#fff;
	}

/*width*/
.width981{width:980px;border-left:1px solid #ccc;border-right:1px solid #ccc;}

