/* ------------------------------------------------------ */
/* Grand Search                                           */
/* ------------------------------------------------------ */
#grand_search {
	margin: 33px 0px 0px 20px;
	font-size: 13px;
	padding-bottom: 0px;
}
#grand_search .header {
	position: relative;
	top: -6px;
}
#grand_search .result_container {
	display: inline-block;
	width: 500px;
	height: 22px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
#grand_search .result_container::-webkit-scrollbar {
	height: 1px;
}
#series_list_container {
	margin-right: 20px;
}
#series_list {
	width: 275px;
}
/* ------------------------------------------------------ */
/* User info                                              */
/* ------------------------------------------------------ */
#results_user { 
	float: left;
	width: 475px;
	height: 420px;
	margin: 20px 30px 0px 15px;
	padding-right: 30px;
	border-right: 1px solid #999;
}
#results_user .header {
	min-height: 100px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #CCC;
}
#results_user .head_shot {
	float: left;
	margin-right: 10px;
}
#head_shot_photo {
	width: 100px;
}
#results_user .profile_info {
	float: left;
	width: 360px;
}
/* ------------------------------------------------------ */
/* Merchandise                                            */
/* ------------------------------------------------------ */
#merchandise {
	float: left;
	width: 475px;
	margin-top: 15px;
}
#merchandise .thumb {
	height: 126px;
}
#products_container {
	width: 100%;
	height: 385px;
	padding: 5px;
	border: 1px inset #CCC;
	overflow-y: auto;
	overflow-x: hidden;
}
#products {
}
#notification {
	padding: 10px 5px 0px 10px;
}
#products .placeholder {
	width: 475px;
}
#products .thumb {
	width: 22%;
}
#products .merch_thumb {
	cursor: pointer;
}
#products .merch_thumb img {
	width: 35px;
	margin-top: 37px;
}