@charset "utf-8";
/* CSS Document */

#search_results {
	width: 700px;
	float: left;
}
#search_results .horiz_box {
	padding:5px;
	margin-top:0px;
	margin-bottom:5px;
	position: static;
}
#search_results .thumb {
	margin-bottom: 0px;
	float: left;
	margin-right: 10px;
}
#search_results .result_details {
	float: left;
	width: 550px;
}
#search_results .title {
	font-size: 14px;
	margin-bottom: 10px;
}
#search_results .description {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px;
}
#search_results .rating {
	float: left;
	margin-right: 20px;	
}
#search_results .producer {
	float: left;
	margin-right: 20px;
	font-size: 14px;
}
#search_results .channel {
	float: left;
	font-size: 14px;
}
#search_results .paging {
	position: static;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
#search_results .paging .paging_title {
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin-right: 7px;
}
#video_results {
	width: 700px;
	float: left;
}
#video_results #all_videos {
	float: left;
	height: 650px;
	width: 700px;
}
#member_results {
	width: 700px;
	float: left;
}
#member_results .thumb {
	float: left;
	height: 104px;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#member_results .paging {
	position: static;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
#member_results .paging .paging_title {
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin-right: 7px;
}
#member_results .thumb_title {
	width: 116px;
}
#sort {
	float: left;	
}
#right {
	width: 250px;
	float: right;
}