/* CSS Document  search_template.html*/
/* CSS Document */
/* ONLY CHANGE  left navi height  !!!!!!!!!!!!!!!!!!!!!!!! */
.LeftNavigation {
	float: left;
	border-left: 1px solid #541800;
	width: 225px;
	height: 650px;
	background-image: url(../images/tan.gif);
	background-repeat: repeat;
	border-bottom: 1px solid #541800;
	}
	
.RightHolder {
	width: 773px; 
	display: inline;
	}
/* ONLY CHANGE  middle content height !!!!!!!!!!!!!!!!!!!!!!!!*/	
.FlexibleContents {
	float:left;
	width: 743px;
	height: 650px;
	background-image: url(../images/peach.gif);
	background-repeat: repeat;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #541800;
	color: #541800;
	}
/* ONLY CHANGE  right navi height  !!!!!!!!!!!!!!!!!!!!!!!! */	
.RightNavigation {
	float:left;
	width: 30px;
	height: 650px;
	border-right: 1px solid #541800;
	background-image: url(../images/peach.gif);
	background-repeat: repeat;
	border-bottom: 1px solid #541800;
	}


.topBG {
	background-image:url(../images/top.jpg); 
	width: 735px; 
	height: 10px; 
	margin: 10px 0 0 0;
	padding: 0;
	background-repeat:no-repeat;
	}
	
.midBG {
	background-image: url(../images/middle.jpg);
	background-repeat:repeat-y;
	width: 735px; 
	height: 550px;
}

.bottomBG {
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	width: 735px; 
	height: 15px;
}

h3 {
color: #541800;
}
/* New changes--- began!!!*/

.videoHolder {
	float: left; 
	margin: 5px 0 0 25px;
	outline: none;
	}
	
.details {
	margin: 5px 0 0 15px; 
	padding: 0 15px 5px 5px; 
	float:left; 
	width: 280px; 
	text-align: left;
	}
	
.highlight { 
	background: #F0ECBD; 
	}

.searchheading { 
	font-size: 130%; 
	font-weight: bold;  
	}

.summary { 
	font-size: 80%; 
	font-style: italic; 
	color:#999999; 
	}

.suggestion { 
	font-size: 100%; 
	}

.results { 
	font-size: 100%; 
	}

.category { 
	color: #999999; 
	}

.sorting { 
	text-align: right; 
	}

.result_title { 
	font-size: 100%; 
	color:#FF6600; 
	}
	
.result_title a: link{ 
	}		

.result_title a: visited{ 
	}
	
.result_title a: hover{ 
	}

.result_title a: active{ 
	}

.description {
	padding: 10px 10px 0 30px;
	font-size: 90%; 
	color: #008000; 
	}

.context { 
	padding: 10px 10px 0 30px;
	font-size: 90%; 
	}

.infoline { 
	font-size: 80%; 
	font-style: normal; 
	color: #808080;
	padding: 10px 10px 0 15px;
	}

.zoom_searchform { 
	font-size: 100%; 
	}

.zoom_results_per_page { 
	font-size: 80%; 
	margin-left: 10px; 
	}

.zoom_match { 
	font-size: 80%; 
	margin-left: 10px;
	}				

.zoom_categories { 
	font-size: 80%; 
	}

.zoom_categories ul { 
	display: inline; 
	margin: 0px; 
	padding: 0px;
	}

.zoom_categories li { 
	display: inline; 
	margin-left: 15px; 
	list-style-type: none; 
	}

input.zoom_button {
	}

input.zoom_searchbox {
	padding: 0 2px 0 2px; 
	border: 1px solid #999999; 
	background-color: #EEEEEE;  
	}		

.result_image { 
	float: left; 
	display: block; 
	}

.result_image img { 
	margin: 10px; 
	width: 80px; 
	border: 0px; 
	}

.result_block {
	padding: 5px;
	margin-top: 15px; 
	margin-bottom: 15px; 
	clear: left; 
	border: 1px solid #CCCCCC;
	background-color: #f6f0e0; 
	}

.result_altblock {
	padding: 5px; 
	margin-top: 15px; 
	margin-bottom: 15px; 
	clear: left; 
	border: 1px solid #CCCCCC; 
	background-color: #f6f0e0; 
	}

.result_pages { 
	font-size: 100%; 
	}

.result_pagescount { 
	font-size: 100%; 
	color:#999999 
	}

.searchtime { 
	font-size: 80%; 
	}

.recommended { 
	background: #DFFFBF; 
	border-top: 1px dotted #808080; 
	border-bottom: 1px dotted #808080; 
	margin-top: 15px; 
	margin-bottom: 15px; 
	}
.recommended_heading { 
	float: right; 
	font-weight: bold; 
	}

.recommend_block { 
	margin-top: 15px; 
	margin-bottom: 15px; 
	clear: left; 
	}		

.recommend_title { 
	font-size: 100%; 
	}

.recommend_description {
	font-size: 100%; 
	color: #008000; 
	}

.recommend_infoline { 
	font-size: 80%; 
	font-style: normal; 
	color: #808080;
	}
