
#clip_nav_wrapper {
/*	width: 220px;*/
	padding: 10px;
	margin: 0;
	background: Black;
	z-index: 57;
	color: White;
}

#clip_nav_filter {
	border: 1px #F8F8FF;
	font-size: 80%;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}

#clip_nav_filter form {
	border: none;
	padding: 0;
	margin: 0;
}

#clip_nav_filter_prompt {
	float: left;
	text-align: left;
	margin: 3px 0 0 0;
	padding: 0;
}

#clip_nav_filter_select {
	background: #5C3C3D;
	color: White;
	margin: 0;
	padding: 0;
	float: right;
}

#clip_nav_results {
/*	height: 500px;*/
	overflow: auto;
}

.clip_nav_result {
	background-color: transparent;
	margin: 0 0 5px 0;
	width: 198px;
	min-height: 71px;
	height: 71px;
	overflow: hidden;
	background: #360A0A url(images/LHS_clip_bkg2.gif) repeat-x top;
	border-top: #5F4D4D solid 1px;
	border-right: #5F4D4D solid 1px;	
	border-bottom: #6F4546 solid 1px;	
	border-left: #6F4546 solid 1px;	
	line-height: 80%;
}

.clip_nav_result_last {
/*	border-bottom: none;*/
}

.clip_nav_result_odd {
/*	background: #450B0B;	*/
}

/*
.clip_nav_result a:link {
	text-decoration: none;
	color: White;
}

.clip_nav_result a:hover {
	text-decoration: underline;
	color: #9D2225;
}

.clip_nav_result a:visited {
	text-decoration: none;
	color: #EDB8B9;
}
*/

.clip_nav_result a img {
	border: none;
/*	border-right: 1px solid #434343;*/
	padding: 3px;
	margin-right: 4px;
	float: left;	
}

.clip_nav_result_title {
	font-size: 85%;
	font-weight: bold;
}

.clip_nav_result_desc {
	font-size: 60%;
}

.clear_me {
	clear: both;
	line-height: 0px;
	visibility: hidden;
}