.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;
	overflow: hidden;
}
.module-listOfObjects ul li.has-thumb {
	margin: 7px 15px;
}

* 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 2px 0;
}

.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;
}

body .module-listOfObjects .pager {
	overflow: hidden;
}

body .pager span.next {
	float: left;
	height: 25px;
	margin-left: 30px;
	margin-top: 2px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	text-indent: -99999em;
	top: 0;
	width: 25px;
}
body .pager span.prev {
	float: left;
	height: 25px;
	left: 50%;
	margin-left: -50px;
	margin-top: 2px;
	overflow: hidden;
	position: absolute;
	text-indent: -99999em;
	top: 0;
	width: 25px;
}



/* IE7 workaround for MRB-1219 and fix for MRB-1526 */

*:first-child+html .module-listOfObjects ul li.has-thumb div.bgImg { 
	float: none; 
	height: auto; 
	padding-bottom: 10px; 
	width: auto; 
	z-index: -1; 
}

*:first-child+html .module-listOfObjects ul li.has-thumb h4 { 
	margin: -70px 0 0 85px; 
}
*:first-child+html .module-listOfObjects ul li.has-thumb div.description { 
	margin: 0 0 0 85px; 
} 
