/*
*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: 227px;
	border: 1px solid #e9e9e9;
}
.bn_g_area
{
	width: 227px;
	font-family: arial,sans-serif;
	text-align: left;
}
.bn_g_welcome
{
	text-align:center;
	color: #1A669C;
	background-color: #ffffff;
	padding: 5px 5px 0px 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: arial,sans-serif;
	text-transform:capitalize;
}
.bn_g_results_list
{
	font-size: 12px;
	padding: 2px 2px 2px 2px;
}
.bn_g_results_number
{
	margin-left:10px;
	margin-bottom:75px;
	font-size:40px;
	font-style:italic;
	color:#e5e5e5;
	font-family:georgia;
	float:left;
}
.bn_g_results_number2
{
	font-size:40px;
	font-style:italic;
	color:#ffffff;
	font-family:georgia;
	float:right;
}
.bn_g_result
{
	text-align:center;
	margin: 3px 3px 3px 3px;
	clear: both;
	font-size:12px;
	font-style:normal;
	font-family: arial,sans-serif;
	padding-bottom: 10px;
}
.bn_g_result IMG
{
	margin-left:10px;
	*margin-left:0px;
	border: 0px solid #C0C0C0;
	width:100px;
	height:100px;
	float:left;
}

.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:#000000;
	text-decoration:none;
	font-weight:normal; 
	font-size:12px;
	clear:all;
}

.bn_g_result_title a:hover
{
	text-decoration:underline;
}

.bn_attr_newprice
{
	color:#ff0000;
	font-weight:bold;
}

.bn_attr_oldprice
{
	text-decoration: line-through;
	font-weight:bold;
}
.bn_homepage .bn_attr_oldprice
{
	display:none;
}
.bn_g_result_attr1
{
	color: #000000;
	font-weight:bold;
}
.bn_g_result_terms
{
	display: none;
}
.bn_g_details
{
	clear: left;
	color:#666666;
}
.bn_homepage .bn_g_details
{
	display:none;
}
.bn_g_footer{
	clear:left;
}
.bn_g_footer a
{
	padding: 0px 2px 2px 0px;
	color:#666666;
	font-weight:normal;
}

/*-------End defaults---------*/

.bn_g_horizontal .bn_g_container
{
	width: 800px;
}

.bn_g_horizontal .bn_g_area
{
	width: 800px;
	margin: 0;
	font-size: 10px;
}

.bn_g_horizontal .bn_g_welcome
{
	margin: 0 0 0px 0;
}

.bn_g_horizontal .bn_g_result
{
	width: 255px;
	*width: 260px;
	border: none;
	clear: none;
	float: left;
	margin: 3px 3px 3px 3px;
	font-size:12px;
	font-style:normal;
	font-family: arial,sans-serif;
	padding-bottom: 10px;
}
