@charset "utf-8";
/* CSS Document */
#products {
	width: 650px;
	height: auto;
	float: left;
}
#products .frame {
	width: 200px;
	height: 180px;
	float: left;
	padding: 10px;
	background-color: #C0C0C0;
	border: 1px solid #AEBCC5;
	margin: 0px 50px 15px 3px;
}
#products .photo {
	width: 200px;
	height: 133px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #AEBCC5;
	margin: 0 auto;
}
#products .space01 {
	width: 200px;
	height: 10px;
	margin: 0 auto;
}
#products .name {
	width: 200px;
	height: 25px;
	text-align: center;
	margin: 0 auto;
	padding-top: 5px;
	background-color: #DEDEDE;
}
#products A:link{
	color: #4f3e32;
	TEXT-DECORATION: none;	
	}
#products  A:visited{
	color: #4f3e32;
	TEXT-DECORATION: none;	
	}	
#products  A:hover{
	color: red;
	TEXT-DECORATION: underline;
	}	
#Paging {
	width: 100%;
	height: auto;
	padding:10px 0px 10px 0px;
	float: right;
}
