.category-title, .products-grid .price-box,.products-grid .actions, .toolbar, .toolbar-bottom {
	display: none;
}
.sidebar .block .block-title strong {
	font-size: 30px;
	font-family: 'Open Sans', Arial, sans-serif;
}
.sidebar .block-layered-nav dt {
	font-size: 14px;
	color: #ae2030;
	margin-bottom: 20px;
}
.sidebar .block-layered-nav dd {
	padding-left: 20px;
}
.category-view {
	margin: 0;
}
.category-products {
	padding-bottom: 25px;
}
.products-grid {
	padding-left: 52px;
	margin-bottom: 30px;
}
.products-grid li.item {
	width: 179px;
	margin-right: 55px;
}
.products-grid .product-image {
	width: 179px;
}
.short-desc {
	height: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.top-tool *{
	text-transform: uppercase;
}
.search_result {
	margin-top: 20px;
}
.search_result table {
	width: 80%;
}
.search_result table th {
	background: #FFF;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	text-align: left;
}
.search_result table td,.search_result table th {
	border: 1px solid #cccccc;
	padding: 5px;
}
.search_result table tr {
	background: #fff;
}
.search_result table tr.odd {
	background: #eee;
}