@charset "utf-8";


.accTbl 
{
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
  margin:10px;
}
.accTbl td + td {
}
.accTbl td{
width:350px;
}
.accTbl td, th {
  background: #fff;
  color: #333;
  padding: 3px 11px;
  font-size: 14px;
}
.accTbl th {
  height: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}

#wrapper1 {
  margin: 0 auto;
  position: relative;
  max-width: 960px;
}

/* Main
__________________________________________ */
.main-wrapper {
  /*float: left;*/
  width: 100%;
}
.main-wrapper h2 {
  color: #242628;
  display: block;
  font-size: 3em;
  font-weight: bold;
  line-height: 2em;
  margin: 6% 0 1%;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 1px 1px #555;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  text-align: center;
  max-width: 100%;
  width: 100%;
}
.rlAccordion > h3 {
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(center bottom, #f2f2f2 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(center bottom, #f2f2f2 0%, #f2f2f2 100%);
  background-image: -webkit-linear-gradient(left bottom, left top, color-stop(0, #f2f2f2), color-stop(1, #f2f2f2));
  background-image: -ms-linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);
  background-image: linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);
  border: 1px solid lightgray;
  border-radius: 5px;
  color: #000;
  font-size: 1.5em;
  font-weight: 500;
  margin: 10px 0px 0px 0px;
  padding: 0.9%;
  text-decoration: none;
  
}
.rlAccordion > h3 > span {
  /*float: left;
  /*font-family: arial, serif, sans-serif;*
  cursor:pointer;
  padding-right:5px;*/
  float: left;
  width : 20px;
  height : 20px;
  border-radius: 25px;
  background-color : #1A63A6;
  text-align : center;
  line-height : 0.8;
  cursor : pointer;
  color :#fff;
  margin-right :7px;
  margin-top:4px;
}
.rlAccordion > h3 + div {
  display: none;
  padding: 2% 2% 4% 2%;
}
/* Footer
__________________________________________ */
footer {
  float: left;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.copy p {
  float: right;
  font-size: 1.2em;
  margin: 6% 0;
  opacity: 0.3;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.copy p:hover {
  opacity: 0.9;
}
/* IE7
__________________________________________ */
/* position of minus and plus sign in IE7 */
/* if your html structure is based in HTML5, consider use a SHIV*/
.ie7 .rlAccordion h3 span {
  position: absolute;
  right: 20px;
  cursor:pointer;
}
.specsSubHeader
{
    margin:10px;
    font-weight:500;
    font-size:18px;
    color:#222;
}

.accHeader
{
}