div#productgroups {
}
div#productgroups div.productgroup {
	overflow: hidden;
}
div#productgroups div.productgroup div.previews {
	overflow: hidden;
}
* html div#productgroups div.productgroup {
	clear: both;
}
div#productgroups div.productgroup h3 {
	padding: 15px 0 0 0;
	margin-bottom: 10px;
  	border-bottom: 1px dashed #c4c3c3;
  	font-style: italic;
}

div#productgroups div.productgroup div.product {
	float: left;
	width: 71px;
	height: 115px;
	margin-right: 9px;
}
div#productgroups span.image {
	display: block;
	width: 65px;
	height: 65px;
	border: 3px solid #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff;
}
div#productgroups a:hover span.image {
	border-color: #c74d27;
}

div#productgroups a span.text {
	font-size: 0.65em;
}

/* Profile Picture */

div#topimg {
	position: relative;
	background: #fbf8f0 url(images/profile_picture_bg_v2.png) no-repeat 0 0;
	width: 258px;
	height: 178px;
	margin-left: 10px;
	margin-top: -30px;
}
div#topimg img {
	position: absolute;
	left: 126px;
	top: 86px;

}
div#membersummary {
	padding: 10px 27px;
}

