@charset "utf-8";

.ListItem {
	width: 640px;
	line-height: 30px;
	padding: 5px 0;
}
.ListImg {
	float: left;
	width: 145px;
	height: 80px;
}
.ListImg img {
	width: 145px;
	height: 80px;
}
.ListTxt {
	float: left;
	width: 480px;
	height: 80px;
	padding-left: 15px;
}
.ListTitle {
	width: 480px;
	height: 40px;
	line-height: 20px;
}
.ListTitle p {
	width: 480px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.ListTitle span {
	margin-right: 10px;
}
.ListTitle a:link    {
	color: #FFCC00;
}
.ListTitle a:visited {
	color: #FFCC00;
}
.ListTitle a:hover   {
	color: #E1FFD7;
}
.ListPrice {
	width: 480px;
	height: 24px;
	line-height: 24px;
	margin-top: 16px;
}
.ListPrice strong {
	padding-left: 5px;
	font-size: 18px;
}
.ListItemSplite {
	width: 640px;
	height: 5px;
	line-height: 5px;
}
.ListIntro {
	width: 480px;
	height: 32px;
	line-height: 16px;
	margin-top: 8px;
}


.TxtItem {
	width: 640px;
	padding: 5px 0;
}
.TxtTitle {
	width: 640px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
}
.TxtTitle a:link    {
	color: #FFCC00;
}
.TxtTitle a:visited {
	color: #FFCC00;
}
.TxtTitle a:hover   {
	color: #E1FFD7;
}
.TxtIntro {
	width: 640px;
	line-height: 16px;
}
.TxtIntro p {
	margin: 0;
	padding: 0;
}



.GridCol {
	width: 640px;
	padding: 10px 0;
}
.GridItem {
	float: left;
	width: 160px;
}
.GridImg {
	width: 120px;
	height: 100px;
	margin: 0 15px 10px 15px;
	padding: 5px;
	background: #FFFFFF;
}
.GridImg img {
	width: 120px;
	height: 100px;
}
.GridTitle {
	width: 130px;
	line-height: 20px;
	margin: 0 15px;
	text-align: center;
}
.GridTitle a:link    {
	color: #FFCC00;
}
.GridTitle a:visited {
	color: #FFCC00;
}
.GridTitle a:hover   {
	color: #E1FFD7;
}


.GridLiteItem {
	float: left;
	width: 128px;
}
.GridLiteImg {
	width: 100px;
	height: 135px;
	margin: 0 9px 10px 9px;
	padding: 5px;
	background: #FFFFFF;
}
.GridLiteImg img {
	width: 100px;
	height: 135px;
}
.GridLiteTitle {
	width: 110px;
	line-height: 20px;
	margin: 0 9px;
	text-align: center;
}
.GridLiteTitle a:link    {
	color: #FFCC00;
}
.GridLiteTitle a:visited {
	color: #FFCC00;
}
.GridLiteTitle a:hover   {
	color: #E1FFD7;
}