@CHARSET "UTF-8";

.product_div {

	width:47.5%;
	float:left;
	margin-right:1%;
	margin-bottom:1%;
	border:1px solid #cccccc;
	cursor:pointer;
	border-radius:8px;
	-moz-border-radius:8px;
	overflow:hidden
}

.product_div  .inner {

	line-height:15px;
	font-size:13px;
	padding:2px;
	height:85px;
	font-size:14px;
	line-height:20px;
}

.product_div .pimg {

	float:left;
	margin:3px;
	text-align:center;
	width:70px;
	height:70px;
	overflow:hidden;
}

.product_div .header {
	padding:8px;
	font-size:16px;
	font-weight:bold;
	background-color:#45A440;
	background-image: url(/sharedImages/hb2010/images/navbar_bg.gif);
	color:#FFFFFF;
}