/*
** Last Updated: Nov. 2, 2009
*/
/* begin defaults*/
#bn_sidebar
{
	float: right;
	display: inline;
	width: 205px;
}
#bn_sidebar .bn_g_outer
{
}
html>body #bn_sidebar .bn_g_outer /* adjustments for non-IE browsers */
{
	position: relative;
	left: -12px;
}
#bn_sidebar .bn_g_container
{
	width: 210px;
	border: 2px solid #C70000;
}
#bn_sidebar .bn_g_area
{
	width: 210px;
	font-family: arial,sans-serif;
	text-align: left;
}
#bn_sidebar .bn_g_welcome
{
	color: #FFFFFF;
	background-color: #C70000;
	padding: 5px 5px 5px 8px;
	font-size: 14px;
	font-weight: bold;
	font-family: arial,sans-serif;
}
#bn_sidebar .bn_g_results_list
{
	font-size: 11px;
	padding: 7px 7px 2px;

}
#bn_sidebar .bn_g_result
{
	text-align:left;
	padding: 10px 0 10px;
	clear: both;
}
#bn_sidebar .bn_g_result IMG
{
	margin: 0 5px 0 0;
	border: 1px solid #C0C0C0;
	width:70px;
	height:70px;
	float: left;
}

#bn_sidebar .bn_g_result_image{
	/*To avoid issues with IE never place float, height, or width for this div*/
}

#bn_sidebar .bn_g_result_title a, #bn_sidebar  .bn_g_result_title a:link, #bn_sidebar .bn_g_result_title a:active, #bn_sidebar .bn_g_result_title a:visited 
{
 	color: #C70000;
	text-decoration:none;
	font-weight:bold; 
	font-size:12px;
}

#bn_sidebar .bn_g_result_link a, #bn_sidebar .bn_g_result_link a:link, #bn_sidebar .bn_g_result_link a:active, #bn_sidebar .bn_g_result_link a:visited
{
 	color: #C70000;
	text-decoration:none;
	font-weight:bold; 
	font-size:12px;
}

#bn_sidebar .bn_g_result_title a:hover
{
	text-decoration:underline;
}

#bn_sidebar .bn_g_result_attr1
{
	color: #666666;
	
}
#bn_sidebar .bn_g_result_terms
{
	display: none;
}
#bn_sidebar .bn_g_details
{
	clear: left;
	color:#648D3C;
}
#bn_sidebar .bn_g_footer{
	clear:left;
}
#bn_sidebar .bn_g_footer a
{
	padding: 0px 2px 2px 0px;
	color:#666666;
	font-weight:normal;
}

/*********************************************************************************************/


.bn_g_horizontal .bn_g_container
{
	width: 450px;
	border: 4px solid #EAEAAE;
}

.bn_g_horizontal .bn_g_area
{
	width: 450px;
	margin: 0;
	font-size: 10px;
}
.bn_g_horizontal .bn_g_result
{
	text-align:left;
	width: 125px;
	border: none;
	margin: 0;
	padding: 5px 12px 2px 6px;
	*padding:0;
	*margin: 5px 10px 2px 4px;
	font-size: 10px;
	clear: none;
	float: left;
}
.bn_g_horizontal .bn_g_welcome
{
	color: #3E7C3F;
	padding: 8px 5px 0px 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma,arial,sans-serif;
	text-transform:uppercase;
}
.bn_g_horizontal .bn_g_results_list
{
	font-size: 11px;
	padding: 2px 7px 0px 12px;
}

.bn_g_horizontal .bn_g_result IMG
{
	margin: 0 5px 7px 0;
	border: 0px solid #C0C0C0;
	width:125px;
	height:125px;
}

.bn_g_result_image{
	/*To avoid issues with IE never place float, height, or width for this div*/
}

.bn_g_horizontal .bn_g_result_title a, .bn_g_horizontal .bn_g_result_title a:link, .bn_g_horizontal .bn_g_result_title a:active, .bn_g_horizontal .bn_g_result_title a:visited 
{
 	color:#666666;
	text-decoration:none;
	font-weight:bold; 
	font-size:11px;
}

.bn_g_horizontal .bn_g_result_title a:hover
{
	text-decoration:underline;
}

.bn_g_horizontal .bn_g_result_attr1
{
	color: #666666;
	font-weight:normal;
	font-size:11px;
	line-height:18px;
	margin-bottom:8px;
}
.bn_g_horizontal .bn_g_result_terms
{
	display: none;
}
.bn_g_horizontal .bn_g_details
{
	clear: left;
	color:#C70000;
	font-size:11px;
	margin-bottom:6px;
}
.bn_g_horizontal .bn_g_footer{
	clear:left;
}
.bn_g_horizontal .bn_g_horizontal .bn_g_footer a
{
	padding: 0px 2px 2px 0px;
	color:#666666;
	font-weight:normal;
}

.bn_g_horizontal .bn_g_crop{
	float:left;
	overflow:hidden; /* this is important */
	border:0px solid #ccc;
}
	/* input values to crop the image: top, right, bottom, left */
.bn_g_horizontal .bn_g_crop img{
    margin:-22px -0px -23px -0px;
	}

