﻿/***** © 2009 zeta software GmbH
Layout: Cars *****/

/***** TAGS *****/
html,body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(../_media/stock-images/bg.gif);
	background-repeat: repeat;
}

h1 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #C60005;
	line-height: 20px;
}

h2 {
	margin: 0;
	padding: 8px 5px 8px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #C60005;
	background-image: url(none);
	background-repeat: repeat-x;
}

fieldset, div {
    border: none;
    padding: 0;
    margin: 0;
}

p {
	padding : 0 0 10px 0;
	margin : 0;
}

ul,ol {
	margin: 0 0 10px 15px;
	padding: 0;
}
ul li {
	margin: 0 0 0 15px;
	padding: 0 0 6px 0;
	list-style: square;
}
ol li {
	margin: 0 0 0 20px;
	padding: 0 0 5px 0;
	list-style: decimal;
}

table {
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
}

img {
	margin: 0;
	padding: 0;
	border-style: none;
}

/***** LINKS *****/
a:link,a:visited,a:hover,a:active {
	color: #C60005;
	text-decoration: none;
}

a:hover {
	color: #C60005;
	text-decoration: underline;
}

/***** MAINMENU *****/
#mainmenu {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 1005px;
	background-color: #1E1F1F;
	background-image: url(none);
	background-repeat: no-repeat;
}

a.topmenu:link,a.topmenu:visited,a.topmenu:hover,a.topmenu:active,
a.topmenuactive:link,a.topmenuactive:visited,a.topmenuactive:hover,a.topmenuactive:active {
	display: block;
	float: left;
	padding: 9px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	background-color: transparent;
	background-image: url(none);
	background-repeat: repeat-x;
	background-position: right;
	border-right: 1px solid #7A7672;
}

a.topmenu:hover {
	color: #AAD9E3;
	background-color: transparent;
	background-image: url(none);
}

a.topmenuactive:link,a.topmenuactive:visited,a.topmenuactive:hover,a.topmenuactive:active {
	color: #AAD9E3;
	background-color: transparent;
	background-image: url(none);
}

/***** SUBMENU 1 *****/
#submenu {
	float: left;
	margin: 0;
	padding: 0;
	width: 180px;
	min-height: 1px;
	background-color: #C3C2C2;
	background-image: url(none);
	background-repeat: repeat-x;
	position: relative;
	z-index: 1;
}

#submenu-edge {
	margin: 0;
	padding: 0;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

#submenu1 {
	margin: 0;
	padding: 0 0 20px 0;

}

a.subnav1:link,a.subnav1:visited,a.subnav1:hover,a.subnav1:active,
a.subnav1active:link,a.subnav1active:visited,a.subnav1active:hover,a.subnav1active:active {
	display: block;
	margin: 0;
	padding: 8px 10px;
	height: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #A4A2A2;
	background-image: url(none);
	background-repeat: repeat-x;
	text-decoration: none;
	border-bottom: 1px solid #D3D3D3;
}

a.subnav1:hover {
	color: #363535;
	background-color: #A4A2A2;
	background-image: url(none);
}

a.subnav1active:link,a.subnav1active:visited,a.subnav1active:hover,a.subnav1active:active {
	font-weight: bold;
	color: #363535;
	background-color: #A4A2A2;
	background-image: url(none);
}

/***** SUBMENU 2 *****/
#submenu2 {
	margin: 0;
	padding: 2px 0;
	background-color: #918E8E;
	background-image: url(none);
	background-repeat: repeat-x;
	border-bottom: 1px solid #D3D3D3;
}

a.subnav2:link,a.subnav2:visited,a.subnav2:hover,a.subnav2:active,
a.subnav2active:link,a.subnav2active:visited,a.subnav2active:hover,a.subnav2active:active {
	display: block;
	margin: 0;
	padding: 2px 10px 2px 20px;
	height: 100%;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #918E8E;
	background-image: url(../_media/stock-images/submenu-arrow-inactive.png);
	background-repeat: repeat-x;
	text-decoration: none;
}

a.subnav2:hover {
	color: #363535;
	background-color: #918E8E;
	background-image: url(../_media/stock-images/submenu-arrow-active.png);
}

