
#CustomPage{
	margin-bottom:10px;
	height:auto;
	text-align:left;
	width:100%;
	overflow:hidden;
}

/* GridView */
div.GridView{
	width:100%;
	font-size:12px;
	overflow:hidden;
}
.GridView div.Item{
	float:left;
	margin:0.2%;
	width:130px;
	text-align:center;
	margin-bottom:15px;
}
.GridView div.Item div.Pic{
	width:120px;
	height:120px;
	margin:0 auto 5px;
	border:1px solid #DDD;
	/*make image bk vertically-centered*/
	background-color:#FFF;
	background-position:center center;
	background-repeat:no-repeat;
}
.GridView div.Item div.Pic a{
	/*optimizer accessiblility*/
	position:relative;
	display:block;
	width:120px;
	height:120px;
}
.GridView div.Item div.Pic img{
	/*optimizer accessiblility*/
	display:none;
}
.GridView div.Item div.Name{
	width:120px;
	height:45px;
	margin:0 auto 4px;
	text-align:center;
	overflow:hidden;
	word-break:break-all;
}
.GridView div.Item div.Price{
	color:#F60;
	font:bold 13px arial;
	margin-bottom:2px;
}
.GridView div.Item div.Price i{
	margin-right:3px;
	font-style:normal;
	font-weight:normal;
	font-size:11px;
	color:#999;
}
.GridView div.Item div.Tack{
	color:#999;
	height:16px;
}
.GridView div.Item div.Ordinarily{
	color:#999999;
	text-decoration: line-through;
}

/* GridView 180x180 */
div.S180 div.Item{
	width:32.7%;
}
div.S180 div.Item div.Pic{
	width:180px;
	height:180px;
	line-height:180px;
	text-align: center;
	overflow: hidden;
	padding:1px;
}
.GridView.S180 div.Item div.Pic img{
	display:inline;
}
div.S180 div.Item div.Pic .Pic180{
	max-width: 180px;
	max-height: 180px;
	border: none;
	/*
	_width: expression(_adjustX(this));
	_height: expression(_adjustY(this));*/
	vertical-align:middle;
}
div.S180 div.Item div.Pic a{
	width:180px;
	height:180px;
}
div.S180 div.Item div.Name{
	width:182px;
	height:30px;
}

/*List Top Items*/
.ListView{
	font-size:12px;
}
.ListViewTop{
	position:relative;
	height:20px;
	border-bottom:1px dashed #CCC;
	background:#EEE;
	padding-top:2px;
}
.ListViewTop a,#ListViewTop label{
	color:#111;
	text-decoration:underline;
}
.ListViewTop div{
	text-align:center;
	line-height:16px;
	margin-bottom:3px;
	color:#111111;
}
.ListViewTop div.Info{
	float:left;
	width:100%;
	margin-right:-300px;
}
.ListViewTop div.Info div.Name{
	margin:0 300px 0 115px;
}
.ListViewTop div.TimeLeft{
	float:right;
	width:48px;
}
.ListViewTop div.Place{
	float:right;
	width:75px;
}
.ListViewTop div.Price{
	float:right;
	width:138px;
}
/*List Table Items*/
.ItemList .ListView div.Item{
	position:relative;
	height:90px;
	padding:2px;
	border-bottom:1px dashed #CCC;
}
.ItemList .ListView div.Item div.Pic{
	position:absolute;
	left:15px;
	top:7px;
	width:80px;
	height:80px;
	/*make image bk vertically-centered*/
	background-color:#FFF;
	background-position:center center;
	background-repeat:no-repeat;
}
.ItemList .ListView div.Item div.Pic a{
	/*optimizer accessiblility*/
	position:relative;
	display:block;
	width:80px;
	height:80px;
}
.ItemList .ListView div.Item div.Pic img{
	/*optimizer accessiblility*/
	position:absolute;
	top:0px;
	left:-9999px;
}
.ItemList .ListView div.Item div.Info{
	float:left;
	width:100%;
	margin-right:-200px;
}
.ItemList .ListView div.Item div.Info div{
	float:none;
	margin-left:120px;
	margin-right:200px;
}
.ItemList .ListView div.Item div.Info div.Name{
	margin-top:35px;
	margin-bottom:6px;
	font-weight:bold;
	text-align:left;
}
.ItemList .ListView div.Item div.Price{
	width:138px;
	float:right;
	margin-top:36px;
	text-align:center;
}
.ItemList .ListView div.Item div.Price .Ordinarily{
	text-decoration:line-through;
	color:#999999;
	font-weight:normal;
}
.ItemList div.Item div.Price em{
	font-style: normal;
	color:#999;
}

.ItemList .ListView div.Item div.Price span{
	color:#F60;
	font:bold 13px arial;
}
.ItemList .ListView div.Item div.Place{
	width:75px;
	text-align:center;
	float:right;
	margin-top:36px;
}
.ItemList .ListView div.Item div.TimeLeft{
	width:48px;
	text-align:center;
	float:right;
	margin-top:36px;
}
.ItemList .ListView div.Item div.TimeLeft i{
	display:none;
}
/* List Table Bottom */

.ItemList .ListViewBottom{
	margin:5px;
}
.ItemList .ListViewBottom div.PageChanger{
	float:right;
}

