.productList {
	width: 100%;
	margin: 4px 0px;
	padding: 0px;
	border-spacing: 2px; 
}

.productListContainer {
	width: 25%;
	padding: 5px;
	margin: 0px;
}

.productListData {
	border: 1px solid #6885b0;
	border-bottom: 0px none;
}

.productListImageContainer {
	margin: 0px;
	height: 145px;
	width: 100%;
}

.productListImageContainer TD {
	vertical-align: center;
	text-align: center;
}

.productListName {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	height: 4.1em;
	overflow: hidden;
	padding: 0px 6px 5px 6px;
}


.productListPrice, .productListPriceSpecial {
	text-align: center;
	font-weight: bold;
	margin: 0px auto 3px auto;
	width: 95%;
	padding: 6px 0px;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
}

.productListPriceSpecial {
	background: #d00000;
	color: #fff;
	font-size: 1.6em;
	/* text-shadow: #d00 1px 0px 2px; */
}

.productListPrice {
	background: #233D59;
	color: #fff;
	text-shadow: #000 2px 0px 2px;
	font-size: 1.6em;
}

.productListNoProduct {
	font-size: 1.6em;
	font-weight: bold;
}

#productListHeading {
	font-family: sans-serif;
}

.prrAttributesTable INPUT {
	margin: 4px 1px 1px 1px;
}
