

/* --------------------------------------------------------------------------------- */
/* listItem1 (MeineProfile,) */

.list {
	clear:left;
  margin-top:10px;
  border-spacing:0px;
	width:660px;
	padding:0px;
}

.list td,
.list th {
  padding:5px; padding-right:0px;
	border-bottom:1px solid #949494;
	vertical-align:top;
	text-align:left;
}

.list th.main,
.list td.main {
  width:100%;
}

.list th {
  color:#949494;
}

.list td {
  height:60px;
}

.list .nowrap {
  white-space:nowrap;
}

.list td.action,
.list td.profilImg {
	vertical-align:middle;
	text-align:center;
}

.list td .profilImg {
	height:90px;
	display:block;
	background-color:#efefef;
	padding:5px;
	text-align:center;
}

.list td h2 {
  margin:0px;
	padding:0px;
}

.list td p {
  margin:0px;
	padding:0px;
}


/* --------------------------------------------------------------------------------- */
/*  */

#listProfils {
	margin-top:10px;
}


/* --------------------------------------------------------------------------------- */
/*  */

.resultItem {
	background-color:#efefef;
	margin-bottom:10px;
	padding:3px; padding-left:10px;
	overflow:auto;
}

.resultItem h2 {
	padding:3px;
	margin-bottom:5px;
}

.resultItem .profilImg {
	float:left;
	display:block;
	overflow:auto;
	padding:3px;
	border-right:1px dotted #949494;
	margin-right:10px;
	width:120px;
}

.resultItem .profilImg img {
	width:115px;
	height:100px;
}

.bd {
  border-bottom:1px solid #efefef;
  padding: 4px 2px 2px 2px;
}

#list_basic_features {
  list-style-type:disc;
  list-style-position:outside;
  color:orange;
  margin-left:20px;
} 
#list_basic_features  span{
  color:black;
}

#list_premium_features {
  list-style-type:disc;
  list-style-position:outside;
  color:red;
  font-weight:normal;
  margin-left:20px;
} 
#list_premium_features  span{
  color:black;
}
