body, a, a:visited, .alink:visited {
	color: #333333;
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"], input.input-text, select, textarea {
	color: #333333;
}

.product-image-photo {
  max-height: 190px;
  width: auto !important;
}

span.old-price {
	text-decoration: line-through;
}

span.old-price span.price-label {
	display:none;
}

span.special-price span.price {
	color: #fa6900;
}

.sly-old-price {
	display:block !important;
}

.product-item-name {
	height: 35px;
	white-space: normal;
}

.product-addto-links {
	clear:both;
	margin-left: 0;
	display:block;
	padding-top: 15px;
}


.product-addto-links .action {
	line-height: 30px;
}

.page-footer .em-footer-info {
	padding-top: 0px;
}

.footer.content {
	padding-top: 0px;
}

.page-footer .footer-bottom {
	padding: 0;
}

footer.page-footer {
	padding: 0 10px;
}

.page-footer .em-footer-info-bottom {
	padding: 0;
}

@media only screen and (max-width: 767px) {
	div.column.main {
		position:relative;
	}
	.page-with-filter .toolbar-amount {
		position: relative;
		float: left;
		padding-right: 7px;
	}
	.page-products .sorter {
		position:relative;
	}
	.products-grid .product-item-inner {
		display:none;
	}
}