#sbSearchContainer #frmSearch {
	width: 100%;
}
#sbSearchContainer #frmSearch input[type="text"] {
	width: 85%;
}

#sbCart { 
	clear:both;
	position:relative;
	background: #aaa;
	padding: 1em;
	margin-top: 1em;
}
#sbCart h2 {
	margin: 0;
	color: #4d4d4d;
}

#sbCart #cart_text {
	width: 70%;
	float: left;
	display:inline-block;
	/*border:1px solid #ddd;*/
	height:40px;
	color:#000;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding: 1.25em .55em 0 .55em;
	background:none;
}
#sbCart #cartsubmit {
	float: left;
	width:33px;
	height:26px;
	border:none;
	background:url('../../../../images/cart-icon.png') no-repeat center;
	opacity:1.0;
	cursor:pointer;
	cursor: hand;
	margin-top: 1em;
}
#sbCart #cartsubmit:hover {
	opacity: .7;
}
