/*.aec-tabs-container {
  display: inline-block;
  width: 920px;
  position: relative;
}*/

.aec-btn-more {
  background-color: #fff;
  border: 1px solid #747474;
  border-radius: 15px;
  color: #333;
  float: right;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 10px 7px;
  position: absolute;
  right: 0;
  top: 50px;
  text-decoration: none !important;
}

.aec-btn-more:hover {
  background-color: #da2128 !important;
  color: #fff !important;
}

.tabs {
  border-color: #747474;
  border-style: solid;
  border-width: 1px 1px 0;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}

.tab:first-child {
  border-left: medium none;
}

.tab.huv:hover {
  background: #333333 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #333333 0%, #333333 50%, #000000 51%, #000000 97%, #1d1d1d 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(50%, #333333), color-stop(51%, #000000), color-stop(97%, #000000), color-stop(100%, #1d1d1d)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #333333 0%, #333333 50%, #000000 51%, #000000 97%, #1d1d1d 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #333333 0%, #333333 50%, #000000 51%, #000000 97%, #1d1d1d 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #333333 0%, #333333 50%, #000000 51%, #000000 97%, #1d1d1d 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #333333 0%, #333333 50%, #000000 51%, #000000 97%, #1d1d1d 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#1d1d1d', GradientType=0) !important;
  /* IE6-9 */
  color: #A392CF !important;
}

.tab.huv:hover a {
  color: #A392CF !important;
}

.tab.huv {
  background: #a292cd !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a292cd 0%, #a292cd 50%, #7d67bd 51%, #7d67bd 97%, #8271b6 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a292cd), color-stop(50%, #a292cd), color-stop(51%, #7d67bd), color-stop(97%, #7d67bd), color-stop(100%, #8271b6)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a292cd 0%, #a292cd 50%, #7d67bd 51%, #7d67bd 97%, #8271b6 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a292cd 0%, #a292cd 50%, #7d67bd 51%, #7d67bd 97%, #8271b6 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a292cd 0%, #a292cd 50%, #7d67bd 51%, #7d67bd 97%, #8271b6 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #a292cd 0%, #a292cd 50%, #7d67bd 51%, #7d67bd 97%, #8271b6 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a292cd', endColorstr='#8271b6', GradientType=0) !important;
  /* IE6-9 */

  color: #000 !important;
}

.tab.huv a {
  color: #000 !important;
}

.tab.huv.active {
  background: #fff none repeat scroll 0 0 !important;
}

.tab {
  display: inline-block;
  zoom: 1;
  float: left;
  *display: inline;
  background: #000;
  border-left: solid 1px #999;

  background: #333333;
  /* Old browsers */
  background: -moz-linear-gradient(top, #333333 0%, #333333 50%, #000000 51%, #000000 97%, #1d1d1d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(50%, #333333), color-stop(51%, #000000), color-stop(97%, #000000), color-stop(100%, #1d1d1d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #333333 0%, #333333 50%, #000000 51%, #000000 97%, #1d1d1d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #333333 0%, #333333 50%, #000000 51%, #000000 97%, #1d1d1d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #333333 0%, #333333 50%, #000000 51%, #000000 97%, #1d1d1d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #333333 0%, #333333 50%, #000000 51%, #000000 97%, #1d1d1d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#1d1d1d', GradientType=0);
  /* IE6-9 */

}

.tab:hover {
  background: #ec4a50;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ec4a50 0%, #ec4a50 50%, #da2128 51%, #da2128 97%, #ce383d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec4a50), color-stop(50%, #ec4a50), color-stop(51%, #da2128), color-stop(97%, #da2128), color-stop(100%, #ce383d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ec4a50 0%, #ec4a50 50%, #da2128 51%, #da2128 97%, #ce383d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ec4a50 0%, #ec4a50 50%, #da2128 51%, #da2128 97%, #ce383d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ec4a50 0%, #ec4a50 50%, #da2128 51%, #da2128 97%, #ce383d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ec4a50 0%, #ec4a50 50%, #da2128 51%, #da2128 97%, #ce383d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec4a50', endColorstr='#ce383d', GradientType=0);
  /* IE6-9 */

}

.tab a {
  color: #fff;
  display: block;
  font-family: wowhd;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  outline: medium none;
  padding: 10px 23px;
  text-decoration: none;
}

.tab a:hover {
  text-decoration: none;
}

.tab.active {
  background: #fff none repeat scroll 0 0;
  border-color: #666;
  position: relative;
  top: 1px;
}

.tab.active a {
  color: #000;
}

.tab a.active {
  font-weight: bold;
}

.tab-container .panel-container {
  background: #fff;
  border: solid #666 1px;
  padding: 10px;
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
}

.tab-content {
  float: left;
  width: 100%;
  width: 654px;
  min-height: 294px;
  clear: left;
  padding: 0;
  border: solid #747474 1px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  background: #efefef;
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  /* IE6-9 */
}



.aec-mainlanding .aec-buybutton .aec-listprice {
  color: #333;
  font-size: 11px;
}

.aec-mainlanding .aec-buybutton>span {
  color: #999;
  text-decoration: line-through;
}

.aec-mainlanding .aec-buybutton .aec-yousave {
  color: #333 !important;
  font-size: 11px !important;
}

.aec-mainlanding .aec-buybutton .aec-yousave>span {
  color: #da2128;
}

.aec-mainlanding .aec-buybutton .aec-savepercent {
  color: #666 !important;
}
/*-------------- Count ---------------------------*/

