/*******************************************************************
 * DO NOT DELETE THIS ITEMS!!! just edit them
 * THEIR VALUES ARE IN DATABASE TEXT COLUMNS FOR BROWSER AND LISTING
 * they are used for formating fields in a listing
 * both on frontend and backend
 ******************************************************************/

.ig-icon
{
	display: inline-block;
	width: 300px;
	xheight: 150px;
	overflow: hidden;
	margin-right: 30px;
}
.ig-icon img
{
	width: 100%;
}

.ig-list-item
{
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #aaa solid 1px;
}
.ig-list-item:hover
{
	background-color: #f0f0f0;
}

.ig-list-item-data
{
	display: inline-block;
	width: 540px;
	padding: 10px;
	vertical-align: top;
}

.ig-list-item-data .ig-fld
{
	display: block;
}
.ig-list-item-data .ig-fld-title
{
	font-weight: bold;
	font-size: 24px;
}
.ig-list-item-data .ig-fld-datetime
{
	font-size: 18px;
}

