.box_singolo_theclub_Uomo {
	background-image:url(images/uomo_big.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width:49%;
	margin:3px;
	margin-bottom: 30px;
}

.box_singolo_theclub_Donna {
	background-image:url(images/donna_big_old.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width:49%;
	margin:3px;
		margin-bottom: 30px;
}
.box_singolo_theclub_nickname {
	float: right;
	width:200px;
	color:#333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9DC83B;
	margin-bottom: 4px;
}

.box_singolo_theclub_sesso {
	float: right;
	width:200px;
	color:#666;
	margin-bottom: 4px;
	font-style: oblique;
}

.box_singolo_theclub_contattami {
float: right; width:200px; color:#333; text-align: right;
}

.box_singolo_theclub_descrizione {
	float: right;
	width:265px;
	background-color:#9DC83B;
	color:#FFF;
	padding:6px;
	min-height: 60px;
	margin-right: 4px;
	margin-top: 8px;
}

.box_singolo_eshop {
	float: left;
	text-align: center;
	width:33%;
	margin-bottom: 15px;
}

.box_singolo_eshop_nome {
	float: right;
	width:100%;
	color:#333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9DC83B;
	margin-bottom: 4px;
}
.box_singolo_eshop_add {
	float: right;
	width:100%;
	color:#333;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.box_singolo_eshop_foto  {
	min-height: 130px;
	width:100%;
}

.box_singolo_eshop_descrizione {
	float: left;
	width:93%;
	background-color:#9DC83B;
	color:#FFF;
	padding:3px;
	min-height: 80px;
	background-image: url(images/carrello.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 4px;
	margin-left: 4px;
}

.carrello  {
	float: right;
	margin: 5px;
	min-height: 50px;
	padding: 10px;
	width:300px;
	border-width: 1px;
	border-style: dashed;
	border-color: #9DC83B;
		background-image: url(images/carrello.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
}
.subtitolo{
	color: #787878;
	font-size: 11px;
	width: 400px;
	float: left;
	padding-top: 5px;
	margin-left: 10px;
}
