/* SEARCH CSS ----------------------------------- */

.search_form {
	width: 496px;
	margin: 0px;
}

.search_container {
	border: solid 1px #969086;
	background-color: #ffffff;
	width: 486px;
	margin: 0px;
	position: absolute;
	z-index: 300000;
}

.search_nav {
	float:left; 
	padding: 10px;
	width: 115px;
}

.search_nav_list {
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}

.search_nav_list_li {
	margin-bottom: 8px;
	cursor: pointer;  
}

.search_nav_list_li:hover {
	text-decoration: underline;  
}

.search_nav_list_li_selected {
	margin-bottom: 8px;
	font-weight: bold;
	cursor: pointer;  
}

.search_nav_banner {
	margin-top: 20px;
}

.search_catalog_text {
	text-align: left; 
	padding-right: 12px; 
	padding-bottom: 4px;
}

.search_catalog_cover {
	width: 80px;	
}

.search_content {
	width: 350px;
	border-left: solid 1px #969086; 
	float: left;
	padding-top: 10px;
}


/* Product Styles -------------- */
.search_product_row {
	clear: both;
	margin-bottom: 10px;

}

.search_product_col {
	float: left;
	width: 174px;
	margin-bottom: 10px;
}

.search_product_thumb {
	float: left;
	padding-left: 10px;
	width: 62px;
	height: 95px;
	overflow-y: hidden
}

.search_product_detail {
	float: left;
	padding-left: 6px;
	width: 95px;
	height: 93px;
	overflow-y: hidden
}

a.search_product_title  {
	color: #666666;
	text-decoration: none;
}

/* Author Styles -------------- */
.search_author_col {
	float: left;
	width: 164px;
	margin-bottom: 10px;
	/*margin-left: 10px;*/
	margin-left: 10px;
	height: 72px;
	overflow-y: hidden
}

.search_author_img {
	float: left; 
	width: 60px; 
	margin-bottom: 10px; 
	margin-right: 6px
}

/*
.search_author_thumb {
	float: left;
	padding-left: 10px;
	width: 64px; 
	height: 85px;
	overflow-y: hidden
}

.search_author_thumb_img {
	width: 62px;
}

.search_author_detail {
	float: left;
	padding-left: 6px;
	height: 93px;
	overflow-y: hidden
}
*/


/* Article Styles -------------- */
.search_article_row {
	background-color: #ffffff;
	padding: 4px;

}

.search_article_row_highlight {
	background-color: #f2f2f2;
	padding: 4px;

}

.search_article_title {
	color: #666666;
	text-decoration: none;

}


/* More Results Styles ---------- */
.search_more_results {
	/* width: 352px; */
	clear: both;
	background-color: #969086;
	color: #ffffff;
	padding: 4px;
}

.search_more_results_url {
	text-decoration: none;
	color: #ffffff;
}

.search_more_results_url:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* Other Styles */
.search_highlight  {
	color: #cc6600;
}



.search_clear {	clear: both;	}

/* clearfix for search rows */
.clearfix:after {
	 visibility: hidden;
	 display: block;
	 font-size: 0;
	 content: " ";
	 clear: both;
	 height: 0;
 }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