a.subnav2active:link,a.subnav2active:visited,a.subnav2active:hover,a.subnav2active:active {
	font-weight: bold;
	color: #363535;
	background-color: #918E8E;
	background-image: url(../_media/stock-images/submenu-arrow-active.png);
}

/***** TOP *****/
#top {
	margin: 0;
	padding: 0;
}

/***** WRAPPER *****/
#firstwrapper {
	margin: 20px auto;
	padding: 0;
	width: 1005px;
	border: 1px #1E1F1F solid;
}

#secondwrapper {
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	position: relative;
	z-index: 1;
}

#thirdwrapper {
	margin: 20px 0 0 0;
	padding: 0;
	height: 100%;
	position: relative;
}

/***** WORK *****/
#work {
	margin: 0;
	padding: 0;
	width: 180px;
	height: 100%;
	background-color: #C3C2C2;
	background-image: url(none);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
}

/***** EXTRAMENU *****/
#xmenu_search {
	margin: 0;
	padding: 0;
	background-color: #D3D3D3;
	height: 20px;
}

#xmenu {
	margin: 0;
	padding: 3px 10px 2px 0;
	font-size: 11px;
	color: #3C3E41;
	float: right;
}

#xmenu a:link,#xmenu a:visited,#xmenu a:hover,#xmenu a:active {
	color: #3C3E41;
	text-decoration: none;
}

#xmenu a:hover {
	color: #3C3E41;
	text-decoration: underline;
}

/***** SEARCH *****/
#search {
	margin: 0;
	padding: 0;
	width: 134px;
	float: right;
}

#form	{
	margin: 0;
	padding: 0;
	width: 134px;
	height: 20px;
	background-color: #353434;
}

#fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#field	{
	margin: 0;
	padding: 0 0 0 10px;
	width: 85px;
	font-size: 11px;
	color: #AAD9E3;
	background-color: transparent;
	border: 0;
	vertical-align: middle;
}

#button	{
	margin: 0 0 0 9px;
	padding: 0;
	width: 30px;
	height: 20px;
	font-size: 11px;
	color: #AAD9E3;
	background-color: #4C4A4A;
	border: 0;
	vertical-align: middle;
}

/***** HEADER *****/
#header {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: transparent;
	position: relative;
}


#webdescription {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 37px;
	left: 61px;
}

#webname {
	margin: 0;
	padding: 0;
	font-size: 27px;
	font-weight: bold;
	color: #FFFFFF;
}

#slogan {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
	color: #453F3F;
}

/***** BREADCRUMB *****/
#breadcrumb {
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 11px;
	color: #3C3E41;
}

/***** CONTENT *****/
#content {
	margin: 0;
	padding: 5px 20px 0 20px;
	font-size: 12px;
	color: #3C3E41;
	overflow: hidden;
}

#content-subnav {
	margin: 0;
	padding: 5px 20px 0 20px;
	font-size: 12px;
	color: #3C3E41;
	overflow: hidden;
}

#content-news {
	margin: 0;
	padding: 5px 20px 0 20px;
	font-size: 12px;
	color: #3C3E41;
	overflow: hidden;
}

#content-subnav-news {
	margin: 0;
	padding: 5px 20px 0 20px;
	font-size: 12px;
	color: #3C3E41;
	overflow: hidden;
}

/***** ARTICLES *****/
.articlearea {
	margin: 0 0 30px 0;
	padding: 0;
}

.bildunterschrift {
    display: block;
	padding-top: 6px;
	font-size: 10px;
	color: #3C3E41;
}

/***** NOSCRIPT *****/
#noscript {
	margin: 0;
	padding: 15px;
	color: #000000;
	background: #fffbd9;
	border: 1px solid #ede5a1;
}

#noscript h1 {
	color: #000000;
}

/***** HINT IE6 *****/
#hintie6 {
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px;
	font-size: 12px;
	color: #000000;
	background: #ccffcc;
	border: 1px solid #009900;
}

#hintie6 span {
	position: absolute;
	top: 3px;
	right: 6px;
	font-weight: bold;
}

#hintie6 span a:link,#hintie6 span a:visited,#hintie6 span a:hover,#hintie6 span a:active {
	text-decoration: none;
}

#hintie6 h1 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

