/* Begin ad area and tabbed header area css. These should be the same on category.css and match.css */
.header-tabs {
	display: flex;
	flex-direction: column;
	margin: auto;
	max-width: 1024px;
}

.line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

#header-tab-area {
	padding-top: 25px;
}

#ad-area,
#header-tab-area .header-tabs-container {
  font-size: 16px;
  line-height: 24px;
}

#header-tab-area #header-tab-labels-container {
  overflow-x: auto;
  display: flex;
  height: 50px;
}

#header-tab-area .header-tab-labels {
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  cursor:pointer;
  color:#4a4a4a;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-wrap:nowrap;
  height:15px;
}

#header-tab-area .header-tab-labels:first-of-type {
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #ddd;
}

#header-tab-area .header-tab-labels:last-of-type {
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #ddd;
}

#header-tab-area .header-tab-labels.active {
  color: #532279;
  border-radius: 5px!important;
  border: 1px solid #532279!important;
}

#header-tab-area .header-tab:not(.active) {
  display: none;
}

a.read-more-toggle {
  color: #532279;
  text-decoration: underline;
  font-weight: 700;
  display: block;
  margin-top:5px;
}

a.read-more-toggle span.temporarily-hidden {
  display:none; /* Shown in javascript if needed */
}

a.read-more-toggle img {
  margin-left: 5px;
}

a.read-more-toggle img.upside-down {
  transform:rotate(180deg);
}

.clampable p:first-of-type {
  margin-top: 0;
}

.only-mobile {
  display: none;
}

@media screen and (max-width:992px) {
  #ad-area,
  #header-tab-area {
    padding: 0 15px;
  }
  div.clampable,
  a.read-more-toggle {
    font-size: 12px;
    line-height: 18px;
  }
  #header-tab-area .header-tab-labels {
    font-size: 10px;
    height:13px;
  }
  .only-desktop {
    display: none;
  }

  .only-mobile {
    display: inherit;
  }
}

@media screen and (min-width:993px) and (max-width: 1430px) {
  #ad-area,
  #header-tab-area {
    padding: 0 15px;
  }
}
/* End ad area and header tabbed area css */

#seo-content-area {
  margin-top:30px;
  padding: 5px 20px 0;
}

.tabInnerLeft {
	float: left;
	width:100%;
	max-width: 600px;
	padding: 20px;
	background: #FFF;
}
.tabInnerRight {
	float: left;
	width:100%;
	max-width: 240px;
	background-color: #FFF;
	margin-left: 20px;
	box-shadow: 0 0 6px #555;
	text-align: center;
}
.tabInnerRight img {
	width: 150px;
	margin: 10px;
	padding: 5px;
}
.tabInnerRight img:hover {
	box-shadow: 0 0 10px #AAA;
}
.tabInnerRight img:active {
	box-shadow: 0 0 10px #6A8D00;
}
.tabInnerRight h4 a {
	color: #361754;
	text-decoration: none;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
}
.tabInnerRight h4 a:hover {
	text-decoration: underline;
}
.tabInnerRight .vender {
	background-color: #EEE;
	padding: 1px 5px;
	display: inline-block;
	margin-top: 2px;
}
.tabInnerRight .list {
	font-size: 11px;
	color: #666;
	line-height: 1.3em;
}
.tabInnerRight .price {
	color: #6a8d00;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	padding-top: 10px;
}
.tabInnerRight hr {
	border: none;
	border-top: 2px dashed #A3B861;
}


/*tabs*/
/*
#tabWrap {
position: relative;
margin: 35px 0;
float: left;
}
#tabs {
margin: 0 0 0 20px;
position: absolute;
top: -7px;
}
a {
cursor: pointer;
}
#tabs li {
float: left;
list-style: none;
border-radius: 7px 7px 0 0;
outline: none;
}
#tabs li:first-child {
box-shadow: 1px -3px 3px #666;
}
#tabs li:first-child > a {
box-shadow: none!important;
}
#tabs li a {
color: #696969;
padding: 12px 17px;
display: block;
background: #FFF;
border-radius: 6px 6px 0 0;
text-decoration: none;
outline: none;
font-size: 16px;
box-shadow: 0 -3px 3px #666;
z-index: 999;
position: relative;
}
#tabs li a.inactive {
color: #FFF;
background: #6A8D00;
outline: none;
box-shadow: -3px -3px 3px #516A08;
z-index: 9;
position: relative;
}
#tabs li a.inactive:hover {
background: #517400;
outline: none;
}
.tabContainer {
clear: both;
border: solid 20px #A3B861;
text-align: left;
width:100%;
max-width: 900px;
border-top: 35px solid #A3B861;
float: left;
background: #A3B861;
}
.tabInnerLeft {
float: left;
width:100%;
max-width: 600px;
padding: 20px;
background: #FFF;
}
.tabInnerRight {
float: left;
width:100%;
max-width: 240px;
background-color: #FFF;
margin-left: 20px;
box-shadow: 0 0 6px #555;
text-align: center;
}
.tabInnerRight img {
width: 150px;
margin: 10px;
padding: 5px;
}
.tabInnerRight img:hover {
box-shadow: 0 0 10px #AAA;
}
.tabInnerRight img:active {
box-shadow: 0 0 10px #6A8D00;
}
.tabInnerRight h4 a {
color: #361754;
text-decoration: none;
font-size: 14px;
line-height: 1em;
text-align: center;
}
.tabInnerRight h4 a:hover {
text-decoration: underline;
}
.tabInnerRight .vender {
background-color: #EEE;
padding: 1px 5px;
display: inline-block;
margin-top: 2px;
}
.tabInnerRight .list {
font-size: 11px;
color: #666;
line-height: 1.3em;
}
.tabInnerRight .price {
color: #6a8d00;
font-weight: bold;
font-size: 18px;
display: inline-block;
padding-top: 10px;
}
.tabInnerRight hr {
border: none;
border-top: 2px dashed #A3B861;
}
.VLCatalog {
float: right;
}
.tabInnerLeft ul {
margin: 15px 0 35px 15px;
}
.tabInnerLeft ul li {
margin: 5px 0 0 0;
}
.tabInnerLeft h3 {
font-size: 18px;
}
.grayHeader {
background-color: #E5E5E5;
padding: 5px;
border-bottom: 1px solid #CCC;
font-weight: normal;
margin-top: 15px;
display: inline-block;
width: 100%;

}
div#content .shop h1 {
text-align: center;
background-color: #E58E1A;
padding: 5px 0;
font-weight: normal;
color: #FFF;
text-shadow: 0 0 1px #FFF;
}
.shop {
background: #A3B861;
}
.tabInnerLeft table {
border: 1px solid #CCC;
}
.tabInnerLeft table td {
border-bottom: 1px solid #CCC;
border-right: 1px solid #CCC;
}
.tabInnerLeft table ul {
margin: 0 0 5px 55px;
}
.tabInnerRight p {
text-align: center;
}
.noBullets {
list-style-type: none;
}
.TableHeaders {
background-color: #EEE;
}
.VLCatalog img {
margin: 20px 0 0 20px;
/* border-radius: 10px; */
box-shadow: 0 0 6px #555;
background: white;
}
.VLCatalog img:hover {
box-shadow: 0 0 6px #000;
}
.VLCatalog img:active {
box-shadow: 0 0 6px dodgerblue;
}
.uhaul p {
width: 58.6%;
float: left;
margin-bottom: 40px;
margin-top: 19px;
background-color: #EEE;
padding: 10px 15px;
border: 1px solid #DDD;
box-shadow: 0 2px 1px #CCC;
}*/