.bn_g_container {
	width:1000px;
	height:220px;
  /*	background:url("http://www.kellysrunningwarehouse.com/krw/img/images/home-secondary-gradient.jpg") repeat; */
}
.bn_g_welcome {
	padding:10px 5px 3px;
	color:#000;
	font-family:Helvetica,Arial,Sans-serif;
	font-size:16px;
	font-weight:bold;
}
.bn_g_results_list{
	padding: 2px 2px 2px 0;
}
.bn_g_result{
	float:left;
	display:inline;
	width:200px;
	height:180px;
	margin: 12px;
	padding:0 11px;
	line-height:16px;
	border:1px solid;
	background:#ffffff;
}
.bn_g_result_image{
	text-align:center;
}
.bn_g_result_attributes, .bn_attr_Short-desc {
	color:#062142;
	font-size: 13px;
	font-weight:bold;
	text-align: center;
}
.bn_g_details, .bn_g_details_text {
	color:#666;
	text-align: center;
}

/* --- Home Page ---- */

.bn_homepage .bn_g_container {
	width:1000px;
	height:220px;
  	background:url("http://www.kellysrunningwarehouse.com/krw/img/images/home-secondary-gradient.jpg") repeat;
}
.bn_homepage  .bn_g_welcome {
	padding:10px 12px 3px;
	color:#fff;
	font-family:Helvetica,Arial,Sans-serif;
	font-size:16px;
	font-weight:bold;
}

/* --- Category Page ---- */
.bn_categorypage .bn_g_container {
	width: 760px;
	height:250px;
	padding: 2px 0 2px 0;
}
.bn_categorypage .bn_g_result{
	width: 155px;
	height: 220px;
	margin: 10px 6px;
	padding:0 10px;
	line-height:16px;
	border:1px solid #D2D7DD;
	background:#ffffff;
}

/* --- Product Page ---- */

.bn_productpage {
	float: right;
	height: 950px;
}

.bn_productpage  .bn_g_container {
	width:180px;
	float: right;
}

.bn_productpage .bn_g_result{
	width:130px;
	height: 200px;
	margin: 10px 6px;
	padding:0 10px 10px;
	line-height:16px;
	border:1px solid;
	background:#ffffff;
}

/* --- Shopping Cart Page ---- */
.bn_shoppingcartpage .bn_g_container {
	width: 960px;
	height:220px;
	padding: 0 20px;
}

.bn_shoppingcartpage .bn_g_result{
	float:left;
	display:inline;
	width:215px;
	height:180px;
	margin: 10px 6px;
	padding:0 5px;
	line-height:16px;
	border:1px solid;
	background:#ffffff;
}

