/*Loading Results through Ajax */
#popup-loadingResults {
  background: #FFFFFF;
  box-shadow: 0 0 3px 0 #c2c2c2;
  -moz-box-shadow: 0 0 3px 0 #c2c2c2;
  -webkit-box-shadow: 0 0 3px 0 #c2c2c2;
  color: #53565a;
  left: 45%;
 /* margin-left: -350px;*/
  overflow: hidden;
  padding: 6px 12px 4px 25px;
  position: fixed;
  top: 243px;
  width: 153px;
  z-index: 100;

}
.updatingResults{
	color: #0072ce;
    display: inline-block;
    left: 11px;
    position: relative;
    top: -13px;
}
.errorResults{
	color: red;
    display: inline-block;
    left: 26px;
    position: relative;
    top: 1px;
    width: 139px;
}
#popup-errorResultsDiv{
	box-shadow: 0 0 3px 0 #c2c2c2;
    color: #53565a;
    left: 45%;
    overflow: hidden;
    padding: 6px 12px 12px 25px;
    position: fixed;
    top: 243px;
    width: 198px;
    z-index: 100;
}
#popup-errorResults .close{
  background: url("../images/sprite-icons.png") no-repeat scroll -165px -56px transparent;
    display: block;
    float: left;
    height: 18px;
    left: 61%;
    position: fixed;
    text-align: left;
    top: 219px;
    width: 18px;
}

/*Rich Relevance */
#recWrap h1 span, #recWrapSide h1 span {
bottom: 32px;
color: white;
display: inline-block;
font-family: 'corisandebold';
font-size: 14px;
font-weight: bold;
position: relative;
text-align: center;
width: 100%;
}
.r3_recommendations div.productCont {
font-size: 11px;
line-height: 18px;
text-align: center;
}
.product-landing .related-views .content-block div.title{
	width: 100%;
	margin-left:0px;
}
.search-recently-viewed #recWrap h1 span{
    bottom: 38px;
}
.autoCorrectSubmitLink{
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0px !important;
	font-weight: bold;
	position: relative;
	margin-right: 5px;
	top: -2px;
}
.search-tips .bullet-points{
	float:left;
}