#category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #5d90d2;
	border-bottom: none;
}
#category ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 23px;
	background-image: url(../img/menu_1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #5d90d2;
}
#category ul li a {
	text-decoration: none;
	padding-left: 25px;
	color: #0050b8;
}
#category ul li a:hover {
	font-weight: bold;
}
#category ul li.open {
	background-image: url(../img/menu_1s.jpg);
}
#category ul li.popen {
	background-image: url(../img/menu_1p.jpg);
}
#category ul li a.open {
	font-weight: bold;
}
#category ul li ul {
	border: none;
}
#category ul li ul li {
	background-color: #e1eaf7;
	background-image: none;
	line-height: 16px;
	border-bottom: none;
}
#category ul li ul li.open, ul li ul li.popen { background-image: none; }
#category ul li ul li a {
	color: Black;
	padding-left: 40px;
}
#category ul li ul li ul { }
#category ul li ul li ul li { }
#category ul li ul li ul li a {
	font-style: italic;
	padding-left: 50px;
}

td.item_list {
	border: 1px solid #6696d4;
	padding: 3px;
}
table.item_box {
	background-image: url(../img/lback.gif);
	background-repeat: repeat-x;
	background-position: top;
}
td.item_image {
	width: 100px;
}
td.item_image img, img.item_image {
	border: 1px solid black;
}
.item_name, .item_name a {
	font-weight: bold;
	color: #0050b8;
	padding-bottom: 10px;
}
.item_info, .item_info a {
	color: #4e4e4e;
	padding-bottom: 10px;
}
td.item_more, td.item_more a, td.item_price, td.item_price a {
	font-weight: bold;
	color: #4e4e4e;
}
.item_price {
	text-align: right;
}

input.item_input, select.item_select {
	font-size: 10px;
	font-family: verdana;
	width: 60px;
}
input.item_submit {
	font-size: 10px;
	font-family: verdana;
}
