/* CSS Document */

body {
	background-image: url(images/bg.gif);
	margin: 0px;
	padding: 0px;
}
#container {
	background-color: #FFFFFF;
	background-image: none;
	width: 860px;
	padding: 10px;
	margin: auto;
}
#main {
	width: 480px;
	margin-left: 10px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#right {
	width: 160px;
	float: right;
}
#footer {
	font-size: 12px;
	padding: 3px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
h1 {
	font-size: small;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.navi {
	font-size: small;
	margin-bottom: 10px;
}
.sub_category {
	margin: 0px;
	padding: 0px;
}
.sub_category li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(folder_sub.gif);
}
.item {
	margin-bottom: 5px;
	clear:both;
	font-size: small;
}
.item a {
	text-decoration: none;
}
.item a:hover {
	text-decoration: underline;
}
.price {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.sort {
	margin-top: 10px;
	margin-bottom: 10px;
}
