#header .uspHeader{
    text-align:center;
}
#header .uspHeader form{
    width:70%;
    margin: 0 auto;
}
#header .telephone {
    font-size:12px;
    width:100%;
}
@media only screen and (min-width: 769px) {
    #header > .menugapsizer{
        height:77px;
    }
}
@media only screen and (max-width: 837px) {
    #header nav > li {
        padding: 10px 8px 6px;    
    }    
}
#header .telephone .number {
	color:#336699;
	font-weight:bold;
}

.uspHeader #searchfield {
	background: url("../2014-header-magnifying-glass.jpg") no-repeat 6px 3px;
	padding:4px 5px 0 25px !important;
    font-size:13px;
}
.uspHeader #searchfield{
    border:0 !important;
    margin-top:0 !important;
}
.uspHeader form div{
    border:2px solid #999999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top:20px;
    position:relative;
    height:28px;
}

.uspHeader .magnifyerbutton {
    background-color:#336699;
    color:white;
    height:28px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; 
    position:absolute;
    top:-2px;  
    right:-2px; 
    cursor:pointer;
}

@media only screen and (max-width: 963px) {
	.uspHeader .magnifyer {
		left: 66%;
	}
}

@media only screen and (max-width: 927px) {
	.uspHeader .magnifyer {
		left: 65.5%;
	}
}

@media only screen and (max-width: 920px) {
	.uspHeader .magnifyer {
		left: 65%;
	}
}

@media only screen and (max-width: 880px) {
	.uspHeader .magnifyer {
		left: 64%;
	}
}

@media only screen and (max-width: 880px) {
	.uspHeader .magnifyer {
		left: 63%;
	}
}

@media only screen and (max-width: 800px) {
	.uspHeader .magnifyer {
		left: 61%;
	}
}
.suggestMother #suggestresults{
    left:36%;
}

.recentlyViewed{
margin:10px 0;
}

@media only screen and (max-width: 768px) {
    #header .newcartsplittest * , #header .originalcartsplittest * {
        display:none !important;   
    }
}

#header nav{
clear:both
}