/*
*Whenever possible please do not leave the following tags without an explicit class
*If you do, you run the risk of them being overwritten and causing issues with other baynote
* pages and css.
* Use these as a starting point for creating specific guides
**/
/* begin defaults*/
.bn_g_container
{
	width: 180px;
	/*border: 1px solid #bff5eb;*/
}
.bn_g_area
{
	width: 180px;
	font-family: arial,sans-serif;
	text-align: left;
}
.bn_g_welcome
{
	color: #00369A;
	background-color: #FFFFFF;
	text-align:center;
	padding: 5px 5px 5px 8px;
	font-size: 12px;
	font-weight: bold;
	font-family: arial,sans-serif;
	height:25px;
}
.bn_g_results_list
{
	font-size: 11px;
	padding: 0px 7px 0px 2px;

}
.bn_g_result
{
	text-align:center;
	padding: 10px 0 10px;
	clear: both;
	border-bottom:1px solid #06C;
}
.bn_g_result IMG
{
	margin: 0 5px 0 0;
	border: none;
	
	
}

.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:#00369a;
	text-decoration:none;
	font-weight:bold; 
	font-size:10px;
}

.bn_g_result_title a:hover
{
	text-decoration:underline;
}

.bn_g_result_attr1
{
	color: #a34100;
	font-weight:bold;
}
.bn_g_result_terms
{
	display: none;
}
.bn_g_details
{
	clear: left;
	color:#666666;
}
.bn_g_footer{
	clear:left;
}
.bn_g_footer a
{
	padding: 0px 2px 2px 0px;
	color:#666666;
	font-weight:normal;
}

/*-------End defaults---------*/

#productGuide .bn_g_welcome
{
	color: #FFFFFF;
	
	text-align:center;
	
	margin-top:15px;
	width:0px;
	height:0px;
	font-size: 12px;
	font-weight: bold;
	font-family: arial,sans-serif;
}

#productGuide .bn_g_result1
{
	text-align:center;
	padding: 10px 0 10px;
	clear: both;
	border-top:none;
}


.bn_g_horizontal .bn_g_container
{
	width: 720px;
}

.bn_g_horizontal .bn_g_area
{
	width: 720px;
	margin: 0;
	font-size: 10px;
}

.bn_g_horizontal .bn_g_welcome
{
	margin: 0 0 0px 0;
}

.bn_g_3horizontal .bn_g_horizontal .bn_g_result IMG
{
	float:left;
}

.bn_g_horizontal .bn_g_result
{
	width: 138px;
	border: none;
	margin: 0;
	padding: 5px 2px 2px 2px;
	font-size: 10px;
	clear: none;
	float: left;
}

.bn_g_3horizontal .bn_g_horizontal .bn_g_result
{
	width: 185px;
	border: none;
	margin: 0;
	padding: 5px 2px 2px 2px;
	font-size: 10px;
	clear: none;
	float: left;
}

.bn_g_3horizontal  .bn_g_horizontal .bn_g_details
{
	clear: none;
}



