h1 {
    margin-bottom: 5px;
    font-size: 20px;
}

#member_profile
{
	background-color: #533930 ;
}
#member_profile .whitecontent
{
	margin: 6px 6px 0px 6px ;
	padding: 0px ;
	background-color: #ffffff ;
}


#member_header
{
	display: flex;
	margin: 0px 6px !important ;
}
#member_header .member_avatar
{
	width: 100px;
	margin: 0px 6px ;
}
#member_header .member_details
{
	flex-grow: 1;
	padding-top: 5px;
}


#collection_panel .section_title
{
	border-bottom: 1px solid #533930 ;
	margin-bottom: 0px ;
	padding-top: 5px;
}
#collection_panel .section_title h2
{
	color: #533930 ;
	font: bold 18px CooperStdBlack, Arial, sans-serif ;
}
#collection_panel .collection_list
{
	margin-bottom: 4px ;
}
#collection_panel .collection_item
{
	display: inline-block;
	width: 100px ;
	margin: 10px 0px 0px 10px ;
	height: 100px ;
}
#collection_panel .collection_item img
{
	display: block;
}


#gallery_panel .section_title
{
	border-bottom: 1px solid #533930 ;
	margin-bottom: 0px ;
	padding-top: 5px;
}
#gallery_panel .section_title h2
{
	color: #533930 ;
	font: bold 18px CooperStdBlack, Arial, sans-serif ;
}
#gallery_panel .gallery_list
{
	margin-bottom: 4px ;
}
#gallery_panel .gallery_item
{
	display: inline-block;
	width: 100px ;
	margin: 10px 0px 0px 10px ;
	height: 100px ;
}
#gallery_panel .gallery_item img
{
	display: block;
}


#wishlist_panel .section_title
{
	border-bottom: 1px solid #533930 ;
	margin-bottom: 0px ;
	padding-top: 5px;
}
#wishlist_panel .section_title h2
{
	color: #533930 ;
	font: bold 18px CooperStdBlack, Arial, sans-serif ;
}
#wishlist_panel .wishlist_list
{
	margin-bottom: 4px ;
}
#wishlist_panel .wishlist_item
{
	display: inline-block;
	width: 100px ;
	margin: 10px 0px 0px 10px ;
	height: 100px ;
}
#wishlist_panel .wishlist_item img
{
	display: block;
}


#market_panel .section_title
{
	border-bottom: 1px solid #533930 ;
	margin-bottom: 0px ;
}
#market_panel .section_title h2
{
	color: #533930 ;
	font: bold 18px Arial, sans-serif ;
}
#market_panel .market_list
{
	margin-bottom: 4px ;
}
#market_panel .market_item
{
	width: 100px ;
	float: left ;
	margin: 10px 0px 0px 10px ;
	height: 100px ;
	display: inline ;
}
#market_panel .market_item img
{
	display: block ;
}
