/* Alter Eco - Products 2 */



.category, .category-title, .category-image, 
.category-content { height: 120px; }

.category-title, .category-image, 
.category-content,.category-content p,
.category-products { float: left; }

.category {
	width: auto;
	clear: both;
	margin-bottom: 20px;
}

.category-title {
	width: 20px;
	background-image: url(../../../media/images/products/main_cat_title_bg.jpg);
	background-repeat: no-repeat;
	border-right: 1px solid #FFFFBA;
}

.category-image {
	width: 40px;
}

.category-content {
	width: 638px;
	background-color: #F1F1EA;
}

.category-content p {
	width: 118px;
	height: 100px;
	padding: 10px 5px 10px 10px;
	margin: 0;
	font-size: 9px;
}

.category-products {
	width: 500px;
	height: 120px;
	overflow: auto;
}

.category-products table {
	display: inline;
	height: auto;
	margin: 0;
	padding: 0;
}

.product {
	width: 100px;
	height: 100px;
	margin-top: 10px;
	float: left;
}

.productsm {
	width: 70px;
	height: 100px;
	margin-top: 10px;
	float: left;
}

.product-img {
	width: 100px;
	height: 80px;
	margin: 0;
	padding: 0;
}

.product-imgsm {
	width: 70px;
	height: 80px;
	margin: 0;
	padding: 0;
}

.product-img img {
	margin: 0;
	padding: 0;
	display: inline;
}

.product-txt {
	width: 100px;
	height: auto;
	display: block;
	padding: 4px 0 0 0;
	margin: 0;
	text-align: center;
	font-size: 10px;
	vertical-align: middle;
}

.product-txtsm {
	width: 70px;
	height: auto;
	display: block;
	padding: 4px 0 0 0;
	margin: 0;
	text-align: center;
	font-size: 10px;
	vertical-align: middle;
}

.infowindow {
	position: absolute;
	top: 200px;
	left: 150px;
	width: 200px;
	height: auto;
	padding: 5px;
	border: 1px solid #B21107;
	background-color: #F1F1EA;
	z-index: 1;
	visibility: hidden;
	overflow: hidden;
}

.infowindow p {
	color: #555555;
	padding-right: 2px 10px 2px 2px;
	font-size: 11px;
}

.info