#hintie6 a:link,#hintie6 a:visited,#hintie6 a:hover,#hintie6 a:active {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

/***** FLASH *****/
#flashcontent {
	margin: 0;
	padding: 0;
}

#flashcontent p {
	padding: 30px;
}

#flashcontent a:link,#flashcontent a:visited,#flashcontent a:hover,#flashcontent a:active {
	text-decoration: underline;
}

/***** FORM *****/
#formular {
	display: inline-block;
	margin: 0;
	padding: 10px 0;
}

#formular p {
	margin: 0;
	padding: 0;
}

#formular table {
	margin: 0;
	padding: 0;
}

#formular td {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	vertical-align: middle;
}

#formular input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#formular textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#formular .label,#formular .field {
	padding: 2px 10px 2px 0;
}

#formular .desc {
	padding: 10px 10px 10px 0;
}

#formular .multiline {
	padding: 4px 10px 0 0;
	vertical-align: top;
}

#formular .submit {
	padding: 0;
}

#formular .separator {
	margin: 10px 10px 10px 0;
	padding: 0;
	line-height: 1px;
	height: 1px;
	border-bottom: 1px solid #3C3E41;
}

/***** NEWS *****/
#news {
	float: right;
	margin: 0;
	padding: 0;
	width: 180px;
	position: relative;
	z-index: 1;
}

#news-edge {
	margin: 0;
	padding: 0;
	width: 13px;
	height: 13px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

#news-bottom-edge{
	margin: 0;
	padding: 0;
	width: 13px;
	height: 13px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4;
}

.newsbox {
	margin: 0;
	padding: 0;
	background-color: #D3D3D3;
	background-image: url(none);
	background-repeat: repeat-x;
}

.newstext {
	margin: 0;
	padding: 10px 5px 20px 10px;
	font-size: 11px;
	color: #453F3F;
}

.newstext p {
	margin: 0 0 10px 0;
	padding: 0;
}

/***** TEASER *****/
.teaser-headline {
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #4E5251;
	display: block;
}

#banner {
	margin: 0;
	padding: 4px 10px;
	font-size: 11px;
	color: #4E5251;
	background-color: #E6F3F8;
}

#afterlogo {
	margin: 0;
	padding: 4px 10px;
	font-size: 11px;
	color: #4E5251;
	background-color: #E6F3F8;
}

#aftermenu {
	margin: 0 0 30px 0;
	padding: 4px 10px;
	font-size: 11px;
	color: #4E5251;
	background-color: #E6F3F8;
}

#beforenews {
	margin: 0;
	padding: 10px;
	font-size: 11px;
	color: #4E5251;
	background-color: #E6F3F8;
}

#afternews {
	margin: 0;
	padding: 10px;
	font-size: 11px;
	color: #4E5251;
	background-color: #E6F3F8;
}

#afterfooter {
	margin: 0;
	padding: 4px 10px;
	font-size: 11px;
	color: #4E5251;
	background-color: #E6F3F8;
}

#banner p,#afterlogo p,#aftermenu p,#beforenews p,#afternews p,#afterfooter p {
	margin: 0;
	padding: 0;
}

#banner img,#afterlogo img,#aftermenu img,#beforenews img,#afternews img,#afterfooter img {
	display: block;
}

/***** FOOTER *****/
#footer {
	margin: 0;
	padding: 5px 0 5px 10px;
	font-size: 11px;
	color: #848181;
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: #1E1F1F;
}

#bottom {
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

/***** ZP *****/
.zp {
	color: #848181 !important;
	text-decoration: none !important;
}

/***** CLEAR *****/
.clear {
	clear: both;
}

.clearx {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

/***** PRINT *****/
#print {
	display: none;
}

/* #zetainclude "${ZPIncludes+2}..\..\..\ZPIncludes\css-grid.inc" */

/* #endzetainclude */


