div.card_container
{
	float: left;
	width: 200px;
}

div.card
{
	width: 200px;
	height: 181px;
	background-image: url(http://static.monclasseur.com/img/minicard/mini_card_1.gif);
	text-align: left;
	cursor: pointer;
	z-index: -1;
}

div.card_result
{
	width: 200px;
	height: 181px;
	background-image: url(http://static.monclasseur.com/img/minicard/mini_card_1.gif);
	text-align: left;
	float: left;
}

div.card_women
{
	width: 178px;
	height: 134px;
	position: relative;
	left: 8px;
	top: 10px;
	padding: 0px;
	margin: 0px;
}

div.card_men
{
	width: 178px;
	height: 134px;
	position: relative;
	left: 8px;
	top: 10px;
	padding: 0px;
	margin: 0px;
}

div.card_name
{
	position: relative;
	width: 120px;
	height: 20px;
	left: 16px;
	top: 12px;
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: white;
	font-weight: 700;
}

div.card_icon
{
	position: relative;
	width: 40px;
	height: 80px;
	background-color: #FFFFFF;
	left: 0px;
	top: 14px;
	float: right;
	border: #999999 solid 1px;
	margin: 0 5 0 0px;
	font-family: Trebuchet MS;
	font-size: 12px;
	padding: 3px;
	text-align: right;
}

div.city
{
	clear: both;
	position: relative;
	left: 0px;
	top: 36px;
	font-family: Trebuchet MS;
	font-size: 12px;
	padding: 0px;
	margin: 0 0 0 10px;
	color: white;
}

div.pic
{
	position: relative;
	top: -150px;
	left: 16px;
	float: left;
	margin: 0 0 -150 0px;
	padding: 6 0 0 0px;
	text-align: center;
	z-index: 5;
	cursor: pointer;
}

div.pic a img
{
	border: #FFFFFF solid 2px;
}

div.card_icon p
{
	margin: 0px;
}