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

.widget.product_category {
	float:left;
	padding:10px;
	width: 175px;
	height: 140px;
	background-color:#ffffff;
	border: solid 1px #eee;
	text-align:center;
	margin:8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.widget.product_category:hover {
	background-color:#eee;
	cursor:pointer;
}
.widget.product_category a:hover, .widget.product_category a:active {
	text-decoration:none;
}
.browse #content .widget.browse_header {
	padding-left: 0;
}
.browse #content .widget.title {
	display: block;
	padding: 10px 0;
	font-size:1.2em;
	color:#036;
	font-weight:bold;
	clear:left;
	margin-left: 0px;
	text-align:left;
}
#content .widget.browse_sub_categories {
	margin-left: 0px;
	float:left;
}
.browse_sub_categories .category_image {
	height: 100px;
	line-height:100px;
	vertical-align:middle;
	padding: 5px 0;
}
.browse_sub_categories .category_name {
	line-height: 1.2em;
}