/* #zetainclude "css-grid.inc" */
/* Grid Style */
div.zpRow {
	margin-bottom: 0;
}
div.zpRow:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
div.zpRow div.zpColumn {
	display: block;
	float: left;
	margin-left: 3.2%;
}
div.zpRow div.zpColumn img.singleImage {
	max-width: 100% !important;
	height: auto !important;
}
div.zpRow div.zpColumn .zpImageGallery a.fancybox {
	max-width: 100%; /* Bugfix to keep image responsive in IE11 */
}
div.zpRow div.zpColumn.zpColumnWidth1 {
	width: 100%;
	float: none;
}
div.zpRow div.zpColumn.zpColumnWidth2 {
	width: 48.4%;
}
div.zpRow div.zpColumn.zpColumnWidth3 {
	width: 31.2%;
}
div.zpRow div.zpColumn.zpColumnWidth4 {
	width: 22.6%;
}
div.zpRow div.zpColumn:first-child {
	margin-left: 0;
}
div.zpRow div.zpColumn div.zpColumnItem {
	overflow: hidden;
}
/* Workaround f�r projektinterne Layouts */
body#Active div.zpRow.news,
body#Science div.zpRow.news,
body#ActiveZP11 div.zpRow.news {
	padding: 0 25px;
}
body#Games div.zpRow.news {
	float: right;
	width: 205px;
	margin: 10px 10px 0 0;
	padding: 10px;
	background: #D3D3D3;
	background-image: url(none);
	background-repeat: no-repeat;
	
	overflow: hidden;
}
body#travel-neutral .news .articlearea,
body#travel-stylish .news .articlearea,
body#travel-neutral .newsbox,
body#travel-stylish .newsbox {
	padding: 0;
}
/* Media Queries */
@media only screen and (max-width: 768px) {
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth3,
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth4 {
		width: 48.4%;
	}
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth3:nth-of-type(1),
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth4:nth-of-type(1),
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth4:nth-of-type(2) {
		margin-bottom: 0);
	}
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth3:nth-of-type(3),
	.responsivelayout div.zpRow div.zpColumn.zpColumnWidth4:nth-of-type(3) {
		margin-left: 0;
		clear: left;
	}
}
@media only screen and (max-width: 568px) {
	.responsivelayout div.zpRow div.zpColumn {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 0 !important;
		float: none !important;
	}
}
@media print {
	div.zpRow {
		margin-bottom: 0 !important;
	}
	div.zpRow div.zpColumn {
		float: none !important;
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 0 !important;
	}
}
/* #endzetainclude */


/* begin general, global styles */

video{
  max-width: 100%;
  height: auto;
}

/* end general, global styles */


/* BEGIN zpTABs Styles */

