@charset "UTF-8";
/* CSS Document */

#main{
	position:relative;
}

/*=============== PRODUCT LIST ===============*/
#main.product_overview{
	position:relative;
}
.product_overview div{
	float:left;
	display:inline;
	overflow:visible;
	margin-left:10px;
	border-top:1px solid #bfbfbf;
	background:#fff url(http://www.demarini.com/product_list.gif) repeat-x left top;
}
.product_overview div.first, .product_overview div:first-child{
	margin-left:0;
}
.product_overview .product_category{
	width:250px;
	z-index:1;
}
.product_overview h2{
	padding:5px 10px 0;
	font-size:1.3em;
	font-weight:bold;
	color:#333;
}
.product_overview p{
	padding:5px 10px 0;
	color:#333;
}
.product_overview .product_list{
	width:240px;
	margin:5px auto 0;
}
.product_overview .product_list li{
}
.product_overview .product_list a{
	display:block;
	padding:3px 0;
}
.product_overview .product_list h3{
	display:none;
}
/** POP-UP **/
.product_overview #name_popup{
	position:absolute;
	display:none;
	top:0px;
	left:0px;
}
.product_overview #name_popup.active{
	display:inline
}
.product_overview #name_popup span{
	display:block;
	margin-left:6px;
	border:2px solid #826a26;
	padding:8px 10px;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	white-space:nowrap;
	background-color:#ffc423;
}
.product_overview #name_popup img{
	position:absolute;
	left:0px;
	top:13px;
}
/** PRODUCT BUGS */
.product_overview .bug_wrapper{
	float:right;
	display:inline;
	width:160px;
	overflow:hidden;
	margin-left:10px;
}
.product_overview .bug_wrapper .product_bug{
	width:160px;
	margin:0 0 10px 0;
}
.product_overview .product_bug a{
	display:block;
	text-align:center;
	z-index:50;
}
