.catalog DIV {	
	padding:3px;
	margin:2px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	background-color:	#e5e5e5;
	font-size: 8pt;
	font-family: tahoma;
}
DIV.cat_img {
	float: left;
	width: 90px;
	height: 120px;
	text-align: center;
}
DIV.self {
height: auto;
}
DIV.cat_desc {
	float: right;
	width: 184;
	height: 120px;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	background-color:	#e5e5e5;
	font-size: 8pt;
}
DIV.cat_desc STRONG {
	text-transform: uppercase;
}
DIV.cat_annotation {
	
	clear: both;
	background-image: none;
}
DIV.cat_annotation P, DIV.cat_filmography P {
	text-align: justify;
	font-size: 8pt;
	clear: both;
}
DIV.cat_filmography {
	background-image: none;
	clear: both;
}
DIV.cat_self .title SPAN {

	text-transform: uppercase;
}
DIV.cat_self .title {
	border-bottom: 3px double #dddddd;
	margin-bottom: 15px;
}
DIV.cat_self DIV.cat_desc {
	float: left;
	padding: 0px 5px;
}
DIV.cat_self DIV.cat_annotation {
	margin: 10px 0px;
}
DIV.cat_self DIV.cat_img {
	margin: 0px 10px 10px 0px;
	width: auto;
	height: auto;
}

.catalog {
	background-image: url(../images/dot.png);
	background-repeat: repeat-y;
	background-position: top center;
}
.catalog .space {
	background-image: url(../images/dot.png);
	background-repeat: repeat-x;
	background-position: middle center;
	height: 20px;
}
A.active {
	color: black;
	font-weight: bold;
}
A.selected {
	color: orange;
	font-size: 15pt;
}
A.inactive {	
	color: #bbbbbb;
}
DIV.flags IMG {
	border: 1px solid #dddddd;
	border-right: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
}

.catalog_path {
	background-color: #f5f5f5;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 3px;
}
