.catalog_table {
	background-color: #ECE3F4;
	font: 11px arial,helvetica;
	padding: 10px;
}

.catalog_title_row {
	background-color: #C1C6E6;
	color: #333333;
}

.catalog_hdr_row {
	background-color: #CDBCE0;
	color: #fff;
}

.catalog_row {
	color: #666666;
}

	.catalog_row td {
		vertical-align: top;
	}

.catalog_button {
	font-size: 11px;
	color: #777777;
	font-weight: bold;
	background-color: #E8E8E6;
	border: 1px solid #AAAAAF;
	margin: 0px;
	padding: 0px;
}

#categoriesNav {
	width: 200px;
	min-height: 300px;
	float: left;
	line-height:35px;
}

	#categoriesNav ul {
		list-style-type: none;
		margin:0;
		padding:0;
		
	}	
	#categoriesNav ul ol {
		list-style-type: none;
		margin:0;
		margin-left:25px;
		padding:0;		
	}
	
	#categoriesNav li a {		
		font-size: 11pt;
		color: #7B47A9;
		background: url(images/categoriesNav-arrow.png) left no-repeat;
		padding: 0 0 0 8px;
	}	
	
	#categoriesNav li a:hover {
		color: #999;
	}
	
#categoriesThumbs {
	float: right;
	width: 430px;
	margin: 17px 0;
	line-height: 22px;
}
#catalog_description{
	line-height:14px;	
}
#catalog_description p{
	line-height:14px;	
}