/* CSS Document */
body {
	font-size: small;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	background-image: url(images/bg.gif);
}
#container {
	background-color: #FFFFFF;
	background-image: none;
	width: 860px;
	padding: 10px;
	margin: auto;
}
#header {
	text-align: left;
}
#main {
	width: 480px;
	margin-left: 10px;
	float: left;
}
#left {
	width: 180px;
	float: left;
}
#right {
	width: 180px;
	float: right;
}
#footer {
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding: 1px;
	color: #333333;
	margin-bottom: 10px;
}
h1 {
	font-size: small;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: medium;
	color: #CC0000;
}
.items table, .items th, .items tr, .items td {
	border-collapse:collapse;
}
.sub_category {
	margin: 0px;
	padding: 0px;
}
.sub_category li {
	line-height: normal;
	background-image: url(folder_sub.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	list-style-type: none;
	padding-left: 18px;
}
.price {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
.up {
	color: #FF0000;
}
.new {
	color: #FFFFFF;
	background-color: #FF0000;
}
