/**
 *	Gallery Module - std_styles.gallery.css
 *	---------------------------------------
 *	@date		Wednesday, November 24, 2010
 *	@author		Balazs Csaba
 */


table td.conteur, table td.gallery
{
	background: #FFF;
	color: #363636;
	font-weight:bold;
	width:100%;
	position:relative;
}
table td.gallery div.listing {
	position:relative;
	float:left;
	padding: 3px;
	border: 1px solid #e8edff;
	width:432px;
	height:160px;
	max-height:160px;
	margin:10px;
	overflow:hidden;
	font:12px normal 'Helvetica Neue',Arial,Helvetica,sans-serif;
}
table td.gallery div.listing strong.label
{
	margin:0;
}
table td.gallery div.listing img {
	padding: 2px;
	border: 1px solid #EEE;
	width:120px;
	height:auto;
	overflow:hidden;
	float:left;
	margin:0 5px 2px 0;
}
table td.gallery div.listing p {
	font-weight:normal;
}
table td.conteur div
{
	position:relative;
	padding: 3px;
	border: 1px solid #e8edff;
	width:113px;
	height:125px;
	max-height:125px;
	float:left;
	margin:10px;
	overflow:hidden;
}
table td.conteur div img
{
	padding: 2px;
	border: 1px solid #EEE;
	width:107px;
	height:auto;
	max-height:100px;
	overflow:hidden;
	clear:both;
	margin:0 auto;
}
table td.conteur div span
{
	display:block;
	margin: 5px 0;
	color:#333;
	font:12px normal 'Helvetica Neue',Arial,Helvetica,sans-serif;
	position:absolute;
	bottom:0;
}