.module-listOfObjectsWrapper
{
	background: #FFF url(../images/bg240.gif) repeat-x bottom;
}
.module-listOfObjects {
	background: #FFF url(../images/bg240.gif) repeat-x bottom;
	height: 100%;
	padding-bottom: 10px;
}
.module-listOfObjectsModule {
	background: none;
}


.module-listOfObjects ul{
	list-style: none;
	margin: 0 0 -1px;
	padding: 0;
}
.module-listOfObjects ul li{
	clear: both;
	margin: 7px 15px;
	overflow: hidden;
}
* html .module-listOfObjects ul li{
	margin-bottom: 4px;
	margin-top: 4px;
} 
*:first-child+html .module-listOfObjects ul li{
	margin-bottom: 4px;
	margin-top: 4px;
} 

.module-listOfObjects ul li.no-thumb {
	margin: 2px 7px;
}

.module-listOfObjects ul li div.bgImg{
	background: url(../images/listofobjects/in-the-spot-img-bg.png) no-repeat;
	float: left;
	height: 70px;
	margin-right: 13px;
	width: 75px;
}

.module-listOfObjects ul li h4{
	font-size: 11px;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.module-listOfObjects ul li a.morebutton {
	float: right;
}
.module-listOfObjects ul li div.more a.morebutton {
	float: right;
	overflow: hidden;
}
.module-listOfObjects ul li.no-thumb h4 {
	margin-top: 3px;
	text-transform: none;
}
.module-listOfObjects ul li.no-thumb h4,
.module-listOfObjects ul li div.description
{
	font-size: 11px;
	line-height: 1.2;
}
.module-listOfObjects ul li h4 a,
.module-listOfObjects ul li div.description a
{
	color: #000;
	text-decoration: none;
}
