.jCatalog{
	background: #eee url(../images/catalogBg.jpg) no-repeat;
	height: 400px;
	width: 600px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.jCatalogList{
	position: relative;
	z-index: 2;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 240px;
	float: left;
	margin: 10px 0 0 6px;
}

.jCatalogList li{
	padding: 3px 10px;
	color: #32243d;
	height: 20px;
	cursor: pointer;
}

.jCatalogList li.selected{
	background: #ccc url(../images/catalogSel.jpg) no-repeat;
	color: #fff;
}

.jCatalogList li.hovered{
	text-decoration: underline;
}


.jCatalog dl{
	position: relative;
	height: 370px;
	overflow: hidden;
	padding: 10px 0;
}

.jCatalog dl dt{
	display: none;
	margin: 10px;
	padding: 5px;
	position: relative;
	top: 0px;
	overflow: auto;
}
