﻿
.aleranps li {
	list-style: none;
}

.aleranps ul.nav-product-categories {
	font-size: 125%;
	text-align: center;
}

	.aleranps ul.nav-product-categories li {
		display: inline;
		padding-left: 4px;
		padding-right: 4px;
		border-right: solid 1px brown;
		line-height: 2em;
	}

		.aleranps ul.nav-product-categories li:last-child {
			border: none;
		}

.aleranps .sortbar {
	float: right;
}

.aleranps .product {
	float: left;
	width: 176px;
	/*background-color: aliceblue;*/
	margin: 2px;
	border: dotted thin;
	height: 364px;
	padding-left: 2px;
	overflow: hidden;
}

/*fixing styles*/
button.jqibutton {
	box-shadow: none;
}
