@charset "utf-8";
/* CSS Document */


/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
    width: 215px;
    background:#fff;
    margin: 0 auto;
}

/* accordion header */
#accordion h2 {
    margin:0 0 8px 0;
    padding:5px 15px;
    font-size:14px;
    font-weight:normal;
	border:1px solid #fff;
    border-bottom:1px solid #ddd;
    cursor:pointer;
}

/* currently active header */
#accordion h2.current {
    cursor:default;
    background-color:#fff;
}

/* accordion pane */
#accordion .pane {
    border:1px solid #fff;
    border-width:0 2px;
	display:none;
    height:auto;
    padding: 15px 12px 25px;
    color:#fff;
    font-size:12px;
}

/* a title inside pane */
#accordion .pane h3 {
    font-weight:normal;
    margin:0;
    font-size:16px;
    color:#999;
}

.scrollable {
  position:relative;
  overflow:hidden;
  width: 763px;
  height: 369px;
}
.scrollable .items {
  width:20000em;
  position:absolute;
}
.scrollable .items div {
  float:left;
  width: 763px;
  height: 369px;
  margin: 0;
  padding: 0;
}
#accordion div.arial-13-black, #accordion div.arial-12-grey{
	text-indent: 14px;
	line-height: 18px;
}
#mobile_return {
   display: block; top: 0; left: 0; width: 100%; text-align: center; /*Leave this line alone */
   position: fixed;
   height: 2em;
   background: #fff;
}
#mobile_return a { 
   font-size: 1em; line-height: 2em; vertical-align: middle; text-decoration: none; /*Leave this line alone */
   font-family: "Helvetica Neue", Arial, sans-serif;
   color: #000;
}