.view-profile-item .pictures {
  float: left;
  margin-right: 10px;
}
  .view-profile-item .label {
	float: left;
	width: 10em;
  }
  .view-profile-item .pictures_coverImage img {
	display: block;
	border: 1px solid black;
	margin: 5px;
  }
  .view-profile-item .pictures_pic1 img,
	.view-profile-item .pictures_pic2 img,
	.view-profile-item .pictures_pic3 img {
	float: left;
	display: block;
	border: 1px solid black;
	margin: 5px;
  }
  .view-profile-item .description {
	clear: both;
	padding-top: 15px;
  }
  .view-profile-item .title {
	font-size: 11pt;
	line-height: 20px;
	margin-bottom: 10px;
	color: #666;
  }

.profileItems-list-display .view, .portal-cart-delete-item {
  text-align: left;
  color: #666;
}
  .profileItems-list-display .pic1, .portal-cart-delete-item .pic1 { margin-bottom: 10px; }
  .profileItems-list-display a, .portal-cart-delete-item a { color: #444; }
  .profileItems-list-display .title, .portal-cart-delete-item .title { font-weight: bold; }
  .profileItems-list-display .price { float: right; }


.view-profile .brandLogo { display: block; }
.view-profile .coverImage {
  float: left; display: inline;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid black;
}

.profiles-list-display .profiles-view {
  text-align: left;
  color: #666;
}
  .profiles-list-display .profiles-view a { color: #666; }
  .profiles-list-display .profiles-view .title {
	font-weight: normal;
	font-size: 9pt;
  }

.evaluations .textbody textarea {
  width: 450px;
}

.helptext {
  display: block;
  margin-bottom: 15px;
  color: #888;
}

#purchase-form .label
{
	font-size: 12px;
}

.edit .container * {
  vertical-align: middle;
}
.edit .container .thumbnail {
  display: inline;
}

.view .color {
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 2px solid black;
  float: left;
}
.view .color-label { float: left; }

.edit .error, .create .error {
  color: #bb5500;
}
.edit .itemcolor, .create .itemcolor {
  width: 200px;
}
.edit .colorswatch, .create .colorswatch {
  float: left; display: inline;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: white;
  border-width: 2px;
}

.label-container .label {
  font-weight: bold;
  padding-right: 15px;
}

.large-image {
  width: 100%;
  text-align: center;
}

.large-description {
  width: 100%;
  text-align: center;
}

.large-image img {
  background: #eae1d4;
  padding: 5px;
  margin: 0 13px 13px 0;
}

.listitem {
  overflow: hidden;
  margin-bottom: 30px;
  clear: both;
}

.listitem .title {
  border: 0;
  clear: none;
}

li {
  padding-left: 10px;
  list-style-position: inside;
}

table.rows-list {
  width: 95%;
}
  .rows-list th { text-align: left; }
  .rows-list tr {
  }
  .rows-list td {
	border: none;
	padding: 5px;
	padding-right: 20px;
  }
  .rows-list tr.first th {
	background: white;
	border-bottom: 1px solid black;
  }
  .rows-list tr.even { background-color: #f3f5f7; }
  .rows-list tr.odd { }

table.list {
  padding: none;
  margin: none;
  border-collapse: collapse;
}
  .list tr {
	padding: none;
	margin: none;
	vertical-align: top;
  }
  .list td {
	width: 33%;
	border: none;
	padding: 10px;
	padding-bottom: 30px;
	text-align: center;
  }
  .list th {
	border: none;
	padding: 4px 10px 4px 0;
  }
  .list th.left { padding-right: 30px; }

.edit .group input {
  width: 150px;
  _width: 147px;
}
.edit .group .container {
  margin-bottom: 5px;
}

.edit .group .label {
  float: left;
  width: 50px;
  padding: 0;
}

/* -------------------------- Registration package display ------------------------- */

.view.packages .label-container .label {
  float: left;
  width: 250px;
}

.view.packages .label-container {
  clear: left;
}

input.package-select {
}

.view.packages {
  overflow: hidden;
  padding-bottom: 10px;
}
