.navbar {
	background-color: #ff5b01;
}
.ace-nav > li.light-blue > a {
  background-color: #ffaa47;
}
.head_menu_selected{
	background:#ffaa47;
}
.ace-nav > li.light-blue > a:hover,
.ace-nav > li.light-blue > a:focus,
.ace-nav > li.open.light-blue > a {
  background-color: #ffaa47;
}

  .btn.btn-white.btn-primary.bgcolor_blue{
  	background-color: #ffaa47 !important;  	    
  	color:#fff !important;
  	border-width: 1px;
  	border-color:#ffaa47;
  }
   .btn.btn-white.btn-primary.bgcolor_yellow{
  	background-color: #ee5d2d !important;  	    
  	color:#fff !important;
  	border-width: 1px;
  	border-color:#ee5d2d;
  }
  
  /* 菜单悬浮变色 */
.no-skin .nav-list > li .submenu > li.active:not(.open) > a:hover {
   /**background-color: #f5f7fa;
  background-color: #2b7dbc;
  */
  background-color: #ffaa47;
}
  
 .pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus {
  background-color: #ffaa47;
  border-color: #ffaa47;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.btn-primary,
.btn-primary:focus {
  background-color: #ffaa47 !important;
  border-color: #ffaa47;
}


.ace-file-input input[type=file] {
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ace-file-input input[type=file]:focus {
  outline: none;
}
.ace-file-input .ace-file-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.ace-file-input .ace-file-container:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f59942;
}
.ace-file-input .ace-file-container:before {
  display: inline-block;
  content: attr(data-title);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 24px;
  text-align: center;
  padding: 0 8px;
  background-color: #ffaa47;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  border: 2px solid #FFF;
  border-left-width: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget-header {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  min-height: 38px;
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  color: #ff5b01;
  border-bottom: 1px solid #DDD;
  padding-left: 12px;
}

.my_a_link {
  color:#ff5b01;
}
.head_goodsdetail_topbg{
	background-color: #ff5b01;
}
