@charset "utf-8";
/* CSS Document */

/*
author    : Yamen Bousselmi
email     : yab@justfindnow.com
date      : Juillet 2009
copyright : JFN IS (JustFinddNow Internet Services)
*/

/* CSS LISTING */
/* *********** */
.gpcr_listing{
	width:100%;
	float:left;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

.gpcr_listingImg{
	width:110px;
	height:75px;
	float:left;
	margin-right:10px;
	border:1px solid #666;
}

.gpcr_listingInfos{
	width:380px;
	float:left;
}

.gpcr_listingInfos h2{
	width:380px;
	float:left;
	font-size:12px;
	color:#1794bc;	
}

.gpcr_listingInfos span{
	width:380px;
	float:left;
	font-size:10px;
	color:#999;
}

.gpcr_listingInfos p{
	width:380px;
	float:left;
	font-size:11px;
	color:#333;
	margin-top:10px;
	text-align:justify;
}

