@charset "utf-8";
/* CSS Document */
/* Club list page items */
.clubListItem {
	width:980px;
	height:200px;
	position:relative;
	float:left;
	margin:2px 0 0 0;
	padding:0;
}
.clubListPic {
	width:300px;
	height:200px;
	margin:0;
	padding:0;
	position:relative;
	float:left;
}
.clubListPrice {
	float:right;
}
.clubListText {
	width:656px;
	height:194px;
	text-align:left;
	position:relative;
	float:left;
	margin:0;
	padding:6px 0 0 20px;
}
a.clubListMoreDetailsBtn {
	background:url(images/moredetails.png) no-repeat;
	width:158px;
	height:63px;
	position:relative;
	float:right;
	bottom:74px;
	right:0;
	display:inline-block;
	margin: 0;
	padding:0;
}
a.clubListMoreDetailsBtn:hover {background:url(images/moredetails.png) 0px -63px no-repeat; }
a.clubListMoreDetailsBtn:active {background:url(images/moredetails.png) 0px -126px no-repeat; }

