/*
* this wasn't previously versioned where i expected (uk/cms/ao-ebay-store)
* temp location within assets will have to do
*/

.brandLogo {
  width: 120px;
  height: 60px;
}
.brandLogo img {
  width: 100%;
}
#template {
  width: 1020px;
  margin: 35px auto 0 auto;
  /* Specification Styles */
}
#template #prodMedia {
  float: left;
  width: 315px;
  margin: 0;
  padding: 0;
}
#template #prodMedia img {
  display: block;
  border: 0;
  margin-bottom: 20px;
}
#template #prodMedia .primaryButton {
  font-weight: normal;
  font-size: 14px;
  margin-top: 20px;
  margin-left: 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#template #prodMedia .primaryButton .buttonArrow {
  margin-top: 10px;
}
#template #prodInfo {
  width: 685px;
  float: left;
  margin-left: 20px;
}
#template #prodInfo .prodSummary {
  float: left;
  width: 405px;
  padding-right: 20px;
}
#template #prodInfo .prodSummary h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #444444;
  line-height: 18px;
  letter-spacing: -1.5px;
  font-size: 16px;
  margin: 8px 0 10px 0;
  padding: 0;
  display: block;
  letter-spacing: 0;
  margin-right: 10px;
}
#template #prodInfo .buyArea {
  float: left;
  padding: 0;
}
#template #prodInfo .buyArea .logo {
  float: left;
  margin: 0;
  min-height: 37px;
}
#template #prodInfo .buyArea .price {
  font-size: 32px;
  font-weight: bold;
  float: left;
  line-height: 26px;
  color: #444;
  margin: 8px 0 0 25px;
}
#template #prodInfo .mainTabs {
  margin-bottom: 20px;
  float: left;
  margin-top: 20px;
}
#template #prodInfo .mainTabs ul {
  z-index: 99;
  padding: 0;
  margin: 10px 0 0 0;
  font-weight: bold;
  height: 32px;
  border-bottom: 1px solid #e6e8ea;
  width: 639px;
}
#template #prodInfo .mainTabs ul li {
  display: inline;
  height: 31px;
  margin-bottom: -1px;
  line-height: 31px;
  position: relative;
}
#template #prodInfo .mainTabs ul li a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  border: 1px solid #A4ACB2;
  margin: 0 2px 0 0;
  display: inline-block;
  padding: 0 20px 0 20px;
  border-bottom: none;
  cursor: pointer;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  background: #A4ACB2;
}
#template #prodInfo .mainTabs ul li.active a {
  background-image: none;
  background-color: white !important;
  color: #444;
  filter: none;
  border-top: 1px solid #e6e8ea;
  border-left: 1px solid #e6e8ea;
  border-right: 1px solid #e6e8ea;
  border-bottom: 1px solid #fff;
}
#template #prodInfo .mainTabs #tabContainer {
  border: 1px solid #e6e8ea;
  border-top: none;
  height: auto;
  float: left;
  padding-bottom: 0px;
  margin-bottom: 10px;
  width: 637px;
}
#template #prodInfo .mainTabs #tabContainer .tabContent {
  padding: 20px 10px;
}
#template #prodInfo .mainTabs #tabContainer #delivery_returnsContent, #template #prodInfo .mainTabs #tabContainer #product_specContent {
  display: none;
}
#template #prodInfo .mainTabs #tabContainer p {
  margin: 10px 0;
}
#template #prodInfo .mainTabs #tabContainer .dottedTxt {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
}
#template #prodInfo .mainTabs #tabContainer .header {
  font-size: 15px;
}
#template #prodInfo .mainTabs #tabContainer ul.retailers {
  list-style-type: none;
  height: auto;
  border: 0;
}
#template #prodInfo .mainTabs #tabContainer ul.retailers li {
  line-height: 28px;
  font-size: 12px;
  display: block;
  padding-left: 35px;
  background: url(../img/global/tick.png) no-repeat;
}
#template #prodInfo .mainTabs #tabContainer ul.criteria {
  height: auto;
  list-style-type: disc;
  border: 0;
  list-style-position: inside;
}
#template #prodInfo .mainTabs #tabContainer ul.criteria li {
  line-height: 28px;
  font-size: 12px;
  display: list-item;
  font-weight: normal;
}
#template .prodSpec {
  width: 612px;
}
#template .prodSpec h3 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  background-color: #a4acb2;
  padding: 10px;
}
#template .prodSpec table.prodInfo {
  border-collapse: collapse;
  border-spacing: 0;
  width: 612px;
}
#template .prodSpec table.prodInfo th {
  font-size: 12px;
  background: #e6e8ea;
  width: 50%;
  text-align: left;
  padding: 10px;
  font-weight: normal;
}
#template .prodSpec table.prodInfo td {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 10px;
  border: 0;
  overflow: hidden;
  word-break: normal;
  width: 50%;
  vertical-align: top;
}
#template .odd {
  background: #f7f7f7;
}

.ie7 #prodMedia .buttonArrow {
  float: none;
  margin-top: 2px;
  margin-left: 12px !important;
}