/* TABS Properties  */
.cs ul#tabs {height: 12px; margin: 0; /*  margin-top: 132px;  */ margin-bottom: 20px; padding: 0; list-style: none;}
.cs #tabs li {float: left; margin: 0; padding: 0;}
.cs #tabs a {width: 87px; height: 12px; text-decoration: none; float: left; margin: 0; padding: 0;}
.cs #tabs a span {visibility: hidden;}
.cs #tabs a:focus {outline: none;}

.cs #tabs a.challenge {background: #fff url(../../img/cs/h2-challenge2.png) no-repeat top center; margin-right: 15px;}
.cs #tabs a.process {background: #fff url(../../img/cs/h2-process2.png) no-repeat top center;}
.cs #tabs a.results {background: #fff url(../../img/cs/h2-results2.png) no-repeat top center;}

.cs #tabs a.active-tab, .cs #tabs a:hover {text-decoration: none; background-position: 0 -12px;}

.panel {clear: both; display: none; margin: 0; padding: 0; line-height: 1.6em;}/*   font-size: 11px;  */
.panel.active-tab-body {display: block;}
/* +++++++++++++++++++++ */
