#category {
}
#category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#category ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(../img/menu_sepr.gif);
}
#category ul li a {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 29px;
	height: 19px;
	line-height: 19px;
	color: black;
}
#category ul li a.open {
	color: #EE1C23;
	font-weight: bold;
	background-image: url(../img/menu_on1.gif);
}

#category ul li ul {
	background-color: #E2E2E2;
}
#category ul li ul li {
	background-image: none;
}
#category ul li ul li a {
	height: 14px;
	line-height: 14px;
	padding-left: 39px;
}
#category ul li ul li a.open {
	background-image: url(../img/menu_on2.gif);
}
#category ul li ul li ul {
	background-color: #D4D4D4;
}
#category ul li ul li ul li { }
#category ul li ul li ul li a {
	padding-left: 55px;
}
#category ul li ul li ul li a.open {
	background-image: url(../img/menu_on3.gif);
}




td.item-image {
	background-color: transparent;
	padding-right: 10px;
}
td.item-name {

}
a.item-name {
	font-weight: bold;
}
td.item-price {
	background-color: transparent;
	padding-left: 10px;
	font-weight: bold;
}

td.item-line {
	height: 21px;
	background-image: url(../img/hdot.gif);
	background-position: center;
	background-repeat: repeat-x;
}
table.item-list a {
	color: #393939;
}
table.item-list a:hover {
	text-decoration: underline;
}

#category_offset {
	text-align: center;
}

td.iview-top {
	font-weight: bold;
	padding-bottom: 10px;
}
td.iview-price {
	font-weight: bold;
	padding-bottom: 10px;
}
td.iview-info {
	padding-left: 10px;
}
td.item-buy input, td.item-buy select {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 70px;
	border: 1px solid #b9b9b9;
}

fieldset {
	background-color: #F3F3F3;
	color: #B72025;
}