/*	Socho LISTING
	------------------------ */
#custom-listing .artbox {
	width: 845px;
	background-image: url("../images/backgrounds/bg_cat_listing1.png");
	border: 0;
}
#custom-listing .artbox .inner {
	width: 825px;
	height: 220px;
}
 
/* Thumbnail */
#custom-listing .artbox_thumb {
	margin-top: 30px;
	width: 115px;
	height:148px;
	margin-left:30px;
	bottom:0;
}
 
/* Articlename */
#custom-listing a.title {
	position: absolute;
	top: 40px;
	left: 210px;
	display: block;
	font-size: 16px;
}
 
/* Description */
#custom-listing p.desc {
	width: 550px;
	position: absolute;
	font-size:11px;
	top: 70px;
	left: 210px;
}
 
/* Price */
#custom-listing .artbox p.price, #custom-listing .artbox p.pseudoprice {
	bottom: 85px;
	left: 200px;
}
#custom-listing .artbox p.price span, #custom-listing .artbox p.pseudoprice span {
	font-size: 14px;
	color:#000;
	line-height:16px;

	}



 
/* Actions */
#custom-listing div.actions_new {
	left: 550px;
	width: 250px;
	bottom: 25px;

}
#custom-listing div.actions_new a {
	font-size:11px;

}