div.zpAccordion {
  margin: 10px 0;
}
div.zpAccordion .accordion-heading {
  position: relative;
  padding: 10px;
  padding-right: 30px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  color: #777777;
  text-shadow: 1px 1px 0px #ffffff;
  font-size: 14px;
  text-transform: none;
  font-family: inherit;
  border: 1px solid #e7e7e7;
  cursor: pointer;
  margin: 0;
}
div.zpAccordion .accordion-heading:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 8px;
  background-repeat: no-repeat;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAjCAQAAACDHrTmAAABS0lEQVR4AezVQW3DMBTG8b8hhEIkIzCFUMggNBBmCC4EF8JCIRRCYIdSCIWdPmlR3yy39mHS9p3aRs77ye/VduBnAhFFyaxs2BnIRO5YmUjsRA7qk5i4sjo/kYCN+PAYIhs2ZeRgMTiBDPAUJxMAiM7r48r1TBHRpAAcvBkFtfbOUsEZSATVcl5f4cbt9Lqd5WdKoeA7c5ljU8B5FRBHr7IpWrwTajiaLCuqKwo4j35WkULPv7f0wqXA0VNNVoGiARGmbvtF2YgqKPjTnJF0pggjzgdDgWINtd3SDhgYyQw2Bag/AprbhLwmRZzZ2IHEztpzgNvT7a/dnm6HHu3pdx3Qnn4XJd0T2F9bI8yvyD/mr2I+Xx/gr2brQAAAAIBh0P2ld42iqM05cNKBkw6cdOCkAycdOOnASQdOOnDSgZMOnHTgpAMnHTjowAfUuC3yqCcvNAAAAABJRU5ErkJggg==);
  background-position: 0px 0px;
  width: 18px;
  height: 12px;
}
div.zpAccordion .accordion-content {
  display: none;
  border: 1px solid #e7e7e7;
  border-top: 0;
  padding: 20px 30px 20px 30px;
}
div.zpAccordion.active .accordion-heading:after {
  background-position: -20px 0px;
}
div.zpAccordion.active .accordion-content {
  display: block;
}
div.zpTABs * {
  text-shadow: none !important;
}
div.zpTABs {
  margin: 30px 0;
  width: 100%;
}
div.zpTABs > ul.zpTABs {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}
div.zpTABs > ul.zpTABs > li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  background: #f7f7f7;
  float: left;
  border: 1px solid #e7e7e7;
  border-right-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  color: #777777;
}
div.zpTABs > ul.zpTABs > li a.zpTABs {
  display: block !important;
  padding: 15px 20px !important;
  color: inherit !important;
  text-decoration: none !important;
  text-shadow: none !important;
}
div.zpTABs > ul.zpTABs > li::before,
div.zpTABs > ul.zpTABs > li::after {
  display: none !important;
}
div.zpTABs > ul.zpTABs > li.active {
  border-bottom-width: 0;
  color: #5e5e5e;
  background: #ffffff;
}
div.zpTABs > ul.zpTABs > li.active a.zpTABs {
  color: inherit;
}
div.zpTABs > ul.zpTABs > li.last {
  border-right-width: 1px;
}
div.zpTABs > ul.zpTABs > li.tab.active::after,
div.zpTABs > ul.zpTABs > li.tab.active::before {
  display: block !important;
  content: '';
  position: absolute;
  bottom: -1px;
  height: 0px;
  width: 999em;
  border-bottom: 1px solid #e7e7e7;
  pointer-events: none;
}
div.zpTABs > ul.zpTABs > li.tab.active::before {
  right: 100%;
  margin-right: 0px;
}
div.zpTABs > ul.zpTABs > li.tab.active::after {
  left: 100%;
  margin-left: 0px;
}
div.zpTABs > ul.zpTABs > li.acc {
  display: none;
}
div.zpTABs > div {
  padding: 30px;
  clear: both;
  display: none;
}
div.zpTABs > div.active {
  margin-top: -1px;
  display: block;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.zpTABs > div.active *:not(a) {
  color: #777777;
}
div.zpTABs.small > ul.zpTABs {
  float: none;
}
div.zpTABs.small > ul.zpTABs > li {
  float: none;
  border-width: 1px;
  border-bottom-width: 0;
}
div.zpTABs.small > ul.zpTABs > li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.zpTABs.small > ul.zpTABs > li.last {
  border-bottom-width: 1px;
}
div.zpTABs.small > ul.zpTABs > li.active.last {
  border-bottom-width: 0;
}
div.zpTABs.small > ul.zpTABs > li.active {
  background: #f7f7f7;
}
div.zpTABs.small > ul.zpTABs > li.acc {
  display: none;
  white-space: normal;
  overflow: inherit;
  padding: 15px 20px !important;
}
div.zpTABs.small > ul.zpTABs > li.acc:last-child,
div.zpTABs.small > ul.zpTABs li.acc.last {
  border-bottom-width: 1px;
  border-top-width: 0;
}
div.zpTABs.small > ul.zpTABs > li.acc.active {
  display: block;
}
div.zpTABs.small > div {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  div.zpTABs > ul.zpTABs {
    float: none;
  }
  div.zpTABs > ul.zpTABs > li {
    float: none;
    border-width: 1px;
    border-bottom-width: 0;
  }
  div.zpTABs > ul.zpTABs > li.last {
    border-bottom-width: 1px;
  }
  div.zpTABs > ul.zpTABs > li.active.last {
    border-bottom-width: 0;
  }
  div.zpTABs > ul.zpTABs > li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  div.zpTABs > ul.zpTABs > li.active {
    background: #f7f7f7;
  }
  div.zpTABs > ul.zpTABs > li.acc {
    display: none;
    white-space: normal;
    overflow: inherit;
    padding: 15px 20px !important;
  }
  div.zpTABs > ul.zpTABs > li.acc:last-child,
  div.zpTABs > ul.zpTABs li.acc.last {
    border-bottom-width: 1px;
    border-top-width: 0;
  }
  div.zpTABs > ul.zpTABs > li.acc.active {
    display: block;
  }
  div.zpTABs > div {
    display: none !important;
  }
}



/* END zpTABs Styles */
