
#container
{
	width: 950px; /*宽度*/
	margin: 0px auto;
}
#logon
{
	width: 950px; /*宽度*/
	margin: 0px auto;
}
/*页面头*/
#header
{
	width: 950px;
	height: 26px;
	margin: 0px auto;
	overflow: hidden; /*防止div被撑开，超过div大小就隐藏*/
	background: #FFFFFF; /*背景色*/
}
/*页面底部*/
#foot
{
	width: 950px;
	height: 100px;
	margin: 0px auto;
}
#leftside
{
	width: 188px;
	float: left; /*该层位于外层的左边*/
	background: #FFFFFF;
	margin-right: 0px;
}
#midside
{
	width: 450px;
	overflow: hidden;
}

#rightside
{
	width: 748px;
	float: right; /*该层位于外层的右边*/
	background: #FFFFFF;
	overflow: hidden;
}

.td_label
{
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: right;
}

.td_text
{
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
}
.textbox
{
	width: 96%;
}




.rtp_table_with_dot
{
	border: solid 1px #FFCCCC;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
.rtp_table_with_dot td
{
	border-bottom: dotted 1px #FFCCCC;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 12px;
	text-align: center;
}

.tdline
{
	border-bottom: #eeeedd 1px solid;
}

.font14
{
	font-size: 14px;
}

.purple
{
	color: #a53636;
}

.gold
{
	color: #FF7900;
}
.shop-item li,.shop-item{padding:0; margin:0; list-style:none}
.shop-item{ width:100%; float:left;  }
.shop-item li{ float:left; width:45%; margin:5px 10px; height:220px;}
.shop-item li table{ width:100%;  border-collapse:collapse; float:left;  }
