.CoveoSearchInterface{
	background-color: inherit;
}

#searchBox.memberSearchBox .CoveoQuerybox {
	/*background: url(/images/bg_textbox_lg.png) no-repeat left top;*/
	height: 29px;
    padding-right:30px;
    width: 222px;
    margin-top: 0px;

}

#searchBox.memberSearchBox  .CoveoSearchButton {
    background: #151515;
    padding: inherit;
    height: inherit;
    float: right;
}
#searchBox.memberSearchBox  .CoveoSearchButton > .coveo-icon {
    /*
    background-image: url(/images/go_btn.png);
    background-position: inherit;
    height: 30px;
    width: 43px;
    */
}

#searchBox.memberSearchBox .CoveoSearchButton {
    height: 100%;  height: 34px; min-width: 60px; padding: 8px 18px 9px;  border-top-left-radius: 0;  border-bottom-left-radius: 0;  
    /*margin: 1px 1px 1px 0px;*/
    float: right;
    /*background-color: rgb(105, 105, 140);*/
	background-color: rgba(114, 105, 140, 0.62);
    border: inherit;
}

#searchBox.memberSearchBox .CoveoQuerybox {
    width: 100%;  line-height: 24px;  padding-right: 0px;  display: block;  height: 34px;  border-right: none;  border-top-right-radius: 0;  border-bottom-right-radius: 0;  
    /*margin: 1px;*/
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.coveo-query-box-wrapper {
    overflow: hidden;
}

/*
.coveo-query-box-clear.coveo-query-box-clear {
    margin-top: -22px;
}
*/

/*.CoveoPager.CoveoPager {
    margin: 0px 0px 0px 0px;
    float: right;
}

.CoveoPager.CoveoPager ul li.coveo-active:first-child > a {
    background: #69698C;
    border-color: #000000;
}

.CoveoPager.CoveoPager ul li > a {
    background: #35364A;
    border-color: #000000;
}*/

.coveo-executing-query.coveo-executing-query .CoveoSearchButton > .coveo-icon {
  -webkit-animation-name: inherit;
  -moz-animation-name:  inherit;
  animation-name: inherit;
  -webkit-animation-timing-function: inherit;
  -moz-animation-timing-function: inherit;
  animation-timing-function: inherit;
  -webkit-animation-duration: inherit;
  -moz-animation-duration: inherit;
  animation-duration: inherit;
  -webkit-animation-iteration-count: inherit;
  -moz-animation-iteration-count: inherit;
  animation-iteration-count: inherit;
}

#searchBox.primaryNav.memberSearchBox .CoveoQuerybox {
    width: 122px;
    /*height: 29px;*/
    /*height: 33px;*/
}

#searchBox.primaryNav.memberSearchBox {
    background:transparent url(/images/slider_header_bg.png) repeat-x top left;
    margin-top: 4px;
}

#searchBox.primaryNav.memberSearchBox > .coveo-query-box-clear.coveo-query-box-clear {
    margin-top: -26px;
    margin-right: 7px;
}

.CoveoSearchInterface {
    /*min-width: auto;*/
	min-width: inherit;
}

.CoveoQuerybox {
    vertical-align: middle;
    border-radius: 4px;
    border: 1px solid #cccccc;
    border-top-color: #C1C1C1;
    font-family: Arimo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.magic-box-icon{
	width: 24px;
	height: 24px;
}

.magic-box.magic-box-notEmpty .magic-box-clear {
    width: 48px;
	/*width: 34px;*/
}


/*.generalSearchBox > .magic-box-clear {
	width: 34px;
}*/

.magic-box .magic-box-clear {
    position: relative;
    float: right;
	height: 34px;
	line-height: 34px;
    text-align: center;
    font-size: 24px;
    transition: width 0.3s;
    cursor: pointer;
    background: #fff;
    width: 0;
    overflow: hidden;
	padding-left: 5px;
}

/*
#searchBox.generalSearchBox > .magic-box {
	padding-left: 10px;
}
#searchBox.generalSearchBox > .magic-box-clear {
	padding-left: 10px;
}
*/

.magic-box .magic-box-input .magic-box-underlay, .magic-box .magic-box-input > input {
    /*color: #212121;*/
    text-align: left;
    /*padding: 12px 0;*/
    text-indent: 12px;
    font-family: arial, sans-serif;
    font-size: 16px;
    /*line-height: 24px;*/
	/*line-height: 10px;*/
	line-height: 5px;
    position: absolute;
    /*top: 0;*/
    left: 0;
    width: 100%;
    /*height: 60%;*/
    white-space: pre;
    /*overflow: auto;*/
    box-sizing: border-box;
    display: block;

	height:34px;
    /*top: 3px;
	padding-top:7px;*/
	
	padding-top: 0px;
	padding-bottom: 5px;
}

.magic-box .magic-box-input {
    background: #fff;
    height: 34px;
    overflow: hidden;
    position: relative;
	/*width: 122px;*/
}



