/* non-baynote recommendations */
#bn_non_baynote_recs {
	display: none;
}

/* baynote recommendations */
#bn_g_recommendations {
	display: block;
}


.bn_g_container
{
	width: 655px;
	margin: 0px;
	padding:0px;
}
.bn_g_area
{
	width: 655px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
}
.bn_g_welcome
{
	color: #ffffff;
	background-color: #ffffff;
	background-image: url('http://www.uncommongoods.com/images/new_nav/additional_items.gif');
	padding: 20px 5px 10px 8px; /* top right bottom left */
	font-size: 0px;
	font-weight: bold;
	font-family: arial,sans-serif;
	text-align: left;
}
.bn_g_results_list
{
	font-size: 10px;
	padding: 7px 7px 0px 2px; /* top right bottom left */
	align: center;

}
.bn_g_result
{
	text-align:center;
	margin: 0px 10px 10px 10px; /* top right bottom left */
	clear: none;
	float: left;
	width: 140px;

}
.bn_g_result IMG
{
	margin: 0px 5px 5px 0px; /* top right bottom left */
	border: 1px solid #6699cc;
	width:100px;
	height:100px;
	position:relative;
	top:-5px;
}

.bn_g_result_image{
	/*To avoid issues with IE never place float, height, or width for this div*/
}

.bn_g_result_title a,  .bn_g_result_title a:link, .bn_g_result_title a:active, .bn_g_result_title a:visited 
{
 	color:#336699;
	font-weight:bold; 
	text-decoration:underline;
}

.bn_g_result_title a:hover
{
	text-decoration:underline;
	font-weight:bold;
}

.bn_g_result_attr1
{
	color: #336699;
	font-weight:bold;
	text-decoration:underline;
}
.bn_g_result_terms
{
	display: none;
}
.bn_g_details
{	
	display:none;
	clear: left;
	color:#000000;
	font-size:10px;
	padding-top:5px;
}
.bn_g_det_num
{
	font-weight:bold;
}
.bn_g_footer{
	clear:left;
	display:none;
}
.bn_g_footer a
{
	padding: 0px 2px 2px 0px;
	color:#666666;
	font-weight:normal;
}