@charset "UTF-8";
/* CSS Document */
.bag_list{
	width:930px;
	overflow:hidden;
	border-top:1px solid #bfbfbf;
	padding:20px 0 0 10px;
	background:#fff url(http://www.demarini.com/product_list.gif) repeat-x left top;
}
.bag_list li{
	float:left;
	display:inline;
	margin-right:10px;
	width:300px;
	overflow:hidden;
	min-height:120px;
}
.bag_list li img{
	display:block;
	float:left;
	margin-bottom:20px;
}
.bag_list .detail{
	float:left;
	display:inline;
	width:190px;
	margin-left:10px
}
.bag_list .detail h3{
	margin-bottom:5px;
	font-size:1.1em;
	font-weight:bold;
}
.bag_list .detail p{
	margin-top:5px;
}
.bag_list .detail .partnum{
	font-weight:bold;
	text-transform:uppercase;
}

