.tabc{
	width: 100%;
}
.search-product{
	color: #f5821f !important;
    font-weight: bold;
    margin: 0px 0px 10px 15px;
}
.search-content{
	display:none;
}
.result-btn{
	font-size: 12px;
    height: 25px !important;
    line-height: 25px !important;
    padding: 0px 15px;
}
.underline-btn{
        text-decoration: underline;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
}
.orange-text{
	color: #f5821f !important;
}
.searchc{
    margin-top: 50px;
}
.moreResult, .moreAnswer{
	display:none;
	color: #222;
}
.moreResult img, .moreAnswer img{
	margin-right: 10px;
    margin-left: 15px;
}
.result-top{
	margin-top:10px;
}
.answer-set{
  position: relative;
  width: 100%;
  height: auto;
  display:none;
}
.answer-set> h4{
display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
    margin: 0px;
    font-size: 16px;
}
.answer-set > h4 i{
  float: right;
  margin-top: 2px;
}
.answer-set > h4.active{
  color: #f5821f;
}
.answer-set > h4.orange-text.active{
  color: #fff !important;
}
.black-border{
	height: 5px;
    background: #ccc;
    margin-top: 20px;
}
.icon-angle-up{
	background: url("../img/accordian-up.png") no-repeat;
    height: 11px;
    width: 16px;
}
.icon-angle-down{
	background: url("../img/accordian-down.png") no-repeat;
    height: 11px;
    width: 16px;
}
.answer-content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.answer-content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

.gridcontainer{
	margin-top:30px;
}
@media only screen and (min-width: 1180px){
/*header.nav-header .middleContainer.updated-header .SearcContainer input[type="text"] {
    width: 110px;
}*/
header.nav-header .middleContainer.updated-header .MagnifyingGlass {
   position: absolute;
    padding-left: 0px;
}
}