
.row-fluid .tab-headers {
  margin-left: 0;
  text-align: center;
}

.results-tab .each-header {
  float: left;
  border: 1px solid #dcdcdc;
  background-color: #0e69c3;
}

.results-tab .each-header.span6 {
  width: 50%;
}

.results-tab .each-header a {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.results-tab .each-header.active {
  background-color: #fff;
  cursor: default;
  border-bottom: 0;
}

.results-tab .row-fluid .atb-header {
  border-left: 0;
  margin-left : 0;
}

.results-tab .each-header.active a{
  background-color: #fff;
  color: #8aa900;
  cursor: default;
  font-size: 18px;
  text-decoration: none;
}

.results-heading {
  font-size: 28px;
  color: #2467C9;
}

.each-result .compare-wrap {
  border-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.result-details {
  margin-top: 10px;
}

.atb-section  .each-result {
  margin: 20px 0;
}

.atb-section .each-result .content {
  font-size: 14px;
}

.each-result .heading {
  color: #2467C9;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}

.each-result .content {
  font-size: 16px;
  color: #434446;
}

.product-section .results-wrap ul {
  margin-left: 0;
}

.product-section .results-wrap  li {
  padding: 20px;
  border-bottom: 1px solid #a0a09f;
}

.product-section .results-wrap li:nth-child(2n) {
  background-color: #f2f2f2;
}

.product-section .results-wrap li.selected {
	border: 1px solid #2467c9;
}

td.cart-btn {
 text-align: right;
}


/***  Styles for Pagination ***/
.pagination ul {
  box-shadow: none;
  display: table;
  margin: 0 auto;
}

.pagination ul > li > a, .pagination ul > li > span {
  border: none;
}

.pagination ul > .active > a, .pagination ul > .active > span {
  color: #424446;
  background-color: #fff;
}

.light-theme a, .light-theme span {
  float: left;
  color: #2c2c2c;
  font-size:14px;
  line-height:24px;
  font-weight: normal;
  text-align: center;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  opacity: 0.4;
}

.light-theme a:hover {
  text-decoration: none;
}

.light-theme .current {
  opacity: 1;
  cursor: default;
}

.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}