.shoplist{
	float:left;
	width:100%;
	text-align:left;
}
.CatList{
	float:left;
	width:100%;
	padding:4px 0px;
}
.CatList a{
	color:#DE0106;
	font-weight:bold;
}
.shopHeader{
	clear:both;
	color:#FFFFFF;
	background-color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	padding:4px 6px;
	margin:6px 0px;
}
.shoplist .item{
	float:left;
	width:180px;
	padding:6px 4px 6px 0px;
	text-align:left;
}
.shoplist .thumbnail img{
	border:1px solid #000000;
}
.price{
	color:#DE0106;
	font-weight:bold;
}
.size{
	font-size:11px;
	color:#5F5F5F;
}
.tag{
	font-size:11px;
	color:#5F5F5F;
}
