/* layout */
#shopList .top {
	clear:both;
	height:20px;
	line-height:20px;
	padding-left:10px
}
	#shopList .top h3 {
		font-size:18px;
		float:left;
		width:100px;
		color:#333;
		font-weight:normal
	}
	#shopList .top .search-area {
		float:right;
		overflow:hidden
	}
	#shopList .top .count {
		display:block;
		float:left;
		padding-top:5px
	}

/* select box */
#shopList .select-box {
	border:1px solid #e6e6e6;
	padding:4px 5px;
	background:#fff;
	text-align:center;
	float:left;
	margin-left:10px
}
	#shopList .select-box select{
		border:none;
		text-align:center;
		color:#888888;
		width:100px
	}
		#shopList .select-box select option {
			padding:0 15px 0 10px;
			text-align:center
		}


/* search */
#shopList input.sSearch {
	background:#fff;
	border:none;
	float:left;
	width:120px;
	height:16px;
	line-height:16px;
	padding:0 5px
}
#shopList .search-area .btn_search {
	background:url(image/button/btn_search.png) no-repeat 0 0;
	display:block;
	border:none;
	text-indent:-1000em;
	float:left;
	cursor:pointer;
	width:13px;
	height:13px;
	margin:2px 5px 0 0
}

/* list type selecter */
#shopList .list-type {
	float:left;
	margin-left:10px
}
	#shopList .list-type img {
		float:left;
		cursor:pointer;
		margin-right:5px
	}

/* pagenation */
#shopList .pagenation {
	position:relative;
	left:42%;
	margin-left:-100px
}

/* product-list */
#shopList .product-list {
	clear:both;
	margin-top:30px
}

/* list type : gallery */
#list-type-gallery {padding:0px 0 0px 0;overflow:hidden}
#list-type-gallery table {width:100%}
#list-type-gallery .boxgrid {width: 225px;height: 300px;float:left;background:#2b2b2b;overflow: hidden;position: relative;cursor:pointer;margin:7px;margin-right:25px}
#list-type-gallery .boxgrid img{position: absolute;top: 0;left: 0;border: 0;}
#list-type-gallery .boxcaption{float:left;position: absolute;height:300px;width:100%}
#list-type-gallery .thumb {position:relative;width:225px;height:300px;float:left;padding:20px}
#list-type-gallery .maker {padding-bottom:5px;display:block;color:#23abf1}
#list-type-gallery .subject {height:50px;display:block;width:80%}
#list-type-gallery .subject a {font-size:14px;font-weight:normal;color:#e6e6e6}
#list-type-gallery .price {font-size:22px;font-weight:normal;color:#fff;letter-spacing:-1px}
#list-type-gallery .soldout {position:absolute;bottom:45px;left:-10px;display:block;color:#fff;text-align:center;width:100%}

/* list type : webzine */
#list-type-webzine {padding:0 0 20px 0;overflow:hidden}
