.pagenavi{
	margin:20px auto 20px auto;
}

.header{
	width:648px;
  	height:237px;
  border:1px solid #ccc;
}
.artistLogo{
  	position:relative;
  	float:left;
	width:250px;
  height:237px;
  text-align:center;
}
.artistLogo img{
  	margin:68px 0 0 0;
	width:180px;
}

.artistNameL{
  	margin:80px 0 0 0;
	font-size:22px;
  	font-weight:600;
}
.artistName{
	position:absolute;
  bottom:20px;
  left:0;
  width:250px;
  color:#666;
  letter-spacing:2px;
}
.photo{
	display:block;
  	float:left;
  width:398px;
  height:237px;
}
.creatorProf{
	margin:10px 0 10px 0;
  padding:0 5px 15px 5px;
  border-bottom:1px solid #ddd;
}

#itemList{
	width:100%;
  list-style:none;
  padding:0;
  margin:0;
}
#itemList li{
  	position:relative;
  	float:left;
	width:23.5%;
  margin:0 2% 15px 0;
    padding:0;
  overflow:hidden;
}
#itemList li:nth-of-type(4n){
	margin:0 0 15px 0;
}
#itemList li:nth-of-type(4n+1){
	clear:left;
  float:left;
}

.productPhoto{
  width:98%;
	margin:0 1% 0 1%;
}
.productPhoto img{
	width:100%;
}
.itemOverview{
	width:98%;
  margin:0 1% 0 1%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
	
.clear{
	clear:both;
}
