table.product_list {
	border: 1px solid #ccc;
	border-top: 0px;
	margin-top: 1em;
}
table.product_list .row1 td {
	background: #FBFBF9;
	border-top: 1px solid #ccc;
	padding: 1em;
}
table.product_list .row2 td {
	background: #F5F5F1;
	padding: 1em;
	border-top: 1px solid #ccc;
}
div.transition-popup {
	text-align: left;
	font-weight: normal;
	position: absolute;
	z-index: 1;
	width: 250px;
	display: none;
	color: #717074;
	background: #FFFFFF url('transition-logo.png') no-repeat right bottom;
	border: 2px solid #569bbe;
	padding: 1em 1em 65px;
	white-space: normal;
	text-decoration: none !important;
}

#imageDataContainer {
	overflow: visible !important;
}
/* category view */
.subcatlinks .category {
	background: #F5F5F1  no-repeat 1em 1em;
}
.subcatlinks .category a {
	display: block;
	text-decoration: none;
	display: block;
	margin: 0;
	min-height: 32px;/* for image */
}
* html .subcatlinks .category a {
	height: 32px;
}

