@import url('/css/itempreview.css');

ul#itemlist {
	clear:both;
	overflow:hidden;
	margin-left:-9px;
}

ul#itemlist li {
	width:290px;
	padding:16px 0 0;
	float:left;
	height:345px;
	margin-left:9px;
}

ul#itemlist li.right {
	margin-left:14px;
}

#itemlist span.title {
  font-size:12pt;
  color:#427c20;
  font-weight:bold;
  margin-bottom:11px;
  display:block;
}

#itemlist hr.grey {
	width:290px;
}

span.item span.number {
  font-weight:bold;
  font-size: 8pt;
}

span#newest_item {
  display:block;
  font-size:8pt;
  margin-top:-14px;
}

span#newest_page {
  margin-left:1px;
  margin-top:10px;
  position:absolute;
}

a.togglerdw {
	float:right;
	margin-top:-25px;
}

div#ignore-rdw-hover {
	width:347px;
	height:79px;
	background:url(/img/ignorerdw_hover.png);
	position:absolute;
	display:none;
	margin-left:-208px;
	margin-top:-132px;
	padding:15px;
	color:#FFFFFF;
}

.rejected-notice {
	height:0;
	margin-left:259px;
	position:relative;
	top:6px;
	width:0;
}

.rejected-notice img {
	height:25px;
	width:25px;
}

.rejected-notice.small {
	margin-left:80px;
}

p.advert-notice {
	color:#555555;
	margin-top:30px;
	margin-bottom:10px;
	font-style:bold;
	padding:5px;
	font-weight:bold;
	border-top: solid #e1e1e1 1px;
}

