/* -- BROWSE -- */

#browse{
	clear:both;
	margin-left:20px;
	padding-top:4px;
}

.product{
	width:168px;
	margin:0 20px 18px 0;
	font-size:1.2em;
	line-height:1.4em;
	float:left;
}

.product_edge{
	width:168px;
	margin:0 0px 18px 0;
	font-size:1.2em;
	line-height:1.4em;
	float:left;
}

.product p, .product_edge p{
	margin:0;
}

.product h3, .product_edge h3{
	color:#000;
	font-weight:normal;
	font-size:1.1em;
	margin:.5em 0 0 0;
}

.product img, .product_edge img{
	outline:0;
	border:0;
	display:block;
	vertical-align:middle;
}

.product a, .product_edge a{
	width:168px;
	height:224px;
	background:#fff;
	display:block;
	text-align:center;
	display:table-cell; vertical-align:middle;
}