#search_box {
	height: 281px;
	position:relative;
}
#sb_hp_blueline {
	height: 9px;
	background-color: #195999;
}
#sb_hp_bgimages {
	height: 257px;
	width: 980px;
	overflow: hidden;
}
#sb_hp_reviewtab {
	display: block;
	width: 199px;
	height: 63px;
	position: absolute;
	top: 0px;
	right: 20px;
	z-index: 50;
}
#sb_txt1 {
	width: 550px;
	height: 50px;
	position: absolute;
	top: 48px;
	left: 48px;
	z-index: 55;
	color: white;
	/* border: 1px solid red; */
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -1px;
	text-shadow: 3px 3px 5px black;
}
#sb_txt2 {
	width: 630px;
	height: 30px;
	position: absolute;
	top: 105px;
	left: 48px;
	z-index: 55;
	color: white;
	/* border: 1px solid red; */
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	text-shadow: 3px 3px 5px black;
}
#headersearch_container {
	background-image: url(../images/v2/search_bg.png);
	width: 660px;
	height: 65px;
	position: absolute;
	top: 142px;
	left: 46px;
	z-index: 51;
}
#topmenusearch {
	padding: 0px;
	margin: 0px;
}
#tmsearchq {
	margin-top: 0px;
	margin-left:25px;
	padding: 3px 0px 3px 0px;
	width: 490px;
	background: none;
	font-size: 18px;
	border: none;
}
#tmsearchq_btn {
	margin-top: 10px;
	margin-left: 22px;
	width: 101px;
	height: 49px;
	cursor: pointer;
	background: none;
	border: none;
}
.suggestionsBox {
	position: absolute;
	left: 46px;
	top: 197px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #195999;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #195999;	
	color: #fff;
	z-index: 500;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}
.suggestionList li:hover { background-color: #659CD8; }
