body {
    padding:0;
	margin:0;
    font-size:12px;
    text-align:center;
	background:url(../images/bg.jpg) repeat-x top;
}
img {
    border:0;
	display:block;
}
input {
    border:1px solid #CCC;
	height:18px;
	font-size:12px;
}
li {
    list-style:none;
}
#shijia {
    margin:0 auto;
    width:780px;
}
#top {
    width:780px;
	height:150px;
	background:url(../images/top.jpg);
}
#contain {
    width:778px;
	float:left;
	border-left:1px solid #03C;
	border-right:1px solid #03C;
	background:url(../../images/left-bg.jpg) repeat-y left;
}
#contain-left {
    width:179px;
	float:left;
	border-right:1px solid #004080;
	background:#FFF;
}
#contain-right {
    width:598px;
	float:right;
	background:#FFF url(../../images/right-bg.jpg) repeat-y left;
}
#product-sort {
    width:179px;
    text-align:left;
}
#product-sort ul {
    margin:20px;
}
#product-sort li {
    height:28px;
}
#product-sort a {
    color:#06F;
    font-weight:bold;
    text-decoration:none;
}
#bottom {
    width:778px;
	height:80px;
	padding:12px 0 13px 0;
	line-height:165%;
	clear:both;
	background:#CCC;
	border:1px solid #03C;
}