.smart-page ul.smart-pages li {
	list-style: none;
	margin-bottom: 10px;
	clear: both;
	height: 1%;
	font-size: .9em; /*border:1px solid red;*/
}

.smart-pages .pics {
	width: 100px;
	height: 100px;
	background-color: #fff;
	margin: 0 10px;
	padding-top: 8px;
	float: left;
	text-align: center;
}

.even .sp-info-wrapper {
	background-color: #ffc;
}

.smart-pages .portrait {
	width: auto;
	height: 100px;
}

.smart-pages .landscape {
	height: auto;
	width: 100px;
}

.smart-pages .sp-info-wrapper {
	margin-left: 120px;
	padding: 5px;
}

.smart-pages .short-description {
}

.smart-pages h2 {
	font-size: 1.1em;
}

.smart-pages h2 a {
	color: #900;
}

ul.products {
	margin: 0;
	padding: 0;
}

ul.products li {
	font-size: .9em;
	float: left;
	width: 42%;
	min-height: 150px;
	list-style: none;
	margin-bottom: 10px;
	padding: 3px;
}

ul.products li.browbands {
	float: left;
	width: 28%;
	min-height: 150px;
	list-style: none;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 3px;
}

* html ul.products li {
	height: 150px;
}

ul.products li.odd {
	clear: left;
}

ul.products li.browbands {
	clear: none;
}

ul.products .product-name {
	margin-bottom: 5px;
}

.products div.pics {
	min-height: 60px;
	width: 110px;
	float: right;
	margin-left: 10px;
}

.products * html div.pics {
	height: 60px;
}

.products .pics .landscape {
	width: 100px;
	height: auto;
}

.products .pics .portrait {
	height: 100px;
	width: auto;
}

.products .pics a img {
	border: 0;
}

.products .product-name h3 {
	font-size: 1em;
}

.products .product-name h3 a {
	color: #571F06;
}

.price-and-cart {
	margin-bottom: 5px;
}

.price-and-cart a {
	color: #900;
	text-decoration: none;
}

.price-and-cart a:hover {
	text-decoration: underline;
}

.products .price {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 5px;
}

