.box {
	background-color: #fff;
	border: 1px solid #009ace;
	overflow:hidden;
}

.box h1 {
	margin: 0;
	padding: 0 0 0 10px;
	color: #fff;
	background-color: #009ace;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	font-weight: bold;
	text-align: left;
}

#product_search_results {
	width:598px;
}

.border_bottom{border-bottom:1px solid #009ace;}
.border_right{border-right:1px solid #009ace;}
