#productslist{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

#productslist li{
	float: left;
	width: 100%;
}

#productslist li .productImageContainer{
	width: 195px;
	background: url(../images/jpg/square-shadow-repeat.jpg) repeat-y top left;
	float: left;
}

.paddingImage{
	width: 171px;
	padding: 0 15px 0 9px;
	float: left;
}

.productImage{
	width: 100%;
	float: left;
	background: url(../images/jpg/square-shadow-bg.jpg) repeat-x top left;
	overflow: hidden;
}

.productImageTop{
	width: 100%;
	float: left;
	background: url(../images/jpg/square-shadow-top.jpg) no-repeat top left;
	height: 11px;
	overflow: hidden;
}

.productImageBottom{
	width: 100%;
	float: left;
	background: url(../images/jpg/square-shadow-bottom.jpg) no-repeat top left;
	height: 13px;
	overflow: hidden;
}

#productslist li .productContent{
	width: 350px;
	padding: 17px 0 0 0;
	float: right;
}

.productContent .productTitle{
	width: 100%;
	margin: 0;
	padding: 0 0 5px 0;
	float: left;
	font-weight: normal;
}

.productTitle a{
	float: left;
	color: #000000;
	text-decoration: none;
	font-size: 20px;
}

.productContent .productCode{
	width: 100%;
	margin: 0;
	padding: 0 0 5px 0;
	float: left;
}

.productContent .productDescription{
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

#productslist li a{
	float: left;
}

#productslist li a img{
	float: left;
	border: none;
}
