#artListing .artListing-odd { 
	width: 248px;
	height: 250px;
	border: 1px solid #cccccc;
	margin: 5px 0px 3px 0px;
	padding: 5px 0px 5px 0px;
	float: left;
	overflow: hidden;
}

#artListing .artListing-even { 
	width: 248px;
	height: 250px;
	border: 1px solid #cccccc;
	margin: 5px 0px 3px 0px;
	padding: 5px 0px 5px 0px;
	float: right;
	overflow: hidden;
}

#artListing a { 
	color: #369;
	text-decoration: none;
}

#artListing .artListing-image img { 
	border: 0px;
	margin: 0px auto;
	padding: 0px 0px 0px 5px;
}

#artListing .artListing-price img { 
	border: 0px;
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#artListing .product-price { 
	float: left;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	font-weight: bold; 
	color: #000;
}	

#artListing .artListing-price { 
	background: #F1F2F1;
	width: 248px;
	height: 28px;
	margin: 0px;
	padding: 0px;
}

#artListing .artListing-title { 
	height: 52px;
	width: 248px;
	margin: 0px;
	padding: 0px;
}

#artListing .artListing-title { 
	text-align: center;
	margin: 0px auto;
	padding: 0px 10px 0px 5px;
	font-size: 11px;
	line-height: 13px;
}

#artListing .artwork-title a { 
	font-weight: bold;
}	

#artListing .artwork-artist { 
	clear: both;
}

#artListing .bottomProductsListingWrapper {
	clear: both; 
	border-top: 1px solid #ccc;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#artListingWrapper {
	height: 20px;
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	background: #f1f1f1
}

