/* {{{ Category List */

ul.store-category-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.store-category-tile-odd {
	clear: left;
}

li.store-category-tile {
	list-style-type: none;
	width: 42%;
	float: left;
	margin: 0 4% 0.8em 0;
	position: relative;
}

li.store-category-tile img {
	display: block;
	padding: 4px;
	border: 1px solid #b7ac86;
	margin-bottom: 2px;
}

li.store-category-tile a:hover img {
	border-color: #aba38c;
	background: #f8f7f0;
}

li.store-category-tile img {
	float: left;
	margin-right: 10px;
}

li.store-category-tile a.store-category-tile-link {
	text-decoration: none;
}

li.store-category-tile a span.store-category-tile-title {
	font-size: 131%;
	font-family: TeXGyreTermesRegular, georgia, serif;
	text-decoration: underline;
}

li.store-category-tile span.store-category-tile-subtitle {
	display: block;
}

li.store-category-tile span.store-category-tile-details {
	color: #aba38c;
	white-space: nowrap;
}

li.store-category-tile p.store-category-description {
	margin-left: 120px;
	color: #6b685b;
}

/* }}} */

