.listing_row{
	float:left;
	width:100%;
}

.listing_item{
	width:150px;
	height:196px;
	overflow:hidden;
	float:left;
	padding:6px 4px 0 4px;
	border:1px solid #fff;
	text-align:center;
	margin:10px 0px 0px 10px;
	color:#224b81;
	text-decoration:none
	display:inline;
}
/*
.listing_item:hover{
	background-color:#efefef;
	border:1px solid #d9d9d9;
}
*/
.listing_item a:hover{
	color:#224b81;
	text-decoration:underline;
}

.listing_image{
	background-image:url(../../images/misc/listing_background.png);
	background-repeat:no-repeat;
	padding:5px 3px 5px 3px;
	position:relative;
	margin:0px 0px 0px 1px;
}

.listing_image img.main{
	width:138px;
	position:relative;
}

.listing_image img.label{
	position:absolute;
	right:0px;
	top:96px;
	width:53px;
	height:50px;
}

.image_holder{
	width:228px;
	float:right;
	clear:right;
	position:relative;
	display:inline;
}

.image_holder img.label{
	position:absolute;
	right:0px;
	top:0px;
	width:53px;
	height:50px;
}
