/* CSS Document */

li.productlist 
{
	border-bottom: 1px solid #eeeeee;
	float:none;
	width:100%;
	min-height:85px;
	margin-bottom:40px;
}
#productlist li:hover {
	background-color: #ffffff;
}
#productlist li .img {
	padding: 3px;
	margin: 0px;
	margin-right: 15px;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
}
#productlist a {
	padding: 0px;
	margin: 0px;
	outline:none;
}
.landscapeframe_bottom {
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	height: 22px;
	width: 88px;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	background-repeat: no-repeat;
	background-image: url('../images/imageframe.png');
	background-x-position: 0px;
	background-y-position: 0px;
}

